HANA-Firewall
- Upgrade to upstream version 2.0.1 to improve visibility of HANA
  related firewall services in firewalld configuration tool.
  (bsc#1080597)
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Upgrade to upstream version 2.0 to work with firewalld in SLES 15.
- Merge HANA firewall rules into an existing "/customrules"/ script
  if it is present.
- Bump version to 1.1.4 (bsc#1002744);
- Add several more TCP ports that are vital to HA operation into
  firewall service definition file.
  Bump version to 1.1.3 (bsc#992376)
- Fix typo and incorrectly assigned default value in sysconfig file.
  Bump version to 1.1.2. (bsc#991919)
- Improve prompts in create_new_service.
- Relax file permissions in hana-firewall.d directory.
- Fix result file location for create_new_service.
- fate#320564 fate#320376
- Add missing changelog macro in spec file.
- Fully integrate with SUSE firewall.
- Remove unnecesary defaults from sysconfig.
- Fix names in sysconfig file
- Bring HANA-Firewall out of technical preview with feature
  enhancements and major code clean-up.
- Initial Version of HANA-Firewall
Mesa
- update to 20.2.4
  * fourth (second to last) bugfix release for the 20.2 branch
- require llvm-devel *without* any explicit version number for
  factory/TW to imply 'distro default llvm version', which we
  usually bump up when a new stable llvm comes out
- use llvm11 on factory/TW and sle15-sp3/Leap 15.3
- enabled build of radeonsi DRI and VDPAU driver on aarch64
  (boo#1179376)
- update to 20.2.3
  * third bugfix release for the 20.2 branch
- update to 20.2.2
  * second bugfix release for the 20.2 branch
- reenabled U_fix-mpeg1_2-decode-mesa-20.2.patch due to regression
  reported in boo#1173185
- update to 20.2.1
  * first bugfix release for the 20.2 branch
- supersedes U_fix-mpeg1_2-decode.patch
- disabled U_fix-mpeg1_2-decode-mesa-20.2.patch; likely no longer
  needed (boo#1173185)
- U_fix-mpeg1_2-decode-mesa-20.2.patch
  * additional patch currently needed for Mesa 20.2 (boo#1173185)
- update to 20.2.0
  * includes Intel Rocket Lake Platform Support
    (jsc#SLE/SLE-12880, jsc#SLE/SLE-12882)
- adjusted/refreshed patches:
  * n_add-Mesa-headers-again.patch
  * n_drirc-disable-rgb10-for-chromium-on-amd.patch
  * u_dep_xcb.patch
- docs now available in .rst format (html before)
- Add U_fix-mpeg1_2-decode.patch (boo#1173185)
  * fixes colors in kaffeine on Radeon (r600 VAAPI driver)
- buildfix-ppc64le.patch
  * buildfix for ppc64le (boo#1176562)
- update to 20.1.8:
  * mainly bugfixes, highlights:
  - Crash in ruvd_end_frame when calling vaBeginPicture/vaEndPicture without rendering anything
  - khr_debug-push-pop-group_gl: ../src/util/simple_mtx.h:86: simple_mtx_lock: Assertion `c != _SIMPLE_MTX_INVALID_VALUE' failed.
  - Amber test opt_peel_loop_initial_if: Assertion failed
  - Dirt Rally: Flickering glitches on certain foliage since Mesa 20.1.0 caused by MSAA
  - [BRW] WRC 5 asserts with gallium nine and iris.
- update to 20.1.7
  * seventh bugfix release for the 20.1 branch
- switched to llvm9 usage for Leap/SLE15 since llvm10 is not (yet)
  in Leap/SLE15
- version 20.1.6 needed for jira#SLE/SLE-12880, jira#SLE/SLE-12882
- use again /etc/OpenCL/vendors for openSUSE Leap, i.e. use
  /usr/etc/OpenCL/vendors only for Tumbleweed
- Add vulkan device selection layer and vulkan overlay layer to
  baselibs for 32bit versions on 64bit architectures.
- Add vulkan device selection layer and vulkan overlay layer
- specfile/baselibs.conf cleanup
  * no longer support Mesa build without libglvnd
  * removed empty packages Mesa-libGLESv1_CM1 and Mesa-libGLESv2-2
- update to 20.1.6
  * sixth bugfix release for the 20.1 branch
- baselibs.conf:
  + Require Mesa-KHR-devel instead of Mesa-KHR-devel-<targettype>:
    KHR-devel consists only of header files there is thus no
  - <targettype> flavor being generated.
  + Do not require Mesa-libGLESv1_CM1 and Mesa-libGLESv2-2 from
    their respective -32bit devel packages: with libglvnd defined
    to 0, the native packages are being generated, but are empty.
    For baselibs, this trick does not work and empty packages are
    being skipped. So we drop the dependency (with a note in the
    .spec to enable the deps when changing the defines).
- update to 20.1.4
  * fourth bugfix release for the 20.1 branch
  * just a few fixes here and there, nothing major
- update to 20.1.3
  * third bugfix release for the 20.1 branch
  * lots of updates to our testing infrastructure
- force valgrind support only on officially supported platforms
  (boo#1173355)
- update to 20.1.2
  * second bugfix release for the 20.1 branch
  * most of the fixes here are to the AMD drivers, and the rest
    is scattered over the tree.
- enable valgrind support (boo#1173355)
- move mesa.icd from /usr/etc/OpenCL/vendors to
  /usr/share/OpenCL/vendors (boo#1173005)
- switch to /usr/etc/OpenCL/vendors for mesa.icd OpenCL file
  location (boo#1173005)
- update to 20.1.1
  * first bugfix release for the 20.1 branch
  * fixes issue affecting Unreal Engine 4 games on i965
- update to 20.1.0
  * first release for the 20.1 branch
  * One already known issue is that Unreal Engine 4 has a bug in
    its usage of glDrawRangeElements() causing it to be called
    with a number of vertices in place of the `end` parameter,
    that was recently revealed. This is an annoying bug that we
    haven't worked around yet. For more details:
    https://gitlab.freedesktop.org/mesa/mesa/-/issues/2917
- supersedes U_add-lifetime-dse-fix.patch
- Add U_add-lifetime-dse-fix.patch as a proper fix for boo#1171855.
- Disable LTO for now as there's a known upstream bug
  that hasn't been resolved with GCC 10:
  boo#1171855.
- update to Mesa 20.0.7
  * most fixes in Radv, but there are fixes all over the tree
- avoid build error PowerPC, using gnu++14 (not gnu++11)
  https://bugzilla.opensuse.org/show_bug.cgi?id=1171045
- update to Mesa 20.0.6
  * fairly small release (a little bit of everything in here)
- require llvm/clang 10
- update to Mesa 20.0.5
  * pretty big release with AMD and Intel drivers receiving the
    majority of the work.
- supersedes U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch
- supersedes n_opencl_dep_libclang.patch
- Disable LTO on armv6 to fix build
- U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch
  * Fix Weston launch on tumbleweed by backporting commit bfb9c08e
- update to Mesa 20.0.4
  * emergency release, which reverts a serious SPIR-V regression
    in the 20.0.3 release.
- supersedes U_Revert-spirv-Implement-OpCopyObject-and-OpCopyLogica.patch
- U_Revert-spirv-Implement-OpCopyObject-and-OpCopyLogica.patch
  * revert severe spirv regression; emergency release will be
    available soon ...
- update to Mesa 20.0.3
  * bugfix release:  fixes all over the tree; mostly AMD (radv,
    aco), NIR and Intel (isl, anv)
- update to Mesa 20.0.2
  * bugfix release: fixes all over the code base
- update to Mesa 20.0.1
  * bugfix release
- cleanup in specfile: get rid of is_opensuse macro, which is no
  longer needed at all (jira#PM-1623)
- Loosen dependencies to allow building with newer versions of
  clang-devel, similar to llvm-devel.
- update to mesa 20.0.0
  * changelog https://mesa3d.org/relnotes/20.0.0.html
- supersedes U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patch
- supersedes U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch
- supersedes U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch
- supersedes U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch
- supersedes U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch
- update to patch n_add-Mesa-headers-again.patch to fit v20.0.0 sources
- update to patch n_drirc-disable-rgb10-for-chromium-on-amd.patch to fit v20.0.0 sources
- use 7G disk constraints also for x86_64 and i586 (bsc#1164488)
- only use 'BuildRequires:llvm-devel >= 9.0.0' for TW/factory; for
  older products still use 'BuildRequires: llvm9-devel'; fixed
  build on openSUSE Leap 15.2
- Update to version 19.3.4
  * changes all over the tree, but aco and anv are leading the
    way in changes
- supersedes u_Revert_gallium_Fix_big-endian_addressing_of_non-bitmask_array_formats.patch
- u_Revert_gallium_Fix_big-endian_addressing_of_non-bitmask_array_formats.patch
  * replaces U_gallium-Fix-big-endian-addressing-of-non-bitmask-arr.patch
    by an official merge request (bsc#1162252, gitlab issue#2472)
- U_gallium-Fix-big-endian-addressing-of-non-bitmask-arr.patch
  * reverse apply since it caused a regression in rendering on
    s390x (bsc#1162252)
- require and check for llvm-devel >= 9 instead of llvm9-devel on
  openSUSE
- enabled build of gallium based llvmpipe driver for s390x
  (related to jsc#IBM-369, jsc#SLE-7452)
- Update to version 19.3.3
  * There's plenty of changes here, but intel, docs, radeonsi,
    and aco are the biggest sets of changes.
- supersedes U_0005-radv-Remove-syncobj_handle-variable-in-header.patch
- set optflags also for g++ compiler
- require llvm9 (jsc#IBM-369, jsc#SLE-7452)
- U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patch
  U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch
  U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch
  U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch
  U_0005-radv-Remove-syncobj_handle-variable-in-header.patch
  U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch
  * fixes build with gcc10 using -fno-common as default now (boo#1160578)
- Enable LLVM support on riscv64
- Update to version 19.3.2
  * Intel and AMD drivers make up the bulk of the changes, with
    a bit of nir and glsl, plus a sprinkling of other stuff in
    there.
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
  * fixes patch (boo#1145188)
- Update to version 19.3.1
  * Bugfixes for i965/iris, anv and radv
- Update to version 19.3.0
  * Mainly changes to the build system, i965, aco, radv and anv
  * New features, check Phoronix:
    https://www.phoronix.com/scan.php?page=article&item=mesa-193-features
- Update to version 19.2.6
  * fixes build on PPC
  * couple of additional stable patches
- Update to version 19.2.5
  * There's a little bit over everything in here, with anv and
    radeonsi standing out as the two biggest components getting
    changes, but core mesa, core gallium, llvmpipe, nir, egl,
    i965, tgsi, st/mesa, spirv, and the Intel compiler also
    fixes in this release.
- supersedes u_call-shmget-with-permission-0600-instead-of-0777.patch
- u_call-shmget-with-permission-0600-instead-of-0777.patch
  * CVE-2019-5068 (bsc#1156015)
- Update to version 19.2.4
  * This is an emergency release, to fix a critical bug found in
    the 19.2.3 release which causes incomplete rendering on all
    mesa drivers. This release contains a single patch to fix
    that bug.
- Update _contraints, Mesa-drivers needs 7GB of disk to build
  safely.
- Update to version 19.2.3
  In this release: iris, meson, radv, anv, turnip, 965, svga,
  utils, core mesa, glsl, etanviv, and gallium/rbug
- This Mesa release includes support for latest GPUs including Intel
  (jsc#SLE-7962, jsc#SLE-8024, jsc#SLE-8022, jsc#SLE-10182, jsc#SLE-4983,
  bsc#1137515) and fixes for boo#1127672, bsc#1117365
- Dont conflict with vulkan-devel anymore as there is no file
  conflict
- Use %pkg_vcmp macro instead of llvm-config to detect LLVM 9.
- Update to version 19.2.2
  * assortment of fixes in this release, notably a bunch of work
    to get Solaris and illumos working with mesa, as well as more
    work fixing issues in the migration of package-config and
    headers being handled by libglvnd instead of mesa when mesa
    is built with support for glvnd.
    There's  bunch of other changes here, with radv and intel
    leading the pack, otherwise just a few things here and there.
- n_add-Mesa-headers-again.patch
  * add Mesa headers again despite of building it against libglvnd;
    those headers turned out not to be usable; in addition packaging
    headers with libglvnd make dependancies problematic ...
- let Mesa-libEGL-devel require libX11 devel via "/pkgconfig(x11)"/
  since EGL/eglplatform.h includes X11/Xlib.h
- Update to version 19.2.1
  * fixes all over the tree: intel, amd, nine, nir, egl, gallium,
    scons, meson, glsl, haiku, android, and nouveau all got fixes.
- pickup gl, egl, glesv1_cm and glesv2 pkgconfig files from
  libglvnd build and add them to the appropriate devel subpackages
- reintroduce GL, EGL, GLES* devel subpackages since corresponding
  header and pkgconfig files from libglvnd didn't work out ...
- Rebase n_opencl_dep_libclang.patch after update.
- Update to version 19.2.0 including changes to
  * release-infastructure
  * the build
  * drivers: turnip, radv, android, intel and amd common code
  * new features: check Phoronix
    https://www.phoronix.com/scan.php?page=news_item&px=Mesa-19.2-Released
- supersedes U_llvmpipe-Don-t-use-u_ringbuffer-for-lp_scene_queue.patch
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
- supersedes n_glesv1_cm-glesv2.patch
- no longer build
  * Mesa-libGL-devel
  * Mesa-libEGL-devel
  * Mesa-libGLESv1_CM-devel
  * Mesa-libGLESv2-devel
  * Mesa-libGLESv3-devel
  Instead of requiring these let Mesa-devel package require
  libglvnd-devel >= 1.2.0, which provides the contents of these
  packages now (header files for OpenGL, GLES, EGL, and GLX).
  Adjusted baselibs.conf accordingly.
- modified check for llvm version in a way so it works also with
  older llvm packages (by making use of "/llvm-config -version"/),
  where there is %{_llvm_sonum} macro defined yet
- moved manual pages to Mesa-devel package
- n_opencl_dep_libclang.patch
  * Link OpenCL library with libclang-cpp.so instead of the
    component libraries for LLVM >= 9.
- Update to version 19.1.7
  * another bugfix release ....
- Add ppc64 for radeonsi to avoid build error
- Update to version 19.1.6
  * bugfix release
- Update to version 19.1.5
  * bugfix release
- Build radeonsi and libvdpau_radeonsi on ppc64le
- Update to version 19.1.4:
  * Mostly, as usual, in fixes for different drivers (anv, radv,
    radeon, nv50, nvc0) as well as in backend parts (egl, spirv,
    nir, ...).
  * Of those fixes, we could highlight several ones:
  - Vulkan 24/48 bit formats are now not supported on Ivybridge.
  - R8G8B8_UNORM_SRGB is not supported on Haswell.
  - A fix for hair artifacts in Max Payne 3 on AMD/RADV.
  - Vulkan transform feedback extension is disabled on Intel
    gen7.
- Update to version 19.1.3:
  * Mostly fixes for ANV and RADV drivers, as well as NIR backend
    fixes.
  * Several of those patches fix crashes with the drivers, and a
    couple of them fix memory leaks.
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
  * added totem as another affected application (boo#1142270)
- Add v3d support (VC5/V6 driver) for %arm and aarch64
- Add kmsro for %arm and aarch64
- U_llvmpipe-Don-t-use-u_ringbuffer-for-lp_scene_queue.patch
  * may fix crashes in llvmpipe on SMP systems with LTO enabled
    builds (boo#1133265)
- Update to version 19.1.2:
  * Different fixes for the Intel and AMD Vulkan drivers,
    Freedreno, the Meson build system, and some other fixes for
    other parts and/or drivers.
  * Worth to mention a fix for a crash in Wolfenstein II with the
    RADV driver, and another fix relevant for DXVK on Intel gen7
    drivers.
- Update Source urls from ftp to https.
- Update to version 19.1.1:
  * Mostly in fixes for different drivers (RADV, ANV, Nouveau,
    Virgl, V3D, R300g, ...).
  * Also different fixes for different parts (Meson build, GLX,
    etc).
- reverted latest change in specfile; it's not needed; llvm8 is
  already been chosen on factory/TW by default ...
- use llvm8 on factory/TW
- n_glesv1_cm-glesv2.patch
  * reenables build of GLESv1_CM and GLESv2 ...
- readded pkgconfig files for GLESv1_CM and GLESv2 to filelists
- removed again virtual provides for
  * pkgconfig(glesv1_cm)
  * pkgconfig(glesv2)
- reenable LTO with Mesa 19.1 (boo#1133265, comment#5)
- enabled new gallium drivers
  * iris (newer Intel GPUs)
  * lima, panfrost on ARM64
- virtually provide
  * pkgconfig(glesv1_cm)
  * pkgconfig(glesv2)
  in libGLESv1_CM-devel/libGLESv2-devel packages, since these files
  have been removed from Mesa via git commit #1587586
- Update to 19.1.0:
  * Mesa 19.1.0 implements the OpenGL 4.5 API, but the version
    reported by glGetString(GL_VERSION) or
    glGetIntegerv(GL_MAJOR_VERSION) /
    glGetIntegerv(GL_MINOR_VERSION) depends on the particular
    driver being used. Some drivers don't support all the features
    required in OpenGL 4.5. OpenGL 4.5 is only available if
    requested at context creation. Compatibility contexts may
    report a lower version depending on each driver.
  * The top highlights include:
  - GL_ARB_parallel_shader_compile for all drivers.
  - GL_EXT_gpu_shader4 on all GL 3.1 drivers.
  - GL_EXT_shader_image_load_formatted on radeonsi.
  - GL_EXT_texture_buffer_object on all GL 3.1 drivers.
  - GL_EXT_texture_compression_s3tc_srgb on Gallium and i965
    drivers (ES extension).
  - GL_NV_compute_shader_derivatives on Iris and i965 drivers.
  - GL_KHR_parallel_shader_compile on all drivers.
  - GL_INTEL_conservative_rasterization on Iris.
- Refresh patches with quilt.
- Clean-up spec files for .pc and other files no longer built.
- Update to 19.0.5
  * Things have slowed back down from the last release, which is
    good for this late in the series. No one area has received too
    much work, with a little bit sprinkled in here and there in
    both core code and drivers.
- Update to 19.0.4
  * It's been a pretty active release, especially for how late in
    the cyle we are. Radv was the busiest component, but there
    were also a few changes for intel, radeonsi, some core vulkan
    work, and a little bit of other stuff here and there.
- Update to 19.0.3
  * quiet release with just 19 patches (excluding release churn)
    since 19.0.2
  * no sub component was touched too much
  * virgl, glsl, nir, intel, radeonsi, radv, ac, and gallivm
    received a few patches
- Disable LTO (boo#1133265).
- Drop patches n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
  and archlinux_0001-Fix-linkage-against-shared-glapi.patch:
  These patches only work when building mesa with autotools. As we use meson
  instead now, these patches do nothing.
- Drop version 19.0.1 tarballs
- Update to 19.0.2
  * Just a few fixes for radeon, a few for nir, a couple for radv,
    a couple for v3d, and a few other patches here and there.
- Update to 19.0.1
  * "/This is the first bug fix release of the 19.0 branch. It's
    been a pretty calm cycle, and there's not too much here. I
    think things are looking pretty good overall."/
- baselibs.conf: Mesa-libEGL-devel needs Mesa-KHR-devel (bsc#1117365)
- Mesa-libEGL-devel needs Mesa-KHR-devel (bsc#1117365)
- Remove imx from ARM drivers (dropped upstream)
- Update to 19.0.0
  * bug fixes and performance improvements
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
- supersedes u_wayland_egl-Ensure-EGL-surface.patch
- Don't enable gallium_loader on ppc and s390x
- Fix configuration on non-gallium archs
- u_dep_xcb.patch: fix missing xcb dependencies
- avoid Mesa-drivers build failure for ppc64le reported by
  (boo#1127672)
- remove n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch;
  keeping that one reintroduced render errors and missing screen
  refreshes on GNOME3 in a qemu VM (cirrus emulation); the issue has
  been fixed in a different and better way since 18.3.3; this is
  related to bsc#1118149
- Update to 18.3.4
  * A fix in the XvMC state-tracker, which was causing some video attributes to
    not take affect. On the video front the VAAPI state tracker has seen
    improvements with VP9 streams while the amdgpu driver advertises all available
    profiles.
  * On Intel side we have compiler fixes and extra PCI IDs for Coffee Lake and
    Ice Lake parts. In the Broadcom drivers a couple of memory leaks were
    addressed and the NEON assembly should compile properly on armhf.
  * Other drivers such as radeonsi, nouveau and freedreno have also seen some
    love. The RADV driver has seen addressed to compile correctly with GCC9
    amongst other changes.
  * The Xlib based libGL have been addressed to work with X servers, which lacks
    the MIT-SHM extension such as XMing.
  * To top it up we have a few fixes to the meson build system.
- Update to 18.3.3
  * In this release we have:
    A memory leak fix in the etnaviv driver, better NEON assembly code in vc4 and
    couple of stability improvements to the radeonsi driver. Another memory leak
    affecting all gallium drivers have also been addressed.
  * The time required to compile GLSL shaders with large amount of uniforms, such
    as Godot, has been improved.
  * GLX and swrast have also seen some improvements.
  * On the Vulkan side, the ANV driver adjusted the number of images supported
    for gen8 and earlier to 8, while for newer hardware it remains the same 64.
    The RADV driver has seens a collection of stability improvements and fix for
    the Vulkan version advertised in some corner cases.
  * To top it all up, the meson build system has seen a steady amount of fixes:
    the DSO version for the VDPAU drivers is now included, ICC compatibility
    patches, opencl handling and relaxed handling when building osmesa.
- adjusted n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch
- Build Mesa with meson instead of automake
  + Build classic swrast with Mesa, as its a dependency for osmesa - delete it
    while installing
  + Build egl with Mesa-drivers as it demands one windowing-system -
    delete it while installing
- Update to 18.3.2
  * In this release candidate we have added more PCI IDs for AMD
    Vega devices and a number of fixes for the RADV Vulkan drivers.
  * On the Intel side we have a selection ranging from quad swizzles
    support for ICL to compiler fixes.
  * The nine state tracker has also seen some love as do the
    Broadcom drivers.
  * To top it all up, we have a healthy mount of build system fixes.
- redisabled support for tegra, since it just got disabled upstream
  in git master ...
- Enable the surfaceless platform, which is needed by KDE CI
  environment for testing (https://phabricator.kde.org/T10245)
- Add etnaviv, imx and tegra supports for %arm and arch64
- Only BuildRequire pkgconfig(vdpau) and pass --enable-vdpau to
  configure when building the drivers. Helps us break a build
  cycle.
- Update to 18.3.1
  * This version disables the VK_EXT_pci_bus_info extension due to
    last minute issues spotted in the specification.
- n_Disable-Xshm-for-now-since-it-results-in-render-erro.patch
  * Xshm results in render errors and missing screen refreshes on GNOME3
    in a qemu VM (cirrus emulation) [bsc#1118149]
- Fix baselibs.conf entry for Mesa-KHR-devel (missing "/-"/)
- Update to 18.3.0 final release
  * The top highlights include:
    + GL_AMD_depth_clamp_separate on r600, radeonsi.
    + GL_AMD_framebuffer_multisample_advanced on radeonsi.
    + GL_AMD_gpu_shader_int64 on i965, nvc0, radeonsi.
    + GL_AMD_multi_draw_indirect on all GL 4.x drivers.
    + GL_AMD_query_buffer_object on i965, nvc0, r600, radeonsi.
    + GL_EXT_disjoint_timer_query on radeonsi and most other Gallium drivers
    (ES extension)
    + GL_EXT_texture_compression_s3tc on all drivers (ES extension)
    + GL_EXT_vertex_attrib_64bit on i965, nvc0, radeonsi.
    + GL_EXT_window_rectangles on radeonsi.
    + GL_KHR_texture_compression_astc_sliced_3d on radeonsi.
    + GL_NV_fragment_shader_interlock on i965.
    + EGL_EXT_device_base for all drivers.
    + EGL_EXT_device_drm for all drivers.
    + EGL_MESA_device_software for all drivers.
  * Additional features:
    ANV
    + VK_EXT_calibrated_timestamps
    + VK_EXT_pci_bus_info
    + VK_EXT_sampler_filter_minmax
    + VK_EXT_vertex_attribute_divisor v3
    + VK_GOOGLE_decorate_string
    + VK_GOOGLE_hlsl_functionality1
    + VK_KHR_driver_properties
    RADV
    + VK_EXT_calibrated_timestamps
    + VK_EXT_conservative_rasterization
    + VK_EXT_pci_bus_info
    + VK_EXT_transform_feedback
    + VK_EXT_vertex_attribute_divisor v3
    + VK_GOOGLE_decorate_string
    + VK_GOOGLE_hlsl_functionality1
    + VK_KHR_driver_properties
- supersedes u_constify-struct-drisw_loader_funcs.patch,
  u_drisw-use-separate-drisw_loader_funcs-for-shm.patch
- Add u_wayland_egl-Ensure-EGL-surface.patch: wayland/egl: Ensure
  EGL surface is resized on DRI update_buffers(). Patch is sent
  upstream already.
- Update to 18.3.0-rc5
  * fifth release candidate for Mesa 18.3.0
- added libGL-Mesa-devel split-off provides to Mesa-KHR-devel
  package, since /usr/include/KHR/khrplatform.h moved between
  these two packages (related to bsc#1117365)
- Place khrplatform.h into new package Mesa-KHR-devel. It is now
  required by all devel packages that need it. (bsc#1117365)
- Remove n_drisw-Do-not-use-drisw_put_image_shm.patch,
  add u_constify-struct-drisw_loader_funcs.patch
  and u_drisw-use-separate-drisw_loader_funcs-for-shm.patch.
  * Replace workaround with proper fix for crash in VLC and
    possibly other applications. (boo#1113533)
- Use rpm variables for the drirc.d path
- Update to 18.3.0-rc4
  * fourth release candidate for Mesa 18.3.0
- Update to 18.3.0-rc3
  * third release candidate for Mesa 18.3.0
- moved /usr/include/KHR from libEGL-devel to libGL-devel since it's
  now being referenced by glext.h
- Update to 18.3.0-rc2
  * second release candidate for Mesa 18.3.0
- supersedes the following patches:
  * U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch
  * U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch
  * U_python-Fix-rich-comparisons.patch
  * U_python-Use-key-functions-when-sorting-containers.patch
  * mako_4_radv.patch
- adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch
- /etc/drirc moved to /usr/share/drirc.d/00-mesa-defaults.conf
- n_drisw-Do-not-use-drisw_put_image_shm.patch
  * Workaround for applications that create GL context twice with
    different loaders. (boo#1113533)
- Update to 18.2.4
  * Different fixes for different drivers: freedreno, radeonsi,
    swr, anv and radv. Also there are fixes for ac, gallium,
    spirv and blorp.
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
  * Disallow rgb10 configs for chromium with radeonsi to prevent
    broken colors in video. (boo#1113211)
- Update to 18.2.3
  * Different patches for the DirectX9 and DRI state trackers.
  * Several fixes and workarounds for different games, inlcuding
    RAGE, Yakuza and The Evil Within, Wolfenstein The Old Blood
    ARMA 3, or No Mans Sky.
  * A bunch of fixes for different drivers, including r600,
    nouveau, radeonsi, anv, radv, virgl, i965, nvc0 or nv50.
    Worth to mention a fix for GPU hangs in Radeonsi.
  * State Trackers also get different fixes and corrections.
  * Finally, fixes for GLSL and NIR are also in this queue.
- Update to 18.2.2
  * Different patches for the DirectX9 and DRI state trackers.
  * A patch to implement vkAcquireNextImage2 in the Intel and AMD
    vulkan drivers, as well as a patch for adding support for
    protected memory properties in GetPhysicalDeviceProperties2()
    for the former driver.
  * RADV also gets a patch to fix some issues with reflections in
    GTA V, and a patch to fix a GPU hang in SteamVR with Vega.
  * Finally, there are more fixes for Radeonsi, nvc0, vc4, and
    vulkan code.
- Drop usage of sha1sum, use sig and keyring verification instead.
  Following this, add key from Juan A. Suarez to keyring.
- Drop u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.patch
  Fixed upstream.
- update to 18.2.1
  * Lot of fixes for Vulkan drivers.
- get rid of libwayland-egl1/libwayland-egl-devel completely; also
  for older Leap versions
- update to 18.2.0
  * This release consists of nearly 2200 commits from approximately
    130 developers.
  * The top highlights include:
  - OpenGL 4.3 on virgl.
  - OpenGL 4.4 Compatibility profile on radeonsi.
  - OpenGL ES 3.2 on radeonsi and virgl.
  - GL_ARB_ES3_2_compatibility on radeonsi.
  - GL_ARB_fragment_shader_interlock on i965.
  - GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+).
  - GL_ANDROID_extension_pack_es31a on radeonsi.
  - GL_KHR_texture_compression_astc_ldr on radeonsi.
  - GL_NV_conservative_raster and GL_NV_conservative_raster_dilate on
    nvc0 (GM200+).
  - GL_NV_conservative_raster_pre_snap_triangles on nvc0 (GP102+).
  - multisampled images on nvc0 (GM107+) (now supported on GF100+).
  * Additional features:
  - ANV Extensions:
  - VK_KHR_bind_memory2.
  - VK_KHR_external_fence.
  - VK_KHR_external_fence_capabilities.
  - VK_KHR_external_semaphore.
  - VK_KHR_external_semaphore_capabilities.
  - VK_KHR_maintenance2.
  - VK_KHR_maintenance3.
  - VK_KHR_multiview.
  - VK_KHR_relaxed_block_layout.
  - VK_KHR_sampler_ycbcr_conversion.
  - VK_KHR_8bit_storage.
  - VK_KHR_create_renderpass2.
  - VK_KHR_display.
  - VK_KHR_display_swapchain.
  - VK_KHR_external_fence_fd.
  - VK_KHR_external_semaphore_fd.
  - VK_KHR_get_display_properties2.
  - VK_KHR_image_format_list.
  - RADV Extensions:
  - VK_KHR_bind_memory2.
  - VK_KHR_external_fence.
  - VK_KHR_external_fence_capabilities.
  - VK_KHR_maintenance2.
  - VK_KHR_maintenance3.
  - VK_KHR_multiview.
  - VK_KHR_relaxed_block_layout.
  - VK_KHR_create_renderpass2.
  - VK_KHR_display.
  - VK_KHR_display_swapchain.
  - VK_KHR_draw_indirect_count.
  - VK_KHR_external_fence_fd.
  - VK_KHR_get_display_properties2.
  - VK_KHR_get_surface_capabilities2.
  - VK_KHR_image_format_list.
  - New GL extensions supported by all drivers:
  - GL_OES_EGL_image_external.
  - GL_OES_EGL_image_external_essl3.
  - freedreno:
  - GL 3.0's multisample anti-aliasing support on a5xx.
  - GL_ARB_texture_multisample support on a5xx.
  - GLES3.1's GS5 Packing/bitfield/conversion functions support on a5xx.
  - Dynamically uniform UBO array indices.
  - Packing/bitfield/conversion functions.
  - Enhanced textureGather.
  - GL_OES_texture_buffer.
  - GL_ARB_seamless_cubemap_per_texture.
  - i965:
  - GL_OES_texture_view on gen8+.
  - GL_EXT_texture_norm16.
  - nouveau:
  - GL_ARB_post_depth_coverage.
  - GL_ARB_sample_locations.
  - GL_EXT_texture_norm16.
  - r600:
  - GL_EXT_texture_norm16.
  - radeonsi:
  - GL_EXT_texture_norm16.
  - virgl:
  - GL_ARB_seamless_cubemap_per_texture.
  - GL_ARB_shader_stencil_export.
- supersedes u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch,
  u_intel_anv-make-scripts-python-2-3-compat.patch
- U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch,
  U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch,
  U_python-Fix-rich-comparisons.patch,
  U_python-Use-key-functions-when-sorting-containers.patch
  * buildfixes ...
- update to 18.1.7
  * Mesa 18.1.7 is now available for general consumption. This
    release has been rather small compared to the last few
    release, There's just a handful of fixes in total. Meson,
    radv, anv, gallium winsys, intel, i965, and r600 were the
    only recipients of fixs this go around.
- Add wayland to egl_platforms for Leap 15.0+ and TW again (boo#1105798)
- update to 18.1.6
  * autotools fixes for libglvnd, libgl naming, and pkgconfig
  * meson fixed its handling of stale symlinks wrt megadrivers
  * windows relaged fixes
  * some bug fixes for clover
  * plenty of egl, wayland, glx, and dri3 fixes
  * a couple of nir fixes
  * and on the driver side, radv, intel, vc4, etnaviv, swr, r600, amd, and
    nouveau all had a few fixes
- supersedes archlinux_glvnd-fix-gl-dot-pc.patch
- disabled build of libwayland-egl for factory/sle16/Leap 16 now
  being provided by Wayland itself and probably be removed from
  Mesa soon; see also https://build.opensuse.org/request/show/613048
- update to 18.1.5
  * several fixes for radv
  * A few fixes for virgil, spirv, radeonsi, nir, disk cache and build
    systems
- Enable virgl on ARM
- update to 18.1.4
  * Several fixes for i965
  * Several fixes for anv
  * A few fixes each for radeonsi, glx, the glsl compiler, the
    autotools build, nir, st/dri, and r600
- Make build verbose as outlined in openSUSE:Specfile guidelines
  https://en.opensuse.org/openSUSE:Specfile_guidelines#Verbose_mode
- update to 18.1.3
  * numerous fixes for radv
  * some fixes for common radeon code
  * fixes for both the nir and glsl compilers
  * An i965 fix for some gpu hangs on SNB
- add mako_4_radv.patch - fixes Mako detection for RADV/intel
- update to 18.1.2
  * Fixes for libatomic checks on non-arm and non-x86 platforms
  * porting of additional libatomic checks to meson from autotools
  * numerous radv fixes
  * numerous intel fixes
  * A few fixes each for radeonsi, r300, ac, glx, and vulkan
- Update to 18.1.1
- drop U_dri3-Stricter-SBC-wraparound-handling.patch
  * Radv fixed one extension and several features on a per-generation basis.
  * Vulkan got fixes for a potential free of uninitialized memory
  * Tegra got modifier fixes.
  * nv30 fixed displayable formats.
  * i965 now works correctly for GLK 2x6 systems.
- Add patch U_dri3-Stricter-SBC-wraparound-handling.patch
  This fixes an error with timestamps, avoiding near infinite client
  hangs with the new X server 1.20 release and some clients, the most
  prominent being plasmashell & steam
  Bugentry: FDO#106351
- Fix python3-Mako dependency on <= Leap 42.3.
- Temporarily replace mesa-18.1.0.tar.xz.sig with
  mesa-18.1.0.tar.xz.sha1sum. The sig file uses EDDSA which is not
  supported by gpg in OBS at the moment.
- Update to 18.1.0
- refreshed archlinux_0001-Fix-linkage-against-shared-glapi.patch
- add u_intel_anv-make-scripts-python-2-3-compat.patch for build ANV
    with python
  * Vulkan 1.1 support for the ANV and RADV drivers.
  * RadeonSI and RADV have "/Vega M"/ GPU support for Kabylake G processors
  * A simple Gallium3D HUD option as an alternative to the advanced
    heads-up display
  * There is also now Vega 12 support too.
  * For new hardware support on the Intel side are the initial
    bits for Intel Icelake.
  * The Intel driver stack has meanwhile landed more SPIR-V
    bits towards OpenGL 4.6.
  * The Intel ANV driver has received new extensions too as well as
    enabling features like MSAA fast clears.
  * VP9 VA-API support for VCN and HEVC Main for VCN - Raven Ridge CPUs.
  * DRI3 1.1/1.2 support for going with the soon-to-be-out X.Org Server 1.20.
  * Etnaviv performance counter support when paired with the latest Etnaviv
    DRM in the mainline kernel.
  * The last-year-GSoC'ed OpenMAX Tizonia H.264 encoder/decoder.
  * UVD-based HEVC video encoding.
  * OpenGL 3.1 ARB_compatibility support for the major Gallium3D drivers.
  * RadeonSI 32-bit pointers support.
  * The Intel GLSL shader cache is enabled by default.
  * Nouveau NVC0 meanwhile finally has ARB_bindless_texture support.
  * On the old hardware front, R600g is now effectively at OpenGL 4.4
    for the Radeon HD 5800/6900 series.
- Update to 18.0.4
  * r600 driver gets a fix for constant buffer boounds, which
    fixes rendering bugs in Trine and Witcher 1.
  * Several fixes for RADV driver: fixes around alpha channel
    in Pre-Vega, fix in multisample image copies, and fixes
    around multilayer images in compute path.
  * For the case of ANV/i965 drivers, also a couple of fixes,
    all of them around ISP. On top, there are a couple of fixes
    relative to code emission around 16-bit integers, and a a
    fix for a leak in blorp for Gen4 and Gen5.
  * Speaking of leaks, there are also fixes for
    winsys/radeon/amdgpu and pipe-loader.gets a couple of patches
    to fix a couple of leaks.
  * SPIR-V part gets a patch to apply OriginUpperLeft to FragCoord.
  * Mesa core gets a couple of patches to fix error handling in
    get_framebuffer_parameteriv, and to add missing support for
    glFogiv(GL_FOG_DISTANCE_MODE_NV).
- Update to 18.0.3
  * The is a fairly small release consisting of patches to fix leaks
    in RADV and Winsys, fix deadlock in internal queue, fix issues
    with ANV allocator, fix blit setup for YUV LoadImage, and some
    other patches.
- Update to 18.0.2
  * A couple of fixes for Meson that solves some problems regarding
    building tests and installation.
  * A couple of fixes in state tracker / DRI that was causing crashes
    in QtCreator and Firefox, among other problems.
  * A couple of fixes for GFX9, that solves a hang in the driver, and
    a problem with buffer views.
  * SVGA gets also a patch to fix incorrect advertizing of
    EGL_KHR_gl_colorspace extension.
  * Etnaviv gets a fix for swizzled texture formats.
  * Intel drivers get also several patches.
  * RADV gets a patch to solve a problem of lot of games complaining
    about not having enough memory.
- Update to 18.0.1
  * In this release we have:
  * On the build system to highlight Meson is get improved thorugh several patches
    that fix issues around it.
  * On the drivers part, RADV get several fixes: one for multisample regressions on
  Vega, another around GFX9 buffer views, and a couple of them more to related
  with avoiding emitting unneeded vertex state.
  * St/Nine get fixes around face register, lighting constants, math check for
    inversible matrix, implicit conversions and bad tracking of vertex textures.
  * Freedreno/a5xx get fixes around missaligned heigh for PIPE_BUFFER, and around
    page faults.
  * Several fixes are also enqueued for Intel driver: set right channel_sizes for
  MOV_INDIRECT sources, set right config registration for uploading to kernel,
  return the fourcc stored in __DRIimage when possible, fix negative sign in
  64-bit return values, fix null destination register in assembly instructions
  with 3 source operands, a fix for failed TCS/TES shader compilation
  * Queue also contains a couple of fixes around Gallium drivers, one to fix a typo
    in code that was causing wrong return value, and another one to fix an
    unitialized modifier for DRI2.
  * Mesa core gets a couple of patches to fix issues around overriding OpenGL/ES
    supported version through environment variables, and a patch to fix an issue
    with texture samples found in "/The Witness"/ through Wine.
  * A couple of bugs around unrolling loops have also been fixed, these patches were
    applied for NIR and GLSL.
  * On top of above, NIR gets more fixes in a couple of lowering functions used:
    coalesce in lower_vec_to_movs if vec had a SSA destination, and interp_var_at
    intrinsic support in lower_indirect_derefs. It also gets a fix around
    vars_to_ssa function.
  * Finally, there are other fixes affecting Radeonsi, AC, EGL/Wayland and SPIR-V
    compiler.
- enabled opencl and that way also Mesa-gallium on 42.3 since we
  now build against llvm 6; this also fixes the requirements from
  Mesa-32bit to Mesa-gallium-32bit in baselibs.conf (reported by
  community)
- Remove n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch.
  * Not needed since we build Mesa against LLVM 6. (bnc#1082298)
- Remove u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch.
  * It was disabled for long time and does not seem to be needed.
    (bnc#1082306)
- Enable nine on arm/aarch64
- Update to 18.0.0 final
  * one-and-only change since 18.0.0-rc5: updated release notes
- Changes since 17.3
  * The top highlights include:
    + Cannonlake support on i965 and anv
    + GL 4.3/GLES 3.1 support  on r600/evergreen with hw fp64 support
    + Meson build system
  * ANV Extensions:
    + VK_EXT_external_memory_dma_buf
  * RADV Extensions:
    + VK_ANDROID_native_buffer
    + VK_KHR_external_fence
    + VK_KHR_external_fence_capabilities
    + VK_KHR_external_fence_fd
    + VK_KHR_get_surface_capabilities2
    + VK_EXT_discard_rectangles
    + VK_EXT_external_memory_dma_buf
    + VK_AMD_shader_info
  * EGL:
    + Support for RGBA/RGBX 1010102 formats
    + EGL_EXT_pixel_format_float
    + Final planned release to ship wayland-egl. Now provided by wayland.
  * GLX:
    + Darwin/Apple fixes
  * Mesa core
    + Support 1 binary format for GL_ARB_get_program_binary on i965
    + drirc workarounds:
    (*) Unreal 4 Editor
    (*) Observer
    (*) Steamroll
    (*) Refunct
  * drirc mesa_glthread whitelists:
    + Mount and Blade Warband
- i965:
  * Disk shader cache when MESA_GLSL_CACHE_DISABLE is set to "/false"/
  * GL_EXT_disjoint_timer_query on gen6+
- Update to 18.0.0-rc5
  * The fifth and final release candidate for Mesa 18.0.0. Modulo
    serious regressions, it is anticipated that it will become
    Mesa 18.0.0 this Friday (2018-03-23) around 16:00 GMT
- supersedes u_glsl-linker-error.patch
- no longer try to use non-existing python3-mako as BuildRequires
  on Leap 42.3
- u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.patch
  * Fixes laggy mouse in Wayland. (fdo#104926)
- replaced u_r600-egd_tables.py-added-support-for-python-3.patch
  with fixed u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch
  and enabled it again; removed again n_egd_tables_h.patch (boo#1082303)
- added n_egd_tables_h.patch and disabled u_mesa-python3-only.patch
  * use pregenerated egd_tables.h (via python2) instead of trying
    to generate it during buildtime with python3 using an apparently
    broken patch (boo#1082303)
- removed more unneeded buildrequires: libudev, openssl, bison,
  flex (boo#1082312)
- removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
  which is no longer needed due to changed LLVM build (boo#1082307)
- merge content of new rpmlintrc into existing Mesa-rpmlintrc file
- no longer run ldconfig for the follwing backend (ICD) drivers,
  since it's considered wrong: xvmc, vdpau, va, opencl, and vulkan;
  required adding a rpmlintrc file with appropriate rules
  (boo#1082316)
- removed no longer needed ncurses-devel BuildRequires (boo#1082315)
- redone u_add_llvm_codegen_dependencies.patch and renamed to
  u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
  (boo#1082307)
- removed u_mesa-8.0.1-fix-16bpp.patch and
  u_mesa-8.0-llvmpipe-shmget.patch, which we no longer apply since
  about 5 years (boo#1082305)
- recreated u_mesa-python3-only.patch and renamed to
  u_r600-egd_tables.py-added-support-for-python-3.patch; also
  removed first hunk (boo#1082303)
- removed n_Define-GLAPIVAR-separate-from-GLAPI.patch
  * bits moved to libGLw's n_Use-newly-introduced-GLAPIVAR-for-variables.patch
    (boo#1082297)
- Mesa-gallium only exists if %{with_opencl}
- Add support for riscv64
- Split Nouveau and VC4 from the main driver package on all systems
  Fixes (boo#1081210).
- remove %{release} based dependecies
  Unfortuanetly Mesa and Mesa-drivers can have different release number
  Release is Commit_Count.Build_Count and build count can be different
  because both packages have different dependencies
- add u_glsl-linker-error.patch
  * Fix attaching multiple shader objects for the same stage to a
    GLSL program triggers a linker error (fdo#104777, bnc#1080492)
  * Fixes issue with wine applications.
- Added %{release} so the correct package release is used
  when a package has been patched
- Update to 18.0.0-rc4
- supersedes u_mesa-st-shader_cache-restore-num_tgsi_tokens-when-loading.patch
- u_mesa-st-shader_cache-restore-num_tgsi_tokens-when-loading.patch
  * Fix crash when loading shader. (bnc#1079465)
- Update to 18.0.0-rc3
  * includes significant improvements for OpenGL and Vulkan support
    and performance.
- supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
- Remove dependency on clang-devel-static. (bnc#1065464)
  * It was removed, clang-devel now again provides everything
    necessary as shared libraries.
- Require Mesa-dri-32bit and Mesa-gallium-32bit by Mesa-32bit. It
  mirrors the requirement of the normal packages. (bnc#1078261)
- Disable AMDGPU GFX9/Vega with LLVM < 6.0.0.
  * n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch
  * While it is supported since LLVM 5.0.0, it was not working
    correctly (bnc#1075901). Since we do not have the resources to
    determine which fixes should be backported and LLVM 6 will be
    released relatively soon, disable the support until then. Users
    with the card will have working desktop using software
    rendering just like they did with LLVM 4.
- in spec file move %dir %{_libdir}/dri to avoid ppc build failure
- Update to 17.3.3
  * Fixes to radv, anv, etnaviv, swrast and radeonsi drivers.
  * Fixes for DRI3.
- Make Mesa require Mesa-dri and Mesa-gallium. This makes Mesa
  usable again for users who do not install recommended packages.
  It breaks the Mesa and Mesa-drivers split, which has to be fixed
  by ignoring it in obs.
- Add _constraints to select 6G disk for PowerPC
  to avoid cpio: write error on obs-power8-05 workers boo#1076325
- U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
  * Add more Coffeelake PCI IDs (request by Intel)
- Update to 17.3.2
  * Multiple fixes in the RADV Vulkan driver, workaround when using
    slibtool and a GLSL workaround for various titles using Unreal
    Engine 4.
- Drop upstreamed u_r600-Add-support-for-B5G5R5A1.patch
- Modify u_mesa-python3-only.patch to not break python 2.
- Update to 17.3.1
  * Multiple fixes and improvements of the GLSL shader cache. The
    RADV driver no longer advertises VK_EXT_debug_report - there is
    no support for it.
  * The i965, radeonsi, nvc0 and freedreno drivers have received a
    few small fixes each.
  * A number of big endian fixes have been merged.
- Switch to python3 during build instead of python2
  * Add patch u_mesa-python3-only.patch
- Add Mesa-dri and Mesa-gallium to baselibs.conf.
- Require llvm >= 3.9.0
  * The build fails otherwise because it is required for multiple
    Mesa components.
- Drop some redundant wording from descriptions.
  Drop redundant %if guard around a %post section.
- Use different form of split for faster build (bnc#1071297)
  * Mesa.spec does not use llvm and builds most of the *-devel
    subpackages.
  * Mesa-drivers.spec uses llvm and builds extra things installable
    in addition to packages from Mesa.spec. These packages are
    required for actual rendering.
- update to 17.3.0
- drop U_configure.ac-rework-llvm-libs-handling-for-3.9.patch
  * new major release comitng with changes in RADV, intel ANV,
    S3TC support, RadeonSI driver with RX Vega. On-disk shader cache
- Split Mesa into Mesa and Mesa-mini. Mesa-mini does not depend on
  llvm and its purpose is to build fast and allow other packages
  that BuildRequire Mesa to be build independently on llvm.
  Packages built against Mesa-mini should work correctly when
  installed with full Mesa package. (bsc#1071297)
- update to 17.2.6
  * Core: fix to keep a program alive when re-linking and prevent
    an use-after-free.
  * GLSL compiler: several fixes, including one to prevent a
    SIGSEV when calling an undeclared subroutine in certain
    conditions and another to mark the xfb buffers as active only
    if a variable uses them.
  * SPIR-V compiler: fixed seveal problems involving the usage of
    separate images and texture/samplers.
  * Intel drivers: many new fixes, specially for i965. Several are
    focused on improving SIMD32 and little-core. It also includes a
    fix for a GPU hang which was detected while playing HW
    accelerated video with mpv.
  * AMD drivers: radv has seen plugged 2 memory leaks while r600
    has gotten a fix through reversing the tess factor components
    for isolines.
  * swr driver: fixes for two performance regressions (one for
    avx512 platforms and the other for the avx/avx2 platforms).
  * ddebug gallium driver: fix for an use-after-free.
  * EGL: Wayland platform of the the DRI2 drivers got a fix to
    prevent crashing in ancient systems.
  * GLX has also received corrections to prevent a couple of errors
    when creating and binding a context in DRI3 and DRISW,
    respectively.
  * Build and integration: allow building libglvnd when EGL is present
    but not GLX. Enable building targets which don't need X11, such
    as omx and va, when XCB is not present. You can now specify
    the prefix installation for the OpenCL icd file.
- update to 17.2.5
  * In Core, a GL error related to the ARB_ES3_1_compatibility spec
    noticed with the GFXBench 5 Aztec Ruins has been corrected.
  * The GLSL compiler is not giving a linker error for mismatching
    uniform precision with GLSL ES 1.00 any more. This enables,
    specially, several Android applications which violate this rule,
    e.g., Forge of Empires.
  * The SPIR-V compiler has corrected an assert triggered when
    support for the simple memory model was claimed.
  * NIR has also received a correction related with
    gl_SubGroupG{e,t}MaskARB.
  * Intel drivers, specially i965, got several fixes, including a
    plug for a memory leak and another one in the compiler to avoid
    GPU hangs on Broxton.
  * The gallium i915g driver for Intel has seen an important fix.
  * AMD drivers (mostly radv) have received several fixes, including a
    correction for a DCC corruption that was visible with Rust,
    breaking an endless loop in r600, avoiding a GPU hang with vulkan
    dota2 in VR mode and a plug for a memory leak.
  * Broadcom's vc4 gotten a fix to exclude some code that shouldn't
    be there in release builds.
- update to 17.2.4
  * Mesa Core includes a change to prevent KOTOR from breaking when
  in combination with the ATI fragment shader extension.
  * Additionally, NIR has also received a correction.
  * Mesa's state tracker has gotten a patch to avoid leaks in
  certain situations such as resizing a window.
  * Intel drivers have received fixes. The compiler has
  gotten a couple, while anv also received one.
  * i965 got a patch to avoid VA-API, Beignet and other contexts
  in the system to break when in combination with previous versions of Mesa 17.2.x.
  * AMD's compiler received fixes. `radv` has also
  received another couple, including one to avoid a hang due to
  overflow on huge textures.
  * Broadcom's vc4 has corrected a problem when compiling with
  Android's clang.
  * Clover compilation issue fixed (affecting a specific clang revision)
  * Fixed Vulkan's WSI memory leak in X11.
- update to 17.2.3
  * The Vulkan drivers ANV and RADV have multiple small fixes.
  * The EGL code has improved handling of the new wl_dmabuf codepath.
  * SWR no longer crashes when checking environment variables.
  * Other gallium drivers have also seen updates - freedreno, nouveau and
    radeonsi. The gallivm module, used by llvmpipe et al. has gained little
    endian PPC64 fixes.
  * The VA and VDPAU state-trackers have seems improvements handling
    interlaced videos.
  * We're using python3 compatible constructs which gives us SCons 3.0
    support.
- U_configure.ac-rework-llvm-libs-handling-for-3.9.patch
  * llvm-config 3.9 and higher works properly, use its values
    instead of guessing. Fixes build against llvm built as single
    shared library.
- svga is x86-only
- u_svga-Fix-build-on-ppc64le.patch: Remove
- Add build dependency on clang-devel-static.
  * Required with new llvm4 build mode (bnc#1049703).
  * Also rename dependency llvm-clang-devel to clang-devel. The
    llvm-clang-devel is old name kept around for compatibility.
- update to 17.2.2
  * several Vulkan ANV/RADV driver fixes including Wayland WSI
    improvements, RadeonSI / i965 / VC4 OpenGL fixes among other
    work, some fixes to common Gallium3D code, support for LLVM 5.0
    in Gallium3D when using the SCons build system, and a range of
    other fixes/improvements.
- Drop gallium svga driver for arm/aarch64. The svga driver is a vmware
  guest driver, thus only usable on x86(_64) platforms
- Also enable OpenCL on arm (32bit), llvm4 has reached Factory
- update to 17.2.1
  * drop upstreamed patches
    n_force-xlocale-funcs.patch
    u_gallivm-correct-channel-shift-logic-on-big-endian.patch
    u_llvmpipe-lp_build_gather_elem_vec-BE-fix-for-3x16-lo.patch
  * fdo#100613 - Regression in Mesa 17 on s390x (zSystems)
  * fdo#101709 - [llvmpipe] piglit gl-1.0-scissor-offscreen regression
  * fdo#102454 - glibc 2.26 doesn't provide anymore xlocale.h
  * fdo#102467 - [src/mesa/state_tracker/st_cb_readpixels.c:178]: (warning)
    Redundant assignment
  * fdo#102502 - [bisected] Kodi crashes since commit 707d2e8b - gallium:
    fold u_trim_pipe_prim call from st/mesa to drivers
  * many fixes for RADV a glsl
- u_svga-Fix-build-on-ppc64le.patch
  * This let us compile the code on ppc64le, but it no-ops the log
    function.
- update to 17.2.0
  * many RADV/ANV Vulkan driver improvements
  * Vulkan and OpenGL performance improvements
  * more work towards OpenGL 4.6 compliance
  * a wealth of other open-source driver improvements
  * initial Raven Ridge support (used on Vega-class graphics)
  * Intel Cannonlake Support
- adjusted archlinux_0001-Fix-linkage-against-shared-glapi.patch
- update to 17.1.8
  * fdo#101334 - AMD SI cards: Some vulkan apps freeze the system
  * fdo#101766 - Assertion `!&quot;invalid type&quot;' failed when constant
    expression involves literal of different type<
  * fdo#102024 - FORMAT_FEATURE_SAMPLED_IMAGE_BIT not supported for D16_UNORM
    and D32_SFLOAT
  * fdo#102148 - Crash when running qopenglwidget example on mesa llvmpipe win32
  * fdo#102241 - gallium/wgl: SwapBuffers freezing regularly with swap
    interval enabled
  * fdo#101910 - [BYT]
    ES31-CTS.functional.copy_image.non_compressed.viewclass_96_bits.rgb32f_rgb32f
  * fdo#102308 - segfault in glCompressedTextureSubImage3D
- Add patch to fix strtod on non-EN locale (boo#1055929):
  * n_force-xlocale-funcs.patch
- u_llvmpipe-lp_build_gather_elem_vec-BE-fix-for-3x16-lo.patch
  updated; fixes three of the four regressions observed (PPC64, S390)
  [fdo#100613, comment#42]
- Replace uses of arch directive with targettype within a package
  declaration to resolve incorrect dependencies placed on -32bit
  packages.
- Removed n_glesv2.pc-Add-lGL-for-libglvnd-builds-boo-1052776.patch
  * The issue was in libglvnd which is fixed now. (boo#1052776)
- n_glesv2.pc-Add-lGL-for-libglvnd-builds-boo-1052776.patch
  glesv2.pc: Add "/-lGL"/ for libglvnd builds (boo#1052776)
- update to 17.1.6
  * fdo#97957 - Awful screen tearing in a separate X server with DRI3
  * fdo#101683 - Some games hang while loading when compositing is shut
    off or absent
  * fdo#101867 - Launch options window renders black in Feral Games
    in current Mesa trunk
  * and some other fixes as usualy
- u_r600-Add-support-for-B5G5R5A1.patch
  * Fixes rendercheck tests when X server accelerates using glamor.
    (bnc#1047154)
- update to 17.1.5
  * fdo#100242 - radeon buffer allocation failure during startup of Factorio
  * fdo#101657 - strtod.c:32:10: fatal error: xlocale.h: No such file or directory
  * fdo#101666 - bitfieldExtract is marked as a built-in function
    on OpenGL ES 3.0, but was added in OpenGL ES 3.1
  * fdo#101703 - No stencil buffer allocated when requested by GLUT
  * and other bugfixes
- update to 17.1.4
  * fdo#77240 - khrplatform.h not installed if EGL is disabled
  * fdo#95530 - Stellaris - colored overlay of sectors doesn't render on i965
  * fdo#96958 - [SKL] Improper rendering in Europa Universalis IV
  * fdo#99467 - [radv] DOOM 2016 + wine. Green screen everywhere
  * fdo#101071 - compiling glsl fails with undefined reference to `pthread_create'
  * fdo#101252 - eglGetDisplay() is not thread safe
  * fdo#101294 - radeonsi minecraft forge splash freeze since 17.1
  * fdo#101451 - [G33] ES2-CTS.functional.clipping.polygon regression
  * and some other fixes as usualy
- update to 17.1.3
  * fdo#100988 - glXGetCurrentDisplay() no longer works for FakeGLX contexts?
  * fixes for radv, radeonsi, i965
- Fix baselibs.conf -> boo#1044813
- added "/Requires: libclc"/ to Mesa-libOpenCL packages (boo#1044646)
- specfile: Remove requires to vulkan libs from baselibs.conf on
  platforms where vulkan build is disabled; ugly ... (bsc#1042900)
- update to 17.1.2
  * fdo#98833 - [REGRESSION, bisected] Wayland revert commit breaks
    non-Vsync fullscreen frame updates
  * fdo#100741 - Chromium - Memory leak
  * fdo#100877 - vulkan/tests/block_pool_no_free regression
  * fdo#101110 - Build failure in GNOME Continuous
  * many ANV, RADV, vulkan, i965 and egl fixes
- u_llvmpipe-lp_build_gather_elem_vec-BE-fix-for-3x16-lo.patch
  * Fix loading of a 3x16 vector as a single 48-bit load on
    big-endian systems (PPC64, S390). [fdo#100613]
- update to 17.1.1
- dropped patch:
    fedora_0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
  * fdo#100854 - YUV to RGB Color Space Conversion result is not precise
  * fdo#100925 - [HSW/BSW/BDW/SKL] Google Earth is not resolving
    all the details in the map correctly
  * radeonsi: add new vega10 pci ids
  * gbm/dri: Fix sign-extension in modifier query
  * radeon: automake: remove unneeded elf Cflags/Libs
  * egl: add g_egldispatchstubs.h to the release tarball
  * renderonly: Initialize fields of struct winsys_handle
  * vc4: Don't allocate new BOs to avoid synchronization when they're shared
  * anv: fix possible stack corruption
  * anv: don't leak DRM devices
  * glxglvnddispatch: Add missing dispatch for GetDriverConfig
  * nvc0/ir: SHLADD's middle source must be an immediate
  * nir/lower_tex: Fix minor error in YUV color conversion matrix
  * amd/addrlib: import Raven support
  * radeonsi/gfx9: add support for Raven
  * anv/formats: Update the three-channel BC1 mappings
  * 965/formats: Update the three-channel DXT1 mapping
  * radeonsi: mark fast-cleared textures as compressed when dirtying
  * radeonsi: fix primitive ID in fragment shader when using tessellation
  * radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on SI
  * radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation
  * intel/isl/gen7: Use stencil vertical alignment of 8 instead of 4
  * mesa/st: fix yuv EGLImage's
  * virgl: fix virgl_bo_transfer_{put, get} box struct cop
  * 965/vec4/gs: restore the uniform values which was overwritten by failed
    vec4_gs_visitor execution
  * i965/vec4: fix swizzle and writemask when loading an uniform with constant offset
  * i965/vec4: load dvec3/4 uniforms first in the push constant buffer
  * gallivm: Make sure module has the correct data layout when pass manager runs
- specfile: libglvnd0 -> libglvnd; missed the package name
  change in libglvnd package (boo#1038619, comment#5)
- baselibs.conf: libglvnd0 -> libglvnd; missed the package name
  change in libglvnd package (boo#1038619)
- update to 17.1.0
- drop upstreamed patches:
    archlinux_0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
    archlinux_0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
    archlinux_glapi-Link-with-glapi-when-built-shared.patch
  + New major release with:
  + OpenGL 4.2 support for Intel Ivy Bridge chips.
  + The RADV driver passes the Khronos CTS
  + Shader on-disk cache. Improving the startup and shader compilation
    times in some games.
  + This release includes significant performance improvements for games by
    Feral Interactive.
  * for full list of changes please check docs/relnotes/17.1.0.html
- update to 17.0.5
  * fdo#97524 - Samplers referring to the same texture unit with different
    types should raise GL_INVALID_OPERATION
  * nvc0/ir: Properly handle a "/split form"/ of predicate destination
  * nir: Destination component count of shader_clock intrinsic is 2
  * winsys/sw/dri: don't use GNU void pointer arithmetic
  * st/clover: add space between &lt; and ::
  * configure.ac: check require_basic_egl only if egl enabled
  * st/mesa: automake: honour the vdpau header install location
  * intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy
  * intel/fs: Take into account amount of data read in spilling cost heuristic.
  * radv: report timestampPeriod correctly
  * anv/blorp: Flush the texture cache in UpdateBuffer
  * anv/cmd_buffer: Flush the VF cache at the top of all primaries
  * anv/cmd_buffer: Always set up a null surface state
  * anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSED
  * anv/blorp: Properly handle VK_ATTACHMENT_UNUSED
  * i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce()
  * st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
  * anv/cmd_buffer: Disable CCS on BDW input attachments
  * mesa: fix remaining xfb prims check for GLES with multiple instances
  * mesa: validate sampler type across the whole program
  * vbo: fix gl_DrawID handling in glMultiDrawArrays
  * util/queue: don't hang at exit
  * mesa: fix remaining xfb prims check for GLES with multiple instances
  * mesa: extract need_xfb_remaining_prims_check
  * mesa: move glMultiDrawArrays to vbo and fix error handling
  + update Mesa.keyring to both upstream release managers
- u_gallivm-correct-channel-shift-logic-on-big-endian.patch:
  * instead of reverse applying a change on s390x
    ("/U_draw-use-SoA-fetch-not-AoS-one.patch"/) address the
    issue by a real fix (bsc#1032272, fdo#100613)
- baselibs.conf: added libvulkan_intel-32bit as a requirement for
  Mesa-libd3d (boo#1036282)
- No OpenCL on ppc
- let Mesa require Mesa-libEGL1 for a libglvnd build;
  xf86-video-amdgpu driver needs it for 2D support via glamor
  (boo#1034832)
- Add u_add_llvm_codegen_dependencies.patch to link to
  libLLVMCodegen to fix cyclic linking problems. bsc#981975
- Enable OpenCL for aarch64, ppc64 and ppc64le now, too.
  %arm is still left out, waiting for llvm4 to build.
- update to 17.0.4
  * fdo#100391 - SachaWillems deferredmultisampling asserts
  * fdo#100452 - push_constants host memory leak when resetting command buffer
  * fdo#100582 - piglit.spec.arb_stencil_texturing.glblitframebuffer corrupts
    state.gl_texture* assertions
  * radeonsi: add new polaris10 pci ids
  * fixes for anv, radv, i965 and nouveau drivers
- only reverse-apply 'U_draw-use-SoA-fetch-not-AoS-one.patch' on
  s390x (bsc#1032272)
- build wayland on Leap >= 42.3
- separate package 'Mesa-dri-nouveau' on Leap
- removed broken locking patches for nouveau DRI driver
  * N_01-WIP-nouveau-add-locking.patch
  * N_02-nouveau-more-locking-make-sure-that-fence-work-is-always-done-with-the-push-mutex-acquired.patch
  * N_03-nv30-locking-fixes.patch
  * N_04-nv50-Fix-double-lock-in-nv50_hw_sm_get_query_result.patch
  * N_05-Use-nv50_render_condition-in-nv50_blitctx_post_blit.patch
- let Mesa require Mesa-libGL1 for a libglvnd build (bsc#1033708)
- U_draw-use-SoA-fetch-not-AoS-one.patch
  * reverse-apply this patch to fix OpenGL support on s390x
    (bsc#1032272)
- Prepare building OpenCL for non-x86 architectures, too
  * s390x can build it right away (swrast)
  * %arm aarch64 ppc64 ppc64le depend on LLVM amdgpu target for r600
- Fix typo in specfile comment
- update to 17.0.3
- change Mesa.keyring to new release manager key
  * fdo#96743 [BYT, HSW, SKL, BXT, KBL] GPU hangs with GfxBench 4.0 CarChase
  * fdo#99246 [d3dadapter+radeonsi] EVE-Online : hang on wormhole sight
  * fdo#100061 LODQ instruction generated with invalid dst mask
  * fdo#100182 Flickering in The Talos Principle on Sky Lake GT4
  * radeonsi: add new polaris12 pci id
  * many fixes for RADV, ANV, i915, radeonsi and freedreno drivers
- specfile: Remove requires to libglvnd0/libglvnd-devel from
  baselibs.conf when libglvnd build has been disabled; ugly ...
- specfile: only require libglvnd0/libglvnd-devel, if libglvnd build
  is enabled
- baselibs.conf: added requires to libglvnd0/libglvnd-devel where
  needed
- disable libglvnd for openSUSE Leap 42.x and sle12
- update to 17.0.2
  * fdo#97988 [radeonsi] playing back videos with VDPAU exhibits
    deinterlacing/anti-aliasing issues not visible with VA-API
  * fdo#99484 Crusader Kings 2 - Loading bars, siege bars, morale bars, etc.
    do not render correctly
  * fdo#100049 ralloc: Make sure ralloc() allocations match malloc()'s
    alignment. causes seg fault in 32bit build
  * many fixes for ANV, RADV, Vulkan and i965 + radeonsi drivers
- fedora_0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
  * Fix glXGetDriverConfig not working with glvnd
  (https://bugzilla.redhat.com/show_bug.cgi?id=1429894)
- Fix indirect rendering, add libGLX_indirect.so.0 symlink
  (https://bugzilla.redhat.com/show_bug.cgi?id=1427174)
- added Requires to libglvnd0/libglvnd-devel where still needed
- patches picked from fedora:
  http://pkgs.fedoraproject.org/cgit/rpms/mesa.git/tree/
- re-enabled GLES build with libglvnd build, just not package GLES
  libs and require libglvnd0/libglvnd-devel instead
- archlinux_0001-Fix-linkage-against-shared-glapi.patch
  * fixes libglvnd support for osmesa
- archlinux_glvnd-fix-gl-dot-pc.patch
  * fixes libglvnd support in pkgconfig file
- archlinux_0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch/
  archlinux_0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
  * adds libglvnd support for EGL
- patches picked from archlinux:
  https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/mesa
- archlinux_glapi-Link-with-glapi-when-built-shared.patch
  * currently needed for libglvnd support; picked from archlinux
    https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/mesa
- fixed typo in Requires to libglvnd
- build with libglvnd support enabled (can be easily disabled via
  specfile define); requires libglvnd runtime and development
  packages; disabled build of GLESv1/v2 libs/packages provided now
  via libglvnd
- update to 17.0.1
  * radv: Never try to create more than max_sets descriptor sets.
  * radv: Reset emitted compute pipeline when calling secondary cmd buffer.
  * radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.
  * radv: Use correct size for availability flag.
  * gallivm: Reenable PPC VSX (v3)
  * gallivm: Improve debug output (V2)
  * gallivm: Override getHostCPUName() "/generic"/ w/ "/pwr8"/ (v4)
  * egl/dri3: implement query surface hook
  * etnaviv: move pctx initialisation to avoid a null dereference
  * etnaviv: remove number of pixel pipes validation
  * anv: fix Get*MemoryRequirements for !LLC
  * egl/wayland: Don't use DRM format codes for SHM
  * tgsi: fix memory leak in tgsi sanity check
  * radv: change base aligmment for allocated memory.
  * radv: fix cik macroModeIndex.
  * radv: adopt some init config workarounds from radeonsi.
  * radv: fix depth format in blit2d.
  * radv: fix txs for sampler buffers
  * bin/get-extra-pick-list: use git merge-base to get the branchpoint
  * bin/get-extra-pick-list: rework to use already_picked list
  * bin/get-typod-pick-list.sh: limit `git grep ...' to only as needed
  * bin/get-pick-list.sh: limit `git grep ...' only as needed
  * bin/get-pick-list.sh: remove ancient way of nominating patches
  * bin/get-fixes-pick-list.sh: add new script
  * vc4: Avoid emitting small immediates for UBO indirect load address guards.
  * r300g: only allow byteswapped formats on big endian
  * gallium/u_queue: fix a crash with atexit handlers
  * gallium/u_queue: set num_threads correctly if not all threads start
  * glx/glvnd: Fix GLXdispatchIndex sorting
  * gm107/ir: fix address offset bitfield for ATOMS
  * nvc0: set the render condition in the compute object
  * st/mesa: don't pass compare mode for stencil-sampled textures
  * nvc0: disable linked tsc mode in compute launch descriptor
  * i965/sampler_state: Clamp min/max LOD to 14 on gen7+
  * i965/sampler_state: Pass texObj into update_sampler_state
  * i965/sampler_state: Set the "/Base Mip Level"/ field on Sandy Bridge
  * intel/blorp: Swizzle clear colors on the CPU
  * i965/fs: Fix the inline nir_op_pack_double optimization
  * anv: Add an invalidate_range helper
  * anv/query: clflush the bo map on non-LLC platforms
  * genxml: Make MI_STORE_DATA_IMM more consistent
  * anv/query: Perform CmdResetQueryPool on the GPU
  * intel/blorp: Explicitly flush all allocated state
  * glsl: non-last member unsized array on SSBO must fail
  * mesa: Do (TCS && !TES) draw time validation in ES as well.
  * configure.ac: check require_basic_egl only if egl enabled
  * anv: wsi: report presentation error per image request
  * i965/fs: fix uninitialized memory access
  * radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)
  * gallium/util: remove unused u_index_modify helpers
  * gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED
  * unconditionally
  * gallium/u_queue: fix random crashes when the app calls exit()
  * radeonsi: fix broken tessellation on Carrizo and Stoney
  * amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12
  * android: radeonsi: fix sid_table.h generated header include path
  * android: glsl: build shader cache sources
  * configure.ac: Drop LLVM compiler flags more radically
  * winsys/amdgpu: reduce max_alloc_size based on GTT limits
  * radeonsi: handle MultiDrawIndirect in si_get_draw_start_count
  * radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
  * glsl: fix heap-use-after-free in ast_declarator_list::hir()
  * android: fix droid_create_image_from_prime_fd_yuv for YV12
- Use --enable-gallium-llvm only if llvm is available
- Provide libwayland-egl1 as -32bit compat library, required by
  libgtk-3-0.
- Some %if around %post do not match with %if around %package;
  drop them altogether since they are not needed except around
  %files.
- Rename wrongly-named libOSMesa9 to libOSMesa8
- update to 17.0.0
- removed n_Fixed-build-against-wayland-1.2.1.patch , version requirement
  bumped up by upstream.
  * Vulkan drivers:
  + Correctly return (and implement) VK_INCOMPLETE on multiple WSI queries
  + Support for the VK_KHR_sampler_mirror_clamp_to_edge extension
  + We now use the Khoronos vk.xml file to generate the entrypoints
  * ANV:
  + HiZ and performance improvements
  + Float64 support and tessellation shader support.
  * RADV:
  + Support multiple devices
  + Support for the VK_AMD_draw_indirect_count extension
  + Support for the VK_AMD_negative_viewport_height extension
  * Mesa core:
  + Noticeable refactoring en route to GLSL Shader Cache
  + Groundwork for int64
  * i965:
  + OpenGL 4.5 support on Haswell hardware
  + Reuse the same BLORP and ISL code as the ANV driver
  * Gallium:
  + HUD: A number of race issues and memory leaks were resolved.
  * freedreno
  + Support for a5xx
  * nouveau:
  + OpenGL 4.3 support on Maxwell hardware
  + Improved performance due to instruction pipelining (Maxwell)
  * r600/radeonsi
  + VCE: Handle H.264 level 5.2
  + Polaris12 support
  + Dozens of performance improvements
  * Clover:
  + Implement clGetExtensionFunctionAddressForPlatform.
  + Add missing clGetDeviceInfo CL1.2 queries
  * VDPAU:
  + Use dri3 to directly send the buffer to X
  * Build:
  + Building RADV requires --enable-gallium-llvm
  + Compatibility fixes for building mesa as part of ARC
  + The vulkan headers vk_platform.h and vulkan.h are no longer installed
  + A couple of configure options (--with-sha1 and --disable-shader-cache) are
    removed alongside their respective library requirements.
- specfile: fix build configuration for arm, ppc and s390 platforms
- update to 13.0.4
  * Multiple fixes for the i965 and radeonsi drivers. An odd glitch
    in glxgears when using the freedreno driver was also addressed.
  * The ANV driver being the prime source of patches - from
    compatibility improvements with newer Vulkan loaders,
    smoketesting and various rendering and compliance fixes.
  * A couple of longstanding issues in the VA state tracker have
    also been resolved.
- baselibs.conf: replaced definition of packages, which default is
  not set to be built in specfile to
    arch aarch64 ppc64 ppc64le s390x x86_64 package <package>
  in order to make "/osc service localrun source_validator"/ happy :-(
- Update baselibs.conf to ship i386 vulkan json files on x86_64
- Updated baselibs.conf to reflect libvulkan_radeon
- Enabled RADV vulkan driver for AMD GPU cards
- update to 13.0.3
  + dropped U_cso-don-t-release-sampler-states-that-are-bound.patch
  * fdo#77662 Fail to render to different faces of depth-stencil cube map
  * fdo#92234 [BDW] GPU hang in Shogun2
  * fdo#98329 dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_depth16_depth_buffer
  * fdo#99038 dEQP-EGL.functional.negative_api.create_pixmap_surface crashes
  * many radeonsi and i965 bugfixes
- clean up configuration settings to be uniform accross all
  architectures except for list of dri and gallium drivers
- U_cso-don-t-release-sampler-states-that-are-bound.patch:
  This avoids Radeon hangs due to a use-after-free bug in Gallium.
  Fixes (boo#1015012), (fdo#93649)
- update to 13.0.2
  * fdo#97321 Query INFO_LOG_LENGTH for empty info log should return 0
  * fdo#97420  &quot;#version 0&quot; crashes glsl_compiler
  * i965: Add some APL and KBL SKU strings
  * i965: Reorder PCI ID list to match release order
  * i965/glk: Add basic Geminilake support
  * wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR
  * ac/nir/llvm: fix channel in texture gather lowering code.
  * vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)
  * vulkan/wsi: store present mode in swapchain base class
  * vulkan/wsi/x11: add support for IMMEDIATE present mode
  * vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR
  * vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHR
  * cherry-ignore: add reverted LLVM_LIBDIR patch
  * anv: fix enumeration of properties
  * vc4: Don't abort when a shader compile fails.
  * vc4: Clamp the shadow comparison value.
  * vc4: Fix register class handling of DDX/DDY arguments.
  * util/disk_cache: close a previously opened handle in disk_cache_put (v2)
  * anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTEL
  * anv/format: handle unsupported formats properly
  * glcpp: Handle '#version 0' and other invalid values
  * glsl: Parse 0 as a preprocessor INTCONSTANT
  * anv/gen8: Stall when needed in Cmd(Set|Reset)Event
  * anv/wsi: Set the fence to signaled in AcquireNextImageKHR
  * anv: Rework fences
  * vulkan/wsi/wayland: Include pthread.h
  * vulkan/wsi/wayland: Clean up some error handling paths
  * vulkan/wsi: Report the correct min/maxImageCount
  * i965/gs: Allow primitive id to be a system value
  * anv: Handle null in all destructors
  * anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BIT
  * nir/spirv: Fix handling of gl_PrimitiveId
  * anv/blorp: Ignore clears for attachments first used as resolve destinations
  * anv: Implement a depth stall restriction on gen7
  * anv/cmd_buffer: Handle running out of binding tables in compute shaders
  * anv/cmd_buffer: Emit a CS stall before setting a CS pipeline
  * vulkan/wsi/x11: Implement FIFO mode.
  * isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_sa
  * i965/hsw: Set integer mode in sampling state for stencil texturing
  * intel: Set min_ds_entries on Broxton.
  * i965: Fix compute shader crash.
  * mesa: Drop PATH_MAX usage.
  * i965: Fix GS push inputs with enhanced layouts.
  * vulkan/wsi: Add a thread-safe queue implementation
  * anv: fix multi level clears with VK_REMAINING_MIP_LEVELS
  * gbm: request correct version of the DRI2_FENCE extension
  * radeonsi: store group_size_variable in struct si_compute
  * glsl/lower_output_reads: fix geometry shader output handling with conditional emit
  * Fix races during _mesa_HashWalk().
  * mesa: fix empty program log length
- baselibs.conf: enabled build of 32bit Mesa-dri-nouveau package,
  e.g. required for Steam (bnc#1011156)
- update to 13.0.1
  * fdo#97715 [ILK,G45,G965] piglit.spec.arb_separate_shader_objects.misc
    api error checks
  * fdo#98012 [IVB] Segfault when running Dolphin twice with Vulkan
  * fdo#98512 radeon r600 vdpau: Invalid command stream: texture bo too small
  * i965: Fix GPU hang related to multiple render targets and alpha testing
  * Revert "/st/vdpau: use linear layout for output surfaces"/
  * ac/nir: add support for discard_if intrinsic (v2)
  * nir: add conditional discard optimisation (v4)
  * amd/addrlib: limit fastcall/regparm to GCC i386
  * anv: use correct .specVersion for extensions
  * vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain.
  * ir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().
  * anv/device: Return DEVICE_LOST if execbuf2 fails
  * vulkan/wsi/x11: Better handle wsi_x11_connection_create failure
  * vulkan/wsi/x11: Clean up connections in finish_wsi
  * anv: Better handle return codes from anv_physical_device_init
  * intel/blorp: Use wm_prog_data instead of hand-rolling our own
  * intel/blorp: Pass a brw_stage_prog_data to upload_shader
  * anv/pipeline: Put actual pointers in anv_shader_bin
  * anv/pipeline: Properly cache prog_data::param
  * intel/blorp: Emit all the binding tables
  * anv/device: Add an execbuf wrapper
  * anv: Add a cmd_buffer_execbuf helper
  * anv: Don't presume to know what address is in a surface relocation
  * anv: Add a new bo_pool_init helper
  * anv/allocator: Simplify anv_scratch_pool
  * anv: Initialize anv_bo::offset to -1
  * anv/batch_chain: Improve write_reloc
  * anv: Add an anv_execbuf helper struct
  * anv/batch: Move last_ss_pool_bo_offset to the command buffer
  * anv: Move relocation handling from EndCommandBuffer to QueueSubmit
  * anv/cmd_buffer: Take a command buffer instead of a batch in two helpers
  * anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4
  * glsl: Update deref types when resizing implicitly sized arrays.
  * mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.
  * anv: Do relocations in userspace before execbuf ioctl
  * egl: use util/macros.h
  * egl: make interop ABI visible again
  * glx: make interop ABI visible again
  * radeonsi: fix an assertion failure in si_decompress_sampler_color_textures
  * radeonsi: fix BFE/BFI lowering for GLSL semantics
  * glsl: fix lowering of UBO references of named blocks
  * st/glsl_to_tgsi: fix dvec[34] loads from SSBO
  * st/mesa: fix the layer of VDPAU surface samplers
  * gallium/hud: fix a problem where objects are free'd while in use.
  * gallium/hud: close a previously opened handle
  * gallium/hud: protect against and initialization race
  * mesa/glsl: delete previously linked shaders earlier when linking
- Build Mesa-dri-nouveau only where available
- Drop u_Mesa_i965-import-prime-buffers.patch: Upstream fixed the
  bug in a different way, and we should not keep the now obsolete
  patch (boo#991638, fdo#71759).
- update to 13.0.0
- openGL 4.5 with i965 driver on intel bbroadwell and newer hw
- openGL ES for haswell supports 3.1, skylake 3.2
- fixes for intel vulkan driver
- early support fot GP100
- better radeonSI performace
- dropped U_r300g-Set-R300_VAP_CNTL-on-RSxxx-to-avoid-triangle-flickering.patch
- refreshed u_Mesa_i965-import-prime-buffers.patch
- let Mesa-dri-nouveau supplement xf86-video-nouveau, so it  gets
  preselected as well once hardware supplements for Mesa-dri-nouveau
  match (bnc#1005323)
- Mesa.spec: %ifdef'd out patches by mistake
- Split off nouveau*_dri.so into Mesa-dri-nouveau.
  Nouveau's 3D support is too unstable to enable by default.
- Mesa.spec: Disable Nouveau locking patches by default
- U_r300g-Set-R300_VAP_CNTL-on-RSxxx-to-avoid-triangle-flickering.patch:
  Initialize RSxxx chipsets correctly (bsc#985650)
- N_01-WIP-nouveau-add-locking.patch
  N_02-nouveau-more-locking-make-sure-that-fence-work-is-always-done-with-the-push-mutex-acquired.patch
  N_03-nv30-locking-fixes.patch
  N_04-nv50-Fix-double-lock-in-nv50_hw_sm_get_query_result.patch
  N_05-Use-nv50_render_condition-in-nv50_blitctx_post_blit.patch
  Backport nouveau locking workaround to enable multithreading.
  Source: https://github.com/imirkin/mesa/commits/locking
  According to the author, crashes may still happen, but much more rarely.
  Tested on GK107.
  N_04-* and N_05-* include untested fixes for nv50.
  Fixes (boo#997171) as suggested in (fdo#91632).
- Add u_Mesa_i965-import-prime-buffers.patch: i965: import prime
  buffers in the current context, not screen (fdo#71759,
  boo#991638).
- update to 12.0.3
  * fdo#97781 - [HSW, BYT, IVB] es2-cts.gtf.gl2extensiontests.depth_texture_cube_map.depth_texture_cube_map
  * Revert "/i965/miptree: Stop multiplying cube depth by 6 in HiZ calculations"/
- update to 12.0.2
  * fdo#69622 - eglTerminate then eglMakeCurrent crahes
  * fdo#89599 - symbol 'x86_64_entry_start' is already defined when building
    with LLVM/clang
  * fdo#91342 - Very dark textures on some objects in indoors environments in
    Postal 2
  * fdo#92306 - GL Excess demo renders incorrectly on nv43
  * fdo#94148 - Framebuffer considered invalid when a draw call is done
    before glCheckFramebufferStatus
  * fdo#96274 - [NVC0] Failure when compiling compute shader: Assertion
    `bb-<getFirst()-<serial >= bb-<getExit()-<serial' failed
  * fdo#96358 - SSO: wrong interface validation between GS and VS (regresion
    due to latest gles 3.1)
  * fdo#96381 - Texture artifacts with immutable texture storage and mipmaps
  * fdo#96762 - [radeonsi,apitrace] Firewatch: nothing rendered
    in scrollable (text) areas
  * fdo#96835 - "/gallium: Force blend color to 16-byte alignment"/ crash with
    "/-march=native -O3"/ causes some 32bit games to crash
  * fdo#96850 - Crucible tests fail for 32bit mesa
  * fdo#96908 - [radeonsi] MSAA causes graphical artifacts
  * fdo#96911 - webgl2 conformance2/textures/misc/tex-mipmap-levels.html
    crashes 12.1 Intel driver
  * fdo#96971 - invariant qualifier is not valid for shader inputs
  * fdo#97039 - The Talos Principle and Serious Sam 3 GPU faults
  * fdo#97207 - [IVY BRIDGE] Fragment shader discard writing to depth
  * fdo#97214 - X not running with error &quot;Failed to make EGL context current
  * fdo#97225 - [i965 on HD4600 Haswell] xcom switch to ingame cinematics cause
    segmentation fault
  * fdo#97231 - GL_DEPTH_CLAMP doesn't clamp to the far plane
  * fdo#97307 - glsl/glcpp/tests/glcpp-test regression
  * fdo#97331 - glDrawElementsBaseVertex doesn't work in display list on i915
  * fdo#97351 - DrawElementsBaseVertex with VBO ignores base vertex on
    Intel GMA 9xx in some cases
  * fdo#97426 - glScissor gives vertically inverted result
  * fdo#97476 - Shader binaries should not be stored in the PipelineCache
  * fdo#97567 - [SNB, ILK] ctl, piglit regressions in mesa 12.0.2rc1
  + many other fixes from 12.0.1
- update to 12.0.1
  * Vulkan driver for Intel hardware from Ivy Bridge onward.
  * OpenGL 4.3 for nvc0, radeonsi and i965 (Gen8+)
  * OpenGL ES 3.1 on nvc0 and radeonsi
  * DRI3 enablement for VDPAU, OMX and VAAPI
- Fix Group tag.
- update to 12.0.0-rc4 final RC
- moved libxatracker package definition to the end to get rid of
  issues related to the special version of this package
- let Mesa-libVulkan-devel conflict with vulkan-devel due to file
  conflics in both packages
- Update to version 12.0.0-rc2
  * Bug fixes and performance improvements
- supersedes patches:
  u_st-va-hardlink-driver-instances-to-gallium_drv_video.patch,
  U_anv-add-the-X-related-and-Wayland-CFLAGS-to-VULKAN.patch
- removed option for build in verbose log mode
- improved Group tag for libVulkan-devel
- fixed 'osc service localrun download_files' run by removing
  rc release from version define
- fix vulkan naming scheme, add supplement for xf86-video-intel
- Fix Requirement for Mesa-libVulkan-devel, not Mesa-libvulkan, but
  Mesa-libVulkan
- x86: enable virgl gallium driver
- Update to version 12.0.0-rc2:
- New features:
  + OpenGL 4.3 on nvc0, radeonsi, i965 (Gen8+)
  + OpenGL ES 3.1 on nvc0, radeonsi
  + GL_ARB_ES3_1_compatibility on nvc0, radeonsi
  + GL_ARB_compute_shader on nvc0, radeonsi, softpipe
  + GL_ARB_cull_distance on i965/gen6+, nv50, nvc0, llvmpipe, softpipe
  + GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi, softpipe
  + GL_ARB_internalformat_query2 on all drivers
  + GL_ARB_query_buffer_object on i965/hsw+
  + GL_ARB_robust_buffer_access_behavior on i965, nvc0, radeonsi
  + GL_ARB_shader_atomic_counters on radeonsi, softpipe
  + GL_ARB_shader_atomic_counter_ops on nvc0, radeonsi, softpipe
  + GL_ARB_shader_image_load_store on nvc0, radeonsi, softpipe
  + GL_ARB_shader_image_size on nvc0, radeonsi, softpipe
  + GL_ARB_shader_storage_buffer_objects on radeonsi, softpipe
  + GL_ATI_fragment_shader on all Gallium drivers
  + GL_EXT_base_instance on all drivers that support GL_ARB_base_instance
  + GL_EXT_clip_cull_distance on all drivers that support GL_ARB_cull_distance
  + GL_KHR_robustness on i965
  + GL_OES_copy_image on i965 (Baytrail and Gen8+)
  + GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all drivers
    that support GL_ARB_draw_buffers_blend
  +GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 on all drivers that support
  GL_ARB_gpu_shader5
  +GL_OES_sample_shading on i965, nvc0, r600, radeonsi
  +GL_OES_sample_variables on i965, nvc0, r600, radeonsi
  +GL_OES_shader_image_atomic on all drivers that support
  GL_ARB_shader_image_load_store
  +GL_OES_shader_io_blocks on i965, nvc0, radeonsi
  +GL_OES_shader_multisample_interpolation on i965, nvc0, r600, radeonsi
  + GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers
    that support +GL_ARB_texture_border_clamp
  + GL_OES_texture_buffer and GL_EXT_texture_buffer on i965, nvc0, radeonsi
  + EGL_KHR_reusable_sync on all drivers
  + GL_ARB_stencil_texture8 and GL_OES_stencil_texture8 on i965/gen8+
- Enable build of the Intel Vulkan driver (anv):
  + Introduce new packages: libVulkan and libVulkan-devel
- Remove upstreamed patches:
  + u_glxcmds-glXGetFBConfigs-fix-screen-bounds.patch
  + U_gallivm-disable-avx512-features.patch
- Upstream Patches:
  + U_anv-add-the-X-related-and-Wayland-CFLAGS-to-VULKAN.patch
  * Otherwise we might fail to find the headers in some scenarios.
- drop docs/COPYING: No GPL licensed code in Mesa resident (upstream change)
- U_gallivm-disable-avx512-features.patch:
  Fix crashes on some Skykake CPUs by disabling avx512 features
  (bsc#980557, bsc#981532).
- enable vc4 and freedreno on aarch64 as well
- u_glxcmds-glXGetFBConfigs-fix-screen-bounds.patch:
  Fix crash due to oud of founds screen (boo#980382).
- update to 11.2.2
- removed upstreamed patches:
    + u_dri2-Check-for-dummyContext-to-see-if-the-glx_context-is-valid.patch
    + u_dri3-Check-for-dummyContext-to-see-if-the-glx_contex.patch
  * fdo#92850 - Segfault loading War Thunder
  * fdo#93767 - Glitches with soft shadows and MSAA in Knights of the Old Republic 2
  * fdo#94955 - Uninitialized variables leads to random segfaults (valgrind log,
  apitrace attached)
  * fdo#94994 -  OSMesaGetProcAdress always fails on mangled OSMesa
  * fdo#95026 - Alien Isolation segfault after initial loading screen/video
  * fdo#95133 - X-COM Enemy Within crashes when entering tactical mission with Bonaire
  * fdo#95164 - GLSL compiler (linker I think) emits assertion upon call to
  glAttachShader
  * fdo#95251 - vdpau decoder capabilities: not supported
  * radeon/uvd: alignment fix for decode message buffer
  * st/mesa: fix sampler view leak in st_DrawAtlasBitmaps()
  * gallium/util: initialize pipe_framebuffer_state to zeros
  * dri: Fix robust context creation via EGL attribute
  * dri2: Check for dummyContext to see if the glx_context is valid
  * cherry-ignore: remove duplicate commit
  * cherry-ignore: ignore the GetSamplerParameterIuiv{EXT,OES} fixups
  * vc4: Fix subimage accesses to LT textures.
  * vc4: Add support for rendering to cube map surfaces.
  * vc4: Fix tests for format supported with nr_samples == 1.
  * vc4: Make sure we recompile when sample_mask changes.
  * glapi: fix _glapi_get_proc_address() for mangled function names
  * nvc0: fix retrieving query results into buffer for timestamps
  * nouveau/video: properly detect the decoder class for availability checks
  * i965/fs: Properly report regs_written from SAMPLEINFO
  * egl/x11: authenticate before doing chipset id ioctls
  * winsys/sw/xlib: use correct free function for xlib_dt-&gt;data
  * i965: Fix clear code for ignoring colormask for XRGB formats on Gen9+.
  * glsl: Convert lower_vec_index_to_swizzle to a rvalue visitor.
  * glsl: Lower vector_extracts to swizzles after lower_vector_derefs.
  * radeon/uvd: fix tonga feedback buffer size
  * st/mesa: fix blit-based GetTexImage for non-finalized textures
  * gallium/radeon: handle failure when mapping staging buffer
  * st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor
  * gallium/radeon: fix crash in r600_set_streamout_targets
  * radeonsi: correct NULL-pointer check in si_upload_const_buffer
  * radeonsi: work around an MSAA fast stencil clear problem
  * r600g/radeonsi: send endian info to format translation functions
  * r600g: set endianess of 16/32-bit buffers according to do_endian_swap
  * r600g: use do_endian_swap in color swapping functions
  * r600g: use do_endian_swap in texture swapping function
  * r600g: fix and optimize tgsi_cmp when using ABS and NEG modifier
  * llvmpipe: (trivial) initialize src1_alpha var to NULL
  * gallivm: fix bogus argument order to lp_build_sample_mipmap function
  * gallivm: make sampling more robust against bogus coordinates
  * gk110/ir: do not overwrite def value with zero for EXCH ops
  * gk110/ir: make use of IMUL32I for all immediates
  * nvc0/ir: fix wrong emission of (a OP b) OP c
  * gk110/ir: add emission for (a OP b) OP c
  * nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+
  * st/glsl_to_tgsi: fix potential crash when allocating temporaries
  * dri3: Check for dummyContext to see if the glx_context is valid
  * i965/blorp/gen7: Prepare re-using for gen8
  * i965/blorp: Use 8k chunk size for urb allocation
  * tgsi: initialize stack allocated struct
  * winsys/sw/dri: use correct free function for dri_sw_dt-&gt;data
  * android: enable dlopen() on all architectures
- u_dri3-Check-for-dummyContext-to-see-if-the-glx_contex.patch
  * dri3: Check for dummyContext to see if the glx_context is valid
    According to the comments in src/glx/glxcurrent.c
    __glXGetCurrentContext() always returns a valid pointer. If no
    context is made current, it will contain dummyContext. Thus a
    test for NULL will always fail.
- update to 11.2.1
  * It fixes crashes in VAAPI, some build problems in Nine has been addressed,
    adds a drirc workaround for Warsow and resolves issues in the nouveau,
    radeonsi and i965 drivers.
  * fdo#93962 ES2-CTS.gtf.GL2FixedTests.scissor.scissor - segfault/asserts
- update to 11.2.0
- dropped U_clover-Fix-build-against-LLVM-3.8.patch
- dropped U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch
- New Features:
  * GL_ARB_arrays_of_arrays on all gallium drivers that provide GLSL 1.30
  * GL_ARB_base_instance on freedreno/a4xx
  * GL_ARB_compute_shader on i965
  * GL_ARB_copy_image on r600
  * GL_ARB_indirect_parameters on nvc0
  * GL_ARB_query_buffer_object on nvc0
  * GL_ARB_shader_atomic_counters on nvc0
  * GL_ARB_shader_draw_parameters on i965, nvc0
  * GL_ARB_shader_storage_buffer_object on nvc0
  * GL_ARB_tessellation_shader on i965 and r600 (evergreen/cayman only)
  * GL_ARB_texture_buffer_object_rgb32 on freedreno/a4xx
  * GL_ARB_texture_buffer_range on freedreno/a4xx
  * GL_ARB_texture_query_lod on freedreno/a4xx
  * GL_ARB_texture_rgb10_a2ui on freedreno/a4xx
  * GL_ARB_texture_view on freedreno/a4xx
  * GL_ARB_vertex_type_10f_11f_11f_rev on freedreno/a4xx
  * GL_KHR_texture_compression_astc_ldr on freedreno/a4xx
  * GL_AMD_performance_monitor on radeonsi (CIK+ only)
  * GL_ATI_meminfo on r600, radeonsi
  * GL_NVX_gpu_memory_info on r600, radeonsi
  * New OSMesaCreateContextAttribs() function (for creating core profile contexts)
  + Many bugfixes, for more info see relnotes/11.2.0.html
- n_Define-GLAPIVAR-separate-from-GLAPI.patch:
  Add separate definition GLAPIVAR as GLAPI
  doesn't have the an 'extern' for some compiler
  versions. This is needed for GLw (bsc#970725).
- U_llvmpipe-Do-not-use-barriers-if-not-using-threads.patch
  * llvmpipe: Do not use barriers if not using threads; triggers
    on single cpu machines (like KVM in openQA) with gcc6 and
    latest glibc(bnc#971350)
- enable llvmpipe for aarch64 (fate#320649)
-  update to 11.1.2
  * Bugfix release:
  + fdo#93648 - Random lines being rendered when playing Dolphin (geometry shaders
    elated, w/ apitrace)
  + fdo#93650 - GL_ARB_separate_shader_objects is buggy (PCSX2)
  + fdo#93717 - Meta mipmap generation can corrupt texture state
  + fdo#93722 - Segfault when compiling shader with a subroutine that takes a parameter
  + fdo#93731 - glUniformSubroutinesuiv segfaults when subroutine uniform is bound
    to a specific location
  + fdo#93761 - A conditional discard in a fragment shader causes no depth
    writing at all
  + Some bugfixes in i965,nv50,radeonsi,r600g,vc4 drivers
- Add U_clover-Fix-build-against-LLVM-3.8.patch to fix build
  against llvm 3.8
- u_dri2-Check-for-dummyContext-to-see-if-the-glx_context-is-valid.patch
  Check for dummyContext to see if the glx_context is valid (boo#962609).
- n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
  * Since these are packaged separately in (open)SUSE anyway, one
    can use copies as well. This makes debug packages possible
    again. (bnc #962609)
- update to 11.1.1
  * Bugfix release and adding KB Lake PCI id's
  + fdo#91806 - configure does not test whether assembler supports sse4.1
  + fdo#92229 - [APITRACE] SOMA have serious graphical errors
  + fdo#92233 - Unigine Heaven 4.0 silhuette run
  + fdo#93004 - Guild Wars 2 crash on nouveau DX11 cards
  + fdo#93215 - [Regression bisected] Ogles1conform Automatic mipmap
    generation test is fail
  + fdo#93257 - [SKL, bisected] ASTC dEQP tests segfault
  + fixes for r600,nv*,glx,glsl,radeonsi and i965
- Enable swrast gallium driver on s390/aarch64
- Exclude Mesa-libva on s390/s390x/aarch64
- Apply patch: st/va: hardlink driver instances to
  gallium_drv_video.so
  + u_st-va-hardlink-driver-instances-to-gallium_drv_video.patch
- Add Mesa-libva.
- update to 11.1.0, new stable release
  * New features:
  + Note: some of the new features are only available with certain drivers.
  + OpenGL 3.1 support on freedreno (a3xx, a4xx)
  + OpenGL 3.3 support for VMware guest VM driver (supported by Workstation 12
    and Fusion 8).
  + GL_AMD_performance_monitor on nv50
  + GL_ARB_arrays_of_arrays on i965
  + GL_ARB_blend_func_extended on freedreno (a3xx)
  + GL_ARB_clear_texture on nv50, nvc0
  + GL_ARB_clip_control on freedreno/a4xx
  + GL_ARB_copy_image on nv50, nvc0, radeonsi
  + GL_ARB_depth_clamp on freedreno/a4xx
  + GL_ARB_fragment_layer_viewport on i965 (gen6+)
  + GL_ARB_gpu_shader_fp64 on r600 for Cypress/Cayman/Aruba chips
  + GL_ARB_gpu_shader5 on r600 for Evergreen and later chips
  + GL_ARB_seamless_cubemap_per_texture on freedreno/a4xx
  + GL_ARB_shader_clock on i965 (gen7+)
  + GL_ARB_shader_stencil_export on i965 (gen9+)
  + GL_ARB_shader_storage_buffer_object on i965
  + GL_ARB_shader_texture_image_samples on i965, nv50, nvc0, r600, radeonsi
  + GL_ARB_texture_barrier / GL_NV_texture_barrier on i965
  + GL_ARB_texture_buffer_range on freedreno/a3xx
  + GL_ARB_texture_compression_bptc on freedreno/a4xx
  + GL_ARB_texture_query_lod on softpipe
  + GL_ARB_texture_view on radeonsi and r600 (for evergeen and newer)
  + GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx, a4xx)
  + GL_EXT_blend_func_extended on all drivers that support the ARB version
  + GL_EXT_buffer_storage implemented for when ES 3.1 support is gained
  + GL_EXT_draw_elements_base_vertex on all drivers
  + GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)
  + GL_KHR_debug (GLES)
  + GL_NV_conditional_render on freedreno
  + GL_OES_draw_elements_base_vertex on all drivers
  + EGL_KHR_create_context on softpipe, llvmpipe
  + EGL_KHR_gl_colorspace on softpipe, llvmpipe
  + new virgl gallium driver for qemu virtio-gpu
  + 16x multisampling on i965 (gen9+)
  + GL_EXT_shader_samples_identical on i965.
  * +many bugfixes, please see relnotes
- Update to version 11.0.7
    + bugfixes release for bugs found since 11.0.6
    fdo#90348 - Spilling failure of b96 merged value
    fdo#92363 - [BSW/BDW] ogles1conform Gets test fails
    fdo#92438 - Segfault in pushbuf_kref when running the android
    emulator (qemu) on nv50
    fdo#93110 - [NVE4] textureSize() and textureQueryLevels() uses a texture
    bound during the previous draw call
    fdo#93126> - wrongly claim supporting GL_EXT_texture_rg
    + plus fixes for r600g,llvmpipe,i955,egl,gles2
- Add Mesa-libOpenCL.
- Update to version 11.0.6:
  + This release brings driver fixes for i965, r600, radeonsi,
    nouveau, vc4, and llvmpipe including a serious regression for
    r100/r200 era hardware.
  + Additional patches cover glsl, nir, mesa/meta and VC-1
    decoding.
- update to 11.0.5
  * With this release we have some driver patches for i965 and nouveau, a couple
    of llvm 3.7 related fixes and a some bugfixes in the VA state-tracker.
  * Additionally we have a few new PCI ids for i965 and radeonsi.
- update to 11.0.4
  * bug fix release which fixes bugs found since the 11.0.3 release
  * droped patches - merged by upstream:
    U_gallium-add-PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HI.patch
    U_i965-Remove-early-release-of-DRI2-miptree.patch
- U_gallium-add-PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HI.patch
  * This avoids a serious r600g bug leading to a GPU hang (bnc#951298)
- Update to 11.0.3
  * bug fix release which fixes bugs found since the 11.0.2 release
- Update to 11.0.2
  * This is a emergency release which covers the final dEQP
    regressions introduced in the 11.0 development cycle.
- update upstream status:
  * remove n_i965-Remove-early-release-of-DRI2-miptree.patch
  * add U_i965-Remove-early-release-of-DRI2-miptree.patch
- Update to 11.0.1
  * i965/vec4: Fix saturation errors when coalescing registers
  * i965/vec4_nir: Load constants as integers
  * meta: Abort meta pbo path if TexSubImage need signed unsigned
    conversion
  * docs: add sha256 checksums for 11.0.0
  * Update version to 11.0.1
  * docs: add release notes for 11.0.1
  * mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default
    framebuffer.
  * t_dd_dmatmp: Make "/count"/ actually be the count
  * t_dd_dmatmp: Clean up improper code formatting from previous
    patch
  * t_dd_dmatmp: Use '& 3' instead of '% 4' everywhere
  * t_dd_dmatmp: Pull out common 'count -= count & 3' code
  * t_dd_dmatmp: Use addition instead of subtraction in loop
    bounds
  * st/mesa: avoid integer overflows with buffers >= 512MB
  * nv50, nvc0: fix max texture buffer size to 128M elements
  * freedreno/a3xx: fix blending of L8 format
  * nv50,nvc0: detect underlying resource changes and update tic
  * nv50,nvc0: flush texture cache in presence of coherent bufs
  * radeonsi: load fmask ptr relative to the resources array
  * nir: Fix a bunch of ralloc parenting errors
  * i965/vec4: Don't reswizzle hardware registers
  * configure.ac: Add support to enable read-only text segment on
    x86.
  * gbm: convert gbm bo format to fourcc format on dma-buf import
  * mesa: fix errors when reading depth with glReadPixels
  * i965: fix textureGrad for cubemaps
  * mesa: Fix texture compression on big-endian systems
- add n_i965-Remove-early-release-of-DRI2-miptree.patch (bnc#945444)
- marked Mesa.keyring and mesa-11.0.0.tar.xz.sig as source in
  specfile in order to make factory checkin policy happy
- Update to version 11.0.0
  * Mesa 11.0 brings core Mesa support for OpenGL 4.2, RadeonSI and Nouveau NVC0
  OpenGL 4.1 support (the other hardware drivers remain at OpenGL 3.3), AMDGPU
  kernel driver support along with initial R9 Fury/Fiji support, EGL 1.5 support,
  ongoing OpenGL ES 3.1 work, OpenCL compute image support, HEVC video decode
  support for RadeonSI via VDPAU, OpenGL ES 3.0 for Freedreno, and many fixes.
  + drop U_mesa-llvm37-rename-r600-to-amdgpu.patch and U_mesa-llvm37.patch
- Update to version 10.6.7
  + add gpg verification of source package
  * fdo#90751 Revert "/i965: Momentarily pretend to support
  ARB_texture_stencil8 for blits."/
  * mesa/teximage: use correct extension for accept stencil texture.
- Update to version 10.6.6:
  * This release includes patches for mesa core, i965 (regression
    fixes), r600 (assertions and crash fixes in the sb backend),
    radeonsi (workaround for GPU hang in Unigine Heaven) and
    nouveau (piglit tests).
- Replace libXvMC-devel and libexpat-devel for pkgconfig(xvmc) and
  pkgconfig(expat) BuildRequires.
- Add U_mesa-llvm37-rename-r600-to-amdgpu.patch to fix build with llvm 3.7
  due to rename of llvm target R600 to AMDGPU
- Add U_mesa-llvm37.patch to fix build with llvm 3.7
- Update to version 10.6.5:
  * Apart from the usual nouveau, i965 and radeon driver fixes,
    this time around we have a nouveau_vieux fix for a regression
    introduced with mesa 10.6.0 and a few even older big endian
    related bug-fixes.
- Replace libvdpau-devel for pkgconfig(vdpau) BuildRequires.
- update to 10.6.4
  * In this release we have a few GL specific fixes (in both dri
    drivers and the EGL loader), an updated mesa.icd file and a
    crashfix for the standalone glcpp tool.
- update to 10.6.3
  * fdo#90728 - dvd playback with vlc and vdpau causes segmentation fault
  * fdo#91337 - OSMesaGetProcAdress(&quot;OSMesaPixelStore&quot;) returns nil
  * osmesa: fix OSMesaPixelsStore typo
  * vl: cleanup video buffer private when the decoder is destroyed
  * st/vdpau: fix mixer size checks
  * auxiliary/vl: use the correct screen index
  * i965/gen9: Use custom MOCS entries set up by the kernel.
  * nv50, nvc0: enable at least one color RT if alphatest is enabled
  * nvc0/ir: fix txq on indirect samplers
  * nvc0/ir: don't worry about sampler in txq handling
  * gm107/ir: fix indirect txq emission
  * nv50: fix max level clamping on G80
  * program: Allow redundant OPTION ARB_fog_* directives.
  * xa: don't leak fences
- update to 10.6.2
  * fdo#73528 - Deferred lighting in Second Life causes system hiccups and screen flickering
  * fdo#80500 - Flickering shadows in unreleased title trace
  * fdo#82186 - [r600g] BARTS GPU lockup with minecraft shaders
  * fdo#84225 - Allow constant-index-expression sampler array indexing with GLSL-ES < 300
  * fdo#90537 - radeonsi bo/va conflict on RADEON_GEM_VA (rscreen->ws->buffer_from_handle returns NULL)
  * fdo#90873 - Kernel hang, TearFree On, Mate desktop environment
  * fdo#91022 - [g45 g965 bisected] assertions generated from textureGrad cube samplers fix
  * fdo#91047 - [SNB Bisected] Messed up Fog in Super Smash Bros. Melee in Dolphin
  * fdo#91056 - The Bard's Tale (2005, native) has rendering issues
  * fdo#91117 - Nimbus (running in wine) has rendering issues, objects are semi-transparent
  * fdo#91124 - Civilization V (in Wine) has rendering issues: text missing, menu bar corrupted
  * fdo#91173 - Oddworld: Stranger's Wrath HD: disfigured models in wrong colors
  * fdo#91226 - Crash in glLinkProgram (NEW)
  * fdo#91231 - [NV92] Psychonauts (native) segfaults on start when DRI3 enabled
  * loader: Look for any version of currently linked libudev.so
  * nv50/ir: propagate modifier to right arg when const-folding mad
  * nv50/ir: fix emission of address reg in 3rd source
  * nv50/ir: copy joinAt when splitting both before and after
  * mesa: reset the source packing when creating temp transfer image
  * nv50/ir: don't emit src2 in immediate form
  * mesa/prog: relative offsets into constbufs are not constant
  * nv50/ir: UCMP arguments are float, so make sure modifiers are applied
  * nvc0: turn sample counts off during blit
  * i965/fs: Fix ir_txs in emit_texture_gen4_simd16().
  * i965: Reserve more batch space to accomodate Gen6 perfmonitors.
  * i965/vs: Fix matNxM vertex attributes where M != 4.
  * Revert "/glsl: clone inputs and outputs during linking"/
  * Revert "/i965: Delete linked GLSL IR when using NIR."/
  * r600g: disable single-sample fast color clear due to hangs
  * radeonsi: fix a hang with DrawTransformFeedback on 4 SE chips
  * st/dri: don't set PIPE_BIND_SCANOUT for MSAA surfaces
  * nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
  * winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
  * i965/fs: Don't mess up stride for uniform integer multiplication.
  * winsys/radeon: Unmap GPU VM address range when destroying BO
  * meta: Only change and restore viewport 0 in mesa meta mode
  * i965: allocate at least 1 BLEND_STATE element
  * i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
  * glsl: Add missing check for whether an expression is an add operation
  * glsl: Make sure not to dereference NULL
  * i965: Don't try to print the GLSL IR if it has been freed
  * glsl: clone inputs and outputs during linking
  * i965: Delete linked GLSL IR when using NIR.
  * glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00
  * mesa/glsl: new compiler option EmitNoIndirectSampler
  * i965: use EmitNoIndirectSampler for gen < 7
  * i915: use EmitNoIndirectSampler
  * mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5
  * glsl: validate sampler array indexing for 'constant-index-expression'
- adjust libdrm dependencies
- Update to version 10.6.1
  * This release includes core mesa and glsl patches (amonst which
    a Dota2 Reborn bugfix) affecting all dri drivers, nouveau specific
    fixes and a selection of shared-glapi commits - from build fixes, to
    ones ensuring that the dri modules can be loaded.
- n_Fixed-build-against-wayland-1.2.1.patch
  * required to fix build with wayland on openSUSE 13.1
- Update to version 10.6.0:
- New GL/EGL Features:
  + GL_AMD_pinned_memory on r600, radeonsi
  + GL_ARB_clip_control on i965
  + GL_ARB_depth_buffer_float on freedreno
  + GL_ARB_depth_clamp on freedreno
  + GL_ARB_direct_state_access on all drivers for Core GL contexts.
  + GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600
  + GL_ARB_draw_instanced on freedreno
  + GL_ARB_gpu_shader_fp64 on nvc0, softpipe
  + GL_ARB_gpu_shader5 on i965/gen8+
  + GL_ARB_instanced_arrays on freedreno
  + GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe
  + GL_ARB_program_interface_query (all drivers)
  + GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe
  + GL_ARB_texture_view on llvmpipe, softpipe
  + GL_ARB_uniform_buffer_object on freedreno
  + GL_ARB_vertex_attrib_64bit on nvc0, softpipe
  + GL_ARB_viewport_array, GL_AMD_vertex_shader_viewport_index on i965/gen6
  + GL_EXT_draw_buffers2 on freedreno
  + GL_OES_EGL_sync on all drivers
  + EGL_KHR_fence_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
  + EGL_KHR_wait_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
  + EGL_KHR_cl_event2 on freedreno, nv50, nvc0, r600, radeonsi
  + GL_AMD_performance_monitor on nvc0
- Changes to package:
  + add --enable-shader-cache to configure options
  + remove Patch100: U_0001_gallium_include_util_macros.patch
  + remove Patch101: U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch
  + remove Patch102: U_0003_fix_build_after_macro_include.patch
- Update to version 10.5.7:
  + i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)
  + docs: Add sha256sums for the 10.5.6 release
  + get-pick-list.sh: Require explicit "/10.5"/ for nominating stable patches
  + cherry-ignore: add clover build fix not applicable for 10.5
  + Add release notes for the 10.5.7 release
  + nvc0/ir: set ftz when sources are floats, not just destinations
  + nv50/ir: guess that the constant offset is the starting slot of array
  + nvc0/ir: LOAD's can't be used for shader inputs
  + nvc0: a geometry shader can have up to 1024 vertices output
  + nv50/ir: avoid messing up arg1 of PFETCH
  + nv30: don't leak fragprog consts
  + nv30: avoid leaking render state and draw shaders
  + nv30: fix clip plane uploads and enable changes
  + nv30/draw: avoid leaving stale pointers in draw state
  + nv30/draw: draw expects constbuf size in bytes, not vec4 units
  + st/mesa: don't leak glsl_to_tgsi object on link failure
  + glsl: avoid leaking linked gl_shader when there's a late linker error
  + nv30/draw: fix indexed draws with swtnl path and a resource index buffer
  + nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAM
  + nv30/draw: allocate vertex buffers in gart
  + nv30/draw: switch varying hookup logic to know about texcoords
  + nv30: falling back to draw path for edgeflag does no good
  + nv30: avoid doing extra work on clear and hitting unexpected states
  + i965/fs: Fix implied_mrf_writes for scratch writes
  + st/dri: fix postprocessing crash when there's no depth buffer
- update to 10.5.6
  * fdo#86792 - [NVC0] Portal 2 Crashes in Wi* ne
  * fdo#90350 - [G96] Portal's portal are incorrectly rendered
  * fdo#90363 - [nv50] HW state is not reset correctly when using a new GL context
  * radeonsi: add new bonaire pci id
  * egl/wayland: properly destroy wayland objects
  * glx/dri3: Add additional check for gpu offloading case
  * egl/main: fix EGL_KHR_get_all_proc_addresses
  * targets/osmesa: drop the -module tag from LDFLAGS
  * clover: Refactor event::trigger and ::abort to prevent deadlock and reentrancy issues.
  * clover: Wrap event::_status in a method to prevent unlocked access.<
  * clover: Implement locking of the wait_count, _chain and _status members of event.
  * i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().
  * main: Require that the texture exists in framebuffer_texture
  * mesa: Generate GL_INVALID_VALUE in framebuffer_texture when layer <0
  * nv50/ir: only propagate saturate up if some actual folding took place
  * nv50: keep track of PGRAPH state in nv50_screen
  * nvc0: keep track of PGRAPH state in nvc0_screen
  * nvc0: reset the instanced elements state when doing blit using 3d engine
  * nv50/ir: only enable mul saturate on G200+
  * st/mesa: make sure to create a "/clean"/ bool when doing i2b
  * nvc0: switch mechanism for shader eviction to be a while loop
  * swrast: Build fix for darwin
  * main: Fix an error generated by FramebufferTexture</li>
  * main: Complete error conditions for glInvalidate*Framebuffer.
  * main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
  * freedreno: enable a306
  * freedreno: fix bug in tile/slot calculation
  * draw: (trivial) fix out-of-bounds vector initialization
  * mesa: fix shininess check for ffvertex_prog v2
  * clover: Add a mutex to guard queue::queued_events
  * clover: Fix a bug with multi-threaded events v2
- Update to 10.5.5
  * fdo#88521 - GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA
  * fdo#89455 - [NVC0/Gallium] Unigine Heaven black and white boxes
  * fdo#89689 - [Regression] Weston on DRM backend won't start with new version of mesa
  * fdo#90130 - gl_PrimitiveId seems to reset at 340
  * i965: Add XRGB8888 format to intel_screen_make_configs
  * r300: do not link against libdrm_intel
  * nvc0/ir: flush denorms to zero in non-compute shaders
  * gk110/ir: fix set with a register dest to not auto-set the abs flag
  * nvc0/ir: fix predicated PFETCH emission
  * nv50/ir: fix asFlow() const helper for OP_JOIN
  * i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.
  * i965: Disallow linear blits that are not cacheline aligned.
  * draw: fix prim ids when there's no gs
- BuildIgnore python so that it is not sucked in by coincidence
  * The python-base provides enough python functionalities
    necessary for build.
- Update to 10.5.4
  * This release includes fixes for the mesa state-tracker used by
    all the gallium drivers, a drirc workaround for Second Life,
    plus i965 fixes. For the Android users out there, this release
    includes many compilation fixes with more to come shortly.
- Update to 10.5.3
  + fdo#83962 - [HSW/BYT]Piglit spec_ARB_gpu_shader5_arb_gpu_shader5-emitstreamvertex_nodraw fails
  + fdo#89679 - [NV50] Portal/Half-Life 2 will not start (native Steam)
  + fdo#89746 - Mesa and LLVM 3.6+ break opengl for genymotion
  + fdo#89754 - vertexAttrib fails WebGL Conformance test with mesa drivers
  + fdo#89758 - pow WebGL Conformance test with mesa drivers
  + fdo#89759 - WebGL OGL ES GLSL conformance test with mesa drivers fails
  + fdo#89905 - scons build broken on 10.5.2 due to activated vega st
  + st_glsl_to_tgsi: only do mov copy propagation on temps (v2)
  + xmlpool: don't forget to ship the MOS
  + configure.ac: error out if python/mako is not found when required
  + dist: add the VG depedencies into the tarball
  + i965: Do not render primitives in non-zero streams then TF is disabled
  + st/mesa: update arrays when the current attrib has been updated
  + nv50/ir: take postFactor into account when doing peephole optimizations
  + nv50/ir/gk110: fix offset flag position for TXD opcode
  + freedreno/a3xx: fix 3d texture layout
  + freedreno/a3xx: point size should not be divided by 2
  + nv50: allocate more offset space for occlusion queries
  + nv50,nvc0: limit the y-tiling of 3d textures to the first level's tiling
  + i965: Fix instanced geometry shaders on Gen8+.
  + i965: Add forgotten multi-stream code to Gen8 SOL state.
  + nouveau: synchronize "/scratch runout"/ destruction with the command stream
  + radeonsi: Cache LLVMTargetMachineRef in context instead of in screen
  + clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fails v2
  + i965: Fix URB size for CHV
- Update to  10.5.2
  + fdo#88534 - include/c11/threads_posix.h PTHREAD_MUTEX_RECURSIVE_NP not defined
  + fdo#89328 - python required to build Mesa release tarballs
  + fdo#89530 - FTBFS in loader: missing fstat
  + fdo#89590 - Crash in glLinkProgram with shaders with multiple constant arrays
  + fdo#89680 - Hard link exist in Mesa 10.5.1 sources
  + glsl: Generate link error for non-matching gl_FragCoord redeclarations
  + docs: Add sha256 sums for the 10.5.1 release
  + automake: add missing egl files to the tarball
  + st/egl: don't ship the dri2.c link at the tarball
  + loader: include <sys/stat.h> for non-sysfs builds
  + auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
  + cherry-ignore: add commit non applicable for 10.5
  + c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default
  + i965: Set nr_params to the number of uniform components in the VS/GS path.
  + freedreno/a3xx: use the same layer size for all slices
  + freedreno: fix slice pitch calculations
  + radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coords
  + glx: Handle out-of-sequence swap completion events correctly. (v2)
  + mapi: Make private copies of name strings provided by client.
  + freedreno: update generated headers
  + glsl: optimize (0 cmp x + y) into (-x cmp y).
  + glsl: fix names in lower_constant_arrays_to_uniforms
  + clover: Return 0 as storage size for local kernel args that are not set v2
- Update  to 10.5.1
  + fdo#79202 - valgrind errors in glsl-fs-uniform-array-loop-unroll.shader_test; random code generation
  + fdo#84613 - [G965, bisected] piglit regressions : glslparsertest.glsl2
  + fdo#86747 - Noise in Football Manager 2014 textures
  + fdo#86974 - INTEL_DEBUG=shader_time always asserts in fs_generator::generate_code() when Mesa is built with --enable-debug (= with asserts)
  + fdo#88246 - Commit 2881b12 causes 43 DrawElements test regressions
  + fdo#88793 - [BDW/BSW Bisected]Piglit/shaders_glsl-max-varyings fails
  + fdo#88883 - ir-a2xx.c: variable changed in assert statement
  + fdo#88885 - Transform feedback uses incorrect interleaving if a previous draw did not write gl_Position
  + fdo#89095 - [SNB/IVB/BYT Bisected]Webglc conformance/glsl/functions/glsl-function-mix-float.html fails
  + fdo#89156 - r300g: GL_COMPRESSED_RED_RGTC1 / ATI1N support broken
  + fdo#89224 - Incorrect rendering of Unigine Valley running in VM on VMware Workstation
  + fdo#89292 - [regression,bisected] incomplete screenshots in some cases
  + fdo#89311 - [regression, bisected] dEQP: Added entry points for glCompressedTextureSubImage*D.
  + fdo#89312 - [regression, bisected] main: Added entry points for CopyTextureSubImage*D. (d6b7c40cecfe01)
  + fdo#89315 - [HSW, regression, bisected] i965/fs: Emit MAD instructions when possible.
  + fdo#89317 - [HSW, regression, bisected] i965: Add LINTERP/CINTERP to can_do_cmod() (d91390634)
  + fdo#89416 - UE4Editor crash after load project
  + fdo#89430 - [g965][bisected] arb_copy_image-targets gl_texture* tests fail
  + i965/vec4: Don't lose the saturate modifier in copy propagation.
  + i965/gs: Check newly-generated GS-out VUE map against correct stage
  + egl: Take alpha bits into account when selecting GBM formats
  + docs: Add sha256 sums for the 10.5.0 release
  + egl/main: no longer export internal function
  + cherry-ignore: ignore a few more commits picked without -x
  + mapi: fix commit 90411b56f6bc817e229d8801ac0adad6d4e3fb7a
  + intel: fix EGLImage renderbuffer _BaseFormat
  + i965: Fix out-of-bounds accesses into pull_constant_loc array
  + i965/fs/nir: Use emit_math for nir_op_fpow
  + freedreno: move fb state copy after checking for size change
  + freedreno/ir3: fix array count returned by TXQ
  + freedreno/ir3: get the # of miplevels from getinfo
  + meta/TexSubImage: Stash everything other than PIXEL_TRANSFER/store in meta_begin
  + main/base_tex_format: Properly handle STENCIL_INDEX1/4/16
  + i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.
  + glsl: Mark array access when copying to a temporary for the ?: operator.
  + i965/fs: Set force_writemask_all on shader_time instructions.
  + i965/fs: Set smear on shader_time diff register.
  + i965/fs: Make emit_shader_time_write return rather than emit.
  + i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.
  + i965/fs: Make emit_shader_time_end() insert before EOT.
  + i965/fs: Don't issue FB writes for bound but unwritten color targets.
  + main: Fix target checking for CompressedTexSubImage*D.
  + main: Fix target checking for CopyTexSubImage*D.
  + gallium/auxiliary/indices: fix start param
  + r300g: fix RGTC1 and LATC1 SNORM formats
  + r300g: fix a crash when resolving into an sRGB texture
  + r300g: fix sRGB->sRGB blits
  + i965/vec4: Fix implementation of i2b.
  + mesa: Indent break statements and add a missing one.
  + mesa: Free memory allocated for luminance in readpixels.
  + mesa: Correct backwards NULL check.
  + i965: Consider scratch writes to have side effects.
  + i965/fs: Don't use backend_visitor::instructions after creating the CFG.
  + r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.
  + r300g: Check return value of snprintf().
  + i965/fs: Don't propagate cmod to inst with different type.
  + i965: Tell intel_get_memcpy() which direction the memcpy() is going.
  + Revert SHA1 additions.
  + i965: Avoid applying negate to wrong MAD source.
  + meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex
  + Revert "/common: Fix PBOs for 1D_ARRAY."/
  + meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImage
  + meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImage
  + freedreno/ir3: fix silly typo for binning pass shaders
  + freedreno/a2xx: fix increment in assert
  + freedreno/a4xx: bit of cleanup
  + freedreno: update generated headers
  + freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly
  + freedreno: update generated headers
  + freedreno/a4xx: aniso filtering
  + freedreno/ir3: fix up cat6 instruction encodings
  + freedreno/ir3: add support for memory (cat6) instructions
  + freedreno/ir3: handle flat bypass for a4xx
  + freedreno/ir3: fix failed assert in grouping
  + r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)
- Update to version 10.5.0:
  + Initial support for the new Intel Skylake GPUs and Adreno 4xx
    GPUs.
  + Experimental EGL support for Haiku.
  + The new IR - NIR. A flat, typeless IR, supporting SSA.
  + GLX/DRI3 fixes and improvements.
  + A lot of preparation work for GL_ARB_direct_state_access.
  + The usual amount of piglit and drawElements Quality Program
    (dEQP) fixes.
  + Building mesa with GCC 4.1 or earlier is no longer supported.
  + The distribution tarball has been renamed and now contains all
    the generated sources.
- New GL features:
  + GL_ARB_framebuffer_sRGB on freedreno
  + GL_ARB_texture_rg on freedreno
  + GL_EXT_packed_float on freedreno
  + GL_EXT_polygon_offset_clamp on i965, nv50, nvc0, r600, radeonsi,
    llvmpipe
  + GL_EXT_texture_shared_exponent on freedreno
  + GL_EXT_texture_snorm on freedreno
- Changes to Package:
  + switch to xz compressed sources
  + remove Patch16: u_gallivm_Update_for_RTDyldMemoryManager_unique_ptr.patch
  + add Patch100: U_0001_gallium_include_util_macros.patch
  + add Patch101: U_0002_st_nine_mark_end_of_non_void_function_unreachable.patch
  + add Patch102: U_0003_fix_build_after_macro_include.patch
- Add u_gallivm_Update_for_RTDyldMemoryManager_unique_ptr.patch to
  fix build with llvm 3.6 (fdo#86958)
- Fix file permissions for the Gallium Nine files
- specfile/baselibs.conf: Manually provide d3d library (bnc#918294)
- Drop pkgconfig(libva) BuildRequires for now, as it introduces a
  build-cycle.
- Update to version 10.4.4:
  + mesa: fix display list 8-byte alignment issue.
  + docs: Add sha256 sums for the 10.4.3 release.
  + egl: Pass the correct X visual depth to xcb_put_image().
  + glx/dri3: Request non-vsynced Present for swapinterval zero.
  + gallium/util: Don't use __builtin_clrsb in util_last_bit().
  + configure: Link against all LLVM targets when building clover.
  + st/osmesa: Fix osbuffer->textures indexing.
  + i965: Fix max_wm_threads for CHV.
  + Bugs fixed: fdo#88662, fdo#88930.
- Add pkgconfig(libva) BuildRequires: Build VA API support.
- baselibs.conf: enabled build of 32bit Mesa-libd3d package
  (bnc#910109)
- moved definition of Mesa-libd3d package above definition of
  libxatracker packages in order to fix version requires
- fixed Requires for libd3d-devel
- enabled build of Direct3D 9 (Gallium3D Nine) state tracker (bnc#910109)
- removed obsolete patch u_be_assert_include.patch, addressed by
  upstream commit 2a13ff9 "/gallium/util: add missing u_debug include"/
  (bnc#910109)
- Set xvmc_support also on ppc
- Version bump to 10.4.3 (bugfix release):
  * Bug 80568 - [gen4] GPU Crash During Google Chrome Operation
  * Bug 85367 - [gen4] GPU hang in glmark-es2
  * Bug 85696 - r600g+nine: Bioshock shader failure after 7b1c0cbc90d456384b0950ad21faa3c61a6b43ff
  * Bug 88219 - include/c11/threads_posix.h:197: undefined reference to `pthread_mutex_lock'
  * mesa: Fix clamping to -1.0 in snorm_to_float
  * glsl: Link glsl_test with pthreads library.
  * i965: Respect the no_8 flag on Gen6, not just Gen7+.
  * i965: Work around mysterious Gen4 GPU hangs with minimal state changes.
- Clean up with the spec-cleaner
- Drop obsolete obsoletes comming from fix for sle10
- Reduce llvm_r600 conditional as it is equal to ifarch x86 x86_64
- Put vdpau_radeon and vdpau_nouveau under same case as they have
  same requisites
- Fix empty post/postun warning
- Various other rpmlint issues silenced.
- Version bump to 10.4.2 (bugfix release):
  * Bug 85529 - Surfaces not drawn in Unvanquished
  * Bug 87619 - Changes to state such as render targets change fragment shader without marking it dirty.
  * Bug 87658 - [llvmpipe] SEGV in sse2_has_daz on ancient Pentium4-M
  * Bug 87913 - CPU cacheline size of 0 can be returned by CPUID leaf 0x80000006 in some virtual machines
  * i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()
  * i965: Use safer pointer arithmetic in gather_oa_results()
  * Revert "/r600g/sb: fix issues cause by GLSL switching to loops for switch"/
  * r600g: fix regression since UCMP change
  * r600g/sb: implement r600 gpr index workaround. (v3.1)
  * docs: Add sha256 sums for the 10.4.1 release
  * Update version to 10.4.2
  * nv50,nvc0: set vertex id base to index_bias
  * nv50/ir: fix texture offsets in release builds
  * i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.
  * i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
  * gallium/util: make sure cache line size is not zero
  * glsl_to_tgsi: fix a bug in copy propagation
  * vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays
  * st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX
  * radeonsi: fix VertexID for OpenGL
  * radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0
  * gallium/util: fix crash with daz detection on x86
  * nv50,nvc0: implement half_pixel_center
  * r600g/sb: fix issues with loops created for switch
- Use download url fully in Source line
- Update to version 10.4.0 (10.4 Final):
- New features:
  + GL_ARB_conditional_render_inverted on nv50
  + GL_ARB_sample_shading on r600
  + GL_ARB_texture_view on nv50, nvc0
  + GL_ARB_clip_control on nv50, nvc0, r300, r600, radeonsi, llvmpipe, softpipe
  + GL_KHR_context_flush_control on all drivers
- Changes:
  + Removed patch17: u_Suppress-any-libGL-.-warnings-when-LIBGL_DEBUG-is-se.patch
    This patch was upstreamed
  + Build without "/--enable-gallium-egl"/
    This buildoption was removed upstream
  + Add subpackage libvdpau_r300
- Enable VideoCore IV (vc4) support for ARM
- Cleanup Spec:
  + smaller cleanups
  + Remove all traces of talloc, Mesa uses ralloc
- Update to 10.3.3
  + fdo#82921 layout(location=0) emits error
  >= MAX_UNIFORM_LOCATIONS due to integer underflow
  + fdo#83574 [llvmpipe] [softpipe] piglit
  arb_explicit_uniform_location-use-of-unused-loc regression
  + fdo#85454 Unigine Sanctuary with Wine crashes on Mesa Git
  + fdo#70410 egl-static/Makefile: linking fails with llvm >= 3.4
- Update to 10.3.2
  + (fdo#54372) GLX_INTEL_swap_event crashes driver when swapping
  window buffers
  + (fdo#81680) [r600g] Firefox crashes with hardware acceleration
  turned on
  + (fdo#84140) mplayer crashes playing some files using vdpau
  output
  + (fdo#84662) Long pauses with Unreal demo Elemental on R9270X
  since : Always flush the HDP cache before submitting a
    CS to the GPU
  + (fdo#85267) vlc crashes with vdpau (Radeon 3850HD) [r600]
- Update descriptions and Requires for GLES3
- add Mesa-devel-dri package:
  This way dri.pc will no longer pull in all of Mesa, just as
  packages requiring dri do not have to require Mesa-devel anymore
- Update to 10.3.1
  + [NVC0/Codegen] Shader compilation falis in spill logic
  + [SNB+ Bisected]Ogles3conform ES3-CTS.shaders.
    indexing.vector_subscript.vec3_static_loop_subscript_write_
    direct_read_vertex fails
  + [UBO] row_major layout ignored inside structures
  + [UBO] nested structures don't get appropriate padding
  + Glyphy demo throws unhandled Integer division by zero exception
  + [UBO] row_major layout partially ignored for arrays of structures
  + Big glamor regression in Xorg server 1.6.99.1 GIT: x11perf 1.5
    Test: PutImage XY 500x500 Square
NetworkManager
- Add nm-fix-dhcp-client-timeout.patch: Better handle dhclient's
  timeout so that a recorded lease can be used when dhcp server
  is down(glfo#NetworkManager/NetworkManager!811, bsc#1183202).
- Modified NetworkManager.conf: Use dhclient as the default dhcp
  client(glfo#NetworkManager/NetworkManager!811, bsc#1183202).
- Add NM-restore-MAC-on-release-only-when-cloned.patch: bond:
  restore MAC on release only when there is a cloned MAC address
  (glfo#NetworkManager/NetworkManager!775, bsc#1183967).
- Rebase nm-add-CAP_SYS_ADMIN-permission.patch.
- Update to version 1.22.10:
  + core: periodically cleanup stale device state files from /run.
  + dhcp: fix crash in nettools client.
  + bond: fixed the validation of the miimon option.
  + Various minor bug fixes and improvements.
- Modify nfs script (boo#1164642)
  * Also mount nfs4 shares
  * Ignore nfs or nfs4 shares in case if the noauto option is set
- Update to version 1.22.8:
  + Added configuration option to customize IPv6 RA timeout.
  + Internal DHCP client will now request a lease renewal using the
    previously obtained IP address when expired.
  + Removed length limitation for OVS Bridge, Patches and
    Interfaces (only Patch types) names.
  + Fixed initialization of 'secs' DHCP header field, this caused
    some DHCP relays to drop packets.
  + Fixed failure when creating team interfaces using 'nmstate'.
  + Various bug fixes and improvements.
- Add -fcommon to CFLAGS. This is currently being done upstream
  (boo#1160381).
- Update to version 1.22.6:
  + Various fixes for the internal DHCP client.
  + Slave devices now do not get created/activated if master is
    missing.
  + Fixed 'startup-complete' bug where NetworkManager would reach
    the network-online.target even when not all the connections had
    been tried.
  + Updated translations.
- No longer recommend -lang: supplements are in use
- Update to version 1.22.4:
  + Fix behavior of internal DHCP client when the server sends a
    NAK.
  + Support 31-bit prefixes on IPv4 point-to-point links according
    to RFC 3021.
  + Fix memory leak parsing RequestScan D-Bus method arguments.
- Fix 'nfs' dispatcher script
  It was checking for an enabled unit 'nfs.service' - which does not
  exist (anymore?). Switched to a check for an enabled unit
  'nfs-client.target'
- Update to version 1.22.2:
  + Fix multiple issues in the internal DHCP client, including
    wrong parsing of search domains and classless routes options,
    and failures in obtaining and renewing the lease with certain
    server configurations.
  + Export NM_CAPABILITY_OVS capability on D-Bus and in libnm to
    indicate that the OVS plugin is loaded.
  + Fix libnm annotations for nm_sriov_vf_get_vlan_ids() to allow
    the usage of the function through GObject introspection.
- Update to version 1.22.0:
  + Drop support for BlueZ 4. BlueZ 5 was released in 2012 and
    should nowadays be available everywhere.
  + DHCP: switch "/internal"/ DHCPv4 plugin from code based on
    systemd to use nettools' n-dhcp4 library.
  + Add support for "/scope"/ attribute for IPv4 routes.
  + Add support for specifying IAID and FQDN flags for DHCP
    request.
  + Add a '802-1x.optional' property to consider the wired 802.1X
    authentication as optional.
  + Use the Network Cost Wi-Fi information element to determine
    metered device state.
  + Support main.auth-polkit=root-only setting to disable PolicyKit
    use and restrict authorization to root user.
  + core: declare "/startup complete"/ when device reaches
    "/connected"/ state, even if IP addressing methods did not yet
    fully complete. This changes behavior for unblocking
    "/NetworkManager-wait-online.service"/, and
    "/network-online.target"/ earlier. If this causes issues in your
    setup, you may need to configure "/ipv4.may-fail=no"/ or
    "/ipv6.may-fail=no"/, which delays reaching "/connected"/ state for
    the address family accordingly.
  + libnm: hide NMObject and NMClient typedefs from header files.
    This prevents the user from subclassing these types and is an
    ABI change (in the unlikely case that a user was subclassing
    the types, which is no longer supported).
  + libnm: retire deprecated WiMAX API NMDeviceWimax and
    NMWimaxNsp. WiMAX support was removed from NetworkManager in
    version 1.2 (2016) and no such type instances would have been
    created by NMClient for a while now.
  + Deprecate synchronous API for D-Bus calls in libnm. We don't
    remove libnm API so you are free to continue using it. But
    tells you that using it might be a bad idea.
  + libnm: heavily internal rework NMClient. This slims down libnm
    and makes the implementation more efficient. NMClient should
    work now well with a separate GMainContext.
  + Add `nmcli general reload` subcommand to reload NetworkManager
    configuration and DNS settings.
  + nm-cloud-setup: add new tool for automatically configuring
    NetworkManager in cloud. This is still experimental and
    currently only EC2 and IPv4 is supported.
  + Add new NetworkManager logo to "/contrib/art/logo"/.
  + Various bug fixes and improvements.
- Disable networkmanager-checks-po.patch: Needs rebase.
- Add new nm-cloud-setup.service to pre/post/preun/postun calls.
- Update to version 1.20.8:
  + Fix handling of system CA certificates in the ifcfg parser.
  + Handle ReachableTime and RetransTimer from IPv6 Router
    Advertisements.
  + Fixed setting of MTU according to its parent device for some
    device types.
  + Various fixes for the initramfs configuration genertor.
- Update to version 1.20.6:
  + Fix updating agent-owned VPN secrets.
  + Adjust IWD support to new D-Bus path of IWD 1.0.
  + Introduce an 'optional' property in the 802-1x setting to
    allow the activation to proceed in case of missing
    authenticator.
  + Fix ARP announcements for IP addresses configured on
    interfaces.
  + Use proper interface when adding s390 specific details in
    initrd generator.
  + Don't disable PMF on Wi-Fi connections using SAE.
  + Properly handle uint16 property types in libnm.
- Drop NetworkNanager-client recommends: this is no longer needed,
  as NM itself ships a frontend by now (nmtui). If a DE has a
  better way to manage NM (by means of applets or other way of
  integration) it is up to the DE to depend on the applets.
- Update to version 1.20.4:
  + Fix crash related to Wi-Fi-P2P.
  + Support rd.znet option in initrd generator to support s390.
  + Fix not creating default-wired-connection when a suitable
    profile exists which is not tied to the device by
    interface-name.
  + tui: support WPA3-Personal (SAE).
  + Fixes for OLPC Mesh Wi-Fi.
  + Various bug fixes. Notably, fix unit test and build issues.
- Drop nm-fix-gtk-doc.patch: Fixed upstream.
- Add nm-fix-gtk-doc.patch: Fix build with gtk-doc 1.32 and newer.
- Update to version 1.20.2:
  + Don't ask wpa_supplicant to attempt to enable FT if the
    interface doesn't support it.
  + Various bug fixes and improvements.
  + Updated translations.
- Update to version 1.20.0:
  + The libnm-glib library, deprecated in favor of libnm since
    NetworkManager 1.0, and disabled by default since
    NetworkManager 1.12, has now been removed.
  + The DHCP client now defaults to "/internal"/. The default can be
    overriden at build time by using the --with-config-dhcp-default
    option of the configure script or at run time by setting the
    main.dhcp option in the configuration file.
  + Added support for configuring fq_codel line discipline and
    mirred action.
  + Added a possibility for distributions to ship dispatcher
    scripts in /usr/lib.
  + Drop deprecated setting "/main.monitor-connection-files"/ in
    NetworkManager.conf. This setting now has no more effect and
    was disabled by default for a long time. Instead, after
    changes, load files explicitly with `nmcli connection load` or
    `nmcli connection reload`.
  + Rework parsing team JSON config in libnm and stricter validate
    settings. With this, NetworkManager rejects settings that it
    considers invalid while still allowing setting arbitrary JSON
    config directly.
  + Drop ibft settings plugin. This functionality is now covered by
    using nm-initrd-generator from initrd to pre-generate in-memory
    profiles.
  + Support "/suppress_prefixlength"/ attribute for policy routing
    rules.
  + This is what wg-quick uses for the "/Improved Rule-based
    Routing"/ solution, and the user can now manually configure such
    policy routing rules.
  + Support "/wireguard.ip4-auto-default-route"/ and
    "/wireguard.ip6-auto-default-route"/. This automatically
    implements the "/Improved Rule-based Routing"/ of wg-quick to
    help avoiding routing loops when setting the default-route on
    the WireGuard interface. Note that this is now enabled by
    default, so there is a change in behavior if your WireGuard
    connection profiles from before had a default-route (/0) in
    allowed-ips.
  + Rework implementation of settings plugins and how profiles are
    presisted to disk. This is a large internal refactoring of the
    settings plugins that allows to migrate a connection profile
    between plugins.
  + In-memory profiles are now only handled by keyfile plugin and
    will also be persisted to /run directory. This allows to
    restart NetworkManager without loosing these profiles and it
    provides a file-system based API for creating in-memory
    profiles.
  + Keyfile plugin now supports a read-only directory of profiles
    under directory "//usr/lib/NetworkManager/system-connections"/.
    Such profiles still can be modified and deleted via D-Bus,
    which results in writing profiles to /etc or /run that shadow
    the read-only files.
  + Add new D-Bus method AddConnection2() that allows to block
    autoconnect of the profile at the moment when creating the
    profile. Also add support for this API to libnm.
  + Add flag "/no-reapply"/ to Update2() D-Bus method. Normally, when
    a connection profile gets modified, this only changes the
    profile itself. When the profile is currently activated on a
    device, then the device's configuration does not update before
    the profile is fully re-activated or Reapply on the device is
    called. There is an exception to this: the "/connection.zone"/
    and the "/connection.metered"/ properties take effect
    immediately. The "/no-reapply"/ flag allows suppressing to
    reapply any properties, so that no changes take effect
    automatically. The purpose is to really only modify the profile
    itself without changes to the runtime configuration of the
    device.
  + Add "/ipv6.method=disabled"/ to disable IPv6 on a device, like
    also possible for IPv4. Until now, the users could only set
    "/ipv6.method=ignore"/ which means the users are free to set IPv6
    related sysctl values themselves.
  + Added support for Wi-Fi Mesh network.
- Stop passing --with-libnm-glib to configure, feature was dropped.
- Drop sub-packages libnm-util2, libnm-glib4 and libnm-glib-vpn1
  and obsolete them from the main package (also in baselibs.conf).
- Drop typelib-1_0-NetworkManager-1_0 and typelib-1_0-NMClient-1_0.
- Rebase some patches with quilt.
- Disable nm-add-CAP_SYS_ADMIN-permission.patch: Needs rework or
  possibly dropping as the ibft plugin is dropped.
- Pass --with-iwd=yes to configure, build experimental IWD backend
  support. Not recommended for endusers, only for testers willing
  to take the risk of broken wifi with no support from distro.
- Update to version 1.18.4:
  + Improve handling of externally added policy routing rules and
    for rules that are taken over after a restart of NetworkManager
    service.
  + Fix taking over OVS devices after restart of NetworkManager.
  + Bugfix reapplying IP configuration while activating.
  + Allow reapplying Wi-Fi profile when seen-bssids changes.
  + Various other bugfixes for minor issues and memory leaks.
  + Various build and test fixes.
- Update to version 1.18.2(bsc#1138213):
  + Add support for policy routing rules.
  + Add support for VLAN filtering for Linux bridge.
  + Support ieee-802-1 and ieee-802-3 LLDP TLVs.
  + Allow large MTU sizes for infiniband/IPoIB connection profiles.
  + Improve nmcli's handling of list options for connection properties.
  + Add compatibility with out-of-tree WireGuard module on 5.2 kernels
  + Fix parsing of BOOTIF= variables in initrd.
  + Accept numeric IPv4 prefix in place of a mask when parsing a command line
    in initrd.
  + Don't check connectivity of unconfigured devices.
  + Fix PKCS#12 handling in the ifcfg-rh plugin.
  + Avoid waiting for udev to see software devices created by NetworkManager.
  + Don't attempt to stop management daemon for Team devices created
    externally to NetworkManager.
  + Use FQDN for persistent hostname on Slackware.
  + Restore IPv6 configuration of a device when its link goes back up.
  + Fix management status of software devices on system suspend.
  + Make nmcli not print certificate blobs if --show-secrets is not used.
  + Fix MTU reapply.
- Drop 0001-Update-connectivity-value-on-device-removal.patch:
  Fixed upstream.
- Add nm-add-CAP_SYS_ADMIN-permission.patch: Add CAP_SYS_ADMIN
  which netconfig needs to call setdomainname (bsc#1129587).
- Update to version 1.16.2:
  + Use FQDN for persistent hostname on Slackware.
  + Fix wrong permissions of the /var/lib/NetworkManager/secret_key
    file.
  + Don't terminate teamd when assuming existing team connections.
  + Fix incorrect persistence of connections with EAP-TLS and a
    PKCS#12 certificate when using the ifcfg-rh plugin.
  + Fix reapply of the MTU property on devices.
  + Restore IPv6 configuration when the link goes up.
  + Fix build with sanitizers.
  + Other various bug fixes and improvements.
- Avoid using "/systemctl enable"/ in spec file (bsc#1038403).
- Remove legacy checks which fixes bnc#803058 during distribution
  upgrade from 12.2 to 12.3 in .spec file.
- Fix systemd-network-config.patch which added lines starting with "/+"/
  to NetworkManager-wait-online.service
- Fix the connectivity value of devices which was set to LIMITED when
  the connectivity check fails. Now if the connectivity is being set
  to LIMITED but the device state is DISCONNECTED, then the value is
  coerced to NONE. Add patch submitted to
  upstream (boo#1103678, glfdo#NetworkManager/NetworkManager#138):
  * 0001-Coerce-connectivity-LIMITED-to-NONE-when-device-is-d.patch
- Fix the global connectivity value which wasn't updated when a
  device was removed. Which is a problem if the device being removed
  is the one providing the connectivity. Add patch submitted to
  upstream (boo#1103678, glfdo#NetworkManager/NetworkManager#141):
  * 0001-Update-connectivity-value-on-device-removal.patch
- Update to version 1.16.0:
  + Check connectivity per address family.
  + Support "/main.systemd-resolved"/ to let NetworkManager configure
    DNS settings in systemd-resolved without making it the main DNS
    plugin of NetworkManager.
  + Write "//var/run/NetworkManager/no-stub-resolv.conf"/ with
    original nameservers. That is useful with caching DNS plugins
    like "/systemd-resolved"/ or "/dnsmasq"/ where
    "//var/run/NetworkManager/resolv.conf"/ refers to localhost.
  + Change default "/ipv4.dhcp-client-id"/ setting for the internal
    DHCP plugin from "/duid"/ to "/mac"/. This is a change in behavior
    on upgrade when using the internal DHCP plugin (unless the
    default is overwritten in "/NetworkManager.conf"/ or specified
    per connection profile).
  + Improve handling of DHCP router options with internal DHCP
    plugin. For one, accept multiple routers and add a
    default-route to each. On D-Bus expose the original DNS and
    NTP servers without cleaning up local nameservers.
  + Allow binding a connections lifetime to the DBus client that
    activated it.
  + Add support for establishing Wi-Fi Direct connections (Wi-Fi
    P2P).
  + Add support for WireGuard VPN tunnels to NetworkManager. D-Bus
    API and libnm support all options. nmcli supports creating and
    managing WireGuard profiles, with the exception of configuring
    and showing peers.
  + Add initrd generator to be used by dracut and use it as new way
    of handling iBFT.
  + Deprecated "/plugins.monitor-connection-files"/ setting in
    NetworkManager.conf. This option will have no effect in future
    versions.
  + Add AP and Ad-hoc support for iwd Wi-Fi backend.
  + Warn about invalid settings in "/NetworkManager.conf"/.
  + Support announcing "/ANDROID_METERED"/ DHCP option for shared
    mode.
  + Support SAE authentication as used for 802.11s Meshing and
    WPA3-Personal.
  + NetworkManager is no longer installed as D-Bus activatable
    service.
  + Mark docker bridges as unmanaged via udev rule.
  + Add new PolicyKit permission
    "/org.freedesktop.NetworkManager.wifi.scan"/ for controlling
    Wi-Fi scanning.
- Rebase systemd-network-config.patch and
  nm-dont-overwrite-resolv-conf.patch.
- Drop NetworkManager-1.12.2-docker-unmanaged.patch and
  NM-add-wifi-scan-polkit-rule.patch: Fixed upstream (bsc#1128560).
- Do away with em dashes in summaries.
- Combine %service_* calls to reduce generated boilerplate.
- Update to version 1.14.6:
  + Fix memory corruption in internal DHCPv6 client
    (CVE-2018-15688).
  + No longer limit number of search entires in resolv.conf to 6.
  + Support restricting NetworkManager.conf device configuration
    based on used DHCP plugin.
  + Add "/${MAC}"/ specifier for connection.stable-id. This uses the
    current MAC address for seeding the stable generation of MAC
    address, DHCP client-id or IPv6 stable-privacy interface
    identifier.
  + Support special value "/duid"/ for "/ipv4.dhcp-client-id"/. This
    generates an RFC4361-compliant client-id like the internal DHCP
    client used to do by default. Previously, there was no explicit
    name for such a client-id and it was not usable with dhclient
    DHCP plugin. This also generates the same client-id as
    systemd-networkd does by default.
  + Support and use a new kind of secret-key in
    "//var/lib/NetworkManager/secret_key"/. The secret-key represents
    the identity of the machine that is used for various purposes
    like generating IPv6 stable privacy addesses. It is now
    combined with "//etc/machine-id"/ so that changing only the
    machine-id results in new identifiers. That matters for example
    when cloning a virtual machine. Previously, the user hard to
    prune NetworkManager's secret-key to get a new identity, now
    regenerating machine-id suffices. Secret-keys generated by
    earlier versions of NetworkManager are not affected and keep
    their previous behavior.
  + Fix the DHCP client-ids based on the MAC address of
    IPoIB/infiniband devices.
  + Fix restoring IP configuration after interface went down.
  + No longer let NetworkManager touch rp_filter setting. The
    rp_filter sysctl must now be set outside of NetworkManager
    according to the admin's preference. Note that a strict
    rp_filter may break valid use-cases and interacts badly with
    connectivity checking.
  + Various bug fixes and improvements.
- Add NM-add-wifi-scan-polkit-rule.patch: Adding a new polkit
  action "/org.freedesktop.NetworkManager.wifi-scan"/ so that
  distributions can add specific rule to allow Wi-Fi scans
  (bsc#1122262, glfo#NetworkManager/NetworkManager!68).
- Modify nfs script: Only mount/unmount when the file type is nfs
  (bsc#1074074, bsc#1146935).
- Update to version 1.14.4:
  + Fix a crash in nmcli when a device is removed while being
    disconnected.
  + Fix a crash in ifupdown (Debian) configuration plugin.
  + Fix a daemon crash when a generated connection doesn't
    validate.
  + Fix a memory leak in dhclient DHCP plugin.
  + Fix line editing in nmcli password prompts.
  + Fix a RPATH in bluetooth and wwan plugin when built with Meson
    (otherwise they wouldn't find libnm-wwan.so).
- Update to version 1.14.2:
  + Fix a bug that could cause NetworkManager to crash after
    checking connectivity status.
  + Correctly apply a default (-1) metric from DHCP.
  + Multiple fixes for IWD Wi-Fi backend.
  + Multiple fixes for builds with Meson build system.
  + Fix a crash with OLPC XO-1 mesh Wi-Fi.
  + Fix handling "/serial.parity"/ and "/serial.send-delay"/ properties
    in nmcli.
  + Improve auto-selecting device when activating a connection
    profile and don't auto-select unmanaged devices when activating
    multi-connect profile.
  + Avoid expiring the lifetime of IPv6 addresses from router
    advertisements.
- Update to version 1.14.0:
  + Added support for IEEE 802.15.4 and 6LowPAN devices.
  + Support activating profile multiple times via
    connection.multi-connect setting.
  + Add match setting to restrict a profile to devices based on a
    list of interface names with globbing supported.
  + Fix PrimaryConnection for VPN with default-route.
  + Add support for ethtool offload features.
  + Add support for configuring llmnr.
  + Deprecate endian-dependent D-Bus API and add new API that can
    be used instead (rh#1153559).
  + Add support for ip6gre/ip6gretap IP tunnels.
  + Add support for detecting WireGuard interfaces (WireGuard VPN
    cannot be controlled via NetworkManager).
  + Add support for configuring SR-IOV devices.
  + Improve error reporting of activation when no device is
    available.
  + Support reapplying changes of the route metric.
  + Support EAP profiles with iwd Wi-Fi backend and support iwd API
    0.8.
  + Expose slaves of OVS bridges and ports.
- Add NetworkManager-1.12.2-docker-unmanaged.patch: Do not manage
  Docker bridge interfaces (glfdo#NetworkManager/NetworkManager!15)
- Update to version 1.12.4:
  + Fix crash in connectivity check.
  + Fix accepted input format for vpn.secrets in nmcli's password file.
  + libnm: support private keys encrypted with AES-{192,256}-CBC.
  + Fix stopping pppd on modem hangup
  + Various minor bugfixes and translation updates.
- Drop NetworkManager-fix-compile-error.patch and
  NetworkManager-remove-assertion.patch: Fixed upstream.
- Add NetworkManager-fix-compile-error.patch: Fix compile error due
  to NM_AVAILABLE_IN_1_12_2 macro.
- Add NetworkManager-remove-assertion.patch: cli: remove assertion
  in nmc_device_state_to_color() (bgo#796834).
- Update to version 1.12.2:
  + Fix missing symbols in libnm ABI for settings.
  + Fix a regression that disallowed activations of VPN connections
    with a device specified.
  + Robustness fixes to connectivity checking.
- Changes from version 1.12.0:
  + Improved support for configuration checkpoint, including
    support in libnm.
  + Added capability to set IP Tunnel configuration flags.
  + The systemd-resolved DNS plugins now supports MDNS.
  + Systemd-resolved and dnsmasq DNS plugins now honor the DNS
    priority setting (CVE-2018-1000135).
  + Wi-Fi devices now support FILS for speedier roaming support.
  + Drop dependency on libnl3 library.
  + Add support for "/onlink"/ routes.
  + More robust connectivity checking.
  + Dropped the obsolete "/ifnet"/ settings plugin,
  + Try harder to generate reasonable human-readable names for
    devices even if the hwdb contains garbage.
  + Add an "/overview"/ option to hide default values in nmcli,
    resulting in more concise output.
  + Reworked the inner workings of D-Bus interface for better
    resource efficiency.
  + Add support for configuring nmcli coloring via
    terminal-colors.d(5).
  + Added experimental support for Meson build system.
  + Added initial IWD Wi-Fi daemon support.
  + A non-hexadecimal DHCPv4 client-id is now properly passed to
    dhclient with the first byte (type) set to zero, as stated in
    the documentation. This represents a change in behavior since
    previous versions where the first character of the string was
    used as type. The internal client is not affected by the
    change.
  + DNS setting rc-manager=file now always follows dangling
    symlinks instead of replacing /etc/resolv.conf with a plain
    file.
  + Added wake_on_wlan connection setting to configure
    wake-on-wireless-lan (WoWLAN).
  + The libnm-glib library, deprecated in favor of libnm since
    NetworkManager 1.0, is now not built by default. While it can
    still be enabled, the distributions should have a good plan for
    removing it if they need to keep shipping it at this point.
  + Nmcli now scans for Wi-Fi networks before displaying them, if
    the last scan was too long ago.
  + Added the ipv6.dhcp-duid property to allow configuring the
    DHCPv6 DUID.
  + Extended ipv6.dhcp-client-id property to support DHCP client
    identifers depending on the MAC address and the stable ID.
  + Set NM_DISPATCHER_ACTION environment variable in dispatcher
    scripts.
- Rebase NetworkManager-1.10.6-netconfig.patch and
  systemd-network-config.patch with quilt.
- Disable networkmanager-obs-net.patch and make check, needs
  rebase.
- Pass with-libnm-glib to configure, deprecated libnm-glib support
  is no long built by default, and since we can not remove this yet
  due to Steam, we pass this option for now.
- Update to version 1.10.10:
  + Fix crash during reapply of connection settings.
  + Minor bugfixes.
- Don't fall back to writing /etc/resolv.conf if launching
  netconfig fails for some reason (boo#1092352,
  NetworkManager-1.10.6-netconfig.patch).
- Update to version 1.10.8:
  + Fix connectivity timeout handling (bgo#794464).
  + Retry activating devices when the parent becomes managed
    (rh#1553595).
  + Correctly set the rp_filter value (rh#1565529).
  + A fix to ensure teamd is respawned after daemon restart
    (rh#1551958).
  + Better handle DHCP expiry (bgo#783391).
  + Fix configuration of IPv6 over master interfaces (rh#1575944).
  + Other various bug fixes including possible crashes.
  + Updated translations.
- Drop NM-look-at-all-rp-filter-value.patch: Fixed upstream.
- Add NM-look-at-all-rp-filter-value.patch: look at 'all' rp_filter
  value too to determine actual value (bsc#1084336, bgo#794689).
- Unconditionally enable translation-update-upstream: on
  Tumbleweed, this results in a NOP and for Leap in SLE paid
  translations being used (boo#1086036).
- Update to version 1.10.6:
  + ovs: fix compilation issue of OVS plugin and various fixes.
  + team: add support for team runner "/random"/.
  + core: cleanup activation of device (rh#1537160).
  + dhcp: retry indefinitely to renew the lease (rh#1503587).
  + core: fix blocking autoconnect for no-secrets (bgo#794014).
  + libnm: mark async results as cancelled (bgo#794088).
  + Various bug fixes including possible crashes.
  + Updated translations.
- Drop nm-preserve-agent-owned-secrets-on-connection-update.patch,
  NetworkManager-1.10.4-buildfixes.patch and
  nm-fix-autoconnect.patch: fixed upstream.
- Add nm-fix-autoconnect.patch: Fix autoconnect with agent-owned
  secrets (bgo#794014, boo#1079672).
- fix nfs dispatcher script (boo#1083831)
- Modernize spec-file by calling spec-cleaner
- Add nm-preserve-agent-owned-secrets-on-connection-update.patch:
  Backport upstream commit to preserve agent-owned secrets on
  connection update (bgo#793324, bsc#1082762).
- Update to version 1.10.4:
  + Load jansson at runtime. This solves a clash with json-glib
    that caused a gnome-control-center crash, but also gets rid of
    a hard dependency.
  + Correct nmcli exit values after receiving a signal.
  + Fix libnm secret agent asynchronous initialization.
  + Add a default route for a modem even if it didn't sent a
    gateway.
  + Improve communication of DAD failures.
  + Remember device default metrics across daemon restarts.
  + Various bug fixes including possible crashes.
  + Updated translations.
  + Add NetworkManager-1.10.4-buildfixes.patch: Fix OVS compile
  errors (bgo#793183).
- Replace sysconfig with sysconfig-netconfig BuildRequires and
  Requires, this is what we in reality need.
- Update to version 1.10.2:
  + Added support for 'onlink' IPv4 routes attribute.
  + Wait longer for the carrier to come up after a MTU change.
  + Implemented abstraction for team connections that exposes team
    configuration items as distinct properties.
  + Added basic support for tc queueing disciplines and filters.
  + Introduced an Update2() D-Bus method to update connection
    settings with more flexibility.
  + Many bug fixes and improvements.
- Changes from version 1.10.0:
  + NetworkManager includes now basic OpenVSwitch support, good
    enough to be capable of setting up simple OpenVSwitch
    configurations.
  + Added support for activating PPP connections on non-Ethernet
    interfaces.
  + It is now possible to authenticate to a Wi-Fi network using WPS
    (Wi-Fi Protected Setup).
  + Implemented support for Wi-Fi PMF (Protected Management Frames,
    802.11w), which can be configured via the wifi-sec.pmf
    property.
  + Now the maximum rate of wireless access points supporting
    802.11 is properly calculated and exposed on D-Bus.
  + Background scanning is now disabled for non-WPA-Enterprise
    Wi-Fi networks.
  + Added support for the Bluetooth NAP (Network Access Point)
    profile.
  + Added support for disabling connectivity checking via the D-Bus
    interface.
  + The internal DHCP client now understands the domain-search
    option.
  + Bridge connections support the group-forward-mask property.
  + NetworkManager can now configure multiple IPv6 default routes
    received through RA and each gets configured with the announced
    preference.
  + It is possible to specify the routing table for each static
    route.
  + Support specifying a explicit routing table for any
    non-static-route, including routes from DHCP, device-routes,
    IPv6 autoconf.
  + Device are left configured when a user sets them as unmanaged
    by NetworkManager.
  + New connection.auth-retry property to configure how often
    authentication is prompted before failing the configuration.
  + The platform code that handles synchronization with kernel
    status via netlink has been reworked and is more efficient.
  + Allowed the update of connections that have an associated
    ifcfg-rh routing rules file.
  + Non-UTF8 properties are now escaped when they are exported on
    D-Bus.
  + NetworkManager-wait-online.service now starts
    NetworkManager.service if needed.
  + The MAC address for bond connections can be changed in nmtui.
  + Fixed dependency problems when setting the MTU of VLAN and
    master devices.
  + The systemd-resolved DNS plugin properly handles the DNS
    priority setting.
  + Fixed setting a DHCP timeout greater than 60 seconds
    (dhclient).
  + Fixed some memory leaks.
  + Many other bug fixes and improvements.
- Rebase networkmanager-obs-net.patch and
  nm-dont-overwrite-resolv-conf.patch.
- Drop nm-disconnect-proxy-signals.patch and
  nm-vpn-remote-connection-disconnect-signals.patch: Fixed
  upstream.
- Update to version 1.8.6:
  + Fix a daemon crash on permission check (bgo#787897).
  + Fix a daemon crash on VPN state change (bgo#787893).
  + Fix a nmcli crash in interactive mode's describe command
    (bgo#788104).
  + Fix termination of the nmcli interactive mode (rh#1517401).
  + Properly handle route metric of zero in keyfiles.
  + Add support for DSA switch devices (rh#1371289).
  + Fix a memory leak of connection D-Bus objects (rh#1461643).
  + A double close that could potentially race with the D-Bus
    thread reusing the same file descriptor (rh#1451236).
  + Connectivity check fixes (bgo#785281) (bgo#784629).
  + Fix the metered properties handling in libnm.
  + Avoid dropping agent secrets unnecessarily (bgo#789383).
  + Fix the asynchronous initialization of a secret agent in libnm.
- Drop nm-disconnect-proxy-signals.patch and
  nm-vpn-remote-connection-disconnect-signals.patch: Fixed
  upstream.
- Minor spec cleaning, tweak spec to silence a few rpm lint
  warnings.
- Replace addFilter("/dbus-policy-missing-allow"/) with
  addFilter("/dbus-policy-allow-without-destination"/), filter out
  the current rpmlint warning.
- Add addFilter("/suse-branding-unversioned-requires*"/) to
  rpmlintrc, we have this unversioned on purpose.
- Add
  addFilter("/systemd-service-without-service_add_post NetworkManager-wait-online.service"/)
  addFilter("/systemd-service-without-service_add_pre NetworkManager-wait-online.service"/)
  addFilter("/systemd-service-without-service_del_postun NetworkManager-wait-online.service"/)
  addFilter("/systemd-service-without-service_del_preun NetworkManager-wait-online.service"/)
  to rpmlintrc, filter out warnings we do not care about nor want
  as we do not want to enable this service by default.
- "/Mark"/ %%{_sysconfdir}/dbus-1/system.d/org.freedesktop.NetworkManager.conf
  and %%config %{_sysconfdir}/dbus-1/system.d/nm-dispatcher.conf as
  config files in spec, silence rpmlint.
- Add nm-disconnect-proxy-signals.patch: disconnect proxy signals
  when closing; fixes possible crash when opening the user panel
  (bgo#787897).
- Add nm-vpn-remote-connection-disconnect-signals.patch:
  disconnect signal handlers when remote/vpn connections are
  disposed; fixes a gnome-control-center crash (bsc#1073472
  bgo#787893).
- Remove reference to deprecated and dropped ifcfg-suse plugin from
  configuration.
- Switch to python3:
  + Replace BuildRequires python-gobject, python2-dbus-python with
    python3-gobject, python3-dbus-python.
  + Explictly set environment variable PYTHON as python3 in
    build time.
- Modify nm-dont-overwrite-resolv-conf.patch: make netconfig call
  an atomic action, don't kill it after 2000ms (bsc#960153).
- Update to version 1.8.4:
  + No longer install NetworkManager-wait-online.service in
    network-online.target.wants directory (rh#1455704).
  + Fix nmcli device connect wifi for APs that support both
    WPA-PSK and WPA-EAP (rh#1492064).
  + Fix crash unregistering object manager in libnm on restart of
    NetworkManager.
  + Improve handling externally managed slaves devices.
  + Don't reset MAC address of software devices to fake permanent
    address.
  + For dhclient use "/timeout"/ option in configuration file,
    instead of the command line option which is only supported by
    downstream.
  + Perform the public-suffix check only for the hostname-derived
    domain.
  + Fix memory leak in connectivity check.
  + Better restore device managed state on rollback of checkpoint.
  + Skip addition of default-route if it already exists.
  + Bug fix detecting error condition when deleting route in
    platform.
- Drop NM-dhcp-improve-parsing-interface-statement.patch: Fixed
  upstream.
- Add NM-dhcp-improve-parsing-interface-statement.patch: Fix NM
  not writing DNS servers to /etc/resolv.conf (boo#1047004).
- Update to version 1.8.2:
  + Fix bug blocking startup wrongly waiting for carrier.
  + Fix handling of non UTF-8 strings in libnm and fix non NUL
    terminated string.
  + Handle DNS priority for systemd-resolved DNS plugin.
  + Fix assuming master devices as they wait for slaves to
    activate.
  + Fix reading managed state from device state file.
  + Fix crash activating bluetooth or WWAN connection.
  + No longer add a direct route to the DHCP server.
  + Several bug fixes and improvements.
- Call autogen.sh networkmanager-obs-net.patch touches the build
  system.
- Add nm-dont-overwrite-resolv-conf.patch: Fix NetworkManager
  overwriting /etc/resolv.conf (bsc#960153, bsc#1021665).
- Disable 6 of the tests that are failing on OBS runs
  * networkmanager-obs-net.patch
- Version update to 1.8.0:
  * Default routes set by devices that failed connectivity checks are now
    penalized with a higher metric
  * nmcli is now able to produce output more friendly for machine parsing
  * The slaves available at the time a master connection is activated are
    enslaved in a stable order, making the automatic MAC address for Bonding
    devices more predictable.
  * Hostname management is now more flexibly configured
  * Support for additional route options (pref-src, src, tos, window, cwnd,
    initcwnd, initrwnd, mtu, lock-window, lock-cwnd, lock-initcwnd,
    lock-initrwnd, and lock-mtu).
  * Fixed detection of EAP-FAST support in wpa_supplicant
  * Support for handling PINs for PKCS#11 tokens as secrets
  * GSM and CDMA connections now have a MTU property
  * An option to disable selected TLS versions during EAP phase 1
    authentication
  * The 802.1x authentication timeout is now configurable to allow a faster
    fallback to other connections
  * Persist managed state of device until reboot. This improves seamless take
    over of a previously managed device after restart of NetworkManager.
  * Better handle devices that are externally managed by somebody else by
    consistently generating an in-memory connection to reflect the external
    state.
  * Expose SRIOV capability of a device on D-Bus and support configuring the
    number of virtual functions via NetworkManager.conf.
  * Support matching networking devices via new "/driver:"/ device spec in
    NetworkManager.conf.
  * Introduced support for creating and managing dummy links
  * The teaming devices now support setting a hardcoded MAC address
  * Settings of bonding devices can now be modified on-the-fly, without the
    need to reactivate a connection
  * The failures to activate a connection now communicate better error
    responses to nmcli
  * Reverse Path filtering is now disabled in multihoming configurations where
    it would interfere with legitimate network traffic
  * libcurl is used instead of libsoup for connectivity checking, resulting in
    a smaller dependency footprint
  * With DNS mode "/rc-manager=symlink"/, don't write /etc/resolv.conf as
    a symlink if it already exists as a regular file.
  * Support attaching user-data in form of key-value pairs to connection
    profiles.
  * Fix accpeting fully qualified name for ipv4.dhcp-hostname setting.
  * Make NetworkManager more forgiving to failure to change the MAC address
    during scanning.
- Wimax switches are completely removed
- Added dependencies on packages with versions to ensure
  all features are properly detected, configure reports yes for
  most items now
  * add libcurl
  * add libpsl
  * add python-dbus test dep
- Remove gudev and soup deps as per upstream changes
- Enable testsuite
- Add patch networkmanager-checks-po.patch:
  * Our patch added new .in file that needs to be excluded from
    translations
- Replace nfs NetworkManager dispatcher script. Issues of the old
  nfs dispatcher script, fixed by this commit:
  + It only mounts NFS shares with auto-mount. In SUSE's default
    configuration, those are tried to be mounted at boot.
    Unfortunately, this would not work, when NetworkManager
    handles the connection later. The boot process stops at this
    point.
  + It unmounts everything on each "/down"/ for any network
    interface, even if the NFS share is still connected to the
    computer via another network interface.
- Update to version 1.6.2:
  + Fixed build warnings with GCC 7.
  + Multiple bug fixes in NetworkManager, nmcli and nm-online
    including several crashes.
- Update to version 1.6.0:
  + No further changes since rc2 (1.5.91).
- Update to version 1.5.91:
  + Bugs fixed: bgo#777402, rh#1406454, rh#1414186.
- Update to version 1.5.90:
  + Avoid reading the permanent MAC address before the device is
    initialized by UDEV. This avoids a race where NetworkManager
    might detect the MAC address of the wrong interface.
  + Fixed race conditions when renaming interfaces, for example as
    done by UDEV for persistent interface naming. This could cause
    detecting devices as the wrong hardware type.
  + Added initial support for PKCS#11 tokens with 802.1x
    authentication.
  + The stable-addressing for MAC address randomization and RFC7217
    IPv6 stable privacy addressing can now be more flexibly
    configured using dynamic randomization seeds in
    "/connection.stable-id"/.
  + Added support for managing the MACsec links. Requires support
    in wpa_supplicant (version newer than 2.6).
  + When the master of Team, Bridge and Bond devices is specified
    as a connection UUID, the ifcfg-rh plugin now writes the master
    connection's interface name into the ifcfg file for improved
    compatibility with the legacy network service.
  + Improve handling of MTU by resetting the previous MTU when the
    device deactivates and reset the MTU to a defined value on
    activation.
  + Improve tracking of parent devices for dependend devices like
    ip-tunnels, MACVLAN, VETH, VLAN, and VXLAN.
  + Many bug fixes and improvements.
- Update to version 1.5.3:
  + The cloned.mac-address property can now be used with Bond and
    Bridge devices.
  + The ifcfg parsing code has been reworked for better
    compatibility with actual shell variable files.
  + The ipv6.method=shared is now supported, utilizing DHCPv6
    Prefix Delegation option to obtain prefixes for the interface.
  + nmtui now supports creating and editing IP tunnel connections.
  + The libnm client library now uses the D-Bus ObjectManager API
    that allows for quicker initialization of the clients.
  + nmtui now utilizes the asynchronous libnm client API to
    paralellize communication with the daemon, reducing the client
    startup time.
  + Ethernet devices now use "/802-3.speed"/ and "/802-3.duplex"/
    properties to allow controlling overriding the negotiated link
    parameters.
  + Order in which IP addresses are configured is now preserved so
    that primary address is selected correctly.
  + The PPP manager can now be split into a separate package.
  + Details of the DNS information obtained from the connections is
    now exposed on the D-Bus and can be inspected with nmcli.
  + Added the support for DHCPV6_HOSTNAME and DHCPV6_SEND_HOSTNAME
    keys in ifcfg files that control "/dhcp-hostname"/ and
    "/dhcp-send-hostname"/ properties of the "/ipv6"/ setting.
- Add python-gobject BuildRequires: needed in order to build the
  settings documentation.
- Update to version 1.5.2:
  + Introduced Vala bindings for libnm.
  + NetworkManager would now keep most connections up on shutdown
    (except Wi-Fi connections, VPN connections and other kinds that
    can't be assumed on startup)
  + The checkpoint/restore connection can now also remove new
    connections and disconnect devices that were activated since
    the checkpoint was taken.
  + The configuration is now read from /run/NetworkManager/conf.d
    as well. This is useful for handing over configuration
    discovered on system startup to NetworkManager.
  + New connection.autoconnect_retries property that allows
    fine-tuning the autoconnect behavior.
  + Support for configuration and discovery of Web Proxy settings
    with PacRunner service.
  + Support for systemd-resolved local DNS forwarder backend.
  + Fix emission of NM-style PropertiesChanged signals and
    deprecate them for PropertiesChanged on
    "/org.freedesktop.DBus.Properties"/ interface.
  + Change the meaning of unset "/cloned-mac-address"/ settings from
    "/permanent"/ to "/preserve"/. This changes the default value and
    affects existing connections during upgrade that did not
    explicitly configure cloned-mac-address. This has the effect
    that externally configured MAC addresses are preserved by
    default instead of setting the permanent address (bgo#770611).
- Update to version 1.4.4:
  + Order in which IP addresses are configured is now preserved so
    that primary address is selected correctly.
  + Don't deconfigure devices we can take over on shutdown. Makes
    it possible to restart without connection disruption for most
    device types.
  + Avoid reading the permanent MAC address before the device is
    initialized by UDEV. This avoids a race where NetworkManager
    might detect the MAC address of the wrong interface.
  + Fixed race condition when renaming interfaces, for example as
    done by UDEV for persistent interface naming. This could cause
    detecting a Wi-Fi interface as ethernet.
  + Fixed a race condition in libnm that could cause a client hang
    if a last value from a property of object array type
    disappeared.
  + Fixed a possible nmcli hang on D-Bus object fetch failure.
  + Other fixes and improvements.
- Update to version 1.4.2:
  + Fixed emission of NM-style PropertiesChanged signals and
    deprecated them for PropertiesChanged on
    "/org.freedesktop.DBus.Properties"/ interface.
  + Fixed race condition in the communication between
    NetworkManager and the DHCP helper which caused loss of events.
  + Added workaround for failures in changing MAC address with some
    wireless drivers.
  + Improved bash autocompletion.
  + Restored check on JSON syntax when built with Jansson support.
  + Fixed a regression in the serialization of empty
    "/cloned-mac-address"/ property in libnm.
  + Other fixes and improvements.
- Drop NetworkManager-fix-broadcom-wifi.patch: Fixed upstream.
- Add even more commits to really fix bgo#770456 to
  NetworkManager-fix-broadcom-wifi.patch.
- Add NetworkManager-fix-broadcom-wifi.patch: Broadcom driver does
  not support the random mac addr introduced. This patch works
  around the problem (bgo#770456).
- Conditionally apply translations-update-upstream BuildRequires
  and macro for non-openSUSE only.
- Update to version 1.4.0:
  + The MAC address assigned to a device can now be set according
    to different policies: preserve, permanent, random, stable.
  + NetworkManager now waits for IPv6 DAD to terminate before
    completing the activation.
  + Added support for setting IPv6 tokenized interface identifiers
    through the 'ipv6.token' connection property.
  + Added a 'Reload' D-Bus method to reload configuration and
    reapply DNS configuration.
  + Added ability to create a configuration checkpoints and rolling
    back changes after a timeout.
  + NetworkManager now follows symlinks when accessing resolv.conf
    and rc-manager is set to 'file'.
  + Added support for oFono as modem manager.
  + The devices now exposes counters of transferred data.
  + The 'may-fail' property of ipv4 and ipv6 settings is now
    respected more accurately.
  + The timeout for requests of secrets to agents has been
    increased from 25 to 120 seconds.
  + Name servers passed to dnsmasq now specify an egress interface
    to avoid problems with multiple active connections.
  + Reverse DNS entries for IPv6 are now added to dnsmasq, and IPv4
    reverse entries now honor the network prefix.
  + A new 'dns-priority' property of ipv4 and ipv6 settings can be
    used to tweak the order of servers in resolv.conf when multiple
    connections are active.
  + configure script accepts --enable-{address,undefined}-sanitizer
    options to build NetworkManager with GCC sanitizers.
  + The default resolv.conf manager can now be specified at build
    time using the --with-config-dns-rc-manager-default configure
    option.
  + NetworkManager is now compiled with --gc-sections to reduce
    executable size.
  + Added a new 'VPN_PLUGIN' logging domain.
  + It is now possible to change the configuration currently
    applied on a device with 'nmcli device modify' and 'nmcli
    device reapply'.
  + nmcli invoked without parameters shows an overview of the
    current network configuration.
  + The 'nmcli connection add' syntax has been extended and is now
    possible to pass properties (e.g. 'ipv4.dns') along with
    aliases.
  + nmtui now returns to initial menu after a sub-form exits.
  + Improved bash autocompletion for nmcli.
  + Now devices are disconnected before the system suspends,
    executing dispatcher scripts. This allows external applications
    to be notified of the change in connectivity.
  + Dispatcher scripts are now called also when connectivity status
    changes.
  + Many other fixes and improvements.
- Pass --with-config-dns-rc-manager-default=netconfig to configure:
  ensure to use netconfig, which is SUSE's default.
- Replace pgkconfig(systemd) BuildRequires with
  pkgconfig(libsystemd), following upstream.
- Rebase systemd-network-config.patch.
- Update to version 1.2.2:
  + The dnsmasq DNS management mode now uses D-Bus API of dnsmasq
    to make signal nameserver changes.
  + Hostname is now correctly read on Slackware.
  + IPv6 addresses for default wired connections now stay stable.
  + Reading portname on s390 systems on 4.4 kernels and newer has
    been corrected.
  + nmcli no longer warns about version mismatches.
  + Improved developer documentations.
  + Multiple minor bugfixes.
  + Updated translations.
- Update to version 1.2.0:
  + Bugs fixed: bgo#764750, bgo#764955, bgo#764956, bgo#765225,
    rh#1325752.
- Changes from version 1.1.94 (1.2-rc2):
  + Bugs fixed: bgo#764839, bgo#764690, rh#1324895.
- Add post/postun scritlets for libnm0.
- Update to version 1.1.93 (1.2-rc1):
  + Bugs fixed: bgo#761389, bgo#763236, bgo#764317, bgo#764332,
    bgo#764398, bgo#764402, bgo#764483, bgo#764606, rh#1299103.
  + Updated translations.
- Changes from version 1.1.92:
  + Added an option to enable the old-fashioned /etc/resolv.conf
    handling (using a symlink).
  + NetworkManager now checks the connection data from client for
    validity and gracefully handles unknown properties in client.
    This improves interoperability between the server and clients
    of different versions.
  + The activation of a VLAN device with a virtual parent that is
    inactive now results in a parent being activated first.
  + The server name used with 802.1x authentication can now be
    constrained to a particular domain suffix (CVE-2006-7246).
- Drop (presumably) no longer needed patches:
  + nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff
  + nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff
- Update to version 1.1.91:
  + Added support for detecting duplicate IPv4 addresses, with a
    timeout configurable through the ipv4.dad-timeout connection
    property.
  + Fixed a race condition that could potentially lead to
    unauthorized access to connection secrets (CVE-2016-0764).
  + dnsmasq configuration for shared connections can now be
    extended by placing custom files in
    /etc/NetworkManager/dnsmasq-shared.d/.
  + Generic devices are no longer assumed unless explicitly
    requested by user.
  + The reorder-header VLAN flag setting is now honored; to keep
    backwards compatibility in behavior, an existing REORDER_HDR=0
    ifcfg-rh key is ignored; the flag must be disabled with
    VLAN_FLAGS=NO_REORDER_HDR.
  + Fair amount of bugs was fixed and robustness was generally
    improved.
- Rebase systemd-network-config.patch.
- Update to version 1.1.90:
  + Added an option to enable use of random MAC addresses for Wi-Fi
    access point scanning (defaults to disabled).  Controlled with
    'wifi.mac-address-randomization' property
    (MAC_ADDRESS_RANDOMIZATION key in ifcfg files).
  + Wi-Fi scanning now utilizes wpa_supplicant's AP list.
  + Added support for Wi-Fi powersave, configured with POWERSAVE
    key in ifcfg files.
  + Added support for creation of more types of software devices:
    tun & tap, maxvlan, vxlan and ip tunnels (ipip, gre, sit,
    isatap, vti, ip6ip6, ipip6, ip6gre and vti6).
  + The software devices (bond, bridge, vlan, team, ...) can now be
    stacked arbitrarily. The nmcli interface for creating
    master-slave relationships has been significantly improved by
    the use of 'master' argument to all link types.
  + RFC7217 stable privacy addressing is now used by default to
    protect from address-based host tracking. The IPv6 addressing
    mode is configured with IPV6_ADDR_GEN_MODE key in ifcfg files.
  + Improved route management code to avoid clashes between
    conflicting routes in multiple connections.
  + Refactored platform code resulting in more robust interface to
    platform, less overhead and reduced memory footprint.
  + Improved interoperability with other network management tools.
    The externally created software devices are not managed until
    they're activated.
  + The Device instances now exist for all software connections and
    the platform devices are now only created when the device is
    activated. This makes it possible for connections with device
    of same name not to clash unless they're activated
    concurrently. The links are now not unnecessarily present
    unless the connection is active, avoiding pollution of the link
    name space.
  + NetworkManager now correctly manages connectivity in
    namespace-based containers such as LXC and Docker.
  + Support for configuring ethernet Wake-On-Lan has been added.
  + Added LLDP listener functionality and related CLI client
    commands. Enabled via LLDP option in ifcfg files.
  + CLI secret agent has been extended with support for VPN
    secrets.
  + The command line client now utilizes colors for its output.
  + The command line client now sorts the devices and properties
    for better clarity.
  + Numerous impovement to Bash command completion for nmcli.
  + NetworkManager relies on less external libraries. The use of
    dbus-glib has been replaced with gio's native D-Bus support and
    libnl-route is no longer used.
  + Dependency on avahi-autoipd has been dropped. Native IPv4
    link-local addressing configuration based on systemd network
    library is now used instead.
  + Hostname is now managed via systemd-hostnamed on systemd-based
    systems.
  + Management of resolv.conf management can be changed at runtime,
    private resolv.conf is always written in /run.
  + DNS options in resolv.conf are now honored.
  + Updated version of systemd network library used for internal
    DHCP and IPv4 link-local support.
  + Support for event logging via audit subsystem has been added.
  + Support for native logging via systemd-journald has been added
    taking advantage of its structured logging.
  + Live reconfiguration in IP configuration after changing the
    settings without reactivation of the device with "/nmcli device
    reapply"/ command and via D-Bus API.
  + The API for VPN plugins now supports multiple simultaneous
    connections. Most popular VPN plugins have been updated to
    support this functionality.
  + The libnm library now provides API to access VPN service
    definitions.
  + Fair amount of bugs was fixed and robustness was generally
    improved.
  + New DHCP_FQDN key in ifcfg files to configure the full FQDN to
    be sent to the DHCP servers.
  + Added multicast_snooping option to BRIDGING_OPTS ifcfg key.
- Pass --enable-gtk-doc to configure: needed to have the man pages
  built.
- Remove --enable-ifcfg-suse configure parameter: the ifcfg-suse
  plugin has been deprecated.
- Add perl(YAML) BuildRequires: dependency to build the
  documentation.
- Rebased systemd-network-config.patch.
- Drop NetworkManager-geoclue-interaction.patch: the patch has side
  effects when geoclue itself is not installed.
- Drop NetworkManager-openvpn-route-configuration.patch: no longer
  required.
- Drop nm-ppp-manager-clear-ppp_watch_id.patch and
  nm-update-ip_iface-only-if-IP-interface-exists.patch: fixed
  upstream.
- No longer recommend avahi-autoipd: the functionality is no longer
  needed.
- Flip with_cacert_patch off (set to 0): patch needs rebase.
- Modify nm-probe-radius-server-cert.patch: Make sure the "/Apply"/
  button in Wifi configuration page of gnome-control-center is
  clickable (bsc#985332).
- Move provides NetworkManager(cacert-patch) to libnm-util2, to
  ensure gnome-control-center doesn't hard requires NetworkManager.
- Update to version 1.0.12 (FATE#318572)
- drop nm-core-fix-crash-during-Wi-Fi-rescan-by-emitting-NM_DE.patch
  contained in version 0.9.9.1.
- Rebase NetworkManager-geoclue-interaction.patch
- Rebase nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff
- Rebase nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff
- Rebase systemd-network-config.patch
- Rebase nm-probe-radius-server-cert.patch
- nm-treat-not-saved-secrets-just-like-agent-owned-when-cl.diff
  rebased.
_ Update to version 1.0.12:
  + DHCP leases on software devices are now renewed when the
    computer is awoken from suspend.
  + Improved ifupdown plugin robustness and interoperability on
    Yocto and OpenEmbedded.
  + Fixed failed VPN activations when plugin supports interactive
    mode, but the VPN daemon does not.
  + Wi-Fi monitor interfaces are now ignored, not turned into
    managed mode.
  + AP and AdHoc mode connections with manual IP configuration are
    now able to autoconnect.
  + Broken device drivers (AWS ENI) that initially have invalid
    MAC addresses are now properly managed as soon as correct MAC
    address is set.
  + WWAN devices are unlocked a bit earlier so that supported IP
    versions can be queried.
  + The NetworkManager.service was ordered after
    network-pre.target and dbus.service. This ensures
    NetworkManager doesn't set up connectivity before firewall
    rules are in place and wouldn't exit before remote filesystems
    can be umounted ensuring orderly operation of systemd managed
    installations.
  + The netfilter rules used with shared IPv4 method are now
    removed on exit.
  + Ability to manage USB gadget drivers (UDC side) has beed
    added.
  + Infiniband transport mode change now takes place with the link
    set down because some drivers need that.
  + Race conditions that could disclose connection secrets to
    authenticated local users when changing ifcfg and keyfile
    connections have been fixed.  This has security impact of low
    severity (CVE-2016-0764).
  + A handful of memory leak and crasher bugs of minor importance
    have been fixed.
- Drop patches incorporated upstream:
  - NetworkManager-openvpn-route-configuration.patch.
  - nm-ppp-manager-clear-ppp_watch_id.patch.
  - nm-update-ip_iface-only-if-IP-interface-exists.patch.
- Rebase systemd-network-config.patch for updated version.
- nm-don-t-consider-not-needed-secrets-for-has_system_secr.diff
  rebased.
- Split out a NetworkManager-branding-upstream subpackage that
  installs the default upstream version of the
  /etc/NetworkManager/NetworkManager.conf file.
- Add Requires: NetworkManager-branding to main package.
- Add nm-ppp-manager-clear-ppp_watch_id.patch and
  nm-update-ip_iface-only-if-IP-interface-exists.patch: Patches
  from upstream git cherrypicked to stable branch from master.
- Add NetworkManager-openvpn-route-configuration.patch: Fix routes
  not being applied when connecting to openVPN.
- Add explicit pkgconfig(libteam) BuildRequires: force team
  connection support.
- Update to version 1.0.10:
  + Added support for handling VPN secrets to nmtui and nmcli agent.
  + Fixed a regression that caused NetworkManager to ignore
    external deletion of a device with master.
  + Fixed glitches with older versions of glib (prior to 2.36.0).
  + Fixed build with most recent versions of libsoup.
  + Fixed busy retry loop on non-transient errors from
    wpa_supplicant.
  + Improvements to testing infrastructure.
  + Updated translations.
- Update to version 1.0.8:
  + MTU indicated by a VPN gateway is now properly applied.
  + Fixed MSS setting when MTU changes.
  + The default route is properly restored on device disconnect.
  + Build with older toolchains has been fixed.
  + The team devices can now properly be enslaved to bridges.
  + Failed DHCP attempts for assumed connections are now retried
    after a timeout.
  + Default wired connection is now created after udev registers
    the device.
  + Support for Bluetooth DUN devices with Bluez 5 has been fixed.
  + The ipv6.ignore-auto-dns property is now properly honored
    making it possible to override automatically obtained name
    servers.
  + Invalid permanent MAC adddresses as reported by some devices
    are now ignored.
  + Device links reported by more recent versions of Linux kernel
    that reside in different network namespaces are no longer
    confused with links in the namespace NetworkManager runs in.
  + MAC address changes of VLANs enslaved to a bond are now
    properly propagated to the master device.
  + Fixed error handling for teaming devices with invalid
    configuration.
  + Wi-Fi AP list is now updated correctly after AP mode has been
    used.
  + Management of a device is not attempted until the device has
    been registered with udev.
  + The error handling for VPN secret agents is now significantly
    more robust.
  + Detection of s390 CTC devices now works properly.
  + A GATEWAY property in /etc/sysconfig/network now no longer
    affects non-static connections.
  + Added support for IPv6-only VPN connections.
  + The systemd service now uses HUP signal to reload
    configuration.
  + Change VLAN default flags to set REORDER_HDR for new
    connections.
  + nmtui is now able to ignore automatically configured routes.
  + Numerous bash shell autocompletion fixes for nmcli.
  + Allow setting IPv6 and PPP settings for GSM and CDMA
    connections via nmcli.
  + Added support for adding ADSL connections in nmcli.
  + Numerous crash fixes.
  + Updated translations.
- Rebase NetworkManager-geoclue-interaction.patch.
- Update to version 1.0.6:
  + Improved capture portal detection.
  + Default route through WiFi connection is now preferred to
    Mobile Broadband if both are available.
  + Expose a flag to determine whether a particular connection is
    metered via API and client tools.
  + Add support for locking connections to a channel within a
    particular band.
  + Add support for configuring Wake-on-LAN capabilitites.
  + Allow overriding the MTU for team device.
  + Usual pile of bug fixes and robustness improvements.
- Rebase NetworkManager-geoclue-interaction.patch .
- Toggle with_cacert_patch to 1: the patch has been rebased.
- Change nfs dispatcher-script to be more reliable in mixed ip v4
  v6 environments.
- Rebase nm-probe-radius-server-cert.patch for 1.0.4 (bsc#938198).
- Add explicit pkgconfig(udev) BuildRequires: we need it to define
  %{_udevdir}.
- Update to version 1.0.4:
  + The MTU setting from an IPv6 neighbor discovery Router
    Advertisements is now ignored if applying it would result in
    invalid configuration.
  + Some configuration options can now be changed without
    restarting the daemon. Notably, this applies to 'dns',
    'connectivity' and 'ignore-carrier' settings.
  + The connection activation was made more robust. If an active
    connection is reactivated, the device it's active on takes
    precedence. If an attempt is made to activate a connection on a
    different device than it is active on, the activation proceeds
    removing the connection from the active device.
  + The device specifiers in configuration files now support
    negation via 'except:' match.
  + Devices that only have IPv6 link-local address are no longer
    assumed to be connected.
  + nmcli now provides hints and tab-completion for enumeration
    properties.
  + If the IPv6 interface tokens are set they are honored when
    creating an interface identifier for IPv6 addressing.
  + NetworkManager now maintains correct routing configuration when
    multiple interfaces are connected to the same network.
  + The management of devices can now be controlled with udev
    rules. The veth devices as well as the virtual Ethernet devices
    of various virtualization tools (VMWare, VirtualBox, Parallels
    Workstation) are now ignored by default.
  + The IPv6 privacy extensions are now enabled by default and
    handling of the ip6-privacy sysctl has been improved.
  + Activating a Bond, Bridge or Team device can now optionally
    activate the slave connections as well. The behavior is
    controlled with 'connection.autoconnect-slaves' property.
  + The platform support code has been refactored, resulting in
    better scalability in large configurations.
  + Changes to network interfaces configuration done outside
    NetworkManager are now picked up and exposed to the user via
    NetworkManager API and tools.
  + A connection can now optionally leave externally configured
    default route in place instead of overriding it. The behavior
    is controlled with 'ipv4.never-default' and
    'ipv6.never-default' properties.
  + Multiple crasher and memory leak bugs in the daemon were fixed.
  + Multiple bugs that could cause the client tools to hang or
    crash were fixed.
  + nmcli allows multiple devices for 'nmcli device
    disconnect/delete'.
  + Firewall zone is added to firewalld for device-based VPN
    connections too.
- Toggle with_cacert_patch to 0: the Radius CA patch neeeds to be
  reworked. Wrap applying the patch into a with_cacert_patch
  condition, to make enabling/disabling a one-stop change.
- Update to version 1.0.2:
  + Wi-Fi devices now indicate support for 2GHz and 5GHz
    frequencies.
  + "/nmcli device"/ output now indicates physical port ID
  + New config items added to the 'ifcfg-rh' plugin:
  - IPV4_ROUTE_METRIC and IPV6_ROUTE_METRIC.
  - DEVTIMEOUT.
  - IPADDR and PREFIX are now supported for specifying address
    ranges of shared IPv4 connections.
  + Dispatcher scripts now get a CONNECTION_FILENAME variable with
    the path to the configuration file for the connection.
  + An example dispatcher script that is able to apply complex
    routing rules (such as setting up policy-based routing) for
    'ifcfg-rh' connections was added to examples/dispatcher/.
  + 'mode' key of Bond device options property now accepts numeric
    values.
  + Connection attempts for devices without carrier on startup now
    wait for carrier to appear within a short timeout instead of
    failing immediately. This makes system startup more robust.
  + Bridge connectivity is now properly restored on resume from
    suspend.
  + The D-Bus name is acquired earlier during the daemon startup.
    This makes it possible for the systemd service manager to
    optimize the service startup so that services that require
    networking are activated sooner contributing to faster system
    start up time.
  + A lot of memory leak problems were fixed, resulting in reduced
    memory usage. Many of them were discovered as a result of
    improvements in use of Valgrind in the testing infrastructure.
  + Management of 'teamd' daemon instances for Team devices is now
    more robust.
  + The 'dnsmasq' daemon respawns when it terminates and it is
    configured for management of DNS resolver configuration.
  + Hostnames that are not fully qualified are no longer sent to a
    DHCPv6 server for a dynamic DNS update.
  + Connection UUIDs are now checked for uniqueness when connection
    configurations are read.
  + Receipt of a NDP Router Advertisement can no longer lower the
    IPv6 hop limit (CVE-2015-2924).
  + Many other bugs were fixed.
  + Updated translations.
- Add NetworkManager(cacert-patch) provides: to be toggled to 0
  whenever we disable nm-probe-radius-server-cert.patch. Other
  packages that consume the ABI introduced by this patch can
  specify this as a requirement.
- Reabse nm-probe-radius-server-cert.patch
- Add rp-pppoe BuildRequires, so configure can autodetect the path
  to the pppoe binary.
- Recommend rp-pppoe: the program is needed for NetworkManager to
  be able to initiate PPPoE connections (commonly used by ADSL
  providers). It is not strictly required to operate NM in most
  setups, thus only recommended (boo#903553).
- Update to version 1.0:
  + A new 'libnm' GObject-based client library to replace
    libnm-util/libnm-glib:
  - IP address, IP route, hardware address, and other properties
    are now represented as strings.
  - Based on GIO's GDBus bindings instead of dbus-glib.
  - Uses modern GObject APIs including GAsyncResult and GVariant.
  - See https://wiki.gnome.org/Projects/NetworkManager/libnm.
  + Devices and VPN connections now have individual default routes.
    Priorities are handled through configurable route metrics.
  + nmcli now supports password requests and PolicyKit
    authorizations.
  + A faster, lighter-weight (though less capable) internal DHCP
    client has been added and may be selected with the
    "/dhcp=internal"/ option. It supports fewer DHCP options and
    does not yet support DHCPv6.
  + A new 'configure-and-quit=yes' option has been added for
    environments with less dynamic network configuration.
  + When running on 3.17 and later kernels, NetworkManager handles
    IPv6LL address assignment to ensure that IPv6 connectivity is
    not enabled until intentionally configured by the user.
  + NetworkManager no longer causes the nl80211 kernel module to be
    loaded on systems with no Wi-Fi devices.
  + Bluetooth DUN support now works with Bluez 5.x.
  + VPN connections can now persist across link changes and
    suspend/resume if their VPN plugin supports this feature.
  + A new 'ibft' settings plugin has been added to support
    firmware-based iBFT/iSCSI configurations. This functionality
    has been moved to 'ibft' from the 'ifcfg-rh' plugin.
  + IPv6 router advertisement MTUs are now respected.
  + NetworkManager no longer requires polkit libraries at runtime
    when Polkit support is enabled, and Polkit can be disabled at
    build time too.
  + Automatically created connections are now deleted when their
    device goes away.
  + 'nmcli dev connect' now attemts to create a connection if none
    exists.
  + Manually configured static IPv6 configuration is kept even if
    SLAAC fails.
  + Manpages for the 'keyfile' and 'ifcfg-rh' plugins now describe
    their configuration syntax and available options.
  + WWAN connections now support IPv6 if the modem and provider
    support IPv6.
  + Software devices (bridge, bond, team, etc) can now be deleted
    from the D-Bus API or with nmcli.
  + The manpages, documentation, and API annotations have received
    many cleanups.
  + Externally created virtual interfaces are no longer managed by
    NetworkManager until they are set "/up"/ or activated via nmcli.
- Disable nm-probe-radius-server-cert.patch for now: needs rebase.
- Drop 0001-core-don-t-auto-launch-logind-bgo-741572.patch and
  NetworkManager-dhcpv6.patch: fixed upstream.
- Split out new subpackage typelib-1_0-NM-1_0 and libnm0.
- Require typelib-1_0-NM-1_0 and libnm0 by the -devel package.
- Add pkgconfig(bluez) BuildRequires.
- Replace pkgconfig(libsystemd-login) BuildRequires with
  pkgconfig(libsystemd) and pkgconfig(polkit-gobject-1) with
  pkgconfig(polkit-agent-1), following upstream.
- Update to version 0.9.10.1:
  + Kernel 'cache' routes (such as those added by IPv6 operations)
    are ignored, preventing unwanted CPU usage.
  + Vala bindings for libnm-glib async methods have been added.
  + Some interactions with external OpenVPN daemon default routes
    have been fixed.
  + Fixed usage of libnm-glib connectivity checking from
    garbage-collected languages.
  + An unusual delay acquiring a DHCP lease with dhcpcd has been
    fixed.
  + A libnm-glib crash has been fixed when multiple NMClients are
    created.
  + A failure to pass certificate blobs to wpa_supplicant has been
    fixed.
  + A failure to send the inner private key password to
    wpa_supplicant has been fixed.
  + nmcli now returns earlier when activating master interfaces.
  + nmtui password fields now correctly display the password.
  + The IPv6 hop limit is no longer mistakenly set to 0 in some
    cases.
  + Some DHCPv6 failures are no longer fatal.
  + Handling of DHCP 'nak' and 'expire' states has been fixed in
    some cases.
  + WiFi band locking has been fixed.
  + Support for Bluetooth DUN with Bluez5 has returned.
  + Non-local users can now control networking after
    authenticating with PolicyKit.
  + Externally added routes no longer have their metrics
    overwritten.
  + Some child interfaces (eg VPN or WWAN) are no longer
    deconfigured when recognized.
  + Support for the PrimaryConnection D-Bus property has been
    backported.
  + IPv6 RDNSS/DNSSL forced expiration is now handled properly.
  + An invalid route to the DHCP server is no longer added in some
    configurations.
  + A crash when external master/slave changes were made has been
    fixed.
  + Various nmtui bugs for slaves, WiFi, and IP address buttons
    have been fixed.
  + DHCP no longer fails due to SIGPIPE when the systemd journal
    is restarted.
  + Unmanaged slaves are now updated correctly when they
    disappear.
  + Cooperation with external team interfaces has been fixed.
  + Bridge STP property ranges are now properly checked.
  + Manager state is now properly updated on resume.
  + Slave interfaces are no longer released on exit.
  + Static IPv6 configuration is now added before SLAAC is
    started.
  + Allow shared connections to be started without a carrier.
  + A crash when disconnecting older Nokia phones has been fixed.
- Drop patches incorporated upstream:
  + 0001-core-don-t-auto-launch-logind-bgo-741572.patch.
  + NetworkManager-dhcpv6.patch.
- Add NetworkManager-dhcpv6.patch: dhcp: let dhclient handle
  requesting the 'server-id' option (boo#912315).
- Add 0001-core-don-t-auto-launch-logind-bgo-741572.patch: do not
  trigger logind start on system startup to avoid deadlock
  (boo#905639).
- Handle NetworkManager-dispatcher.service using the systemd
  macros.
- Enable NetworkManager-dispatcher.service in %post: as this is a
  dbus service, the 'systemd unit' must be enabled in order to be
  fired up.
SAPHanaSR
- Version bump to 0.154.1
- log empty site names, but do not generate bad formatted cluster
  attribute name
  (bsc#1173581)
- fix documentation of some parameter defaults
- adjust start/stop/promote/monitor action timeouts to match
  official recommendations
- restart sapstartsrv service on master nameserver node during
  monitor action, if needed. But NOT during probes.
  (bsc#1157453)
- Version bump to 0.154.0
- restart sapstartsrv service on master nameserver node
  (bsc#1156150)
- Version bump to 0.153.3
- The SAPHana resource agent must not down-score a SAP HANA
  Database site, if the landscape status is still 2, which means
  warning.
  Keep high scoring during recovery of the master name server.
  Use a fall-back scoring for the master nameserver nodes, if the
  current roles of the node(s) got lost.
  (bsc#1156067)
- change the shebang line of the HAWK2 templates to python3
  (bsc#1155423)
- fix typo in a condition statement (bnc#1149829)
- Version bump to 0.153.2
- rescore the master and fix some log string literals
- Fix bsc#1133866:
  Return $OCF_RUNNING_MASTER (8) instead of $OCF_SUCCESS (0) when
  probing a promoted node.
- If the SAP HANA CALL to 'landscapeHostConfiguration.py' is
  running into a timeout, do a retry of the command. If it still
  fails with a timeout, raise an error but do not set attributes
  to prevent unlogged failovers because of empty or unknown
  attributes.
  (bsc#1134106, bsc#1133024, bsc#1101373)
- Fix bsc#1082974:
  set attribute for remoteNode
- Fix bsc#1139715:
  Using crm-attributes written by a SAP HANA SR provider hook does
  improve the data integrity in special error conditions with
  multiple errors coming in a short time frame.
  Stabilized remote-site detection; SAPHana could now use a site
  specific SR cluster attribute which could be set by a SAP HA/DR
  provider call.
  Add a HA/DR provider hook script, config implementation and man
  page.
  Add parameter "/HANA_CALL_TIMEOUT"/ to the RA configuration
  (SAPHanaTopology and SAPHanaSR) to set a timeout for HANA calls
  like landscapeHostConfiguration.py.
  Implemented "/reload"/ method to allow changing parameters like
  "/AUTOMATED_REGISTER"/
  Set SWAIT during startup, but only if the attribute is already set
  Set PRIM after promote, but only if the attribute is already set
  The promote function has to set the return code according to the
  checks of the takeover result
  New tool SAPHanaSR-replay-archive, SAPHanaSR-filter and
  SAPHanaSR-showAttr to support SITE attributes
- Version bump to 0.152.22
- Fix bsc#1091074:
    + Adjust Perl scripts to Perl 5.26.0
    + Remove show_SAPHanaSR_attributes
    + The user is advised to use SAPHanaSR-showAttr instead
- SAPHanaTopology: stricter match for system replication 'mode' in awk
- remove duplicate BuildArch line from specfile
- FATE#323526: adjust HAWK2 Wizards to run on both Python 2 and 3
- Fix bsc#1062267: SAPHanaSR wizard sets IPAddr2 agent's NIC to eth0
- Fix bsc#1045606: update man pages
- Fix bsc#1042154: Scoring race condition between SAPHanaTopology and SAPHana
- Version bump to 0.152.21
- Fix bsc#1034685: SAPHanaTopology fails once after updating to 0.152.20
- Version bump to 0.152.20
- Fix bsc#1019117: Fix master scoring of secondary during a takeover
- Version bump to 0.152.19
- Fix bsc#1014397: SAPHanaSR not failing over consistently
- Fix bsc#1008469: SAPHanaSR-monitor reports wrong status colors and error messages
- Add a cluster attribute hana_<SID>_version upon a probe of SAPHanaTopology
- Update man pages
- Change the Setup Guide to contain just the URL to the best practices
- Fix bsc#994753: Tool SAPHanaSR-showAttr fails to read offline cib file correctly
- Fix bsc#1016691: Status file of SAPHanaTopology is not multi instance aware (MCOS)
- Fix bsc#1016936: SAPHanaSR-TestDriver fails to detect the correct status
- Fix bsc#985822: HAWK Wizards are listed as legacy
- Version bump to 0.152.18
- Fix bsc#985474: SAPHanaSR-showAttr shows node ID instead of uname
- Fix bsc#1007825: SAPHanaSR-showAttr fails to show node status
- Fix bsc#1005872: SAPHana Resource Agent handling virtual hostnames
- Fix bsc#1007605: SAPHanaSR no longer ignores DR SR status
- bsc#982355 - SAPHanaSR: SAP changed the interface of landscapeHostConfiguration.py beginning with SPS12 rev 120
- bsc#981446 - SAPHanaSR: SAP revokes interface hdbnsutil -sr_state beginning from rev 112.03
- log_attributes are not longer logged to /var/log/fhATTRIBUTES by default
- bsc#977644 -  SAPHanaSR: SAP Hana resource with Virtual IP not migrating from master to secondary node correctly
- Fix for bsc#954653; SAPHanaSR: Resources SAPHana and SAPHanaTopology not managed correctly by Hawk in SLES12 for SAP
- Use new parameters for hdbnsutil -sr_regsiter for SAP HANA >= SPS110
- Fix for bsc#949544; SAPHanaSR needs to handle hanging SAP HANA calls
- Fix for bsc#947303; SAPHanaSR: SAPHana resource agent still requires secure store users
- Avoid to set local lpt, if accidently the remote host name is empty
- Fix for bsc#939039; SAPHanaSR fails to detect remote site name if site names are substring of an other remote site name like SLE and SLEDR
- Updated the package version to 0.151 to relfect matching the upstream version
- Fix for bsc#935755; SAPHanaSR together with DAA-SAP-Instance does not work as expected
- Fix for bsc#936387; SAPHanaSR fails to work with multi tenant databases
- Fix for bsc#919925; SAPHanaSR: Leaving Node Maintenance stops HANA Resource Agent
- Fix for bsc#908861; SAPHanaSR should be tolerant to an additional secondary
  Still only ONE SAPHANA SID in SR per cluster, still two nodes only but
  an additional secondary in a chain (like A=>B->C) could now be ignored
- Package version 0.149;
- Fix for bnc#902244; SAPHanaSR fails when hdbnsutil does not return correctly or does report incomplete output
- Fix for bnc#902241; SAPHanaSR fails in cold bootstrap
- Updated Setup-Guide 11/04/2014
SUSEConnect
- Update to 0.3.29
- replace env ruby path with native ruby path during build phase
- Recognize more formats when parsing .curlrc for proxy credentials (bsc#1155027)
- Add rpmlintrc to filter false-positive warning about patch not applied
- Update to 0.3.27
- SUSEConnect now ensures that it writes its configuration when it
  encounters errors. This helps in the situation where SUSEConnect
  announces itself, but fails during a later step. Without the saved
  configuration, a system could have credentials, but be unsure which
  registration proxy they're valid for.
- Update to 0.3.26
  - Extend the YaST API in order to access to the package search
    functionality (jsc#SLE-9109)
- Don't fail de-activation when '-release' package already got removed
- Update to 0.3.25
- Fix cloud_provider detection on AWS large instances (bsc#1160007)
- Update to 0.3.24
- Forbid de-registration for on-demand Public Cloud instances (bsc#1155911)
- 0.3.23
  fix .spec file to correctly apply switch_server_cert_location_to_etc.patch to SLE15SP2+ (bsc#1130864)
- Update to 0.3.22
  switch_server_cert_location_to_etc.patch: add patch to switch server cert path for SLE15.2+ to /etc (bsc#1130864)
- Update to 0.3.21
  Fix error on first activation of packagehub extension (bsc#1124318)
- Update to 0.3.20
- Fix getting the list of installed products when zypper plugins are
  present (bsc#1143635)
- Update to 0.3.19
  - Fix failing on registered system without arguments (bsc#1144020)
- Update to 0.3.18
- Fix base product service removal during de-registration in public clouds (bsc#1136752)
- Update to 0.3.17
  - Don't try to remove a service during migration if a zypper service
    plugin already exists (bsc#1128969)
- Replace --no-ri --no-rdoc with --no-document - these options
  are obsolete since at least ruby 2.1 - and finally removed in
  ruby 2.6
- Only overwrite --bindir on fedora, it will overwrite --buildroot
  (which needs to be combined on newer fedoras)
- Update to 0.3.16
  - Show non-enabled extensions with a remark about availability
- Update to 0.3.15
  - Output information about registration and de-registration progress
- Output proper message when SUSEConnect is called without parameters (bsc#959561)
- Default to https URI when no protocol prefix is provided for --url
- Support transactional-update systems (fate#326482)
- Changed "/openssl"/ recommendation to "/openssl(cli)"/
  on SLE 12 SP3+ and SLE 15+ (bsc#1101470).
- Update to 0.3.14
  - Fix s390 activation fails due to unavailable 'dmidecode' bsc#1112702
- Update to 0.3.13
  - Fix migration targets sorting (bsc#1104183)
- Update to 0.3.12
  - Detect if system is in cloud provider (AWS/Google/Azure)
    (fate#320935)
  - Don't fail when trying to parse an empty body. Fixes bsc#1098220
  - Don't install release packages if they are already present
- Fix .spec file for running SUSEConnect on Fedora28
- Weaken dependencies of rmt-client-setup script to Recommends:
  (bsc#1094348)
- Enhance error message generation
- Add not supported operation exception to PackageSearch API
- Update to 0.3.11
- Add dependencies needed by the rmt-client-setup script. bsc#1093658
- Prevent the automatic registration of recommended products that
  are not mirrored by the registration proxy.
- Update to 0.3.10
  - Fix rollback mechanism on SLE15 systems (bsc#1089320)
- Update to 0.3.9
  - Enable access to package search via gem
  - Don't try to delete directory of nonexistent service files
    (bsc#1086420)
- Update to 0.3.8
  - Fix list-extensions to show the full SLE 15 tree (bsc#1064264)
  - Enable automatic activation of recommended extensions/modules
  - Automatically deregister all installed extensions/modules when
    deregistering a system
- Repackage gem
- Remove unnecessary .gz files
- Update to 0.3.7
  - virt-create-rootfs connects to SMT server without breaking (bsc#914297)
- Update to 0.3.6
  - Make target_base_product parameter mandatory.
- Update to 0.3.5
  - Add YaST.system_offline_migrations
- Update to version 0.3.4:
  - Packaging improvements (bsc#964013)
- Update to version 0.3.3:
  - Fix SLE15 build
- Properly refresh zypper services when deactivating a product on SMT (bsc#1047153)
- Update to 0.3.2:
  - Fix --namespace parameter persistence (bsc#1044493)
- Update to 0.3.1:
  - Fix license auto-agree issue (bsc#1037783)
  - Add missing archs to SLE 12 SP3 build target
- Update to 0.3.0:
  - Single product deactivation feature (fate#320572)
- Update to 0.2.43:
  - RPM spec fix for openSUSE:Factory rpmlint compliance (bsc#1028660)
- Update to 0.2.42:
  - Better error message for network request failure (bsc#982630)
  - Fix error message for --product with malformed identifier (bsc#1018190)
  - Fix some errors and formatting in manpages and help output
- Update to 0.2.41:
  - Better error message for --list-extensions on unregistered systems
- Update to 0.2.40:
  - Update man page to include the --list-extensions option (bsc#998583)
- Update to 0.2.39:
  - Fix for bnc#990475: support for aarch64 hardware info
- Update to 0.2.38:
  - Fix for bnc#975484: better error message if SMT is too old
- Update to 0.2.37:
  - Add method to YaST class to get Installer-Updates repositories (fate#319716).
- Update to 0.2.36:
  - Fix for bnc#973851: More flexible exit codes handling in internal zypper calls
- Update to 0.2.35:
  - Fix for bnc#973315: Direct update from <=0.2.27 does not remove /usr/bin symlink
- Update to 0.2.34:
  - Fix for bnc#963996: Do not crash on --list-extensions when connected to SMT
  - Fix for bnc#968245: Do not let zypper attempt to read products from remote locations
- Update to 0.2.33:
  - Re-add SUSEConnect binary to /usr/sbin (bnc#963080)
  - Use `--match-exact` when searching for a product (bnc#952804)
  - Fix fonts on xterm (bnc#957354)
- Update to version 0.2.32: Remove unneeded link in %post which caused a warning (bnc#946183)
- Update to version 0.2.31 (bnc#946183)
  - Drop url-implies-writeconfig.diff; it is included in upstream since commit 2ef5aa
  - Correct RPM group
  - Include SCCcredentials file as a ghost entry
  - Further packaging improvements
- Update to version 0.2.30
  - New packaging spec. One `SUSEConnect` package to rule them all (bnc#951671)
  - Update manpages to match the latest CLI options
- Update to version 0.2.29
  - bnc#954266 Silently ignore malformed lscpu lines instead of failing
- Update to version 0.2.28
  - Properly handle empty repository lists from zypper (bnc#951566)
- Update to version 0.2.27
  - Do not install recommended dependencies when installing the product release package (bnc#945462)
  - Addd --rollback option (fate#319114)
- Update to version 0.2.26
  - zypper migration extremly slow with lot of modules and extensions registered (bnc#945462)
- Update to version 0.2.25
  - Solves Allow registration without system uid (dmidecode fails on qemu system) (bnc#934582)
- bnc#949424 ensure version of SUSEConnect is bumped in order to be
  able to distinct requests from affected YaST version in SCC API
- Update to version 0.2.24
  - Bug 943451 - [Migration] failure when "/zypper search"/ returns empty list
  - Bug 946488 - Synchronization API call returns "/no implicit conversion of Symbol into Integer"/ error
  - Bug 941565 - zypper migration not using --releasever
  - Bug 945462 - zypper migration extremly slow with lot of modules and extensions registered
- Update to version 0.2.23
  - Improve hwinfo detection on physical s390 systems
  - Bug 939293 - [S390] Error: Registration failed. Undefined method 'strip' for nil:NilClass (bnc#939293)
- Update to version 0.2.22
  - Migration rollback (fate#319114)
  - [Migration rollback] zypper migrate: baseproduct mismatch (bnc#941303)
- Update to version 0.2.21
  - Escape parameters of remove and add_repository methods
- Update to version 0.2.20
  - Add find_products method to migration abstraction layer fate#319140
  - Fix add_service method which also creates the credentials files
- Update to version 0.2.19
  - Introduction of migration abstraction layer for migration script
  - Clean up and re-factoring of yast abstraction layer
- Update to version 0.2.18
  - Improve SUSEConnect error messages
  - New --cleanup option (remove old system credentials and all zypper services installed by SUSEConnect)
  - New --namespace option (forward SMT staging environment to proxy registration server)
- Update to version 0.2.17
  - Added migrations endpoint support for Yast
  - Use C locale for all the syscalls (solves output parsing issues in some locales)
  - Stripping UUID from SCC API calls if it is not settable
  - Moved examples from gist to project
- Update to version 0.2.16
  - In case of wrong regcode provide meaningful message back to
    the user (Wrong regcode in that case).
- Update to version 0.2.15
  - Always write config file when --url parameter used (bnc#900689)
aaa_base
- Add patch git-33-d12420cc66e6d26a9dff6c0e86e00de232151c82.patch
  * Avoid semicolon within (t)csh login script on S/390.
    (bsc#1179431)
- Add patch git-21-0064ecd132c30a939125acbc5b9a1c7bcd180fa0.patch
  * add screen.xterm-256color to DIR_COLORS
- Add patch git-22-f5e90d70d119b6aa12d019947029f9337aec378d.patch
  * check for Packages.db and use this instead of Packages
    (boo#1171762)
- Add patch git-23-8f1fe28287466235ade9c62fa5995eba9e642660.patch
  * Rename path() to _path() to avoid using a general name.
- Add patch git-24-2de52ae391e2963eb1913183a6b0530c7e781b55.patch
  * DIR_COLORS add TERM rxvt-unicode-256color (bug#1006973)
- Add patch git-25-287cf7cb851c0636fa46a610015d2d22ad36acea.patch
  * sort TERM entries in etc/DIR_COLORS
- Add patch git-26-0c2f2340cc6ebb51f20b36e550adc517a6b2ae42.patch
  * DIR_COLORS: merge TERM entries with list from (bug#1006973)
- Add patch git-27-abf7927eebbd4d7f47a362d49ae7856520682c49.patch
  * refresh_initrd call modprobe as /sbin/modprobe (bug#1011548)
- Add patch git-28-3351bcc9613ba022503103e7e4ffd01e7bd8e0fd.patch
  * etc/profile add some missing ;; in case esac statements
- Add patch git-29-5220a5f6ba250503ccda326e65ca069d245a5ebe.patch
  * profile and csh.login: on s390x set TERM to dumb on serial console
    for sclp_line0 and ttyS0 console (bug#1153946)
- Add patch git-30-b9dd70f33a124556f16dbbafc89585a82218ad61.patch
  * backup-rpmdb: exit if zypp.pid is there and running
    (bug#1161239)
- Add patch git-31-52dc403d54f2c926ee5cc892d1a8a830a45d7412.patch
  * also add color alias for ip command, jira#sle-9880, bsc#1153943
- Add patch git-32-0ee79834ea9ebf6573a7b903f374c21e53a56c14.patch
  * alias.bash check if ip command knows color=auto (jsc#SLE-7679)
- Add patch git-19-1149066a54a372b30b7cbd79cd222e11d96dc984.patch
  * Not all XTerm based emulators do have an terminfo entry (boo#1087982)
- Add patch git-20-6452441f2054b4b290c089ce6269889993b95fc1.patch
  * Better support of Midnight Commander (bsc#1170527)
- Add patch git-16-ed897a1090cafb678f75dbed8802bd671d3c1921.patch
  get_kernel_version: fix for current kernel on s390x (from azouhr)
  (bsc#1151023) (bsc#1139939)
- Add patch git-17-fe967bddbd74af9aba435900878397c0c7ea0b0b.patch
  added "/-h"//"/--help"/ to "/old"/ command (from Bernhard Lang)
- Add patch git-18-bb11f02d5dd940803c08d25b0cfd3650d9de7d41.patch
  change feedback url from http://www.suse.de/feedback to
  https://github.com/openSUSE/aaa_base/issues
- Add patch git-15-27e2c6180a45cca63d71ffa5de7b32dec749d2cd.patch
  change rp_filter to 2 to follow the current default (bsc#1160735)
- Add patch git-14-12023f2e8aae5b2ac3a895301945566b9f5eb9c3.patch
  drop dev.cdrom.autoclose = 0 from sysctl config (bsc#1160970)
- Clear broken ghost entry in patch
  git-13-14003c19eaa863ae9d80a0ebb9b5cab6273a5a9e.patch
  which breaks (lib)readline (bsc#1157278)
- Add patch git-13-14003c19eaa863ae9d80a0ebb9b5cab6273a5a9e.patch
  Use official key binding functions in inputrc
  that is replace up-history with previous-history, down-history with
  next-history and backward-delete-word with backward-kill-word
  (bsc#1084934).  Add some missed key escape sequences for urxvt-unicode
  terminal as well (boo#1007715).
- Add patch git-12-80d14205f913cc67a98c562f988ea700a56c369b.patch
  * service: check if there is a second argument before using it
    (bsc#1051143)
- Add patch git-11-b20083a930f766939f47dddc66d089c9fee5d38a.patch
  * check if variables can be set before modifying them
    to avoid warnings on login with a restricted shell
    (bsc#1138869)
- Add patch git-08-9875dffab3ddda0c3e8399f935f059246c961f2a.patch
  * Add s390x compressed kernel support (bsc#1151023)
- Add git-09-c6cd010dd8b6efddd71c30f00a923d8f2537584c.patch
  * Fix LC_NAME and LC_ADDRESS in sh.ssh
- Add patch git-10-43091e644ff54997468a215b891dcaa75173f133.patch
  * fix string test to arithmetic test in /etc/profile.d/wsl.sh
- Add patch git-07-82a17f1689e8957635c8ccaae7c9b3bff7f94d49.patch
  * add sysctl.d/51-network.conf to tighten network security a bit
    see also (boo#1146866) (jira#SLE-9132)
- Add patch git-06-8640f848c6677f1149b9765a8c86135956604007.patch
  * Make systemd detection cgroup oblivious (bsc#1140647)
    systemd can work in three exclusive cgroup modes: legacy, hybrid and
    unified. The mode affects where and what cgroup hierarchies are mounted.
    detect running systemd as systemd itself does it
    (src/libsystemd/sd-daemon/sd-daemon.c, function sd_booted)
- Add patch git-05-ae2a49183ba0ad9dff6b8c1efd4de076bd34ab0f.patch
  * /etc/profile does not work in AppArmor-confined containers
    (bsc#1096191)
- Add patch git-04-b66cf03e673e84902ce0330f88f84f4fbdc8c9e9.patch
  * Restore old position of ssh/sudo source of profile
    for bug bsc#1118364 but hopefully do not reintroduce
    bug boo#1088524
- Add patch git-03-00d332a443062395957f422c89eaed9d0979ec00.patch
  * update logic for JRE_HOME env variable (bsc#1128246)
- Add patch git-01-61c106aac03930e03935172eaf94d92c02a343bd.patch
  Let bash.bashrc work even for (m)ksh (boo#1104531)
- Add patch git-02-4e5fe2a6ec5690b51a369d2134a1119962438fd1.patch
  No error at login if java system directory is empty (bsc#1102310)
- Update to version 84.87+git20180409.04c9dae:
  * In bash.bashrc move ssh/sudo source of profile to avoid removing
    the `is' variable before last use (boo#1088524).
  * Avoid the shell code checker stumble over `function' keys word
    in ls.bash (git#54).
- Use %license (boo#1082318)
- Update to version 84.87+git20180208.8eeab90:
  * Don't call fillup for removed sysconfig.news
  * Adjust path for script converting sysctl config
  * For ksh use builtin keyword 'function' to make sure that the
    keyword 'typeset' really set the variable IFS to be local within
    the function _ls.
- Update to version 84.87+git20180205.2d2832f:
  * Move /lib/aaa_base/convert_sysctl to /usr/lib/base-scripts/convert_sysctl
    to cleanup filesystem.
  * Don't create /etc/init.d/{boot.local,after.local,halt.local} in
    aaa_base.pre section.
  * Remove dead code from pre/post install sections.
- Add /var/adm/backup subdirectories to aaa_base-extras, they are
  only needed by this package.
- Update to version 84.87+git20180204.875cba8:
  * Move sysconfig.backup into extra subpackage, where all the
    scripts using it are, too.
  * Create systemd timer for the cron.daily scripts for backup-rpmdb,
    backup-sysconfig and check-battery. Move scripts to
    /usr/lib/base-scripts.
  * Remove suse.de-cron-local. If somebody really still has a
    /root/cron.daily.local file, he can move it to /etc/cron.daily.
  * Don't modify data in root's home directory
  * Don't create userdel.local, this isn't in use since many years
- Update to version 84.87+git20180130.ae1f262:
  * Really remove /usr/sbin/Check, obsolete since 8 years
  * Remove ChangeSymlinks, 90% are obsolete, the rest is dangerous
  * Remove 14 year old outdated documentation and dummy scripts for
    Java
- Update to version 84.87+git20180130.36ea161:
  * Remove obsolete/outdated manual pages (route.conf.5,init.d.7,
    quick_halt.8)
- Cleanup PreReq and move some parts to Requires(post), so that
  we can deinstall them if we no longer need them
- Update to version 84.87+git20171201.65000be:
  * Revert changes on sysconfig language and make lang.(c)sh
    to use sysconfig language as fallback or better use
    locale.conf as default. See discussion in bsc#1069971
    and FATE#319454 as well
- Update to version 84.87+git20171130.974ac5c:
  * Better parsing of sh variable settings in lang.csh
- Update to version 84.87+git20171129.a45b936:
  * Remove RC_* variables from language sysconf template
    (bsc#1069971 as well as FATE#319454)
- Update to version 84.87+git20171128.945b960:
  * lang.(c)sh: catch if ROOT_USES_LANG becomes not set
- Update to version 84.87+git20171128.aa232d3:
  * Add wsl specific code to profile.d/wsl.csh
  * move wsl specific code from profile into profile.d/wsl.sh
  * Remove obsolete "/make package"/
- Update to version 84.87+git20171128.a6752e8:
  * lang.(c)sh: handle locale.conf if sysconfig does not
- lang.(c)sh: handle locale.conf if sysconfig does not provide
  default locale (bsc#1069971, FATE#319454)
- Update to version 84.87+git20171128.17ae554:
  * Check for /proc/version before using it
  * Remove legacy code for /proc/iSeries
  * Move fillup-templates to /usr/share (boo#1069468)
- Fix installation of fillup-templates.
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- use TW versioning, 13.2 is misleading
- Update to version 84.87+git20171120.d36b8b1:
  * Fix double sourcing of /etc/bash_completion.d
  * create wsl.sh in /etc/profile.d to set umask in WSL
  * Add support for /usr/bin/fish (boo#1068840)
  * Get mixed use case of service wrapper script straight (bsc#1040613)
- Update to version 13.2+git20170828.8f12a9e:
  * profile: don't override PATH in WSL
  * Remove passwd, group and shadow files. Remove %ghost entry for
    /run/utmp, /var/log/wtmp and /var/log/btmp, systemd is taking
    care of them
  * Remove run/utmp, too.
- Update to version 13.2+git20170814.cc9e34e:
  * Unset id in csh.cshrc instead of profile.csh (bsc#1049577)
  * Restore the is variable within /etc/profile
- Update to version 13.2+git20170731.c10ca77:
  * Fix csh.cshrc as tcsh does not handle stderr
  * Do not set alias cwdcmd for experts (boo#1045889)
  * unset unused variables on profile files (bsc#1049577)
  * Deprecate DEFAULT_WM in sysconfig.windowmanager
- Fix csh.cshrc as tcsh does not handle stderr messages within {}
  well (boo#1044876)
- Fix copy+paste error in /etc/csh.login boo#1043560
- Support changing PS1 even for mksh and user root (bsc#1036895)
- Be aware that on s390/s390x the ttyS0 is misused
- Reset extended screen TERM variables if no terminfo
- Better status line support even for tcsh
- Modernize /etc/ttytype as tset of ncurses use it
- Off application keypad (keyboard transmit) mode
- Missed a meta prefix in new inputrs.keys
- More 8bit key escape control sequences for XTerm
- Do not set INPUTRC as readline does know personal as well as system
  inputrc also make /etc/inputrc do set know sequences for both vi
  line editing modes as well as for emacs line editing mode.
- Do remove patch aaa_base-13.2+git20170308.c0ecf2e.dif not
  only from package but also from spec file
- Update to version 13.2+git20170425.47e703a:
  * Add Enlightenment to the list of windowmanagers
  * Add a number of audio/video formats to be colorized
  * Revert "/Avoid NAT on Bridges. Bridges are L2 devices, really."/
  * aaa_base.pre: drop some system users from aaa_base and create them in the respective packages: bin,daemon,news,uucp,games,man
  * Remove /var/log/faillog, there no application using this left [bsc#980484]
  * Remove users and groups sys, mail, lp, wwwrun, ftp and nobody
- Make lang.csh work again (bsc#1025673)
- Update to version 13.2+git20170306.3deb627:
  * aaa_base.pre: drop some system users from aaa_base and create
    them in the respective packages: bin,daemon,news,uucp,games,man
- Update to version 13.2+git20160915.106a00d:
  * enhance comment for NO_PROXY variable (bsc#990254)
  * Fix spelling of SUSE (skipped copyright statements - they need more thoughts)
  * fix regression introduced by fix for bnc#971567 (bnc#996442)
- Correct logic error in usage of variable restricted (boo#994111)
- enhance comment for NO_PROXY variable (bsc#990254)
- Update to version 13.2+git20160807.7f4c8c4:
  * switch IPv6 privacy extensions (use_tempaddr) back to 1
  * history see bsc#678066,bsc#752842,bsc#988023,bsc#990838
- Do not use the = sign for setenv in /etc/profile.d/lang.csh
- Follow the bash manual page that is respect --norc and --noprofile
- Update to version 13.2+git20160609.bf76b13:
  * Mark scripts /etc/init.d/{boot.,after-,halt.}local as deprecated
- lang.sh, lang.csh: if GDM_LANG equals system LANG then use system defaults
- Update to version 13.2+git20160530.bd5210c:
  + Let the ~/.i18n values parsed as well if GDM_LANG is set (boo#958295)
  + Remove spurious assignment to unknown variable term from /etc/inputrc
  + chkconfig: return 1 trying to list unknown service (bnc#971567)
  + chckconfig: add --no-systemctl option
  + fix typo in last patch (no-systemctl support for chkconfig)
  + lang.sh, lang.csh: allow GDM to override locale
  + There is no kde4 anymore
  + Removed '/usr/bin/X11' from PATH (boo #982185)
- fix typo in last patch (no-systemctl support for chkconfig)
- chckconfig: add --no-systemctl option
- chkconfig: return 1 trying to list unknown service (bnc#971567)
- Merge pull request #26 from andreas-schwab/master
- Remove spurious assignment to unknown variable term from /etc/inputrc
- Let the ~/.i18n values parsed as well if GDM_LANG is set (boo#567324)
- Update to version 13.2+git20151221.244f2a3:
  + drop old dns6 hack migration from 2002
  + remove more dropped variables
  + make chkconfig -a/-d work (bsc#926539)
  + avoid recursion if systemd call chkconfig back for sysv units
  + fix non-working line breaks
- make _service generate .changes
- Replace UNICODE double dash with simple ASCII single dash (boo#954909)
- Use the `+' for find's -exec option as this also respects white
  spaces in files names but is more like xargs.  Respect status
  of screen sessions.
- suse.de-backup-rc.config: trigger also if only files changed
  that have spaces in their name (bnc#915259)
- sysconf_addword: do not insert spaces at start of string (bnc#932456)
- Merge pull request #19 from super7ramp/cleaning-references-to-suseconfig
  - drop references to sysconfig/suseconfig
  - drop SCANNER_TYPE variable
- Merge pull request #25 from ptesarik/master
- Enable SysRq dump by default
- Revert "/fix /etc/init.d/foo status return code (bnc#931388)"/
- Merge pull request #23 from bmwiedemann/master
- fix /etc/init.d/foo status return code (bnc#931388)
- xdg-environment: reduce list in /opt/* to gnome,kde4,kde3 (bnc#910904)
- add SOCKS5_SERVER and socks_proxy to proxy settings (bnc#928398)
- Simplify version check
- Handle also command lines starting with the env command
  as this is used by gnome xsessions (bsc#921172)
- Correct the boolean in /etc/profile.d/lang.sh
- Even if GDM has done language setup the personal ~/.i18n should
  be sourced (boo#567324)
- Remove the official patch for fate#314974 as now part of systemd
- Merge pull request #21 from arvidjaar/bnc/907873
- Avoid sourcing /etc/bash_completion.d twice
- Fix spelling of SUSE
- Add the official patch for Fate#314974 (bnc#903009)
acl
- test: Add helper library to fake passwd/group files
- quote: escape literal backslashes (bsc#953659).
- Added patch:
  * 0001-test-Add-helper-library-to-fake-passwd-group-files.patch
  * 0002-quote-escape-literal-backslashes.patch
- refresh acl-2.2.52-tests.patch to work with perl 5.26
- BuildRequires gettext-tools-mini instead of gettext-tools: as
  acl is part of the bootstrap, we want to try to keep the dep
  chain as small as possible.
- Remove --with-pic that's just for static libraries.
- Replace %__-type macro indirections.
  Replace old $RPM_ by their macro equivalents for consistency.
  Make the macro style consistent across the file again.
- reenable full Larg File Support for i586
- Make it possible to disable tests (for Ring0)
- Add BuildRequires: system-user-daemon for the testsuite
- Add BuildRequires for system user bin needed by test suite
- Update to git snapshot dated 21 Sep 2015.
  - Added:
  * 0001-Install-the-libraries-to-the-appropriate-directory.patch
  * 0002-setfacl.1-fix-typo-inclu-de-include.patch
  * 0003-test-fix-insufficient-quoting-of.patch
  * 0004-Makefile-rename-configure.in-to-configure.ac.patch
  * 0005-Bad-markup-in-acl.5-page.patch
  * 0006-.gitignore-ignore-and-config.h.in.patch
  * 0007-Use-autoreconf-rather-than-autoconf-to-regenerate-th.patch
  * 0008-libacl-Make-sure-that-acl_from_text-always-sets-errn.patch
  * 0009-libacl-fix-SIGSEGV-of-getfacl-e-on-overly-long-group.patch
  * 0010-punt-debian-rpm-packaging-logic.patch
  * 0011-move-gettext-logic-into-misc.h.patch
  * 0012-test-make-running-parallel-out-of-tree-safe.patch
  * 0013-modernize-build-system.patch
  * 0014-po-regenerate-files-after-move.patch
  * 0015-build-drop-aclincludedir-use-pkgincludedir.patch
  * 0016-build-make-use-of-an-aux-dir-to-stow-away-helper-scr.patch
  * 0017-build-ship-a-pkgconfig-file-for-libacl.patch
  * 0018-read_acl_-comments-seq-rename-line-to-lineno.patch
  * 0019-read_acl_-comments-seq-switch-to-next_line.patch
  * 0020-telldir-return-value-and-seekdir-second-parameters-a.patch
  * 0021-mark-libmisc-funcs-as-hidden-so-they-are-not-exporte.patch
  * 0022-add-__acl_-prefixes-to-internal-symbols.patch
  * 0023-cp.test-Check-permissions-of-the-right-file.patch
  * 0024-libacl-acl_set_file-Remove-unnecesary-racy-check.patch
  * 0025-fix-compilation-with-latest-xattr-git.patch
  * 0026-getfacl-Fix-memory-leak.patch
  * 0027-Fix-the-display-block-nesting-in-acl.5.patch
  * 0028-setfacl-man-page-Minor-wording-improvements.patch
  * 0029-getfacl-Fix-minor-resource-leak.patch
  * 0030-Do-not-export-symbols-that-are-not-supposed-to-be-ex.patch
  * 0031-walk_tree-mark-internal-variables-as-static.patch
  * 0032-ignore-configure.lineno.patch
- Signficant spec file restructuring due to 0013-modernize-build-system.patch
- removed builddefs.in.diff
- Reduce size of filelist by using wildcards;
  remove %doc (some locations are always %doc),
  remove %attr (files already have proper permissions)
- add acl-2.2.52-tests.patch and enable tests, check section taken
  from Fedora package
- remove gpg-offline calls from bootstrap package
- Update to new upstream release 2.2.52
  * This release fixes a few build system issues that were found and
  merges in a tree walking bug fix.
- Remove acl-fiximplicit.patch (merged upstream),
  config-guess-sub-update.diff (no longer applies)
- Sync baselibs.conf with in-.spec obsoletes/provides.
- add gpg checking
- use source url
- Add config-guess-sub-update.diff:
  update config.guess/sub to latest state for AArch64
- Use OS byteswapping routines, application already Includes
  "/endian.h"/ but then goes ahead defining ad-hoc equivalent
  functionality (0001-Use-OS-byteswapping-macros.patch)
- remove useless automake deps
- patch license to follow spdx.org standard
- license update: GPL-2.0+;LGPL-2.1+
  SPDX format
- add automake as buildrequire to avoid implicit dependency
- Fix provides/Obsoletes
- Implement shlib package (libacl1)
- Enable libacl-devel on all baselib arches
- upgrade to 2.2.51
  - Test fixes
- upgrade to 2.2.50
  - OPTIONS in man pages should be a section heading, not a subsection heading
  - Fix a typo in the setfacl man page
  - setfacl: Clarify that removing a non-existent acl entry is not an error
  - Prevent setfacl --restore from SIGSEGV on malformed restore file
  - setfacl: make sure that -R only calls stat(2) on symlinks when it needs to
  - libacl: fix potential null pointer dereference
  - setfacl: fix restore crash on malformed input
  - setfacl: print useful error from read_acl_comments
  - setfacl: changing owner and when S_ISUID should be set --restore fix
- use %_smp_mflags
- add baselibs.conf as a source
- adjust baselibs.conf for SPARC
- readded incorrectly removed libattr-devel requires in -devel
- fixed implicit strchr() usage.
- do not package static libraries
- fix -devel package dependencies
- Version bump to 2.2.48
  - Document the new flags comments
  - Include the S_ISUID, S_ISGID, S_ISVTX flags in the getfacl output, and restore them with "/setfacl --restore=file"/.
  - Make sure that getfacl -R only calls stat(2) on symlinks when it needs to
  - Stop quoting nonprintable characters in the getfacl output
  - Avoid unnecessary but destructive chown calls
  - Clarify license notice
alsa
- Yet more fixes for the crash with dmix plugin (bsc#1181194):
  0045-pcm-direct-Fix-the-missing-appl_ptr-update.patch
  0046-pcm-ioplug-Pass-appl_ptr-and-hw_ptr-in-snd_pcm_statu.patch
  0047-pcm-null-Pass-appl_ptr-and-hw_ptr-in-snd_pcm_status.patch
  0048-pcm-share-Pass-appl_ptr-and-hw_ptr-in-snd_pcm_status.patch
- Backport upstream fixes:
  yet more PCM plugin fixes, topology fixes/cleanups, UAF fix in
  UCM (bsc#1181194):
  0004-topology-use-inclusive-language-for-bclk.patch
  0005-topology-use-inclusive-language-for-fsync.patch
  0006-topology-use-inclusive-language-in-documentation.patch
  0034-ucm-fix-possible-memory-leak-in-parse_verb_file.patch
  0035-topology-tplg_pprint_integer-fix-coverity-uninitaliz.patch
  0036-topology-tplg_add_widget_object-do-not-use-invalid-e.patch
  0037-topology-tplg_decode_pcm-add-missing-log-argument-co.patch
  0038-topology-parse_tuple_set-remove-dead-condition-code.patch
  0039-ucm-uc_mgr_substitute_tree-fix-use-after-free.patch
  0040-topology-sort_config-cleanups-use-goto-for-the-error.patch
  0041-conf-USB-add-Xonar-U7-MKII-to-USB-Audio.pcm.iec958_d.patch
  0042-pcm_plugin-set-the-initial-hw_ptr-appl_ptr-from-the-.patch
  0043-pcm-dmix-dshare-delay-calculation-fixes-and-cleanups.patch
  0044-topology-fix-parse_tuple_set-remove-dead-condition-c.patch
- Backport upstream fixes:
  a PCM plugin regression fix about snd_pcm_status() call, plugin
  directory handling fixes, missing audio timestamp types,
  use-after-free fix for conf parser, PCM plugin delay account fixes,
  etc:
  0001-dlmisc-the-snd_plugin_dir_set-snd_plugin_dir-must-be.patch
  0002-dlmisc-fix-snd_plugin_dir-locking-for-not-DL_ORIGIN_.patch
  0003-pcm-snd_pcm_mmap_readi-fix-typo-in-comment.patch
  0007-pcm-set-the-snd_pcm_ioplug_status-tstamp-field.patch
  0009-pcm-Add-snd_pcm_audio_tstamp_type_t-constants.patch
  0010-test-audio_time-Make-use-of-SND_PCM_AUDIO_TSTAMP_TYP.patch
  0011-pcm-Fix-a-typo-in-SND_PCM_AUDIO_TSTAMP_TYPE_LAST-def.patch
  0012-conf-fix-use-after-free-in-_snd_config_load_with_inc.patch
  0013-ucm-fix-bad-frees-in-get_list0-and-get_list20.patch
  0014-rawmidi-fix-memory-leak-in-snd_rawmidi_virtual_open.patch
  0015-timer-fix-sizeof-operator-mismatch-in-snd_timer_quer.patch
  0016-pcm-remove-dead-assignments-from-snd_pcm_rate_-commi.patch
  0017-pcm_multi-remove-dead-assignment-from-_snd_pcm_multi.patch
  0018-conf-fix-get_hexachar-return-value.patch
  0019-pcm-fix-__snd_pcm_state-return-value.patch
  0020-confmisc-fix-memory-leak-in-snd_func_concat.patch
  0021-conf-fix-return-code-in-_snd_config_load_with_includ.patch
  0022-pcm-plugin-status-fix-the-return-value-regression.patch
  0023-pcm-plugin-status-revert-the-recent-changes.patch
  0024-pcm-plugin-tidy-snd_pcm_plugin_avail_update.patch
  0025-pcm-plugin-optimize-sync-in-snd_pcm_plugin_status.patch
  0026-Revert-pcm_plugin-fix-delay.patch
  0027-pcm-ioplug-fix-the-delay-calculation-in-the-status-c.patch
  0028-pcm-rate-tidy-up-snd_pcm_rate_avail_update.patch
  0029-pcm-ioplug-fix-the-delay-calculation-for-old-plugins.patch
  0030-pcm-rate-use-pcm_frame_diff-in-snd_pcm_rate_playback.patch
  0031-pcm-plugin-fix-status-code-for-capture.patch
  0032-pcm-rate-use-pcm_frame_diff-on-related-places.patch
  0033-pcm-rate-fix-the-capture-delay-values.patch
- Update to alsa-lib 1.2.4:
  Major updates, including previous patches.
  Documentation updates, PCM optional lockless, meter and iec958
  plugin updates, UCM updates, topology API updates, LTO fixes, etc.
  See the details in
    https://www.alsa-project.org/wiki/Changes_v1.2.3.2_v1.2.4
- Drop the superfluous udev rules for HD-audio;
  it's already handled in the kernel properly
- Drop obsoleted patches:
  0001-ucm-substitution-remove-duplicate-allow_empty-assign.patch
  0002-ucm-fix-parse_get_safe_name-safe-name-must-be-checke.patch
  0003-ucm-substitute-the-merged-tree-completely.patch
  0004-ctl-improve-documentation-for-identifier-of-control-.patch
  0005-pcm-dmix-make-lockless-operation-optional.patch
  0006-pcm-dmix-Fix-semaphore-usage-with-lockless-operation.patch
  0007-pcm-iec958-implement-HDMI-HBR-audio-formatting.patch
  0008-pcm-iec958-set-channel-status-bits-according-to-rate.patch
  0009-conf-pcm-USB-Added-S-PDIF-fix-for-Asus-Xonar-SE.patch
  0010-control-ctlparse-fix-enum-values-in-or.patch
  0011-conf-USB-Audio-Disable-IEC958-on-Lenovo-ThinkStation.patch
  0012-pcm-dmix-fix-access-to-sum-buffer-in-non-interleaved.patch
  0014-control-Add-documentation-for-snd_ctl_elem_list_.patch
  0015-conf-quote-also-strings-with-and-characters-in-strin.patch
  0016-topology-decode-Fix-channel-map-memory-allocation.patch
  0017-topology-decode-Fix-infinite-loop-in-decoding-enum-c.patch
  0018-topology-decode-Remove-decoding-values-for-enum-cont.patch
  0019-topology-decode-Add-enum-control-texts-as-separate-e.patch
  0020-topology-decode-Fix-printing-texts-section.patch
  0021-topology-decode-Change-declaration-of-enum-decoding-.patch
  0022-topology-decode-Fix-decoding-PCM-formats-and-rates.patch
  0023-topology-decode-Print-sig_bits-field-in-PCM-capabili.patch
  0024-topology-decode-Add-DAI-name-printing.patch
  0025-topology-Make-buffer-for-saving-dynamic-size.patch
  0026-topology-return-correct-value-in-tplg_save_printf.patch
  0027-topology-fix-some-gcc10-warnings-labs-signess.patch
  0028-topology-fix-sort_config.patch
  0029-topology-fix-the-unaligned-access.patch
  0030-topology-improve-the-printf-buffer-management.patch
  0031-control-Improve-general-control-interface-documentat.patch
  0032-control-Add-documentation-for-snd_ctl_elem_value_.patch
- Placeholder for SLE15-SP3 sync (bsc#1171246):
  the actual fix is found in alsa-ucm-conf updates
- Enable topology support for riscv64
- Enable topology support for aarch64
- Backport upstream fixes:
  0001-ucm-substitution-remove-duplicate-allow_empty-assign.patch
  0002-ucm-fix-parse_get_safe_name-safe-name-must-be-checke.patch
  0003-ucm-substitute-the-merged-tree-completely.patch
  0004-ctl-improve-documentation-for-identifier-of-control-.patch
  0005-pcm-dmix-make-lockless-operation-optional.patch
  0006-pcm-dmix-Fix-semaphore-usage-with-lockless-operation.patch
  0007-pcm-iec958-implement-HDMI-HBR-audio-formatting.patch
  0008-pcm-iec958-set-channel-status-bits-according-to-rate.patch
  0009-conf-pcm-USB-Added-S-PDIF-fix-for-Asus-Xonar-SE.patch
  0010-control-ctlparse-fix-enum-values-in-or.patch
  0011-conf-USB-Audio-Disable-IEC958-on-Lenovo-ThinkStation.patch
  0012-pcm-dmix-fix-access-to-sum-buffer-in-non-interleaved.patch
  0014-control-Add-documentation-for-snd_ctl_elem_list_.patch
  0015-conf-quote-also-strings-with-and-characters-in-strin.patch
  0016-topology-decode-Fix-channel-map-memory-allocation.patch
  0017-topology-decode-Fix-infinite-loop-in-decoding-enum-c.patch
  0018-topology-decode-Remove-decoding-values-for-enum-cont.patch
  0019-topology-decode-Add-enum-control-texts-as-separate-e.patch
  0020-topology-decode-Fix-printing-texts-section.patch
  0021-topology-decode-Change-declaration-of-enum-decoding-.patch
  0022-topology-decode-Fix-decoding-PCM-formats-and-rates.patch
  0023-topology-decode-Print-sig_bits-field-in-PCM-capabili.patch
  0024-topology-decode-Add-DAI-name-printing.patch
  0025-topology-Make-buffer-for-saving-dynamic-size.patch
  0026-topology-return-correct-value-in-tplg_save_printf.patch
  0027-topology-fix-some-gcc10-warnings-labs-signess.patch
  0028-topology-fix-sort_config.patch
  0029-topology-fix-the-unaligned-access.patch
  0030-topology-improve-the-printf-buffer-management.patch
  0031-control-Improve-general-control-interface-documentat.patch
  0032-control-Add-documentation-for-snd_ctl_elem_value_.patch
- Build topology library conditionally;
  currently it's supported only for little-endian
- Update to alsa-lib 1.2.3.2:
  another bug fix release: control namehint fixes, PCM dnsoop fixes,
  UCM regression fixes, etc.  See the details in
    https://www.alsa-project.org/wiki/Changes_v1.2.3.1_v1.2.3.2
- Update to alsa-lib 1.2.3.1:
  a bug fix release, see the detailed changes at:
  https://www.alsa-project.org/wiki/Changes_v1.2.3_v1.2.3.1
- Update to alsa-lib 1.2.3:
  including previous fixes, see the detailed changes at:
  https://www.alsa-project.org/wiki/Detailed_changes_v1.2.2_v1.2.3
- Drop obsoleted patches:
  0001-conf-change-the-order-of-PCM-devices-in-alsa.conf.patch
  0002-conf-namehint-add-omit_noargs-to-the-hint-section.patch
  0003-Change-PCM-device-number-of-Asus-Xonar-U5.patch
  0004-configure-add-embed-for-python3-config-python-3.8.patch
  0005-conf-USB-Audio-Add-C-Media-USB-Headphone-Set-to-the-.patch
  0006-topology-add-back-asrc-to-widget_map-in-dapm.c.patch
  0007-ucm-clarify-the-index-syntax-for-the-device-names.patch
  0008-ucm-fix-uc_mgr_scan_master_configs.patch
  0009-namehint-remember-the-direction-from-the-upper-level.patch
  0010-conf-fix-namehint-for-pcm.front-and-pcm.iec958.patch
  0011-pcm-add-chmap-option-to-route-plugin.patch
  0012-usecase-allow-indexes-also-for-modifier-names.patch
  0013-ucm-fix-the-device-remove-operation.patch
  0014-ucm-fix-copy-n-paste-typo-RemoveDevice-list.patch
  0015-pcm-dmix-fix-sw_params-handling-of-timestamp-types-i.patch
  0016-conf-USB-Audio-Fix-S-PDIF-output-of-ASUS-Xonar-AE.patch
  0017-pcm-rate-fix-the-remaining-size-calculation-in-snd_p.patch
  0018-use-case.h-add-USB-as-allowed-device-name.patch
  0019-topology-Use-bool-parser-to-parse-boolean-value.patch
  0020-fix-infinite-draining-of-the-rate-plugin-in-SND_PCM_.patch
  0021-test-pcm_min-add-snd_pcm_drain-call-and-indentation-.patch
- Revert a problematic namehint change (boo#1171044)
- Backport upstream fixes:
  fixes for PCM rate plugin, draining fix, topology parameter parser
  fix, USB device name for UCM:
  0017-pcm-rate-fix-the-remaining-size-calculation-in-snd_p.patch
  0018-use-case.h-add-USB-as-allowed-device-name.patch
  0019-topology-Use-bool-parser-to-parse-boolean-value.patch
  0020-fix-infinite-draining-of-the-rate-plugin-in-SND_PCM_.patch
  0021-test-pcm_min-add-snd_pcm_drain-call-and-indentation-.patch
- Backport recent upstream fixes:
  topology API fix, UCM fixes/improvements, config fixes, chmap
  support in route plugin, timestamp type fix for dmix:
  0006-topology-add-back-asrc-to-widget_map-in-dapm.c.patch
  0007-ucm-clarify-the-index-syntax-for-the-device-names.patch
  0008-ucm-fix-uc_mgr_scan_master_configs.patch
  0009-namehint-remember-the-direction-from-the-upper-level.patch
  0010-conf-fix-namehint-for-pcm.front-and-pcm.iec958.patch
  0011-pcm-add-chmap-option-to-route-plugin.patch
  0012-usecase-allow-indexes-also-for-modifier-names.patch
  0013-ucm-fix-the-device-remove-operation.patch
  0014-ucm-fix-copy-n-paste-typo-RemoveDevice-list.patch
  0015-pcm-dmix-fix-sw_params-handling-of-timestamp-types-i.patch
  0016-conf-USB-Audio-Fix-S-PDIF-output-of-ASUS-Xonar-AE.patch
- Update to alsa-lib 1.2.2:
  including previous fixes
- Backport recent upstream fixes:
  conf updates, PCM ordering fix, configure fix;
  0001-conf-change-the-order-of-PCM-devices-in-alsa.conf.patch
  0002-conf-namehint-add-omit_noargs-to-the-hint-section.patch
  0003-Change-PCM-device-number-of-Asus-Xonar-U5.patch
  0004-configure-add-embed-for-python3-config-python-3.8.patch
  0005-conf-USB-Audio-Add-C-Media-USB-Headphone-Set-to-the-.patch
- Drop obsoleted patches:
  0001-ucm-Use-strncmp-to-avoid-access-out-of-boundary.patch
  0002-ucm-return-always-at-least-NULL-if-no-list-is-availa.patch
  0003-ucm-add-_identifiers-list.patch
  0004-namehint-correct-the-args-check.patch
  0005-namehint-improve-the-previous-patch-check-the-return.patch
  0006-ucm-docs-allow-spaces-in-device-names-for-JackHWMute.patch
  0007-use-case-docs-add-PlaybackMixerCopy-and-CaptureMixer.patch
  0008-ucm-docs-add-JackCTL-rearrange-JackControl-and-JackD.patch
  0009-ucm-Do-not-fail-to-parse-configs-on-cards-with-an-em.patch
  0010-src-ucm-main.c-fix-build-without-mixer.patch
  0011-alsa.m4-another-try-to-fix-the-libatopology-detectio.patch
  0012-ucm-docs-add-Mic-DigitalMic-and-multiple-devices-com.patch
  0013-ucm-docs-remove-DigitalMic-it-does-not-have-sense.patch
  0014-ucm-docs-change-the-Mic-description-to-simple-Microp.patch
  0015-ucm-docs-add-note-about-the-sequences-and-device-spl.patch
  0016-ucm-docs-remove-MixerCopy-values-add-Priority-for-ve.patch
  0017-ucm-setup-conf_format-after-getting-ALSA_CONFIG_UCM_.patch
  0018-alsa-lib-fix-the-array-parser-unique-compound-keys.patch
  0019-topology-remove-vendor_fd-name-from-snd_tplg-structu.patch
  0020-topology-file-position-and-size-cleanups.patch
  0021-topology-use-an-array-describing-blocks-for-the-main.patch
  0022-topology-use-size_t-for-calc_block_size.patch
  0023-topology-merge-write_block-to-tplg_write_data.patch
  0024-topology-make-vebose-output-more-nice.patch
  0025-topology-use-list_insert-macro-in-tplg_elem_insert.patch
  0026-topology-dapm-coding-fixes.patch
  0027-topology-dapm-merge-identical-index-blocks-like-for-.patch
  0028-topology-more-coding-fixes.patch
  0029-Fix-alsa-sound-.h-for-external-programs.patch
  0030-type_compat-Add-missing-__s64-and-__u64-definitions-.patch
  0031-uapi-Move-typedefs-from-uapi-to-sound.patch
  0032-Update-the-attributes.m4-macro-file-from-xine.patch
  0033-topology-avoid-to-use-the-atoi-directly-when-expecte.patch
  0034-topology-use-snd_config_get_bool-instead-own-impleme.patch
  0035-topology-fix-tplg_get_integer-handle-errno-ERANGE.patch
  0036-topology-add-tplg_get_unsigned-function.patch
  0037-topology-convert-builder-to-use-the-mallocated-memor.patch
  0038-topology-add-binary-output-from-the-builder.patch
  0039-topology-parser-recode-tplg_parse_config.patch
  0040-topology-add-snd_tplg_load-remove-snd_tplg_build_bin.patch
  0041-topology-move-the-topology-element-table-from-builde.patch
  0042-topology-add-parser-to-the-tplg_table.patch
  0043-topology-add-snd_tplg_save.patch
  0044-topology-add-snd_tplg_create-with-flags.patch
  0045-topology-add-snd_tplg_version-function.patch
  0046-topology-cleanup-the-SNDERR-calls.patch
  0047-topology-dapm-fix-the-SNDERR-Undefined.patch
  0048-topology-fix-the-unitialized-tuples.patch
  0049-topology-implement-shorter-hexa-uuid-00-00-parser.patch
  0050-topology-fix-the-TPLG_DEBUG-compilation.patch
  0051-topology-fix-the-ops-parser-accept-integer-hexa-valu.patch
  0052-topology-fix-the-wrong-memory-access-object-realloc.patch
  0053-topology-implement-snd_tplg_decode.patch
  0054-topology-move-the-elem-list-delete-to-tplg_elem_free.patch
  0055-topology-unify-the-log-mechanism.patch
  0056-topology-tplg_dbg-cleanups.patch
  0057-topology-cosmetic-changes-functions.patch
  0058-mixer-Fix-memory-leak-for-more-than-16-file-descript.patch
  0059-Quote-strings-containing-or-when-saving-an-alsa-conf.patch
  0060-ucm-fix-the-configuration-directory-longname-for-ucm.patch
  0061-ucm-split-conf_file_name-and-conf_dir_name.patch
  0062-ucm-remove-MAX_FILE-definition-and-use-correct-PATH_.patch
  0063-topology-remove-MAX_FILE-definition-and-use-correct-.patch
  0064-ucm-parser-cosmetic-fixes-in-the-comments.patch
  0065-configure.ac-remove-an-unnecessary-libtool-fix.patch
  0066-ucm-parser-use-correct-filename-in-parser_master_fil.patch
  0067-ucm-the-ucm2-subdirectory-is-driver-name-based.patch
  0068-ucm-implement-RenameDevice-and-RemoveDevice-verb-man.patch
  0069-ucm-fill-missing-device-entries-conflicting-supporte.patch
  0070-control-Remove-access-to-the-deprecated-dimen-fields.patch
  0071-topology-Drop-SNDRV_CTL_ELEM_ACCESS_TIMESTAMP-access.patch
  0072-uapi-Sync-with-5.6-kernel-ABI.patch
  0073-ucm-parser-add-error-message-to-verb_dev_list_add.patch
  0074-do-not-set-close-on-exec-flag-on-descriptor-if-it-wa.patch
- Backport upstream fixes:
  ucm-parser fixes and enhancements, configure script cleanup,
  fixes of 5.6 kernel ABI, O_CLOEXEC flag fix:
  0064-ucm-parser-cosmetic-fixes-in-the-comments.patch
  0065-configure.ac-remove-an-unnecessary-libtool-fix.patch
  0066-ucm-parser-use-correct-filename-in-parser_master_fil.patch
  0067-ucm-the-ucm2-subdirectory-is-driver-name-based.patch
  0068-ucm-implement-RenameDevice-and-RemoveDevice-verb-man.patch
  0069-ucm-fill-missing-device-entries-conflicting-supporte.patch
  0070-control-Remove-access-to-the-deprecated-dimen-fields.patch
  0071-topology-Drop-SNDRV_CTL_ELEM_ACCESS_TIMESTAMP-access.patch
  0072-uapi-Sync-with-5.6-kernel-ABI.patch
  0073-ucm-parser-add-error-message-to-verb_dev_list_add.patch
  0074-do-not-set-close-on-exec-flag-on-descriptor-if-it-wa.patch
- Backport upstream fixes:
  more topology fixes, a memory leak fix in mixer API, alsactl
  string handling fix, UCM config fixes:
  0032-Update-the-attributes.m4-macro-file-from-xine.patch
  0033-topology-avoid-to-use-the-atoi-directly-when-expecte.patch
  0034-topology-use-snd_config_get_bool-instead-own-impleme.patch
  0035-topology-fix-tplg_get_integer-handle-errno-ERANGE.patch
  0036-topology-add-tplg_get_unsigned-function.patch
  0037-topology-convert-builder-to-use-the-mallocated-memor.patch
  0038-topology-add-binary-output-from-the-builder.patch
  0039-topology-parser-recode-tplg_parse_config.patch
  0040-topology-add-snd_tplg_load-remove-snd_tplg_build_bin.patch
  0041-topology-move-the-topology-element-table-from-builde.patch
  0042-topology-add-parser-to-the-tplg_table.patch
  0043-topology-add-snd_tplg_save.patch
  0044-topology-add-snd_tplg_create-with-flags.patch
  0045-topology-add-snd_tplg_version-function.patch
  0046-topology-cleanup-the-SNDERR-calls.patch
  0047-topology-dapm-fix-the-SNDERR-Undefined.patch
  0048-topology-fix-the-unitialized-tuples.patch
  0049-topology-implement-shorter-hexa-uuid-00-00-parser.patch
  0050-topology-fix-the-TPLG_DEBUG-compilation.patch
  0051-topology-fix-the-ops-parser-accept-integer-hexa-valu.patch
  0052-topology-fix-the-wrong-memory-access-object-realloc.patch
  0053-topology-implement-snd_tplg_decode.patch
  0054-topology-move-the-elem-list-delete-to-tplg_elem_free.patch
  0055-topology-unify-the-log-mechanism.patch
  0056-topology-tplg_dbg-cleanups.patch
  0057-topology-cosmetic-changes-functions.patch
  0058-mixer-Fix-memory-leak-for-more-than-16-file-descript.patch
  0059-Quote-strings-containing-or-when-saving-an-alsa-conf.patch
  0060-ucm-fix-the-configuration-directory-longname-for-ucm.patch
  0061-ucm-split-conf_file_name-and-conf_dir_name.patch
  0062-ucm-remove-MAX_FILE-definition-and-use-correct-PATH_.patch
  0063-topology-remove-MAX_FILE-definition-and-use-correct-.patch
- Remove INSTALL document, add NOTES instead
- Upstream fixes, including the alsa-tools build breakage:
  0001-ucm-Use-strncmp-to-avoid-access-out-of-boundary.patch
  0002-ucm-return-always-at-least-NULL-if-no-list-is-availa.patch
  0003-ucm-add-_identifiers-list.patch
  0004-namehint-correct-the-args-check.patch
  0005-namehint-improve-the-previous-patch-check-the-return.patch
  0006-ucm-docs-allow-spaces-in-device-names-for-JackHWMute.patch
  0007-use-case-docs-add-PlaybackMixerCopy-and-CaptureMixer.patch
  0008-ucm-docs-add-JackCTL-rearrange-JackControl-and-JackD.patch
  0009-ucm-Do-not-fail-to-parse-configs-on-cards-with-an-em.patch
  0010-src-ucm-main.c-fix-build-without-mixer.patch
  0011-alsa.m4-another-try-to-fix-the-libatopology-detectio.patch
  0012-ucm-docs-add-Mic-DigitalMic-and-multiple-devices-com.patch
  0013-ucm-docs-remove-DigitalMic-it-does-not-have-sense.patch
  0014-ucm-docs-change-the-Mic-description-to-simple-Microp.patch
  0015-ucm-docs-add-note-about-the-sequences-and-device-spl.patch
  0016-ucm-docs-remove-MixerCopy-values-add-Priority-for-ve.patch
  0017-ucm-setup-conf_format-after-getting-ALSA_CONFIG_UCM_.patch
  0018-alsa-lib-fix-the-array-parser-unique-compound-keys.patch
  0019-topology-remove-vendor_fd-name-from-snd_tplg-structu.patch
  0020-topology-file-position-and-size-cleanups.patch
  0021-topology-use-an-array-describing-blocks-for-the-main.patch
  0022-topology-use-size_t-for-calc_block_size.patch
  0023-topology-merge-write_block-to-tplg_write_data.patch
  0024-topology-make-vebose-output-more-nice.patch
  0025-topology-use-list_insert-macro-in-tplg_elem_insert.patch
  0026-topology-dapm-coding-fixes.patch
  0027-topology-dapm-merge-identical-index-blocks-like-for-.patch
  0028-topology-more-coding-fixes.patch
  0029-Fix-alsa-sound-.h-for-external-programs.patch
  0030-type_compat-Add-missing-__s64-and-__u64-definitions-.patch
  0031-uapi-Move-typedefs-from-uapi-to-sound.patch
- Update to alsa-lib 1.2.1.2:
  More UCM and UCMv2 fixes / enhancements, details are found in
    https://www.alsa-project.org/wiki/Changes_v1.2.1.1_v1.2.1.2
- Obsoleted patch:
  0001-alsa.m4-Fix-the-detection-of-topology-library-availa.patch
- Fix the detection of topology library in alsa.m4:
  0001-alsa.m4-Fix-the-detection-of-topology-library-availa.patch
- Update to alsa-lib 1.2.1.1:
  * Minor fixes spotted by coverity
  * Fixes for UCM parser regressions
- Update to alsa-lib 1.2.1: including previous fixes
  for the detailed changes, see the following:
    https://www.alsa-project.org/wiki/Changes_v1.1.9_v1.2.1
  The topology-related code is split into subpackages,
  libatopology2 and alsa-topology-devel.  The topology config is
  also moved into another package, alsa-topology-conf, which is
  required by alsa-topology-devel package.
  Also, the UCM profiles are moved into an individual package,
  alsa-ucm-conf, too, which is now required by alsa package.
- Drop obsoleted upstream patches:
  0001-pcm-direct-Add-generic-hw_ptr_alignment-function-for.patch
  0002-pcm-dshare-Added-hw_ptr_alignment-option-in-configur.patch
  0003-pcm-dsnoop-Added-hw_ptr_alignment-option-in-configur.patch
  0004-pcm-file-add-support-for-infile-reading-in-non-inter.patch
  0005-pcm-file-use-snd_pcm_file_areas_read_infile-for-read.patch
  0006-pcm-file-add-missing-unlock-on-early-return.patch
  0007-ucm-Add-UCM-profile-for-CX2072X-codec-on-Baytrail-Ch.patch
  0008-pcm-add-mmap_begin-callback-to-snd_pcm_fast_ops_t-ap.patch
  0009-pcm-file-add-infile-read-support-for-mmap-mode.patch
  0010-aserver-fix-resource-leak-coverity.patch
  0011-src-conf.c-add-missing-va_end-call-coverity.patch
  0012-config-parse_string-fix-the-dynamic-buffer-allocatio.patch
  0013-control_shm-remove-duplicate-code-coverity.patch
  0014-control_shm-add-missing-socket-close-to-the-error-pa.patch
  0015-pcm-fix-memory-leak-in-_snd_pcm_parse_config_chmaps-.patch
  0016-pcm_file-call-pclose-correctly-for-popen-coverity.patch
  0017-pcm_hw-close-file-descriptor-in-the-error-path-in-sn.patch
  0018-rawmidi-use-snd_dlobj_cache_get2-in-rawmidi-open-cov.patch
  0019-rawmidi_hw-add-sanity-check-for-the-invalid-stream-a.patch
  0020-topology-various-coverity-fixes.patch
  0021-ucm-coverity-fixes.patch
  0022-pcm_file-coverity-fixes-including-double-locking.patch
  0023-topology-next-round-of-coverity-fixes.patch
  0024-pcm_file-another-locking-fix-coverity.patch
  0025-ucm-another-coverity-fix-in-uc_mgr_config_load.patch
- Disable LTO completely (boo#1149612);
  the versioned symbols in alsa-lib doesn't seem work properly on
  some apps
- Remove hackish modprobe install scripts for auto-loading OSS and
  sequencer modules (bsc#1136562);
  it's invoked from systemd unit file included in alsa-utils now
- Backport upstream fixes:
  0001-pcm-direct-Add-generic-hw_ptr_alignment-function-for.patch
  0002-pcm-dshare-Added-hw_ptr_alignment-option-in-configur.patch
  0003-pcm-dsnoop-Added-hw_ptr_alignment-option-in-configur.patch
  0004-pcm-file-add-support-for-infile-reading-in-non-inter.patch
  0005-pcm-file-use-snd_pcm_file_areas_read_infile-for-read.patch
  0006-pcm-file-add-missing-unlock-on-early-return.patch
  0007-ucm-Add-UCM-profile-for-CX2072X-codec-on-Baytrail-Ch.patch
  0008-pcm-add-mmap_begin-callback-to-snd_pcm_fast_ops_t-ap.patch
  0009-pcm-file-add-infile-read-support-for-mmap-mode.patch
  0010-aserver-fix-resource-leak-coverity.patch
  0011-src-conf.c-add-missing-va_end-call-coverity.patch
  0012-config-parse_string-fix-the-dynamic-buffer-allocatio.patch
  0013-control_shm-remove-duplicate-code-coverity.patch
  0014-control_shm-add-missing-socket-close-to-the-error-pa.patch
  0015-pcm-fix-memory-leak-in-_snd_pcm_parse_config_chmaps-.patch
  0016-pcm_file-call-pclose-correctly-for-popen-coverity.patch
  0017-pcm_hw-close-file-descriptor-in-the-error-path-in-sn.patch
  0018-rawmidi-use-snd_dlobj_cache_get2-in-rawmidi-open-cov.patch
  0019-rawmidi_hw-add-sanity-check-for-the-invalid-stream-a.patch
  0020-topology-various-coverity-fixes.patch
  0021-ucm-coverity-fixes.patch
  0022-pcm_file-coverity-fixes-including-double-locking.patch
  0023-topology-next-round-of-coverity-fixes.patch
  0024-pcm_file-another-locking-fix-coverity.patch
  0025-ucm-another-coverity-fix-in-uc_mgr_config_load.patch
- Drop the downstream CX2072X UCM profile, which is replaced with
  upstream patches above
- Re-enable LTO (bsc#1133086);
  we need to pass -flto-partition=none as a workaround
- Update to version 1.1.9: including previous fixes
  See https://www.alsa-project.org/wiki/Changes_v1.1.8_v1.1.9
  for detailed changes
- Dropped obsoleted patches:
  0001-pcm-Preserve-period_event-in-snd_pcm_hw_sw_params-ca.patch
  0004-ucm-Add-ucm-files-for-DB820c-board.patch
  0005-ucm-bytcr-PlatformEnableSeq.conf-update-some-comment.patch
  0006-pcm-dshare-Fix-overflow-when-slave_hw_ptr-rolls-over.patch
  0007-test-latency-use-frame-bytes-correctly-in-writebuf.patch
  0008-conf-pcm-dmix-add-CHANNELS-argument.patch
  0009-Android-avoid-using-versionsort.patch
  0010-pcm-add-the-missing-strings.h-include.patch
  0011-alisp-add-the-missing-include.patch
  0012-add-snd_strlcpy-and-use-it-everywhere.patch
  0013-pcm-rate-plugin-fix-signess-in-snd_pcm_rate_avail_up.patch
  0014-Drop-I-includedir-alsa-from-alsa.pc.patch
- Move definition of _lto_cflags into %build.
- Disable LTO (boo#1133086).
- Backport upstream fixes: PCM sw_params behavior fix, UCM additions and
  corrections, dshare position overflow fix, build fixes for Android:
  0001-pcm-Preserve-period_event-in-snd_pcm_hw_sw_params-ca.patch
  0004-ucm-Add-ucm-files-for-DB820c-board.patch
  0005-ucm-bytcr-PlatformEnableSeq.conf-update-some-comment.patch
  0006-pcm-dshare-Fix-overflow-when-slave_hw_ptr-rolls-over.patch
  0007-test-latency-use-frame-bytes-correctly-in-writebuf.patch
  0008-conf-pcm-dmix-add-CHANNELS-argument.patch
  0009-Android-avoid-using-versionsort.patch
  0010-pcm-add-the-missing-strings.h-include.patch
  0011-alisp-add-the-missing-include.patch
  0012-add-snd_strlcpy-and-use-it-everywhere.patch
  0013-pcm-rate-plugin-fix-signess-in-snd_pcm_rate_avail_up.patch
- Drop -Iinclude/alsa from alsa.pc (bsc#1130333)
  0014-Drop-I-includedir-alsa-from-alsa.pc.patch
- Replace unspecific historic boilerplate summaries,
  and replace $RPM_* shell vars.
- Update to alsa-lib 1.1.8
  * Core:
    conf: rename snd_conf_load1() to _snd_config_load_with_include()
    conf/ucm: bytcht-es8316: Add long-name UCM profiles
    conf/ucm: Add UCM profile for bytcht-es8316 boards
    Create shared {En,Dis}ableSeq.conf components for rt5645 variants
    conf/ucm: bytcr-rt5651: Add bytcr-rt5651-stereo-spk-dmic-mic config
    conf/ucm: kblrt5660: Add ucm setting for Dell Edge IoT platform
    conf/ucm: chtrt5650: Add UCM config for chtrt5650
    ucm: Set default include path
    conf: Move UCM profile snippets into components subdirectory
    initial version of .travis.yml file
  * Control API:
    control: fix the assert() in snd_ctl_elem_set_bytes
  * PCM API:
    pcm: ioplug: Fix the regression of pulse plugin drain
    pcm: extplug: Keep format and channels the same if requested
    pcm: dshare: Fix segfault when not binding channel 0
    pcm: dmix: Add option to allow alignment of slave pointers
    pcm: interval: Interpret (x x+1] correctly and return x+1
  * Use Case Manager API:
    conf: rename snd_conf_load1() to _snd_config_load_with_include()
    ucm: Set default include path
    conf: Move UCM profile snippets into components subdirectory
  * Configuration:
    conf: rename snd_conf_load1() to _snd_config_load_with_include()
    conf/ucm: bytcht-es8316: Add long-name UCM profiles
    conf/ucm: Add UCM profile for bytcht-es8316 boards
    Create device component for rt5645 Internal Analog Mic UCM
    Factor out rt5645 variants Headset+Digital Mic UCM shared {en,dis}able sequences
    Factor out rt5645 variants Speaker+Headphones shared UCM enable sequences
    Create shared {En,Dis}ableSeq.conf components for rt5645 variants
    Update chtrt5645 ucm variants to use bytcr/PlatformEnableSeq.conf component
    conf/ucm: bytcr-rt5651: Document mono speaker wiring
    conf/ucm: bytcr-rt5651: Add bytcr-rt5651-stereo-spk-dmic-mic config
    conf/ucm: bytcr-rt5651: Add digital mic support
    conf/ucm: bytcr-rt5651: Add support for a headset-mic on IN2
    conf/ucm: bytcr-rt5651: Enable Stereo? ADC MIXL ADC? switches when enabling inputs
    conf/ucm: kblrt5660: Add ucm setting for Dell Edge IoT platform
    conf/ucm: chtrt5650: Add UCM config for chtrt5650
    ucm: Set default include path
    conf: Move UCM profile snippets into components subdirectory
    conf: USB-Audio: Add Dell WD19 Dock in the IEC958 blacklist
    conf/ucm/Dell-WD15-Dock: Fix incorrect device names
  * Documentation:
    README.md: add link to www.alsa-project.org
    initial version of README.md for github
  * External PCM Filter Plugin SDK:
    pcm: extplug: Keep format and channels the same if requested
  * Test/Example code:
    test/audio_time: remove unused variables
    test: rename code to more approriate mixtest
    test/code: make it work again
    test/latecy: fix typo in tstamp compare
  * Utils:
    utils/alsa.m4: conditionally enable libdl in AM_PATH_ALSA m4 macro
- Drop obsoleted patches:
  0001-conf-ucm-Dell-WD15-Dock-Fix-incorrect-device-names.patch
  0002-pcm-interval-Interpret-x-x-1-correctly-and-return-x-.patch
- Remove obsoleted UCM profile for rt5640
- Don't treat the non-existing $ALSA_CONFIG_PATH too severely
  (bsc#1120893):
  alsa-lib-ignore-non-accessible-ALSA_CONFIG_PATH.patch
- Backport upstream fix for a PCM regression for audacity
  (bsc#1116153):
  0002-pcm-interval-Interpret-x-x-1-correctly-and-return-x-.patch
- Fix the incorrect UCM profile for Dell WD15 dock (bsc#1112292):
  0001-conf-ucm-Dell-WD15-Dock-Fix-incorrect-device-names.patch
- Updated to alsa-lib 1.1.7:
  * change the location for add-on configs to /etc/alsa/conf.d
  * topology: Fix bclk and fsync inversion in set_link_hw_format()
  * topology: Add missing clock gating parameter when parsing hw_configs
  * topology: Add definitions for mclk_direction values
  * topology: Add alias conf parameter names for hw_configs
  * softvol: Allow up to 90 dB of gain
  * ucm: adding the folder of card_long_name when finding verb conf file
  * TLV macro cleanup and fixes
  * conf: USB-audio: Fix for Xonar U7 SPDIF device
  * pcm: add missing flags initialization for the fallback control data
  * pcm ioplug: fix some coverity issues
  * pcm: dmix: Fix hwptr updates at status call
  * New UCM files: bytcr-rt5640, chtnau8824, Dell WD-dock
  * UCM fixes: VEYRON-I2S, bytcr-rt5645, bytcr-rt5651, bytcr-rt5640,
    chtrt5645
  * Comment fixes
  * pcm: Define refine mask bits for DSD
  * pcm: snd_interval_refine_first/last fix
  * pcm: ioplug: Provide avail helper function for plugins
  * pcm: rate: Add error check for snd_pcm_avail_update()
  * pcm: Fix header guard in pcm_plugin.h
  * pcm: ioplug: Transfer all available data
  * control_hw: Fix issue when applying seccomp policy
  * seq: Fix signedness in MIDI encoder/decoder
- Remove obsoleted patches:
  0001-ucm-adding-the-folder-of-card_long_name-when-finding.patch
  0002-conf-ucm-increase-the-input-volume-for-LineIn.patch
  0003-conf-ucm-chtrt5645-Cleanup-and-playback-fixes.patch
  0004-conf-ucm-chtrt5645-Microphone-recording-fixes.patch
  0005-conf-ucm-chtrt5645-Fix-recording-from-internal-analo.patch
  0006-conf-ucm-chtrt5645-At-config-for-the-Asus-T100HA.patch
  0007-conf-ucm-chtrt5645-At-config-for-the-Lenovo-Ideapad-.patch
  0008-conf-ucm-Add-a-UCM-profile-for-Dell-WD15-Dock-USB-au.patch
- Backport UCM fix and new profiles from upstream (bsc#1091678):
  0001-ucm-adding-the-folder-of-card_long_name-when-finding.patch
  0002-conf-ucm-increase-the-input-volume-for-LineIn.patch
  0003-conf-ucm-chtrt5645-Cleanup-and-playback-fixes.patch
  0004-conf-ucm-chtrt5645-Microphone-recording-fixes.patch
  0005-conf-ucm-chtrt5645-Fix-recording-from-internal-analo.patch
  0006-conf-ucm-chtrt5645-At-config-for-the-Asus-T100HA.patch
  0007-conf-ucm-chtrt5645-At-config-for-the-Lenovo-Ideapad-.patch
  0008-conf-ucm-Add-a-UCM-profile-for-Dell-WD15-Dock-USB-au.patch
- Avoid the use of license tag for old distros for fixing build
- Updated to alsa-lib 1.1.6:
  * Change FSF address (Franklin Street)
  * pcm: route: Fix use_getput flag computation for 3 byte formats
  * test: correct emulation for channel-map TLV
  * Change snd_dlopen() function to return the error string
  * configure.ac: build extra mixer modules conditionally
  * configure.ac: do not enable alisp code by default
  * conf/ucm: Rearrange Makefile.am
  * conf/ucm: Add dual HD-audio codecs config for Lenovo
  * conf/ucm: Add Gigabyte mobo UCM profile with dual HD-audio codecs
  * asound.h: add SNDRV_PCM_FORMAT_{S, U}20
  * pcm: add and describe SND_PCM_FORMAT_{S, U}20
  * pcm: linear, route: handle linear formats with 20-bit sample on 4 bytes
  * pcm: plug: add SND_PCM_FORMAT_{S, U}20 to linear_preferred_formats
  * pcm: remove unused macros of COPY_LABELS/COPY_END
  * pcm: remove unused macros of GETU_LABELS/GETU_END
  * pcm: remove unused macros of NORMS_LABELS/NORMS_END
  * pcm: fix wrong comments for some cases of linear interpolation of PCM samples
  * topology: Fix to skip writing of header for compound elements
  * control: Proper reference of internal versioned functions
  * timer: Proper reference of internal versioned symbols
  * core: Proper reference of internal snd_dlopen()
  * conf/ucm: Add chtrt5645-mono-speaker-analog-mic configuration
  * pcm: Return the consistent error code for unexpected PCM states
  * pcm: Fix two bugs in snd_pcm_area_silence()
  * pcm: fix a bug to copy silent samples aligned to 64
  * pcm: another fix for the snd_pcm_area_silence() fast path
  * pcm: ioplug: Use boundary for wrap around
  * pcm: Do not access lock_enabled if thread safe API
  * pcm: ioplug: Provide hw_avail helper function for plugins
  * pcm: Provide areas_copy function which handles buffer wrap around
  * pcm: ioplug: update prepare and draining state correctly
  * topology: Fix parsing config with multiple hw_configs
  * pcm: hw: Keep control data from kernel when SND_PCM_APPEND
  * control ext: fix the default .rawmidi_next_device callback
  * modules: smixer_python - add support for python3
  * a set of fixes to reduce gcc warnings
  * pcm: Skip avail_min check during draining
  * pcm: ioplug: Implement proper drain behavior
  * conf: USB-Audio: Add second S/PDIF device on Phiree U2SX
- Remove obsoleted patches:
  0001-pcm-route-Fix-use_getput-flag-computation-for-3-byte.patch
  0002-conf-ucm-Rearrange-Makefile.am.patch
  0003-conf-ucm-Add-dual-HD-audio-codecs-config-for-Lenovo.patch
  0004-conf-ucm-Add-Gigabyte-mobo-UCM-profile-with-dual-HD-.patch
  0005-conf-ucm-Add-chtrt5645-mono-speaker-analog-mic-confi.patch
  0006-pcm-Return-the-consistent-error-code-for-unexpected-.patch
- Use %license file tag
- Add UCM profile for Baytrail CR with RT5460 (bsc#1083195)
- Upstream fixes:
  * Add the new ucm for Cherrytrail devices (bsc#1068546):
    0005-conf-ucm-Add-chtrt5645-mono-speaker-analog-mic-confi.patch
  * Fix for error code from PCM API functions at unexpected states:
    0006-pcm-Return-the-consistent-error-code-for-unexpected-.patch
- Recover udev 42-hd-audio-pm.rules for TW that was dropped
  mistakenly at the previous change
- Backport fix patches from upstream:
  0001-pcm-route-Fix-use_getput-flag-computation-for-3-byte.patch
  0002-conf-ucm-Rearrange-Makefile.am.patch
  0003-conf-ucm-Add-dual-HD-audio-codecs-config-for-Lenovo.patch
  0004-conf-ucm-Add-Gigabyte-mobo-UCM-profile-with-dual-HD-.patch
- Add missing UCM profile for chtcx2072x (bsc#1068546)
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Update to alsa-lib 1.1.5:
  * snd_user_file: avoid use wordexp
  * cleanup: fix poll.h includes
  * ctl: deprecate APIs of dimensional information
  * ctl: ext: error at undefined read_event() callback
  * pcm: softvol: add support for S24_LE
  * cleanup: Use uint*_t instead of u_int*_t everythwere
  * cleanup: fix poll.h includes
  * pcm: hw: Call USER_PVERSION ioctl at open
  * pcm: hw: proper mmap and set_appl_ptr handling
  * pcm: code cleanup and refactoring
  * pcm: obsolete 'mmap_emulation' parameter of snd_pcm_hw_open_fd()
  * pcm: dmix: Fix the inconsistent PCM state
  * pcm: dshare: Call snd_pcm_dshare_state() directly
  * pcm: dmix: Workaround for binary incompatibility
  * conf: Check the availability of PTHREAD_MUTEX_RECURSIVE
  * build: Define __USE_UNIX98 for old glibc
  * rawmidi: symbols: use rawmidi_virt only when available
  * seq: fix snd_seq_set_queue_tempo() usage example in the documentation
  * topology: a few fixes
  * conf/ucm: rt565 support
  * conf: HdmiLpeAudio: add support for 3 devices
  * conf: HdmiLpeAudio: remove the "/front"/ pcm definition
  * conf/ucm: DB410c-HiFi: add CIC selection
  * conf: USB-Audio: allow custom definitions for "/default"/ devices
  * conf: USB-Audio: fix dsnoop args for Audiophile USB card
- Update to alsa-lib 1.1.4.1: it's a bug-fix release, including
  all previous patches:
  * pcm: dmix: Fix the inconsistent PCM state
  * pcm: dshare: Call snd_pcm_dshare_state() directly
  * pcm: dmix: Workaround for binary incompatibility
  * test: add a test for list operation to user-defined element sets
  * conf: Check the availability of PTHREAD_MUTEX_RECURSIVE
  * build: Define __USE_UNIX98 for old glibc
- Obsoleted patches:
  0001-build-Define-__USE_UNIX98-for-old-glibc.patch
  0098-dmix-Workaround-for-binary-incompatibility.patch
- Update to alsa-lib 1.1.4: including most of previous fixes,
  in addition to topology API updates
- Upstream fix for building with old glibc:
  0001-build-Define-__USE_UNIX98-for-old-glibc.patch
- Obsoleted patches:
  0001-ucm-Add-ATTRIBUTE_UNUSED-for-unused-parameters-of-ex.patch
  0002-ucm-parser-needs-limits.h.patch
  0003-pcm-direct-allow-users-to-configure-different-period.patch
  0004-pcm-dshare-enable-silence.patch
  0005-pcm-rate-fix-the-hw_ptr-update-until-the-boundary-av.patch
  0006-plugin-dynamically-update-avail_min-on-slave.patch
  0007-rate-dynamic-update-avail_min-on-slave.patch
  0008-topology-fix-unused-const-variable-warning.patch
  0009-seq-improve-documentation-about-new-get-pid-card-fun.patch
  0010-pcm-direct-returning-semop-error-code-for-semaphore-.patch
  0011-pcm-direct-Fix-for-sync-issue-on-xrun-recover.patch
  0012-pcm-direct-check-state-before-enter-poll-on-timer.patch
  0013-pcm-direct-don-t-return-bogus-buffer-levels-in-xrun-.patch
  0014-conf-ucm-broxton-add-broxton-rt298-conf-files.patch
  0015-pcm-direct-Fix-deadlock-in-poll_descriptors.patch
  0016-ucm-Assure-the-user-input-card-name-not-to-exceed-ma.patch
  0017-ucm-Load-device-specific-configuration-file-based-on.patch
  0018-ucm-Add-command-get-_file-to-get-the-config-file-nam.patch
  0019-topology-Fix-incorrect-license-in-source-comments.patch
  0020-conf-cards-add-support-for-pistachio-card.patch
  0021-pcm-multi-Drop-the-fixed-slave_map-in-snd_pcm_multi_.patch
  0022-conf-Add-card-config-for-Intel-HDMI-DP-LPE-audio.patch
  0023-pcm-Avoid-lock-for-snd_pcm_nonblock.patch
  0024-pcm-Disable-locking-in-async-mode.patch
  0025-pcm-dmix-Allow-disabling-x86-optimizations.patch
  0026-pcm-dmix_rewind-corrupts-application-pointer-fix.patch
  0027-pcm-direct-fix-race-on-clearing-timer-events.patch
  0028-pcm-file-Enable-file-writing-for-capture-path.patch
  0029-pcm-status-dump-fix-timestamp-formatting.patch
  0030-pcm-extplug-refinement-of-masks-in-extplug.patch
  0031-pcm-rate-Add-capability-to-pass-configuration-node-t.patch
  0032-Drop-ppc64-specific-workaround-for-versioned-symbols.patch
  0033-pcm_plugin-unify-the-snd_pcm_mmap_begin-result-value.patch
  0034-always-handle-return-value-from-snd_config_get_id-co.patch
  0035-pcm-file-plugin-handle-snd_pcm_mmap_begin-error-path.patch
  0036-topology-coverity-remove-dead-code.patch
  0037-ucm-parser-fix-possible-string-overflow-in-uc_mgr_im.patch
  0038-dmix-plugin-fix-drain-for-nonblock-mode.patch
  0039-dmix-plugin-drain-quickfix-for-the-previous-patch.patch
  0040-rawmidi-virtual-fix-reading-into-a-small-buffer.patch
  0041-conf-cards-add-VC4-HDMI-card.patch
  0042-pcm-plug-save-converter-config.patch
  0043-pcm-file-delegate-htimestamping-to-slave-instead-of-.patch
  0096-conf-Remove-dmix.direct_memory_access-setup.patch
  0097-pcm-dmix-Disable-var_periodsize-as-default.patch
- Remove direct_memory_access flag from dmix definition again for
  fixing a regression used with old alsa-lib binary (boo#1037021):
  0096-conf-Remove-dmix.direct_memory_access-setup.patch
- Disable dmix var_periodsize as default (boo#1033179)
  0097-pcm-dmix-Disable-var_periodsize-as-default.patch
- Workaround for binary incompatibility of dmix shm (boo#1033080):
  0098-dmix-Workaround-for-binary-incompatibility.patch
- Backport upstream fix patches, including the deadlock fix for
  aplay/arecord (boo#1031525):
  0001-ucm-Add-ATTRIBUTE_UNUSED-for-unused-parameters-of-ex.patch
  0002-ucm-parser-needs-limits.h.patch
  0003-pcm-direct-allow-users-to-configure-different-period.patch
  0004-pcm-dshare-enable-silence.patch
  0005-pcm-rate-fix-the-hw_ptr-update-until-the-boundary-av.patch
  0006-plugin-dynamically-update-avail_min-on-slave.patch
  0007-rate-dynamic-update-avail_min-on-slave.patch
  0008-topology-fix-unused-const-variable-warning.patch
  0009-seq-improve-documentation-about-new-get-pid-card-fun.patch
  0010-pcm-direct-returning-semop-error-code-for-semaphore-.patch
  0011-pcm-direct-Fix-for-sync-issue-on-xrun-recover.patch
  0012-pcm-direct-check-state-before-enter-poll-on-timer.patch
  0013-pcm-direct-don-t-return-bogus-buffer-levels-in-xrun-.patch
  0014-conf-ucm-broxton-add-broxton-rt298-conf-files.patch
  0015-pcm-direct-Fix-deadlock-in-poll_descriptors.patch
  0016-ucm-Assure-the-user-input-card-name-not-to-exceed-ma.patch
  0017-ucm-Load-device-specific-configuration-file-based-on.patch
  0018-ucm-Add-command-get-_file-to-get-the-config-file-nam.patch
  0019-topology-Fix-incorrect-license-in-source-comments.patch
  0020-conf-cards-add-support-for-pistachio-card.patch
  0021-pcm-multi-Drop-the-fixed-slave_map-in-snd_pcm_multi_.patch
  0022-conf-Add-card-config-for-Intel-HDMI-DP-LPE-audio.patch
  0023-pcm-Avoid-lock-for-snd_pcm_nonblock.patch
  0024-pcm-Disable-locking-in-async-mode.patch
  0025-pcm-dmix-Allow-disabling-x86-optimizations.patch
  0026-pcm-dmix_rewind-corrupts-application-pointer-fix.patch
  0027-pcm-direct-fix-race-on-clearing-timer-events.patch
  0028-pcm-file-Enable-file-writing-for-capture-path.patch
  0029-pcm-status-dump-fix-timestamp-formatting.patch
  0030-pcm-extplug-refinement-of-masks-in-extplug.patch
  0031-pcm-rate-Add-capability-to-pass-configuration-node-t.patch
  0032-Drop-ppc64-specific-workaround-for-versioned-symbols.patch
  0033-pcm_plugin-unify-the-snd_pcm_mmap_begin-result-value.patch
  0034-always-handle-return-value-from-snd_config_get_id-co.patch
  0035-pcm-file-plugin-handle-snd_pcm_mmap_begin-error-path.patch
  0036-topology-coverity-remove-dead-code.patch
  0037-ucm-parser-fix-possible-string-overflow-in-uc_mgr_im.patch
  0038-dmix-plugin-fix-drain-for-nonblock-mode.patch
  0039-dmix-plugin-drain-quickfix-for-the-previous-patch.patch
  0040-rawmidi-virtual-fix-reading-into-a-small-buffer.patch
  0041-conf-cards-add-VC4-HDMI-card.patch
  0042-pcm-plug-save-converter-config.patch
  0043-pcm-file-delegate-htimestamping-to-slave-instead-of-.patch
- Drop alsa-lib-doxygen-avoid-crash-for-11.3.diff as it was applied
  only in case of 11.3 and never else
- Use Requires(phase) instead of prereq string
- Use official %udevrulesdir macro instead of handbrew udevdir
- Version provides/obsoletes in devel pkg to avoid warning
- Remove hack that allowed build on SLE10
- Don't require insserv if we don't need it.
- Really bump the version number to 1.1.3 (sorry, forgot to change
  in Version tag).
- Update to alsa-lib 1.1.3 release;
  just including all previous fixes
- Drop obsoleted patches:
  0001-ucm-Add-ucm-files-for-DB410c-board.patch
  0002-mixer-Fix-rounding-mode-documentation.patch
  0003-pcm-Fix-shm-initialization-race-condition.patch
  0004-pcm-Better-understandable-locking-code.patch
  0005-ucm-fix-crash-when-calling-snd_use_case_geti-with-no.patch
  0006-ucm-docs-typeset-lists-of-identifiers-explicitly.patch
  0007-Update-include-sound-tlv.h-from-4.9-pre-kernel-uapi.patch
  0008-test-use-actual-information-for-TLV-operation.patch
  0009-ctl-improve-API-documentation-for-TLV-operation.patch
  0010-ctl-improve-documentation-about-TLV-related-APIs.patch
  0011-ctl-correct-documentation-about-TLV-feature.patch
  0012-conf-ucm-skylake-add-skylake-rt286-conf-files.patch
  0013-pcm_plug-Clear-plugins-on-all-error-conditions.patch
  0014-mixer-Don-t-install-smixer-modules-unless-python-is-.patch
  0015-pcm_dshare-Do-not-discard-slave-reported-delay-in-st.patch
  0016-pcm-direct-Protect-from-freeing-semaphore-when-alrea.patch
  0017-pcm-dshare-Fix-endless-playback-of-buffer.patch
  0018-pcm-Add-the-PCM-state-checks-to-plugins.patch
  0019-pcm-dmix-Do-not-discard-slave-reported-delay-in-stat.patch
- Backport upstream fixes (bsc#1012594):
  - A few PCM bugs have been fixed:
  * Stall of dmix and others in a wrong PCM state
  * Refactoring of PCM locking scheme
  * SHM initialization race fix
  * plug PCM memory leaks
  * Improvement of dshare/dmix delay calculation
  * Fix endless dshare draining
  * Fix semaphore discard race fix of direct plugins
  - UCM fixes and updates for DB410c and skylake-r5286
  - Mixer code cleanup not to install bogus plugin codes
  - Documentation fixes / updates
  0001-ucm-Add-ucm-files-for-DB410c-board.patch
  0002-mixer-Fix-rounding-mode-documentation.patch
  0003-pcm-Fix-shm-initialization-race-condition.patch
  0004-pcm-Better-understandable-locking-code.patch
  0005-ucm-fix-crash-when-calling-snd_use_case_geti-with-no.patch
  0006-ucm-docs-typeset-lists-of-identifiers-explicitly.patch
  0007-Update-include-sound-tlv.h-from-4.9-pre-kernel-uapi.patch
  0008-test-use-actual-information-for-TLV-operation.patch
  0009-ctl-improve-API-documentation-for-TLV-operation.patch
  0010-ctl-improve-documentation-about-TLV-related-APIs.patch
  0011-ctl-correct-documentation-about-TLV-feature.patch
  0012-conf-ucm-skylake-add-skylake-rt286-conf-files.patch
  0013-pcm_plug-Clear-plugins-on-all-error-conditions.patch
  0014-mixer-Don-t-install-smixer-modules-unless-python-is-.patch
  0015-pcm_dshare-Do-not-discard-slave-reported-delay-in-st.patch
  0016-pcm-direct-Protect-from-freeing-semaphore-when-alrea.patch
  0017-pcm-dshare-Fix-endless-playback-of-buffer.patch
  0018-pcm-Add-the-PCM-state-checks-to-plugins.patch
  0019-pcm-dmix-Do-not-discard-slave-reported-delay-in-stat.patch
- smixer module files got removed from the file list as well
- Update to alsa-lib v1.1.2:
  * topology API updates
  * support of stacked async handlers
  * new UCM configs: rockchip-i2s, skylake-i2s, chtrt5645,
  * add cset-tlv ucm support
  * fix conversion of TLVs min_db and max_dB value in softvol
  * fix appl pointer in the error path of PCM plugin
  * PCM code cleanup
  * fix suspend/resume of PCM dmix, dsnoop and dshare plugins
  * fix doubly enumerated items via namehint
  * make PCM codes thread-safe
  * API documentation enhancements
  * element-set ctl API
  * Optimization by replacing alloca() usages
- Drop obsoleted patches:
  0001-pcm_plugin-fix-appl-pointer-not-correct-when-mmap_co.patch
  0002-pcm-Clean-up-error-paths-in-snd_pcm_plugin_-helpers.patch
  0003-pcm-Fallback-open-as-the-first-instance-for-dmix-co.patch
  0004-pcm-softvol-fix-conversion-of-TLVs-min_db-and-max_dB.patch
  0005-pcm-Fix-suspend-resume-regression-with-dmix-co.patch
  0006-pcm-dmix-Fix-doubly-resume-of-slave-PCM.patch
  0007-namehint-Don-t-enumerate-as-duplex-if-only-a-single-.patch
  0008-pcm-Define-namehint-for-single-directional-PCM-types.patch
  0009-conf-Add-thread-safe-global-tree-reference.patch
  0010-pcm-Remove-resume-support-from-dmix-co.patch
  0011-pcm-Fix-secondary-retry-in-dsnoop-and-dshare.patch
  0012-pcm-dmix-resume-workaround-for-buggy-driver.patch
  0013-pcm-dmix-Prepare-slave-when-it-s-in-SETUP-too.patch
  0014-pcm-dmix-Return-error-when-slave-is-in-OPEN-or-DISCO.patch
  0015-async-Handle-previously-installed-signal-handler.patch
  alsa-docs-suppress-timestamp.patch
- Backport upstream fixes: fixing PCM dmix & co suspend/resume,
  namehint parser fixes, stackable async handler:
  0007-namehint-Don-t-enumerate-as-duplex-if-only-a-single-.patch
  0008-pcm-Define-namehint-for-single-directional-PCM-types.patch
  0009-conf-Add-thread-safe-global-tree-reference.patch
  0010-pcm-Remove-resume-support-from-dmix-co.patch
  0011-pcm-Fix-secondary-retry-in-dsnoop-and-dshare.patch
  0012-pcm-dmix-resume-workaround-for-buggy-driver.patch
  0013-pcm-dmix-Prepare-slave-when-it-s-in-SETUP-too.patch
  0014-pcm-dmix-Return-error-when-slave-is-in-OPEN-or-DISCO.patch
  0015-async-Handle-previously-installed-signal-handler.patch
- Backport various upstream fixes for PCM (bnc#979702):
  0001-pcm_plugin-fix-appl-pointer-not-correct-when-mmap_co.patch
  0002-pcm-Clean-up-error-paths-in-snd_pcm_plugin_-helpers.patch
  0003-pcm-Fallback-open-as-the-first-instance-for-dmix-co.patch
  0004-pcm-softvol-fix-conversion-of-TLVs-min_db-and-max_dB.patch
  0005-pcm-Fix-suspend-resume-regression-with-dmix-co.patch
  0006-pcm-dmix-Fix-doubly-resume-of-slave-PCM.patch
- Update to alsa-lib 1.1.1:
  * including previous fixes
  * a few more fixes/cleanup of control API
  * BSD compatibility changes
  * sync with 4.6 kernel ABI
  * provide API for sequencer sound card number / pid
  * fix races at dmix/dsnoop plugin
  * a few topology API updates
- Drop the obsoleted patches:
  0001-topology-Add-missing-include-sys-stat.h.patch
  0002-pcm-simple-Fix-asserts.patch
  0003-topology-open-topology-files-with-O_TRUNC.patch
  0004-topology-Remove-unused-function-write_data_block.patch
  0005-topology-Remove-unused-variables.patch
  0006-topology-Fix-comparison-of-unsigned-expression-0.patch
  0007-topology-Not-compare-a-for-loop-iterator-with-ABI-__.patch
  0008-topology-Quit-and-show-error-message-on-big-endian-m.patch
  0009-config-files-do-not-include-ucm-topology-configurati.patch
  0010-control-add-missing-asserts-to-ctl_elem_set-function.patch
  0011-pcm_hw-fix-possible-memory-leak-coverity.patch
  0012-coverity-fixes.patch
  0013-topology-fix-debug-output-to-print-correct-max-value.patch
- Backports from upstream: minor PCM fixes, topology API updates,
  and a few build cleanup:
  0002-pcm-simple-Fix-asserts.patch
  0003-topology-open-topology-files-with-O_TRUNC.patch
  0004-topology-Remove-unused-function-write_data_block.patch
  0005-topology-Remove-unused-variables.patch
  0006-topology-Fix-comparison-of-unsigned-expression-0.patch
  0007-topology-Not-compare-a-for-loop-iterator-with-ABI-__.patch
  0008-topology-Quit-and-show-error-message-on-big-endian-m.patch
  0009-config-files-do-not-include-ucm-topology-configurati.patch
  0010-control-add-missing-asserts-to-ctl_elem_set-function.patch
  0011-pcm_hw-fix-possible-memory-leak-coverity.patch
  0012-coverity-fixes.patch
  0013-topology-fix-debug-output-to-print-correct-max-value.patch
- Update to alsa-lib 1.1.0:
  including all previous fixes, with more updates for topology API,
  a fix for dmix/dsnoop slave PCM xrun, some build fixes /
  improvements.
- Fix the build with old gcc on SLE11:
  0001-topology-Add-missing-include-sys-stat.h.patch
- Dropped patches:
  0001-ucm-document-some-standard-values.patch
  0002-conf-ucm-broadwell-rt286-add-ucm-config.patch
  0003-conf-ucm-Add-Makefile.am-for-broadwell-rt286-ucm-con.patch
  0004-ucm-reformat-snd_use_case_get-doc.patch
  0005-ucm-improve-jack-configuration-documentation.patch
  0006-USB-audio-Sound-Blaster-HD-iec958-is-on-device-1.patch
  0007-Sync-include-sound-asound.h-with-4.1-kernel.patch
  0008-conf-ucm-broadwell-rt286-change-to-use-the-correct-j.patch
  0009-namehint-Fix-invalid-list-access-in-snd_device_name_.patch
  0010-namehint-Fix-the-listing-without-device-number.patch
  0011-namehint-Fix-bad-free-with-invalid-iface-name.patch
  0012-Allow-hint-for-ctl-hwdep-timer-and-seq.patch
  0013-conf-Add-hint-descriptions-to-ctl-hwdep-seq-and-time.patch
  0014-conf-ucm-broadwell-rt286-change-to-set-capture-volum.patch
  0015-ucm-allow-multiple-devices-in-JackHWMute.patch
  0016-pcm-Remove-assert-from-snd_pcm_hw_params_slave.patch
  0017-test-pcm-Fix-generated-values-with-float-PCM-format.patch
  0018-test-pcm_min-Fix-error-messages.patch
  0019-pcm-Don-t-assert-in-_snd_pcm_hw_params_internal.patch
  0020-pcm-Fix-snd_pcm_status-for-dmix-co.patch
  0021-control-Allow-cset-ing-specific-values-in-the-multi-.patch
  0022-PCM-snd_pcm_xxxx_drain-maybe-blocked-after-suspend-a.patch
  0023-surround41-50.conf-Use-chmap-syntax-for-better-flexi.patch
  0024-ucm-docs-fix-doxygen-exclude-patch-for-UCM-local-hea.patch
  0025-ucm-docs-Fix-doxygen-formatting-for-UCM-main-page.patch
  0026-docs-Add-UCM-link-to-main-doxygen-page.patch
  0027-Replace-unsafe-characters-with-_-in-card-name.patch
  0028-pcm-add-helper-functions-to-query-timestamping-capab.patch
  0029-pcm-add-support-for-get-set_audio_htstamp_config.patch
  0030-pcm-add-support-for-new-STATUS_EXT-ioctl.patch
  0031-test-fix-audio_time-with-new-get-set-audio_tstamp_co.patch
  0032-test-audio_time-show-report-validity-and-accuracy.patch
  0033-pcm-restore-hw-params-on-set-latency-failed.patch
  0034-Replace-list.h-with-its-own-version.patch
  0035-topology-uapi-Add-UAPI-headers-for-topology-ABI.patch
  0036-topology-Add-topology-core-parser.patch
  0037-topology-Add-text-section-parser.patch
  0038-topology-Add-PCM-parser.patch
  0039-topology-Add-operations-parser.patch
  0040-topology-Add-private-data-parser.patch
  0041-topology-Add-DAPM-object-parser.patch
  0042-topology-Add-CTL-parser.patch
  0043-topology-Add-Channel-map-parser.patch
  0044-topology-Add-binary-file-builder.patch
  0045-topology-autotools-Add-build-support-for-topology-co.patch
  0046-topology-doxygen-Add-doxygen-support-for-topology-co.patch
  0047-conf-topology-Add-topology-file-for-broadwell-audio-.patch
  0048-topology-Fix-missing-inclusion-of-ctype.h.patch
  0049-topology-Fix-typos.patch
  0050-topology-fix-element-object-type-is-switch.patch
  0051-topology-Add-element-ID-so-we-can-look-up-references.patch
  0052-topology-Add-support-for-writing-manifest-private-da.patch
  0053-topology-update-ABI-to-improve-support-for-different.patch
  0054-topology-Add-ops-support-to-byte-control-objects.patch
  0055-topology-treat-all-DAPM-controls-types-the-same-when.patch
  0056-topology-print-error-prefix-on-error-message.patch
  0057-topology-rename-OBJECT_TYPE_-to-SND_TPLG_TYPE_.patch
  0058-core-add-convenience-macros-to-local.h.patch
  0059-topology-Add-C-templates-structure-for-building-topo.patch
  0060-topology-A-API-calls-to-directly-build-topology-data.patch
  0061-pcm-Fix-doxygen-for-two-enums.patch
  0062-pcm-ioplug-extplug-Fix-logic-errors-in-type-checks.patch
  0063-pcm-route-Remove-bogus-in-snd_config_get_id-checks.patch
  0064-topology-builder-Fix-possibly-uninitialized-variable.patch
  0065-topology-ctl-Fix-access-type-checks.patch
  0066-topology-data-Fix-wrong-size-check-in-tplg_parse_dat.patch
  0067-topology-parser-Add-missing-return-value-to-snd_tplg.patch
  0068-topology-pcm-Remove-unused-variables.patch
  0069-build-Do-not-try-to-detect-cross-compiler.patch
  0070-topology-Add-API-to-set-a-vendor-specific-version-nu.patch
  0071-pcm-ladspa-Fix-segfault-due-to-a-wrong-channel-refer.patch
- Backport upsteram fixes: more topology API updates/fixes, misc
  documentation fixes, some logical error fixes in PCM plugins,
  LADSPA plugin segfault fix:
  0050-topology-fix-element-object-type-is-switch.patch
  0051-topology-Add-element-ID-so-we-can-look-up-references.patch
  0052-topology-Add-support-for-writing-manifest-private-da.patch
  0053-topology-update-ABI-to-improve-support-for-different.patch
  0054-topology-Add-ops-support-to-byte-control-objects.patch
  0055-topology-treat-all-DAPM-controls-types-the-same-when.patch
  0056-topology-print-error-prefix-on-error-message.patch
  0057-topology-rename-OBJECT_TYPE_-to-SND_TPLG_TYPE_.patch
  0058-core-add-convenience-macros-to-local.h.patch
  0059-topology-Add-C-templates-structure-for-building-topo.patch
  0060-topology-A-API-calls-to-directly-build-topology-data.patch
  0061-pcm-Fix-doxygen-for-two-enums.patch
  0062-pcm-ioplug-extplug-Fix-logic-errors-in-type-checks.patch
  0063-pcm-route-Remove-bogus-in-snd_config_get_id-checks.patch
  0064-topology-builder-Fix-possibly-uninitialized-variable.patch
  0065-topology-ctl-Fix-access-type-checks.patch
  0066-topology-data-Fix-wrong-size-check-in-tplg_parse_dat.patch
  0067-topology-parser-Add-missing-return-value-to-snd_tplg.patch
  0068-topology-pcm-Remove-unused-variables.patch
  0069-build-Do-not-try-to-detect-cross-compiler.patch
  0070-topology-Add-API-to-set-a-vendor-specific-version-nu.patch
  0071-pcm-ladspa-Fix-segfault-due-to-a-wrong-channel-refer.patch
- Backport upstream fixes: surround41/50 chmap fix, UCM documents,
  config string fix, PCM timestamp query API, replacement of list.h
  with LGPL:
  0023-surround41-50.conf-Use-chmap-syntax-for-better-flexi.patch
  0024-ucm-docs-fix-doxygen-exclude-patch-for-UCM-local-hea.patch
  0025-ucm-docs-Fix-doxygen-formatting-for-UCM-main-page.patch
  0026-docs-Add-UCM-link-to-main-doxygen-page.patch
  0027-Replace-unsafe-characters-with-_-in-card-name.patch
  0028-pcm-add-helper-functions-to-query-timestamping-capab.patch
  0029-pcm-add-support-for-get-set_audio_htstamp_config.patch
  0030-pcm-add-support-for-new-STATUS_EXT-ioctl.patch
  0031-test-fix-audio_time-with-new-get-set-audio_tstamp_co.patch
  0032-test-audio_time-show-report-validity-and-accuracy.patch
  0033-pcm-restore-hw-params-on-set-latency-failed.patch
  0034-Replace-list.h-with-its-own-version.patch
- Backport topology API addition patches:
  0035-topology-uapi-Add-UAPI-headers-for-topology-ABI.patch
  0036-topology-Add-topology-core-parser.patch
  0037-topology-Add-text-section-parser.patch
  0038-topology-Add-PCM-parser.patch
  0039-topology-Add-operations-parser.patch
  0040-topology-Add-private-data-parser.patch
  0041-topology-Add-DAPM-object-parser.patch
  0042-topology-Add-CTL-parser.patch
  0043-topology-Add-Channel-map-parser.patch
  0044-topology-Add-binary-file-builder.patch
  0045-topology-autotools-Add-build-support-for-topology-co.patch
  0046-topology-doxygen-Add-doxygen-support-for-topology-co.patch
  0047-conf-topology-Add-topology-file-for-broadwell-audio-.patch
  0048-topology-Fix-missing-inclusion-of-ctype.h.patch
  0049-topology-Fix-typos.patch
- Enable autoreconf call to regenerate after patching
- Change libudev-devel BuildRequires to pkgconfig(udev): makes us
  less prone to packaging changes, and in the end udev.pc is
  exactly what we need to define _udevdir.
- Backport upstream fixes: fix bogus assert() in hw_params, a few
  PCM dmix/dshare/dsnoop fixes, enhacement of amixer, etc:
  0017-test-pcm-Fix-generated-values-with-float-PCM-format.patch
  0018-test-pcm_min-Fix-error-messages.patch
  0019-pcm-Don-t-assert-in-_snd_pcm_hw_params_internal.patch
  0020-pcm-Fix-snd_pcm_status-for-dmix-co.patch
  0021-control-Allow-cset-ing-specific-values-in-the-multi-.patch
  0022-PCM-snd_pcm_xxxx_drain-maybe-blocked-after-suspend-a.patch
- Backport upstream fixes: UCM updates, Broadwell UCM support,
  namehint fixes, fix faulty assert in PCM plugins, etc:
  0001-ucm-document-some-standard-values.patch
  0002-conf-ucm-broadwell-rt286-add-ucm-config.patch
  0003-conf-ucm-Add-Makefile.am-for-broadwell-rt286-ucm-con.patch
  0004-ucm-reformat-snd_use_case_get-doc.patch
  0005-ucm-improve-jack-configuration-documentation.patch
  0006-USB-audio-Sound-Blaster-HD-iec958-is-on-device-1.patch
  0007-Sync-include-sound-asound.h-with-4.1-kernel.patch
  0008-conf-ucm-broadwell-rt286-change-to-use-the-correct-j.patch
  0009-namehint-Fix-invalid-list-access-in-snd_device_name_.patch
  0010-namehint-Fix-the-listing-without-device-number.patch
  0011-namehint-Fix-bad-free-with-invalid-iface-name.patch
  0012-Allow-hint-for-ctl-hwdep-timer-and-seq.patch
  0013-conf-Add-hint-descriptions-to-ctl-hwdep-seq-and-time.patch
  0014-conf-ucm-broadwell-rt286-change-to-set-capture-volum.patch
  0015-ucm-allow-multiple-devices-in-JackHWMute.patch
  0016-pcm-Remove-assert-from-snd_pcm_hw_params_slave.patch
- Updated to alsa-lib 1.0.29:
  Just a version bump including previous fixes
- Drop the obsoleted patches:
  0001-ucm-Document-PlaybackPCMIsDummy-and-CapturePCMIsDumm.patch
  0002-ICE1712-add-surround71-pcm-definition.patch
  0003-USB-Audio-Add-second-S-PDIF-device-on-Phiree-U2.patch
  0004-pcm-rate-fix-hw_ptr-exceed-the-boundary.patch
  0005-pcm-Provide-a-CLOCK_MONOTONIC_RAW-timestamp-type.patch
  0006-Add-timestamp-type-to-sw_params-internal-only.patch
  0007-pcm-Add-sw_params-API-functions-to-get-set-timestamp.patch
  0008-pcm-Implement-timestamp-type-setup-in-hw-plugin.patch
  0009-pcm-Implement-timestamp-type-handling-in-all-plugins.patch
  0010-test-audio_time-Set-timestamp-type-explicitly.patch
  0011-pcm-route-Use-get-put-labels-for-all-3-byte-formats.patch
  0012-pcm-Fill-sw_params-proto-field.patch
  0013-pcm-route-Use-get32-for-multi-source-route-calculati.patch
  0014-pcm-Drop-snd_pcm_linear_-get-put-32_index.patch
  0015-pcm-pcm_local.h-include-time.h-to-enable-CLOCK_MONOT.patch
  0016-pcm-Fix-DSD-formats-userland-usability.patch
  0017-Sync-include-sound-asound.h-with-3.17-rc1-kernel.patch
  0018-pcm-Add-missing-signed-and-endianess-definitions-for.patch
  0019-Sync-enum-snd_hwdep_iface_t-with-include-asound-asou.patch
  0020-pcm-2nd-round-of-pcm_misc-DSD-fixes.patch
  0021-doc-fix-cross-compiling-example.patch
  0022-pcm-fix-snd_pcm_mmap_hw_avail-near-the-boundary.patch
  0023-pcm-fix-return-value-of-snd_pcm_share_slave_avail.patch
  0024-pcm-add-new-32-bit-DSD-sample-format.patch
  0025-dmix-actually-rewind-when-running-or-being-drained.patch
  0026-pcm-express-the-rewind-size-limitation-logic-better.patch
  0027-pcm-handle-negative-values-from-snd_pcm_mmap_hw_avai.patch
  0028-pcm-rate-use-the-snd_pcm_mmap_hw_avail-function.patch
  0029-pcm-null-use-the-snd_pcm_mmap_avail-function.patch
  0030-rate-handle-negative-values-from-snd_pcm_mmap_playba.patch
  0031-dsnoop-rewindable-and-forwardable-logic-was-swapped.patch
  0033-pcm-file-don-t-recurse-in-the-rewindable-and-forward.patch
  0034-pcm-route-Fix-the-bad-condition-always-false.patch
  0035-pcm-rate-hw_avail-must-not-be-negative-before-starti.patch
  0036-hwdep-add-missing-declaration-for-snd_hwdep_poll_des.patch
  0037-mixer-fixed-double-free.patch
  0038-pcm_file-fixed-missing-free.patch
  0039-sbase-fixed-missing-free.patch
  0040-rawmidi-close-handle-h.patch
  0041-pcm_share-fixing-missing-mutex-unlock.patch
  0042-simple_abst-null-check-for-lib.patch
  0043-socket-missing-socket-close.patch
  0044-pcm_hooks-null-check-for-h.patch
  0045-conf-return-negative-value-in-case-of-error.patch
  0046-control-return-negative-value-in-case-of-error.patch
  0047-pcm-return-negative-value-in-case-of-error.patch
  0048-mixer-Fix-missing-hctl-handle-free-in-snd_mixer_atta.patch
  0049-conf-ucm-PAZ00-add-Toshiba-AC100-Dynabook-AZ-new-con.patch
  0050-USB-Audio-Add-Scarlett-2i4-USB-to-S-PDIF-blacklist.patch
  0051-snd_user_file-fix-memory-leak.patch
  0052-pcm-dmix-Don-t-ignore-SND_TIMER_EVENT_MSTOP.patch
  0053-snd_dlsym-only-do-versioning-checks-if-built-with-ve.patch
  0054-dlmisc-Remove-unused-label.patch
  0055-USB-audio-Add-five-more-cards-to-IEC958-blacklist.patch
  0056-pcm-Fix-DSD-sample-format-endianess-and-add-big-endi.patch
  0057-mixer-Fix-inclusion-of-config.h.patch
  0058-mixer-Fix-unused-parameter-warnings.patch
  0059-ucm-Fix-uninitialized-err-in-snd_use_case_set.patch
  0060-pcm-Fix-assorted-tstamp_type-bugs-omissions.patch
  0061-hwdep-add-OXFW-driver-support.patch
  0062-pcm-fix-buffer-overflow-in-snd_pcm_chmap_print.patch
  0063-control-enable-octal-and-hexadecimal-parse.patch
  0064-autotools-fix-ucm-partial-build.patch
  0065-conf-ucm-GoogleNyan-Add-configuration.patch
  0066-ucm-add-binary-configure-file-parse.patch
  0067-Remove-unused-hostname-resolution-in-shm-plugins-and.patch
- Backport upstream fixes: new OXFW hwdep definition, chmap print
  overflow fix, improvement of UCM parser, GoogleNyan UCM config,
  removal of gethostbyname() usages:
  0061-hwdep-add-OXFW-driver-support.patch
  0062-pcm-fix-buffer-overflow-in-snd_pcm_chmap_print.patch
  0063-control-enable-octal-and-hexadecimal-parse.patch
  0064-autotools-fix-ucm-partial-build.patch
  0065-conf-ucm-GoogleNyan-Add-configuration.patch
  0066-ucm-add-binary-configure-file-parse.patch
  0067-Remove-unused-hostname-resolution-in-shm-plugins-and.patch
- Suppress timestamps in the generated documents for make the
  package comparison easier:
  alsa-docs-suppress-timestamp.patch
- Backport upstream fixes:
  A couple of USB-audio config addition/fix, dmix PCM stop fix,
  a memory leak fix, DSD format endianess fix, PCM timestamp fixes, etc.
  0050-USB-Audio-Add-Scarlett-2i4-USB-to-S-PDIF-blacklist.patch
  0051-snd_user_file-fix-memory-leak.patch
  0052-pcm-dmix-Don-t-ignore-SND_TIMER_EVENT_MSTOP.patch
  0053-snd_dlsym-only-do-versioning-checks-if-built-with-ve.patch
  0054-dlmisc-Remove-unused-label.patch
  0055-USB-audio-Add-five-more-cards-to-IEC958-blacklist.patch
  0056-pcm-Fix-DSD-sample-format-endianess-and-add-big-endi.patch
  0057-mixer-Fix-inclusion-of-config.h.patch
  0058-mixer-Fix-unused-parameter-warnings.patch
  0059-ucm-Fix-uninitialized-err-in-snd_use_case_set.patch
  0060-pcm-Fix-assorted-tstamp_type-bugs-omissions.patch
- fix bashism in alsa-init.sh scripts
- Backport upstream fixes / enhancements: mostly small fixes
  spotted by coccinelle and oethers, the fixes for proper rewind
  support, a new DSD format support, hwdep definitions sync, and
  addition of PAZ00 UCM configs.
  0022-pcm-fix-snd_pcm_mmap_hw_avail-near-the-boundary.patch
  0023-pcm-fix-return-value-of-snd_pcm_share_slave_avail.patch
  0024-pcm-add-new-32-bit-DSD-sample-format.patch
  0025-dmix-actually-rewind-when-running-or-being-drained.patch
  0026-pcm-express-the-rewind-size-limitation-logic-better.patch
  0027-pcm-handle-negative-values-from-snd_pcm_mmap_hw_avai.patch
  0028-pcm-rate-use-the-snd_pcm_mmap_hw_avail-function.patch
  0029-pcm-null-use-the-snd_pcm_mmap_avail-function.patch
  0030-rate-handle-negative-values-from-snd_pcm_mmap_playba.patch
  0031-dsnoop-rewindable-and-forwardable-logic-was-swapped.patch
  0033-pcm-file-don-t-recurse-in-the-rewindable-and-forward.patch
  0034-pcm-route-Fix-the-bad-condition-always-false.patch
  0035-pcm-rate-hw_avail-must-not-be-negative-before-starti.patch
  0036-hwdep-add-missing-declaration-for-snd_hwdep_poll_des.patch
  0037-mixer-fixed-double-free.patch
  0038-pcm_file-fixed-missing-free.patch
  0039-sbase-fixed-missing-free.patch
  0040-rawmidi-close-handle-h.patch
  0041-pcm_share-fixing-missing-mutex-unlock.patch
  0042-simple_abst-null-check-for-lib.patch
  0043-socket-missing-socket-close.patch
  0044-pcm_hooks-null-check-for-h.patch
  0045-conf-return-negative-value-in-case-of-error.patch
  0046-control-return-negative-value-in-case-of-error.patch
  0047-pcm-return-negative-value-in-case-of-error.patch
  0048-mixer-Fix-missing-hctl-handle-free-in-snd_mixer_atta.patch
  0049-conf-ucm-PAZ00-add-Toshiba-AC100-Dynabook-AZ-new-con.patch
alsa-ucm-conf
- Backport upstream fixes:
  more Baytrail/Cherrytrail profiles, TRX40 / ALC1220-VLC profiles:
  0013-bytcr-rt5640-Add-support-for-devices-without-speaker.patch
  0014-rt5640-Move-standard-DAC-setup-to-EnableSeq.conf.patch
  0015-bytcr-rt5640-fix-the-execution-order.patch
  0016-ucm2-add-initial-configuration-for-TRX40-Gigabyte-Ao.patch
  0017-USB-Audio-ALC1220-Bump-analog-Speaker-priority-over-.patch
  0018-USB-Audio-ALC1220-fix-indentation-for-Speaker-device.patch
  0019-USB-Audio-fix-indentation-in-Gigabyte-Aorus-Master-M.patch
  0020-chtnau8824-Add-a-SST-define-variable.patch
  0021-kblrt5660-Fix-file-permissions.patch
- Run fdupes to reduce the duplicated files
- Backport upstream fixes: HD-audio dual codec fixes and the builtin
  mic fix for rt5645-based devices:
  0010-HDA-Intel-HiFi-dual-Add-EnableSequence-and-DisableSe.patch
  0011-HDA-Intel-HiFi-dual-Add-BootSequence-and-disable-pla.patch
  0012-chtrt5645-Enable-Internal-MIC-of-ECS-EF20EA.patch
- Backport upstream fixes: AMD MCP mute issue, chtnau8824 fixes,
  rt715 fix, and soundwire initialization fix:
  0004-Revert-ucm2-HDA-acp-add-Capture-simple-mixer-element.patch
  0005-chtnau8824-Fix-mono-speaker-config-not-working.patch
  0006-chtnau8824-Add-support-for-laptops-using-stereo-DMIC.patch
  0007-chtnau8824-Boost-analog-mic-volumes-a-bit.patch
  0008-rt715-init-setup-ADC07-to-a-proper-volume.patch
  0009-sof-hda-dsp-Set-Master-Playback-Switch-on-in-the-Boo.patch
- Backport upstream fixes for HD-audio and soundwire HDMI:
  0001-fix-the-ucm2-codecs-hda-hdmi.conf-use.patch
  0002-codecs-hda-hdmi.conf-add-DisplayPort-to-the-device-d.patch
  0003-sof-soundwire-use-the-codecs-hda-hdmi.conf-macro.patch
- Revert the workaround for the missing HD-audio init
- Update to alsa-ucm-conf 1.2.4:
  Major version up, most of changes have been already applied via
  backport patches.  See details in
    https://alsa-project.org/wiki/Changes_v1.2.3.2_v1.2.4
- Drop obsoleted patches:
  0001-bytcr-rt5640-Fix-DMIC1-not-working-when-connected-ov.patch
  0002-bytcr-rt5651-Fix-high-noise-level-soft-input-on-DMIC.patch
  0003-chtrt5645-Add-ASUSTeKCOMPUTERINC.-T101HA-1.0.conf-sy.patch
  0004-sof-hda-dsp-don-t-fail-if-Auto-Mute-control-is-not-p.patch
  0005-ucm2-use-Include-Syntax-3.patch
  0006-chtrt5645-merge-all-possible-configurations-to-HiFi..patch
  0007-cht-bsw-rt5672-merge-all-possible-configurations-to-.patch
  0008-chtnau8824-merge-all-possible-configurations-to-HiFi.patch
  0009-ucm.conf-add-support-for-the-kernel-module-name-tree.patch
  0010-sof-hda-dsp-make-Headphone-Playback-Switch-condition.patch
  0011-sof-hda-dsp-add-initial-kcontrol-values.patch
  0012-sof-hda-dsp-make-the-boot-init-optional-for-all-cont.patch
  0013-bdw-rt5677-add-support-for-legacy-and-SOF-drivers.patch
  0014-broadwell-rt286-add-SOF-support.patch
  0015-sof-soundwire-initial-UCM2-version.patch
  0016-sof-soundwire-cleanups-recommended-by-the-ucm-valida.patch
  0017-sof-soundwire-rewrite-for-syntax-3.patch
  0018-sof-hda-dsp-fix-the-device-order-Hdmi-devices.patch
  0019-HDA-Intel-add-support-for-AMD-acp-microphone-devices.patch
  0020-DAISY-I2S-move-to-Samsung-snow-snow.conf.patch
  0021-DB410c-move-to-Qualcomm-apq8016-sbc.patch
  0022-DB820c-DB845c-move-to-Qualcomm-tree.patch
  0023-PAZ00-tegraalc5632-move-to-Tegra-alc5632-tree.patch
  0024-VEYRON-I2C-move-to-Rockchip-max98090-tree.patch
  0025-Pandaboard-ES-move-to-OMAP-abe-twl6040-tree.patch
  0026-GoogleNyan-move-to-Tegra-max98090.patch
  0027-SDP4430-Move-to-OMAP-abe-twl6040-SDP4430-tree.patch
  0028-Fix-invalid-Regex-Type-in-various-Condition-blocks.patch
  0029-cht-bsw-rt5672-Add-Lenovo-Miix-2-10-specific-configu.patch
  0030-cht-bsw-rt5672-Add-Lenovo-ThinkPad-10-specific-confi.patch
  0031-cht-bsw-rt5672-Boost-ADC-volume-a-bit.patch
  0032-chtrt5645-Restore-stereo-sound-output-when-switching.patch
  0033-DB820c-Correctly-move-DB820c-to-Qualcomm-apq8096.patch
  0034-sof-hda-dsp-fixup-typo-in-Hdmi.conf.patch
  0035-sof-hda-dsp-use-sof-hda-dsp-Hdmi.conf.patch
  0036-hda-hdmi-add-HDMI4-HDMI5-HDMI6-devices.patch
  0037-update-ucm2-README.md-more-kernel-module-lookup-clar.patch
  0038-ucm2-Add-config-for-Rockchip-rk3399-gru-sound.patch
  0039-amd-renoir-acp-use-the-machine-driver-s-name-for-top.patch
  0040-amd-renoir-acp-Add-Syntax-3-in-the-module-lib-Linked.patch
  0041-Correct-conflicting-mic-in-max98090.patch
  0042-HDA-Intel-HiFi-dual-Fix-the-Rear-Mic-s-Jack-name.patch
  0043-USB-Audio-Dell-WD15-Dock-make-input-and-output-volum.patch
  0044-Rockchip-rk3399-gru-sound-remove-zero-PCM-subdevice.patch
  0045-ucm2-ucm.conf-fix-the-fix-the-sysfs-kernel-module-pa.patch
  0046-Revert-amd-renoir-acp-use-the-machine-driver-s-name-.patch
  0047-ucm2-module-rename-rk3399-gru-sound.conf-snd_soc_rk3.patch
  0048-ucm2-HDA-acp-add-Capture-simple-mixer-element-to-the.patch
  0049-HDA-Intel-only-add-the-acp-dmic-to-the-sound-card-wi.patch
  0050-Add-support-for-Lenovo-ThinkStation-P620-Main-Audio.patch
  0051-ucm2-Qualcomm-sdm845-fixes-HDMI-select-card-and-HiFi.patch
- Disable HDA-Intel UCM conf due to a regression on openQA (the
  muted state as default)
- Update from alsa-ucm-conf git (commit 3048ff7b15a9):
  mainly for adding the support for sof-soundwire (bsc#1176200):
  0001-bytcr-rt5640-Fix-DMIC1-not-working-when-connected-ov.patch
  0002-bytcr-rt5651-Fix-high-noise-level-soft-input-on-DMIC.patch
  0003-chtrt5645-Add-ASUSTeKCOMPUTERINC.-T101HA-1.0.conf-sy.patch
  0004-sof-hda-dsp-don-t-fail-if-Auto-Mute-control-is-not-p.patch
  0005-ucm2-use-Include-Syntax-3.patch
  0006-chtrt5645-merge-all-possible-configurations-to-HiFi..patch
  0007-cht-bsw-rt5672-merge-all-possible-configurations-to-.patch
  0008-chtnau8824-merge-all-possible-configurations-to-HiFi.patch
  0009-ucm.conf-add-support-for-the-kernel-module-name-tree.patch
  0010-sof-hda-dsp-make-Headphone-Playback-Switch-condition.patch
  0011-sof-hda-dsp-add-initial-kcontrol-values.patch
  0012-sof-hda-dsp-make-the-boot-init-optional-for-all-cont.patch
  0013-bdw-rt5677-add-support-for-legacy-and-SOF-drivers.patch
  0014-broadwell-rt286-add-SOF-support.patch
  0015-sof-soundwire-initial-UCM2-version.patch
  0016-sof-soundwire-cleanups-recommended-by-the-ucm-valida.patch
  0017-sof-soundwire-rewrite-for-syntax-3.patch
  0018-sof-hda-dsp-fix-the-device-order-Hdmi-devices.patch
  0019-HDA-Intel-add-support-for-AMD-acp-microphone-devices.patch
  0020-DAISY-I2S-move-to-Samsung-snow-snow.conf.patch
  0021-DB410c-move-to-Qualcomm-apq8016-sbc.patch
  0022-DB820c-DB845c-move-to-Qualcomm-tree.patch
  0023-PAZ00-tegraalc5632-move-to-Tegra-alc5632-tree.patch
  0024-VEYRON-I2C-move-to-Rockchip-max98090-tree.patch
  0025-Pandaboard-ES-move-to-OMAP-abe-twl6040-tree.patch
  0026-GoogleNyan-move-to-Tegra-max98090.patch
  0027-SDP4430-Move-to-OMAP-abe-twl6040-SDP4430-tree.patch
  0028-Fix-invalid-Regex-Type-in-various-Condition-blocks.patch
  0029-cht-bsw-rt5672-Add-Lenovo-Miix-2-10-specific-configu.patch
  0030-cht-bsw-rt5672-Add-Lenovo-ThinkPad-10-specific-confi.patch
  0031-cht-bsw-rt5672-Boost-ADC-volume-a-bit.patch
  0032-chtrt5645-Restore-stereo-sound-output-when-switching.patch
  0033-DB820c-Correctly-move-DB820c-to-Qualcomm-apq8096.patch
  0034-sof-hda-dsp-fixup-typo-in-Hdmi.conf.patch
  0035-sof-hda-dsp-use-sof-hda-dsp-Hdmi.conf.patch
  0036-hda-hdmi-add-HDMI4-HDMI5-HDMI6-devices.patch
  0037-update-ucm2-README.md-more-kernel-module-lookup-clar.patch
  0038-ucm2-Add-config-for-Rockchip-rk3399-gru-sound.patch
  0039-amd-renoir-acp-use-the-machine-driver-s-name-for-top.patch
  0040-amd-renoir-acp-Add-Syntax-3-in-the-module-lib-Linked.patch
  0041-Correct-conflicting-mic-in-max98090.patch
  0042-HDA-Intel-HiFi-dual-Fix-the-Rear-Mic-s-Jack-name.patch
  0043-USB-Audio-Dell-WD15-Dock-make-input-and-output-volum.patch
  0044-Rockchip-rk3399-gru-sound-remove-zero-PCM-subdevice.patch
  0045-ucm2-ucm.conf-fix-the-fix-the-sysfs-kernel-module-pa.patch
  0046-Revert-amd-renoir-acp-use-the-machine-driver-s-name-.patch
  0047-ucm2-module-rename-rk3399-gru-sound.conf-snd_soc_rk3.patch
  0048-ucm2-HDA-acp-add-Capture-simple-mixer-element-to-the.patch
  0049-HDA-Intel-only-add-the-acp-dmic-to-the-sound-card-wi.patch
  0050-Add-support-for-Lenovo-ThinkStation-P620-Main-Audio.patch
  0051-ucm2-Qualcomm-sdm845-fixes-HDMI-select-card-and-HiFi.patch
- Update to alsa-ucm-conf 1.2.3:
  including previous fixes, see the detailed changes at:
  https://www.alsa-project.org/wiki/Detailed_changes_v1.2.2_v1.2.3
- Dropped obsoleted patches:
  0001-sof-bdw-rt5677-initial-port-to-UCM2.patch
  0002-ucm2-treewide-JackHWMute-fixes.patch
  0003-sof-hda-dsp-Support-systems-without-integrated-graph.patch
  0004-hda-dsp-add-basic-ucm-config.patch
  0005-update-README-files.patch
  0006-bytcr-rt5651-Fix-dmic-check-in-HiFi-Components.conf.patch
  0007-chtrt5645-Add-ASUSTeKCOMPUTERINC.-T100HAN-1.0-symlin.patch
  0008-chtrt5645-Add-MEDION-E1239TMD60568-0.1-Wingman.conf-.patch
  0009-chtrt5645-Remove-bogus-JackHWMute-settings.patch
  0010-sof-hda-dsp-change-Headphones2-to-Mic2.patch
  0011-ucm2-remove-empty-enable-disable-sequence-sections.patch
  0012-ucm2-fix-indentation-use-tabs.patch
  0013-Add-initial-support-for-Realtek-ALC1220-TRX40-mother.patch
  0014-ucm2-fix-chtrt5650-configuration-ucm-validator.patch
  0015-bytcr-rt5651-fix-the-cfg-mic-in1-cfg-mic-in12-match-.patch
  0016-ucm-fix-wrong-If-in-sequence-in-HiFi-dual.conf.patch
  0100-ucm2-Add-profile-for-Chromebook-Asus-C300.patch
- More catch up of upstream fixes: mostly cosmetic style fixes:
  0011-ucm2-remove-empty-enable-disable-sequence-sections.patch
  0012-ucm2-fix-indentation-use-tabs.patch
  0013-Add-initial-support-for-Realtek-ALC1220-TRX40-mother.patch
  0014-ucm2-fix-chtrt5650-configuration-ucm-validator.patch
  0015-bytcr-rt5651-fix-the-cfg-mic-in1-cfg-mic-in12-match-.patch
  0016-ucm-fix-wrong-If-in-sequence-in-HiFi-dual.conf.patch
- Add UCM profile for Chromebook Asus C300 (bsc#1171492):
  0100-ucm2-Add-profile-for-Chromebook-Asus-C300.patch
- Backport upstream fixes:
  HDA SOF DSP support, Intel Atom profiles, etc
  0004-hda-dsp-add-basic-ucm-config.patch
  0005-update-README-files.patch
  0006-bytcr-rt5651-Fix-dmic-check-in-HiFi-Components.conf.patch
  0007-chtrt5645-Add-ASUSTeKCOMPUTERINC.-T100HAN-1.0-symlin.patch
  0008-chtrt5645-Add-MEDION-E1239TMD60568-0.1-Wingman.conf-.patch
  0009-chtrt5645-Remove-bogus-JackHWMute-settings.patch
  0010-sof-hda-dsp-change-Headphones2-to-Mic2.patch
- Update to alsa-ucm-conf 1.2.2:
  including previous fixes
- Backport recent upstream fixes: SOF, BDW-rt5677 and jack fixes;
  0001-sof-bdw-rt5677-initial-port-to-UCM2.patch
  0002-ucm2-treewide-JackHWMute-fixes.patch
  0003-sof-hda-dsp-Support-systems-without-integrated-graph.patch
- Drop obsoleted patches:
  0001-sof-hda-dsp-Fix-the-Dmic0-CaptureMixerElem-for-v1.4..patch
  0002-sof-hda-dsp-Use-more-strict-names-according-latest-u.patch
  0003-README-remove-topologies-note.patch
  0004-bytcht-es8316-Fix-missing-including-of-HeadPhones.co.patch
  0005-ucm2-fix-the-verb-path-in-chtrt5645-chtrt5645-dmic2..patch
  0006-broadwell-rt286-add-support-for-hardware-volume-conf.patch
  0007-broxton-rt298-corrections-cleanups.patch
  0008-bytcr-rt5640-cleanups-and-corrections.patch
  0009-bytcr-rt5651-cleanups-and-corrections.patch
  0010-bytcht-cx2072x-cleanups-and-corrections.patch
  0011-bytcht-es8316-cleanups-and-corrections.patch
  0012-DAISY-I2S-added-back-PCM-devices.patch
  0013-DB410c-cleanups-and-corrections.patch
  0014-DB820c-cleanups-and-corrections.patch
  0015-Dell-WD15-Dock-cleaups-and-corrections.patch
  0016-HDA-Intel-HiFi-dual-fixes-and-corrections.patch
  0017-cht-bsw-rt5672-fixes-and-corrections.patch
  0018-chtnau8824-fixes-and-corrections.patch
  0019-skylake-rt286-fixes-and-corrections.patch
  0020-SDP4430-corrections-and-fixes.patch
  0021-sof-hda-dsp-fix-typo-PlaybackMixerMaster-PlaybackMas.patch
  0022-broadwell-rt286-add-correct-prefix-to-Priority-field.patch
  0023-GoogleNyan-comment-CaptureControl-what-is-this.patch
  0024-VEYRON-I2S-corrections-and-fixes.patch
  0025-SDP4430-corrections-and-fixes.patch
  0026-chtrt5645-corrections-and-fixes.patch
  0027-GoogleNyan-corrections-and-fixes.patch
  0028-PAZ00-corrections-and-fixes.patch
  0029-SDP4430-corrections-and-fixes.patch
  0030-PandaBoard-corrections-and-fixes.patch
  0031-PandaBoardES-corrections-and-fixes.patch
  0032-kblrt5660-corrections-and-fixes.patch
  0033-bytcr-rt5640-corrections-and-fixes.patch
  0034-bytcht-es8316-corrections-and-fixes.patch
  0035-sof-hda-dsp-corrections-and-fixes.patch
  0036-ucm2-treewide-remove-Playback-and-Capture-channels-2.patch
- Backport upstream fixes: cleanup and correctsion for ucm2:
  0007-broxton-rt298-corrections-cleanups.patch
  0008-bytcr-rt5640-cleanups-and-corrections.patch
  0009-bytcr-rt5651-cleanups-and-corrections.patch
  0010-bytcht-cx2072x-cleanups-and-corrections.patch
  0011-bytcht-es8316-cleanups-and-corrections.patch
  0012-DAISY-I2S-added-back-PCM-devices.patch
  0013-DB410c-cleanups-and-corrections.patch
  0014-DB820c-cleanups-and-corrections.patch
  0015-Dell-WD15-Dock-cleaups-and-corrections.patch
  0016-HDA-Intel-HiFi-dual-fixes-and-corrections.patch
  0017-cht-bsw-rt5672-fixes-and-corrections.patch
  0018-chtnau8824-fixes-and-corrections.patch
  0019-skylake-rt286-fixes-and-corrections.patch
  0020-SDP4430-corrections-and-fixes.patch
  0021-sof-hda-dsp-fix-typo-PlaybackMixerMaster-PlaybackMas.patch
  0022-broadwell-rt286-add-correct-prefix-to-Priority-field.patch
  0023-GoogleNyan-comment-CaptureControl-what-is-this.patch
  0024-VEYRON-I2S-corrections-and-fixes.patch
  0025-SDP4430-corrections-and-fixes.patch
  0026-chtrt5645-corrections-and-fixes.patch
  0027-GoogleNyan-corrections-and-fixes.patch
  0028-PAZ00-corrections-and-fixes.patch
  0029-SDP4430-corrections-and-fixes.patch
  0030-PandaBoard-corrections-and-fixes.patch
  0031-PandaBoardES-corrections-and-fixes.patch
  0032-kblrt5660-corrections-and-fixes.patch
  0033-bytcr-rt5640-corrections-and-fixes.patch
  0034-bytcht-es8316-corrections-and-fixes.patch
  0035-sof-hda-dsp-corrections-and-fixes.patch
  0036-ucm2-treewide-remove-Playback-and-Capture-channels-2.patch
- Backport upstream fixes:
  fixes / corrections for sof-hda-dsp, es8316, chtrt5645 and
  broadwell-rt286:
  0001-sof-hda-dsp-Fix-the-Dmic0-CaptureMixerElem-for-v1.4..patch
  0002-sof-hda-dsp-Use-more-strict-names-according-latest-u.patch
  0003-README-remove-topologies-note.patch
  0004-bytcht-es8316-Fix-missing-including-of-HeadPhones.co.patch
  0005-ucm2-fix-the-verb-path-in-chtrt5645-chtrt5645-dmic2..patch
  0006-broadwell-rt286-add-support-for-hardware-volume-conf.patch
- Update to alsa-ucm-conf 1.2.1.2:
  More UCM2 adaptions, SOF fixes / improvements, details found at
    https://www.alsa-project.org/wiki/Changes_v1.2.1.1_v1.2.1.2
- New package, split from alsa-lib since v1.2.1
alsa-utils
- Fix superfluous asound.state migration (bsc#1183672)
- Fix alsactl restore behavior during locking (boo#1179904):
  0010-alsactl-Fix-double-decrease-of-lock-timeout.patch
  0011-alsactl-Fix-race-at-creating-a-lock-file.patch
- Remove unnecessary condition for alsa-restore.service
  0012-alsactl-Remove-asound.state-file-check-from-alsa-res.patch
- Fix dependency in sound-extra.service
- Update to alsa-utils 1.2.3:
  alsactl extension for disabling UCM, alsa-info.sh enhancements,
  various fixes and documentation updates.
  See details in
    https://alsa-project.org/wiki/Changes_v1.2.3.2_v1.2.4
- Use /run/lock for alsactl lock directory (bsc#1177826)
- Migrate the old asound.state file if the new path isn't present
  yet (bsc#1177826)
- Conditionally add buildreq alsa-topology-devel to fix build
  errors
- Fix the directory to save asound.state again to /var/lib/alsa,
  which was mistakenly changed to /etc
- Update to alsa-utils 1.2.3:
  including previous fixes, see the detailed changes at:
  https://www.alsa-project.org/wiki/Detailed_changes_v1.2.2_v1.2.3
- Dropped obsoleted patches:
  0001-alsaloop-reduce-cumulative-error-caused-by-non-atomi.patch
  0002-alsactl-don-t-exit-on-EINTR-from-epoll_wait.patch
  0003-alsactl-avoid-needless-wakeups-in-monitor-loop.patch
  0004-alsactl-fix-error-handling-for-sched_setscheduler-ca.patch
  0005-alsa-info.sh-add-ALT-to-DISTRO-list.patch
  0006-alsa-info-initial-rpm-deb-package-info.patch
  0007-alsa-info.sh-increase-version-to-0.4.65.patch
- Backport upstream fixes: some improvements in alsa-info.sh:
  0005-alsa-info.sh-add-ALT-to-DISTRO-list.patch
  0006-alsa-info-initial-rpm-deb-package-info.patch
  0007-alsa-info.sh-increase-version-to-0.4.65.patch
- Backport upstream fixes for alsactl:
  0002-alsactl-don-t-exit-on-EINTR-from-epoll_wait.patch
  0003-alsactl-avoid-needless-wakeups-in-monitor-loop.patch
  0004-alsactl-fix-error-handling-for-sched_setscheduler-ca.patch
- Update to alsa-utils 1.2.2; including previous fixes
- Backport upstream fix: alsaloop improvement;
  0001-alsaloop-reduce-cumulative-error-caused-by-non-atomi.patch
- Drop obsoleted patches:
  0001-treewide-sys-poll-to-poll.patch
  0002-treewide-Fix-wrong-formats-on-32-bit.patch
  0003-treewide-Fix-printf-formats.patch
  0004-aplay-Adjust-buffer-sizes-to-fix-snprintf-warnings.patch
  0005-aplay-Limit-VUMeter-progress-bar-to-100-for-negative.patch
  0006-alsactl-sysfs-add-sys-kernel-uevent_seqnum-check-to-.patch
  0007-alsaucm-use-the-first-sound-card-use-case-name-hw-CA.patch
  0008-alsaucm-add-text-dump-command.patch
  0009-alsaucm-add-json-dump-command.patch
  0010-alsaucm-dump-fix-the-prefixed.patch
  0011-alsactl-fix-sched-idle-set-it-really-to-SCHED_IDLE.patch
  0012-configure-Fix-linking-of-alsatplg-with-the-older-lib.patch
  0013-alsatplg-add-n-normalize-option.patch
  0014-alsatplg-add-s-sort-and-fix-memory-leaks.patch
  0015-alsatplg-fix-another-small-leak-in-normalize_config.patch
  0016-alsa-info.sh-Consolidate-PCI-device-output.patch
  0017-alsa-info.sh-Read-from-proc-modules-and-sort-the-res.patch
  0018-alsa-info.sh-Simplify-iteration-over-cards-when-call.patch
  0019-alsa-info.sh-Use-existing-function-to-print-ALSA-con.patch
  0020-alsa-info.sh-Exit-script-after-writing-information-t.patch
  0021-alsa-info.sh-Replace-gauge-with-infobox-for-upload-d.patch
  0022-alsa-info.sh-Remove-progress-spinner-during-upload-w.patch
  0023-alsa-info.sh-Condense-nested-commands-for-file-uploa.patch
  0024-alsa-info.sh-Condense-nested-commands-for-formatting.patch
  0025-alsa-info.sh-Perform-test-for-wget-earlier.patch
  0026-alsa-info.sh-Warn-after-actual-upload-failure-do-not.patch
  0027-alsatplg-rewrite-to-use-the-new-libatopology-functio.patch
  0028-alsatplg-add-V-version-option.patch
  0029-alsatplg-add-decode-command.patch
  0030-alsatplg-add-documentation-for-z-dapm-nosort-h.patch
  0031-configure-fix-new-libatopology-check.patch
  0032-Use-__func__-instead-of-__FUNCTION__.patch
  0033-Avoid-pointer-arithmetic-on-void.patch
  0034-Use-lli-for-long-long-in-printf.patch
  0035-Avoid-empty-initializer-list.patch
- Backport upstream fixes:
  alsatplg fixes, misc cleanups:
  0027-alsatplg-rewrite-to-use-the-new-libatopology-functio.patch
  0028-alsatplg-add-V-version-option.patch
  0029-alsatplg-add-decode-command.patch
  0030-alsatplg-add-documentation-for-z-dapm-nosort-h.patch
  0031-configure-fix-new-libatopology-check.patch
  0032-Use-__func__-instead-of-__FUNCTION__.patch
  0033-Avoid-pointer-arithmetic-on-void.patch
  0034-Use-lli-for-long-long-in-printf.patch
  0035-Avoid-empty-initializer-list.patch
- Fix build on SLE12-* target
- Backport upstream patches:
  A few portability fixes, alsaucm fixes and extensions, alsatplg
  minor fixes, alsa-info.sh extensions:
  0001-treewide-sys-poll-to-poll.patch
  0002-treewide-Fix-wrong-formats-on-32-bit.patch
  0003-treewide-Fix-printf-formats.patch
  0004-aplay-Adjust-buffer-sizes-to-fix-snprintf-warnings.patch
  0005-aplay-Limit-VUMeter-progress-bar-to-100-for-negative.patch
  0006-alsactl-sysfs-add-sys-kernel-uevent_seqnum-check-to-.patch
  0007-alsaucm-use-the-first-sound-card-use-case-name-hw-CA.patch
  0008-alsaucm-add-text-dump-command.patch
  0009-alsaucm-add-json-dump-command.patch
  0010-alsaucm-dump-fix-the-prefixed.patch
  0011-alsactl-fix-sched-idle-set-it-really-to-SCHED_IDLE.patch
  0012-configure-Fix-linking-of-alsatplg-with-the-older-lib.patch
  0013-alsatplg-add-n-normalize-option.patch
  0014-alsatplg-add-s-sort-and-fix-memory-leaks.patch
  0015-alsatplg-fix-another-small-leak-in-normalize_config.patch
  0016-alsa-info.sh-Consolidate-PCI-device-output.patch
  0017-alsa-info.sh-Read-from-proc-modules-and-sort-the-res.patch
  0018-alsa-info.sh-Simplify-iteration-over-cards-when-call.patch
  0019-alsa-info.sh-Use-existing-function-to-print-ALSA-con.patch
  0020-alsa-info.sh-Exit-script-after-writing-information-t.patch
  0021-alsa-info.sh-Replace-gauge-with-infobox-for-upload-d.patch
  0022-alsa-info.sh-Remove-progress-spinner-during-upload-w.patch
  0023-alsa-info.sh-Condense-nested-commands-for-file-uploa.patch
  0024-alsa-info.sh-Condense-nested-commands-for-formatting.patch
  0025-alsa-info.sh-Perform-test-for-wget-earlier.patch
  0026-alsa-info.sh-Warn-after-actual-upload-failure-do-not.patch
- Remove empty man8 dirs (used for removed alsaconf.8)
- Drop obsolete TODO and Changelog files, also irrelevant INSTALL.
- Provide alsaucm and alsatplg man pages by formatting via rst2man;
  a new dependency on python3-docutils is added
- Replace incorrect usage of %_libexecdir with %_prefix/lib
- Update to alsa-utils 1.2.1:
  * axfer: handle -ETIMEDOUT before non-block I/O operation
  * axfer: code refactoring for a helper function to wait for avail buffer space
  * axfer: handle -ETIMEDOUT before handle mmap I/O operation
  * axfer: return ETIMEDOUT when no event occurs after waiter expiration
  * axfer: fix to return error code when a call of select(2) fails
  * axfer: return the number of file descriptors for I/O events from select(2) waiter
  * axfer: test: fix invalid comparison of 64 bit storage in ILP32 data type
  * axfer: mapper: fix parameter check for demuxer
  * axfer: remove unused variable warnings
  * alsamixer: Remove exp10 usage
  * alsaucm, topology: LDADD cleanups and add support for libatopology
  * alsaucm: fix the implicit card open
  * alsaucm, topology: LDADD cleanups and add support for libatopology
  * alsaucm: do the implicit ucm open only when the command requires it
  * alsaucm: call snd_config_update_free_global() to make valgrind more happy
  * amixer: do not double LF for container type
  * aplay: fix memory leak when setup_chmap() fail
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut the build queues by allowing usage of systemd-mini
- Add systemd service to load OSS and sequencer modules
  (bsc#1136562)
- Update to alsa-utils 1.1.9:
  alasctl, axfer, alsaloop, alsamixer and amixer fixes, see
    https://www.alsa-project.org/wiki/Changes_v1.1.8_v1.1.9
  for details
- Remove the ugly conditionals to build for (too) old distros
- Drop alsaconf script that rather brings the inconsistent setup
  on modern systems
- Move alsabat-test.sh into alsabat package, too
- Run spec-cleaner
- Update to alsa-utils 1.1.8:
  * Core:
    Makefile.am: add README.md to EXTRA_DIST
    axfer: add support for libffado transmission backend
    axfer: add unit test for container interface
    axfer: add an entry point for this command
    initial version of .travis.yml
    rename and update README.md
  * Audio Transfer utility:
    axfer: add an explanation about advantages/issues of Timer-based scheduling model
    axfer: add an explanation about Timer-based scheduling model
    axfer: add an explanation about IRQ-based scheduling model
    axfer: add text for compatibility loss of sw parameter in libasound backend
    axfer: fulfill manual section for libasound backend
    axfer: print help for libasound backend
    axfer: fulfill manual section for libffado backend
    axfer: print help for libffado backend
    axfer: correct description about signal handling
    axfer: fix typo in axfer(1) manual
    axfer: fix no return statement in print_help() function
    axfer: enable each backend to print own help
    axfer: print help text of transfer subcommand just for common options
    axfer: print help text of list subcommand
    axfer: print help text of command entry
    axfer: add a section about design of transfer subcommand
    axfer: add a section to describe compatibility to aplay(1)
    axfer: add a manual for transfer subcommand
    axfer: add a manual for list subcommand
    axfer: add a manual for entry point
    axfer: check whether a terminal is referred for stdio
    axfer: truncate parsed arguments before operating subcommand
    axfer: use transfer subcommand as a default for compatibility mode to aplay(1)
    axfer: use second argument in command line for transmission direction
    axfer: apply refactoring in list subcommand for new command system
    axfer: apply refactoring to list subcommand for backward compatibility to aplay(1)
    axfer: add support for libffado transmission backend
    axfer: obsolete some unimplemented options
    axfer: add support for timer-based scheduling model with MMAP operation
    axfer: add an implementation of waiter for epoll(7)
    axfer: add an implementation of waiter for select(2)
    axfer: add an implementation of waiter for poll(2)
    axfer: add an option for waiter type
    axfer: add a common interface of waiter for I/O event notification
    axfer: add options for plugins in alsa-lib
    axfer: add options for software parameters of PCM substream
    axfer: add options for buffer arrangement
    axfer: add an option to suppress event waiting
    axfer: add support for MMAP PCM operation
    axfer: add support for non-blocking operation
    axfer: add an option to finish transmission at XRUN
    axfer: add options related to duration and obsolete '--max-file-size' option
    axfer: add an option to dump available hardware parameters
    axfer: add informative output and an option to suppress it
    axfer: add a sub-command to transfer data frames
    axfer: add support for blocking data transmission operation of alsa-lib PCM API
    axfer: add support to transfer data frames by alsa-lib PCM APIs
    axfer: add a parser for command-line options
    axfer: add a common interface to transfer data frames
    axfer: add a unit test for mapper interface
    axfer: add support for a mapper for multiple target
    axfer: add support for a mapper for single target
    axfer: add a common interface to align data frames on different layout
    axfer: add unit test for container interface
    axfer: add support for a container of raw data
    axfer: add support for a container of Creative Tech. voice format
    axfer: add support for a container of Sparc AU format
    axfer: add support for a container of Microsoft/IBM RIFF/Wave format
    axfer: add a common interface to handle a file with audio-specific data format
    axfer: add a sub-command to print list of PCMs/devices
    axfer: add an entry point for this command
  * alsaloop:
    alsaloop: more avail_min cleanups
  * alsatplg (topology):
    topology/topology.c: drop unneeded <dlfcn.h> include
  * aplay/arecord:
    aplay: improve available conditions for '--samples' and '--duration' options
    aplay: add a paragraph for '--samples' ('-s') option to aplay manual
    aplay: delete paragraph for obsoleted '--sleep-min' ('-s') option from aplay manual
- remove "/Obsoletes: bat <= 0.1.0"/ - it triggers uninstall of the unrelated
  "/bat"/ (cat clone) package
- Updated to alsa-utils 1.1.7:
  * aplay: Fix invalid file size check for non-regular files
  * speaker-test: Support S24_3LE sample format
  * speaker-test: Allow sampling rates up to 768000
  * alsabat: Allow custom sample format for round trip latency test
  * alsaucm: add alsa-ucm udev rules for PAZ00 (Toshiba AC100/Dynabook AZ)
  * alsatplg: add man file
  * alsactl: improved disconnection handling
  * compile warning fixes
  * aplay: add missing block brackets
- Prepare a patch to allow build with old automake for old distros
  (not applied yet, though):
  alsa-utils-configure-version-revert.patch
- Avoid %license tag for old distros to fix builds
- Updated to alsa-utils 1.1.6:
  * Change FSF address (Franklin Street)
  * aplay: Adjust sample rate limits to support newer hardware
  * alsactl: Only start restore service when asoundrc file exists
  * alsaloop: fix a typo in the comparison
  * speaker-test: Refactor the tone-generator codes
  * aplay: Fix wav file not being split on 32 bit platforms
  * bat: alsa.c - move the thread cleanup pop before goto exit3
- Remove obsoleted patches:
  0001-aplay-Adjust-sample-rate-limits-to-support-newer-har.patch
  0002-alsactl-Only-start-restore-service-when-asoundrc-fil.patch
- Use %license file tag
- Get rid of superfluous patch for ancient distros:
  alsa-utils-gettext-version-removal.diff
- Remove superfluous file override, which is already included in
  the 1.1.5 tarball:
  alsaucm.rst
- Backport upstream fixes:
  0001-aplay-Adjust-sample-rate-limits-to-support-newer-har.patch
  0002-alsactl-Only-start-restore-service-when-asoundrc-fil.patch
- Cleanup specfile to rip off the too old kludges
- Update to alsa-utils 1.1.5:
  * alsactl: Move systemd unit start-up from basic.target to
    sound.target
  * alsatplg: fix topology compiler long option parsing
  * topology: delete output file if parsing fails.
  * aplay: Fix playback for small raw files
  * aplay: Refactor playback code
  * aplay: Add samples argument for playing/recording a given
    number of samples
  * aplay: interrupt streaming via signal in voc_pcm_write
  * aplay: Fix --max-file-time option 32 bits overflow
  * alsabat: fix one uninitialized warning issue
- Fix filelist for the 1.1.5 update
- drop unused requirement for python-docutils
- Update to alsa-utils 1.1.4:
  * alsactl: Remove standard output definition in systemd unit
  * alsa-info: provide more DMI information
  * alsa-info: add ACPI device status
  * amidi: optarg might be NULL, fix 't' argument parsing
  * aplay: Introduce and use xwrite helper
- Really bump the version number to 1.1.3 (sorry, forgot to change
  in Version tag).
- Update to alsa-utils 1.1.3:
  * a couple of amidi fixes
  * a few alsabat extensions
  * alsaloop cpu hog fix,
  * a fix for suspend/resume with aplay
  * fix chmap selection in speaker-test WAV mode
  * alsaucm man pages,
  * fix potential NULL dereferences in alsactl daemon mode
- Add python-docutils to build dependency (for rst2man)
- Fix missing alsaucm man page file in the 1.1.3 tarball
- Update to alsa-utils 1.1.2:
  * aplay: fix lurking capture file overwrite bug
  * alsabat: a few bug fixes, add noise detection, etc
- Update to alsa-utils 1.1.1:
  including previous fixes, more enhancements / fixes of alsabat,
  fix in aplay for parsing parameter values
- Delete obsoleted patches:
  0001-bat-Avoid-local-signal.h-file.patch
  0002-bat-Don-t-pass-incompatible-function-pointers-to-pth.patch
  0003-alsa-info.sh-add-man-page.patch
  0004-amixer-skip-showing-asoc-tlv-byte-controls.patch
  0005-alsabat-rename-to-avoid-naming-conflict.patch
- Backport upstream fixes: add alsa-info manpage, fix TLV output of
  amixer for ASoC ext ctls, and rename from bat to alsabat
  0003-alsa-info.sh-add-man-page.patch
  0004-amixer-skip-showing-asoc-tlv-byte-controls.patch
  0005-alsabat-rename-to-avoid-naming-conflict.patch
- Rename subpackage from bat to alsabat due to the name conflicts
  with other projects
- Update to alsa-utils 1.1.0:
  including all previous fixes, update of topology tool, addition
  of BAT (Basic Audio Tool)
- Split bat subpackage containing BAT
- Fix build of bat with old gcc & glibc on SLE11
  0001-bat-Avoid-local-signal.h-file.patch
  0002-bat-Don-t-pass-incompatible-function-pointers-to-pth.patch
- Dropped patches:
  0001-amixer-Don-t-set-only-the-first-item-in-sset_enum.patch
  0002-amixer-expand-local-storage-for-item-name-according-.patch
  0003-alsa-info-Don-t-try-update-when-wget-isn-t-available.patch
  0004-aplay-Fix-type-for-signal-flag.patch
  0005-aplay-Fix-uninterruptible-aplay.patch
  0006-alsactl-terminate-readlink-result-string.patch
  0007-speaker-test-Add-option-to-specify-signal-scale.patch
  0008-topology-Add-command-line-topology-tool-to-build-top.patch
  0009-alsactl-Add-path-condition-to-alsa-store-and-alsa-re.patch
  0010-speaker-test-fix-option-ordering.patch
  0011-arecord-Remove-only-regular-files.patch
  0012-aplay-fix-VU-meter-for-S24_LE-etc-formats.patch
  0013-alsactl-Manage-both-save-and-restore-in-a-single-uni.patch
- Backport upstream fixes: particularly fixing the inconsistent
  mixer state after service reload (bnc#929619):
  0010-speaker-test-fix-option-ordering.patch
  0011-arecord-Remove-only-regular-files.patch
  0012-aplay-fix-VU-meter-for-S24_LE-etc-formats.patch
  0013-alsactl-Manage-both-save-and-restore-in-a-single-uni.patch
- Suppress alsactl invocation on systems without sound cards
  (bsc#940950):
  0009-alsactl-Add-path-condition-to-alsa-store-and-alsa-re.patch
- Upstream patch to add -S option to speaker-test
  0007-speaker-test-Add-option-to-specify-signal-scale.patch
- Upstream patch to add alsatplg parser program
  0008-topology-Add-command-line-topology-tool-to-build-top.patch
- Reenable autoreconf call to regenerate after patching
- Change libudev-devel BuildRequires to pkgconfig(udev): makes us
  less prone to packaging changes, and in the end udev.pc is
  exactly what we need to define _udevdir.
- Backport upstream fixes for aplay signal handling and alsactl
  possible buffer overflow of readlink():
  0004-aplay-Fix-type-for-signal-flag.patch
  0005-aplay-Fix-uninterruptible-aplay.patch
  0006-alsactl-terminate-readlink-result-string.patch
- Backport upstream fixes, including the fix for alsa-info
  (boo#928394):
  0001-amixer-Don-t-set-only-the-first-item-in-sset_enum.patch
  0002-amixer-expand-local-storage-for-item-name-according-.patch
  0003-alsa-info-Don-t-try-update-when-wget-isn-t-available.patch
- Update to alsa-utils 1.0.29:
  just a version bump including previous fixes
- Drop obsoleted patches:
  0001-alsactl-save-state-do-not-call-rename-for-stdio.patch
  0002-alsamixer-include-missing-mixer_controls.h.patch
  0003-Add-alsa-info.sh-to-alsa-utils-repo.patch
  0004-Add-missing-alsa-info-entry-to-the-root-Makefile.am.patch
  0005-alsa-info-Make-sure-all-full-script-is-run-even-with.patch
  0006-alsa-info-Refactor-withall-logic.patch
  0007-speaker-test-Add-missing-draining-at-the-end.patch
  0008-alsactl-Fix-the-file-locking-routines-for-the-state-.patch
  0009-alsactl-aded-missing-monitor-prototype.patch
  0010-speaker-text-fix-simple-signess-assignment-warning.patch
  0011-monitor-fix-clang-warning-Declared-variable-length-a.patch
  0012-alsactl-coverity-missing_va_end-va_end-was-not-calle.patch
  0013-Revert-aplay-fix-pcm_read-return-value.patch
  0014-amixer-Make-dB-case-insensitive-in-set-commands.patch
  0015-amixer-Parse-the-value-more-strictly.patch
  0016-alsactl-add-missing-state_unlock-call.patch
  0017-alsactl-init-Change-the-basic-rules-description.patch
  0018-alsactl-init-Add-Line-Out-to-list-of-outputs-to-init.patch
  0019-configure-allow-contitional-compilation-of-alsaucm.patch
- Backport upstream fixes: fix missing unlock for the error path
  in alsactl, more alsactl init entries, alsaucm build fix
  0016-alsactl-add-missing-state_unlock-call.patch
  0017-alsactl-init-Change-the-basic-rules-description.patch
  0018-alsactl-init-Add-Line-Out-to-list-of-outputs-to-init.patch
  0019-configure-allow-contitional-compilation-of-alsaucm.patch
- Backport upstream fixes: rubustify dB value handling in amixer
  0014-amixer-Make-dB-case-insensitive-in-set-commands.patch
  0015-amixer-Parse-the-value-more-strictly.patch
- Backport upstream fixes: a few speaker-test fixes, minor alsactl
  fixes and a revert of a wrong fix for aplay.
  0007-speaker-test-Add-missing-draining-at-the-end.patch
  0008-alsactl-Fix-the-file-locking-routines-for-the-state-.patch
  0009-alsactl-aded-missing-monitor-prototype.patch
  0010-speaker-text-fix-simple-signess-assignment-warning.patch
  0011-monitor-fix-clang-warning-Declared-variable-length-a.patch
  0012-alsactl-coverity-missing_va_end-va_end-was-not-calle.patch
  0013-Revert-aplay-fix-pcm_read-return-value.patch
apparmor
- update to AppArmor 2.13.6
  - fix utils hotkey conflicts in some languages
  - aa-autodep: load abstractions on start (boo#1178527)
  - add usr.lib.dovecot.script-login profile
  - minor additions in abstractions/X and the dovecot profile
  - see https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_2.13.6
    for the detailed upstream changelog
- drop upstreamed patch libapparmor-so-number.diff
- update to AppArmor 2.13.5
  - add missing permissions to several profiles and abstractions
  - bugfixes in parser and tools
  - see https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_2.13.5
    for the detailed upstream changelog
- remove upstream(ed) patches
  - changes-since-2.13.4.diff
  - abstractions-X-xauth-mr582.diff
  - sevdb-caps-mr589.diff
  - libvirt-leaseshelper.patch
  - cap_checkpoint_restore.diff
- add libapparmor-so-number.diff to fix libapparmor so version (!658)
- add CAP_CHECKPOINT_RESTORE to severity.db (MR 656,
  cap_checkpoint_restore.diff)
- %service_del_postun_without_restart only works for Tumbleweed,
  keep using DISABLE_RESTART_ON_UPDATE for Leap 15.x
- Make use of %service_del_postun_without_restart
  And stop using DISABLE_RESTART_ON_UPDATE as this interface is
  obsolete.
- libvirt-leaseshelper.patch: add /usr/libexec as a path to the
  libvirt leaseshelper script (jsc#SLE-14253)
- sevdb-caps-mr589.diff: add new capabilities CAP_BPF and CAP_PERFMON
  to severity.db (lp#1890547)
- add abstractions-X-xauth-mr582.diff to allow reading the xauth file
  from its new sddm location (boo#1174290, boo#1174293)
- add changes-since-2.13.4.diff with upstream changes and fixes
  since 2.13.4 up to 5f61bd4c:
  - add several abstractions related to xdg-open:
    dbus-network-manager-strict, exo-open, gio-open, gvfs-open,
    kde-open5, xdg-open
  - introduce @{run} variable
  - update dnsmasq and winbindd profile
  - update mdns, mesa and nameservice abstraction
  - some bugfixes in the aa-* tools, including a remote bugfix in the
    YaST AppArmor module (boo#1171315)
- drop upstream(ed) patches (now part of changes-since-2.13.4.diff):
  - make-4.3-capabilities.diff
  - make-4.3-capabilities-vim.diff
  - make-4.3-fix-utils-network-test.diff
  - make-4.3-network.diff
  - abstractions-add-etc-mdns.allow-to-etc-apparmor.d-abstractions-mdns.patch
- apply usr-etc-abstractions-base-nameservice.diff only for
  Tumbleweed, but not for Leap 15.x where it's not needed
- refresh usr-etc-abstractions-base-nameservice.diff
- Add abstractions-add-etc-mdns.allow-to-etc-apparmor.d-abstractions-mdns.patch
  (bsc#1168306)
- fix build with make 4.3 by backporting some commits from upstream
  master (boo#1167953):
  - make-4.3-capabilities.diff
  - make-4.3-capabilities-vim.diff
  - make-4.3-network.diff
  - make-4.3-fix-utils-network-test.diff
- update to AppArmor 2.13.4
  - several abstraction updates (including boo#1153162)
  - disallow writing to fontconfig cache in abstractions/fonts
  - some bugfixes in the aa-* tools
  - see https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_2.13.4
    for the detailed upstream changelog
- drop upstreamed patches:
  - abstractions-ssl-certbot-paths.diff
  - apparmor-krb5-conf-d.diff
  - libapparmor-python3.8.diff
  - usr-etc-abstractions-authentification.diff
- refresh usr-etc-abstractions-base-nameservice.diff
- add usr-etc-abstractions-base-nameservice.diff to adjust
  abstractions/base and nameservice for /usr/etc/ (boo#1161756)
- Properly pull in full python3 interpreter
- add libapparmor-python3.8.diff to fix building the libapparmor python
  bindings (deb#943657)
- add usr-etc-abstractions-authentification.diff to allow reading
  /usr/etc/pam.d/* and some other authentification-related files (boo#1153162)
- add abstractions-ssl-certbot-paths.diff - add certbot paths to
  abstractions/ssl_certs and abstractions/ssl_keys
- add apparmor-krb5-conf-d.diff for kerberos client
- update to 2.13.3
  - profile updates for dnsmasq, dovecot, identd, syslog-ng
  - new "/lsb_release"/ profile (only used when using "/Px -> lsb_release"/)
  - fix buggy syntax in tunables/share
  - several abstraction updates
  - parser: fix "/Px -> foo-bar"/ (the "/-"/ was rejected before)
  - several bugfixes in aa-genprof and aa-logprof
  - see https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.13.3
    for the detailed upstream changelog
- drop upstream(ed) patches:
  - apparmor-nameservice-resolv-conf-link.patch
  - profile_filename_cornercase.diff
  - dnsmasq-libvirtd.diff
  - dnsmasq-revert-alternation.diff
  - usrmerge-fixes.diff
  - libapparmor-swig-4.diff
- re-number remaining patches
- add upstream libapparmor-swig-4.diff: fix libapparmor tests with swig
  4.0 (boo#1135751)
- Disable LTO (boo#1133091).
- update lessopen.sh profile for usrMerge (bash and tar) (boo#1132350)
- add usrmerge-fixes.diff: fix test failures when /bin/sh is handled by
  update-alternatives (boo#1127877)
- add dnsmasq-revert-alternation.diff: revert path alternation in
  dnsmasq profile and re-add peer=/usr/sbin/libvirtd rules to avoid
  breaking libvirtd (boo#1127073)
- add dnsmasq-libvirtd.diff: allow peer=libvirtd in the dnsmasq profile
  to match the newly added libvirtd profile name (boo#1118952#c3)
- Use %license instead of %doc [bsc#1082318]
- add apparmor-lessopen-nfs-workaround.diff: allow network access in
  lessopen.sh for reading files on NFS (workaround for boo#1119937 /
  lp#1784499)
- add profile_filename_cornercase.diff: drop check that lets aa-logprof
  error out in a corner-case (log event for a non-existing profile while
  a profile file with the default filename for that non-existing profile
  exists) (boo#1120472)
- netconfig: write resolv.conf to /run with link to /etc (fate#325872,
  boo#1097370) [patch apparmor-nameservice-resolv-conf-link.patch]
- update to AppArmor 2.13.2
  - add profile names to most profiles
  - update dnsmasq profile (pid file and logfile path) (boo#1111342)
  - add vulkan abstraction
  - add letsencrypt certificate path to abstractions/ssl_*
  - ignore *.orig and *.rej files when loading profiles
  - fix aa-complain etc. to handle named profiles
  - several bugfixes and small profile improvements
  - see https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.13.2
    for the detailed upstream changelog
- remove upstreamed fix-syntax-error-in-rc.apparmor.functions.patch
- update to 2.13.1
  - add qt5 and qt5-compose-cache-write abstractions
  - add @{uid} and @{uids} kernel var placeholders
  - several profile and abstraction updates
  - ignore "/abi"/ rules in parser and tools (instead of erroring out)
  - utils: fix overwriting of child profile flags if they differ from
    the main profile
  - several bugfixes (including boo#1100779)
  - see https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.13.1
    for the detailed upstream changelog
- remove upstream(ed) patches:
  - aa-teardown-path.diff
  - fix-apparmor-systemd-perms.diff
  - logprof-skip-cache-d.diff
  - fix-samba-profiles.patch
  - make-pyflakes-happy.diff
  - dnsmasq-Add-permission-to-open-log-files.patch
- refresh apparmor-samba-include-permissions-for-shares.diff
- add fix-syntax-error-in-rc.apparmor.functions.patch
- update rpmlintrc:
  - whitelist .features file which is part of the pre-compiled cache
  - comment out filters for the disabled tomcat_apparmor subpackage
- Backport dnsmasq fix:
  025c7dc6 - dnsmasq-Add-permission-to-open-log-files.patch
  (boo#1111342)
- add make-pyflakes-happy.diff to fix an unused variable (SR 629206)
- add fix-samba-profiles.patch - smbd loads new shared libraries.
  Allow winbindd to access new kerberos credential cache location
  (boo#1092099)
- exclude the /etc/apparmor.d/cache.d/ directory from aa-logprof parsing
  (logprof-skip-cache-d.diff)
- add fix-apparmor-systemd-perms.diff - fix permissions of
  /lib/apparmor/apparmor.systemd (boo#1090545)
- create and package precompiled cache (/usr/share/apparmor/cache,
  read-only) (boo#1069906, boo#1074429)
- change (writeable) cache directory to /var/cache/apparmor/ - with the
  new btrfs layout, the only reason for using /var/lib/apparmor/cache/
  (which was "/it's part of the / subvolume"/) is gone, and /var/cache
  makes more sense for the cache
- adjust parser.conf (via apparmor-enable-profile-cache.diff) to use both
  cache locations
- clear cache also in %post of abstractions package
- update to AppArmor 2.13
  - add support for multiple cache directories and cache overlays
    (boo#1069906, boo#1074429)
  - add support for conditional includes in policy
  - remove group restrictions from aa-notify (boo#1058787)
  - aa-complain etc.: set flags for profiles represented by a glob
  - aa-status: split profile from exec name
  - several profile and abstraction updates
  - see https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.13
    for the detailed upstream changelog
- drop upstreamed patches and files:
  - aa-teardown
  - apparmor.service
  - apparmor.systemd
  - 32-bit-no-uid.diff
  - disable-cache-on-ro-fs.diff
  - dovecot-stats.diff
  - parser-write-cache-warn-only.diff
  - set-flags-for-profiles-represented-by-glob.patch
  - fix-regression-in-set-flags.patch
- drop spec code that handled installing aa-teardown, apparmor.service
  and apparmor.systemd (now part of upstream Makefile)
- simplify "/make -C profiles parser-check"/ call (upstream Makefile bug
  that required to call "/cd"/ was fixed)
- add aa-teardown-path.diff - install aa-teardown in /usr/sbin/
- move 'exec' symlink to parser package (belongs to aa-exec)
- Set flags for profiles represented by glob (bsc#1086154)
  set-flags-for-profiles-represented-by-glob.patch
  fix-regression-in-set-flags.patch
- add dovecot-stats.diff:
  - add dovecot/stats profile and allow dovecot to run it (boo#1088161)
  - allow dovecot/auth to write /run/dovecot/old-stats-user (part of boo#1087753)
- update 32-bit-no-uid.diff with upstream fix
- Change of path of rpm in lessopen.sh (boo#1082956)
- add disable-cache-on-ro-fs.diff - disable write cache if filesystem is
  read-only and don't bail out (bsc#1069906, bsc#1074429)
- add parser-write-cache-warn-only.diff to make cache write failures a
  warning instead of an error (boo#1069906, boo#1074429)
- reduce dependeny on libnotify-tools (used by aa-notify -p) to "/Suggests"/
  to avoid pulling in several Gnome packages on servers (boo#1067477)
- update to AppArmor 2.12
  - add support for 'owner' rules in aa-logprof and aa-genprof
  - add support for includes with absolute path in aa-logprof etc. (lp#1733700)
  - update aa-decode to also decode PROCTITLE (lp#1736841)
  - several profile and abstraction updates, including boo#1069470
  - see https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.12
    for the detailed upstream changelog
- drop upstreamed patches:
  - read_inactive_profile-exactly-once.patch
  - utils-fix-sorted-save_profiles-regression.diff
- lessopen profile: change all 'rix' rules to 'mrix'
- add 32-bit-no-uid.diff to fix handling of log events without ouid on
  32 bit systems
- update to AppArmor 2.11.95 aka 2.12 beta1
  - add JSON interface to aa-logprof and aa-genprof (used by YaST)
  - drop old YaST interface code
  - update audio, base and nameservice abstractions
  - allow @{pid} to match 7-digit pids
  - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_11_95
    for the detailed upstream changelog
- drop upstreamed patches
  - apparmor-yast-cleanup.patch
  - apparmor-json-support.patch
  - nameservice-libtirpc.diff
- drop obsolete perl modules (YaST no longer needs them)
- drop patches that were only needed by the obsolete perl modules:
  - apparmor-utils-string-split
  - apparmor-abstractions-no-multiline.diff
- drop profiles-sockets-temporary-fix.patch - obsoleted by a fix in
  apparmor_parser
- refresh utils-fix-sorted-save_profiles-regression.diff
- add aa-teardown (new script to unload all profiles)
- make ExecStop in apparmor.service a no-op (workaround for a systemd
  restriction, see boo#996520 and boo#853019 for details)
- lessopen profile: allow capability dac_read_search and dac_override,
  allow groff to execute several helpers (boo#1065388)
- read_inactive_profile-exactly-once.patch (bsc#1069346)
  Perform reading of inactive profiles exactly once.
- update to AppArmor 2.11.1
  - add permissions to several profiles and abstractions (including
    lp#1650827 and boo#1057900)
  - several fixes in the aa-* tools (including lp#1689667, lp#1628286,
    lp#1661766 and boo#1062667)
  - fix downgrading/converting of 'unix' rules (will be supported in
    kernel 4.15) to 'network unix' rules in apparmor_parser (boo#1061195)
  - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_11_1 for
    upstream changelog
- remove upstream(ed) patches
  - upstream-changes-r3616..3628.diff
  - upstream-changes-r3629..3648.diff
  - parser-tests-dbus-duplicated-conditionals.diff
  - apparmor-fix-podsyntax.patch
  - sshd-profile-drop-local-include-r3615.diff
- refresh apparmor-yast-cleanup.patch
- add utils-fix-sorted-save_profiles-regression.diff to fix a regression
  in displaying the "/changed profiles"/ list in aa-logprof
- add nameservice-libtirpc.diff to fix NIS/YP logins (boo#1062244)
- profiles-sockets-temporary-fix.patch to cater to nameservices with the
  new sockets mediation, until unix rules are upstreamed (boo#1061195)
- add apparmor-fix-podsyntax.patch from mailing list to fix
  compilation with perl 5.26
- do not require exact X.Y version of "/python3"/
- require also matching python(abi) which is arguably more important
- don't rely on implementation details for reload in %post
- add JSON support. Required for FATE#323380.
  (apparmor-yast-cleanup.patch, apparmor-json-support.patch)
- add upstream-changes-r3629..3648.diff:
  - preserve unknown profiles when reloading apparmor.service
    (CVE-2017-6507, lp#1668892, boo#1029696)
  - add aa-remove-unknown utility to unload unknown profiles (lp#1668892)
  - update nvidia abstraction for newer nvidia drivers
  - don't enforce ordering of dbus rule attributes in utils (lp#1628286)
  - add --parser, --base and --Include option to aa-easyprof to allow
    non-standard paths (useful for tests) (lp#1521031)
  - move initialization code in apparmor.aa to init_aa(). This allows to
    run all utils tests even if /etc/apparmor.d/ or /sbin/apparmor_parser
    don't exist.
  - several improvements in the utils tests
- drop upstreamed python3-drop-re-locale.patch
- no longer delete/skip some of the utils tests (to allow this, add
  parser-tests-dbus-duplicated-conditionals.diff)
- add var.mount dependeny to apparmor.service (boo#1016259#c34)
- Cleanup spec file:
  - don't use insserv if we afterwards call systemd, this can
    have bad side effects
  - remove dead code
  - remove now obsolete 'distro' checks
- Replace init.d script with new wrapper working with systemd
- add python3-drop-re-locale.patch: remove deprecated re.LOCALE
  flag in Python UI as it was dropped from Python 3.6 (lp#1661766)
- add upstream-changes-r3616..3628.diff:
  - update abstractions/base, abstractions/apache2-common and dovecot profiles
  - merge ask_the_questions() of aa-logprof and aa-mergeprof
  - pass LDFLAGS when building parser, libapparmor perl bindings and pam_apparmor
- adjust deleting the cache in profiles %post to the new cache location
- silence errors when deleting the cache (boo#976914)
- split libapparmor into separate spec to get rid of build loop
  involving mariadb, systemd, apparmor, libapr and mariadb again
  (see the discussion in SR 448871 for details)
- update to AppArmor 2.11.0
  - apparmor_parser now supports parallel compiles and loads
  - add full support for dbus, ptrace and signal rules and events to the
    utils
  - full rewrite of the file rule handling in the utils
  - lots of improvements and fixes
  - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_11 for the
    detailed changelog
- patches:
  - add sshd-profile-drop-local-include-r3615.diff to fix 'make check'
  - drop aa-unconfined-fix-netstat-call-2.10r3380.diff, no longer needed
  - refresh apparmor-abstractions-no-multiline.diff
  - refresh apparmor-samba-include-permissions-for-shares.diff
- spec changes:
  - aa-unconfined switched to using ss (from iproute2), adjust Recommends:
  - move libapparmor to /usr/lib*/
  - drop %if %suse_version checks for 12.x
  - change several Obsoletes from %version to < 2.9. Those package names
    weren't used since years, and 2.9 is still a careful choice
  - include apparmor.service independent of %suse_version
  - techdoc.pdf is now shipped in upstream tarball to reduce BuildRequires
  - drop latex2html, texlive-* and w3m BuildRequires
  - techdoc.txt and techdoc.html not included, drop them from the package
  - run most of utils/ make check (some tests expect /etc/apparmor.d/ and
    /sbin/apparmor_parser to exist, skip them)
  - BuildRequires python3-pyflakes (utils tests) and dejagnu (libapparmor tests)
  - drop sed'ing python3 into aa-* shebang (upstreamed)
  - build binutils
  - aa-exec is now written in C and lives in /usr/bin/, move it to the
    apparmor_parser package and create a compability symlink in /usr/sbin/
  - aa-exec manpage moved to section 1
  - aa-enabled is a small new tool to find out if AppArmor is enabled
  - package new aa_stack_profile(2) manpage
- change /etc/apparmor.d/cache symlink to /var/lib/apparmor/cache/.
  This is part of the root partition (at least with default partitioning)
  and should be available earlier than /var/cache/apparmor/
  (boo#1015249, boo#980081, bsc#1016259)
- add dependency on var-lib.mount to apparmor.service as safety net
- update to AppArmor 2.10.2 maintenance release
  - lots of bugfixes and profile updates (including boo#1000201,
    boo#1009964, boo#1014463)
  - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_10_2 for details
- add aa-unconfined-fix-netstat-call-2.10r3380.diff to fix a regression
  in aa-unconfined
- drop upstream(ed) patches:
  - changes-since-2.10.1--r3326..3346.diff
  - changes-since-2.10.1--r3347..3353.diff
  - libapparmor-fix-import-path.diff (upstream fix is slightly different)
  - nscd-var-lib.diff
- refresh apparmor-abstractions-no-multiline.diff
- add nscd-var-lib.diff to allow /var/lib/nscd/ in the nscd profile and
  abstractions/nameservice (path changed in latest nscd in Tumbleweed)
- add changes-since-2.10.1--r3347..3353.diff with upstream changes and
  fixes in the 2.10 branch, including
  - allow writing *.qf files (for disk-based buffering) in syslog-ng profile
  - add several permissions to the dovecot profiles (deb#835826)
  - add a missing path in the traceroute profile
- add changes-since-2.10.1--r3326..3346.diff with upstream changes and
  fixes since the 2.10.1 release, including
  - allow dac_override in winbindd profile (boo#990006#c5)
  - allow mr for /usr/lib*/ldb/*.so in samba abstractions (needed since
    Samba 4.4.x, boo#990006)
  - abstractions/nameservice: also support ConnMan-managed resolv.conf
  - let aa-genprof ask about profiles in extra dir (again)
  - fix aa-logprof "/add hat"/ endless loop (lp#1538306)
  - honor 'chown' file events in logparser.py
  - ignore log file events with a request mask of 'send' or 'receive'
    because they are actually network events (lp#1577051, lp#1582374)
  - accept hostname with dots when parsing logs (lp#1453300 comments #1 and #2)
- fix python LibAppArmor import failures with swig > 3.0.8 (boo#987607)
  (libapparmor-fix-import-path.diff)
- refresh apparmor-abstractions-no-multiline.diff
- drop upstreamed profiles-ping-inet6-r3449.diff
- add %check section - runs libapparmor (including swig bindings),
  parser and profiles tests
- add BuildRequires: perl(Locale::gettext) - needed for parser tests
- add profiles-ping-inet6-r3449.diff - latest ping also does IPv6 (boo#980596)
- update to AppArmor 2.10.1 (2.10 branch r3326):
  - fix incorrect output of child profile names (apparmor_parser -N) which
    caused 'rcapparmor reload' to remove child profiles and hats (lp#1551950)
  - fix a crash in aa-logprof / logparser.py for change_hat log events
    (lp#1523297) and log events that look like file events, but aren't
    (lp#1540562, lp#1525119, lp#1466812)
  - write unix rules when saving a profile (lp#1522938, boo#954104#c3)
  - several fixes for variable handling in aa-logprof
  - map c (create) log events to w instead of a
  - add python to the "/no Px rule"/ list in logprof.conf
  - let aa-logprof check for duplicate profiles
  - let aa-status work without the apparmor.fail python module (boo#971917,
    lp#1480492)
  - add permissions in several profiles (including boo#948584, boo#948753,
    boo#954959, boo#954958, boo#971790, boo#964971, boo#921098, boo#923201 and
    boo#921098#c15).
  - and many more fixes, see the full changelog at
    http://wiki.apparmor.net/index.php/ReleaseNotes_2_10_1
- drop upstream(ed) patches:
  - fix-initscript-aa_log_end_msg.diff
  - syslog-ng-profile-boo948584.diff
  - upstream-profile-updates-r3205-3241.diff
- refresh patches:
  - apparmor-abstractions-no-multiline.diff
  - apparmor-samba-include-permissions-for-shares.diff
- drop libapparmor autogen.sh call (broke the build) and remove libtool BR
- add syslog-ng-profile-boo948584.diff - add several permissions needed
  by latest syslog-ng (boo#948584, boo#948753)
- add upstream-profile-updates-r3205-3241.diff with several profile updates:
  - add /usr/share/locale-bundle/** to abstractions/base
  - allow dnsmask to use /bin/sh (boo#940749) and /bin/dash
  - allow dovecot imap to read /run/dovecot/mounts
  - allow avahi-daemon to write to /run/systemd/notify
  - allow ntpd to read $PATH directory listings (boo#945592, boo#948752)
  - update dhclient profile
  - allow skype to read @{PROC}/@{pid}/net/dev (boo#939568)
  - and some other small updates
- drop upstreamed apparmor-winbindd-r3213.diff (included in the
  upstream-profile-updates patch)
- netstat moved to net-tools-deprecated in Tumbleweed (boo#944904)
- add apparmor-winbindd-r3213.diff - add missing k permissions for
  /etc/samba/smbd.tmp/msg/* in winbindd profile (boo#921098 #c15..19)
- add fix-initscript-aa_log_end_msg.diff - fixes ugly initscript
  output (boo#862170)
- update to AppArmor 2.10 (trunk r3205)
  - profile names can now contain variables
  - improved profile compile time in apparmor_parser
  - lots of improvements, refactoring and bugfixes in the aa-* tools
  - new apis for managing and loading profile caches into the kernel in
    libapparmor
  - lots of profile updates
  - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_10 for the
    complete changelog with more details
- add new apparmor_private.h and the aa_query_label(2), aa_features(3),
  aa_kernel_interface(3), aa_policy_cache(3), aa_splitcon(3) manpages
  to libapparmor-devel
- drop apparmor-2.5.1-edirectory-profile patch - it's most probably
  no longer needed (see boo#621394 for details)
- drop upstreamed samba-4.2-profiles.diff
- refresh apparmor-samba-include-permissions-for-shares.diff
- systemd-rpm-macros and %systemd_requires were at the wrong place,
  move them to the parser package (boo#931792)
- update to AppArmor 2.9.2 (2.9 branch r2911)
  - lots of bugfixes in the parser and the aa-* tools (including
    boo#918787)
  - update dovecot and dnsmasq profiles and several abstractions
    (including boo#911001)
  - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_9_2 for the
    full changelog
- remove upstream(ed) patches apparmor-changes-since-2.9.1.diff and
  apparmor-fix-stl-ostream.diff
- replace GPG key with new AppArmor GPG signing key, see
  https://launchpad.net/apparmor/+announcement/13404
- make sure %service_del_postun doesn't call systemctl try-restart
  (boo#853019, bare systemd edition)
- add samba-4.2-profiles.diff: update samba (winbindd and nmb)
  profiles for samba 4.2 (boo#921098, boo#923201)
- only install apparmor.service for openSUSE > 13.2
- Add a native systemd unit which *at the moment* only
  wraps/masks the early boot script.
- add apparmor-fix-stl-ostream.diff which fixes odd uses of
  std::ostream which are not valid.  Fixes build with GCC 5
- allow lessopen.sh to run /usr/bin/unzip-plain (boo#906858)
- add Requires: python3 to python3-apparmor package - readline isn't
  part of python3-base (boo#917577)
- add apparmor-changes-since-2.9.1.diff with upstream fixes since the
  2.9.1 release
  - update logparser.py to support changed syslog format (lp#1399027)
  - update usr.sbin.dovecot and usr.lib.dovecot.imap{, -login} profiles
    (lp#1296667)
  - update the mysqld profile
  - fix network rule description in apparmor.d(5) manpage
- drop upstreamed dnsmasq-profile-fixes.patch
- update expired GPG key
- update to AppArmor 2.9.1 (2.9 branch r2831)
  - fix log parsing for 3.16 kernels and syslog-style logs (boo#905368)
  - several fixes and performance improvements in the aa-* utils
  - profile updates for dnsmasq (boo#907870), nscd (boo#904620#c14 and
    bnc#908856), useradd, sendmail, man and passwd
  - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_9_1
    for full release notes
- refresh dnsmasq-profile-fixes.patch
- Fix dnsmasq profile to allow executing bash to run the --dhcp-script
  argument. Also fixed /usr/lib -> /usr/{lib,lib64} to get libvirt
  leasehealper script to run even on x86_64.
  dnsmasq-profile-fixes.patch. boo#911001
- rename lessopen.sh profile file to usr.bin.lessopen.sh to match the
  script filename
- add apparmor-lessopen-profile.patch: /usr/bin/lessopen.sh needs
  confinement. bnc#906858
- delete cache in apparmor-profiles %post (workaround for
  bnc#904620#c8 / lp#1392042)
- No longer perform gpg validation; osc source_validator does it
  implicit:
  + Drop gpg-offline BuildRequires.
  + No longer execute gpg_verify.
- fix bashism in post script
- update to AppArmor 2.9.0 (r2759)
  - change aa-mergeprof to the final commandline syntax
  - lots of bugfixes in the aa-* tools (bnc#900163, lp#1328707 and several
    bugs without a formal bugreport)
  - small additions to gnome, freedesktop.org, ubuntu-browsers.d/java
    and user-mail abstractions
  - fix mod_apparmor to not break basic auth
  - update perl modules to support signal, unix and ptrace rules (bnc#900013)
  - don't warn about rules not supported by the kernel
  - fix logging of "/audit capability"/ (lp#1378091)
  - add support for the "/hat"/ keyword in apparmor.vim
  - build html version of apparmor.vim manpage again (lp#1366572)
  - see also http://wiki.apparmor.net/index.php/ReleaseNotes_2_9_0
- update apparmor-abstractions-no-multiline.diff
- remove upstreamed apparmor-profiles-ntpd-pid-location.diff
argon2
- add baselibs.conf as cryptsetup also has 32bit variants
- Update description.
- Update to version 0.0+git20171227.670229c:
  * Added ABI version number
  * AVX2/AVX-512F optimizations of BLAMKA
  * Set Argon2 version number from the command line
  * New bindings
  * Minor bug and warning fixes (no security issue)
- use _service file
- ship libargon2.pc (bsc#1034441)
- moved argon2-specs.pdf to doc subpackage
- added packaging of man page
- make sure to call cc with -pthread option (implies -lpthread)
- run test suite
- Initial release
at
- change login shell for at user from /bin/bash to /bin/false as it
  shouldn't need a valid login shell [jsc#SLE-17611] [bsc#1181576]
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Drop patch at-3.1.8-eal3-manpages.patch merged upstream differently
- Version update to at 3.1.20 to match latest upstream:
  * Pam and selinux implemented upstream
  * various tiny fixes
- Rebase patches:
  * at-3.1.13-documentation-dir.patch
  * at-3.1.13-massive_batch.patch
  * at-3.1.14-joblist.patch
  * at-3.1.14-parse-suse-sysconfig.patch
  * at-3.1.14-usePOSIXtimers.patch
  * at-3.1.14.patch
- Drop no longer needed patches:
  * at-3.1.13-formatbugs.patch
  * at-3.1.13-pam-session-as-root.patch
  * at-3.1.13-pam.patch
  * at-3.1.13-queue-nice-level.patch
  * at-3.1.14-selinux.patch
- add at-3.1.16-handle_malformed_jobs.patch to prevent creation of
  the corrupted files and their looping [bnc#945124]
- loadavg on Linux is a sum over all CPUs, so multiply LOADAVG_MX
  by the amount of CPUs when comparing to loadavg (bnc#889174)
  * added at-adjust_load_to_cpu_count.patch
- Version bump to 3.1.16 to match latest upstream:
  * Fix regression for sec-fix in bash we applied in form of patch
    till now - deleting at-3.1.15-sane-envkeys.patch
- Sync/split features to be patch specific, modifying:
  * at-3.1.13-pam.patch
  * at-3.1.14-parse-suse-sysconfig.patch
  * at-3.1.14-selinux.patch
- Cleanup with spec-cleaner
- Remove systemd conditional (we do not work on sle11 anyway)
- atd.service: run After=nss-user-lookup.target not after
  systemd-user-sessions.service
- atd.service: run After=time-sync.target
- Replace at-sane-envkeys.diff by at-3.1.15-sane-envkeys.patch,
  a simpler fix from upstream [bsc#899160]
at-spi2-core
- Ad at-spi2-core-async-session-register.patch: make bus-launcher
  session registration more robust (boo#1154582).
- Update to version 2.34.0:
  + Fix a use after free when freeing an event.
  + Clean up handling of the X11 property specifying the bus
    address.
  + Update doap.
- Update to version 2.33.92:
  + Now requires meson 0.50.0.
  + License is now LGPL-2.1+.
  + Meson: only link to libdl when it is necessary.
  + Update installation instructions.
  + Clarify atspi_editable_text_insert_text documentation.
  + Do not warn on no reply from pending get_items call.
  + Eliminate some superfluous runtime warnings.
- Require meson >= 0.50.0.
- Set license to LGPL-2.1-or-later.
- Update to version 2.33.90:
  + Refactor the API for the screen reader to notify listeners
    of its status.
  + Add a sender to the AtspiEvent struct.
  + Add missing atspi_application_get_type prototype.
  + Support mutter remote desktop interface for synthesizing
    keyboard/mouse events (likely still needs work).
- Update to version 2.33.2:
  + Check WAYLAND_DISPLAY, rather than XDG_SESSION_TYPE, to avoid X
    connections. Fixes breakage if X is started with startx and
    XDG_SESSION_TYPE is unset.
  + X11: also try mod4 and mod5 to generate keysyms.
  + Add ATSPI_ROLE_CONTENT_DELETION and
    ATSPI_ROLE_CONTENT_INSERTION.
  + Check for dbus-daemon in /usr/lib (for Solaris).
- Update to version 2.32.1:
  + Fix meson build for meson 0.50.0 and newer.
- Drop at-spi2-core-meson-build-fix.patch: Fixed upstream.
- Add at-spi2-core-meson-build-fix.patch: fix build for meson
  0.50.0 (glgo#GNOME/at-spi2-core!9).
- Update to version 2.32.0:
  + Stable release version bump.
- Update to version 2.31.92:
  + Fix atspi_table_cell_get_(row_column)_headers.
  + Update documentation to indicate that extents are only
    meaningful when an object has both STATE_VISIBLE and
    STATE_SHOWING.
  + Use a consistent style for the meson options.
  + Fix a compiler warning on BSD.
  + Add ScrollSubstringTo and ScrollSubstringToPoint text
    interfaces.
- Enable gtk-docs BuildRequires and update options passed to meson.
- Drop unneeded and unused intltool BuildRequires.
- Update to version 2.31.2:
  + Add ScrollSubstringTo and ScrollSubstringToPoint text
    interfaces.
- Update to version 2.31.1:
  + Bus launcher: fix an issue where the error wasn't cleared on
    failure.
  + Add support for locking/unlocking modifiers.
  + Update error log text for consistency.
  + Documentation clean-ups.
- Drop upstream fixed patches:
  + at-spi2-core-bus-launch-use__linux__.patch.
  + at-spi2-core-generate-pc.patch.
- Update to version 2.30.1:
  + Fix atspi_table_cell_get_(row|column)_header_cells
    (bsc#1127792).
- Add at-spi2-core-bus-launch-use__linux__.patch: bus-launch:
  use __linux__ over __linux.
- Add at-spi2-core-generate-pc.patch: meson: Generate a pkg-config
  file.
- Disable gtk-doc BuildRequires and pass enable_docs=false to
  meson. Temp workaround for buildfail when building docs with
  meson 0.48.
- Update to version 2.30.0:
  + No changes, stable bump only.
- Update to version 2.29.1:
  + Add dbus-broker support to bus launcher.
  + Add ScrollTo and ScrollToPoint component interfaces.
  + Do not use deprecated GSettings API.
  + Fix various compiler warnings and documentation annotations.
- Update to version 2.28.0:
  + Support building a static library (bgo#793652).
  + Fix build on FreeBSD (bgo#791608).
- Update to version 2.27.92:
  + Dropped autotools support.
  + Documentation: Remove list association from
    ATSPI_ROLE_DESCRIPTION_{TERM,VALUE} (bgo#791021).
  + Fix a potential buffer overflow in at-spi-bus-launcher
    (bgo#791124).
  + Make the build reproducible (bgo#791167).
- Drop at-spi2-core-bgo791124-buffer-overflow.patch and
  at-spi2-core-bgo791167-reproducible-build.patch: fixed upstream.
- Modernize spec-file by calling spec-cleaner
- Add at-spi2-core-bgo791124-buffer-overflow.patch: fix possible
  buffer overflow reading dbus address in at-spi-bus-launcher
  (boo#1073027, bgo#791124).
- Add at-spi2-core-bgo791167-reproducible-build.patch: use
  @basename@ in templates, rather than @filename@; fixes build
  reproducibility and multiarch conflict (bgo#791167).
- Switch to using meson buildsystem:
  + Add meson and gtk-doc BuildRequires.
  + Use meson, meson_build and meson_install macros instead of
    autotools macros.
  + Drop update-desktop-files BuildRequires and stop using
    suse_update_desktop_file macro, no longer needed.
  + Modernize spec, use spec-cleaner.
- Update to version 2.26.2:
  + dist po/meson.build (bgo#789666).
  + Generate correct sonname when building with meson.
- Update to version 2.26.1:
  + Remove unused dependency on libxkbcommon.
  + Various meson build fixes.
  + Updated translations.
- Update package summaries and old RPM macros.
- Update to version 2.26.0:
  + m4/gettext.m4, m4/iconv.m4, m4/lib-ld.m4, m4/lib-link.m4,
    m4/lib-prefix.m4, m4/nls.m4, m4/po.m4 and m4/progtest.m4:
    Upgrade to gettext-0.19.8.1.
  + configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.19.8.
- Update to version 2.25.92:
  + configure.ac: make xkb optional, as intended.
  + Optionally read the bus adddress from the ATSPI_BUS_ADDRESS
    environment variable (bgo#787126).
- Update to version 2.25.91:
  + Meson build files should now be usable, with the exception of
    the dist target.
- Update to version 2.25.90:
  + Fix a couple of introspection issues (bgo#784481).
  + atspi_get_a11_bus: don't leak the DBusConnection.
  + Meson fixes.
- Update to version 2.25.4:
  + Fix gir generation with autotools (bgo#783994).
- Update to version 2.25.3:
  + Fix -Wmisleading-indentation warnings.
  + Fix memory leak of at-spi-bus-launcher.
  + Add error-message, error-for, details, and details-for relation
    types.
  + Poll direct dbus connections in the main loop--fixes processes
    being marked hung and the hung flag never being removed.
  + Add Meson build system.
  + Various build fixes.
- Add pkgconfig(xkbcommon-x11) BuildRequires: new dependency.
- Update to version 2.25.2:
  + Attempt to fix an occasional crash when an application
    disappears (bgo#767074).
  + Add some missing roles to correspond with atk (description
    list, description term, description value, and footnote).
- Update to version 2.25.1:
  + No changes.
- Update to version 2.24.1:
  + atspi_table_cell_get_position: Don't crash on error.
- Update to version 2.24.0:
  + No changes.
- Update to version 2.23.92:
  + Table cell API fixes (bgo#779835).
- Update to version 2.23.90:
  + Fix an occasional crash when an application is closed
    (bgo#767074).
- Update to version 2.23.4:
  + Don't pull in X headers if x11 is disabled (bgo#773710).
  + at-spi-bus-launcher: session management fixes (bgo#774441).
  + events: add recently added page changed event (bgo#719898).
  + roles: EXTENDED roles are deprecated (bgo#720123).
- Update to version 2.22.0:
  + at-spi-bus-launcher: Fix uninitialized variable.
  + Fix return value error in session_manager_connect (bgo#768881).
  + Updated translations.
- Update to version 2.21.4:
  + Fixed a crash in atspi_accessible_clear_cache.
  + Fixed a crash caused by at-spi2-registryd dying.
  + Fixed some session management issues in at-spi-bus-launcher.
- Drop at-spi2-core-session-management.patch: Fixed upstream.
- Update to version 2.21.2:
  + Allow building without Xtst, Xi with --disable-x11.
  + ref_accessible_desktop: don't unref reply until we're finished
    with it.
  + Updated translations.
- Update to version 2.21.1:
  + Fix parsing of at-spi-bus-launcher command line arguments
    (bgo#765220).
  + Build clean-ups.
- Update at-spi2-core-session-management.patch: fix uninitialized
  variable (bsc#984109).
- Add at-spi2-core-session-management.patch: properly register
  at-spi-bus-launcher with gnome-session (bsc#984109).
- Drop at-spi2-core-devel Obsolete: the devel package have not
  existed since 2009. At the same time, drop rpmlintrc, since it's
  not needed anymore.
- Pkgconfig'ify spec file BuildRequires:
  + Replace/Remove: glib2-devel, gobject-introspection-devel,
    xorg-x11-devel.
  + Add: pkgconfig(gio-2.0), pkgconfig(glib-2.0),
    pkgconfig(gobject-2.0), pkgconfig(gobject-introspection-1.0),
    pkgconfig(x11), pkgconfig(xtst), pkgconfig(xi).
- Update to GNOME 3.20.2  Fate#318572
- Update to version 2.20.2:
  + Fixed an invalid memory access when fetching an accessible.
- Update to GNOME 3.20  Fate#318572
- Drop at-spi2-core-null-event-source.patch: fixed upstream.
- Update to version 2.20.1:
  + registryd: avoid crashing with a NULL keystring (bgo#764688).
  + Plug a memory leak in AtspiEventListener (bgo#764688).
- Update to version 2.20.0:
  + No changes.
- Update to version 2.19.92:
  + Support a stateless configuration by default (bgo#763540).
- Update to version 2.19.91:
  + Don't display warnings when connecting to an app that no longer
    exists.
- Update to version 2.19.90:
  + Don't display warning if unable to connect when logged in via
    ssh (bgo#761600).
  + at-spi-bus-launcher: register with session manager
    (bgo#753931).
- Update to version 2.19.2:
  + Disable xevie by default--it probably doesn't do anything
    anyhow.
  + get_index_in_parent: Don't crash if parent is defunct.
  + Don't crash when trying to set an invalid state (bgo#757915).
- Update to version 2.19.1:
  + atspi_hyperlink_get_index_range: don't return random values if
    the call fails (bgo#755727).
  + Fixed some atspi_text_ functions (bgo#755731).
- Update to version 2.18.3:
  + get_index_in_parent: Don't crash if the parent is defunct.
- Update to version 2.18.2:
  + Really don't crash if we get a children-changed event with a
    non-existent child (bgo#755951).
  + Fixed crash during removal of last application in registryd
    (bgo#756513).
- Disable xevie when configuring (boo#952011).
- Update to version 2.18.1:
  + Don't crash if we get a children-changed event with a
    non-existent child (bgo#755951).
  + atspi_hyperlink_get_index_range: don't return random values if
    the call fails (bgo#755727).
  + Fixed some atspi_text_ functions (bgo#755731).
- Update to version 2.18.0:
  + Updated translations.
- Update to version 2.17.90:
  + Modified the cache API to specify an object's index and child
    count rather than its children. This eliminates the need for
    the application to enumerate its children, improving
    performance in some places with large lists (bgo#650090).
- Update to version 2.17.1:
  + Functions shouldn't try to return values (bgo#749330).
  + Fix atspi_table_cell_get_position.
- Update to version 2.16.0:
  + Fix GTK-Doc comment blocks.
  + Updated translations.
- Update to version 2.15.90:
  + Deprecate atspi_text_get_text_{before,at,after}_offset()
    (bgo#697969).
  + Add roles for fractions, roots, subscripts, and superscripts
    (bgo#743403).
- Update to version 2.15.4:
  + Add names to every timeout (bgo#710644).
  + Remove accessibility.conf from EXTRA_DIST (bgo#742987).
  + Add ATSPI_STATE_READONLY (bgo#690004).
- Update to version 2.15.3:
  + Replace deprecated "/Rename to"/ gtk-doc tag.
  + Fix atspi_table_cell_get_column_span prototype.
- Update to version 2.15.2:
  + Make the documentation of ATSPI's STATE_ACTIVE consistent with
    that of ATK's (bgo#740274).
  + Add ATSPI_ROLE_STATIC and update documentation for
    ATSPI_ROLE_TEXT (bgo#740340).
  + gi-annotations: get_relation_set returns a array of
    AtspiRelation.
- Update to version 2.15.1:
  + Fix some issues with the accessibility bus configuration
    (bgo#722738).
  + Documentation for AtspiTableCell is now built.
- Update to version 2.14.1:
  + Docs: add AtspiTableCell.
atk
- Update to version 2.34.1:
  + Meson: fixed version.
- Update URL.
- Update to version 2.34.0:
  + No changes provided by upstream.
- Update to version 2.33.3:
  + Documentation: general documentation cleanup:
  - Move Deprecated section down on AtkUtil.
  - Update the list of symbols.
  - Annotate the version for AtkTableCellIface.
  - Use Markdown syntax for notes.
  - Use the appropriate syntax for enumerations.
  - Add missing documentation for AtkObject functions.
  - Write description for AtkImage method.
  - Add proper gtk-doc blurbs for AtkDocument, AtkComponentIface
    and AtkActionIface.
  - Remove atk.types (as we can autogenerate it).
  + AtkSocket/AtkPlug:  Implement proper constructor for AtkPlug
    and AtkSocket.
  + AtkText: Doc: minor doc fix for
    atk_text_get_default_attributes.
  + New Roles: Add ATK_ROLE_CONTENT_INSERTION and
    ATK_ROLE_CONTENT_DELETION.
  + Build:
  - Meson: do not guard gir behind a cross_build check.
  - Meson: refresh the build.
  - Meson: use Meson to generate the pkgconfig file.
  + Updated translations.
- Changes from version 2.33.2:
  + AtkObject: added accessible_id property.
  + AtkText
  - Edit documentation for last methods added in order to fix
    introspection
  - Fix failure value for atk_text_get_caret_offset.
  + Build: Bumping ATK version without a release as at-spi2-atk
    master started to depend on last API changes.
- Update to version 2.32.0:
  + Updated translations.
- Update to version 2.31.92:
  + By mistake, 2.31.90 re-introduced a bug, as master didn't have
    the revert for "/atkimplementor: use the G_DEFINE_INTERFACE
    macro to declare it as interface in the introspection"/.
- Update to version 2.31.90:
  + AtkText: Add ScrollSubstringTo and ScrollSubstringToPoint
    methods to AtkText.
  + Build - meson:
  - Make atk work as a subproject.
  - Use an autotools compatible
    compatibility_version/current_version on macOS.
  - Fix usage of glib as a subproject dependency.
  - Replace shared_library by library.
  + Build - Visual Studio: Add build instructions for Visual
    Studio, as now is done via Meson.
  + Documentation:
  - Move atk_relation_set_contains_target to correct doc section.
  - Improve documentation for AtkText method return values.
  + Misc: atkplug, atksocket: Fix -Wredundant-decls.
  + Updated translations.
- Add meson_test macro, run tests during build.
- Update to version 2.30.0:
  + Fix "/atk 2.29.2 is reported not to work any more"/
    (glgo#GNOME/atk#1).
- Update to version 2.29.92:
  + Improve the documentation slightly.
- Use autosetup macro.
- Update to version 2.29.2:
  + Add ScrollTo and ScrollToPoint methods to AtkComponent.
  + Build: Require a more recent version fo Meson, 0.46.0.
  + Misc: Documentation, introspection, and versioning fixes.
- Update to version 2.29.1:
  + Important note: this is the first release without autotools
    support. From now on only meson would be supported.
  + Bugfixing: Setting accessible-role does not work (bgo#794513).
  + Build, autotools: Remove autotools support (bgo#795315).
  + Build, meson:
  - Fix linker options on Darwin (bgo#795065).
  - Follow meson_options convention (bgo#795301).
  + Updated translations.
- Following upstream changes, pass docs=true and introspection=true
  to meson.
- Unconditionally enable translation-update-upstream: on
  Tumbleweed, this results in a NOP and for Leap in SLE paid
  translations being used (boo#1086036).
- Update to version 2.28.1:
  + meson: fix version numbering. Roll new release to include it.
- Drop atk-2.28.0.patch: fixed upstream.
- Update to version 2.28.0:
  + bgo#791020: Remove list association from
    ATK_ROLE_DESCRIPTION_{TERM,VALUE}.
  + Updated translations.
- Add atk-2.28.0.patch: Call it 2.28.0 in meson.build, same as the
  tarball is called and what configure.ac defines.
- Modernize spec-file by calling spec-cleaner
- Update to version 2.27.1:
  + Build: meson, tracked by bug 785802:
  - Add option to disable introspection.
  - Fix .rc generation in Meson builds.
  + Build (Visual Studio): Enhance security of x64 binaries.
  + Updated translations.
- Update to version 2.26.1:
  + Build: meson, tracked by bgo#785802
  - Add option to disable introspection.
  - Fix .rc generation in Meson builds.
  + Build: (Visual Studio)
  - Enhance security of x64 binaries.
  + Updated translations.
- Update to version 2.26.0:
  + Build: meson on Windows, tracked by bgo#785802 (not fully fixed
    yet):
  - Force-include msvc_recommended_pragmas.h on MSVC.
  - tests: Fix build on pre-C99.
  - meson: Build .rc file on Windows.
  + Updated translations.
- Conditionally apply translations-update-upstream BuildRequires
  and macro for non-openSUSE only.
- Add meson BuildRequires and switch autotools macros configure,
  make and makeinstall to meson, meson_build and meson_install
  following upstream switch to Meson build system.
- Drop conditional gnome-common BuildRequires and autogen call,
  drop other conditional tweaks for obsolete versions of openSUSE.
- Run spec-cleaner, modernize spec.
- Update package summaries and RPM category.
  Replace old RPM macros by new constructs.
  Avoid running fdupes across hardlink boundaries.
- Update to version 2.25.90:
  + Bugfixing: bgo#689810: Move include guards out to enable GCC
    optimisation.
  + Build (meson):
  - Keep the version in sync with Autotools.
  - Add atkversion.h to introspection build.
  + Build (visual studio):
  - Adapt to the Python-field glib-genmarshal.
  - Adapt to new glib-genmarshal command line.
  - Use PythonDir instead of PythonPath.
  - Integrate introspection builds.
  - Don't build introspection by default.
  - Make marshal generation more robust.
  + Misc: Update AUTHORS file.
- Update to version 2.25.2:
  + bgo#781715: Crash under atk_gobject_accessible_dispose().
  + Build (general/autotools):
  - Add ATK_UNAVAILABLE macro.
  - Use template files for the ATK enumerations.
  - Convert atkversion.h.in to UTF-8 encoding.
  - Include the marshallers header, not the source.
  - Add buildir to the docs directories.
  - Update deprecation warnings symbols.
  - Simplify GObject dependency discovery.
  + Build (meson):
  - Bug 782871: Add meson build system.
  - Dist the Meson files.
  - Use the appropriate soversion.
  - Use the appropriate GETTEXT_PACKAGE.
  - Install atk.h.
  - Only depend on generated header.
  + Cleaning:
  - Remove atk.spec.in.
  - Remove uninstalled pkg-config file.
  - Remove unused script for bundling ATK on Windows.
  - Remove ChangeLog.
  - Remove local introspection.m4.
  + Docs:
  - Modernise the API reference:
    . Use XInclude.
    . Stop using SGML mode with XML files.
    . Drop version.xml and use the gtk-doc package entities.
  - Update the README mentioning Meson, Ninja, and cleaning a
    little.
  - Remove empty overrides file.
  + Gobject introspection: Mark unbindable functions as 'skip.
  + Misc: Update git ignore file.
  + New Relations and Roles:
  - bgo#748384: Add ATK_ROLE_FOOTNOTE
  - bgo#781587: Add error-message, error-for, details and
    details-for-relation.
  + Updated translations.
- Update to version 2.24.0:
  + Build, MSVC: Support Visual Studio 2017.
  + Updated translations.
- Update to version 2.23.4:
  + Build, MSVC:
  - Remove atk-install.props's on re-generation.
  - Makefile.msvcproj, Makefile-newvs.am: Update from GLib.
  - Move files to win32.
  + Docs:
  - Fix typo.
  - bgo#772236: change id of the atkobject chapter needed
    case-insensitive filesystems.
  + Misc: Use Unicode apostrophe in a translatable string.
  + Updated translations.
- Update to version 2.22.0:
  + Add more options to XGETTEXT_OPTIONS in po/Makevars.
  + Updated translations.
- Update to version 2.21.90:
  + Add some missing argument (out) annotations (bgo#764883).
  + Add Language headers to po files.
  + MSVC/win32 fixes.
- Move AUTHORS ChangeLog NEWS README to doc subpackage.
- Update to GNOME 3.20  Fate#318572
- Update to version 2.20.0:
  + Updated translations.
- Update to version 2.19.92:
  + Build improvements:
  - bgo763212: Fix gettext domain after recent changes.
  - Fix builddir ≠ srcdir in autogen.sh.
  - MSVC builds: Re-arrange include paths.
  + Cleaning: atkregistry: remove code not being compiled.
  + Updated translations.
- Re-enable translation-update-upstream BuildRequires and
  executionion: upstream fixed the gettext domain to be atk10
  again.
- Update to version 2.19.90:
  + bgo#755548: atktablecell: use content of the pointer instead of
    pointer itself.
  + bgo#760323: Use upstream gettext intead glib-gettext.
  + Build/MSVC/win32 improvements.
  + Updated translations.
- Disable translation-update-upstream BuildRequires and execution:
  Upstream changed from atk10 to atk, for which we have no updated
  translations. This in turn breaks the build.
- Update to version 2.18.0:
  + Build: Improvements on MSVC Build infrastructure.
  + Updated translations.
- Update to version 2.17.90:
  + Documentation:
  - Replace mentions of 'state-changed' with 'state-change'.
  - Fixed some tiny typos.
  + Build/win32 improvements:
  - Use Pattern Rules on build/Makefile-newvs.am.
  - Tidying and cleaning .vcxproj.filters generation. Fixes
    bgo#748176: out-of-tree distcheck fails in build/win32.
  - Removed GCC requirement.
  + "/install"/ Projects renamed to "/atk-install"/.
  + Misc: set proper file permission to source files.
- Fix baselibs.conf: the package keyword is redundant.
- Update to version 2.16.0:
  + Bug fixed: Fix a couple of GTK-Doc comment blocks
    (bgo#746459).
  + Visual Studio support:
  - Speed Up Release Builds.
  - Fix and improve .pdb Generation.
  - "/Install"/ .pdb Files.
  + Updated translations.
- Update to version 2.15.91:
  + autogen.sh: stop using deprecated gnome-autogen.sh.
  + configure.ac: Stop using deprecated GNOME-specific autoconf
    macros.
  + Updated translations.
- Update to version 2.15.4:
  + AtkRole: bgo#742806: Add new roles for fractions, roots,
    subscripts, and superscripts.
- Update to version 2.15.3:
  + AtkState: Add ATK_STATE_READ_ONLY (bgo#665598).
  + Bugs fixed:
  - Unref STATE_TYPE class ref after using it at
    state_type_get_name.
  - AtkTable: Added missing "/:"/ on one gi annotation.
  + Updated translations.
- Update to version 2.15.2:
  + AtkState:
  - bgo#739981: Add ATK_ROLE_STATIC and clarify ATK_ROLE_TEXT.
  - bgo#740152: Document the deprecation of ATK_STATE_ARMED.
  + Documentation:
  - bgo#740044: Fix some unclear language regarding
    ATK_STATE_ACTIVE.
  - bgo#740066: Improve documentation related to AtkState and
    AtkStateSet.
  - Extend atk_focus_tracker_notify deprecation documentation.
  - Remove some in-code documentation, that is already part of
    the docs.
  + Updated translations.
- Update to version 2.15.1:
  + Add ATK_STATE_HAS_TOOLTIP (bgo#407539).
  + Documentation:
  - Update README file.
  - Update documentation to reflect an additional use case for
    STATE_INDETERMINATE (bgo#737602).
attr
- Use %license instead of %doc [bsc#1082318]
- remove man5/attr.5, it is now part of man-pages
  http://lwn.net/Articles/643559/
- Reduce size of filelist by using wildcards;
  remove %doc (some locations are always %doc),
  remove %attr (files already have proper permissions)
- remove gpg-offline from bootstrap packages
- Update to new upstream release 2.4.47
  * This release fixes two functional bugs related to tree walking
  and the return code from getfattr. Also, a number of build system
  problems were fixed.
- Remove config-guess-sub-update.patch (no longer applies),
  attr-syscalls.patch (resolved differently upstream),
  builddefs.in.diff (replaced by logic in specfile)
- Signature verification
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
- Remove unused autoconf and automake build requires
- Add attr-syscalls.patch:
  Define attr syscall numbers for aarch64
- Add config-guess-sub-update.patch:
  Update confg.guess/sub for aarch64
- update license to new format
- add autoconf as buildrequire to avoid implicit dependency
- Add libattr-devel-static package
- Enable libattr-devel for all baselib arches
- Implement shlib package (libattr1)
- make shared library executable
- upgrade to 2.4.46
  - Fix tests
- upgrade to 2.4.45
  - OPTIONS in man pages should be a section heading, not a subsection heading
  - getfattr: encode NULs properly with --encoding=text
  - setfattr.1: document supported encodings of values
  - convert the man pages into html
  - attr_parse_attr_conf: eliminate a double free
  - attr_parse_attr_conf: eliminate a memory leak
  - quote: pull in string.h for strchr prototype
  - libattr: fix memory leak in attr_copy_action()
- use %_smp_mflags
- add baselibs.conf as a source
- adjust baselibs.conf for SPARC
- fixed implicit strchr() call
- do not package static libraries
- fix -devel package dependencies
- Version bump to 2.4.44
  - Stop quoting nonprintable characters in the getfattr output
  - More license updates
audit
- Enable Aarch64 processor support. (bsc#1179515 bsc#1179806)
- Fix specfile to require libauparse0 and libaudit1 after splitting
  audit-libs (bsc#1172295)
- Update to version 2.6.5:
  * Fix segfault on shutdown
  * Fix hang on startup (#1587995)
  * Add sleep to script to dump state so file is ready when needed
  * Add auparse_normalizer support for SOFTWARE_UPDATE event
  * Mark netlabel events as simple events so that get processed quicker
  * When audispd is reconfiguring, only SIGHUP plugins with valid pid (#1614833)
  * Add 30-ospp-v42.rules to meet new Common Criteria requirements
  * Update lookup tables for the 4.18 kernel
  * In aureport, fix segfault in file report
  * Add auparse_normalizer support for labeled networking events
  * Fix memory leak in audisp-remote plugin when using krb5 transport. (#1622194)
  * Event aging is off by a second
  * In ausearch/auparse, correct event ordering to process oldest first
  * auparse_reset was not clearing everything it should
  * Add support for AUDIT_MAC_CALIPSO_ADD, AUDIT_MAC_CALIPSO_DEL events
  * In ausearch/report, lightly parse selinux portion of USER_AVC events
  * In ausearch/report, limit record size when malformed
  * In auditd, fix extract_type function for network originating events
  * In auditd, calculate right size and location for network originating events
  * Treat all network originating events as VER2 so dispatcher doesn't format it
  * In audisp-remote do an initial connection attempt (#1625156)
  * In auditd, allow expression of space left as a percentage (#1650670)
  * On PPC64LE systems, only allow 64 bit rules (#1462178)
  * Make some parts of auditd state report optional based on config
  * Fix ausearch when checkpointing a single file (Burn Alting)
  * Fix scripting in 31-privileged.rules wrt filecap (#1662516)
  * In ausearch, do not checkpt if stdin is input source
  * In libev, remove __cold__ attribute for functions to allow proper hardening
  * Add tests to configure.ac for openldap support
  * Make systemd support files use /run rather than /var/run (Christian Hesse)
  * Fix minor memory leak in auditd kerberos credentials code
  * Fix auditd regression where keep_logs is limited by rotate_logs 2 file test
  * In ausearch/report fix --end to use midnight time instead of now (#1671338)
- Remote zos building is now a configurable option.
  It should be disabled in audit (and left enabled in audit-secondary).
- Make use of some %make_install.
- Update to version 2.8.4:
  * Generate checkpoint file even when not results are returned
    (Burn Alting).
  * Fix log file creation when file logging is disabled entirely
    (Vlad Glagolev).
  * Use SIGCONT to dump auditd internal state (rh#1504251).
  * Fix parsing of virtual timestamp fields in ausearch_expression
    (rh#1515903).
  * Fix parsing of uid & success for ausearch.
  * Hide lru symbols in auparse.
  * Fix aureport summary time range reporting.
  * Allow unlimited retries on startup for remote logging.
  * Add queue_depth to remote logging stats and increase default
    queue_depth size.
- Update to version 2.8.3:
  * Correct msg function name in lru debug code.
  * Fix a segfault in auditd when dns resolution isn't available.
  * Make a reload legacy service for auditd.
  * In auparse python bindings, expose some new types that were
    missing.
  * In normalizer, pickup subject kind for user_login events.
  * Fix interpretation of unknown ioctcmds (rh#1540507).
  * Add ANOM_LOGIN_SERVICE, RESP_ORIGIN_BLOCK, &
    RESP_ORIGIN_BLOCK_TIMED events.
  * In auparse_normalize for USER_LOGIN events, map acct for
    subj_kind.
  * Fix logging of IPv6 addresses in DAEMON_ACCEPT events
    (rh#1534748).
  * Do not rotate auditd logs when num_logs < 2 (brozs).
- Update header in audit-python3.patch
- Update patch guidelines in README-BEFORE-ADDING-PATCHES
- Add patch to fix test run without python2 interpreter:
  * audit-python3.patch
- Update to 2.8.2 release:
  * Update tables for 4.14 kernel
  * Fixup ipv6 server side binding
  * AVC report from aureport was missing result column header (#1511606)
  * Add SOFTWARE_UPDATE event
  * In ausearch/report pickup any path and new-disk fields as a file
  * Fix value returned by auditctl --reset-lost (Richard Guy Briggs)
  * In auparse, fix expr_create_timestamp_comparison_ex to be numeric field
  * Fix building on old systems without linux/fanotify.h
  * Fix shell portability issues reported by shellcheck
  * Auditd validate_email should not use gethostbyname
- Update to version 2.8.1 release (includes 2.8 and 2.7.8 changes)
  * many features added to auparse_normalize
  * cli option added to auditd and audispd for setting config dir
  * in auditd, restore the umask after creating a log file
  * option added to auditd for skipping email verification
-  Full changelog: http://people.redhat.com/sgrubb/audit/ChangeLog
- Rectify RPM groups, diversify descriptions.
- Remove mentions of static libraries because they are not built.
- Update to version 2.7.7 release
  Changelog: https://people.redhat.com/sgrubb/audit/ChangeLog
- Create folder for the m4 file from previous commit to avoid install
  failure
- Version update to 2.5 release
- Refresh two patches and README to contain SUSE and not SuSE
  * audit-allow-manual-stop.patch
  * audit-plugins-path.patch
- Cleanup with spec-cleaner and do not use subshells but rather use
  - C parameter of make
- Install m4 file to the devel package
- Do not depend on insserv nor fillup; the package provides
  neither sysconfig nor sysvinit files
- Update to version 2.4.4 (bsc#941922, CVE-2015-5186)
- Remove patch 'audit-no_m4_dir.patch'
  (added Fri Apr 26 11:14:39 UTC 2013 by mmeister@suse.com)
  No idea what earlier 'automake' build error this was trying to fix but
  it broke the handling of "/--without-libcap-ng"/. Anyways, no build error
  occurs now and m4 path is also needed in v2.4.4 to find ax_prog_cc_for_build
- Require pkgconfig for build
  Changelog 2.4.4
  - Fix linked list correctness in ausearch/report
  - Add more cross compile fixups (Clayton Shotwell)
  - Update auparse python bindings
  - Update libev to 4.20
  - Fix CVE-2015-5186 Audit: log terminal emulator escape sequences handling
  Changelog 2.4.3
  - Add python3 support for libaudit
  - Cleanup automake warnings
  - Add AuParser_search_add_timestamp_item_ex to python bindings
  - Add AuParser_get_type_name to python bindings
  - Correct processing of obj_gid in auditctl (Aleksander Zdyb)
  - Make plugin config file parsing more robust for long lines (#1235457)
  - Make auditctl status print lost field as unsigned number
  - Add interpretation mode for auditctl -s
  - Add python3 support to auparse library
  - Make --enable-zos-remote a build time configuration option (Clayton Shotwell)
  - Updates for cross compiling (Clayton Shotwell)
  - Add MAC_CHECK audit event type
  - Add libauparse pkgconfig file (Aleksander Zdyb)
  Changelog 2.4.2
  - Ausearch should parse exe field in SECCOMP events
  - Improve output for short mode interpretations in auparse
  - Add CRYPTO_IKE_SA and CRYPTO_IPSEC_SA events
  - If auditctl is reading rules from a file, send messages to syslog (#1144252)
  - Correct lookup of ppc64le when determining machine type
  - Increase time buffer for wide character numbers in ausearch/report (#1200314)
  - In aureport, add USER_TTY events to tty report
  - In audispd, limit reporting of queue full messages (#1203810)
  - In auditctl, don't segfault when invalid options passed (#1206516)
  - In autrace, remove some older unimplemented syscalls for aarch64 (#1185892)
  - In auditctl, correct lookup of aarch64 in arch field (#1186313)
  - Update lookup tables for 4.1 kernel
- Update to version 2.4.1
  Changelog 2.4.1
  - Make python3 support easier
  - Add support for ppc64le (Tony Jones)
  - Add some translations for a1 of ioctl system calls
  - Add command & virtualization reports to aureport
  - Update aureport config report for new events
  - Add account modification summary report to aureport
  - Add GRP_MGMT and GRP_CHAUTHTOK event types
  - Correct aureport account change reports
  - Add integrity event report to aureport
  - Add config change summary report to aureport
  - Adjust some syslogging level settings in audispd
  - Improve parsing performance in everything
  - When ausearch outputs a line, use the previously parsed values (Burn Alting)
  - Improve searching and interpreting groups in events
  - Fully interpret the proctitle field in auparse
  - Correct libaudit and auditctl support for kernel features
  - Add support for backlog_time_wait setting via auditctl
  - Update syscall tables for the 3.18 kernel
  - Ignore DNS failure for email validation in auditd (#1138674)
  - Allow rotate as action for space_left and disk_full in auditd.conf
  - Correct login summary report of aureport
  - Auditctl syscalls can be comma separated list now
  - Update rules for new subsystems and capabilities
- Drop patch audit-add-ppc64le-mach-support.patch (already upstream)
audit-secondary
- Do not explicitly provide group(audit) in system-users-audit:
  this is automatically handled by rpm/providers.
- Create new "/audit"/ group for read access to logs (bsc#1178154)
  * add change-default-log_group.patch
  * update audit-secondary.spec
- Enable Aarch64 processor support. (bsc#1179515 bsc#1179806)
- prepare usrmerge (boo#1029961)
- Update to version 2.6.5:
  * Fix segfault on shutdown
  * Fix hang on startup (#1587995)
  * Add sleep to script to dump state so file is ready when needed
  * Add auparse_normalizer support for SOFTWARE_UPDATE event
  * Mark netlabel events as simple events so that get processed quicker
  * When audispd is reconfiguring, only SIGHUP plugins with valid pid (#1614833)
  * Add 30-ospp-v42.rules to meet new Common Criteria requirements
  * Update lookup tables for the 4.18 kernel
  * In aureport, fix segfault in file report
  * Add auparse_normalizer support for labeled networking events
  * Fix memory leak in audisp-remote plugin when using krb5 transport. (#1622194)
  * Event aging is off by a second
  * In ausearch/auparse, correct event ordering to process oldest first
  * auparse_reset was not clearing everything it should
  * Add support for AUDIT_MAC_CALIPSO_ADD, AUDIT_MAC_CALIPSO_DEL events
  * In ausearch/report, lightly parse selinux portion of USER_AVC events
  * In ausearch/report, limit record size when malformed
  * In auditd, fix extract_type function for network originating events
  * In auditd, calculate right size and location for network originating events
  * Treat all network originating events as VER2 so dispatcher doesn't format it
  * In audisp-remote do an initial connection attempt (#1625156)
  * In auditd, allow expression of space left as a percentage (#1650670)
  * On PPC64LE systems, only allow 64 bit rules (#1462178)
  * Make some parts of auditd state report optional based on config
  * Fix ausearch when checkpointing a single file (Burn Alting)
  * Fix scripting in 31-privileged.rules wrt filecap (#1662516)
  * In ausearch, do not checkpt if stdin is input source
  * In libev, remove __cold__ attribute for functions to allow proper hardening
  * Add tests to configure.ac for openldap support
  * Make systemd support files use /run rather than /var/run (Christian Hesse)
  * Fix minor memory leak in auditd kerberos credentials code
  * Fix auditd regression where keep_logs is limited by rotate_logs 2 file test
  * In ausearch/report fix --end to use midnight time instead of now (#1671338)
- Fix build errors when using gcc-10 no-common default (bsc#1160384)
  New patch: audit-fno-common.patch
- Refresh audit-allow-manual-stop.patch
- Reduce scriptlets' hard dependency on systemd.
- Update to version 2.8.4:
  * Generate checkpoint file even when not results are returned
    (Burn Alting).
  * Fix log file creation when file logging is disabled entirely
    (Vlad Glagolev).
  * Use SIGCONT to dump auditd internal state (rh#1504251).
  * Fix parsing of virtual timestamp fields in ausearch_expression
    (rh#1515903).
  * Fix parsing of uid & success for ausearch.
  * Hide lru symbols in auparse.
  * Fix aureport summary time range reporting.
  * Allow unlimited retries on startup for remote logging.
  * Add queue_depth to remote logging stats and increase default
    queue_depth size.
- Update to version 2.8.3:
  * Correct msg function name in lru debug code.
  * Fix a segfault in auditd when dns resolution isn't available.
  * Make a reload legacy service for auditd.
  * In auparse python bindings, expose some new types that were
    missing.
  * In normalizer, pickup subject kind for user_login events.
  * Fix interpretation of unknown ioctcmds (rh#1540507).
  * Add ANOM_LOGIN_SERVICE, RESP_ORIGIN_BLOCK, &
    RESP_ORIGIN_BLOCK_TIMED events.
  * In auparse_normalize for USER_LOGIN events, map acct for
    subj_kind.
  * Fix logging of IPv6 addresses in DAEMON_ACCEPT events
    (rh#1534748).
  * Do not rotate auditd logs when num_logs < 2 (brozs).
- Use %license instead of %doc [bsc#1082318]
- Change openldap dependency to client only (bsc#1085003)
- Resolve issue with previous change if both Python2 and Python3 are
  present, tests were failing as python2 bindings are preferred in this
  case.
- reverted -j1 force ppc specific only
- Add patch to fix test run without python2 interpreter:
  * audit-python3.patch
- Update to 2.8.2 release:
  * Update tables for 4.14 kernel
  * Fixup ipv6 server side binding
  * AVC report from aureport was missing result column header (#1511606)
  * Add SOFTWARE_UPDATE event
  * In ausearch/report pickup any path and new-disk fields as a file
  * Fix value returned by auditctl --reset-lost (Richard Guy Briggs)
  * In auparse, fix expr_create_timestamp_comparison_ex to be numeric field
  * Fix building on old systems without linux/fanotify.h
  * Fix shell portability issues reported by shellcheck
  * Auditd validate_email should not use gethostbyname
- force -j1 for PowerPC make check to avoid build failure
  (lookup_test.o: file not recognized: File truncated)
- Add conditions around python plugins to allow us to conditionalize
  them in enviroment without python2
- Rename python binding packages to match current python packaging
  standards
- Update python build dependencies to resolve future split of
  python2/3
- Update to version 2.8.1. See audit.spec (libaudit1) for upstream
  changelog
- Remove audit-implicit-writev.patch (fixed upstream across 2
  commits)
  * 3b30db20ad983274989ce9a522120c3c225436b3
  * 07132c22314e9abbe64d1031fd8734243285bb3f
- Cleanup with spec-cleaner
- Add audit-implicit-writev.patch: include sys/uio.h to ensure
  readv and writev are declared.
- Rectify RPM groups, diversify descriptions.
- Remove mentions of static libraries because they are not built.
- Update to version 2.7.7. See audit.spec (libaudit1) for upstream
  changelog
  Since commit 6cf57d27 (2.7.4) audit is now started as an non-forking
  service (bsc#1042781).
  Add config: audit-stop.rules
  Refresh patch: audit-allow-manual-stop.patch
  Refresh patch: audit-no-gss.patch
- Version update to 2.5. See audit.spec (libaudit1) for upstream
  changelog
- Cleanup with spec-cleaner
- Sort out bit /sbin /usr/sbin/ installation
- Install the rules as documentation
- Remove needless %py_requires from python subpkgs
- Update to version 2.4.4. See audit.spec (libaudit1) for upstream
  changelog
- Add python3 bindings for libaudit and libauparse
- Remove patch 'audit-no_m4_dir.patch'
  (added Fri Apr 26 11:14:39 UTC 2013 by mmeister@suse.com)
  No idea what earlier 'automake' build error this was trying to fix but
  it broke the handling of "/--without-libcap-ng"/. Anyways, no build error
  occurs now and m4 path is also needed in v2.4.4 to find ax_prog_cc_for_build
augeas
- update to 1.10.1:
  General changes/additions
    New CLI utility 'augmatch' to print the tree for a file and select
    some of its contents
    New command 'count' in augtool
    New function 'not(bool) -> bool' for path expressions
    The path expression 'label[. = "/value"/]' can now be written more
    concisely as 'label["/value"/]'
  API changes
    libfa has now a function fa_json to export an FA as a JSON file, and
    fa_state_* functions that make it possible to iterate over the FA's
    states and transitions. (Pedro Valero Mejia)
    Add functions aug_ns_label, aug_ns_value, aug_ns_count, and
    aug_ns_path to get the label (with index), the value, the number of
    nodes, and the fully qualified path for nodes stored in a nodeset in
    a variable efficiently
  Lens changes/additions
    Grubenv: new lens to process /boot/grub/grubenv (omgold)
    Httpd: also read files from /etc/httpd/conf.modules.d/*.conf
    (Tomas Meszaros) (Issue #537)
    Nsswitch: allow comments at the end of a line (Philip Hahn) (Issue #517)
    Ntp: accept 'ntpsigndsocket' statement (Philip Hahn) (Issue #516)
    Properties: accept empty comments with DOS line endings (Issue #161)
    Rancid: new lens for RANCiD router databases (Matt Dainty)
    Resolv: accept empty comments with DOS line endings (Issue #161)
    Systemd: also process /etc/systemd/logind.conf (Pat Riehecky)
    YAML: process a document that is just a sequence (John Vandenberg)
- drop chrpath dependency, the offending dump binary is no longer shipped
- Use %license (boo#1082318)
- Version update to 1.9.0:
  - General changes/additions
  * Fix error in handling escaped whitespace at the end of path expressions
    (addresses CVE-2017-7555)
  * several improvements to the error messages when transforming a tree
    back to text fails. They now make it clearer what part of the tree
    was problematic, and what the tree should have looked like.
  * Fixed the pkg-config file, which should now be usable
  * Fix handling of backslash-escaping in strings and regular expressions
    in the lens language. We used to handle constructs like "//"/ and
    //// incorrectly. (Issue #495)
  * do not unescape the default value of a del on create; otherwise we are
    double unescaping these strings (Issue #507)
  * remove tempfile when saving files because destination is not writable
    (Issue #479)
  * span information is now updated on save (Issue #467)
  * fix lots of warnings generated by gcc 7.1
  * Various changes to reduce bashisms in tests and make them run on
    FreeBSD (Romain Tartière)
  - API changes
  * add function aug_ns_attr to allow iterating through a nodeset
    quickly. See examples/dump.c for an example of how to use them
    instead of aug_get, aug_label etc. and for a way to measure
    performance gains.
  - Lens changes/additions
  * Ceph: new lens for /etc/ceph/ceph.conf
  * Cgconfig: accept fperm & dperm in admin & task (Pino Toscano)
  * Dovecot: also load files from /usr/local/etc (Roy Hubbard)
  * Exports: relax the rules for the path at the beginning of a line so
    that double-quoted paths are legal, too
  * Getcap: new lens to parse generic termcap-style capability databases
  * Grub: accept toplevel 'boot' entry (Pino Toscano)
  * Httpd: handle empty comments with a continuation line (Issue #423);
    handle '>"/"/' in a directive properly (Issue #429); make space between
    quoted arguments optional (Issue #435); accept quoted strings as part
    of bare arguments (Issue #470)
  * Nginx: load files from sites-available directory (Omer Katz) (Issue #471)
  * Nslcd: new lens for nss-pam-ldapd config (Jose Plana)
  * Oz: New lense for /etc/oz/oz.cnf
  * postfix lenses: also load files from /usr/local/etc (Roy Hubbard)
  * Properties: accept DOS line endings (Issue #468)
  * Rtadvd: new lens to parse the rtadvd configuration file (Matt Dainty)
  * Rsyslog: load files from /etc/rsyslog.d (Doug Wilson) (Issue #475);
    allow spaces before the # starting a comment; allow comments inside
    config statements like 'module'
  * Ssh: accept '=' to separate keyword from arguments
  * Sshd: split HostKeyAlgorithms into list of values; recognize quoted
    group names with spaces in them (Issue #477)
  * Sudoers: recognize "/match_group_by_gid"/ (Luigi Toscano) (Issue #482)
  * Syslog: allow spaces before the # starting a comment
  * Termcap: new lens to parse termcap capability databases (Matt Dainty)
  * Vsftpd: accept seccomp_sandbox (Denys Stroebel)
  * Xymon: accept 'group-sorted' directive (Issue #462)
- Version update to 1.8.0:
  * See the News file for all the details
- Verified it contains fixes for bsc#933210 bsc#975729 bsc#925225
  bsc#1023204 CVE-2014-8119
- Version update to 1.6.0:
  * See the NEWS file for the details
- Update to version 1.5.0:
  - General changes/additions
  * augtool: new --timing option that prints after each operation how long
    it took
  * augtool: print brief help message when incorrect options are given rather
    than dumping all help text
  * Path expressions: optimize performance of evaluating certain
    expressions
  * lots of safety improvements in libfa to avoid using uninitialized
    values and the like (Daniel Trebbien)
  * tolerate building against OSX' libedit (Issue #256)
  - API changes
  * aug_match: fix a bug where expressions like /foo/*[2] would match a
    hidden node and pretend there was no match at all. We now make sure
    we never match a hidden node. Thanks to Xavier Mol for reporting the
    problem.
  * aug_get: make sure we set *value to NULL, even if the provided path is
    invalid (Issue #372)
  * aug_rm: fix segfault when deleting a tree and one of its ancestors
    (Issue #319)
  * aug_save: fix segfault when trying to save an invalid subtree. A
    routine that was generating details for the error message overflowed
    a buffer it had created (Issue #349)
  - Lens changes/additions
  * AptConf: support hash comments
  * AptSources: support options (Issue #295),
    support brackets with spaces in URI (GH #296)
    rename test file to test_aptsources.aug
  * Chrony: allow signed numbers and indentation, fix stray EOL entry,
    disallow comment on EOL, add many missing directives and
    options (Miroslav Lichvar, RHBZ#1213281)
    add new directives and options that were added in
    chrony-2.2 and chrony-2.3 and improve parsing of
    access configuration (Miroslav Lichvar, Issue #348)
    add new options for chrony-2.4 (Miroslav Lichvar)
  * Dhclient: avoid put ambiguity for node without value (Issue #294)
  * Group: support NIS map, support an overridden and disabled password,
    i.e. `+:*::` (Matt Dainty) (Issue #258)
  * Host_Conf: support spaces between list items (Cedric Bosdonnat, Issue #358)
  * Httpd: add paths to SLES vhosts
    (Jan Doleschal) (Issue #268)
    parse backslashes in directive arguments (Issue #307)
    parse mismatching case of opening/closing tags
    parse multiple ending section tags on one line
    parse wordlists in braces in SSLRequire directives
    parse directive args starting with double quote (Issue #330)
    parse directive args containing quotes
    support perl directives (Issue #327)
    parse line breaks/continuations in section arguments
    parse escaped spaces in directive/section arguments
    parse backslashes at the start of directive args (Issue #324)
  * Inputrc: support $else (Cedric Bosdonnat, Issue #359)
  * Interfaces: add support for source-directory (Issue #306)
  * Json: add comments support, refactor,
    allow escaped quotes and blackslashes
  * Keepalived: fix space/tag alignments and hanging spaces,
    add vrrp_mcast_group4 and vrrp_mcast_group6,
    add more vrrp_instance flags,
    add mcast/unicast_src_ip and unicast_peer,
    add missing garp options,
    add vrrp_script options,
    expand vrrp_sync_group block,
    allow notify option
    (Joe Topjian) (Issue #266)
  * Known_Hosts: refactoring and description fixed
  * Logrotate: support dateyesterday option (Chris Reeves) (GH #367, #368)
  * MasterPasswd: new lens to parse /etc/master.passwd
    (Matt Dainty) (Issue #258)
  * Multipath: add various missing keywoards (Olivier Mangold) (Issue #289)
  * MySQL: include /etc/my.cnf.d/*.cnf (Issue #353)
  * Nginx: improve typechecking of lens,
    allow masks in IP keys and IPv6 (Issue #260)
    add @server simple nodes (Issue #335)
  * Ntp: add support for basic interface syntax
  * OpenShift_Quickstarts: Use Json.lns
  * OpenVPN: add all options available in OpenVPN 2.3o
    (Justin Akers) (Issue #278)
  * Puppetfile: name separator is not mandatory
    add support for moduledir (Christoph Maser)
  * Rabbitmq: remove space in option name,
    add support for cluster_partitioning_handling,
    add missing simple options (Joe Topjian) (Issue #264)
  * Reprepro_Uploaders: add support for distribution field
    (Mathieu Alorent) (Issue #277),
    add support for groups (Issue #283)
  * Rhsm: new lens to parse subscription-manager's /etc/rhsm/rhsm.conf
  * Rsyslog: improve property filter parsing,
    treat whitespace after commas as optional.
    recognize '~' as a valid syslog action (discard)
    (Gregory Smith) (Issue #282),
    add support for redirecting output to named pipes
    (Gerlof Fokkema) (Issue #366)
  * Shellvars: allow partial quoting, mixing multiple styles
    (Kaarle Ritvanen) (Issue #183);
    allow wrapping builtin argument to multiple lines
    (Kaarle Ritvanen) (Issue #184);
    support ;; on same line with multiple commands
    (Kaarle Ritvanen) (Issue #185);
    allow line wrapping and improve quoting support
    (Kaarle Ritvanen) (Issue #187);
    accept [] and [[]] builtins (Issue #188);
    allow && and || constructs after condition
    (Kaarle Ritvanen) (Issue #265);
    add pattern nodes in case entries
    (BREAKING CHANGE: case entry values are now in a
    @pattern subnode) (Kaarle Ritvanen) (Issue #265)
    add eval builtin support;
    add alias builtin support;
    allow (almost) any command;
    allow && and || after commands (Issue #215);
    allow wrapping command sequences
    (Kaarle Ritvanen) (Issue #333);
    allow command-specific environment variable
    (Kaarle Ritvanen) (Issue #332);
    support subshells (Issue #339)
    newlines in start of functions
    allow newlines after actions
    support comments after function name (Issue #339)
    exclude SuSEfirewall2 (Cedric Bosdonnat, Issue #357)
  * Simplelines: parse OpenBSD's hostname.if(5)
    files (Jasper Lievisse Adriaanse) (Issue #252)
  * Smbusers: add support for ; comments
  * Spacevars: support flags (Issue #279)
  * Ssh: add support for HostKeyAlgorithms, KexAlgorithms
    and PubkeyAcceptedKeyTypes (Oliver Mangold) (Issue #290),
    add support for GlobalKnownHostsFile (Issue #316)
  * Star: New lens to parse /etc/default/star
  * Sudoers: support for negated command alias
    (Geoff Williams) (Issue #262)
  * Syslog: recognize '~' as a valid syslog action (discard)
    (Gregory Smith) (Issue #282)
  * Tmpfiles: new lens to parse systemd's tempfiles.d configuration
    files (Julien Pivotto) (Issue #269)
  * Trapperkeeper: new lens for Puppet server configuration files
  * Util: add comment_c_style_or_hash lens
    add empty_any lens
  * Vsftpd: add isolate and isolate_network options
    (Florian Chazal) (Issue #334)
  * Xml: allow empty document (Issue #255)
  * YAML: new lens (subset) (Dimitar Dimitrov) (Issue #338)
- Drop upstreamed patches:
    27d8457-inputrc-lens-support-mapping-like.patch
    2d12670-inputrc-lens-support-else.patch
    49bcfbe-Exclude-network-if-up.d-SuSEfirewall2-in-shellvars-l.patch
    7558c12-host_conf-lens-spaces-between-list-items-support.patch
- Fix errors showing up in guestfs tools.
  Add upstreamed patches:
    27d8457-inputrc-lens-support-mapping-like.patch
    2d12670-inputrc-lens-support-else.patch
    49bcfbe-Exclude-network-if-up.d-SuSEfirewall2-in-shellvars-l.patch
    7558c12-host_conf-lens-spaces-between-list-items-support.patch
- Version bump to 1.4.0:
  * Loads of bugfixes all around the package
  * Read up NEWS file for the detailed changes
- Whitespace
- restore keyring and .sig file, as this is checked by the OBS
  source service
- Update  to version 1.3.0
  + General changes/additions
  * Add missing cp entry in manpage (GH issue #78)
  * Add seq to vim syntax highlight (Robert Drake)
  * Update augtool.1 man page with new commands and --span, RHBZ#1100077
  * augtool autocomplete includes command aliases, RHBZ#1100184
  * Remove unused "/filename"/ argument from dump-xml command, RHBZ#1100106
  * aug_save returns non-zero result when unable to delete files,
    RHBZ#1091143
  + Lens changes/additions
  * Aliases: permit missing whitespace between colon and recipients
  * AptPreferences: Support spaces in origin fields
  * Cgconfig: handle additional valid controllers (Andy Grimm)
  * Chrony: New lens to parse /etc/chrony.conf (Pat Riehecky)
  * CPanel: New lens to parse cpanel.config files
  * Desktop: Allow @ in keys (GH issue #92)
  * Device_map: Parse all device.map files under /boot (Mike Latimer)
  * Dhclient: Add support for option modifiers (Robert Drake,
    GH issue #95)
    Parse hash statements with dhcp-eval strings
  * Dhcpd: stmt_string quoted blocks no longer store quote marks
    (incompatible change),
    many changes to support more record types (Robert Drake)
  * Group: NIS support (KaMichael)
  * Grub: handle "/foreground"/ option, RHBZ#1059383 (Miguel Armas)
  * Gshadow: New lens (Lorenzo Catucci)
  * Httpd: Allow eol comments after section tags
    Allow continued lines inside quoted value (GH issue #104)
    Allow comparison operators in tags (GH issue #154)
  * IPRoute2: handle "//"/ in protocol name, swap ID and name fields
    (incompatible change), RHBZ#1063968,
    handle hex IDs and hyphens, as present in
    rt_dsfield, RHBZ#1063961
  * Iptables: parse /etc/sysconfig/iptables.save, RHBZ#1144651
  * Kdump: parse new options, permit EOL comments, refactor, RHBZ#1139298
  * Keepalived: Add more virtual/real server settings and checks, RHBZ#1064388
  * Known_Hosts: New lens for SSH known hosts files
  * Krb5: permit braces in values when not in sub-section, RHBZ#1066419
  * Ldso: handle "/hwcap"/ lines (GH issue #100)
  * Lvm: support negative numbers, parse /etc/lvm/lvm.conf (Pino Toscano)
  * Multipath: add support for rr_min_io_rq (Joel Loudermilk)
  * NagiosConfig and NagiosObjects: Fix documentation (Simon Sehier)
  * NetworkManager: Use the Quote module, support # in values (no eol comments)
  * OpenVPN: Add support for fragment, mssfix, and script-security
    (Frank Grötzner)
  * Pagekite: New lens (Michael Pimmer)
  * Pam: Add partial support for arguments enclosed in [] (Vincent Brillault)
  * Passwd: Refactor lens (Lorenzo Catucci)
  * Redis: Allow empty quoted values (GH issue #115)
  * Rmt: New lens to parse /etc/default/rmt, RHBZ#1100549
  * Rsyslog: support complex $template lines, property filters and file
    actions with templates, RHBZ#1083016
  * Services: permit colons in service name, RHBZ#1121263
  * Shadow: New lens (Lorenzo Catucci)
  * Shellvars: Handle case statements with same-line ';;', RHBZ#1033799
    Allow any kind of quoted values in block
    conditions (GH issue #118)
    Support $(( .. )) arithmetic expansion in variable
    assignment, RHBZ#1100550
  * Simplevars: Support flags and empty values
  * Sshd: Allow all types of entries in Match groups (GH issue #75)
  * Sssd: Allow ; for comments
  * Squid: Support configuration files for squid 3 (Mykola Nikishov)
  * Sudoers: Allow wuoted string in default str/bool params (Nick Piacentine)
  * Syslog: Support "/# !"/ style comments (Robert Drake, GH issue #65)
    Permit IPv6 loghost addresses, RHBZ#1129388
  * Systemd: Allow quoted Environment key=value pairs, RHBZ#1100547
    Parse /etc/sysconfig/*.systemd, RHBZ#1083022
    Parse semicolons inside entry values, RHBZ#1139498
  * Tuned: New lens for /etc/tuned/tuned-main.conf (Pat Riehecky)
  * UpdateDB: New lens to parse /etc/updatedb.conf
    (incompatible change as this file used to be processed with
    Simplevars)
  * Xml: Allow backslash in #attribute values (GH issue #145)
    Parse CDATA elements (GH issue #80)
  * Xymon_Alerting: refactor lens (GH issue #89)
- Remove the sig and the keyring file as there is no gpg verification
  anyway
- Remove augeas-device_map-grub2.patch, fixed on upstream release
- Change desc to describe the "/tools"/ not just the library
  bnc#885495.
- Enable tests but "/pass"/ them even with 2 failures.
- Add check phase, comment out as 2 test fails now.
- Clean up with spec-cleaner
- Version bump to 1.2.0:
  - API changes
  * Add aug_cp and the cp and copy commands
  * aug_to_xml now includes span information in the XML dump
  - General changes/additions
  * Fix documentation link in c_api NaturalDocs menu
  * Fix NaturalDocs documentation for various lenses
  * src/transform.c (filter_matches): wrap fnmatch to ensure that an incl
    pattern containing "///"/ matches file paths, RHBZ#1031084
  * Correct locations table for transform_save() (Tomas Hoger)
  * Corrections for CVE-2012-0786 tests (Tomas Hoger)
  * Fix umask handling when creating new files, RHBZ#1034261
  - Lens changes/additions
  * Access: support DOMAINuser syntax for users and groups, bug #353
  * Authorized_Keys: Allow 'ssh-ed25519' as a valid authorized_key
    type (Jasper Lievisse Adriaanse)
  * Automounter: Handle hostnames with dashes in them, GH issue #27
  * Build: Add combinatorics group
  * Cyrus_Imapd: Create new entries without space before separator,
    RHBZ#1014974 (Dietmar Kling)
  * Desktop: Support square brackets in keys
  * Dhclient: Add dhclient.conf path for Debian/Ubuntu (Esteve Fernandez)
  * Dhcpd: Support conditionals, GH issue #34
    Support a wider variety of allow/deny statement, including
    booting and bootp (Yanis Guenane)
    Support a wider variety of DHCP allow/deny/ignore statements
    (Yanis Guenane)
  * Dovecot: Various enhancements and bug fixes (Michael Haslgrübler):
    add mailbox to block_names, fix for block_args in quotes,
    fix for block's brackets upon write,
    fixes broken tests for mailbox,
    fixes indention,
    test case for block_args with "/,
    fixes broken indention
    Use Quote module
  * Exports: Permit colons for IPv6 client addresses, bug #366
  * Grub: Support the 'setkey' and 'lock' directives
    NFC fix whitespace errors
    Handle makeactive menu command, bug #340
    Add 'verbose' option, GH issue #73
  * Interfaces: Add in support for the source stanza in
    /etc/network/interfaces files
    Map bond-slaves and bridge-ports to arrays (incompatible
    change) (Kaarle Ritvanen)
    Add /etc/network/interfaces.d/* support
    Allow numeric characters in stanza options (Pascal Lalonde)
  * Koji: New lens to parse Koji configs (Pat Riehecky)
  * MongoDBServer: Accept quoted values (Tomas Klouda)
  * NagiosCfg: Do not try to parse /etc/nagios/nrpe.cfg anymore, GH issue #43
    /etc/nagios/nrpe.cfg is parsed by Nrpe (Yanis Guenane)
  * Nagiosobjects: Add support for optional spaces and indents
    and whole-line comments (Sean Millichamp)
  * OpenVPN: Support daemon, client-config-dir, route, and management
    directives (Freakin https://github.com/Freakin)
  * PHP: allow php-fpm syntax in keys, GH issue #35
  * Postfix_Main: Handle stray whitespace at end of multiline lines, bug #348
  * Postfix_virtual: allow '+' and '=' in email addresses (Tom Hendrikx)
  * Properties: support multiline starting with an empty string, GH issue #19
  * Samba: Permit asterisk in key name, bug #354
  * Shellvars: Read /etc/firewalld/firewalld.conf, bug #363
    Support all types of quoted strings in arrays, bug #357
    Exclude /etc/sysconfig/ip*tables.save files
  * Shellvars, Sysconfig: map "/bare"/ export and unset lines to seq numbered
    nodes to handle multiple variables (incompatible change), RHBZ#1033795
  * Shellvars_list: Handle backtick variable assignments, bug #368
    Allow end-of-line comments, bug #342
  * Simplevars: Add /etc/selinux/semanage.conf
  * Slapd: use smart quotes for database entries; rename by/what to by/access;
    allow access to be absent as per official docs (incompatible change)
  * Sshd: Indent Match entries by 2 spaces by default
    Support Ciphers and KexAlgorithms groups, GH issue #69
    Let all special keys be case-insensitive
  * Sudoers: Permit underscores in group names, bug #370 (Matteo Cerutti)
    Allow uppercase characters in user names, bug #376
  * Sysconfig: Permit empty comments after comment lines, RHBZ#1043636
  * Sysconfig_Route: New lens for RedHat's route configs
  * Syslog: Accept UDP(@) and TCP(@@) protocol, bug #364 (Yanis Guenane)
  * Xymon_Alerting: New lens for Xymon alerting files (François Maillard)
  * Yum: Add yum-cron*.conf files (Pat Riehecky)
    Include only *.repo files from yum.repos.d (Andrew N Golovkov)
    Permit spaces after equals sign in list options, GH issue #45
    Split excludes as lists, bug #275
- device_map lense: Find device.map in any dir beneath /boot (bnc#875086)
  augeas-device_map-grub2.patch
- download url changed, also added keyring and .sig ring
- Update to version 1.1.0
  - Handle files with special characters in their name, bug #343
  - Fix type error in composition ('f; g') of functions, bug #328
  - Improve detection of version script; make build work on Illumos with
    GBU ld (Igor Pashev)
  - augparse: add --trace option to print filenames of all modules being
    loaded
  - Various lens documentation improvements (Jasper Lievisse Adriaanse)
  - Lens changes/additions
  - ActiveMQ_*: new lens for ActiveMQ/JBoss A-MQ (Brian Harrington)
  - AptCacherNGSecurity: new lens for /etc/apt-cacher-ng/security.conf
    (Erik Anderson)
  - Automaster: accept spaces between options
  - BBHosts: support more flags and downtime feature (Mathieu Alorent)
  - Bootconf: new lens for OpenBSD's /etc/boot.conf (Jasper Adriaanse)
  - Desktop: Support dos eol
  - Dhclient: read /etc/dhclient.conf used in OpenBSD (Jasper Adriaanse)
  - Dovecot: New lens for dovecot configurations (Serge Smetana)
  - Fai_Diskconfig: Optimize some regexps
  - Fonts: exclude all README files (Jasper Adriaanse)
  - Inetd: support IPv6 addresses, bug #320
  - IniFile: Add lns_loose and lns_loose_multiline definitions
    Support smart quotes
    Warning: Smart quotes support means users should not add
    escaped double quotes themselves. Tests need to be fixed
    also.
    Use standard Util.comment_generic and Util.empty_generic
    Warning: Existing lens tests must be adapted to use standard
    comments and empty lines
    Allow spaces in entry_multiline* values
    Add entry_generic and entry_multiline_generic
    Add empty_generic and empty_noindent
    Let multiline values begin with a single newline
    Support dos eol
    Warning: Support for dos eol means existing lenses usually
    need to be adapted to exclude r as well as n.
  - IPRoute2: Support for iproute2 files (Davide Guerri)
  - JaaS: lens for the Java Authentication and Authorization Service
    (Simon Vocella)
  - JettyRealm: new lens for jetty-realm.properties (Brian Harrington)
  - JMXAccess, JMXPassword: new lenses for ActiveMQ's JMX files
    (Brian Harrington)
  - Krb5: Use standard comments and empty lines
    Support dos eol
    Improve performance
    Accept pkinit_anchors (Andrew Anderson)
  - Lightdm: Use standard comments and empty lines
  - LVM: New lens for LVM metadata (Gabriel)
  - Mdadm_conf: optimize some regexps
  - MongoDBServer: new lens (Brian Harrington)
  - Monit: also load /etc/monitrc (Jasper Adriaanse)
  - MySQL: Use standard comments and empty lines
    Support dos eol
  - NagiosCfg: handle Icinga and resources.cfg (Jasper Adriaanse)
  - Nrpe: accept any config option rather than predefined list (Gonzalo
    Servat); optimize some regexps
  - Ntpd: new lense for OpenNTPD config (Jasper Adriaanse)
  - Odbc: Use standard comments and empty lines
  - Openshift_*: new lenses for Openshift support (Brian Harrington)
  - Quote: allow multiple spaces in quote_spaces; improve docs
  - Passwd: allow period in user names in spec, bug #337; allow overrides
    in nisentry
  - PHP: Support smart quotes
    Use standard comments and empty lines
    Load /etc/php*/fpm/pool.d/*.conf (Enrico Stahn)
  - Postfix_master: allow [] in words, bug #345
  - Resolv: support 'lookup' and 'family' key words, bug #320
    (Jasper Adriaanse))
  - Rsyslog: support :omusrmsg: list of users in actions
  - RX: add CR to RX.space_in
  - Samba: Use standard comments and empty lines
    Support dos eol
  - Schroot: Support smart quotes
  - Services: support port ranges (Branan Purvine-Riley)
  - Shellvars: optimize some regexps; reinstate /etc/sysconfig/network,
    fixes bug #330, RHBZ#904222, RHBZ#920609; parse /etc/rc.conf.local
    from OpenBSD
  - Sip_Conf: New lens for sip.conf configurations (Rob Tucker)
  - Splunk: new lens (Tim Brigham)
  - Subversion: Support smart quotes
    Use standard comments and empty lines
    Use IniFile.entry_multiline_generic
    Use IniFile.empty_noindent
    Support dos eol
  - Sudoers: allow user aliases in specs
  - Sysctl: exclude README file
  - Systemd: Support smart quotes; allow backslashes in values
  - Xinetd: handle missing values in list, bug #307
  - Xorg: allow 'Screen' in Device section, bug #344
  - Yum: Support dos eol, optimize some regexps
- update to 1.0.0
  - drop bnc-729491-recognize-suse-sysconfig-files.patch:
    upstream ShellVars lense now uses /etc/sysconfig/* include filter
  - drop patches, now upstream: augeas-pkgdeps.diff, augeas-stdio.h.patch
- license update: GPL-3.0+ and LGPL-2.1+
  semicolon is ambiguous
- Fix build with missing gets declaration (glibc 2.16)
- Ensure libxml2 is present in .pc file
- update to 0.10.0
  - support relative paths by taking them relative to the value of
    /augeas/context in all API functions where paths are used
  - add aug_to_xml to API: transform tree(s) into XML, exposed as dump-xml in
    aug_srun and augtool. Introduces dependency on libxml2
  - fix regular expression escaping. Previously, /[/]/ match either a backslash
    or a slash. Now it only matches a slash
  - path expressions: add function 'int' to convert a node value (string) to an
    integer
  - path expressions: make sure the regexp produced by empty nodesets from
    regexp() and glob() matches nothing, rather than the empty word
  - fix --autosave when running single command from command line, BZ 743023
  - aug_srun: support 'insert' and 'move' as aliases for 'ins' and 'mv'
  - aug_srun: allow escaping of spaces, quotes and brackets with +  - aug_init: accept AUG_NO_ERR_CLOSE flag; return augeas handle even when
    initialization fails so that caller gets some details about why
    initialization failed
  - aug_srun: tolerate trailing white space in commands
  - much improved, expanded documentation of many lenses
  - always interpret lens filter paths as absolute, bug #238
  - fix bug in libfa that would incorrectly calculate the difference of a case
    sensistive and case insensitive regexp (/[a-zA-Z]+/ - /word/i would match
    'worD')
  - new builtin 'regexp_match' for .aug files to make testing regexp matching
    easier during development
  - fix 'span' command, bug #220
  - Lens changes/additions
  * Access: parse user@host and (group) in users field; field separator need
    not be surrounded by spaces
  * Aliases: allow spaces before colons
  * Aptconf: new lens for /etc/apt/apt.conf
  * Aptpreferences: support origin entries
  * Backuppchosts: new lens for /etc/backuppc/hosts, bug 233 (Adam Helms)
  * Bbhosts: various fixes
  * Cgconfig: id allowed too many characters
  * Cron: variables aren't set like shellvars, semicolons are allowed in
    email addresses; fix parsing of numeric fields, previously upper case
    chars were allowed; support ranges in time specs
  * Desktop: new lens for .desktop files
  * Dhcpd: slashes must be double-quoted; add Red Hat's dhcpd.conf locations
  * Exports: allow empty options
  * Fai_diskconfig: new lens for FAI disk_config files
  * Fstab: allow ',' in file names, BZ 751342
  * Host_access: new lens for /etc/hosts.{allow,deny}
  * Host_conf: new lens for /etc/host.conf
  * Hostname: new lens for /etc/hostname
  * Hosts: also load /etc/mailname by default
  * Iptables: allow digits in ipt_match keys, bug #224
  * Json: fix whitespace handling, removing some cf ambiguities
  * Kdump: new lens for /etc/kdump.conf (Roman Rakus)
  * Keepalived: support many more flags, fields and blocks
  * Krb5: support [pam] section, bug #225
  * Logrotate: be more tolerant of whitespace in odd places
  * Mdadm_conf: new lens for /etc/mdadm.conf
  * Modprobe: Parse commands in install/remove stanzas (this introduces a
    backwards incompatibility); Drop support for include as it is not documented
    in manpages and no unit tests are shipped.
  * Modules: new lens for /etc/modules
  * Multipath: add support for seveal options in defaults section, bug #207
  * Mysql: includedir statements are not part of sections; support !include;
    allow indentation of entries and flags
  * Networks: new lens for /etc/networks
  * Nrpe: allow '=' in commands, bug #218 (Marc Fournier)
  * Php: allow indented entries
  * Phpvars: allow double quotes in variable names; accept case insensitive
    PHP tags; accept 'include_once'; allow empty lines at EOF; support define()
    and bash-style and end-of-line comments
  * ostfix_master: allow a lot more chars in words/commands, including commas
  * PuppetFileserver: support same-line comments and trailing whitespace,
    bug #214
  * Reprepo_uploaders: new lens for reprepro's uploaders files
  * Resolv: permit end-of-line comments
  * Schroot: new lens for /etc/schroot/schroot.conf
  * Shellvars: greatly expand shell syntax understood; support
    various syntactic constructs like if/then/elif/else, for, while,
    until, case, and select; load /etc/blkid.conf by default
  * Spacevars: add toplevel lens 'lns' for consistency
  * Ssh: new lens for ssh_config (Jiri Suchomel)
  * Stunnel: new lens for /etc/stunnel/stunnel.conf (Oliver Beattie)
  * Sudoers: support more parameter flags/options, bug #143
  * Xendconfsxp: lens for Xen configuration (Tom Limoncelli)
  * Xinetd: allow spaces after '{'
- update modprobe lens patch to apply on 0.10.0
- update shellvars lens patch to add some missing files on SUSE
  distros mentioned in bnc#729491
- Remove rednudant tags/sections from specfile
- Patch shellvars.aug to recognize SUSE specific files in
  sysconfig (bnc#729491)
- move lenses from /usr/share/libaugeas0/augeas
  to /usr/share/augeas (bnc#719199)
- move vim lenses syntax files from -lenses to -devel package
- Remove redundant tags/sections from specfile
- Add augeas-devel to baselibs
- update to 0.9.0:
  - augtool: keep history in ~/.augeas/history
  - add aug_srun API function; this makes it possible to run a sequence of
    commands through the API
  - aug_mv: report error AUG_EMVDESC on attempts to move a node into one of
    its descendants
  - path expressions: allow whitespace inside names, making '/files/etc/foo
    bar/baz' a legal path, but parse [expr1 or expr2] and [expr1 and expr2]
    as the logical and/or of expr1 and expr2
  - path expressions: interpret escape sequences in regexps; since '.' does
    not match newlines, it has to be possible to write '.|n' to match any
    character
  - path expressions: allow concatenating strings and regexps; add
    comparison operator '!~'; add function 'glob'; allow passing a nodeset
    to function 'regexp'
  - store the names of the functions available in path expressions under
    /augeas/version
  - fix several smaller memory leaks
  - Lens changes/additions
  * Aliases: allow spaces and commas in aliases (Mathieu Arnold)
  * Grub: allow "/bootfs"/ Solaris/ZFS extension for dataset name, bug #201
    (Dominic Cleal); allow kernel path starting with a BIOS device,
    bug #199
  * Inifile: allow multiline values
  * Php: include files from Zend community edition, bug #210
  * Properties: new lens for Java properties files, bug #194 (Craig Dunn)
  * Spacevars: autoload two ldap files, bug #202 (John Morrissey)
  * Sudoers: support users:groups format in a Runas_Spec line, bug #211;
    add CSW paths (Dominic Cleal)
  * Util: allow comment_or_eol to match whitespace-only comments,
    bug #205 (Dominic Cleal)
  * Xorg: accept InputClass section; autoload from /etc/X11/xorg.conf.d,
    bug #197
- fate#311042: Update augeas packages for latest puppet support
  in SLE-11
- update to 0.8.1
  * augtool: respect autosave flag in oneshot mode, bug #193;
    fix segfault caused by unmatched bracket in path expression,
    bug #186
  * eliminate a global variable in the lexer, fixes BZ 690286
  * replace an erroneous assert(0) with a proper error message when
    none of the alternatives in a union match during saving,
    bug #183
  * improve AIX support
  * Lens changes/additions
  * Access: support the format @netgroup@@nisdomain, bug #190
  * Fstab: fix parsing of SELinux labels in the fscontext option
  * Grub: support 'device' directive for UEFI boot, bug #189; support
    'configfile' and 'background'
  * Httpd: handle continuation lines; autoload httpd.conf on
    Fedora/RHEL, BZ 688149; fix support for single-quoted
    strings
  * Iptables: support --tcp-flags, bug #157; allow blank and comment
    lines anywhere
  * Mysql: include /etc/my.cnf used on Fedora/RHEL, BZ 688053
  * NagiosCfg: parse setting multiple values on one line
  * NagiosObjects: process /etc/nagios3/objects/*.cfg
  * Nsswitch: support 'sudoers' as a database, bug #187
  * Shellvars: autoload /etc/rc.conf used in FreeBSD
  * Sudoers: support '#include' and '#includedir', bug #188
  * Yum: exclude /etc/yum/pluginconf.d/versionlock.list
- changes for 0.8.0
  * add new 'square' lens combinator
  * add new aug_span API function
  * augtool: short options for --nostdinc, --noload, and --noautoload
  * augtool: read commands from tty after executing file with --interactive
  * augtool: add --autosave option
  * augtool: add --span option to load nodes' span
  * augtool: add span command to get the node's span according to the input
    file
  * augtool: really be quiet when we shouldn't be echoing
  * fix segfault in get.c with L_MAYBE lens; bug #180
  * fix segfault when a path expression called regexp() with an invalid
    regexp; bug #168
  * improved vim syntax file
  * replace augtest by test-augtool.sh to obviate the need for Ruby to run
    tests
  * use sys_wait module from gnulib; bug #164
  * Lens changes/additions
  * Access: new lens for /etc/security/access.conf
  * Crypttab: new lens for /etc/crypttab
  * Dhcpd: new lens
  * Exports: accept hostnames with dashes; bug #169
  * Grub: add various Solaris extensions; support "/map"/ entries,
    bug #148
  * Httpd: new lens for Apache config
  * Inifile: new lens indented_title_label
  * Interfaces: allow indentation for "/iface"/ entries; bug #182
  * Mysql: change default comment delimiter from ';' to '#'; bug #181
  * Nsswitch: accept various add'l databases; bug #171
  * PuppetFileserver: new lens for Puppet's fileserver.conf
  * REsolv: allow comments starting with ';'; bug #173
  * Shellvars: autoload various snmpd config files; bug #170
  * Solaris_system: new lens for /etc/system on Solaris
  * Util (comment_c_style, empty_generic, empty_c_style): new lenses
  * Xml: generic lens to process XML files
  * Xorg: make "/position"/ in "/screen"/ optional; allow "/Extensions"/
    section; bug #175
- add baselibs.conf
- update to 0.7.4
  * augtool: new clearm command to parallel setm
  * augtool: add --file option
  * Fix SEGV under gcc 4.5, caused by difficulties of the gcc
    optimizer handling bitfields (bug #149; rhbz #651992)
  * Preserve parse errors under /augeas//error: commit 5ee81630,
    released in 0.7.3, introduced a regression that would cause
    the loss of parse errors; bug #138
  * Avoid losing already parsed nodes under certain circumstances;
    bug #144
  * Properly record the new mtime of a saved file; previously the
    mtime in the tree was reset to 0 when a file was saved, causing
    unnecessary file reloads
  * fix a SEGV when using L_MAYBE in recursive lens; bug #136
  * Incompatible lens changes
  * Fstab: parse option values
  * Squid: various improvements, see bug #46;
  * Xinetd: map service names differently
  * Lens changes/additions
  * Aptsources: map comments properly, allow indented lines;
    bug #151
  * Grub: add indomU setting for Debian.
    Allow '=' as separator in title; bug #150
  * Fstab: also process /etc/mtab
  * Inetd: support rpc services
  * Iptables: allow underscore in chain names
  * Keepalived: new lens for /etc/keepalived/keepalived.conf
  * Krb5: allow digits in realm names; bug #139
  * Login_defs: new lens for /etc/login.defs
    (Erinn Looney-Triggs)
  * Mke2fs: new lens for /etc/mke2fs.conf
  * Nrpe: new lens for Nagios nrpe (Marc Fournier)
  * Nsswitch: new lens for /etc/nsswitch.conf
  * Odbc: new lens for /etc/odbc.ini (Marc Fournier)
  * Pg_hba: New lens; bug #140 (Aurelien Bompard).
    Add system path on Debian; bug #154 (Marc Fournier)
  * Postfix_master: parse arguments in double quotes; bug #69
  * Resolv: new lens for /etc/resolv.conf
  * Shells: new lens for /etc/shells
  * Shellvars: parse ulimit builtin
  * Sudoers: load file from /usr/local/etc (Mathieu Arnold)
    Allow 'visiblepw' parameter flag; bug #143. Read files from
    /etc/sudoers.d
  * Syslog: new lens for /etc/syslog.conf (Mathieu Arnold)
  * Util: exclude dpkg backup files; bug #153 (Marc Fournier)
  * Yum: accept continuation lines for gpgkey; bug #132
- added patch for allow_unsupported_modules command in modprobe.d conf files
- added vim files symlinks for lens syntax files
- fixed a few rpmlint warnings (fixed rpm group, no ldconfig run)
* Update to 0.7.3
  * ug_load: only reparse files that have actually changed; greatly
  speeds up reloading
  * record all variables in /augeas/variables, regardless of whether
  they were defined with aug_defvar or aug_defnode; make sure
  /augeas/variables always exists
  * redefine all variables (by reevaluating their corresponding
  expressions) after a aug_load. This makes variables 'sticky'
  across loads
  * fix behavior of aug_defnode to not fail when the expression
  evaluates to a nonempty node set
  * make gnulib a git submodule so that we record the gnulib commit
  off which we are based
  * allow 'let rec' with non-recursive RHS
  * fix memory corruption when reloading a tree into which a
  variable defined by defnode points (BZ 613967)
  * plug a few small memory leaks, and some segfaults
  * Lens changes/additions
  * Device_map: new lens for grub's device.map (Matt Booth)
  * Limits: also look for files in /etc/security/limits.d
  * Mysql: new lens (Tim Stoop)
  * Shellvars: read /etc/sysconfig/suseconfig (Frederik Wagner)
  * Sudoers: allow escaped spaces in user/group names (Raphael Pinson)
  * Sysconfig: lens for the shell subdialect used in /etc/sysconfig;
    lens strips quotes automatically
* 0.7.2 - 2010-06-22
  * new API call aug_setm to set/create multiple nodes simultaneously
  * record expression used in a defvar underneath /augeas/variables
  * Lens changes/additions
  * Group: add test for disabled account (Raphael Pinson)
  * Grub: handle comments within a boot stanza
  * Iptables: also look for /etc/iptables-save (Nicolas Valcarcel)
  * Modules_conf: new lens for /etc/modules.conf (Matt Booth)
  * Securetty: added handling of emtpy lines/comments (Frederik Wagner)
  * Shellvars: added SuSE sysconfig puppet files (Frederik Wagner),
    process /etc/environment (seph)
  * Shellvars_list: Shellvars-like lens that treats strings of
    space-separated words as lists (Frederik Wagner)
* 0.7.1 - 2010-04-21
  * fix crash when recursive lens was used in a nonrecursive lens (bug #100)
  * context free parser/recursive lenses: handle 'l?' properly (bug #119);
  distinguish between successful parse and parse with an error at end of
  input; do caller filtering to avoid spurious ambiguous parses with
  grammars containing epsilon productions
  * aug_get: return -1 when multiple nodes match (bug #121)
  * much better error message when iteration stops prematurely during
  put/create than the dreaded 'Short iteration'
  * src/lens.c (lns_check_rec): fix refcounting mistake on error path (bug #120)
  * Lens changes/additions
  * Approx: lens and test for the approx proxy server (Tim Stoop)
  * Cgconfig: lens and tests for libcgroup config (Ivana Hutarova Varekova)
  * Cgrules: new lens and test (Ivana Hutarova Varekova)
  * Cobblermodules: lens + tests for cobbler's modules.conf (Shannon Hughes)
  * Debctrl: new lens and test (Dominique Dumont)
  * Dput: add 'allow_dcut' parameter (bug #105) (Raphael Pinson)
  * Dhclient: add rfc code parsing (bug #107) (Raphael Pinson)
  * Group: handle disabled passwords
  * Grub: support empty kernel parameters, Suse incl.s (Frederik Wagner)
  * Inittab: allow ':' in the process field (bug #109)
  * Logrotate: tolerate whitespace at the end of a line (bug #101); files
    can be separated by newlines (bug #104) (Raphael Pinson)
  * Modprobe: Suse includes (Frederik Wagner)
  * Nagisocfg: lens and test for /etc/nagios3/nagios.cfg (Tim Stoop)
  * Ntp: add 'tinker' directive (bug #103)
  * Passwd: parse NIS entries on Solaris
  * Securetty: new lens and test for /etc/securetty (Simon Josi)
  * Shellvars: handle a bare 'export VAR'; Suse includes (Frederik
    Wagner); allow spaces after/before opening/closing parens for array
  * Sudoers: allow del_negate even if no negate_node is found (bug #106)
    (Raphael Pinson); accept 'secure_path' (BZ 566134) (Stuart
    Sears)
* 0.7.0 - 2010-01-14
  * Support for context-free lenses via the 'let rec' keyword. The syntax
  is experimental, though the feature is here to stay. See
  lenses/json.aug for an example of what's possible with that.
  * Support for case-insensitive regular expressions. Simply append 'i' to
  a regexp literal to make it case-insensitive, e.g. /hello/i will match
  all variations of hello, regardless of case.
  * Major revamp of augtool. In particular, path expressions don't need to
  be quoted anymore. The online help has been greatly improved.
  * Check during load/save that each file is only matched by one transform
  under /augeas/load. If there are multiple transforms for a file, the
  file is skipped.
  * New error codes AUG_ENOLENS and AUG_EMXFM
  * Do not choke on non-existing lens during save
  * Change the metadata for files under /augeas/files slightly: the node
  /augeas/files/$PATH/lens now has the name of the lens used to load the
  file; the source location of that lens has moved to
  /augeas/files/$PATH/lens/info
  * New public functions fa_nocase, fa_is_nocase, and fa_expand_nocase in
  libfa
  * Various smaller bug fixes, performance improvements and improved error
  messages
  * Lens changes/additions
  * Cobblersettings: new lens and test (Bryan Kearney)
  * Iptables: allow quoted strings as arguments; handle both negation
    syntaxes
  * Json: lens and tests for generic Json files
  * Lokkit: allow '-' in arguments
  * Samba: accept entry keys with ':' (Partha Aji)
  * Shellvars: allow arrays that span multiple lines
  * Xinetd (name): fix bad '-' in character class
* 0.6.0 - 2009-11-30
  * Add error reporting API (aug_error and related calls); use to report
  error details in a variety of places
  * Path expressions: add regexp matching; add operator '|' to form union
  of nodesets (ticket #89)
  * Tolerate non-C locales from the environment (ticket #35); it is no
  longer necessary to set the locale to C from the outside
  * use stpcpy/stpncpy from gnulib (needed for building on Solaris)
  * Properly check regexp literals for syntax errors (ticket #93)
  * Distribute and install vim syntax files (ticket #97)
  * many more bugfixes
  * Lens changes/additions
  * Apt_preferences: support version pin; filter out empty lines (Matt
    Palmer)
  * Cron: variables can contain '_' etc. (ticket #94)
  * Ethers: new lens for /etc/ethers (Satoru SATOH)
  * Fstab: allow '#' in spec (ticket #95)
  * Group: allow empty password field (ticket #95)
  * Inittab: parse end-of-line comments into a #comment
  * Krb5: support kdc section; add v4_name_convert subsection to
    libdefaults (ticket #95)
  * Lokkit: add mising eol to forward_port; make argument for --trust
    more permissive
  * Pam: allow '-' before type
  * Postfix_access: new lens for /etc/postfix/access (Partha Aji)
  * Rx: allow '!' in device_name
  * Sudoers: allow certain backslash-quoted characters in a command (Matt
    Palmer)
  * Wine: new lens to read Windows registry files
* 0.5.3 - 2009-09-14
  * Match trees on label + value, not just label; see
  tests/modules/pass_strip_quotes.aug for how that enables stripping
  quotes
  * Do not trip over symlinks to files on a different device during save;
  fixes problems with writing to /etc/grub.conf on Fedora/RHEL
  * API (defnode): always add the newly created node into the resulting
  nodeset
  * Add preceding-sibling and following-sibling axes to path expressions
  * augtool, augparse: add --version option (bug #88)
  * Change file info recorded under /augeas/files/FILE/*: remove lens/id
  and move lens/info to lens
  * Properly record new files under /augeas/files (bug #78)
  * aug_load: clean up variables to avoid dangling references (bug #79)
  * Make Augeas work on AIX
  * Ignore anything but regular files when globbing
  * Add 'clear' function to language for use in unit tests
  * typechecker: print example trees in tree format
  * libfa: properly support regexps with embedded NUL's
  * Lens changes/additions
  * Xorg: revamped, fixes various parse failures (Matt Booth)
  * Inetd: new lens and test (Matt Palmer)
  * Multipath: new lens and test
  * Slapd: also read /etc/openldap.slapd.conf (bug #85)
* 0.5.2 - 2009-07-13
  * Make Augeas work on Mac OS/X (bug #66) (Anders Bjoerklund)
  * reduce symbols exported from libfa with linker script
  * add --echo option to augtool
  * require Automake 1.11 (Jim Meyering)
  * avoid spurious save attempts for freshly read files
  * Lens changes/additions
  * Inittab: schema change: use 'id' field as name of subtree for a line,
    instead of a generated number. Map comments as '#comment' (Matt Palmer)
  * Logrotate: make owner/group in create statement optional, allow
    filenames to be indented
  * Ntp: allow additional options for server etc. (bug #72)
  * Shellvars: allow backticks as quote characters (bug #74)
  * Yum: also read files in /etc/yum/pluginconf.d (Marc Fournier)
* 0.5.1 - 2009-06-09
  * augeas.h: flag AUG_NO_MODL_AUTOLOAD suppresses initial loading
    of modules; exposed as --noautoload in augtool
  * augtool: don't prompt when input is not from tty (Raphael Pinson)
  * augparse: add --notypecheck option
  * path expressions: allow things like '/foo and /bar[3]' in predicates
  * Lens changes/additions
  * Aliases: map comments as #comment (Raphael Pinson)
  * Build, Rx, Sep: new utility modules (Raphael Pinson)
  * Cron: new lens (Raphael Pinson)
  * Dnsmasq: process files in /etc/dnsmasq.d/* (ticket #65)
  * Grub: parse kernel and module args into separate nodes; parse
    arguments for 'serial', 'terminal', and 'chainloader'; allow
    optional argument for 'savedefault'
  * Interfaces: make compliant with actual Debian spec (Matt Palmer)
  * Iptables: relax regexp for chain names; allow comment lines mixed
    in with chains and rules (ticket #51)
  * Logrotate: allow '=' as separator (ticket #61); make newline at end
    of scriptlet optional
  * Modprobe: handle comments at end of line
  * Ntp: parse fudge record (Raphael Pinson); parse all directives in
    default Fedora ntp.conf; process 'broadcastdelay', 'leapfile',
    and enable/disable flags (ticket #62)
  * Pbuilder: new lens for Debian's personal builder (Raphael Pinson)
  * Php: add default path on Fedora/RHEL (Marc Fournier)
  * Squid: handle indented entries (Raphael Pinson)
  * Shellvars: map 'export' and 'unset'; map comments as #comment
    (Raphael Pinson)
  * Sudoers: allow backslashes inside values (ticket #60) (Raphael Pinson)
  * Vsftpd: map comments as #comment; handle empty lines; find
    vsftpd.conf on Fedora/RHEL
  * Xinetd: map comments as #comment (Raphael Pinson)
- enable parallel building
* Update to 0.5.0
  * Upstream notes:
  Clean up interface for libfa; the interface is now considered stable
  * New aug_load API call; allows controlling which files to load by
  modifying /augeas/load and then calling aug_load; on startup, the
  transforms marked with autoload are reported under /augeas/load
  * New flag AUG_NO_LOAD for aug_init to keep it from loading files on
  startup; add --noload option to augtool
  * New API calls aug_defvar and aug_defnode to define variables for
  path expressions; exposed as 'defvar' and 'defnode' in augtool
  * New program examples/fadot to draw various finite automata (Francis
  Giraldeau)
  * Report line number and character offset in the tree when parsing a
  file with a lens fails
  * Fix error in propagation of dirty flag, which could lead to only
  parts of a tree being saved when multiple files were modified
  * Flush files to disk before moving them
  * Fix a number of memory corruptions in the XPath evaluator
  * Several performance improvements in libfa
  * Lens changes/additions
  * Grub: process embedded comments for update-grub (Raphael Pinson)
  * Iptables: new lens for /etc/sysconfig/iptables
  * Krb5: new lens for /etc/krb5.conf
  * Limits: map dpmain as value of 'domain' node, not as label
    (Raphael Pinson)
  * Lokkit: new lens for /etc/sysconfig/system-config-firewall
  * Modprobe: new lens for /etc/modprobe.d/*
  * Sudoers: more finegrained parsing (ticket #48) (Raphael Pinson)
* Update to 0.4.2
  * Moved lense tests into separate package 'augeas-lense-tests'
  * Added augeas-lenses-license-fix patch
  * Upstream notes:
  * Do not delete files that had an error upon parsing
  * For Fedora/EPEL RPM's, BuildRequire libselinux-devel (bug #26)
  * In path expressions, the meaning of '<' and '<=' was reversed
  * Always create an entry /files in aug_init
  * New builtin 'Sys' module with functions 'getenv' and 'read_file',
  the latter reads a the contents of a file into a string
  * Lens changes/additions
  * Postfix_main: handle continuation lines
  * Bbhosts, Hosts, Logrotate, Sudoers: label comment nodes as '#comment'
  * Sshd: map comments as '#comment' nodes
  * Squid: add all keywords from squid 2.7 and 3 (Francois Deppierraz)
  * Logrotate: process unit suffixes for 'size' and 'minsize'
* Update to 0.4.1
  * Moved lenses to separate package 'augeas-lenses'.
  * Upstream notes:
  * Remove files when their entire subtree under /files is deleted
  * Various bug fixes and syntax enhancements for path expressions
  (see tests/xpath.tests for details)
  * Evaluate path expressions with multiple predicates correctly
  * Fix incorrect setting of /augeas/events/saved
  * Major cleanup of matching during get; drastically improves
  performance for very large (on the order of 10k lines) config files
  * Small performance improvement in the typechecker
  * Reject invalid character sets like [x-u] during typecheck
  * Build with compile warnings set to 'maximum' instead of 'error', so
  that builds on platforms with broken headers will work out of the box
  * Lens changes/additions
  * Util.stdexcl now excludes .augsave and .augnew files
  * Logrotate: allow 'yearly' schedule, spaces around braces
  * Ntp: fix so that it processes ntp.conf on Fedora 10
  * Services: lens for /etc/services (Raphael Pinson)
  * Xorg: new lens and tests (Raphael Pinson)
autofs
- Update pidfile path to /run from /var/run (bsc#1185155)
- 0003-autofs-5.1.4-fix-fd-leak-in-rpc_do_create_client.patch
  Fix filedescriptor leak (bsc#1093436)
- BuildRequire pkgconfig(udisks2) instead of udisks2-devel: let's
  be flexible on possible package name changes.
- Package COPYRIGHT as %license instead of %doc.
- 0001-use_hostname_for_mounts-shouldn-t-prevent-selection-.patch
  Fix handling of replicated NFS server so that
  selection between servers still works sensibly when
  use_hostname_for_mounts is in effect.
  (bsc#1066720)
- 0002-Fix-monotonic_elapsed.patch
  Fix bug introduced with monotonic-time patches which
  causes nanoseconds to be ignored and effectively
  disables sorting based on response time and/or weight.
  (bsc#1066720)
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Add build require for rpcgen (preparation for removing it from
  glibc)
- fix ordering of seteuid/setegid in do_spawn (bsc#1062482).
- fix unset tsd group name handling (bsc#1062482).
- fix possible map instance memory leak (bsc#1038198).
- check map instances for staleness on map update (bsc#1038198).
- Added patches:
  - autofs-5-1-3-check-map-instances-for-staleness-on-map-update.patch
  - autofs-5-1-3-fix-ordering-of-seteuid-setegid-in-do_spawn.patch
  - autofs-5-1-3-fix-possible-map-instance-memory-leak.patch
  - autofs-5-1-3-fix-unset-tsd-group-name-handling.patch
- Add libnsl-devel as build require in preparation of libnsl
  removal from glibc
- Add gpg signature
- Update URL to use www.kernel.org now that ftp is gone.
- update to version 5.1.3:
  * limit getgrgid_r() buffer size
  * increase worker thread per-thread stack size
  * fix offset mount location multiple expansion
  * use malloc for expanded map location
  * fix invalid reference in remount_active_mount()
  * fix work around sss startup delay
  * fix possible NULL derefernce
  * use autofs_point to store expire timeout where possibe
  * add config option to use mount request log id
  * factor out set_thread_mount_request_log_id()
  * log functions to prefix messages with attempt_id if available
  * create thread-local ID for mount attempts
  * add the mount requestor's pid to pending_args
  * delay submount exit for amd submounts
  * fix bogus check in expire_cleanup()
  * handle amd cache option all in amd type auto mounts
  * handle map_option cache for top level mounts
  * capture cache option and its settings during parsing
  * add function conf_amd_get_map_options()
  * check for conflicting amd section mounts
  * include amd mount section mounts in master mounts list
  * add function conf_amd_get_mount_paths()
  * add function conf_amd_get_map_name()
  * add support for amd browsable option
  * add ref counting to struct map_source
  * fix typos in README.amd-maps
  * honor last rw in mount options when doing a bind mount
  * set autofs mounts catatonic at exit
  * make set_direct_mount_catatonic() more general
  * check NFS server availability on local mount fallback
  * make lookup_nss_read_master() return nss status
  * don't return until after master map retry read
  * set sane default master read wait timeout
  * dont exit on master map read fail timeout
  * fix included master map not found return
  * fix quoted key handling in sanitize_path()
  * add sss master map wait config option
  * work around sss startup delay
  * add master read wait option
  * wait for master map available at start
  * update and add README for old autofs schema
  * fix create_client() RPC client handling
  * fix _strncmp() usage
  * fix argc off by one in mount_autofs.c
  * fix cachefs parse message not being logged
  * fix typo in MOUNT_FLAG_GHOST comment
  * Avoid local variable name shadowing another
  * configure: add cache variable for Linux proc filesystem check
  * fix count_mounts() function
  * fix short memory allocation in lookup_amd_instance()
  * Fix fgets(3) size argument (another one)
  * Fix typos in error messages
  * Remove unused local 2KB buffer
  * fix file map changed check
  * Change .requestor to .requester for consistency
  * Fix a typo in CREDITS
  * fix libtirpc detection with -Wl,--as-needed
  * Fix size arg of fgets(3)
  * Drop redundant n in logerr()
  * Fix compiler warning in try_remount()
  * build: check for clock_gettime in librt
  * fix possible memory leak in nfs mount
  * add config option to suppress not found log message
  * properly handle errors in lookup_nss_mount
  * fix yp map age not updated during map lookup
  * fix 'nameing' typo in autofs.conf
  * add remote-fs.target systemd dependency
  * add autofs(5) note of IPv6 libtirpc requirement
  * fix autofs(5) description of supported map sources
  * fix modules make clean target
  * fix Makefile linking dependencies
  * fix handle_mounts() termination condition check
  * log pipe read errors
  * fix use-after-free in st_queue_handler()
  * always set direct mounts catatonic at exit
  * improve scalability of direct mount path component
  * fix use after free in match_my_name()
  * fix memory leak in get_network_proximity()
  * fix typo in autofs_sasl_bind()
  * fix use after free in open_lookup()
  * fix use after free in sun parser parse_init()
  * fix memory leak in ldap do_init()
  * fix memory leak in nisplus lookup_reinit()
  * fix sasl connection concurrancy problem
  * fix unbind sasl external mech
  * remove unused function elapsed()
  * change time() to use monotonic_clock()
  * change remaining gettimeofday() to use clock_gettime()
  * use monotonic clock for indirect mount condition
  * use monotonic clock for direct mount condition
  * define pending condition init helper function
  * use monotonic clock for alarm thread condition wait
  * define monotonic clock helper functions
  * Add a mode option for master map entries
  * fix error handling of is_mounted()
  * fix out of order call in program map lookup
  * add configuration option to use fqdn in mounts
  * update map_hash_table_size description
  * change lookup to use reinit instead of reopen
  * implement reinit in multi lookup module
  * fix map format check in nss_open_lookup() multi map module
  * factor out alloc multi map context
  * factor out free multi map context
  * add type to struct lookup_mod
  * implement reinit in yp lookup module
  * implement reinit in sss lookup module
  * implement reinit in program lookup module
  * implement reinit in nisplus lookup module
  * implement reinit in ldap lookup module
  * implement reinit in hosts lookup module
  * implement reinit in hesiod lookup module
  * implement reinit in file lookup module
  * implement reinit in dir lookup module
  * implement reinit in parse modules
  * add reinit entry point to modules
  * fix nsswitch handling when opening multi map
  * make open_lookup() return nss status
  * move check_nss_result() to nsswitchr.c
  * fix update_hosts_mounts() return
  * fix missing source sss in multi map lookup
  * fix direct map expire not set for initial empty map
  * fix direct mount stale instance flag reset
  * fix error handling on ldap bind fail
  * fix config old name lookup
  * fix rwlock unlock crash
  * fix return handling of do_reconnect() in ldap module
  * make find_server() return a status
  * make find_dc_server() return a status
  * make connect_to_server() return a status
  * make do_connect() return a status
  * move query dn calculation from do_bind() to do_connect()
  * fix return handling in sss lookup module
  * fix left mount count return from umount_multi_triggers()
  * revert fix libtirpc name clash
  * update libtirpc workaround for new soname
  * fix fix gcc5 complaints
  * Removed patches:
    autofs-5.1.1-task-use-after-free.patch
    autofs-improve-scalability-of-direct-mount-path-comp.patch
    autofs-5.1.1-properly-handle-errors-in-lookup_nss_mount.patch
    autofs-5.1.1-fix-yp-map-age-not-updated-during-map-lookup.patch
    autofs-5.1.1-leave_auth_destroy.patch
  * Updated patches for context:
    autofs-5.1.1-dbus-udisks-monitor.patch
- remove rpmlintrc, review was boo#782691
- Fix spurious ELOOP on certain kinds of failures (bsc#968918):
  * autofs: fix yp map age not updated in s/_/./g case
  * autofs: properly handle errors in lookup_nss_mount
  * Added patches:
    autofs-5.1.1-properly-handle-errors-in-lookup_nss_mount.patch
    autofs-5.1.1-fix-yp-map-age-not-updated-during-map-lookup.patch
- improve scalability of direct mount path component creation (bsc#966573).
  * Added autofs-improve-scalability-of-direct-mount-path-comp.patch
  * Refreshed autofs-5.1.1-dbus-udisks-monitor.patch
- Use libldap_r instead of libldap for thread safety (bsc#955477).
  * Added autofs-use-libldap_r-instead-of-libldap-for-thread-safety.patch
- add patch autofs-5.1.1-leave_auth_destroy.patch (bnc#958410)
  do not redefined auth_destroy, the reason for this has long
  been fixed in libtirpc (version 0.2.1 is already fine)
- autofs.service: Use KillMode=mixed so "/KillSignal"/ (SIGTERM) is
  only sent to the main process and if still does not exit after
  "/TimeoutStopSec"/ then "/SendSIGKILL"/ is sent to all remaining
  processes of the unit's control group.
  This is the desired behaviour for almost all daemons that
  execute foreign programs.
- update to version 5.1.1:
  * fix compile error in defaults.c
  * add serialization to sasl init
  * dont allocate dev_ctl_ops too early
  * fix incorrect round robin host detection
  * fix race accessing qdn in get_query_dn()
  * fix leak in cache_push_mapent()
  * fix config entry read buffer not checked
  * fix FILE pointer check in defaults_read_config()
  * fix memory leak in conf_amd_get_log_options()
  * fix signed comparison in inet_fill_net()
  * fix buffer size checks in get_network_proximity()
  * fix leak in get_network_proximity()
  * fix buffer size checks in merge_options()
  * check amd lex buffer len before copy
  * add return check in ldap check_map_indirect()
  * check host macro is set before use
  * check options length before use in parse_amd.c
  * fix some out of order evaluations in parse_amd.c
  * fix copy and paste error in dup_defaults_entry()
  * fix leak in parse_mount()
  * add mutex call return check in defaults.c
  * force disable browse mode for amd format maps
  * fix hosts map options check in lookup_amd_instance()
  * fix memory leak in create_client()
  * fix memory leak in get_exports()
  * fix memory leak in get_defaults_entry()
  * fix out of order clearing of options buffer
  * fix reset amd lexer scan buffer
  * ignore multiple commas in options strings
  * fix typo in flagdir configure option
  * clarify multiple mounts description
  * gaurd against incorrect umount return
  * update man page autofs(8) for systemd
  * dont pass sloppy option for other than nfs mounts
  * make service want network-online
  * fix fix master map type check
  * init qdn before use in get_query_dn()
  * fix typo in update_hosts_mounts()
  * fix hosts map update on reload
  * make negative cache update consistent for all lookup modules
  * ensure negative cache isn't updated on remount
  * dont add wildcard to negative cache
  * add a prefix to program map stdvars
  * add config option to force use of program map stdvars
  * fix incorrect check in parse_mount()
  * handle duplicates in multi mounts
  * revert special case cifs escapes
  * fix map option parsing for 'strictatime'
  * fix showmount search in auto.net
  * remove obsolete comment in auto.net
  * fix macro usage in lookup_program.c
  * fix gcc5 complaints
  * remove unused offset handling code
  * fix mount as you go offset selection
  * link daemon with pthread library (Debian patch)
  * manpage corrections (Debian patch)
  * fix manpages hyphenation (Debian patch).
- ported patches:
  * autofs-5.1.0-dbus-udisks-monitor.patch ->
    autofs-5.1.1-dbus-udisks-monitor.patch
  * autofs-debuginfo-fix.patch -> autofs-5.1.1-debuginfo-fix.patch
  * autofs-5.0.9-suse-auto_master_default.patch ->
    autofs-5.1.1-suse-auto_master_default.patch
  * autofs-5.0.9-task-use-after-free.patch ->
    autofs-5.1.1-task-use-after-free.patch
- remove patches that are now upstream:
  * autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch
  * autofs-5.1.0-add-a-prefix-to-program-map-stdvars.patch
  * autofs-5.1.0-add-config-option-to-force-use-of-program-map-stdvars.patch
  * autofs-5.1.0-gcc5-fixes.patch
- add autofs-5.1.0-gcc5-fixes.patch: Fix build against gcc 5.x
- prevent potential privilege escalation via interpreter load path
  for program-based automount maps, add the following patches:
  autofs-5.1.0-add-a-prefix-to-program-map-stdvars.patch
  autofs-5.1.0-add-config-option-to-force-use-of-program-map-stdvars.patch
  (bnc#917977 CVE-2014-8169)
- add autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch
  (bsc#911720)
- Fix autofs.service so that multiple options passed through
  sysconfig AUTOFS_OPTIONS work correctly (bsc#909472)
- Fix configuration handling now that we have /etc/autofs.conf
  and /etc/sysconfig/autofs. Runtime options are now configured in
  the former, while settings that affect the daemon start up are
  still handled in the latter.
- Clean-up sysconfig.autofs, leave only init script options:
  $OPTIONS and $USE_MISC_DEVICE.
- Run %fillup also when systemd is enabled. (bsc#906606)
- Use udisks2, udisks development has ceased in favor of udisks2.
autogen
- Add reproducible.patch to normalize tar
- Normalize date in man-pages (boo#1047218)
- Add patch to build with guile 2.2:
  * autogen-guile-2.2.patch
- Add autogen-catch-race-error.patch (boo#1021353)
- Update to version 5.8.12:
  * several configury fixes to enable cross platform building.
  * fompletion of a change in "/char-mapper"/ to enable bootstrapping
- GNU autogen 5.18.10:
  * NUL terminate CGI definitions text
- GNU autogen 5.18.9:
  * When parsing CGI, do not allow spaces to be lost
  * In producing usage text, check more rigorously that
    option "/values"/ are really not flag characters.
- GNU autogen 5.18.8:
  * Ensure testing vars start as unset for testing
  * happy new year & de-uglifications
- update download URL and usptream signing key
- Rename devel package to libopts-devel
- Add corresponding obsoletion
- Fix typo in preun script
- Split shared libraries (boo#976068)
- Move info handling to preun section
- Do not ship .la file
- Update to 5.18.7
  * {AG,CL,GD}exe environment variables may be set to force
  bootstrapping with a particular release.
  * MAN_PAGE_DATE can be used with various man page docs to
  override the current date default.
  * project may now be bootstrapped and built in the source
  directory with no ill effect.
  * AutoGen as a daemon will never happen.  Last vestiges gone.
  * templates may now obtain the most recent source modification
  time with "/(max-file-time)"/
- Update to 5.18.6
  * {AG,CL,GD}exe environment variables may be set to force
    bootstrapping with a particular release.
  * MAN_PAGE_DATE can be used with various man page docs to
    override the current date default.
  * project may now be bootstrapped and built in the source
    directory with no ill effect.
  * AutoGen as a daemon will never happen.  Last vestiges gone.
  * templates may now obtain the most recent source modification
    time with "/(max-file-time)"/
- No longer call autoreconf
- Update info files dependencies
- Refresh partially upstreamed autogen-build_ldpath.patch
- Update to 5.18.5
  * Guile 1.6 is now obsolete.  1.7/8 or newer from now on.
    Fixed issues with Guile managed locale string processing.
    (It keeps getting better and better all the time and I
    must keep adjusting over and over all the time.)
  * more Guile-config somersaults
    config/misc.def: sometimes, "/pkg-config --cflags-only-I"/ yields
    multiple directories for Guile and that incantation is the only
    way to find libguile/version.h and that header is the only way
    to determine the micro version and the micro version is the best
    way to check for certain types of breakage.  (Testing is too
    convoluted.)
  * for-each handler functions may now be able to free (or not)
    the file text via the "/handler-frees"/ attribute.
- Remove upsteamed patch:
  * autoopts-remove-stupid-set-e.patch
  * agen5-testsuite.patch
- Cleanup spec file with spec-cleaner
- Use url for source
- Add gpg signature
- Update to 5.18.4
  * Do Not Edit (dne) warning:  the default of printing a date in
    the warning has now changed to not doing so.  The "/-d"/ option
    to suppress the date is now deprecated (ignored).  A new
    option, "/-D"/ will cause the date to be included.  The
    environment variable, "/AUTOGEN_DNE_DATE"/ overrides everything.
  * The RETURN function was not completely implemented and only
    partially worked.  It is working now.
  * optionPrintVersionAndReturn() is a new function for applications
    that wish to extend the behavior of the "/--version"/ option.
  * mdoc and man pages have been greatly improved.
  * libopts tear-off library used stdnoreturn.h and now includes
    infrastructure for systems deficient in that area
  * new function: insert-file  It will simply insert the contents
    of a file (or list of files) into the output stream.
autoyast2
- Copy the files to the right location when a <file_location>
  is given (bsc#1188357).
- 4.3.86
- Add missing elements to rules.xml schema:
  - installed_product and installed_product_version (boo#1176089)
  - dialog section (bsc#1188153)
- Do not export the general/storage section when it is empty
  (related to bsc#1171356 and bsc#1187916).
- 4.3.85
- Properly register the script to reboot after applying online
  updates (bsc#1187962).
- 4.3.84
- Do not crash when the general/storage section is empty
  (bsc#1187180).
- 4.3.83
- Import proxy settings during the 1st stage of the installation
  (bsc#1185016)
- 4.3.82
- Recommend icewm if graphical installation (bsc#1185095)
- 4.3.81
- Install packages in the PackagesProposal during autoupgrade
  (see bsc#1184488).
- 4.3.80
- Consider 'static_text' as a valid value for 'ask/type' elements
  (bsc#1185909).
- 4.3.79
- During autoupgrade do not try to register the system if it is
  explicitly disabled in the profile (bsc#1176965)
- 4.3.78
- Do not crash while sorting the list of modules to be processed
  during the 2nd stage (bsc#1184316).
- Prevent AutoYaST UI from crashing when trying to apply a module
  changes (bsc#1184429).
- 4.3.77
- Use 'module' instead of 'listentry' when exporting pre-modules
  and post-modules lists (bsc#1184342).
- Show the <ask-list> only once during autoinstallation
  (bsc#1184317).
- Add the 'mkfs_options' element to the schema (bsc#1184268).
- Fix crash during using autoyast UI (bsc#1184216)
- 4.3.76
- fix handling of empty signature-handling element in autoyast
  profile (bsc#1180968)
- 4.3.75
- Export properly "/ask"/ section "/selection"/  (bsc#1183624)
- 4.3.74
- Move default networking section values to the network repository
  in order to reduce the redundancy and to avoid an unexpected
  behavior (bsc#1180535).
- 4.3.73
- Autoyast schema: allow semi-automatic_entry alias for module in
  semi-automatic entry as it was already documented in autoyast
  documentation (bsc#1183512)
- 4.3.72
- Remove the 'haspcmica' element from the schema (related to
  bsc#1183352).
- 4.3.71
- Import the security settings after importing the bootloader
  configuration (bsc#1183042).
- 4.3.70
- Select patterns during auto installation even when not using the
  confirm mode (related to jsc#SMO-20 and bsc#1182543).
- 4.3.69
- Adapted unit test to recent changes in Yast::Report (related to
  bsc#1179893).
- 4.3.68
- AutoYaST UI: fixed field Mount Options (fstopt) in the
  partitioning section (bsc#1181577).
- 4.3.67
- AutoYaST UI: added drive types CT_NFS and CT_TMPFS to the
  partitioning section (part of jsc#SLE-11308).
- 4.3.66
- Upgrade: Checking if a valid base product has been selected for
  upgrade and if not asking the user to check the product entry
  in the AY configuration file (bsc#1175876).
- 4.3.65
- Add support for Btrfs quotas (jsc#SLE-7742).
- 4.3.64
- Rules download: The result will be stored in the target file when
  the download has failed. This file has to be removed (bsc#1178804)
- 4.3.63
- AutoYaST warnings timeout applies to the XML validation error
  dialog (bsc#1176973).
- 4.3.62
- Allow setting the 't' (or 'config:type') attribute in the
  'backup' and 'upgrade' elements (bsc#1176834 and bsc#1176848).
- 4.3.61
- Do not show a warning the user when a script just did not run
  (bsc#1177057).
- 4.3.60
- Fix the progress bar length during autoinstallation
  initialization (bsc#1177322).
- Resolve "/zzz_reboot"/ script conflict (bsc#1177036)
- 4.3.59
- Fix 'inst_autosetup' tests (bsc#1177227).
- 4.3.58
- Add validation of 'activate_systemd_default_target' and
  'final_restart_services' elements in the 'general/mode' section
  (related to bsc#1176595).
- 4.3.57
- Improve validation errors presentation (related to bsc#1176973).
- 4.3.56
- Drop the 'general/mouse' element from the schema. It has been
  unsupported since version 3.0.3, FATE#313101 (bsc#1176973).
- 4.3.55
- Fix tests for CWM::ComboBox (related to the CWM changes for
  bsc#1136454).
- 4.3.54
- Add the schema for 'backup' and 'upgrade' sections (bsc#1176834).
- 4.3.53
- Set 0o600 permissions to the generated profile when cloning
  a system (bsc#1174202).
- Add new action `yast2 autoyast check-profile` (related to
  bsc#1175735) which features:
-- XML syntax check
-- XML schema validation
-- try to fetch the profile
-- generate dynamic profile erb or classes/rules
-- optional try to import profile and detect any issues with it
-- optional run of scripts including dynamic profiles in pre-script
-- 4.3.52
- Removing package evaluation via AY schema. Using autoyast(...)
  supplements instead (bsc#1146494).
- 4.3.51
- Import general and report sections in case that some pre-script
  modified the profile (bsc#1175725)
- 4.3.50
- Fix 'bcache_options' element using the right type (bsc#1176595)
- 4.3.49
- Fix the returned value form the AutoinstPartPlan's Read method
  (boo#1176490).
- 4.3.48
- Formally mark that fixes made for SP2 no longer affect SP3
  (no code changes bsc#1173793 and bsc#1172026). For the first one
  code is not longer in place and for the second new xml parser
  does not need workaround for empty strings.
- 4.3.47
- Fix installation using encrypted profile (bsc#1176336)
- improve usability by entering password just once
- use shared UI::PasswordDialog
- 4.3.46
- Using "/:"/ in the autoyast(...) supplements (bsc#1146494).
- 4.3.45
- When 'NetworkManager' is selected in the profile as the network
  backend to be used, the 'NetworkManager' package is added to the
  list of packages to be installed in case of missing (bsc#1172817)
- 4.3.44
- Recognize installed_product and installed_product_version as
  legal elements of rules.xml files (boo#1176089).
- 4.3.43
- Add to erb templates more helpers (bsc#1175735)
- Use <script> elements instead of <listentry> when exporting the
  <postpartitioning-scripts> section (related to bsc#1175714).
- Saving log files of postpartitioning-scripts (bsc#1145269)
  (schubi@suse.de).
- 4.3.42
- Fix the AutoYaST storage UI (related to bsc#1175680).
- 4.3.41
- Unify profile element paths (bsc#1175680).
- 4.3.40
- bnc#1174133
  - do not crash with internal error when the profile contains
    corrupted signature_handling option
- 4.3.39
- Add ability to use erb template as dynamic autoyast profile
  (bsc#1175735)
- 4.3.38
- Speed up finding the "/autoyast()"/ supplements by filtering
  packages directly on the lilbzypp level (bsc#1175317, related to
  bsc#1146494)
- 4.3.37
- Reporting an error if an corrupted AY configuration file has been
  read (bsc#160975).
- 4.3.36
- bsc#1173624
  - Run firewall configuration in first stage
- 4.3.35
- AutoYaST: Added supplements: autoyast(files,general,report,scripts,
  partitioning,software) into the spec file in order to install
  this packages if the section has been defined in the AY
  configuration file (bsc#1146494).
- 4.3.34
- Improve finding the respective package for a section in the XML
  installation profile. Find a package with the
  "/autoyast(<section_name>)"/ supplements dependency (bsc#1146494).
- 4.3.33
- Do not report profile validation errors multiple times if the
  errors are the same already reported and accepted (bsc#1173091)
- 4.3.32
- Adapted doc: Calling of post-partitioning scripts moved from
  dropped inst_autoimage to inst_kickoff (bsc#1140711).
- Removed "/image"/ section from "/software"/ section (bsc#1140711).
- 4.3.31
- handle properly exceptions from new XML parser/serializer
  (related to bsc#1171412)
- 4.3.30
- Do not crash when the networking section is missing
  (bsc#1174118).
- 4.3.29
- Fix fallback for autoyast client name (bsc#1174119)
- 4.3.28
- Do not crash when wait section is not initialized (related to
  bsc#1174173)
- 4.3.27
- Moving <files> section handling from second installation stage
  to first installation stage. (bsc#1174194)
- 4.3.26
- Export more methods in AutoinstGeneral so it can be queried for
  general autoyast settings (bsc#1174173)
- 4.3.25
- Fix 'partition' elements using the right type (bsc#1174071).
- 4.3.24
- Fix exception when autoyast module does not report any package
  to install (bsc#1174069)
- 4.3.23
- Move pre-scripts to the autoinit client running them just after
  the profile has been processed (bsc#1110413)
- 4.3.22
- Replace old module registry with newer code that is easier to
  maintain and better test covered (bsc#1173699)
- 4.3.21
- Make the report section elements optional as AutoYaST proposes
  default values when missing (bsc#1173312)
- 4.3.20
- The language, timezone and keyboard sections are applied and
  removed during the first stage (bsc#1173624).
- 4.3.19
- Allow the user to ask for a reduced profile using the 'target'
  argument in the command line (bsc#1171356).
- 4.3.18
- Cloning does not depend on the SetModified API call(bsc#1172552)
- 4.3.17
- Do not export general section if not requested (bsc#1172552)
- 4.3.16
- Validate the XML files before using them (bsc#1173091)
- Allow disabling the validation by setting
  YAST_SKIP_XML_VALIDATION=1
- 4.3.15
- Do not export sections with no content (related to bsc#1172749).
- 4.3.14
- AutoinstGeneral.SetRebootAfterFirstStage is not private
  anymore (bsc#1172865).
- 4.3.13
- Do not export Report section when cloning system as it is always
  just defaults (bsc#1172749)
- 4.3.12
- Autoyast User Scripts Improvements:
  - ensure all artifacts are copied to system (bsc#1145269)
  - show warning if script returns non zero value
  - show warning if there are two scripts that overwrite each other
  - allow any interpreter to be used
- 4.3.11
- Do not crash when the partitioning section is not specified
  (bsc#1172718).
- 4.3.10
- Fix 'autoyast' and 'clone_system' command line interfaces
  (bsc#1172548):
  - autoyast: add a list-modules command to list all known modules.
  - autoyast: display the correct client name in the help text.
  - autoyast: 'file' and 'module' command are now equivalent.
    Both of them support setting 'filename' and 'modname'
    arguments.
  - clone_system: add a 'filename' option instead of always using
    '/root/autoinst.xml'.
  - clone_system: move the logic to find the clonable modules
    to Y2ModuleConfig.
- 4.3.9
- AutoYaST schema fixes:
  - Work around Relax-NG parser error: "/Found anyName attribute
    without oneOrMore ancestor"/ (bsc#1172131)
  - Rename 'option' to 'fs_option' to fix a duplicate definition
    (bsc#1170886)
- 4.3.8
- AutoYaST: Cleanup/improve issue handling (bsc#1171335).
- 4.3.7
- When running an autoinstallation with the Online medium, the
  network configuration based on the profile can be written before
  the registration takes place (bsc#1171922)
- 4.3.6
- Do not propose insecure signature handling settings when
  cloning (bsc#1171343).
- Assign the correct callback when "/accept_unknown_digest"/ is set.
- Do not export storage settings in the general section
  unless it is needed (related to bsc#1171356).
- 4.3.5
- The network configuration is applied during the first stage by
  default (bsc#1171922)
- 4.3.4
- Revamp the storage client user interface, adapting it to the
  storage-ng features.
- Avoid detecting bcache as a volume group (bsc#1136454).
- 4.3.3
- Fix error reporting for invalid profile to respect new API
  (bsc#1171412)
- fix profile loading test
- 4.3.2
- fix schema if it include definition multiple times (bsc#1171412)
- 4.3.1
- Do not export storage settings in the general section
  unless it is needed (related to bsc#1171356).
- Improve AutoInstClone module test coverage and clean-up unused
  code.
- AutoYaST schema improvements (bsc#1170886)
-- Allow optional types for string and map objects
-- Allow type specification without namespace
-- Add type specification with 't' shortcut
- 4.3.0
- ayast_setup: Do not add a 'networking' section to the profile
  when it is not defined explicitly as it is not needed anymore
  since keeping the configured network is the default option during
  autoconfiguration (bsc#1170821)
- 4.2.35
- Service for init scripts: Try to start "/network-online.target"/
  before starting the AY init scripts in order to get a working
  network (bsc#1164105).
- 4.2.34
- Restore some missing icons (related to bsc#1168123, boo#1109310
  and boo#1168281).
- 4.2.33
- Fix desktop files updating some icons and groups (related to
  bsc#1168123).
- 4.2.32
- Adapted to changes in yast2-storage-ng (related to bsc#1140040).
- 4.2.31
- Security fix: Removed all "/--gpg-auto-import-keys"/ options from
  zypper commands (bsc#1140711) (CVE-2019-18905)
- 4.2.30
- Fixed crash while loading none existing AY file (bsc#1165464).
- 4.2.29
- Service for init scripts: Checking working network with
  "/network-online.target"/ before starting the AY init scripts
  (bsc#1164105).
- 4.2.28
- Fixed user-visible messages (bsc#1084015)
- 4.2.27
- Fix cloning patterns (regression from 4.2.22)
  (bsc#1159269, bsc#1159472)
- 4.2.26
- Fixed conflicting items in rule dialogs (bsc#1123091).
- Semi-automatic with partition: Do not use the common AY partition
  workflow (bsc#1134501).
- Do not reset Base-Product while registration. Do not call
  registration in the second installation stage again.
  (bsc#1143106).
- Fix profile validation for scripts elements (bsc#1156905).
- UI: Report XML parsing errors instead of just crashing
  (bsc#1159157).
- 4.2.25
- Allow to run autoupgrade on registered system with almost empty
  profile (jsc#SLE-7101)
- 4.2.24
- Improve message when registration missing for autoupgrade with
  online medium (jsc#SLE-7101)
- 4.2.23
- Using Y2Packager::Resolvable.any? and Y2Packager::Resolvable.find
  in order to decrease the required memory (bsc#1132650, bsc#1140037).
- 4.2.22
- Do not override all storage proposal settings when importing
  values from the profile (boo#1156539).
- 4.2.21
- Handle renamed add-ons during auto upgrade (part of jsc#SLE-7101)
- 4.2.20
- report wrong type of param-list instead of crash (bsc#1143260)
- 4.2.19
- Fix autoinstallation on online medium (bsc#1156058)
- 4.2.18
- Update schema to support setting the encryption method through
  the 'crypt_method' (related to jsc#SLE-7376).
- 4.2.17
- AutoYaST support for the Full installation medium
  (jsc#SLE-7101)
- 4.2.16
- fix auto-adding required packages for autoyast sections (bsc#1153746)
- don't run kdump autoyast config in 2nd stage
- 4.2.15
- bnc#1154855 - During firstboot ayast_setup will not be executed.
- 4.2.14
- Do not crash when using the online medium without the
  registration section in the AY XML profile, display an error
  message with some hints (bsc#1154988)
- 4.2.13
- AutoYaST support for the OnlineOnly installation medium
  (jsc#SLE-7214)
- 4.2.12
- Do not run the registration step again in the installed system
  (in the 2nd stage after reboot) (bsc#1153293)
- 4.2.11
- Fix dependency for autoyast2-installation (bsc#1131235)
- 4.2.10
- Move kdump import before software import to allow kdump to
  specify packages it needs in first stage (bsc#1149208)
- 4.2.9
- Set X-SuSE-YaST-AutoInstResource in desktop file (bsc#144894).
- 4.2.8
- Add missing 'uuid' element to the partition sections
  (boo#1144007).
- 4.2.7
- Fixed downloading of AutoYaST configuration file with "/relurl"/
  (bsc#1138117).
- 4.2.6
- Use modern tar syntax
- Require fillup because it's executed in %post
- Fixed an Internal Error when AutoYaST is importing users and
  groups configuration (bsc#1140339).
- 4.2.5
- Fixed new desktop file name (bsc#1138144).
- 4.2.4
- Always perform a storage re-probe after executing pre-scripts.
- Related to bsc#1133045
- 4.2.3
- Add multi-device Btrfs related elements to the partitioning
  schema (part of jsc#SLE-3877).
- 4.2.2
- Add metainfo (fate#319035)
- Revamp spec
- Replace GenericName with Comment
- 4.2.1
- Uninstall the "/SUSE-Manager-Proxy"/ product when upgrading from
  SLES12 + SUMA Proxy + SUMA Branch Server (bsc#1133215)
- 4.2.0
- Removed check for available devices. When there are no devices,
  the proposal issues will be shown (needed for bsc#1130256).
- 4.1.5
- Postpone disabling local repositories if the second stage is
  required (bsc#1127818).
- 4.1.4
- Add Bcache related elements to the partitioning schema
  (fate#325346).
- 4.1.3
- Avoid to crash when the profile has a not valid sofware section
  (bsc#1125959).
- 4.1.2
- Reading IPv6 setting in order to initialize it correctly.
  (bsc#1122660)
- 4.1.1
- Fixed conflicting items in rule dialogs (bsc#1123091).
- 4.1.0
- Provide icon with module (boo#1109310)
- 4.0.70
- Function SelectProduct removed in order NOT to select All
  available products (bsc#1116332).
- 4.0.69
- Fallback to English when using fbiterm on those languages
  which are not properly supported (fate#325746).
- 4.0.68
- Removed unneeded flag network_needed in script section.
  (bsc#1094822)
- 4.0.67
- Writing security settings in first AY installation stage.
  So other modules (e.g. users) can rely on these settings now.
  (bnc#1112769)
- 4.0.66
- Saving y2logs after the installation has been finished.
  (fate#325737)
- 4.0.65
- Adapt schema to support the new way of defining a software
  RAID (fate#326573).
- 4.0.64
- Added license file to spec.
- AutoInstallRules:  Do a cleanup of the profile being merged with
  (bsc#1108933).
- 4.0.63
- AutoYaST configuration module: Enable edit action for firewall
  module (fate#324662).
- 4.0.62
- AutoInstallRules: Fixed crash while merging profiles.
  (bsc#1105711)
- 4.0.61
- AutoInstallRules: increased default maxdepth for not crashing
  with a big software package list (bsc#1104655)
- 4.0.60
- Switched license in spec file from SPDX2 to SPDX3 format.
- Installation/Update: Do not call registration if module
  yast2-registraion is not available in inst-sys (bsc#1098794).
- 4.0.59
- AY configuration module: Report XML errors while reading an
  AY configuration file (bsc#1098794)
- 4.0.58
- Added additional searchkeys to desktop file (fate#321043).
- 4.0.57
- Showing AutoYaST configuration file errors onetime only.
  (needed for bnc#1095113)
- 4.0.56
- Partition configuration: Do not ask for saving values if they have
  not been changed at all. (bnc#1082556)
- 4.0.55
- Using new libstorage-ng in order to handle "/label"/ tag in URL.
  E.G.: autoyast=label://my_home//autoinst.xml (bnc#1094533)
- 4.0.54
- Handle DASD or zFCP devices even when the profile is not in a
  remote location (bsc#1089554).
- 4.0.53
- Allow 'subvolumes' and 'subvolumes_prefix' elements to be empty
  (bsc#1076337, bsc#1090095 and bsc#1091669).
- Drop 'btrfs_set_default_subvolume_name' element.
- 4.0.52
- Added general API for reporting errors while parsing the AutoYaST
  configuration file (part of bnc#1089855).
- 4.0.51
- Display an error and abort the installation when no storage
  devices are available for installation (bsc#1091033).
- 4.0.50
- AutoYaST: properly handle empty proposals (bsc#1090390).
- 4.0.49
- Probe storage devices again after initializing DASD or zFCP
  devices (bsc#1089326 and bsc#1089554).
- 4.0.48
- Install the module products also in AutoYaST autoupgrade
  (related to bsc#1086818 and bsc#1087206)
- 4.0.47
- Honor partitioning settings from product (bsc#1085755).
- 4.0.46
- Fix tests to use correct storage instance (part of fate#318196).
- 4.0.45
- Properly abort when probing devices fails (part of bsc#1083672).
- 4.0.44
- Do not export an <id/> element in the partitioning section
  (bsc#1013047)
- Add-On-Products: Handling error popup for wrong settings.
  (bnc#1084596)
- 4.0.43
- Permitted the use of 'listentry' element in all the software
  AutoYaST schema list entries (bsc#1013047)
- 4.0.42
- Added more entries to be used instead of the listentry tag when
  cloning the system (bsc#1013047)
- 4.0.41
- Improved error message if the base product cannot be found.
  (follow up of bnc#1084820)
- 4.0.40
- Reuse encrypted devices when required (bsc#1085439).
- 4.0.39
- Fixed cloning of the base product name (bsc#1084259)
- 4.0.38
- Fix in showing/accepting base licenses: Using
  inst_product_license module instead of
  ProductLicense.AskLicenseAgreement (bnc#1073324)
- 4.0.37
- adapted to new activate callbacks in libstorage-ng (see
  bsc#1082542)
- 4.0.36
- Add missing textdomains to create proper potfiles (bsc#1083015)
- 4.0.35
- Manage errors during hardware activation in the same way than
  normal installation - asking the user and trying to continue if
  the question times out (related to bsc#1079061).
- 4.0.34
- Upgrade: Speedup PKG call (bnc#1074082)
- 4.0.33
- Remove calls to the old yast2-storage layer (bsc#1071978)
- Fix AutoYaST UI to to show partitions properly
- 4.0.32
- fate#319119
  - yast2-ca-management is dropped
- 4.0.31
- fate#323373
  - Xinetd and yast2-inetd are not supported. Marking respective
    autoyast section as obsolete.
- 4.0.30
- fate#323460
  - support for disabling edit action per module. Currently used
    mainly by the new firewall module
- 4.0.29
- Report packages which cannot be select for installation
  (except those packages not included in the AutoYaST profile)
  (bnc#1077292)
- 4.0.28
- Speed optimization for the previous fix, the "/clone_system"/
  client spent several minutes processing the packages
  (related to bsc#1077882)
- 4.0.27
- Avoid using Pkg.ResolvableProperties("/"/, :package, "/"/) calls
  which require too much memory (bsc#1077882)
- 4.0.26
- Reporting packages which cannot be selected for installation.
  (bnc#1077292)
- 4.0.25
- Selecting evaluated/given product for installation.
  fate#323450
- 4.0.24
- Display more details when the package solver fails
- Using ProductFeatures.SetSection instead of
  ProductFeatures.SetOverlay in order to set product features.
  This is a follow up of bsc#1070726.
- 4.0.23
- adapt to yast2 changes in overlays (related to bsc#1070726)
- 4.0.22
- Upgrade: Adapting to new product handling.
  (bnc#1075744)
- 4.0.21
- Fixed merging issues due to bnc#1075182 and bsc#1075334.
- 4.0.20
- Merging products before package evaluation starts.
  (bnc#1075182)
- 4.0.19
- Fix initialization to copy the profile to /tmp/profile again
  (bsc#1075334)
- 4.0.18
- always upgrade system via equivalent of 'zypper dup', removing
  respective control from the profile (bsc#1071708)
- 4.0.17
- AutoYaST: fix btrfs_set_default_subvolume_name handling
  (bsc#1073548)
- 4.0.16
- Warn the user if the infrastructure is not available for running
  the second stage (bnc#1061754)
- 4.0.15
- Reinitialize the storage manager when the profile is modified
  by a pre-script (bsc#1071739)
- 4.0.14
- adapt to new schema of ntp-client (FATE#323432)
- 4.0.13
- Drop using ntpdate and instead use NtpClient module for one time
  sync (FATE#323432)
- 4.0.12
- Do not ignore start_multipath setting (bsc#1070343).
- 4.0.11
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468).
- 4.0.10
- Added subvolumes_prefix to schema definition file.
  (bsc#1013047)
- Exporting base products in list format. (fate323450)
- 4.0.9
- Bring back handling of device=ask (bsc#1069965)
- Use a 1-based index when showing partitioning issues
- 4.0.8
- Cleanup spec file.
- Code cleanup (removing old libstorage code).
- Adapting rules to storage-ng.
- partition_alignment removed because it is not needed
  anymore by storage-ng.
- 4.0.7
- Add storage data to ayast_probe client (bsc#1065668)
- Handle storage proposal exceptions in a proper way
- 4.0.6
- When reporting issues with the partition plan, add in which
  section of the profile were they found (related to bsc#1060637).
- 4.0.5
- Do not mangle partitioning information coming from
  yast2-storage-ng when cloning a system (related to bsc#1064875).
- 4.0.4
- Add basic support for error handling when creating the
  partition plan (fate#318196).
- 4.0.3
- Add missing require of Y2Package::Product class (bsc#1064396)
- fate#323450
  - implemented product selection
- 4.0.2
- Removed the remains of Kickstart import (bsc#1061620).
- 4.0.1
- AutoinstConfig: added network_before_proposal flag that will be
  enable if the network is configured during the first stage.
  (bsc#1054400)
- 4.0.0
- ayast_setup: Restarting autoyast-initscripts.service in order
  to run init-scripts too. (bnc#1057597)
- 3.3.9
- Rename "/y2storage_probed"/ to "/probed"/. (bnc#1056656)
- 3.3.8
- fate323450
  - export product name when cloning a profile
- 3.3.7
- Handle packages that are missing a PGP signature although
  digests are valid (bsc#1054969)
- 3.3.6
- AY runs in installed system: Writing init scripts again
  to /var/adm/autoinstall/init.d in order to initilaize init
  scripts correctly. This is needed for AY runs which do not
  have an first installation stage (e.g. AY run in KIWI,
  ayast_setup). (bnc#1052145)
- 3.3.5
- Merged storage-ng branch (fate#318196).
- Note: all changes below with this date belong to the merge.
- 3.3.4
- storage-ng: refac class StorageProposal and create a new guided
  proposal by changing settings if it is necessary.
- Use the new storage-ng layer to export the current system to the
  corresponding <partitioning> section of the AutoYaST profile
  (fate#318196).
- Add basic support for customized partitioning using the new
  storage-ng layer. Currently, only plain partitions are supported
  (bsc#1044697).
- Allow overriding of product's storage partitioning options
  (bsc#1039481)
- storage-ng: commented several Yast.import for the old storage
  lib. Affected modules not adapted to storage-ng so far.
- storage-ng: Enable storage-ng proposal for AutoYaST installation.
- storage-ng: fix AutoInstallRules to not use old storage lib.
  Tests are commented. Removed dependency from (old) yast2-storage,
  even if it breaks some functionality.
- Removed yast2-update as build dependency and added before
  version (2.18.3) as install dependency. It is only needed for
  file_from_url.
- Classes/rules will be ignored: Due to self-update, the evaluation
  of classes/rules will be called twice. So we have to initialize
  the stack for each run again. (bnc#1051483)
- 3.3.3
- Saving ask-scripts and corresponding log files
  to /var/adm/autoinstall. (bnc#1049473)
- 3.3.2
- Crash while writing settings via the menue "/File/Apply Profile
  to this System"/ in AutoYaST configuration module:
  As we are switching to "/autoinstallation"/ mode and accessing to
  the target system we have to set StorageDevices flag disks_valid
  to true.  So InitLibstorage can scan valid target disks.
  (bnc#1047809)
- 3.3.1
- AutoYaST configuration module; Crash while writing settings to
  the system:
  As we are switching to "/normal"/ mode and accessing to the target
  system we have to set StorageDevices flag disks_valid to true.
  So InitLibstorage can scan valid target disks. (bnc#1046738)
- 3.3.0
- Report shrinked partitions if there is not enough space.
  (bnc#1039528)
- 3.2.16
- clone system: Checking if snapshots have been enabled.
  (bnc#1039268)
- 3.2.15
- Moved configuration management before software selection in
  order to select packages which are needed for CM. (FATE#319830)
- 3.2.14
- Fix subvolumes schema definition (bsc#1013047)
- 3.2.13
- bnc#1026027
  - removed dependency on insserv
- 3.2.12
- Added configuration-management to first installation step.
  (FATE#319830)
- 3.2.11
- Update: Product selection will be done by Packages.SelectProduct
  now (bnc#1014861).
- 3.2.10
- Moved services-manager to first installation stage (FATE#321738).
- 3.2.9
- Add an option to disable the self-update feature through the
  AutoYaST profile (FATE#319716)
- 3.2.8
- Cloning Software: install_recommended can be set by the
  control.xml file (clone_install_recommended_default)
  Default is true. (Fate#321764)
- 3.2.7
- Fixed tests to pass with the latest yast2-core and
  yast2-ruby-bindings packages (related to the bsc#932331 fix)
- 3.2.6
- Moved post-scripts download from second-stage to first-stage.
  (bnc#1014859)
- 3.2.5
- If Btrfs subvolumes are not specified, the default set
  is created (bsc#1012328)
- Fix building on s390x (bsc#1011489)
- 3.2.4
- Do not crash when services manager configuration is missing
  (related to bsc#887115)
- 3.2.3
- Hiding a module in its .desktop file (Hidden=true) won't prevent
  it from being cloned anymore (bsc#1008301)
- Add support to specify resource aliases using the key
  X-SuSE-YaST-AutoInstResourceAliases in desktop files (related
  to bsc#887115)
- 3.2.2
- Do not check certificate for images which have been created by
  the user/customer. Found while testing bnc#1009023.
- 3.2.1
- Add support to enable copy-on-write for Btrfs subvolumes
  (FATE#320342)
- Add support to omit the Btrfs default subvolume name
  (FATE#317775)
- 3.2.0
- Adding missed desktop file for "/clone_system"/ in order to show
  it in the control center and command line calls.
  (bnc#985621)
- 3.1.152
- Adding an missing PREP partition for PPC, BUT not for
  Power8 system (powerNV). PowerNV do not have PREP partitions
  and do not need any because they do not call grub2-install
  (bnc#989392).
- 3.1.151
- Fix IP detection in AutoYaST installation rules
  in order to find the correct profile when "/ip route"/
  mentions "/metric"/ (bnc#997548).
- 3.1.150
- Profile Location: Use Report instead of Popup to not block
  AutoYast if not configured to. (bnc#988949)
- 3.1.149
- Fixed: Setting timeout for error popups has not been possible.
  (bnc#988949)
- 3.1.148
- Improved logging for broken script descriptions.
  Still a part of bnc#986049.
- 3.1.147
- Cloning devices: Devices which are not needed for the
  installation will be ignored explicitly in the "/skip_list"/.
  (bnc#989392)
- 3.1.146
- Added "/confirm_base_product_license"/ to rnc file.
  (bnc#992535)
- 3.1.145
- Reintroduced autoyast=usb as a valid URL to AutoYaST profile
  (bsc#987858)
- 3.1.144
- Added missed flag "/install_recommended"/ in software section.
  (bnc#990494)
- 3.1.143
- Added new [Stop] button for <ask> dialogs with timeout. The
  button shows the current time in seconds till the automatic
  timeout (bsc#990114).
- More possible user actions can now stop the execution to prevent
  from timeout (bsc#990114).
- 3.1.142
- Check if AutoYaST "/script"/ elements are hashes.
  Other entries will be ignored. (bnc#986049)
- 3.1.141
- Exporting NFS root partition correctly. (bnc#986124)
- 3.1.140
- Moved ssh_import AutoYaST schema file to yast2-installation
  package.
  This is a part of Fate#319624.
- 3.1.139
- Adapt docu to new AutoYaST developer docu.
- 3.1.138
- The entry "/kexec_reboot"/ in the Product description can be set
  by the AutoYaST configuration setting (general/forceboot) and should
  not be reset by any other Product description file.
  Fix: Set it again after reading a new Product description.
  (bnc#981434)
- 3.1.137
- While AutoYaST installation the user can change the path of the
  AutoYaST configuration file. Fix: This path will be updated in
  /etc/install.inf too.
  (bnc#963487)
- 3.1.136
- System shutdown: Removed "/autoyast"/ service shutdown.
  It does not exist anymore. (bnc#986798)
- 3.1.135
- Speed up installation (bnc#986649)
- 3.1.134
- Consider AutoYaST keep_install_network as set to 'true'
  if it's not specified (bsc#984146)
- Restore the keep_install_network default behavior present
  in SLE 12 SP1 and openSUSE Leap 42.1
- 3.1.133
- Fixing typo while reporting not supported modules.
  (part of bnc#955878)
- 3.1.132
- Rename schema definition regarding SSH keys/configuration
  so yast2-schema can find it correctly (fate#319624)
- 3.1.131
- Fix AutoYaST2 schema regarding SSH keys/configuration import
  feature (fate#319624)
- Stop generating autodocs (fate#320356)
- 3.1.130
- AutoYaST support for ssh_import module.
  Fate#319624
- 3.1.129
- Unsupported sections will be now reported in first installation
  stage. Reducing log level to warning.
  (Additional patch for bnc#955878)
- 3.1.128
- Resetting package selection of previous runs. This is needed
  because it could be that additional repositories are available
  meanwhile. (bnc#979691)
- 3.1.127
- Media-based AutoUpgrade case for feature: No Recommends in
  * -release RPMs (FATE#320199)
- 3.1.126
- Upgrade: Removed obsolete bootloader stuff.
  (bnc#976312)
- 3.1.125
- Removed obsolete bootloader stuff.
  (related to FATE#317701)
- 3.1.124
- Updated schema - added optional URL for the installer
  self update repository ("/general"/ -> "/self_update_url"/ node)
  (FATE#319716)
- 3.1.123
- Remove unused import of dropped BootCommon package.
  (related to FATE#317701)
- 3.1.122
- Removed calls of dropped LanUdevAuto module (yast2-network)
  (bnc#955217, bnc#956605)
- 3.1.121
- Moved call "/uptime"/ to yast2 package. Cleanup for bnc#956730.
- 3.1.120
- Evaluate the correct domain, network, product and product version
  when applying rules (bnc#963137).
- 3.1.119
- Check uptime instead of system time while waiting for systemd
  services to be restarted (bsc#956730)
- 3.1.118
- Fixed crash if the general/mode section has not been defined.
  (bnc#968080)
- 3.1.117
- As network configuration will be moved to first installation
  stage and wickedd should not be restarted in the second stage,
  all wickedd and network services will not be restarted at all
  by AutoYaST.
  (bnc#944349,  bnc#955260)
- 3.1.116
- Moved the body of AutoinstallIoInclude#Get to yast2-update
  (FATE#316796).
- 3.1.115
- Confirming base product license. This can be defined by the flag
  <confirm_base_product_license> in the general/mode section.
  Confirming licenses of add-on products can be defined for each
  product by the flag <confirm_license> in the add-on product
  description.
  (Fate#318945)
- 3.1.114
- "/haspcmcia"/ method is removed from the AutoInstallRules API
  (bnc#964151)
- LVM: taking care about "/auto"/ option --> switching to "/max"/.
  (bnc#962034)
- 3.1.113
- Fixed rules.xml : OR operator is interpreted as AND.
  (bnc#961941)
- 3.1.112
- Fix wrong warning message about the 'init' section
  not being processed (bsc#962526)
- Installation with "/autoyast=default"/. Fixed nil exception error.
  (bnc#959723)
- 3.1.111
- Fixed init scripts which have been defined inside an
  AutoYaST configuration file. (bnc#961320)
- 3.1.110
- Fix validation of AutoYaST profiles (bsc#954412)
- 3.1.109
- Downloading init scripts to /mnt during first installation stage.
  (bnc#960907,bnc#961320)
- 3.1.108
- Network services can be restarted again, because they do not
  depend on YaST2-Second-Stage.service anymore. (bnc#954908)
- 3.1.107
- Added "/cobbler"/ to the obsolete profile section.
  Defined in SUSE Manager but will not be used anymore. (bnc#955878)
- 3.1.106
- Do not restart NetworkManager* services while restarting all
  services in the second installation stage. (bnc#955260)
- 3.1.105
- Export the already saved software selection when present,
  fixes exporting wrong package selection caused by deployment of
  the installation images (bsc#956325, bsc#910728)
- Evaluating needed YAST packages which are defined in the
  AutoYaST configuration file and selecting these packages for
  installation. (bnc#955657)
- 3.1.104
- Updating AutoYaST documentation
- 3.1.103
- Installation workflow: Using ntpdate instead of sntp for time
  syncing (bnc#953781)
- 3.1.102
- Add dependency on yast2-pkg-bindings 3.1.31 (or newer)
  (bsc#953162)
- 3.1.101
- Ingore restarting of all wickedd* services while finishing the
  second installation stage. (bnc#944349)
- 3.1.100
- Cloning system while an installation without AutoYaST: Do not
  blame if packages are not available anymore because the
  medium has already been unmounted (e.g. USB device)
  (bnc#901747)
- 3.1.99
- Using "/backup"/ or "/partitioning_advanced"/ sections in the profile
  does not produce an error message anymore (bsc#950294)
- 3.1.98
- Move lib/ directory to autoyast2-installation package
  (bsc#949776)
- 3.1.97
- Handle pkgGpgCheck callback introduced in libzypp 14.39.0
  (bsc#948608)
- 3.1.96
- Enabled translation of some buttons (bsc#948834)
- 3.1.95
- Writing network settings in first installation stage if the
  second installation stage has been disabled ("/second_stage"/)
  in the general/mode section but a "/networking"/ section has
  also been defined. (bnc#944942)
- 3.1.94
- Fix premature loading of AutoInstall which prevented running
  configuration clients during 2nd stage (bsc#944770)
- 3.1.93
- Move users creation to the first stage, so it is not needed
  to run the 2nd stage to have a minimal system.
- Do no add AutoYaST packages if the second stage won't be
  executed.
- Fixes bnc#892091
- 3.1.92
- Do not restart dbus service after installation. Otherwise some
  other services will hang. (bnc#937900)
- 3.1.91
- S390: handling cio_ignore
  Entry <general><cio_ignore> in order to set it
  (values: true/false). If it is not set cio_ignore is true.
  So it is backward compatible. (bnc#941406)
- 3.1.90
- Fixed typo in partitioning section
  (bnc#941096)
- 3.1.89
- Writing init scipts to installed system in the first installation
  stage now. The init scrpits will be called while starting
  the autoyast-initscripts service. So, these scripts will be called
  while a system upgrade too. (bnc#940823)
- 3.1.88
- <software><post-packages>: Must not reinstall already installed
  packages. (fate#319086)
- 3.1.87
- Fixed a syntax error in the schema definition (bsc#938459)
- 3.1.86
- Syncing hardware time before starting installation via ntp.
  This is configurable via the flag
  <general><mode><ntp_sync_time_before_installation> with which
  the name of the ntp server will be defined. If it is not set
  no synchronisation will be done. So it is backward compatible.
  (bnc#935066)
- 3.1.85
- Added "/upgrade"/ section to generic list. (bnc#935915)
- 3.1.84
- implemented activation of snapper for btrfs on LVM (bsc#935858)
- 3.1.83
- Enabled snapshots creation after auto-installation/upgrade
  (fate#317973)
- 3.1.82
- Regarding some corner cases of bsc#925381.
  - - Checking for availability of clients/<module>_auto module before
    reporting an error.
  - - Checking if a module supports more than one autoyast configuration
    section.
- 3.1.81
- Don't try to format PReP partitions (bsc#927748)
- fixed size parameter "/auto"/ for PReP partitions (bsc#928768)
- 3.1.80
- Added new section "/restricts"/ for ntp configuration
  (bnc#928987)
- 3.1.79
- Added 'bootloader' and 'report' into list of supported profile
  sections (bsc#925381)
- 3.1.78
- Added libxslt into BuildRequires - needed for running test-cases
  (bsc#929832)
- 3.1.77
- Reporting unknown and unsupported profile sections (bnc#925381)
- 3.1.76
- Evaluate the correct host IP in order to read the proper
  autoyast.xml file (bnc#928303, bnc#908356, bnc#916628)
- 3.1.75
- New autoinst flag in general/mode section:
  activate_systemd_default_target.
  The default target of systemd will be activated in the second
  stage of autoyast installation.
  The default is "/true"/ which is a backward compatible value.
  (bnc#923992)
- 3.1.74
- Avoid ayast_probe module crashing when called from an installed
  system.
  (bnc#926241)
- 3.1.73
- New autoinst flag in general/mode section: final_restart_services.
  Restarting all services after finishing the installation.
  The default is "/true"/ which is a backward compatible value.
  (bnc#923992)
- load release notes of extensions also during AutoYaST
  (bnc#893586)
- Clone_system in autoyast2-installation should call some modules
  (e.g. storage, software) which are defined in autoyast2 package.
  So if needed the user has to install autoyast2 package at first.
- Checking if the disk is -partitionable- instead of checking if it
  is a real disk. Needed for Multipath disks. (bnc#909349)
- autoyast=file:///<autoinst.xml> : Mount the installation source
  in order to copy AutoYaST configuration file into inst_sys.
  (bnc#908271)
- Selecting needed yast packages for the second stage correctly.
  (bnc#909751)
- 3.1.72
- Setting normal mode while applying single module settings to
  system. (bnc#909223)
- 3.1.71
- Removed code which will be already done by service_manager.
  (bnc#909745)
- remove X-KDE-Library from desktop file (bnc#899104)
- AutoYaST configuration module: Reset menu bar after calling
  single YAST configuration module.
  (bnc#872711)
- 3.1.69
- Fixed too small dialog for autoyast profile location.
  (bnc#897321)
- 3.1.68
- Fixed UI in partition configuration.
  (bnc#901904; bnc#901739)
- 3.1.67
- Fixed "/No base product found"/ error when evaluating
  rules/rules.xml file (bnc#900750)
- 3.1.66
avahi
- Add avahi-CVE-2021-3468.patch: avoid infinite loop by handling
  HUP event in client_work (boo#1184521 CVE-2021-3468).
  https://github.com/lathiat/avahi/pull/330
- Update avahi-daemon-check-dns.sh from Debian. Our previous
  version relied on ifconfig, route, and init.d.
- Rebase avahi-daemon-check-dns-suse.patch, and drop privileges
  when invoking avahi-daemon-check-dns.sh (boo#1180827
  CVE-2021-26720).
- Add sudo to requires: used to drop privileges.
- When changing ownership of /var/lib/autoipd, only change
  ownership of files owned by avahi, to mitigate against
  possible exploits (bsc#1154063).
- Drop avahi-daemon-increase-rlimit.patch: rlimits are no longer
  set by default.
- Replace avahi-0.7-python3.patch with avahi-0.7-dbm.patch: use
  what is upstream (boo#1110668).
- Add avahi-0.7-encode-strings-as-utf8.patch: encode strings as
  UTF-8 (boo#1110668).
- Add avahi-0.7-python3-bookmarks.patch: make bookmarks python 3
  compatible (boo#1110668).
- Add CVE-2018-1000845.patch: drop legacy unicast queries from
  address not on local link (boo#1120281 CVE-2018-1000845).
- Drop avahi-0.6.31-invalid-packet.patch: fixed upstream.
- Add avahi-daemon-increase-rlimit.patch: increase rlimit as a
  conservative way to handle certain crashes referring to upstream
  commit 71ace71 (bsc#1085255).
- Drop the qt3 parts
- Add avahi-0.7-python3.patch: Port to python 3 (bsc#1076402).
- Build python bindings against python 3, rather than python 2;
- Python-avahi is now python3-avahi, and python-avahi-gtk is now
  python3-avahi-gtk
- Obsolete the python 2 packages
- Replace python_sitelib with python3_sitelib in %files, and add
  __pycache__.
- Rename %*soname to %*sover to better reflect its use.
- Modernize spec file by calling spec-cleaner
- Use SPDX3.0 license tags and package COPYING as %license.
- Update to version 0.7:
  + The Avahi 0.7 release brings two new features, binary TXT
    records in XML service files and the ability to start the
    gobject client in a custom context.
  + New Features:
  - Add support for binary values in TXT records in XML service
    files by specifying
    value-format="/text|binary-hex|binary-base64"/. If not
    specified, defaults to the normal value of "/text"/ (thus
    backwards compatible).
  - avahi-gobject: Allow starting the client in a custom
    GMainContext by passing context to ga_client_start_in_context
    instead of ga_client_start (avahi-gobject minor version has
    been incremented).
  + Notable Changes:
  - avahi-daemon: Remove all default rlimits from
    avahi-daemon.conf, as two main problems happened with firstly
    rlimit-nproc causing avahi to fail when started in a
    container without user namespaces and secondly because memory
    rlimits were causing avahi to crash in some cases. Leave it
    up to the init system to impose any modified limits instead.
    It is recommend to ship this change in distribution default
    config files.
  - avahi-common: Fix watch cleanup issue in watch_free
  - avahi-discover (python): Updated for Python3 & GTK3
  - avahi-autoipd:
    . Clear previously set address before binding a new one.
    . Fix dhclient hooks to check for avahi-autoipd before
    running.
  - build: Move default rundir from /var/run to /run as per
    modern system setups.
  + Other Changes:
  - build:
    . Fix the printed value of "/Building libavahi-client"/ in
    ./configure.
    . autogen.sh improved to work when called from another
    directory.
    . Fix warnings when compiling against musl libc.
  - avahi-compat-libdns_sd: Fix incorrect URL in warnings.
  - service-type-database: Add new service Types: _ipps._tcp,
    _xpra._tcp.
  - avahi-dnsconfd: Update manpage with the correct action script
    name.
  - avahi-gobject:
    . Use the correct shared library name in AvahiCore-0.6.gir
    . Fix build failing under some locales.
  - avahi-common/dbus-watch-glue.c: remove Unneeded semicolon.
  - Update gentoo init scripts for newer openrc version.
  + Updated translations.
- Drop avahi-empty-share-dir.patch, avahi-gir-fixup.patch,
  avahi-move-everything-to-run.patch and avahi-outdated-URL.patch:
  Fixed upstream.
- Drop systemd_requires macro: on a machine managed by systemd, we
  don't have to require it. If the machine/container is not managed
  by systemd, we don't want to require it.
- Add pkgconfig(pygobject-3.0) BuildRequires: New dependency.
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Do not suppress errors from avahi-autoipd user creation, but do
  suppress getent output.
- Replace $RPM_* shell vars by macros.
- Modify user generation (boo#1010384):
  + Use getent to check for existing users/groups, only creating
    them if not found.
  + Do not hide output of groupadd/useradd.
  + Do not mask failures: if a user can't be added, we have a
    problem.
- Drop %insserv_cleanup scriptlets: it's been a while that avahi
  did not install any sysV init scripts anymore.
- Simplify avahi_spec-prepare.sh: OBS is well able to handle macros
  in package names by now.
- Drop conditions to only handle systemd services on openSUSE >
  12.1; it's been long that we did not ship the sysv scripts
  anymore and openSUSE 12.1 is long EOL.
- Replace avahi-0.6.31-systemd-order.patch with
  avahi-0.6.32-suppress-resolv-conf-warning.patch: only warn
  on missing resolv.conf if the options that use it are enabled.
  https://github.com/lathiat/avahi/pull/63
- Update to version 0.6.32:
  + Don't log warnings about invalid packets, commonly triggered by
    Windows 10 systems.
  + Fix issue with bad packet size estimation, causing probes to
    continuously be sent when hosting large numbers of services.
  + Fix build on Solaris/SmartOS (filio.h issue).
  + Fix build on FreeBSD (PCAP_D_IN issue).
  + Fix debug output with libdaemon >= 0.14.
  + avahi_server_set_browse_domains now correctly uses the provided
    list, instead of re-using the list from the configuration file.
  + Set nl_pid to 0, this will automatically assign the value and
    prevent conflicts per netlink(7). (Bug #334).
  + Check for netlink pid=0 (kernel) instead of uid=0, which works
    correctly with network & user namespaces.
  + Fix reversed IFA_LOCAL and IFA_ADDRESS checks (Avahi#355).
  + Don't fail the build on deprecated GTK/GLIB usage.
  + Gracefully fail if SO_REUSEPORT is not available.
  + Minor Python 3 update for the python ServiceTypeDatabase test
    usage of print, should be backwards compatible.
  + avahi-autoipd: Fix incorrect usage of IFLA_RTA instead of
    IFA_RTA which could crash on ARM (Closes: gh#lathiat/avahi#42).
- Drop upstream fixed patches:
  + avahi-unicastdomains.patch
  + avahi-gtk_box_new.patch
  + avahi-fix-mkdir.diff
  + avahi-enable-ipv6.patch
  + avahi-reserve-space-for-record-data-when-size-e.patch
- Rebase avahi-0.6.31-invalid-packet.patch.
- Add avahi-0.6.31-systemd-order.patch: start after NM/wicked, to
  ensure resolv.conf is present (bsc#982317, gh#lathiat/avahi#59).
- Update to GNOME 3.20.2 (Fate#318572)
- Added License field in spec file.
- Update to GNOME 3.20  Fate#318572
- No longer install sysv services: the systemd services have been
  installed for a long time already and are masking the sysv
  scripts; those scripts existance only add confusion (boo#959908).
- Temp disable 2 old Conflicts that are breaking staging. These can
  back in once there is a new release of avahi.
- Add avahi-0.6.31-invalid-packet.patch: do not spam logs for
  invalid packets (boo#947140 bsc#948277).
- Sync up the multiple .spec files.
- Add avahi-outdated-URL.patch: Do not redirect users to
  <http://0pointer.de/avahi-compat?s=libdns_sd&e=ntpd>, which no
  longer exists, but bring them to the more generic blog entry
  http://0pointer.de/blog/projects/avahi-compat.html (boo#914298).
bash
- Add patch bsc1183064.patch
  * Fix bug bsc#1183064: Segfault from reading a history file not
    starting with # with HISTTIMEFORMAT set and history_multiline_entries
    nonzero and with the history cleared and read on the same input line.
- Move /bin/bash to /usr/bin/bash and provide old location as
  symbolic link of new location (jsc#SLE-15652)
- Remove minimal sh build option as not used
- Rework patch readline-7.0-screen.patch again for bug boo#1143055
  * Map all "/screen(-xxx)?.yyy(-zzz)?"/ to "/screen"/ as well as
    map "/konsole(-xxx)?"/ and "/gnome(-xxx)?"/ to "/xterm"/
- Add patch bash-4.4-bgpoverflow.patch which is a backport from bash
  5.0 to perform better with large numbers of sub processes (bsc#1133773)
- Rework patch readline-7.0-screen.patch
- Add bash-memmove.patch to make bash.html build reproducible (boo#1100488)
- Add patch readline-7.0-screen.patch to be able to parse settings
  in inputrc for all screen TERM variables starting with "/screen."/
  to fix boo#1095661
- In patch bash-4.4.dif avoid setgroups(2) but use initgroups(3) (boo#1095670)
- Add patch 20, 21, 22 and 23 to bash-4.4-patches.tar.bz2
  * 20: In circumstances involving long-running scripts that create
    and reap many processes, it is possible for the hash table bash
    uses to store exit statuses from asynchronous processes to
    develop loops. This patch fixes the loop causes and adds code
    to detect any future loops.
  * 21: A SIGINT received inside a SIGINT trap handler can possibly
    cause the shell to loop.
  * 22: There are cases where a failing readline command (e.g.,
    delete-char at the end of a line) can cause a multi-character
    key sequence to `back up' and attempt to re-read some of the
    characters in the sequence.
  * 23: When sourcing a file from an interactive shell, setting the
    SIGINT handler to the default and typing ^C will cause the
    shell to exit.
- remove bash-4.4-wait-sigint-handler.patch (upstreamed)
- Add patch bash-4.4-wait-sigint-handler.patch to fix bug bsc#1086247
  that is repeating self inserting trap due external command in the
  trap.
- Create readline-devel-static package to re-enable static libraries
  again (boo#1082913)
- Use %license (boo#1082318)
- Add patch 19 to bash-4.4-patches.tar.bz2
  * With certain values for PS1, especially those that wrap onto
    three or more lines, readline will miscalculate the number of
    invisible characters, leading to crashes and core dumps.
- Add patches 13-18 to bash-4.4-patches.tar.bz2
  * 13: If a here-document contains a command substitution, the
    command substitution can get access to the file descriptor used
    to write the here-document.
  * 14: Under some circumstances, functions that return via the
    `return' builtin do not clean up memory they allocated to keep
    track of FIFOs.
  * 15: Process substitution can leak internal quoting to the
    parser in the invoked subshell.
  * 16: Bash can perform trap processing while reading command
    substitution output instead of waiting until the command
    completes.
  * 17: There is a memory leak when `read -e' is used to read a
    line using readline.
  * 18: Under certain circumstances (e.g., reading from /dev/zero),
    read(2) will not return -1 even when interrupted by a signal.
    The read builtin needs to check for signals in this case.
- partial cleanup with spec-cleaner
- Modify patch bash-4.3-pathtemp.patch to avoid crash at full
  file system (boo#1076909)
- Enable multibyte characters by default
- Modify patch bash-4.4.dif to let bashline.h install as well as
  this header file is included by general.h due to the same patch
  (boo#1060069)
- Make build reproducible in spite of profile based optimizations (boo#1040589)
- Allow to disable do_profiling in builds (related to boo#1040589)
- Simplify patch readline-5.2-conf.patch
- Do not throw info and manual pages away
- Remove bash-4.0-async-bnc523667.dif as this one is fixed (and
  was disabled and nobody had reported trouble)
- Add upstream patch readline70-002 which replace old one
  There is a race condition in add_history() that can be triggered by a fatal
  signal arriving between the time the history length is updated and the time
  the history list update is completed. A later attempt to reference an
  invalid history entry can cause a crash.
- Add upstream patch readline70-003
  Readline-7.0 uses pselect(2) to allow readline to handle signals that do not
  interrupt read(2), such as SIGALRM, before reading another character.  The
  signal mask used in the pselect call did not take into account signals the
  calling application blocked before calling readline().
- Add upstream patch bash44-006
  Out-of-range negative offsets to popd can cause the shell to crash
  attempting to free an invalid memory block.
- Remove patch popd-offset-overflow.patch to use bash44-006
- Add upstream patch bash44-007
  When performing filename completion, bash dequotes the directory
  name being completed, which can result in match failures and
  potential unwanted expansion.
- Duplicate bash44-007 as readline70-002 as it seems to be missed
- Add upstream patch bash44-008
  Under certain circumstances, bash will evaluate arithmetic
  expressions as part of reading an expression token even when
  evaluation is suppressed. This happens while evaluating a
  conditional expression and skipping over the failed branch of the
  expression.
- Add upstream patch bash44-009
  There is a race condition in add_history() that can be triggered
  by a fatal signal arriving between the time the history length
  is updated and the time the history list update is completed.
  A later attempt to reference an invalid history entry can cause
  a crash.
- Add upstream patch bash44-010
  Depending on compiler optimizations and behavior, the `read'
  builtin may not save partial input when a timeout occurs.
- Add upstream patch bash44-011
  Subshells begun to run command and process substitutions may
  attempt to set the terminal's process group to an incorrect
  value if they receive a fatal signal.  This depends on the
  behavior of the process that starts the shell.
- Add upstream patch bash44-012
  When -N is used, the input is not supposed to be split using
  $IFS, but leading and trailing IFS whitespace was still removed.
- Remove -L option on screen call dues API change, now we depend
  on environment variables only.
- Enable -fprofile-correction to cover misleading profile created due
  to terminating_signal which does not return.
-  Add upstream patch popd-offset-overflow.patch to fix boo#1010845
  CVE-2016-9401: bash: popd controlled free (Segmentation fault)
  Remark: this is a simple Segmentation fault, no security risk
- Add upstream patch bash44-001
  Bash-4.4 changed the way the history list is initially allocated to reduce
  the number of reallocations and copies.  Users who set HISTSIZE to a very
  large number to essentially unlimit the size of the history list will get
  memory allocation errors
- Add upstream patch bash44-002
  Bash-4.4 warns when discarding NUL bytes in command substitution output
  instead of silently dropping them.  This patch changes the warnings from
  one per NUL byte encountered to one warning per command substitution.
- Drop no-null-warning.patch as bash44-002 is official replacement
- Add upstream patch bash44-003
  Specially-crafted input, in this case an incomplete pathname expansion
  bracket expression containing an invalid collating symbol, can cause the
  shell to crash.
- Add upstream patch bash44-004
  There is a race condition that can result in bash referencing freed memory
  when freeing data associated with the last process substitution.
- Add upstream patch bash44-005
  Under certain circumstances, a simple command is optimized to eliminate a
  fork, resulting in an EXIT trap not being executed. (boo#1008459)
- Add upstream patch readline70-001
  Readline-7.0 changed the way the history list is initially allocated to reduce
  the number of reallocations and copies.  Users who set the readline
  history-size variable to a very large number to essentially unlimit the size
  of the history list will get memory allocation errors
- no-null-warning.patch: Don't warn about null bytes in command
  substitution
- Avoid confusing library path
- Update bash 4.4 final
  * Latest bug fixes since 4.4 rc2
- Update readline 7.0 final
  * Latest bug fixes since 7.0 rc2
  * New application-callable function: rl_pending_signal(): returns the signal
    number of any signal readline has caught but not yet handled.
  * New application-settable variable: rl_persistent_signal_handlers: if set
  to a non-zero value, readline will enable the readline-6.2 signal handler
  behavior in callback mode: handlers are installed when
  rl_callback_handler_install is called and removed removed when a complete
  line has been read.
- Drop patch bash-4.3-async-bnc971410.dif as this one is part of 4.4
- Drop patch bash-3.2-longjmp.dif as now long time be fixed
- Drop patch bash-4.3-headers.dif as loadables now simply work
- Drop readline-6.1-wrap.patch as this seems to be fixed
- Disable patch bash-4.0-async-bnc523667.dif for now as it seems to be fixed
  in an other way
- Update bash 4.4 rc2  -- Bugfixes
- Update readline 7.0 rc2 -- Bugfixes
- Make clear that the files /etc/profile as well as /etc/bash.bashrc
  may source other files as well even if the bash does not.
  Therefore modify patch bash-4.1-bash.bashrc.dif (bsc#959755)
- Update bash 4.4 beta 2
  * Value conversions (arithmetic expansions, case modification, etc.) now
    happen when assigning elements of an array using compound assignment.
  * There is a new option settable in config-top.h that makes multiple
    directory arguments to `cd' a fatal error.
  * Bash now uses mktemp() when creating internal temporary files; it produces
    a warning at build time on many Linux systems.
- Update to readline library 7.0 beta 2 (not enabled as not standalone)
  * The default binding for ^W in vi mode now uses word boundaries specified
    by Posix (vi-unix-word-rubout is bindable command name).
  * rl_clear_visible_line: new application-callable function; clears all
    screen lines occupied by the current visible readline line.
  * rl_tty_set_echoing: application-callable function that controls whether
    or not readline thinks it is echoing terminal output.
  * Handle >| and strings of digits preceding and following redirection
    specifications as single tokens when tokenizing the line for history
    expansion.
  * Fixed a bug with displaying completions when the prefix display length
    is greater than the length of the completions to be displayed.
  * The :p history modifier now applies to the entire line, so any expansion
    specifying :p causes the line to be printed instead of expanded.
- Update bash 4.4 release candidate 1
  * There is now a settable configuration #define that will cause the shell
    to exit if the shell is running setuid without the -p option and setuid
    to the real uid fails.
  * Command and process substitutions now turn off the `-v' option when
    executing, as other shells seem to do.
  * The default value for the `checkhash' shell option may now be set at
    compile time with a #define.
  * The `mapfile' builtin now has a -d option to use an arbitrary character
    as the record delimiter, and a -t option  to strip the delimiter as
    supplied with -d.
  * The maximum number of nested recursive calls to `eval' is now settable in
    config-top.h; the default is no limit.
  * The `-p' option to declare and similar builtins will display attributes for
    named variables even when those variables have not been assigned values
    (which are technically unset).
  * The maximum number of nested recursive calls to `source' is now settable
    in config-top.h; the default is no limit.
  * All builtin commands recognize the `--help' option and print a usage
    summary.
  * Bash does not allow function names containing `/' and `=' to be exported.
  * The `ulimit' builtin has new -k (kqueues) and -P (pseudoterminals) options.
  * The shell now allows `time ; othercommand' to time null commands.
  * There is a new `--enable-function-import' configuration option to allow
    importing shell functions from the environment; import is enabled by
    default.
  * `printf -v var "/"/' will now set `var' to the empty string, as if `var="/"/'
    had been executed.
  * GLOBIGNORE, the pattern substitution word expansion, and programmable
    completion match filtering now honor the value of the `nocasematch' option.
  * There is a new ${parameter@spec} family of operators to transform the
    value of `parameter'.
  * Bash no longer attempts to perform compound assignment if a variable on the
    rhs of an assignment statement argument to `declare' has the form of a
    compound assignment (e.g., w='(word)' ; declare foo=$w); compound
    assignments are accepted if the variable was already declared as an array,
    but with a warning.
  * The declare builtin no longer displays array variables using the compound
    assignment syntax with quotes; that will generate warnings when re-used as
    input, and isn't necessary.
  * Executing the rhs of && and || will no longer cause the shell to fork if
    it's not necessary.
  * The `local' builtin takes a new argument: `-', which will cause it to save
    and the single-letter shell options and restore their previous values at
    function return.
  * `complete' and `compgen' have a new `-o nosort' option, which forces
    readline to not sort the completion matches.
  * Bash now allows waiting for the most recent process substitution, since it
    appears as $!.
  * The `unset' builtin now unsets a scalar variable if it is subscripted with
    a `0', analogous to the ${var[0]} expansion.
  * `set -i' is no longer valid, as in other shells.
  * BASH_SUBSHELL is now updated for process substitution and group commands
    in pipelines, and is available with the same value when running any exit
    trap.
  * Bash now checks $INSIDE_EMACS as well as $EMACS when deciding whether or
    not bash is being run in a GNU Emacs shell window.
  * Bash now treats SIGINT received when running a non-builtin command in a
    loop the way it has traditionally treated running a builtin command:
    running any trap handler and breaking out of the loop.
  * New variable: EXECIGNORE; a colon-separate list of patterns that will
    cause matching filenames to be ignored when searching for commands.
  * Aliases whose value ends in a shell metacharacter now expand in a way to
    allow them to be `pasted' to the next token, which can potentially change
    the meaning of a command (e.g., turning `&' into `&&').
  * `make install' now installs the example loadable builtins and a set of
    bash headers to use when developing new loadable builtins.
  * `enable -f' now attempts to call functions named BUILTIN_builtin_load when
    loading BUILTIN, and BUILTIN_builtin_unload when deleting it.  This allows
    loadable builtins to run initialization and cleanup code.
  * There is a new BASH_LOADABLES_PATH variable containing a list of directories
    where the `enable -f' command looks for shared objects containing loadable
    builtins.
  * The `complete_fullquote' option to `shopt' changes filename completion to
    quote all shell metacharacters in filenames and directory names.
  * The `kill' builtin now has a `-L' option, equivalent to `-l', for
    compatibility with Linux standalone versions of kill.
  * BASH_COMPAT and FUNCNEST can be inherited and set from the shell's initial
    environment.
  * inherit_errexit: a new `shopt' option that, when set, causes command
    substitutions to inherit the -e option.  By default, those subshells disable
  - e.  It's enabled as part of turning on posix mode.
  * New prompt string: PS0.  Expanded and displayed by interactive shells after
    reading a complete command but before executing it.
  * Interactive shells now behave as if SIGTSTP/SIGTTIN/SIGTTOU are set to SIG_DFL
    when the shell is started, so they are set to SIG_DFL in child processes.
  * Posix-mode shells now allow double quotes to quote the history expansion
    character.
  * OLDPWD can be inherited from the environment if it names a directory.
  * Shells running as root no longer inherit PS4 from the environment, closing a
    security hole involving PS4 expansion performing command substitution.
  * If executing an implicit `cd' when the `autocd' option is set, bash will now
    invoke a function named `cd' if one exists before executing the `cd' builtin.
- Update to readline library 7.0 release candidate 1
  * The history truncation code now uses the same error recovery mechansim as
    the history writing code, and restores the old version of the history file
    on error.  The error recovery mechanism handles symlinked history files.
  * There is a new bindable variable, `enable-bracketed-paste', which enables
    support for a terminal's bracketed paste mode.
  * The editing mode indicators can now be strings and are user-settable
    (new `emacs-mode-string', `vi-cmd-mode-string' and `vi-ins-mode-string'
    variables).  Mode strings can contain invisible character sequences.
    Setting mode strings to null strings restores the defaults.
  * Prompt expansion adds the mode string to the last line of a multi-line
    prompt (one with embedded newlines).
  * There is a new bindable variable, `colored-completion-prefix', which, if
    set, causes the common prefix of a set of possible completions to be
    displayed in color.
  * There is a new bindable command `vi-yank-pop', a vi-mode version of emacs-
    mode yank-pop.
  * The redisplay code underwent several efficiency improvements for multibyte
    locales.
  * The insert-char function attempts to batch-insert all pending typeahead
    that maps to self-insert, as long as it is coming from the terminal.
  * rl_callback_sigcleanup: a new application function that can clean up and
    unset any state set by readline's callback mode.  Intended to be used
    after a signal.
  * If an incremental search string has its last character removed with DEL, the
    resulting empty search string no longer matches the previous line.
  * If readline reads a history file that begins with `#' (or the value of
    the history comment character) and has enabled history timestamps, the history
    entries are assumed to be delimited by timestamps.  This allows multi-line
    history entries.
  * Readline now throws an error if it parses a key binding without a terminating
    `:' or whitespace.
- Remove patches which are upstream solved
  bash-3.2-longjmp.dif
  bash-4.3-headers.dif
  readline-6.1-wrap.patch
- Rename patches
  bash-4.3.dif become bash-4.4.dif
  readline-6.3.dif become readline-7.0.dif
- Refresh other patches as well
- Define the USE_MKTEMP and USE_MKSTEMP cpp macros as the
  implementation is already there.
- Add patch bash-4.3-pathtemp.patch to allow root to clear the
  file systems.  Otherwise the completion does not work if /tmp
  if full (ENOSPC for here documents)
- Remove --hash-size options as there is no any change in the final
  binary nor library anymore
- Add upstream patch bash43-039
  Using the output of `declare -p' when run in a function can result in variables
  that are invisible to `declare -p'.  This problem occurs when an assignment
  builtin such as `declare' receives a quoted compound array assignment as one of
  its arguments.
- Add upstream patch bash43-040
  There is a memory leak that occurs when bash expands an array reference on
  the rhs of an assignment statement.
- Add upstream patch bash43-041
  There are several out-of-bounds read errors that occur when completing command
  lines where assignment statements appear before the command name.  The first
  two appear only when programmable completion is enabled; the last one only
  happens when listing possible completions.
- Add upstream patch bash43-042
  There is a problem when parsing command substitutions containing `case'
  commands within pipelines that causes the parser to not correctly identify
  the end of the command substitution.
- add bash-4.3-perl522.patch to fix texi2html for perl 5.22
  (defined(@array) has been deprecated since at least 2012)
- Add upstream patch bash43-034
  If neither the -f nor -v options is supplied to unset, and a name argument is
  found to be a function and unset, subsequent name arguments are not treated as
  variables before attempting to unset a function by that name.
- Add upstream patch bash43-035
  A locale with a long name can trigger a buffer overflow and core dump.  This
  applies on systems that do not have locale_charset in libc, are not using
  GNU libiconv, and are not using the libintl that ships with bash in lib/intl.
- Add upstream patch bash43-036
  When evaluating and setting integer variables, and the assignment fails to
  create a variable (for example, when performing an operation on an array
  variable with an invalid subscript), bash attempts to dereference a null
  pointer, causing a segmentation violation.
- Add upstream patch bash43-037
  If an associative array uses `@' or `*' as a subscript, `declare -p' produces
  output that cannot be reused as input.
- Add upstream patch bash43-038
  There are a number of instances where `time' is not recognized as a reserved
  word when the shell grammar says it should be.
- move info deletion to %preun sections
- bash-4.3-loadables.dif: One more warning fixed, in
  examples/loadables/logname.c.
- bash-4.3-loadables.dif: Reverted one warning fix, which was
  introducing another warning and possibly a bug.
- bash-4.3-loadables.dif: Split changes to shell.h to a separate
  patch "/bash-4.3-include-unistd.dif"/, as the loadables build just
  fine without these changes.
- bash-4.3-loadables.dif: Drop all header file inclusion fixups,
  upstream fixed the problem differently 5 years ago.
- Do not restart all signal handlers for bash 4.3 as this breaks
  trap handler in subshells waotiug for a process
- Remove -DMUST_UNBLOCK_CHLD(=1) as this breaks waitchild(2) on linux
- Add upstream patch bash43-031
  The new nameref assignment functionality introduced in bash-4.3 did not perform
  enough validation on the variable value and would create variables with
  invalid names.
- Add upstream patch bash43-032
  When bash is running in Posix mode, it allows signals -- including SIGCHLD --
  to interrupt the `wait' builtin, as Posix requires.  However, the interrupt
  causes bash to not run a SIGCHLD trap for all exited children.  This patch
  fixes the issue and restores the documented behavior in Posix mode.
- Add upstream patch bash43-033
  Bash does not clean up the terminal state in all cases where bash or
  readline  modifies it and bash is subsequently terminated by a fatal signal.
  This happens when the `read' builtin modifies the terminal settings, both
  when readline is active and when it is not.  It occurs most often when a script
  installs a trap that exits on a signal without re-sending the signal to itself.
- Fix the sed command that fixes up the patch headers. It was
  printing a duplicate header line, which suprisingly did not
  confuse patch, but could in the future.
- Fix all patches that had the duplicate header line issue.
- Use tail command to follow run-tests instead of a simpe cat command
- Really remove obsolete patches
- Skip autoconf on OS 10.2 or older
- Avoid fdupes on SLES-10
- Bump bash version to 4.3
- Allow building on targets from SL 10.1 to current since it's free
bc
- fix [bsc#1177579] -- wrong clamping of hexadecimal digits in dc
- deleted patches
  - bc-1.06-dc_ibase.patch (upstreamed)
- Use %license instead of %doc [bsc#1082318]
- Cleanup %doc section
- added patches
  Correct return value after 'q' [bsc#1129038]
  + bc-dc-correct-return-value.patch
- Update to version 1.07.1:
  * Fixed ibase extension causing problems for read()
  * Fixed parallel make problem.
  * Fixed dc "/Q"/ comanmd bug.
- Changes for version 1.07:
  * Added void functions.
  * fixes bug in load_code introduced by mathlib string storage in 1.06.
  * fix to get long options working.
  * signal code clean-up.
  * fixed a bug in the AVL tree routines.
  * fixed math library to work properly when called with ibase not 10.
  * fixed a symbol table bug when using more than 32 names.
  * removed a double free.
  * Added base 17 to 36 for ibase.
  * Fixed some memory leaks.
  * Various small tweaks and doc bug fixes.
- Drop no longer needed patches:
  * bc-1.06.95-memleak.patch
  * bc-1.06.95-matlib.patch
  * bc-1.06.95-sigintmasking.patch
- Refresh bc-1.06-dc_ibase.patch
- Add gpg signature
- Update url
- Correct info files scriplets and dependencies
- Clean up with spec-cleaner
- Add ncurses-devel as it is inherited from readline
- Explicitely pass without-libedit if we decide to switch for
  it at some point
- Add BuildRequires on makeinfo to fix Factory build
- update to upstream alpha 1.06.95 (2006-09-05), in use in other
  major distros for quite a long time (Debian, Fedora, Ubuntu, ...)
- add patches from Fedora
- automake dependency removed
- add automake as buildrequire to avoid implicit dependency
- Fix last change.
- Fix detection of empty opt_expression in the parser.
bind
- * A broken inbound incremental zone update (IXFR)
    can cause named to terminate unexpectedly
    [CVE-2021-25214, bind-CVE-2021-25214.patch]
  * An assertion check can fail while answering queries
    for DNAME records that require the DNAME to be processed to resolve
    itself
    [CVE-2021-25215, bind-CVE-2021-25215.patch]
  * A second vulnerability in BIND's GSSAPI security
    policy negotiation can be targeted by a buffer overflow attack
    This does not affect this package as the affected code is
    disabled.
    [CVE-2021-25216]
  [bsc#1185345]
- pass PIE compiler and linker flags via environment variables to make
  /usr/bin/delv in bind-tools also position independent (bsc#1183453).
- drop pie_compile.diff: no longer needed, this patch is difficult to
  maintain, the environment variable approach is less error prone.
  [bsc#1183453, bind.spec, pie_compile.diff]
- /var/run is deprecated, replaced by /run
  [bsc#1185073, bind-replace-varrun-with-run.patch,
  bind-chrootenv.conf, vendor-files.tar.bz2]
- Removed baselibs.conf as SLE does not distribute 32 bit libraries.
  [baselibs.conf]
- Added special make instruction for the "/Administrator Reference
  Manual"/ which is built using python3-Sphinx
  [bsc#1177983, bind.spec]
- Removed "/Before=nss-lookup.target"/ from named.service as that
  leads to a systemd ordering cycle
  [bsc#1177491, bsc#1178626, bsc#1177991, vendor-files.tar.bz2]
- Add /usr/lib64/named to the files and directories in
  bind-chrootenv.conf. This directory contains plugins loaded
  after the chroot().
- Replaced named's dependency on time-sync with a dependency on time-set
  in named.service. The former leads to a dependency-loop.
- Removed "/dnssec-enable"/ from named.conf as it has been obsoleted.
  Added a comment for reference which should be removed
  in the future.
- Added a comment to the "/dnssec-validation"/ in named.conf
  with a reference to forwarders which do not return signed responses.
- Replaced an INSIST macro which calls abort with a test and a
  diagnostic output.
  [bsc#1177913,bsc#1178078,bsc#1177790,bsc#1177603,bsc#1175894,
  bsc#1177915,
  bind-Print-diagnostics-on-dns_name_issubdomain-failure-in.patch,
  bind-chrootenv.conf,vendor-files.tar.bz2]
- Removed "/-r /dev/urandom"/ from all invocations of rndc-confgen
  (init/named system/lwresd.init system/named.init in vendor-files)
  as this option is deprecated and causes rndc-confgen to fail.
  [bsc#1173311, bsc#1176674, bsc#1170713, vendor-files.tar.bz2]
- /usr/bin/genDDNSkey: Removing the use of the -r option in the call
  of /usr/sbin/dnssec-keygen as BIND now uses the random number
  functions provided by the crypto library (i.e., OpenSSL or a
  PKCS#11 provider) as a source of randomness rather than /dev/random.
  Therefore the -r command line option no longer has any effect on
  dnssec-keygen. Leaving the option in genDDNSkey as to not break
  compatibility. Patch provided by Stefan Eisenwiener.
  [bsc#1171313, vendor-files.tar.bz2]
- Put libns into a separate subpackage to avoid file conflicts
  in the libisc subpackage due to different sonums (bsc#1176092).
- Require /sbin/start_daemon: both init scripts, the one used in
  systemd context as well as legacy sysv, make use of start_daemon.
- Upgrade to version 9.16.6
  Fixes five vilnerabilities:
  5481.   [security]      "/update-policy"/ rules of type "/subdomain"/ were
    incorrectly treated as "/zonesub"/ rules, which allowed
    keys used in "/subdomain"/ rules to update names outside
    of the specified subdomains. The problem was fixed by
    making sure "/subdomain"/ rules are again processed as
    described in the ARM. (CVE-2020-8624) [GL #2055]
  5480.   [security]      When BIND 9 was compiled with native PKCS#11 support, it
    was possible to trigger an assertion failure in code
    determining the number of bits in the PKCS#11 RSA public
    key with a specially crafted packet. (CVE-2020-8623)
    [GL #2037]
  5479.   [security]      named could crash in certain query resolution scenarios
    where QNAME minimization and forwarding were both
    enabled. (CVE-2020-8621) [GL #1997]
  5478.   [security]      It was possible to trigger an assertion failure by
    sending a specially crafted large TCP DNS message.
    (CVE-2020-8620) [GL #1996]
  5476.   [security]      It was possible to trigger an assertion failure when
    verifying the response to a TSIG-signed request.
    (CVE-2020-8622) [GL #2028]
  For the less severe bugs fixed, see the CHANGES file.
  [bsc#1175443, CVE-2020-8624, CVE-2020-8623, CVE-2020-8621,
  CVE-2020-8620, CVE-2020-8622]
- Added "//etc/bind.keys"/ to NAMED_CONF_INCLUDE_FILES in
  /etc/sysconfig/named to suppress warning message re
  missing file.
  [vendor-files.tar.bz2, bsc#1173983]
- Upgrade to version bind-9.16.5
  * The "/primary"/ and "/secondary"/ keywords, when used
    as parameters for "/check-names"/, were not
    processed correctly and were being ignored.
  * 'rndc dnstap -roll <value>' did not limit the number of
    saved files to <value>.
  * Add 'rndc dnssec -status' command.
  * Addressed a couple of situations where named could crash
  For the full list, see the CHANGES file in the source RPM.
- Changed /var/lib/named to owner root:named and perms rwxrwxr-t
  so that named, being a/the only member of the "/named"/ group
  has full r/w access yet cannot change directories owned by root
  in the case of a compromized named.
  [bsc#1173307, bind-chrootenv.conf]
- Upgrade to version bind-9.16.4
  Fixing two security problems:
  * It was possible to trigger an INSIST when determining
    whether a record would fit into a TCP message buffer.
    (CVE-2020-8618)
  * It was possible to trigger an INSIST in
    lib/dns/rbtdb.c:new_reference() with a particular zone
    content and query patterns. (CVE-2020-8619)
  Also the following functional changes:
  * Reject DS records at the zone apex when loading
    master files. Log but otherwise ignore attempts to
    add DS records at the zone apex via UPDATE.
  * The default value of "/max-stale-ttl"/ has been changed
    from 1 week to 12 hours.
  * Zone timers are now exported via statistics channel.
    Thanks to Paul Frieden, Verizon Media.
  Added support for idn2 to spec file (Thanks to Holger Bruenjes
  <holgerbruenjes@gmx.net>).
  More internal changes see the CHANGES file in the source RPM
  This update obsoletes Makefile.in.diff
  [bsc#1172958, CVE-2020-8618, CVE-2020-8619, Makefile.in.diff
  bind.spec]
- Upgrade to version bind-9.16.3
  Fixing two security problems:
  * Further limit the number of queries that can be triggered from
    a request.  Root and TLD servers are no longer exempt
    from max-recursion-queries.  Fetches for missing name server
    address records are limited to 4 for any domain. (CVE-2020-8616)
  * Replaying a TSIG BADTIME response as a request could trigger an
    assertion failure. (CVE-2020-8617)
  Also
  * Add engine support to OpenSSL EdDSA implementation.
  * Add engine support to OpenSSL ECDSA implementation.
  * Update PKCS#11 EdDSA implementation to PKCS#11 v3.0.
  * Warn about AXFR streams with inconsistent message IDs.
  * Make ISC rwlock implementation the default again.
  For more see CHANGS file in source RPM.
  [CVE-2020-8616, CVE-2020-8617, bsc#1171740, bind-9.16.3.tar.xz]
- bind needs an accurate clock, so wait for the time-sync.target
  to be reached before starting bind.
  [bsc#1170667, bsc#1170713, vendor-files.tar.bz2]
- Use sysusers.d to create named user
- Have only one package creating the user
- coreutils are not used in %post, remove Requires.
- Use systemd_ordering instead of hard requiring systemd
- Upgrade to version 9.16.1
  * UDP network ports used for listening can no longer simultaneously
    be used for sending traffic.
  * The system-provided POSIX Threads read-write lock implementation
    is now used by default instead of the native BIND 9 implementation.
  * Fixed re-signing issues with inline zones which resulted in records
    being re-signed late or not at all.
  [bind-9.16.1.tar.xz]
- Update download urls
- Do not enable geoip on old distros, the geoip db was shut down
  so we need to use geoip2 everywhere
- Upgrade to version 9.16.0
  Major upgrade, see
  https://downloads.isc.org/isc/bind9/9.16.0/RELEASE-NOTES-bind-9.16.0.html
  and
  CHANGES file in the source tree.
  Major functional change:
  * What was set with --with-tuning=large option in older BIND9
    versions is now a default, and a --with-tuning=small option was
    added for small (e.g. OpenWRT) systems.
  * A new "/dnssec-policy"/ option has been added to named.conf to
    implement a key and signing policy (KASP) for zones.
  * The command (and manpage) bind9-config have been dropped as the
    BIND 9 libraries are now purely internal.
  No patches became obsolete through the upgrade.
  [bind-9.16.0.tar.xz]
- Upgrade to bind-9.14.9
  bug fixes and feature improvements
- Upgrade to version 9.14.8:
  * Set a limit on the number of concurrently served pipelined TCP
    queries.
  * Some other bug fixing, see CHANGES file.
  [CVE-2019-6477, bsc#1157051]
- Upgrade to version 9.14.7
  * removed dnsperf, idn, nslint, perftcpdns, query-loc-0.4.0,
    queryperf, sdb, zkt from contrib as they are not supported
    any more
  * Added support for the GeoIP2 API from MaxMind
  * See CHANGES file in the source RPM.
  * obsoletes bind-CVE-2018-5745.patch (bsc#1126068)
  * obsoletes bind-CVE-2019-6465.patch (bsc#1126069)
  * obsoletes bind-CVE-2018-5743.patch (bsc#1133185)
  * obsoletes bind-CVE-2019-6471.patch (bsc#1138687)
  [bsc#1111722, bsc#1156205, bsc#1126068, bsc#1126069, bsc#1133185,
  bsc#1138687, CVE-2019-6476, CVE-2019-6475,
  CVE-2019-6471, CVE-2018-5743, CVE-2019-6467, CVE-2019-6465,
  CVE-2018-5745, CVE-2018-5744, CVE-2018-5740, CVE-2018-5738,
  CVE-2018-5737, CVE-2018-5736, CVE-2017-3145, CVE-2017-3136,
  configure.in.diff, bind-99-libidn.patch, perl-path.diff,
  bind-sdb-ldap.patch, bind-CVE-2017-3145.patch,
  bug-4697-Restore-workaro]und-for-Microsoft-Windows-T.patch,
  bind-fix-fips.patch, bind-CVE-2018-5745.patch,
  bind-CVE-2019-6465.patch, bind-CVE-2018-5743.patch,
  bind-CVE-2019-6471.patch, CVE-2016-6170, bsc#1018700,
  bsc#1018701, bsc#1018702, bsc#1033466, bsc#1033467, bsc#1033468,
  bsc#1040039, bsc#1047184, bsc#1104129, bsc#906079, bsc#918330,
  bsc#936476, bsc#937028, bsc#939567, bsc#977657, bsc#983505,
  bsc#987866, bsc#989528, fate#320694, fate#324357, bnc#1127583,
  bnc#1127583, bnc#1109160]
- removal of SuSEfirewall2 service from Factory, since SuSEfirewall2 has been
  replaced by firewalld, see [1].
  [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
- Add FIPS patch back into bind (bsc#1128220)
- File: bind-fix-fips.patch
- Don't rely on /etc/insserv.conf anymore for proper dependencies
  against nss-lookup.target in named.service and lwresd.service
  (bsc#1118367 bsc#1118368)
- Update named.root. One of the root servers IP has changed.
- Install the LICENSE file.
- Add bind.conf and bind-chrootenv.conf to install the default
  files in /var/lib/named and create chroot environment on systems
  using transactional-updates [bsc#1100369] [FATE#325524].
- Cleanup pre/post install: remove all old code which was needed to
  update to SLES8.
- Fix a patch error in dnszone-schema file (bsc#901577)
- Add SPF records in dnszone-schema file (bsc#901577)
- Fix the hostname in ldapdump to be valid (bsc#965748)
- Patch file - bind-ldapdump-use-valid-host.patch
- Add bug-4697-Restore-workaround-for-Microsoft-Windows-T.patch
  Fixes dynamic DNS updates against samba and Microsoft DNS servers
  (bsc#1094236).
- Move chroot related files from bind to bind-chrootenv
  (bsc#1093338)
- Remove rndc.key generation from bind.spec file because bind
  should create it on first boot (bsc#1092283)
- Add misisng rndc.key check and generation code is lwresd.init
  script
- build with --enable-filter-aaaa to make it possible to use
  config option "/filter-aaaa-on-v4 yes"/. Useful to workaround
  broken websites like netflix which block traffic from certain
  IPv6 tunnel providers. (bsc#1069633)
- Add /dev/urandom to chroot env
- Implement systemd init scripts for bind and lwresd (fate#323155)
- Apply bind-CVE-2017-3145.patch to fix CVE-2017-3145 (bsc#1076118)
- Use getent when adding user/group
- update changelog to mention removed options
- license changed to MPL-2.0 according to legal.
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Add back init scripts, systemd units aren't ready yet
- Add python3-bind subpackage to allow python bind interactions
- Sync configure options with RH package and remove unused ones
  * Enable python3
  * Enable gssapi
  * Enable dnssec scripts
  * Remove no longer recognized --enable-rrl
- Drop idnkit from the build, the bind uses libidn since 2007 to run
  all the resolutions in dig/etc. bsc#1030306
- Add patch to make sure we build against system idn:
  * bind-99-libidn.patch
- Refresh patch:
  * pie_compile.diff
- Remove patches that are unused due to above:
  * idnkit-powerpc-ltconfig.patch
  * runidn.diff
- drop bind-openssl11.patch (merged upstream)
- Remove systemd conditionals as we are not building on sle11 anyway
- Force the systemd to be base for the initscript deployment
- Bump up version of most of the libraries
- Rename the subpackages to match the version updates
- Add macros for easier handling of the library package names
- Drop more unneeded patches
  * dns_dynamic_db.patch (upstream)
- Update to 9.11.2 release:
  * Many changes compared to 9.10 see the README file for in-depth listing
  * For detailed changes with issues see CHANGES file
  * Fixes for CVE-2017-3141 CVE-2017-3140 CVE-2017-3138 CVE-2017-3137
    CVE-3136 CVE-2016-9778
  * OpenSSL 1.1 support
- Remove support for some old distributions and cleanup the spec file
  to require only what is really needed
- Switch to systemd (bsc#1053808)
- Remove german from the postinst messages
- Remove patches merged upstream:
  * bind-CVE-2017-3135.patch
  * bind-CVE-2017-3142-and-3143.patch
- Refresh named.root with another update
- Use python3 by default (fate#323526)
- bind-openssl11.patch: add a patch for enabling
  openssl 1.1 support (builds for 1.0 and 1.1 openssl).
  (bsc#1042635)
- Enable JSON statistics
- named.root: refreshed from internic to 2017060102 (bsc#1048729)
- Run systemctl daemon-reload even when this is not build with
  systemd support: if installing bind on a systemd service and not
  reloading systemd daemon, then the service 'named' is not known
  right after package installation, causing confusion.
- Added bind-CVE-2017-3142-and-3143.patch to fix a security issue
  where an attacker with the ability to send and receive messages
  to an authoritative DNS server was able to circumvent TSIG
  authentication of AXFR requests. A server that relies solely on
  TSIG keys for protection with no other ACL protection could be
  manipulated into (1) providing an AXFR of a zone to an
  unauthorized recipient and (2) accepting bogus Notify packets.
  [bsc#1046554, CVE-2017-3142, bsc#1046555, CVE-2017-3143]
- Fix named init script to dynamically find the location of the
  openssl engines (boo#1040027).
- Add with_systemd define with default off, since we still use init
  scripts and no systemd units.
- Don't require and call insserv if we use systemd
- Fix assertion failure or a NULL pointer read for configurations using both DNS64 and RPZ
  * CVE-2017-3135, bsc#1024130
  * bind-CVE-2017-3135.patch
- Update to latest release in the 9.10.X series
  * Security fixes in 9.10.4
  * Duplicate EDNS COOKIE options in a response could trigger an assertion failure.
    CVE-2016-2088. [RT #41809]
  * The resolver could abort with an assertion failure due to improper DNAME handling
    when parsing fetch reply messages. CVE-2016-1286. [RT #41753]
  * Malformed control messages can trigger assertions in named and rndc.
    CVE-2016-1285. [RT #41666]
  * Certain errors that could be encountered when printing out or logging an OPT record containing
    a CLIENT-SUBNET option could be mishandled, resulting in an assertion failure. CVE-2015-8705. [RT #41397]
  * Specific APL data could trigger an INSIST. CVE-2015-8704. [RT #41396]
  * Incorrect reference counting could result in an INSIST failure if a socket error occurred while performing
    a lookup. CVE-2015-8461. [RT#40945]
  * Insufficient testing when parsing a message allowed records with an incorrect class to be be accepted,
    triggering a REQUIRE failure when those records were subsequently cached. CVE-2015-8000. [RT #40987]
  * For Features and other fixes in 9.10.4 see https://kb.isc.org/article/AA-01380/0/BIND-9.10.4-Release-Notes.html
  * Description of patch changes
  * BIND 9.10.4-P5 addresses the security issues described in CVE-2016-9131, CVE-2016-9147 and CVE-2016-9444. [bsc#1018699]
  * BIND 9.10.4-P4 addresses the security issue described in CVE-2016-8864.
  * BIND 9.10.4-P3 addresses the security issue described in CVE-2016-2776 and addresses an interoperability issue with ECS clients.
  * BIND 9.10.4-P2 addresses the security issue described in CVE-2016-2775.
  * BIND 9.10.4-P1 addresses Windows installation issues, the %z modifier is not supported under Windows and
    a race condition in the rbt/rbtdb implementation resulting in named exiting due to assertion failures being detected.
  * Following patches removed, fixed upstream
  * cve-2016-2776.patch
  * cve-2016-8864.patch
- Apply cve-2016-8864.patch to fix CVE-2016-8864 (bsc#1007829).
- Apply cve-2016-2776.patch to fix CVE-2016-2776 (bsc#1000362).
- Remove the start/stop dependency of named and lwresd on remote-fs
  to break a service dependency cycle (bsc#947483, bsc#963971).
- Make /var/lib/named owned by the named user (bsc#908850,
  bsc#875691).
- Call systemd service macros with the full service name.
- remove BuildRequire libcap. That is only a legacy library, not
  actually used for building. libcap-devel pulls in the right one.
- Security update 9.10.3-P4:
  * CVE-2016-1285, bsc#970072: assert failure on input parsing can
    cause premature exit.
  * CVE-2016-1286, bsc#970073: An error when parsing signature
    records for DNAME can lead to named exiting due to an assertion
    failure.
  * CVE-2016-2088, bsc#970074: a deliberately misconstructed packet
    containing multiple cookie options to cause named to terminate
    with an assertion failure.
- drop a changing timestamp making build reproducible
- Build with --with-randomdev=/dev/urandom otherwise
  libisc will use /dev/random to gather entropy and that might
  block, short read etc..
- Security update 9.10.3-P3:
  * Specific APL data could trigger an INSIST (CVE-2015-8704,
    bsc#962189).
  * Certain errors that could be encountered when printing out or
    logging an OPT record containing a CLIENT-SUBNET option could
    be mishandled, resulting in an assertion failure
    (CVE-2015-8705, bsc#962190).
  * Authoritative servers that were marked as bogus (e.g.
    blackholed in configuration or with invalid addresses) were
    being queried anyway.
- Update to version 9.10.3-P2 to fix a remote denial of service by
  misparsing incoming responses (CVE-2015-8000, bsc#958861).
- Avoid double %setup, it confuses some versions of quilt.
- Summary/description update
- Update to version 9.10.2-P4
  * An incorrect boundary boundary check in the OPENPGPKEY
    rdatatype could trigger an assertion failure.
    (CVE-2015-5986) [RT #40286] (bsc#944107)
  * A buffer accounting error could trigger an
    assertion failure when parsing certain malformed
    DNSSEC keys. (CVE-2015-5722) [RT #40212] (bsc#944066)
- Update to version 9.10.2-P3
  Security Fixes
  * A specially crafted query could trigger an assertion failure in message.c.
    This flaw was discovered by Jonathan Foote, and is disclosed in
    CVE-2015-5477. [RT #39795]
  * On servers configured to perform DNSSEC validation, an assertion failure
    could be triggered on answers from a specially configured server.
    This flaw was discovered by Breno Silveira Soares, and is disclosed
    in CVE-2015-4620. [RT #39795]
  Bug Fixes
  * Asynchronous zone loads were not handled correctly when the zone load was
    already in progress; this could trigger a crash in zt.c. [RT #37573]
  * Several bugs have been fixed in the RPZ implementation:
    + Policy zones that did not specifically require recursion could be treated
    as if they did; consequently, setting qname-wait-recurse no; was
    sometimes ineffective. This has been corrected. In most configurations,
    behavioral changes due to this fix will not be noticeable. [RT #39229]
    + The server could crash if policy zones were updated (e.g. via
    rndc reload or an incoming zone transfer) while RPZ processing
    was still ongoing for an active query. [RT #39415]
    + On servers with one or more policy zones configured as slaves, if a
    policy zone updated during regular operation (rather than at startup)
    using a full zone reload, such as via AXFR, a bug could allow the RPZ
    summary data to fall out of sync, potentially leading to an assertion
    failure in rpz.c when further incremental updates were made to the zone,
    such as via IXFR. [RT #39567]
    + The server could match a shorter prefix than what was
    available in CLIENT-IP policy triggers, and so, an unexpected
    action could be taken. This has been corrected. [RT #39481]
    + The server could crash if a reload of an RPZ zone was initiated while
    another reload of the same zone was already in progress. [RT #39649]
- Update to version 9.10.2-P2
  - An uninitialized value in validator.c could result in an assertion failure.
    (CVE-2015-4620) [RT #39795]
- Update to version 9.10.2-P1
  - Include client-ip rules when logging the number of RPZ rules of each type.
    [RT #39670]
  - Addressed further problems with reloading RPZ zones. [RT #39649]
  - Addressed a regression introduced in change #4121. [RT #39611]
  - The server could match a shorter prefix than what was available in
    CLIENT-IP policy triggers, and so, an unexpected action could be taken.
    This has been corrected. [RT #39481]
  - On servers with one or more policy zones configured as slaves, if a policy
    zone updated during regular operation (rather than at startup) using a full
    zone reload, such as via AXFR, a bug could allow the RPZ summary data to
    fall out of sync, potentially leading to an assertion failure in rpz.c when
    further incremental updates were made to the zone, such as via IXFR.
    [RT #39567]
  - A bug in RPZ could cause the server to crash if policy zones were updated
    while recursion was pending for RPZ processing of an active query.
    [RT #39415]
  - Fix a bug in RPZ that could cause some policy zones that did not
    specifically require recursion to be treated as if they did; consequently,
    setting qname-wait-recurse no; was sometimes ineffective. [RT #39229]
  - Asynchronous zone loads were not handled correctly when the zone load was
    already in progress; this could trigger a crash in zt.c. [RT #37573]
  - Fix an out-of-bounds read in RPZ code. If the read succeeded, it doesn't
    result in a bug during operation. If the read failed, named could segfault.
    [RT #38559]
- Fix inappropriate use of /var/lib/named for locating dynamic-DB plugins.
  Dynamic-DB plugins are now loaded from %{_libexecdir}/bind, consistent with
  openSUSE packaging guideline.
- Install additional header files which are helpful to the development of
  dynamic-DB plugins.
- Depend on systemd macros and sysvinit on post-12.3 only.
- Create empty lwresd.conf at build time.
- Reduce file list pre-13.1.
- Update to version 9.10.2
  - Handle timeout in legacy system test. [RT #38573]
  - dns_rdata_freestruct could be called on a uninitialised structure when
    handling a error. [RT #38568]
  - Addressed valgrind warnings. [RT #38549]
  - UDP dispatches could use the wrong pseudorandom
    number generator context. [RT #38578]
  - Fixed several small bugs in automatic trust anchor management, including a
    memory leak and a possible loss of key state information. [RT #38458]
  - 'dnssec-dsfromkey -T 0' failed to add ttl field. [RT #38565]
  - Revoking a managed trust anchor and supplying an untrusted replacement
    could cause named to crash with an assertion failure.
    (CVE-2015-1349) [RT #38344]
  - Fix a leak of query fetchlock. [RT #38454]
  - Fix a leak of pthread_mutexattr_t. [RT #38454]
  - RPZ could send spurious SERVFAILs in response
    to duplicate queries. [RT #38510]
  - CDS and CDNSKEY had the wrong attributes. [RT #38491]
  - adb hash table was not being grown. [RT #38470]
- Update bind.keyring
- Update baselibs.conf due to updates to libdns160 and libisc148
- Enable export libraries to support plugin development.
  Install DNSSEC root key.
  Expose new interface for developing dynamic zone database.
  + dns_dynamic_db.patch
- PowerPC can build shared libraries for sure.
  idnkit-powerpc-ltconfig.patch
- Explicitly BuildRequire systemd-rpm-macros since it is used
  for lwresd %post etc. Then drop pre-12.x material.
  Remove configure.in.diff2.
- Corrections to baselibs.conf
- Update to version 9.10.1-P1
  - A flaw in delegation handling could be exploited to put named into an
    infinite loop.  This has been addressed by placing limits on the number of
    levels of recursion named will allow (default 7), and the number of
    iterative queries that it will send (default 50) before terminating a
    recursive query (CVE-2014-8500); (bnc#908994).
    The recursion depth limit is configured via the "/max-recursion-depth"/
    option, and the query limit via the "/max-recursion-queries"/ option.
    [RT #37580]
  - When geoip-directory was reconfigured during named run-time, the
    previously loaded GeoIP data could remain, potentially causing wrong ACLs
    to be used or wrong results to be served based on geolocation
    (CVE-2014-8680). [RT #37720]; (bnc#908995).
  - Lookups in GeoIP databases that were not loaded could cause an assertion
    failure (CVE-2014-8680). [RT #37679]; (bnc#908995).
  - The caching of GeoIP lookups did not always handle address families
    correctly, potentially resulting in an assertion failure (CVE-2014-8680).
    [RT #37672]; (bnc#908995).
- Convert some hard PreReq to leaner Requires(pre).
- Typographical and orthographic fixes to description texts.
- Fix bashisms in the createNamedConfInclude script.
- Post scripts: remove '-e' option of 'echo' that may be unsupported
  in some POSIX-compliant shells.
- Add openssl engines to the lwresd chroot.
- Add /etc/lwresd.conf with attribute ghost to the list of files.
- Add /run/lwresd to the list of files of the lwresd package.
- Shift /run/named from the chroot sub to the main bind package.
- Drop /proc from the chroot as multi CPU systems work fine even without it.
- Add a versioned dependency when obsoleting packages.
- Remove superfluous obsoletes *-64bit in the ifarch ppc64 case; (bnc#437293).
- Fix gssapi_krb configure time header detection.
- Update root zone (dated Nov 5, 2014).
- Update to version 9.10.1
  - This release addresses the security flaws described in CVE-2014-3214 and
    CVE-2014-3859.
- Update to version 9.10.0
  - DNS Response-rate limiting (DNS RRL), which blunts the impact of
    reflection and amplification attacks, is always compiled in and no longer
    requires a compile-time option to enable it.
  - An experimental "/Source Identity Token"/ (SIT) EDNS option is now available.
  - A new zone file format, "/map"/, stores zone data in a
    format that can be mapped directly into memory, allowing
    significantly faster zone loading.
  - "/delv"/ (domain entity lookup and validation) is a new tool with dig-like
    semantics for looking up DNS data and performing internal DNSSEC
    validation.
  - Improved EDNS(0) processing for better resolver performance
    and reliability over slow or lossy connections.
  - Substantial improvement in response-policy zone (RPZ) performance.  Up to
    32 response-policy zones can be configured with minimal performance loss.
  - To improve recursive resolver performance, cache records which are still
    being requested by clients can now be automatically refreshed from the
    authoritative server before they expire, reducing or eliminating the time
    window in which no answer is available in the cache.
  - New "/rpz-client-ip"/ triggers and drop policies allowing
    response policies based on the IP address of the client.
  - ACLs can now be specified based on geographic location using the MaxMind
    GeoIP databases.  Use "/configure --with-geoip"/ to enable.
  - Zone data can now be shared between views, allowing multiple views to serve
    the same zones authoritatively without storing multiple copies in memory.
  - New XML schema (version 3) for the statistics channel includes many new
    statistics and uses a flattened XML tree for faster parsing. The older
    schema is now deprecated.
  - A new stylesheet, based on the Google Charts API, displays XML statistics
    in charts and graphs on javascript-enabled browsers.
  - The statistics channel can now provide data in JSON format as well as XML.
  - New stats counters track TCP and UDP queries received
    per zone, and EDNS options received in total.
  - The internal and export versions of the BIND libraries (libisc, libdns,
    etc) have been unified so that external library clients can use the same
    libraries as BIND itself.
  - A new compile-time option, "/configure --enable-native-pkcs11"/, allows BIND
    9 cryptography functions to use the PKCS#11 API natively, so that BIND can
    drive a cryptographic hardware service module (HSM) directly instead of
    using a modified OpenSSL as an intermediary.
  - The new "/max-zone-ttl"/ option enforces maximum TTLs for zones. This can
    simplify the process of rolling DNSSEC keys by guaranteeing that cached
    signatures will have expired within the specified amount of time.
  - "/dig +subnet"/ sends an EDNS CLIENT-SUBNET option when querying.
  - "/dig +expire"/ sends an EDNS EXPIRE option when querying.
  - New "/dnssec-coverage"/ tool to check DNSSEC key coverage for a zone and
    report if a lapse in signing coverage has been inadvertently scheduled.
  - Signing algorithm flexibility and other improvements
    for the "/rndc"/ control channel.
  - "/named-checkzone"/ and "/named-compilezone"/ can now read
    journal files, allowing them to process dynamic zones.
  - Multiple DLZ databases can now be configured.  Individual zones can be
    configured to be served from a specific DLZ database.  DLZ databases now
    serve zones of type "/master"/ and "/redirect"/.
  - "/rndc zonestatus"/ reports information about a specified zone.
  - "/named"/ now listens on IPv6 as well as IPv4 interfaces by default.
  - "/named"/ now preserves the capitalization of names
    when responding to queries.
  - new "/dnssec-importkey"/ command allows the use of offline
    DNSSEC keys with automatic DNSKEY management.
  - New "/named-rrchecker"/ tool to verify the syntactic
    correctness of individual resource records.
  - When re-signing a zone, the new "/dnssec-signzone -Q"/ option drops
    signatures from keys that are still published but are no longer active.
  - "/named-checkconf -px"/ will print the contents of configuration files with
    the shared secrets obscured, making it easier to share configuration (e.g.
    when submitting a bug report) without revealing private information.
  - "/rndc scan"/ causes named to re-scan network interfaces for
    changes in local addresses.
  - On operating systems with support for routing sockets, network interfaces
    are re-scanned automatically whenever they change.
  - "/tsig-keygen"/ is now available as an alternate command
    name to use for "/ddns-confgen"/.
- Update to version 9.9.6
  New Features
  - Support for CAA record types, as described in RFC 6844 "/DNS
    Certification Authority Authorization (CAA) Resource Record"/,
    was added. [RT#36625] [RT #36737]
  - Disallow "/request-ixfr"/ from being specified in zone statements where it
    is not valid (it is only valid for slave and redirect zones) [RT #36608]
  - Support for CDS and CDNSKEY resource record types was added. For
    details see the proposed Informational Internet-Draft "/Automating
    DNSSEC Delegation Trust Maintenance"/ at
    http://tools.ietf.org/html/draft-ietf-dnsop-delegation-trust-maintainance-14.
    [RT #36333]
  - Added version printing options to various BIND utilities. [RT #26057]
    [RT #10686]
  - Added a "/no-case-compress"/ ACL, which causes named to use case-insensitive
    compression (disabling change #3645) for specified clients. (This is useful
    when dealing with broken client implementations that use case-sensitive
    name comparisons, rejecting responses that fail to match the capitalization
    of the query that was sent.) [RT #35300]
  Feature Changes
  - Adds RPZ SOA to the additional section of responses to clearly
    indicate the use of RPZ in a manner that is intended to avoid
    causing issues for downstream resolvers and forwarders [RT #36507]
  - rndc now gives distinct error messages when an unqualified zone
    name matches multiple views vs. matching no views [RT #36691]
  - Improves the accuracy of dig's reported round trip times.  [RT #36611]
  - When an SPF record exists in a zone but no equivalent TXT record
    does, a warning will be issued.  The warning for the reverse
    condition is no longer issued. See the check-spf option in the
    documentation for details. [RT #36210]
  - "/named"/ will now log explicitly when using rndc.key to configure
    command channel. [RT #35316]
  - The default setting for the -U option (setting the number of UDP
    listeners per interface) has been adjusted to improve performance.
    [RT #35417]
  - Aging of smoothed round-trip time measurements is now limited
    to no more than once per second, to improve accuracy in selecting
    the best name server. [RT #32909]
  - DNSSEC keys that have been marked active but have no publication
    date are no longer presumed to be publishable. [RT #35063]
  Bug Fixes
  - The Makefile in bin/python was changed to work around a bmake
    bug in FreeBSD 10 and NetBSD 6. [RT #36993] (**)
  - Corrected bugs in the handling of wildcard records by the DNSSEC
    validator: invalid wildcard expansions could be treated as valid
    if signed, and valid wildcard expansions in NSEC3 opt-out ranges
    had the AD bit set incorrectly in responses. [RT #37093] [RT #37072]
  - When resigning, dnssec-signzone was removing all signatures from
    delegation nodes. It now retains DS and (if applicable) NSEC
    signatures.  [RT #36946]
  - The AD flag was being set inappopriately on RPZ responses. [RT #36833]
  - Updates the URI record type to current draft standard,
    draft-faltstrom-uri-08, and allows the value field to be zero
    length [RT #36642] [RT #36737]
  - RRSIG sets that were not loaded in a single transaction at start
    up were not being correctly added to re-signing heaps.  [RT #36302]
  - Setting '-t aaaa' in .digrc had unintended side-effects. [RT #36452]
  - A race condition could cause a crash in isc_event_free during
    shutdown.  [RT #36720]
  - Addresses a race condition issue in dispatch. [RT #36731]
  - acl elements could be miscounted, causing a crash while loading
    a config [RT #36675]
  - Corrects a deadlock between view.c and adb.c. [RT #36341]
  - liblwres wasn't properly handling link-local addresses in
    nameserver clauses in resolv.conf. [RT #36039]
  - Buffers in isc_print_vsnprintf were not properly initialized
    leading to potential overflows when printing out quad values.
    [RT #36505]
  - Don't call qsort() with a null pointer, and disable the GCC 4.9
    "/delete null pointer check"/ optimizer option. This fixes problems
    when using GNU GCC 4.9.0 where its compiler code optimizations
    may cause crashes in BIND. For more information, see the operational
    advisory at https://kb.isc.org/article/AA-01167/. [RT #35968]
  - Fixed a bug that could cause repeated resigning of records in
    dynamically signed zones. [RT #35273]
  - Fixed a bug that could cause an assertion failure after forwarding
    was disabled. [RT #35979]
  - Fixed a bug that caused SERVFAILs when using RPZ on a system
    configured as a forwarder. [RT #36060]
  - Worked around a limitation in Solaris's /dev/poll implementation
    that could cause named to fail to start when configured to use
    more sockets than the system could accomodate. [RT #35878]
- Remove merged rpz2+rl-9.9.5.patch and obsoleted rpz2+rl-9.9.5.patch
- Removed pid-path.diff patch as /run/{named,lwresd}/ are used by default.
- Update baselibs.conf (added libirs and library interface version updates).
- No longer perform gpg validation; osc source_validator does it
  implicit:
  + Drop gpg-offline BuildRequires.
  + No longer execute gpg_verify.
bing
- Don't install using trusted group (bnc#1092157)
- Minor spec-file cleanup
- Update URL to point to exiting website (bnc#1034957)
- run_permissions macro is obsolete: use set_permissions
  (bnc#764099)
- cross-build fix: use %__cc macro
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
- updated patches to apply with fuzz=0
- make patch0 usage consistent
- moved bing to /usr/sbin
- removed SUID bit
- converted neededforbuild to BuildRequires
- updated to version 1.0.5
- bziped
binutils
- Add binutils-fix-relax.diff to fix linking relaxation problems
  with old object files hitting some enterprise software. [bsc#1179341]
- Update binutils-2.35-branch.diff.gz to commit 1c5243df:
  * Fixes PR26520, aka [bsc#1179036], a problem in addr2line with
    certain DWARF variable descriptions.
  * Also fixes PR26711, PR26656, PR26655, PR26929, PR26808, PR25878,
    PR26740, PR26778, PR26763, PR26685, PR26699, PR26902, PR26869,
    PR26711
  * The above includes fixes for dwo files produced by modern dwp,
    fixing several problems in the DWARF reader.
- Reapply spec file cleanup from format_spec_file
- Remove a SLE10 version check
- Update to 2.35.1 and rebased branch diff:
  * This is a point release over the previous 2.35 version, containing bug
  fixes, and as an exception to the usual rule, one new feature.  The
  new feature is the support for a new directive in the assembler:
  "/.nop"/.  This directive creates a single no-op instruction in whatever
  encoding is correct for the target architecture.  Unlike the .space or
  .fill this is a real instruction, and it does affect the generation of
  DWARF line number tables, should they be enabled.
- Update binutils-2.35-branch.diff.gz to commit 23f268a0:
  * Add xBPF target
  * Fix various problems with DWARF 5 support in gas
- Toolchain module update for SLE15 [jsc#ECO-2373]
- Includes changes that were SLE-only in binutils-add-z15-name.diff
  for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464]
- Amend binutils-revert-plt32-in-branches.diff to adjust also new
  testcases.
- Add binutils-2.35-branch.diff.gz: it includes fix for
  nm -B for objects compiled with -flto and -fcommon.
- Add binutils-revert-nm-symversion.diff to be compatible with old
  output of nm relied on in scripts.
- Add binutils-fix-abierrormsg.diff to work around an eager (new)
  error message occuring without inputs and as-needed (affects
  nvme-cli build).
- Update to binutils 2.35:
  * The asseembler can now produce DWARF-5 format line number tables.
  * Readelf now has a "/lint"/ mode to enable extra checks of the files it is processing.
  * Readelf will now display "/[...]"/ when it has to truncate a symbol name.
    The old behaviour - of displaying as many characters as possible, up to
    the 80 column limit - can be restored by the use of the --silent-truncation
    option.
  * The linker can now produce a dependency file listing the inputs that it
    has processed, much like the -M -MP option supported by the compiler.
- Regenerate add-ulp-section.diff with -p1 due to a fuzzing issue.
- Remove binutils-2.34-branch.diff.gz.
- Regenerate binutils-build-as-needed.diff due to a fuzzing issue.
- Regenerate binutils-fix-invalid-op-errata.diff as one hunk was upstreamed.
- Remove upstreamed patch binutils-pr25593.diff.
- Regenerate unit-at-a-time.patch due to a fuzzing issue.
- Regenerate binutils-revert-plt32-in-branches.diff.
- Update binutils-2.34-branch.diff.gz.
- Remove fix-try_load_plugin.patch as it is part
  of the updated binutils-2.34-branch.diff.gz patch.
- Add binutils-pr25593.diff to fix DT_NEEDED order with -flto
  [bsc#1163744]
- Update fix-try_load_plugin.patch to latest version.
- Add fix-try_load_plugin.patch in order to fix fallback caused
  by backport for PR25355.
- Update to binutils 2.34:
  * The disassembler (objdump --disassemble) now has an option to
    generate ascii art thats show the arcs between that start and end
    points of control flow instructions.
  * The binutils tools now have support for debuginfod.  Debuginfod is a
    HTTP service for distributing ELF/DWARF debugging information as
    well as source code.  The tools can now connect to debuginfod
    servers in order to download debug information about the files that
    they are processing.
  * The assembler and linker now support the generation of ELF format
    files for the Z80 architecture.
- Rename and get binutils-2.34-branch.diff.gz (boo#1160254).
- Rebase add-ulp-section.diff, binutils-revert-plt32-in-branches.diff,
  cross-avr-size.patch and binutils-skip-rpaths.patch.
- Add new subpackages for libctf and libctf-nobfd.
- Disable LTO due to boo#1163333.
- Includes fixes for these CVEs:
  bnc#1153768 aka CVE-2019-17451 aka PR25070
  bnc#1153770 aka CVE-2019-17450 aka PR25078
- Disable LTO during testsuite run
- Add binutils-fix-invalid-op-errata.diff to fix various
  build fails on aarch64 (PR25210, bsc#1157755).
- Add add-ulp-section.diff for user space live patching.
- Update to binutils 2.33.1:
  * Adds support for the Arm Scalable Vector Extension version 2
    (SVE2) instructions, the Arm Transactional Memory Extension (TME)
    instructions and the Armv8.1-M Mainline and M-profile Vector
    Extension (MVE) instructions.
  * Adds support for the Arm Cortex-A76AE, Cortex-A77 and Cortex-M35P
    processors and the AArch64 Cortex-A34, Cortex-A65, Cortex-A65AE,
    Cortex-A76AE, and Cortex-A77 processors.
  * Adds a .float16 directive for both Arm and AArch64 to allow
    encoding of 16-bit floating point literals.
  * For MIPS, Add -m[no-]fix-loongson3-llsc option to fix (or not)
    Loongson3 LLSC Errata.  Add a --enable-mips-fix-loongson3-llsc=[yes|no]
    configure time option to set the default behavior. Set the default
    if the configure option is not used to "/no"/.
  * The Cortex-A53 Erratum 843419 workaround now supports a choice of
    which workaround to use.  The option --fix-cortex-a53-843419 now
    takes an optional argument --fix-cortex-a53-843419[=full|adr|adrp]
    which can be used to force a particular workaround to be used.
    See --help for AArch64 for more details.
  * Add support for GNU_PROPERTY_AARCH64_FEATURE_1_BTI and
    GNU_PROPERTY_AARCH64_FEATURE_1_PAC  in ELF GNU program properties
    in the AArch64 ELF linker.
  * Add -z force-bti for AArch64 to enable GNU_PROPERTY_AARCH64_FEATURE_1_BTI
    on output while warning about missing GNU_PROPERTY_AARCH64_FEATURE_1_BTI
    on inputs and use PLTs protected with BTI.
  * Add -z pac-plt for AArch64 to pick PAC enabled PLTs.
  * Add --source-comment[=<txt>] option to objdump which if present,
    provides a prefix to source code lines displayed in a disassembly.
  * Add --set-section-alignment <section-name>=<power-of-2-align>
    option to objcopy to allow the changing of section alignments.
  * Add --verilog-data-width option to objcopy for verilog targets to
    control width of data elements in verilog hex format.
  * The separate debug info file options of readelf (--debug-dump=links
    and --debug-dump=follow) and objdump (--dwarf=links and
  - -dwarf=follow-links) will now display and/or follow multiple
    links if more than one are present in a file.  (This usually
    happens when gcc's -gsplit-dwarf option is used).
    In addition objdump's --dwarf=follow-links now also affects its
    other display options, so that for example, when combined with
  - -syms it will cause the symbol tables in any linked debug info
    files to also be displayed.  In addition when combined with
  - -disassemble the --dwarf= follow-links option will ensure that
    any symbol tables in the linked files are read and used when
    disassembling code in the main file.
  * Add support for dumping types encoded in the Compact Type Format
    to objdump and readelf.
- Includes fixes for these CVEs:
  bnc#1126826 aka CVE-2019-9077 aka PR1126826
  bnc#1126829 aka CVE-2019-9075 aka PR1126829
  bnc#1126831 aka CVE-2019-9074 aka PR24235
  bnc#1140126 aka CVE-2019-12972 aka PR23405
  bnc#1143609 aka CVE-2019-14444 aka PR24829
  bnc#1142649 aka CVE-2019-14250 aka PR90924
- Remove patches that are now included in the release:
  binutils-2.32-branch.diff.gz, binutils-fix-ld-segv.diff,
  binutils-pr24486.patch, riscv-abi-check.patch,
  rx-gas-padding-pr24464.patch.
- Add binutils-2.33-branch.diff.gz patch.
- Rebase binutils-revert-plt32-in-branches.diff and
  cross-avr-size.patch patch.
- Add binutils-fix-ld-segv.diff to fix a segfault in ld
  when building some versions of pacemaker.  [bsc#1154025,
  bsc#1154016]
- Add avr, epiphany and rx to target_list so that the common
  binutils can handle all objects we can create with crosses.
  [bsc#1152590]
- Update to current 2.32 branch @7b468db3 adding
  binutils-2.32-branch.diff.gz [jsc#ECO-368].
- Includes fixes for these CVEs:
  bsc#1109412 aka CVE-2018-17358 aka PR23686
  bsc#1109413 aka CVE-2018-17359 aka PR23686
  bsc#1109414 aka CVE-2018-17360 aka PR23685
  bsc#1111996 aka CVE-2018-18309 aka PR23770
  bsc#1112534 aka CVE-2018-18484 aka GCC PR87636
  bsc#1112535 aka CVE-2018-18483 aka PR23767
  bsc#1113247 aka CVE-2018-18607 aka PR23805
  bsc#1113252 aka CVE-2018-18606 aka PR23806
  bsc#1113255 aka CVE-2018-18605 aka PR23804
  bsc#1116827 aka CVE-2018-17985 aka GCC PR87335
  bsc#1118830 aka CVE-2018-19932 aka PR23932
  bsc#1118831 aka CVE-2018-19931 aka PR23942
  bsc#1120640 aka CVE-2018-1000876 aka PR23994
  bsc#1121034 aka CVE-2018-20651 aka PR24041
  bsc#1121035 aka CVE-2018-20623 aka PR24049
  bsc#1121056 aka CVE-2018-20671 aka PR24005
  bsc#1142772 aka CVE-2019-1010180 aka PR23657
- Refresh s390-biarch.diff and
  binutils-revert-plt32-in-branches.diff .
- For the SLE12 package this also removes patches
  binutils-z13-1.diff, binutils-z13-2.diff,
  binutils-z13-3.diff, binutils-z13-4.diff and binutils-z13-5.diff .
- enable xtensa architecture (Tensilica lc6 and related)
- Fix SUSE typo in README package name
- Use -ffat-lto-objects in order to provide assembly for static libs
  (boo#1141913).
Fake entry for SLE12 package variant only:
- Add support for new z13 instructions. [fate#327074, jsc#SLE-6206,
  bsc#1137271]
  Adds patches binutils-z13-1.diff, binutils-z13-2.diff,
  binutils-z13-3.diff, binutils-z13-4.diff and binutils-z13-5.diff .
- Add binutils-pr24486.patch: fix for PR24486 (boo#1133131 boo#1133232).
- Add rx-gas-padding-pr24464.patch: fix for PR24464.
- riscv-abi-check.patch: Don't check ABI flags if no code section
- Add binutils.keyring and verify signature.
- Add disk and RAM (for ppc, ppc64 and ppc64le) constraint with _constraints.
- Update to binutils 2.32:
  * The binutils now support for the C-SKY processor series.
  * The x86 assembler now supports a -mvexwig=[0|1] option to control
    encoding of VEX.W-ignored (WIG) VEX instructions.
    It also has a new -mx86-used-note=[yes|no] option to generate (or
    not) x86 GNU property notes.
  * The MIPS assembler now supports the Loongson EXTensions R2 (EXT2),
    the Loongson EXTensions (EXT) instructions, the Loongson Content
    Address Memory (CAM) ASE and the Loongson MultiMedia extensions
    Instructions (MMI) ASE.
  * The addr2line, c++filt, nm and objdump tools now have a default
    limit on the maximum amount of recursion that is allowed whilst
    demangling strings.  This limit can be disabled if necessary.
  * Objdump's --disassemble option can now take a parameter,
    specifying the starting symbol for disassembly.  Disassembly will
    continue from this symbol up to the next symbol or the end of the
    function.
  * The BFD linker will now report property change in linker map file
    when merging GNU properties.
  * The BFD linker's -t option now doesn't report members within
    archives, unless -t is given twice.  This makes it more useful
    when generating a list of files that should be packaged for a
    linker bug report.
  * The GOLD linker has improved warning messages for relocations that
    refer to discarded sections.
- Remove binutils-2.31-branch.diff.gz, fix-pr23919-1.diff,
  fix-pr23919-2.diff, fix-pr23919-3.diff,
  gold-depend-on-opcodes.diff and s390-relro.diff.
- Refresh binutils-skip-rpaths.patch, s390-biarch.diff, cross-avr-size.patch
  and binutils-revert-plt32-in-branches.diff.
- Add s390-relro.diff to improve relro support on s390
  [fate#326356]
- Fix the fix for PR23919 [bsc#1118644]:
  rename handle-ELF-compressed-header-alignment-correctly-by-.patch
  to fix-pr23919-1.diff and add fix-pr23919-2.diff
  and fix-pr23919-3.diff .
- Add handle-ELF-compressed-header-alignment-correctly-by-.patch:
  PR23919.
- Update to binutils-2_31-branch @e51abf7e3, minor bugfixes in
  the support for the X86_ISA_1_* notes.  Adds
  patch binutils-2.31-branch.diff.gz .
- Add binutils-revert-plt32-in-branches.diff on anything older
  than Tumbleweed to not break old tools not expecting
  PLT32 instead of PC32 relocs on x86_64.
- Includes fixes for these CVEs:
  * from 2.30:
    bnc#1065643 aka CVE-2017-15996 aka PR22361
    bnc#1065689 aka CVE-2017-15939 aka PR22205
    bnc#1065693 aka CVE-2017-15938 aka PR22209
    bnc#1068640 aka CVE-2017-16826 aka PR22376
    bnc#1068643 aka CVE-2017-16832 aka PR22373
    bnc#1068887 aka CVE-2017-16831 aka PR22385
    bnc#1068888 aka CVE-2017-16830 aka PR22384
    bnc#1068950 aka CVE-2017-16829 aka PR22307
    bnc#1069176 aka CVE-2017-16828 aka PR22386
    bnc#1069202 aka CVE-2017-16827 aka PR22306
  * from 2.31:
    bnc#1077745 aka CVE-2018-6323  aka PR22746
    bnc#1079103 aka CVE-2018-6543  aka PR22769
    bnc#1079741 aka CVE-2018-6759  aka PR22794
    bnc#1080556 aka CVE-2018-6872  aka PR22788
    bnc#1081527 aka CVE-2018-7208  aka PR22741
    bnc#1083528 aka CVE-2018-7570  aka PR22881
    bnc#1083532 aka CVE-2018-7569  aka PR22895
    bnc#1086608 aka CVE-2018-8945  aka PR22809
    bnc#1086784 aka CVE-2018-7643  aka PR22905
    bnc#1086786 aka CVE-2018-7642  aka PR22887
    bnc#1086788 aka CVE-2018-7568  aka PR22894
    bnc#1090997 aka CVE-2018-10373 aka PR23065
    bnc#1091015 aka CVE-2018-10372 aka PR23064
    bnc#1091365 aka CVE-2018-10535 aka PR23113
    bnc#1091368 aka CVE-2018-10534 aka PR23110
- Removes binutils-fix-pr21964.diff as it's included in 2.31.
  Rebase testsuite.diff and aarch64-common-pagesize.patch .
- Disable -z separate-code everywhere but in Tumbleweed.
- Update to binutils 2.31
  * The AArch64 port now supports showing disassembly notes which are emitted
    when inconsistencies are found with the instruction that may result in the
    instruction being invalid.  These can be turned on with the option -M notes
    to objdump.
  * The AArch64 port now emits warnings when a combination of an instruction and
    a named register could be invalid.
  * Added O modifier to ar to display member offsets inside an archive
  * The ADR and ADRL pseudo-instructions supported by the ARM assembler
    now only set the bottom bit of the address of thumb function symbols
    if the -mthumb-interwork command line option is active.
  * Add --generate-missing-build-notes=[yes|no] option to create (or not) GNU
    Build Attribute notes if none are present in the input sources.  Add a
  - -enable-generate-build-notes=[yes|no] configure time option to set the
    default behaviour.  Set the default if the configure option is not used
    to "/no"/.
  * Remove -mold-gcc command-line option for x86 targets.
  * Add -O[2|s] command-line options to x86 assembler to enable alternate
    shorter instruction encoding.
  * Add support for .nops directive.  It is currently supported only for
    x86 targets.
  * Speed up direct linking with DLLs for Cygwin and Mingw targets.
  * Add a configure option --enable-separate-code to decide whether
  - z separate-code should be enabled in ELF linker by default.  Default
    to yes for Linux/x86 targets.  Note that -z separate-code can increase
    disk and memory size.
  * Includes riscv-relax-size.patch, riscv-relax-relocatable.patch,
    riscv-relax-versioned-hidden.patch and riscv-wrap-relax.patch
- Refresh enable-targets-gold.diff.
- Adjust cross-avr-omit_section_dynsym.patch.
- Remove binutils-2.30-branch.diff.
- riscv-relax-versioned-hidden.patch: RISC-V: Fix symbol address problem
  with versioned symbols (PR ld/22756)
- Restore riscv64-elf cross prefix via symlinks
- Fix pacemaker libqb problem with section start/stop
  symbols, aka PR21964.  [bnc#1075418]
  Adds binutils-fix-pr21964.diff .
  (this is a change from SLE12, that was already included in 2.31
  binutils tree, mentioned for completeness to not loose tracking)
- riscv-relax-relocatable.patch: RISC-V: Don't enable relaxation in
  relocatable link
- Update binutils-2.30-branch.diff: 2.30 branch @7c78c26eefbb8
  * Includes more complete fix for PR20882.
  * Includes fix for PR22836.  [boo#1085784]
  * Includes fix for PR22983.
- riscv-relax-size.patch: Fix symbol size bug when relaxation deletes bytes
- Add binutils-pr22868.diff to fix testsuite fails in LLVM.
- Update to binutils 2.30
  * Add --debug-dump=links option to readelf and --dwarf=links option to objdump
    which displays the contents of any .gnu_debuglink or .gnu_debugaltlink
    sections.
    Add a --debug-dump=follow-links option to readelf and a --dwarf=follow-links
    option to objdump which causes indirect links into separate debug info files
    to be followed when dumping other DWARF sections.
  * Add support for loaction views in DWARF debug line information.
  * Add -z separate-code to generate separate code PT_LOAD segment.
  * Add "/-z undefs"/ command line option as the inverse of the "/-z defs"/ option.
  * Add -z globalaudit command line option to force audit libraries to be run
    for every dynamic object loaded by an executable - provided that the loader
    supports this functionality.
  * Tighten linker script grammar around file name specifiers to prevent the use
    of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames.  These would
    previously be accepted but had no effect.
  * The EXCLUDE_FILE directive can now be placed within any SORT_* directive
    within input section lists.
- binutils-2.30-branch.diff: 2.30 branch @4cd0043413
- riscv-wrap-relax.patch: Fix linker relaxation with --wrap
- Remove use-hashtype-both-by-default.diff, use
  - -enable-default-hash-style=both instead
- Remove binutils-2.29-branch.diff, s390x-8fe09d7.diff
- Use riscv64-suse-linux as target for cross-riscv64-binutils
- Drop bc BuildRequires: no longer needed.
- Add riscv64 to %target_list
- Add arm-none-eabi symlinks (bsc#1074741)
- Add s390x-8fe09d7.diff to fix typo in ELF notes.
- Update binutils-2.29-branch.diff to @a45d8fd5ffbf888 fixing PR 22220.
- Update to 2.29.1 release, accumulating bugfixes.
- Update binutils-2.29-branch.diff to @a38a1d80 and to be
  relative to the 2.29.1 release fixing following PRs/bnc/CVE:
  22058 [bnc#1057149, CVE-2017-14130]
  21813 [bnc#1052503, CVE-2017-12456, bnc#1052507, CVE-2017-12454,
    bnc#1052509, CVE-2017-12453, bnc#1052511, CVE-2017-12452,
    bnc#1052514, CVE-2017-12450, bnc#1052503, CVE-2017-12456,
    bnc#1052507, CVE-2017-12454, bnc#1052509, CVE-2017-12453,
    bnc#1052511, CVE-2017-12452, bnc#1052514, CVE-2017-12450]
  22148 [bnc#1060599, CVE-2017-14745]
  22163 [bnc#1061241, CVE-2017-14974]
  21933 [bnc#1053347, CVE-2017-12799]
  21787 [bnc#1052518, CVE-2017-12448]
  22018 [bnc#1056312, CVE-2017-13757]
  22170 [bnc#1060621, CVE-2017-14729]
  22047 [bnc#1057144, CVE-2017-14129]
  22059 [bnc#1057139, CVE-2017-14128]
  21990 [bnc#1058480, CVE-2017-14333]
  22113 [bnc#1059050, CVE-2017-14529]
  as well as these PRs:
  22061, 21786, 21916, 21994, 22064, 21995, 21909, 21441, 22060,
  22067, 22032, 21820, 22048, 22199, 21781, 21824, 21861, 22150.
- Update to 2.29 (@5d25156), upstream fix for PR21884, as
  well as PRs 18808 18841 21840 21988 21910 21962 21964.
- Last fixes for PR21884 weren't complete, adjust
  binutils-2.29-branch.diff some more for this.
- Update to 2.29 branch (@de44148c), fixing PR21884, a segfault
  in ld while building memtest86+ .
  Changes binutils-2.29-branch.diff.
- Update to 2.29 branch, fixing PR21847, affecting the ppc64le
  ABI in corner cases since 2.29 release.
  Adds binutils-2.29-branch.diff.
- Remove binutils-2.29-gold-mips.patch, obsolete by the update.
- Add binutils-2.29-gold-mips.patch to fix build on SLE-11.
- Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]
- Fixes these security-related PRs/bnc/CVEs:
  18750 [bsc#1030296, CVE-2014-9939]
  20891 [bsc#1030585, CVE-2017-7225]
  20892 [bsc#1030588, CVE-2017-7224]
  20898 [bsc#1030589, CVE-2017-7223]
  20905 [bsc#1030584, CVE-2017-7226]
  20908 [bsc#1031644, CVE-2017-7299]
  20909 [bsc#1031656, CVE-2017-7300]
  20921 [bsc#1031595, CVE-2017-7302]
  20922 [bsc#1031593, CVE-2017-7303]
  20924 [bsc#1031638, CVE-2017-7301]
  20931 [bsc#1031590, CVE-2017-7304]
  21409 [bsc#1037052, CVE-2017-8392]
  21412 [bsc#1037057, CVE-2017-8393]
  21414 [bsc#1037061, CVE-2017-8394]
  21432 [bsc#1037066, CVE-2017-8396]
  21440 [bsc#1037273, CVE-2017-8421]
  21580 [bsc#1044891, CVE-2017-9746]
  21581 [bsc#1044897, CVE-2017-9747]
  21582 [bsc#1044901, CVE-2017-9748]
  21587 [bsc#1044909, CVE-2017-9750]
  21594 [bsc#1044925, CVE-2017-9755]
  21595 [bsc#1044927, CVE-2017-9756]
- Feature changes:
  * The MIPS port now supports microMIPS eXtended Physical Addressing (XPA)
    instructions for assembly and disassembly.
  * The MIPS port now supports the microMIPS Release 5 ISA for assembly and
    disassembly.
  * The MIPS port now supports the Imagination interAptiv MR2 processor,
    which implements the MIPS32r3 ISA, the MIPS16e2 ASE as well as a couple
    of implementation-specific regular MIPS and MIPS16e2 ASE instructions.
  * The SPARC port now supports the SPARC M8 processor, which implements the
    Oracle SPARC Architecture 2017.
  * The MIPS port now supports the MIPS16e2 ASE for assembly and disassembly.
  * Add support for ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX.
  * Add support for the wasm32 ELF conversion of the WebAssembly file format.
  * Add --inlines option to objdump, which extends the --line-numbers option
    so that inlined functions will display their nesting information.
  * Add --merge-notes options to objcopy to reduce the size of notes in
    a binary file by merging and deleting redundant notes.
  * Add support for locating separate debug info files using the build-id
    method, where the separate file has a name based upon the build-id of
    the original file.
  GAS
  * Add support for ELF SHF_GNU_MBIND.
  * Add support for the WebAssembly file format and wasm32 ELF conversion.
  * PowerPC gas now checks that the correct register class is used in
    instructions.  For instance, "/addi %f4,%cr3,%r31"/ warns three times
    that the registers are invalid.
  * Add support for the Texas Instruments PRU processor.
  * Support for the ARMv8-R architecture and Cortex-R52 processor has been
    added to the ARM port.
  GNU ld
  * Support for -z shstk in the x86 ELF linker to generate
    GNU_PROPERTY_X86_FEATURE_1_SHSTK in ELF GNU program properties.
  * Add support for GNU_PROPERTY_X86_FEATURE_1_SHSTK in ELF GNU program
    properties in the x86 ELF linker.
  * Add support for GNU_PROPERTY_X86_FEATURE_1_IBT in ELF GNU program
    properties in the x86 ELF linker.
  * Support for -z ibtplt in the x86 ELF linker to generate IBT-enabled
    PLT.
  * Support for -z ibt in the x86 ELF linker to generate IBT-enabled
    PLT as well as GNU_PROPERTY_X86_FEATURE_1_IBT in ELF GNU program
    properties.
  * Add support for ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX.
  * Add support for ELF GNU program properties.
  * Add support for the Texas Instruments PRU processor.
  * When configuring for arc*-*-linux* targets the default linker emulation will
    change if --with-cpu=nps400 is used at configure time.
  * Improve assignment of LMAs to orphan sections in some edge cases where a
    mixture of both AT>LMA_REGION and AT(LMA) are used.
  * Orphan sections placed after an empty section that has an AT(LMA) will now
    take an load memory address starting from LMA.
  * Section groups can now be resolved (the group deleted and the group members
    placed like normal sections) at partial link time either using the new
    linker option --force-group-allocation or by placing FORCE_GROUP_ALLOCATION
    into the linker script.
- Includes binutils-bso21193.diff, binutils-bso21333.diff and
  fix-security-bugs.diff.
- Remove ld-dtags.diff, instead configure with --enable-new-dtags.
- Refresh binutils-build-as-needed.diff.
- Remove binutils-2.28-branch.diff.
- Add riscv64 target, tested with gcc7 and downstream newlib 2.4.0
  * Prepare riscv32 target (gh#riscv/riscv-newlib#8)
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
  old products and enable for gas on all architectures otherwise.
- Add binutils-bso21333.diff.  [boo#1029995]
- Remove empty rpath component removal optimization from
  binutils-skip-rpaths.patch to workaround CMake rpath handling.
  [boo#1025282]
- Add fix-security-bugs.diff to fix bnc#1029907, bnc#1029908,
  bnc#1029909 and more.  Upstream bugs fixed:
  PR 21135 [bsc#1030298, CVE-2017-7209],
  PR 21137 [bsc#1029909, CVE-2017-6965],
  PR 21139 [bsc#1029908, CVE-2017-6966],
  PR 21156 [bsc#1029907, CVE-2017-6969],
  PR 21157 [bsc#1030297, CVE-2017-7210],
  PR 21147, PR 21148, PR 21149, PR 21150, PR 21151, PR 21155,
  PR 21158, PR 21159
- Update to binutils 2.28.
  * Add support for locating separate debug info files using the build-id
    method, where the separate file has a name based upon the build-id of
    the original file.
  * This version of binutils fixes a problem with PowerPC VLE 16A and 16D
    relocations which were functionally swapped, for example,
    R_PPC_VLE_HA16A performed like R_PPC_VLE_HA16D while R_PPC_VLE_HA16D
    performed like R_PPC_VLE_HA16A.  This could have been fixed by
    renumbering relocations, which would keep object files created by an
    older version of gas compatible with a newer ld.  However, that would
    require an ABI update, affecting other assemblers and linkers that
    create and process the relocations correctly.  It is recommended that
    all VLE object files be recompiled, but ld can modify the relocations
    if --vle-reloc-fixup is passed to ld.  If the new ld command line
    option is not used, ld will ld warn on finding relocations inconsistent
    with the instructions being relocated.
  * The nm program has a new command line option (--with-version-strings)
    which will display a symbol's version information, if any, after the
    symbol's name.
  * The ARC port of objdump now accepts a -M option to specify the extra
    instruction class(es) that should be disassembled.
  * The --remove-section option for objcopy and strip now accepts section
    patterns starting with an exclamation point to indicate a non-matching
    section.  A non-matching section is removed from the set of sections
    matched by an earlier --remove-section pattern.
  * The --only-section option for objcopy now accepts section patterns
    starting with an exclamation point to indicate a non-matching section.
    A non-matching section is removed from the set of sections matched by
    an earlier --only-section pattern.
  * New --remove-relocations=SECTIONPATTERN option for objcopy and strip.
    This option can be used to remove sections containing relocations.
    The SECTIONPATTERN is the section to which the relocations apply, not
    the relocation section itself.
  GAS
  * Add support for the RISC-V architecture.
  * Add support for the ARM Cortex-M23 and Cortex-M33 processors.
  GNU ld
  * The EXCLUDE_FILE linker script construct can now be applied outside of the
    section list in order for the exclusions to apply over all input sections
    in the list.
  * Add support for the RISC-V architecture.
  * The command line option --no-eh-frame-hdr can now be used in ELF based
    linkers to disable the automatic generation of .eh_frame_hdr sections.
  * Add --in-implib=<infile> to the ARM linker to enable specifying a set of
    Secure Gateway veneers that must exist in the output import library
    specified by --out-implib=<outfile> and the address they must have.
    As such, --in-implib is only supported in combination with --cmse-implib.
  * Extended the --out-implib=<file> option, previously restricted to x86 PE
    targets, to any ELF based target.  This allows the generation of an import
    library for an ELF executable, which can then be used by another application
    to link against the executable.
  GOLD
  * Add -z bndplt option (x86-64 only) to support Intel MPX.
  * Add --orphan-handling option.
  * Add --stub-group-multi option (PowerPC only).
  * Add --target1-rel, --target1-abs, --target2 options (Arm only).
  * Add -z stack-size option.
  * Add --be8 option (Arm only).
  * Add HIDDEN support in linker scripts.
  * Add SORT_BY_INIT_PRIORITY support in linker scripts.
- Add binutils-2.28-branch.diff.
- Remove binutils-2.27-branch.diff
- Remove binutils-2.27-fix-section-order.diff,
  refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
  and aarch64-alignment-frags.patch now upstream.
- Configure with --with-system-zlib
- Add binutils-bso21193.diff to fix section alignment on
  .gnu_debuglink.  [bso#21193]
- Add s390x to gold_archs.
- Fix alignment frags for aarch64 (boo#1003846)
  aarch64-alignment-frags.patch
- Call ldconfig for libbfd
- Add refine_.cfi_sections_check_to_only_consider_compact_eh_frame.patch
  from upstream to fix an assembler problem with clang on ARM.
  Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=20648
- Update binutils-2.27-branch.diff to include recent fixes from the branch.
- Add binutils-2.27-fix-section-order.diff to restore monotonically
  increasing section offsets.
- Remove qemu workaround from spec file, since qemu 2.5.0rc0 the
  length of the argument list is no longer limited to 128 kByte.
- Update to binutils 2.27.
  * Add a configure option, --enable-64-bit-archive, to force use of a
    64-bit format when creating an archive symbol index.
  * Add --elf-stt-common= option to objcopy for ELF targets to control
    whether to convert common symbols to the STT_COMMON type.
  GAS:
  * Default to --enable-compressed-debug-sections=gas for Linux/x86 targets.
  * Add --no-pad-sections to stop the assembler from padding the end of output
    sections up to their alignment boundary.
  * Support for the ARMv8-M architecture has been added to the ARM port.
    Support for the ARMv8-M Security and DSP Extensions has also been added
    to the ARM port.
  * ARC backend accepts .extInstruction, .extCondCode, .extAuxRegister, and
    .extCoreRegister pseudo-ops that allow an user to define custom
    instructions, conditional codes, auxiliary and core registers.
  * Add a configure option --enable-elf-stt-common to decide whether ELF
    assembler should generate common symbols with the STT_COMMON type by
    default.  Default to no.
  * New command line option --elf-stt-common= for ELF targets to control
    whether to generate common symbols with the STT_COMMON type.
  * Add ability to set section flags and types via numeric values for ELF
    based targets.
  * Add a configure option --enable-x86-relax-relocations to decide whether
    x86 assembler should generate relax relocations by default.  Default to
    yes, except for x86 Solaris targets older than Solaris 12.
  * New command line option -mrelax-relocations= for x86 target to control
    whether to generate relax relocations.
  * New command line option -mfence-as-lock-add=yes for x86 target to encode
    lfence, mfence and sfence as "/lock addl $0x0, (%[re]sp)"/.
  * Add assembly-time relaxation option for ARC cpus.
  * Add --with-cpu=TYPE configure option for ARC gas.  This allows the default
    cpu type to be adjusted at configure time.
  GOLD:
  * Add a configure option --enable-relro to decide whether -z relro should
    be enabled by default.  Default to yes.
  * Add support for s390, MIPS, AArch64, and TILE-Gx architectures.
  * Add support for STT_GNU_IFUNC symbols.
  * Add support for incremental linking (--incremental).
  GNU ld:
  * Add a configure option --enable-relro to decide whether -z relro should
    be enabled in ELF linker by default.  Default to yes for all Linux
    targets except FRV, HPPA, IA64 and MIPS.
  * Support for -z noreloc-overflow in the x86-64 ELF linker to disable
    relocation overflow check.
  * Add -z common/-z nocommon options for ELF targets to control whether to
    convert common symbols to the STT_COMMON type during a relocatable link.
  * Support for -z nodynamic-undefined-weak in the x86 ELF linker, which
    avoids dynamic relocations against undefined weak symbols in executable.
  * The NOCROSSREFSTO command was added to the linker script language.
  * Add --no-apply-dynamic-relocs to the AArch64 linker to do not apply
    link-time values for dynamic relocations.
- Add binutils-2.27-branch.diff with fixes on the branch sofar.
- Remove gold-relocate-tls.patch, included in binutils 2.27.
- Update to binutils 2.26.1.
- Remove binutils-2.26-branch.diff.
- Update binutils-2.26-branch.diff, updates to branch head.
  (swo#19807) (bnc#970239)
- Disable -mrelax-relocations by default on old products.
- Update binutils-2.26-branch.diff, updates to branch head.
  (swo#19739) (swo#19775)
- Add binutils-2.26-branch.diff, updates to branch head.
  * Adds -mrelax-relocations on x86
  * Fixes bso#19698
- Refresh cross-avr-nesc-as.patch
- Update to binutils 2.26
  * Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time
    workaround for a bug in the bus matrix / memory controller for some of
    the STM32 Cortex-M4 based products (STM32L4xx)
  * Add a configure option --enable-compressed-debug-sections={all,ld} to
    decide whether DWARF debug sections should be compressed by default.
  * Add support for the ARC EM/HS, and ARC600/700 architectures.
  * Experimental support for linker garbage collection (--gc-sections)
    has been enabled for COFF and PE based targets.
  * New command line option for ELF targets to compress DWARF debug
    sections, --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
  * New command line option, --orphan-handling=[place|warn|error|discard], to
    adjust how orphan sections are handled.  The default is 'place' which gives
    the current behaviour, 'warn' and 'error' issue a warning or error
    respectively when orphan sections are found, and 'discard' will discard all
    orphan sections.
  * Add support for LLVM plugin.
  * Add --print-memory-usage option to report memory blocks usage.
  * Add --require-defined option, it's like --undefined except the new symbol
    must be defined by the end of the link.
  * Add a configure option --enable-compressed-debug-sections={all,gas} to
    decide whether DWARF debug sections should be compressed by default.
  * Add support for the ARC EM/HS, and ARC600/700 architectures.  Remove
    assembler support for Argonaut RISC architectures.
  * Add option to objcopy to insert new symbols into a file:
  - -add-symbol <name>=[<section>:]<value>[,<flags>]
  * Add support for the ARC EM/HS, and ARC600/700 architectures.
  * Extend objcopy --compress-debug-sections option to support
  - -compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] for ELF
    targets.
  * Add --update-section option to objcopy.
  * Add --output-separator option to strings.
- Includes z13 support, remove 0001-S-390-Add-support-for-IBM-z13.patch,
  0002-S-390-Add-check-for-length-field-operand.patch,
  0003-S-390-Add-more-IBM-z13-instructions.patch,
  0004-S-390-Fixes-for-z13-instructions.patch and
  0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch
- Includes fixes in binutils-fix--dynamic-list.patch,
  binutils-fix-gold-aarch64.diff, gold-arm64-abi-pagesize.patch
  and s390-troo-insn-type.patch
- Refresh s390-pic-dso.diff and binutils-build-as-needed.diff
- gold-relocate-tls.patch: Fix internal error when applying TLSDESC
  relocations with no TLS segment
- s390-troo-insn-type.patch: fix wrong insn type for troo insn
- aarch64-common-pagesize.patch: change default common-page-size to 64K on
  aarch64
- gold-arm64-abi-pagesize.patch: fix ABI pagesize for aarch64 in gold
- Disable use-hashtype-both-by-default.diff for
  the mips target, it's incompatible with it.  [bnc #938658]
- Add cross-rx-binutils package for Renesas RX
- Work around qemu bug
- Update to 2.25 branch at 2f5b97b4f (changes
  binutils-2.25-branch.diff.gz) fixes PR 18481, gas/18541.
- Add patches for s390 z13 support (backports from
  to-be 2.26):
  0001-S-390-Add-support-for-IBM-z13.patch
  0002-S-390-Add-check-for-length-field-operand.patch
  0003-S-390-Add-more-IBM-z13-instructions.patch
  0004-S-390-Fixes-for-z13-instructions.patch
  0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch .
- Fix %TARGET vs. $TARGET_OS inconsistencies by turning $TARGET_OS
  into %TARGET_OS for reuse in install and file sections.
  This fixes the assumption that $TARGET_OS will match %{TARGET}*.
- enable gold for aarch64
- Move sed call from %prep to %build to not disturb quilt.
- Add binutils-2.25-branch.diff.gz:
  Update to 2.25 branch at 8fe8994c, fixing many bugs:
  PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
  ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
  17954, 18010, ld/18167, ld/18222, ld/18270.
- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
- Remove gold-opd-visibility.patch: Included already.
- move info deinstall to preun section
- Added binutils-fix--dynamic-list.patch:
  Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=13577 and
  https://sourceware.org/bugzilla/show_bug.cgi?id=16992
- gold-opd-visibility.patch: Set default visibility on discarded .opd
  symbols
- eh-frame-hdr-on-shared-lib-bfd.patch: Don't create .eh_frame_hdr on
  shared lib bfd, fixes building libgcj on ppc64
- Update to binutils 2.25 release.
  * Add --data option to strings to only print strings in loadable, initialized
    data sections.  Change the default behaviour to be --all, but add a new
    configure time option of --disable-default-strings-all to restore the old
    default behaviour.
  * Add --include-all-whitespace to strings.
  * Add --dump-section option to objcopy.
  * Add support for the Andes NDS32.
  * PE binaries now once again contain real timestamps by default.  To disable
    the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp
    command line option.
  * Replace support for openrisc and or32 with support for or1k.
  * Add support for the --build-id command line option to COFF based targets.
  * x86/x86_64 pe-coff now supports the --build-id option.
  * Add support for the AVR Tiny microcontrollers.
  * Enhanced the ARM port to accept the assembler output from the CodeComposer
    Studio tool.  Support is enabled via the new command line option -mccs.
- Update to 2.25 branch head.
  * Pulls PIE fixes.
- Minor fix on the usage of update-alternatives
  https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines
- Update to current 2.25 pre-release branch, at 127a4644.
- binutils-fix-gold-aarch64.diff: fixing build temporarily broken
  on brach.
- Remove obsolete patches: binutils-2.24-branch.diff.gz,
  pie-m68k.patch, binutils-2.24-auto-plugin.diff, ld-testsuite.patch,
  binutils-2.24-bso16746.diff .
- Enable Adapteva Epiphany target
blktrace
- btt: make device/devno use PATH_MAX to avoid overflow
  (CVE-2018-10689 bsc#1091942).
  - Added btt-make-device-devno-use-path_max-to-avoid-overflow.patch
- Update to version 1.1.0+git.20170126:
  * blktrace: Add support for sparse CPU numbers
  * blktrace: Reorganize creation of output file name
  * blktrace: Create empty output files for non-existent cpus
- Update to version 1.1.0+git.20160823:
  * Use maximum over all traces for queue depth
  * Process notify events outside of given interval
  * iowatcher: Use queue events if issue not available
  * btt: Replace overlapping IO
  * Zero sectors are strange
  * Don't prepend blktrace destination dir if we didn't run blktrace
  * Separate prefix in legend with space
  * Fixup graph name in help text
  * blktrace: remove -k from manpage synopsis
  * iowatcher: link with -lrt
- Update to version 1.1.0+git.20160425:
  * Refer to sda instead of hda in man pages
  * btreplay: Fix typo in scaling up the dynamic cpu set size.
  * include sys/types.h for dev_t definition
  * Fix warnings on newer gcc
  * Add the "/-a discard"/ filter option to the blktrace.8 man page
  * blktrace: Use number of online CPUs
  * btreplay: fix memory corruption caused by CPU_ZERO_S
  * btreplay: fix sched_{set|get}affinity
  * btreplay: make Ctrl-C work
  * btreplay: remove timestamps
- Add _service for automatic git syncing
  + exclude .git when generating tarball
  + enable automatic changelog updating
- Update to 1.1.0:
  - merge iowatcher
- Update to 1.0.5 version:
  * Fix compiler warnings
  * avoid string overflows
- Some improvements like using macro instead of RPM variables
- Add some missed fonts
- Make it build with latest TeXLive 2012 with new package layout
- Update to v1.0.3 (bnc#720300 and others).
  - Updated documentation
  - Fixed multiple output errors
  - Added FLUSH/FUA support
  - Misc bug fixes
- disable parallel build again
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
- Fix build with no-add-needed (missing -pthread)
- Fix memory leak (bnc #546035)
- Fix memory leak in btrecord (bnc #523444).
- Fix typo in btt (bnc #511264).
- Update to version 1.0.1:
  * blkrawverify: warn and return error if no traces are found
  * blkiomon manpage and usage reference invalid "/msg-queue-name"/ option
  * fix up btrace options & manpage
  * more manpage fixups
  * fix max-pkts option inconsistencies
  * Converted to using the correct remap entries
  * blkiomon: fix unaligned accesses on ia64
  * fix off-by-one issues in blkiomon.h
  * fix include statement in stats.h
  * handle race to mkdir at startup
  * Fixed plug/unplug logic in btt
  * Working on fixing % time q plugged
  * fix trivial typo in manpage
  * Add NOTIFY to activity mask
  * Blktrace failed to lock reader threads on the cpu used by the
    corresponding writer. This resulted in stale data being consumed when
    blktrace accidently read at a position that was being written to at the
    same time. This issue surfaced as "/bad trace magic"/ warnings emitted by
    blktrace tools.
  * Generate matplotlib plots for btt generated data
  * Update Jenkins hash to lookup3() variant
  * Fixed EAGAIN handling in blktrace.c
  * O_NOATIME isn't always present
  * btt: Added no remap option
  * btt general cleanup plus valgrind clean
  * btt: Missed fopen conversion to my_fopen
  * Code review updates
  * Reworked blktrace master/thread interface
  * Cleaned up devs that have no data
  * Moved starting of tracing after tracers are going
  * btt: fixed open in setup_ifile
  * Synchronized trace gathering
  * Invoke gethostbyname once, handle errors better
  * Added accept as a system call needing resource increases
  * Rewrote blktrace to have a single thread per CPU
  * Fix btt to handle large numbers of output files
  * Increased limits to allow for large system runs
  * A couple of min-counters weren't initialised correctly (thrput_r,
    thrput_w). We have got a perfectly working init function for this
    purpose. Removing partially duplicated code.
  * The git commit 11914a53d2ec2974a565311af327b8983d8c820d added
    __BLK_TA_ABORT to blktrace_api.h. A corresponding addition to the blktrace
    tools repository has been missing, breaking the API. Blkparse complained:
    "/Bad fs action 40010011"/
  * Added no messages option to blkparse.c
  * gcc 4.3.2 has started to warn about:
  * Added -P to create a data file w/ Q, D and C per line
  * Fixed 'M' displays on per-io output and added in I/O separator
  * Fixed segfault in aqd.c : need to check for NULL (not requested)
  * Added in -z to provide running waiting-for-issue latencies
  * Moved btrecord/btreplay to version 1.0.0
- Build with docs by default.
blog
- Fix package split done for shared library packaging guideline (bsc#1184479).
- Update to version 2.20
  * Silent some gcc warnings, also avoid common variable (boo#1160385)
  * Include <sys/sysmacros.h> for makedev
  * sort input files (boo#1041090)
  * libconsole: never return empty list from getconsoles()
  * libconsole: Really allow to use /dev/console as a fallback in showconsole
  * libconsole: Add console into the list only when successfully allocated
  * libconsole: Correctly ignore early consoles
- Remove obsolate patch blog-Remove-unused-header.patch
- Add blog-Remove-unused-header.patch: Fix build with new glibc
  (gh#bitstreamout/showconsole#3).
- Implement shared library packaging guideline.
- Update to version 2.19 which integrates the patches now removed:
  * sysmacros.patch
  * libconsole-Really-allow-to-use-dev-console-as-a-fall.patch
  * libconsole-never-return-empty-list-from-getconsoles.patch
  * showconsole-2.18.tar.gz
  * libconsole-Add-console-into-the-list-only-when-succe.patch
  * libconsole-Correctly-ignore-early-consoles.patch
  as well as the changes
  * Correct wants directory for systemd-ask-password-blog.service
  * Sort input files for reproducible builds
- sysmacros.patch: Include <sys/sysmacros.h> for makedev
- Use %license instead of %doc [bsc#1082318]
- hardening of the console list generation (bsc#1071568):
  * libconsole-never-return-empty-list-from-getconsoles.patch
  * libconsole-Really-allow-to-use-dev-console-as-a-fall.patch
  * libconsole-Add-console-into-the-list-only-when-succe.patch
  * libconsole-Correctly-ignore-early-consoles.patch
- Change description of blog-plymouth in same manner as used by
  the release notes
- Add coreutils as required by post scriptlet (boo#1036436)
- Use github source from tagged version
- Use https://github.com/bitstreamout/showconsole as URL
- Install binaries with read permissions (bnc#990837)
- Do not use privata glibc API (boo#967437) but implement
  missing shared memory mkstemp()
- Remove patch remove-bad-symbol-use.patch
- remove-bad-symbol-use.patch: Remove bad use of internal glibc interface
  (bnc#967437)
- Make clear that blog is split off from sysvinit-tools
- Avoid to be tagged with GLIBC_PRIVATE
- Use libblogger.so with version, that is major and minor
- Bug fix version: Handle chached password request gracefully
- add blog-rpmlintrc. The all-manual handling of systemd services
  is required according to Werner.
- Let libblogger become a shared library
- Clean up service uits for close and umount
- First initial package after splitting apart from sysvinit
  * Now blogd can replace plymouth(9) even from initrd
  * Also blogd is able to handle password requests from
    from systemd API
  * The blogd daemon writes out console messages even on reboot
    or halt up to the file systems become unavailable.
  * No locking of the console devices, no frame buffer switching.
bonnie
- Use url for source
- Tiny spec file cleanups
- Cleanup spec file with spec-cleaner
- Remove ctcs packages
- Update to 1.5: Minor changes.
- disable ctcs for > 11.4, not available
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
- Fix last change.
- make patch0 usage consistent
- added subpackage for CTCS2 integration
- remove unused header file
- Don't build as root.
- Don't strip binaries.
boost:base
- libreoffice_compat_backports.patch: add a backport of
  Boost.Optional::has_value() for LibreOffice
- Use %license instead of %doc [bsc#1082318]
- Multibuild requires versioned Name: tag and doesn't seem to do
  this automatically. (bnc#1076640)
- Update to version 1.66.0
  + Beast: new portable HTTP, WebSocket and network operations
    using Boost.Asio. Header-only library.
  + Callable Traits: new library and successor to
    Boost.FunctionTypes. Header-only library.
  + Mp11: new metaprogramming library
  + Asio:
  * implemented interface changes to reflect the Networking TS
    (N4656)
  * functions and classes that have been superseded by
    Networking TS functionality have been deprecated.
  * added support for customized handler tracking
  * removed previously deprecated functions
  + Atomic: improved compatibility with GCC 7. 128-bit operations
    on x86_64 no longer require linking with compiled library.
  + DateTime: Fixed an integral overflow that could cause incorrect
    results when adding or subtracting many years from a date.
  + Format: New format specifiers added and volatile arguments
    can not be safely used with operator%
  + Fusion:
  * fix compile error with std::array
  * remove circular preprocessor include
  + PolyCollection: backported to GCC 4.8 and 4.9 with some
    limitations
  + Uuid: added RTF-4122 namespaces in boost::uuids::ns
  + for complete changelog, see
    http://www.boost.org/users/history/version_1_66_0.html
- refreshed patches: boost-rpmoptflags-only.patch
- re-enable Python 2 by default. It's still conditional, but
  remains enabled by default. This can be disabled in project
  config.
- build Python 2 conditionally
- Use multibuild setup - build no-dependency libraries in the
  base package and build the rest of the compiled libraries in
  the main variant. This should speed up bootstrapping.
- boost-devel not built by default anymore.
- libboost_headers-devel now provides boost-devel for legacy
  dependencies. If you need compiled boost libraries depend on
  the current compiled devel subpackage.
- run %fdupes only on the header files and documentation
- drop build dependencies on gcc-fortran, chrpath.
- Setup MPI environment prior to building boost.
- Switch to OpenMPI2 as OpenMPI1 is becoming deprecated.
- New upstream version 1.65.1
  + config, fiber - Return a continuation from functions executed
    by resume_with.
  + stacktrace - Change preprocessor file extensions to work with
    the installation system.
- Changes in version 1.65.0
  + stacktrace - new library providing call sequence in human
    readable format.
  + polycollection - new library providing fast containers of
    polymorphic objects, from Joaquín M López Muñoz.
  + For full list of changes, see
    http://www.boost.org/users/history/version_1_65_1.html
- 1d862615.patch: upstreamed and removed
- gcc_path.patch: obsolete, tr1 module is removed
- mpi_upstream.patch: upstreamed and removed
- boost-1.57.0-python-abi_letters.patch: refreshed
- python_library_name.patch: refreshed and reverted upstream
  changes to mpi/build/Jamfile as we are building python2 and
  python3 versions of MPI separately.
- baselibs.conf
  + add libboost_stracktrace
  + update to version 1.65.1
- 1d862615.patch: Fix regression caused by refactoring of
  serialization code (bnc#1038083)
- make python-numpy optional build dependency
- fix building of mpi python3 plugin
- New upstream version 1.64.0
  + process - new library providing cross platform methods to
  - create child processes
  - setup stream for child processes
  - sync and async communication streams with children
  - sync and async wait
  - process termination
  + geometry library had some breaking changes,
  - ublas_transformer is renamed to matrix_transformer
  - explicit modifier is added to constructors of rtree
    index::dynamic_* parameters
  - strategy::area::huiller replaced by strategy::area::spherical
  + context library updates
  - deprecated API:execution-context
  - fixed bad assembly for fcontext on ppc64/sysv/elf
  + Updated libraries: any, atomic, config, container, context,
    conversion, core, coroutine2, fiber, hash, interprocess,
    intrusive, lexicalcast, math, multi-index containers,
    multiprecision, predef, program options, regex, smart pointers,
    test ,typeindex, typetraits, unordered, variant
  + for details, see
    http://www.boost.org/users/history/version_1_64_0.html
- Build PyNumpy module
  + add build requires on python-numpy
- test_lowcase.patch: upstreamed
- refreshed patches: boost-strict_aliasing.patch, gcc_path.patch,
  python_mpi.patch
- mpi_upstream.patch: pending upstream fixes to OpenMPI build
- python_library_name.patch: we are building python versions in
  different stagings so drop library renames.
- python_numpy_retfunc.patch: rpmlint fixes
- update python macros
- baselibs.conf: (re)add python 2.7 and 3.x libraries
- Fix dependency typos.
- test_lowcase.patch: downcase Boost::Test usage of uppercase
  variables. VERSION was clashing with GNU Autotools define
  resulting in compilation errors of various packages.
- recombine headers from various devel subpackages under the
  libboost_headers-devel package. Not all usage of headers that
  have compiled parts pull in their associated compiled symbols.
- general cleanup of the spec file from old, commented stuffs
- remove non-existent dependency in the boost mpi python package
- update to version 1.63.0
  * updated libraries: atomic, container, context, fiber,
    fusion, geometry, hash, interprocess, intrusive, lexical cast,
    log, metaparse, move, optional, phoenix, python, test,
    typeindex, units, unordered
  * see http://www.boost.org/users/history/version_1_63_0.html
    for complete list of changes
- refresh patches
  * boost-1.55.0-python-test-PyImport_AppendInittab.patch
  * boost-strict_aliasing.patch, and enable -fno-strict-aliasing
    for python module
- baselibs.conf:
  * add libboost_locale
  * rename python to include new soname
- remove python-2059618.patch, not needed
- make build condition --without buil_mpi work
- allow building without python3 bindings, for SLE11SP4
- remove versioned build dependency on libicu-devel, apparently
  not needed.
- split out the boost-devel package into individudal compiled
  libraries and their -devel subpackages and libboost_headers-devel
  package for header-only libraries.
- remove all the -mt.so symlinks, probably not needed anymore.
- ship MPI python bindings for both Python 2.7 and 3.x
  * add python_mpi.patch to allow proper compiled library loading
- dynamic_linking.patch: first attempt to remove static library
  generation during build process.
- Revert upstream change that set default python version and
  ignored user configuration.
  python-2059618.patch (boo#1006584)
- Rectify groups and description
- package boost-jam
- add missing ldconfig for libboost_type_erasure
- fix EOL encoding for documentation files
- update to version 1.62.0
  * new library: fiber: framework for userland-threads/fibers
  * new library: QVM: library for working with quaternions,
    vectors and matrices of static size
  * see http://www.boost.org/users/history/version_1_62_0.html
    for complete changelog
- remove boost-fix_include_config.patch - upstreamed
- gcc_path.patch - fix GCC search paths (bnc#996917)
  Boost assumes /usr/include/c++/x.y.z/ existence for GCC 4.x
  onward while our version of GCC only has /usr/include/c++/x.y
  for 4.x GCC and /usr/include/c++/x/ for 5.x onward.
- migrate to using %bcond_ instead of hardcoding macros
  for different Boost features
- better way to limit max number of compilation units than
  by reading /proc/meminfo and guesstimating.
- Fix boo#994378, boo#994381, boo#994382 boo#994383:
  Fix build issues when optional_fwd.hpp is used before
  including boost/config.hpp
- Add boost-fix_include_config.patch from
  gh#boostorg/optional#19
- build it from "/boost.spec"/, but create versioned "/boost-1_61-devel"/
  packages
- build quickbook also in versioned package
- update to version 1.61.0
  Details on http://www.boost.org/users/history/version_1_61_0.html
  Obsolete patches:
  * boost-1.59-test-fenv.patch
  * boost-deprecated-type_traits.patch
- rename package to boost-1_60 to allow multiple versions
- Fix build on systems with GCC4
- Added libboost_python3 to the dependency macro.
  * boost-devel will now correctly requires libboost_python3.
- Add boost-deprecated-type_traits.patch to fix deprecated
  type_traits usage in boost/graph/adjacency_matrix.hpp header.
- Add the following patches from Fedora to fix underlinking in
  boost::python code
  * boost-1.57.0-python-abi_letters.patch
  * boost-1.57.0-python-libpython_dep.patch
  * boost-1.55.0-python-test-PyImport_AppendInittab.patch
- Updated to version 1.60.0
  * New library: VMD.
  * Updated libraries: Atomic, Chrono, Container, Context, Core,
    Filesystem, Flyweight, Fusion, Interprocess, Intrusive, Lexical
    Cast, Locale, log, Move, Multi-index Containers, odeint,
    Optional, Predef, Test, Thread, UUID
  * See http://www.boost.org/users/history/version_1_60_0.html for
    complete changelog.
- Modified patch:
  * boost-disable-pch-on-aarch64.patch
  - rediff to a new context
- Removed patch:
  * boost-1.59-python-make_setter.patch
  - integrated upstream
- Add libboost_type_erasure subpackage
- Add support to Boost:Python3 (boo#951902)
  * New library: python3
- Add boost-visibility.patch to make members of basic_xml_grammar<char>
  visible (boo#958150).
- Fix redefinition of _docdir.
- coroutine2 depends on context, disable it if context is not built
- Updated to version 1.59.0:
  * New libraries: Convert, Coroutine2
  * Updated Libraries: Container, Context, Coroutine, Fusion,
    Geometry, Interprocess, Intrusive, Lexical Cast, Log, Move,
    Multi-index Containers, Predef, Program Options, Property Tree,
    Boost.Test v3, TypeIndex, Variant
  * See http://www.boost.org/users/history/version_1_59_0.html for
    complete changelog.
- context now builds on aarch64
- Import two patches from Fedora: boost-1.59-python-make_setter.patch,
  boost-1.59-test-fenv.patch
- Drop 0001-Fix-exec_file-for-Python-3-3.4.patch,
  0002-Fix-a-regression-with-non-constexpr-types.patch,
  boost-uuid-comparison.patch, boost-unrecognized-option.patch.
  Fixed upstream.
- Remove unneeded dependency on xorg-x11-devel
- boost-unrecognized-option.patch: remove unrecognized option -m32
- update to 1.58.0:
  boost docs remain at 1.56 since upstream hasn't updated yet
  * New Libraries: Endian, Sort.
  * Updated Libraries: Asio, Chrono, Container, Context, Conversion,
  DateTime, Flyweight, Function, Functional/Factory, Fusion, Geometry,
  Hash, Interprocess, Intrusive, Lexical Cast, Log, Math, Move,
  Multi-index Containers, Multiprecision, Optional, Phoenix,
  Predef, Random, Thread, TypeErasure, TypeIndex, Units,
  Unordered, Variant.
  See http://www.boost.org/users/history/version_1_58_0.html
- add 0001-Fix-exec_file-for-Python-3-3.4.patch ,
  0002-Fix-a-regression-with-non-constexpr-types.patch: Fixes regressions
  in 1.58
- drop bjam-alignment.patch, boost-gcc5.patch: Already fixed upstream
  differently
- add boost-rpmoptflags-only.patch: Build only with optflags
- add boost-aarch64-flags.patch: Avoid using -m64
- add boost-uuid-comparison.patch: Fix regression in UUID operator<
- add boost-disable-pch-on-aarch64.patch: Disable pch on math library
  to avoid compiler segfault
- Add quickbook subpackage
- Use $RPM_OPT_FLAGS for building, force use of the GCC toolset.
  Be more verbose and fail building with the first error.
- Add boost-gcc5.patch to use -std=c++11 when building the coroutines
  module which fixes build with GCC 5.
- Revert the python3 building: it resulted in BOTH libboost_python
  libraries to be using python 3 instructions, resulting in
  failures of all Py2 related packages.
branding-SLE
- Replace the initrd update with generic macros(bsc#1183594)
- Update wallpapers (jsc#SLE-14772).
- Update bootloader (jsc#SLE-14772).
- Update wallpapers (jsc#SLE-14772).
- Update wallpapers and bootloaders (jsc#SLE-14772).
- Update wallpapers and bootloaders (jsc#SLE-14772).
- Update gfxboot branding (jsc#SLE-14772, bsc#1178192).
- Move branding image file from gnome-shell to gdm-branding
  (jsc#SLE-11720 bsc#1176304).
- Fix grub2 branding to better handle different screen ratio
  (bsc#1177138).
- Update gdm branding (jsc#SLE-14772).
- Add 4k backgrounds / screenlocks (jsc#SLE-14772).
- Update grub2 branding (jsc#SLE-14772).
- remove plymouth_parse_newlines.patch, merged in tarball
- update wallpapers and plymouth to new branding (jsc#SLE-14772).
- change the way plymouth defaults are handled (jsc#SLE-11637).
- Add plymouth_parse_newlines.patch to parse "/n"/ in plymouth theme
  text to new lines (bsc#1165825).
- Rebuild for GNOME 3.34 (jsc#SLE-8245).
- Update grub theme to better cope with long menu entry
  (FATE#325760).
- Remove autostart file granting X11 access to root (bsc#1084737).
- Remove dynamic backgrounds subpackage.
- New design for SLE15[FATE#323736].
- Add custom.conf to gdm-branding-SLE package: With a new line
  InitialSetupEnable=False, it will disable gnome-initial-setup
  run before gdm. Otherwise if a system without CJK language and
  without normal user could not be login(bnc#1067976).
- Move distributor.svg inside to source package together with
  custom.conf, because they are all gdm resources.
- Add an autostart file that runs on login and grants X11 access
  to root. This allows graphical applications to run as root,
  which is required for YaST (bsc#955101, fate#322297).
- No longer install by default dynamic-wallpaper if
  gnome-settings-daemon is installed.
- Update for SLE15.
- Kill kde-branding-SLE specfile.
- drop generating of yast2-qt-branding-SLE as it is not used on
  media and its content is already part of yast2-theme-SLE
  (bnc#992151)
- Add gdm-branding-SLE subpackage (FATE#318572).
- Enable GRUB2 branding for aarch64 (FATE#318444)
bzip2
- update bzip2-1.0.6-CVE-2019-12900.patch to accept as many
  selectors as the file format allows. This relaxes the previous
  fix for CVE-2019-12900 so that bzip2 allows decompression of bz2
  files that use (too) many selectors again. It fixes a bzip2 and
  lbzip2 incompatibility caused by previous patch [bsc#1139083]
  [CVE-2019-12900]
- add bzip2-1.0.6-CVE-2019-12900.patch to fix an out-of-bounds
  write in decompress.c when there are many nSelectors used in a
  loop to access selectorMtf [bsc#1139083] [CVE-2019-12900]
- add bzip2-1.0.6-CVE-2016-3189.patch to fix a heap use after
  free vulnerability that was reported in bzip2recover [bsc#985657]
  [CVE-2016-3189]
- Update autotools patchset:
  D bzip2-1.0.6-autoconfiscated.patch
  A bzip2-1.0.6.2-autoconfiscated.patch
- Use %license (boo#1082318)
- Fix build on Fedora and Mageia
- Update bzip2-1.0.6-autoconfiscated.patch:
  * Bump version to 1.0.6.
  * Fix script symlinks on platforms with EXEEXT.
- Drop implicit pie building
- Try profiled build
- Move autoreconf to build section
- cleanup with spec-cleaner
- add bzip2-1.0.6-bzgrep_return_value.patch to fix bzgrep wrapper
  that always returns 0 as an exit code when grepping multiple
  archives [bsc#970260]
- Remove bzip2-faster.patch, it causes a crash with libarchive and
  valgrind points out uninitialized memory. See
  https://github.com/libarchive/libarchive/issues/637#issuecomment-170612576
- Avoid noarch sub package in SLE_11
- Cleanup a bit.
- Remove the profiling stuff as it should not be used nowdays.
  At least even factory builds without it.
- Provide libbz2.so.1.0 as other distros do, so we can run tiny
  things like steam.
- Respect cflags again, borked by previous commit.
- build with PIE
- fix basisms in bzgrep and bznew
- add patches:
  * bzip2-1.0.6-fix-bashisms.patch
c-ares
- add BR for pkg-config to get the provides in the devel package
- ares_dns.h, missing_header.patch: re-add missing header in last release
- Version update to 1.17.0
  Security:
  * avoid read-heap-buffer-overflow in ares_parse_soa_reply found during
    fuzzing
  * Avoid theoretical buffer overflow in RC4 loop comparison
  * Empty hquery->name could lead to invalid memory access
  * ares_parse_{a,aaaa}_reply() could return a larger *naddrttls than was
    passed in (bsc#1178882, CVE-2020-8277)
  Changes:
  * Update help information for adig, acountry, and ahost
  * Test Suite now uses dynamic system-assigned ports rather than hardcoded
    ports to prevent failures in containers
  * Detect remote DNS server does not support EDNS using rules from RFC 6891
  * Source tree has been reorganized to use a more modern layout
  * Allow parsing of CAA Resource Record
  Bug fixes:
  * readaddrinfo bad sizeof()
  * Test cases should honor HAVE_WRITEV flag, not depend on WIN32
  * FQDN with trailing period should be queried first
  * ares_getaddrinfo() was returning members of the struct as garbage values if
    unset, and was not honoring ai_socktype and ai_protocol hints.
  * ares_gethostbyname() with AF_UNSPEC and an ip address would fail
  * Properly document ares_set_local_ip4() uses host byte order
  For details, see https://c-ares.haxx.se/changelog.html
- add missing upstream sources, to be removed for next release
- remove unnecessary BuildRequires
- fix building on SLE12 systems
- simplify conditions bit to make it tad more readable
- Implement multibuild specfile to split out tests into its own
  flavor; this way we can build and run tests, which require
  static lib, as well as avoid packaging the latter without issues
  with the installed cmake file..
- Version update to 1.16.1
  Security:
  * Prevent possible use-after-free and double-free in ares_getaddrinfo() if
    ares_destroy() is called prior to ares_getaddrinfo() completing.
  Reported by Jann Horn at Google Project Zero.
  Changes:
  * Allow TXT records on CHAOS qclass. Used for retriving things like
    version.bind, version.server, authoris.bind, hostname.bind, and id.server. [3]
  Bug fixes:
  * Fix Windows Unicode incompatibilities with ares_getaddrinfo() [1]
  * Silence false cast-align compiler warnings due to valid casts of struct
    sockaddr to struct sockaddr_in and struct sockaddr_in6.
  * MacOS should use libresolv for retrieving DNS servers, like iOS
  * CMake build system should populate the INCLUDE_DIRECTORIES property of
    installed targets [2]
  * Correct macros in use for the ares_getaddrinfo.3 man page
- Changes in version 1.16.0
  Changes:
  * Introduction of ares_getaddrinfo() API which provides similar output
    (including proper sorting as per RFC 6724) to the system native API, but
  utilizes different data structures in order to provide additional
  information such as TTLs and all aliases. Please reference the respective
  man pages for usage details.
  * Parse SOA records from ns_t_any response
  * CMake: Provide c-ares version in package export file
  * CMake: Add CPACK functionality for DEB and RPM
  * CMake: Generate PDB files during build
  * CMake: Support manpage installation
  Bug fixes:
  * Fix bad expectation in IPv6 localhost test.
  * AutoTools: use XC_CHECK_BUILD_FLAGS instead of XC_CHECK_USER_FLAGS to
    prevent complaints about CPPFLAGS in CFLAGS.
  * Fix .onion handling
  * Command line usage was out of date for adig and ahost.
  * Typos in manpages
  * If ares_getenv is defined, it must return a value on all platforms
  * If /etc/resolv.conf has invalid lookup values, use the defaults.
  * Tests: Separate live tests from SetServers* tests as only live tests
    should require internet access.
  * ares_gethostbyname() should return ENODATA if no valid A or AAAA record
    is found, but a CNAME was found.
  * CMake: Rework library function checking to prevent unintended linking
    with system libraries that aren't needed.
  * Due to use of inet_addr() it was not possible to return 255.255.255.255
    from ares_gethostbyname().
  * CMake: Fix building of tests on Windows
- Drop regression.patch which have been fixed upstream
- Refresh disable-live-tests.patch
- Remove static lib since its required when doing tests and we dont want it
  included in package
- Run spec-cleaner
- Upgrade to latest snapshot from 2020-01-17
- disable-live-tests.patch: refreshed
- regression.patch: fix a regression in DNS results that contain
  both A and AAAA answers.
- Add netcfg as the build requirement and runtime requirement.
  ares_getaddrinfo function uses the getservbyport_r function which
  requires the /etc/services file to function properly. That config
  file is provided by the netcfg package. Unit tests rely on it
  too, hence it has to be a build dependency as well.
- Switch to cmake-based build.
  Some packages need the cmake build files.
- Fix version number of the snapshot to not be downgrade:
  bsc#1156601
- Update to upstream snapshot 20191108
  * getaddrinfo - avoid infinite loop in case of NXDOMAIN
  * ares_getenv - return NULL in all cases
  * implement ares_getaddrinfo
- onion-crash.patch: removed, upstreamed.
- removed upstream patches that are part of the snapshot:
  0001-Add-initial-implementation-for-ares_getaddrinfo-112.patch
  0002-Remaining-queries-counter-fix-additional-unit-tests-.patch
  0003-Bugfix-for-ares_getaddrinfo-and-additional-unit-test.patch
  0004-Add-ares__sortaddrinfo-to-support-getaddrinfo-sorted.patch
  0005-getaddrinfo-avoid-infinite-loop-in-case-of-NXDOMAIN-.patch
  0006-getaddrinfo-callback-must-be-called-on-bad-domain-24.patch
  0007-getaddrinfo-enhancements-257.patch
  0008-Add-missing-limits.h-include-from-ares_getaddrinfo.c.patch
  0009-Increase-portability-of-ares-test-mock-ai.cc-235.patch
  0010-Disable-failing-test.patch
- disable-live-tests.patch - updated
- Add upstream patches with the ares_getaddrinfo function:
  * 0001-Add-initial-implementation-for-ares_getaddrinfo-112.patch
  * 0002-Remaining-queries-counter-fix-additional-unit-tests-.patch
  * 0003-Bugfix-for-ares_getaddrinfo-and-additional-unit-test.patch
  * 0004-Add-ares__sortaddrinfo-to-support-getaddrinfo-sorted.patch
  * 0005-getaddrinfo-avoid-infinite-loop-in-case-of-NXDOMAIN-.patch
  * 0006-getaddrinfo-callback-must-be-called-on-bad-domain-24.patch
  * 0007-getaddrinfo-enhancements-257.patch
  * 0008-Add-missing-limits.h-include-from-ares_getaddrinfo.c.patch
  * 0009-Increase-portability-of-ares-test-mock-ai.cc-235.patch
- Add a patch which disables test failing on OBS (but passing in
  local environment):
  * 0010-Disable-failing-test.patch
- Version update to 1.15.0:
  * Add ares_init_options() configurability for path to resolv.conf file
  * Ability to exclude building of tools (adig, ahost, acountry) in CMake
  * Report ARES_ENOTFOUND for .onion domain names as per RFC7686
    (bsc#1125306)
  * Apply the IPv6 server blacklist to all nameserver sources
  * Prevent changing name servers while queries are outstanding
  * ares_set_servers_csv() on failure should not leave channel in a
    bad state
- enable unit tests
- disable-live-tests.patch: disable tests to live servers
- onion-crash.patch: backport fix for a crash affecting .onion TLD
- Remove ineffective --with-pic.
- Version update to 1.14.0:
  * Fix patch for CVE-2017-1000381 to not be overly aggressive
  * gethostbyaddr should fail with ECANCELLED not ENOTFOUND when ares_cancel is called
  * ares_gethostbyname.3: fix callback status values
  * docs: Document WSAStartup requirement
  * Fix a typo in init_by_resolv_conf
- Rename everything to c-ares
- Version update to 1.13.0:
  * Fixes bsc#1044946 CVE-2017-1000381
  * Bunch of bugfixes
- Drop cares-1.9.1-ocloexec.patch as it broke again and it is
  not really worth all the fwdporting
- Drop check phase there is only return 0
- Version update to 1.12.0:
  * Fixes bsc#1007728 CVE-2016-5180
  * api: add ARES_OPT_NOROTATE optmask value
  * Collection of bugfixes
- update to 1.11.0:
  * Allow multiple -s options to the ahost command
  * api: Expose the ares_library_initialized() function
  * api: Add ares_set_sortlist(3) entrypoint
  * api: Add entrypoints to allow use of per-server ports
  * api: introduce `ares_parse_txt_reply_ext`
  * api: Add ares_set_socket_configure_callback()
  * Add -t u option to ahost
  * collection of bug fixes
- No longer perform gpg validation; osc source_validator does it
  implicit:
  + Drop gpg-offline BuildRequires.
  + No longer execute gpg_verify.
ca-certificates
- openssl is no longer required but coreutils and findutils are
  (boo#1183680). Keep openssl(cli) at runtime for now nevertheless as this
  package might be the only one pulling it in.
- backport bash rewrite from Factory to make sure to trigger in
  transactional mode (boo#1179884)
- Changed "/openssl"/ requirement to "/openssl(cli)"/
  * (bsc#1101470)
- Use %license instead of %doc [bsc#1082318]
- Revert last change since we fixed systemd-preset-branding and
  this requires is no longer needed.
- Re-add systemd requires, else package will be installed to early
  and services never enabled [bsc#1071776].
- Don't require systemd, since we could be used in environments
  like container images, where we don't have systemd. If systemd
  is installed the systemd units will be used, else they are not
  needed.
- Update to version 2+git20170807.10b2785:
  * Check TRANSACTIONAL_UPDATE is set (boo#1045942)
  * Add systemd units
- Run update-ca-certificate by systemd unit when the content of
  one of the paths changes. Needed for read-only root and/or
  transactional updates.
- Update to version 2+git20151110.c15593c:
  + set proper umask (boo#948724)
- require p11-kit-tools >= 0.23.1
- Update to version 2+git20150324.e3ee392:
  + p11-kit 0.23.1 supports pem-directory-hash now
- use service file to generate tarball
- fix bashism in postun script
ca-certificates-mozilla
- Updated to 2.44 state of the Mozilla NSS Certificate store (bsc#1177864)
- Removed CAs:
  - EE Certification Centre Root CA
  - Taiwan GRCA
- Added CAs:
  - Trustwave Global Certification Authority
  - Trustwave Global ECC P256 Certification Authority
  - Trustwave Global ECC P384 Certification Authority
- update to 2.42 state of the Mozilla NSS Certificate store (bsc#1174673)
  Removed CAs:
  - AddTrust External CA Root
  - AddTrust Class 1 CA Root
  - LuxTrust Global Root 2
  - Staat der Nederlanden Root CA - G2
  - Symantec Class 1 Public Primary Certification Authority - G4
  - Symantec Class 2 Public Primary Certification Authority - G4
  - VeriSign Class 3 Public Primary Certification Authority - G3
  Added CAs:
  - certSIGN Root CA G2
  - e-Szigno Root CA 2017
  - Microsoft ECC Root Certificate Authority 2017
  - Microsoft RSA Root Certificate Authority 2017
- also run update-ca-certificates in %posttrans
- update to 2.40 state of the Mozilla NSS Certificate store (bsc#1160160)
- removed:
  - Certplus Class 2 Primary CA
  - Deutsche Telekom Root CA 2
  - CN=Swisscom Root CA 2
  - UTN-USERFirst-Client Authentication and Email
- added:
  - Entrust Root Certification Authority - G4
- make sure p11-kit with patches is installed on SLE (boo#1154871)
- export correct p11kit trust attributes so Firefox detects built in
  certificates (boo#1154871). Courtesy of Fedora.
- update to 2.34 state of the Mozilla NSS Certificate store (bsc#1144169)
- Removed CAs:
  - Certinomis - Root CA
- includes added root CAs from the 2.32 version:
  - emSign ECC Root CA - C3 (email and server auth)
  - emSign ECC Root CA - G3 (email and server auth)
  - emSign Root CA - C1 (email and server auth)
  - emSign Root CA - G1 (email and server auth)
  - Hongkong Post Root CA 3 (server auth)
- updated to 2.30 state of the Mozilla NSS Certificate store. (bsc#1121446)
- Removed CAs:
  - AC Raiz Certicamara S.A.
  - Certplus Root CA G1
  - Certplus Root CA G2
  - OpenTrust Root CA G1
  - OpenTrust Root CA G2
  - OpenTrust Root CA G3
  - Visa eCommerce Root
- Added Root CAs:
  - Certigna Root CA (email and server auth)
  - GTS Root R1 (server auth)
  - GTS Root R2 (server auth)
  - GTS Root R3 (server auth)
  - GTS Root R4 (server auth)
  - OISTE WISeKey Global Root GC CA (email and server auth)
  - UCA Extended Validation Root (server auth)
  - UCA Global G2 Root (email and server auth)
- updated to 2.26 state of the Mozilla NSS Certificate store. (bsc#1104780)
  - removed server auth
  - Certplus Root CA G1
  - Certplus Root CA G2
  - OpenTrust Root CA G1
  - OpenTrust Root CA G2
  - OpenTrust Root CA G3
  - remove CA
  - ComSign CA
  - added new CA
  - GlobalSign
- Updated to 2.24 state of the Mozilla NSS Certificate store. (bsc#1100415)
- Removed CAs:
  * S-TRUST_Universal_Root_CA:2.16.96.86.197.75.35.64.91.100.212.237.37.218.217.214.30.30.crt
  * TC_TrustCenter_Class_3_CA_II:2.14.74.71.0.1.0.2.229.160.93.214.63.0.81.191.crt
  * TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5:2.7.0.142.23.254.36.32.129.crt
-  Use %license instead of %doc [bsc#1082318]
- Updated to 2.22 state of the Mozilla NSS Certificate store (bsc#1071152,
  bsc#1071390, bsc#1010996)
- Removed CAs:
  * ACEDICOM Root
  * AddTrust Public CA Root
  * AddTrust Qualified CA Root
  * ApplicationCA - Japanese Government
  * CA Disig Root R1
  * CA WoSign ECC Root
  * Certification Authority of WoSign G2
  * Certinomis - Autorité Racine
  * China Internet Network Information Center EV Certificates Root
  * CNNIC ROOT
  * Comodo Secure Certificate Services
  * Comodo Trusted Certificate Services
  * ComSign Secured CA
  * DST ACES CA X6
  * GeoTrust Global CA 2
  * StartCom Certification Authority
  * StartCom Certification Authority
  * StartCom Certification Authority G2
  * Swisscom Root CA 1
  * TÜBİTAK UEKAE Kök Sertifika Hizmet Sağlayıcısı - Sürüm 3
  * TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı
  * TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H6
  * UTN USERFirst Hardware Root CA
  * UTN USERFirst Object Root CA
  * VeriSign Class 3 Secure Server CA - G2
  * WellsSecure Public Root Certificate Authority
  * Certification Authority of WoSign
  * WoSign China
- Added CAs:
  * D-TRUST Root CA 3 2013
  * GDCA TrustAUTH R5 ROOT
  * SSL.com EV Root Certification Authority ECC
  * SSL.com EV Root Certification Authority RSA R2
  * SSL.com Root Certification Authority ECC
  * SSL.com Root Certification Authority RSA
  * TrustCor RootCert CA-1
  * TrustCor RootCert CA-2
  * TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1
- convert processing script to Python 3
- ensure a stable conversion of UTF8 hex-encoded certificate names
- ensure a stable ordering of trust/distrust bits in headers
- updated to 2.11 state of the Mozilla NSS Certificate store.
- removed CAs:
  - Buypass_Class_2_CA_1:2.1.1.crt
    serverAuth
  - EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı:2.8.76.175.115.66.28.142.116.2.crt
    codeSigning emailProtection serverAuth
  - Equifax_Secure_CA:2.4.53.222.244.207.crt
    emailProtection
  - Equifax_Secure_eBusiness_CA_1:2.1.4.crt
    emailProtection
  - Equifax_Secure_Global_eBusiness_CA:2.1.1.crt
    emailProtection
  - IGC_A:2.5.57.17.69.16.148.crt
    codeSigning emailProtection serverAuth
  - Juur-SK:2.4.59.142.75.252.crt
    codeSigning serverAuth
  - Root_CA_Generalitat_Valenciana:2.4.59.69.229.104.crt
    codeSigning emailProtection serverAuth
  - RSA_Security_2048_v3:2.16.10.1.1.1.0.0.2.124.0.0.0.10.0.0.0.2.crt
    codeSigning emailProtection serverAuth
  - Sonera_Class_1_Root_CA:2.1.36.crt
    emailProtection
  - S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN:2.16.55.25.24.230.83.84.124.26.181.184.203.89.90.219.53.183.crt
    emailProtection
  - Verisign_Class_1_Public_Primary_Certification_Authority:2.16.63.105.30.129.156.240.154.74.243.115.255.185.72.162.228.221.crt
    emailProtection
  - Verisign_Class_2_Public_Primary_Certification_Authority_-_G2:2.17.0.185.47.96.204.136.159.161.122.70.9.184.91.112.108.138.175.crt
    emailProtection
  - Verisign_Class_3_Public_Primary_Certification_Authority:2.16.112.186.228.29.16.217.41.52.182.56.202.123.3.204.186.191.crt
    emailProtection
- added CAs:
  + AC_RAIZ_FNMT-RCM:2.15.93.147.141.48.103.54.200.6.29.26.199.84.132.105.7.crt
    serverAuth
  + Amazon_Root_CA_1:2.19.6.108.159.207.153.191.140.10.57.226.240.120.138.67.230.150.54.91.202.crt
    emailProtection serverAuth
  + Amazon_Root_CA_2:2.19.6.108.159.210.150.53.134.159.10.15.229.134.120.248.91.38.187.138.55.crt
    emailProtection serverAuth
  + Amazon_Root_CA_3:2.19.6.108.159.213.116.151.54.102.63.59.11.154.217.232.158.118.3.242.74.crt
    emailProtection serverAuth
  + Amazon_Root_CA_4:2.19.6.108.159.215.193.187.16.76.41.67.229.113.123.123.44.200.26.193.14.crt
    emailProtection serverAuth
  + Certplus_Root_CA_G1:2.18.17.32.85.131.228.45.62.84.86.133.45.131.55.183.44.220.70.17.crt
    emailProtection serverAuth
  + Certplus_Root_CA_G2:2.18.17.32.217.145.206.174.163.232.197.231.255.233.2.175.207.115.188.85.crt
    emailProtection serverAuth
  + Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015:2.1.0.crt
    emailProtection serverAuth
  + Hellenic_Academic_and_Research_Institutions_RootCA_2015:2.1.0.crt
    emailProtection serverAuth
  + ISRG_Root_X1:2.17.0.130.16.207.176.210.64.227.89.68.99.224.187.99.130.139.0.crt (bsc#1010996)
    serverAuth
  + LuxTrust_Global_Root_2:2.20.10.126.166.223.75.68.158.218.106.36.133.158.230.184.21.211.22.127.187.177.crt
    serverAuth
  + OpenTrust_Root_CA_G1:2.18.17.32.179.144.85.57.125.127.54.109.100.194.167.159.107.99.142.103.crt
    emailProtection serverAuth
  + OpenTrust_Root_CA_G2:2.18.17.32.161.105.27.191.189.185.189.82.150.143.35.232.72.191.38.17.crt
    emailProtection serverAuth
  + OpenTrust_Root_CA_G3:2.18.17.32.230.248.76.252.36.176.190.5.64.172.218.131.27.52.96.63.crt
    emailProtection serverAuth
  + Symantec_Class_1_Public_Primary_Certification_Authority_-_G4:2.16.33.110.51.165.203.211.136.164.111.41.7.180.39.60.196.216.crt
    emailProtection
  + Symantec_Class_1_Public_Primary_Certification_Authority_-_G6:2.16.36.50.117.242.29.47.210.9.51.247.180.106.202.208.243.152.crt
    emailProtection
  + Symantec_Class_2_Public_Primary_Certification_Authority_-_G4:2.16.52.23.101.18.64.59.183.86.128.45.128.203.121.85.166.30.crt
    emailProtection
  + Symantec_Class_2_Public_Primary_Certification_Authority_-_G6:2.16.100.130.158.252.55.30.116.93.252.151.255.151.200.177.255.65.crt
    emailProtection
- diff-from-upstream-2.7.patch: removed as we should be able to do
  intermediate root chains now with openssl 1.0.2 and also gnutls 3.5
  is able to do so.
- diff-from-upstream-2.7.patch: restore some important legacy
  CAs, otherwise Pidgin fails to talk to Google Talk for instance.
- Updated to 2.7 (bsc#973042).
- diff-from-upstream-2.2.patch: removed as openssl 1.0.2 can do
  immediate root CAs.
- Removed server trust from:
  AC Raíz Certicámara S.A.
  ComSign Secured CA
  NetLock Uzleti (Class B) Tanusitvanykiado
  NetLock Business (Class B) Root
  NetLock Expressz (Class C) Tanusitvanykiado
  TC TrustCenter Class 3 CA II
  TURKTRUST Certificate Services Provider Root 1
  TURKTRUST Certificate Services Provider Root 2
  Equifax Secure Global eBusiness CA-1
  Verisign Class 4 Public Primary Certification Authority G3
- enable server trust
  Actalis Authentication Root CA
- Deleted CAs:
  A Trust nQual 03
  Buypass Class 3 CA 1
  CA Disig
  Digital Signature Trust Co Global CA 1
  Digital Signature Trust Co Global CA 3
  E Guven Kok Elektronik Sertifika Hizmet Saglayicisi
  NetLock Expressz (Class C) Tanusitvanykiado
  NetLock Kozjegyzoi (Class A) Tanusitvanykiado
  NetLock Minositett Kozjegyzoi (Class QA) Tanusitvanykiado
  NetLock Uzleti (Class B) Tanusitvanykiado
  SG TRUST SERVICES RACINE
  Staat der Nederlanden Root CA
  TC TrustCenter Class 2 CA II
  TC TrustCenter Universal CA I
  TDC Internet Root CA
  UTN DATACorp SGC Root CA
  Verisign Class 1 Public Primary Certification Authority - G2
  Verisign Class 3 Public Primary Certification Authority
  Verisign Class 3 Public Primary Certification Authority - G2
- New added CAs:
  CA WoSign ECC Root
  Certification Authority of WoSign
  Certification Authority of WoSign G2
  Certinomis - Root CA
  Certum Trusted Network CA 2
  CFCA EV ROOT
  COMODO RSA Certification Authority
  DigiCert Assured ID Root G2
  DigiCert Assured ID Root G3
  DigiCert Global Root G2
  DigiCert Global Root G3
  DigiCert Trusted Root G4
  Entrust Root Certification Authority - EC1
  Entrust Root Certification Authority - G2
  GlobalSign
  GlobalSign
  IdenTrust Commercial Root CA 1
  IdenTrust Public Sector Root CA 1
  OISTE WISeKey Global Root GB CA
  QuoVadis Root CA 1 G3
  QuoVadis Root CA 2 G3
  QuoVadis Root CA 3 G3
  Staat der Nederlanden EV Root CA
  Staat der Nederlanden Root CA - G3
  S-TRUST Universal Root CA
  SZAFIR ROOT CA2
  TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5
  TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H6
  USERTrust ECC Certification Authority
  USERTrust RSA Certification Authority
  沃通根证书
- diff-from-upstream-2.2.patch:
  Temporary reenable some root ca trusts, as openssl/gnutls
  have trouble using intermediates as root CA.
  - GTE CyberTrust Global Root
  - Thawte Server CA
  - Thawte Premium Server CA
  - ValiCert Class 1 VA
  - ValiCert Class 2 VA
  - RSA Root Certificate 1
  - Entrust.net Secure Server CA
  - America Online Root Certification Authority 1
  - America Online Root Certification Authority 2
- Updated to 2.2 (bnc#888534)
  - The following CAs were removed:
    + America_Online_Root_Certification_Authority_1
    + America_Online_Root_Certification_Authority_2
    + GTE_CyberTrust_Global_Root
    + Thawte_Premium_Server_CA
    + Thawte_Server_CA
  - The following CAs were added:
    + COMODO_RSA_Certification_Authority
    codeSigning emailProtection serverAuth
    + GlobalSign_ECC_Root_CA_-_R4
    codeSigning emailProtection serverAuth
    + GlobalSign_ECC_Root_CA_-_R5
    codeSigning emailProtection serverAuth
    + USERTrust_ECC_Certification_Authority
    codeSigning emailProtection serverAuth
    + USERTrust_RSA_Certification_Authority
    codeSigning emailProtection serverAuth
    + VeriSign-C3SSA-G2-temporary-intermediate-after-1024bit-removal
  - The following CAs were changed:
    + Equifax_Secure_eBusiness_CA_1
    remote code signing and https trust, leave email trust
    + Verisign_Class_3_Public_Primary_Certification_Authority_-_G2
    only trust emailProtection
cairo
- Add 2 upstream bug fix patches:
  + cairo-Use-FT_Done_MM_Var-instead-of-free-when-available.patch:
    ft: Use FT_Done_MM_Var instead of free when available in
    cairo_ft_apply_variations. Fixes a crash when using freetype
    >= 2.9
  + cairo-composite_color_glyphs.patch: Fix a thinko in
    composite_color_glyphs. We can't just move around the contents
    of the passed-in string, we need to make a copy. This was
    showing up as memory corruption in pango.
- Update to version 1.16.0:
  + test: Free resources in pdf2png.
  + Drop skia backend.
  + Revert "/Correctly decode Adobe CMYK JPEGs in PDF export"/.
- Update to version 1.15.14:
  + Features and Enhancements:
  - Add more FreeeType font color conversions to support
    COLR/CPAL.
  - Update test reference images against current pixman.
  + Bugs fixed:
  - Fix crash when rendering Microsoft's Segoe UI Emoji Regular
    font.
  - Fix build breakage with glesv3 enabled due to non-existant
    glesv3.pc.
  - Fix memory leaks found by Coverity.
  - Fix incorrect null ptr handling found by Coverity.
  - Fix test compilation when font-config is disabled.
  - Use _cairo_malloc instead of malloc
    (fdo#101547, CVE-2017-9814).
  - Fix assertion failure in the freetype backend (fdo#105746).
- Drop upstream fixed patches:
  + cairo-fix-assertion-failure-in-freetype-backend.patch.
  + cairo-CVE-2017-9814.patch.
- Add cairo-CVE-2017-9814.patch: Replace malloc with _cairo_malloc
  and check cmap size before allocating (boo#1049092,
  CVE-2017-9814, fdo#101547).
- Add cairo-fix-assertion-failure-in-freetype-backend.patch: Fix
  assertion failure in the freetype backend (fdo#105746).
- Update to version 1.15.12:
  + The main focus for this release is the addition of Variable
    Font support. Variable fonts are single font files with various
    typography characteristics, such as weight or slant, that users
    of the font can adjust between two points. Effectively this
    enables a single font to behave as multiple fonts.
  + The Skia backend is disabled in this release, due to severe
    bitrot, and will be removed in future releases. Contact the
    cairo team if you have a need of this backend.
  + Features and Enhancements:
  - Variable font support.
  - Skia backend is disabled.
  + API Changes: cairo_font_options_get_variations() and
    cairo_font_options_set_variations() are added.
  + Bugs fixed:
  - Fix errors in csi-trace --help and --version options.
  - Fix a 'memory leak' in the image compositor, with
    pixman_glyph_cache_t.
  - Fix access of uninitialized memory found by valgrind
    (fdo#91271).
  - Fix improper initialization of memory in
    _cairo_ft_font_face_create_for_pattern() (fdo#105084).
  - Fix multi-monitor virtual desktop with negative coords on
    Win32 (fdo#100793).
  - Fix issues occuring with older FreeType versions.
- Modernize spec-file by calling spec-cleaner
- Add explicit pkgconfig(zlib) and (conditionalized on
  build_xcb_backend) pkgconfig(xcb-render) BuildRequires: closer
  alignment with what configure checks for.
- Update to version 1.15.10:
  + Features and Enhancements:
  - Add support for OpenGL ES 3.0 to the gl backend.
  - Use Reusable streams for forms in Level 3 Postscript.
  - Add CAIRO_MIME_TYPE_EPS mime type for embedding EPS files.
  - Add CCITT_FAX mime type for PDF and PS surfaces.
  - svg: add a new function to specify the SVG document unit
    (fdo#90166).
  - Use UTF-8 filenames on Windows.
  + API Changes: cairo_svg_surface_set_document_unit() and
    cairo_svg_surface_get_document_unit().
  + Bugs fixed:
  - Fix regression in gles version detection.
  - Fix undefined-behavior with integer math.
  - Handle SOURCE and CLEAR operators when painting color glyphs
    (fdo#102661).
  - Convert images to rgba or a8 formats when uploading with
    GLESv2.
  - Use _WIN32 instead of windows.h to check for windows build.
  - Fix sigabrt printing documents with fonts lacking the
    mandatory .nodef glyph (fdo#102922).
  - Prevent curved strokes in small ctms from being culled from
    vector surfaces (fdo#103071).
  - Fix painting an unbounded recording surface with the SVG
    backend.
  - Fix falling back to system font with PDFs using certain
    embedded fonts, due to truncated font names (fdo#103249).
  - Fix handling of truetype fonts with excessively long font
    names (fdo#103249).
  - Fix race conditions with cairo_mask_compositor_t
    (fdo#103037).
  - Fix build error with util/font-view.
  - Fix assertion hit with PDFs using Type 4 fonts rendered with
    user fonts, due to error when destroying glyph page
    (fdo#103335).
  - Set default creation date for PDFs.
  - Prevent invalid ptr access for > 4GB images (fdo#98165).
  - Prevent self-copy infinite loop in Postscript surface.
  - Fix padded image crash in Postscript surface.
  - Fix annotation bugs in PDFs and related memory leaks.
  - Fix test failures and other assorted issues in ps and pdf
    code.
  - Fix code generation when using GCC legacy atomic operations
    (fdo#103559).
  - Fix various compilation warnings and errors.
  - Fix various distcheck errors with private symbols, doxygen
    formatting etc.
- Drop cairo-image-prevent-invalid-ptr-access.patch
- Depend on pkgconfig(gl) and pkgconfig(egl) instead of Mesa-devel.
  * The pkgconfig(gl) and pkgconfig(egl) are what cairo really
    needs. Mesa-devel is too general and is a bottleneck in
    distribution build. (bnc#1071297)
- Update to version 1.15.8:
  + This small snapshot provides new colored emoji glyph support,
    and a handful of minor fixes. For a complete log of changes,
    please see
    http://cairographics.org/releases/ChangeLog.1.15.8
  + Features and Enhancements: Support colored emoji glyphs, stored
    as PNG images in OpenType fonts.
  + Bug Fixes:
  - pdf:
    . Fix internal links pointing to other pages, by
    pre-calculating page heights so that link positions can be
    calculated more accurately.
    . Don't emit /PageLabel dict when no labels defined.
  - image: Fix crash on negative lengths.
  - win32: Fix initialization of mutexes for static builds.
  - font:
    . Fix color font loading on big-endian systems.
    . Fix color font support infinite-loop with empty glyphs.
  - Fix off by one check in cairo-image-info.c.
- Drop cairo-fix-off-by-one-check.patch: Fixed upstream.
- Run spec-cleaner, modernize spec.
- Rename 0001-image-prevent-invalid-ptr-access-for-4GB-images.patch
  to cairo-image-prevent-invalid-ptr-access.patch.
- Pass enable-gtk-doc instead of disable-gtk-doc to configure, we
  already have the gtk-doc BuildRequires in place so I can only
  assume that this was an honest error.
- Add 0001-image-prevent-invalid-ptr-access-for-4GB-images.patch to
  fix a segfault when using >4GB images since int values were used
  for pointer operations (bsc#1007255, fdo#98165, CVE-2016-9082).
- Update to version 1.15.6:
  + Detect if variable fonts have synthesized bold/italic or
    non-default variants, and use a fallback font where needed.
  + Restore MacOSX 10.4 support. Cairo had dropped 10.4 support
    when moving to the CoreText API.  Now we automatically detect
    which API to use via dynamic linking, so can resume supporting
    this older version of MacOSX.
  + Fix error reporting in the xcb backend if fallback fails.
    Instead of returning NULL when the X11 server can't do some
    operation, return a surface in an error state.
  + Call XSync in the xlib backend before setting the error handler
    to ignore errors for certain requests, to make sure all pending
    errors are handled first.
  + Fix text-glyph-range for quartz-font.  Use 0xFFFF instead of 0
    for invalid index tracking.
  + Fix handling of Supplementary Multilingual Plane (SMP) Unicode
    characters in quartz-font.
  + Fix various issues in the drm backend including updating API
    usage and general code cleanup.
  + Clarify documentation regarding device scale inheritance and
    the units used in cairo_surface_create_similar_image
    (fdo#99094).
- Drop cairo-pdf-fixes.patch: Fixed upstream.
- Add cairo-fix-off-by-one-check.patch: Fix off by one check in
  cairo-image-info.c (fdo#101427).
- Add cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff to
  fix a segfault in get_bitmap_surface due to malformed font
  (bsc#1036789, fdo#100763, CVE-2017-7475).
- Rebase cairo-pdf-fixes.patch: Add commit to fix fdo#100029.
- Add cairo-pdf-fixes.patch: Three minor pdf fixes from upstream
  git (fdo#99630).
- Fix RPM groups; update summaries.
  Remove useless --with-pic which is only for static libs.
- Update to version 1.15.4:
  + The PDF backend has gained support for a range of widely used
    features, including thumbnails, page labels, metadata, document
    outlines, structured text, hyperlinks, and tags. Tags permit
    adding logical info such as headings, tables, figures, etc.
    that facilitates indexing, accessibility, text reflow,
    searching, and extraction of the tagged items to other
    software.
  + API Changes:
  - Added a cairo API to set up Win32 surfaces for HDC with alpha
    channels.
  - New API for added PDF functionality (see above), and new
    error status item for problems relating to PDF tagging.
  - New error status items for handling of GDI, libfreetype, and
    libpng errors, respectively.
  + Fix playback of recording surfaces into PDF surfaces, where
    objects with negative coordinates were not getting drawn. To
    address this, the coordinate systems for PDF and PS have been
    changed to match cairo's coordinate system. This allows
    recording surfaces to be emitted in cairo coordinates, and
    results in the same origin being used for all operations when
    using the recording surface XObject. Test cases for PDF and PS
    have also been updated accordingly (fdo#89232).
  + Fix "/invalidfont"/ error on some printers when printing PDFs
    with embedded fonts that have glyphs (such as spaces) with
    num_contours == 0 (fdo#79897).
  + Fix missing glyphs such as thin dashes, which get scaled to 0
    in userspace and thus have their drawing operations culled
    (fdo#94615).
  + Fix other oddities caused by variously idiosyncratic fonts.
  + Fix deadlock when destruction of a scaled font indirectly
    triggers destruction of a second scaled font, causing the
    global cache to be locked twice (fdo#93891).
  + Fix X errors reported to applications when shmdt() is called
    before the Attach request is processed, due to missing xcb and
    xlib calls.
  + Fix random failure in record-paint-alpha-clip-mast test case,
    caused by an incorrect assumption that a deferred clear can be
    skipped (fdo#84330).
  + Fix crash when dealing with an XShmGetImage() failure, caused
    by a double free in _get_image_surface() (fdo#91967).
  + Fix invalid execution of ASCII85 data by the PS interpreter
    that the image operator didn't use, by flushing the extraneous
    data after drawing the image (fdo#84811).
  + Fix decoding of Adobe Photoshop's inverted CMYK JPEG files in
    PDF export.
  + Fix unbounded surface assertion in win32-print code.
  + Fix a data race in freed_pool discovered by Firefox's cairo
    usage. The patch adads atomic int load and store functions,
    with relaxed memory ordering (fdo#90318).
  + Cleanup debugging text sent to stdout instead of log
    (fdo#95227).
  + Fix build issue when using non-GNU strings utility (fdo#88639).
  + Fix build of cairo modules as regular modules, not as versioned
    shared libaries (fdo#29319).
  + Fix build on win32 using gcc 5.4.
  + Fix build of script backend to require zlib.
  + Update test suite reference images using Debian Jessie 64-bit
    and poppler current as of June, 2016.
  + Various improvements to documentation and tests, compiler
    warning fixes, and an assortment of code refactoring and
    cleanup.
- Drop cairo-modules-no-version.patch,
  cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch and
  cairo-xlib-double-free.patch: Fixed upstream.
- Drop libtool BuildRequires and stop passing autoreconf, we no
  longer have any patches touching the buildsystem.
- Add cairo-xlib-double-free.patch to fix double free in
  _get_image_surface(); patch taken from upstream git (fdo#91967,
  boo#997189).
- Add back cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch
  (bsc#958844, fdo#93891). This is still not fixed upstream.
- Update to GNOME 3.20  Fate#318572
- Remove patch:
  cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch.
- Add cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch
  to fix mutex deadlocks on certain documents (bsc#958844).
- Update to version 1.15.2:
  + Fix xcb/xlib compilation and calls. Make image boxes behave
    when SHM is not available.
  + Fix various issues with printing and transparent images on
    Win32.
  + Fix thin lines that don't show up when printing in Inkscape due
    to overly aggressive culling (fdo#77298).
  + Fix broken printing via pdf when glyph 0 is used for rendering,
    resulting in missing spaces and letters (fdo#89082).
  + Fix crash for certain glyphs in opentype fonts (fdo#91902).
  + Fix incorrect rendering of SVG paths with more than one
    subpath. If more than one trap is passed in then it's
    guaranteed that the returned traps will have their left edge to
    the left of their right edge, but if only one trap is passed in
    then the function always returns without doing anything
    (fdo#90984).
  + Improve rendering with Quarts to better match pixman's blending
    and filtering behavior.
- Drop cairo-render-thin-lines.patch: Fixed upstream.
- Update to version 1.14.6:
  + Simple bugfix release to fix one Windows issue.
- Update to version 1.14.4:
  + Avoid appending empty slots to user data arrays. Fixes a memory
    consumption regression since commit 9341c254a.
  + Return a better error (file-not-found) when setting up pango on
    devices where the font files don't have read permissions.
  + Fix regression in the font size of canvas text in Inkscape when
    compiled with the Quartz backend (fdo#84324).
  + Fix _cairo_gl_shader_bind_matrix() to maintain compatibility
    with OpenGL ES 2.0. Manually transpose the matrix.
  + Fix incorrect font descriptor conversion when the font matrix
    yy is negative (fdo#90538).
  + Fix crash when using a complex path for clip and stroke due to
    discarding the intersection exactly at the top edge
    (fdo#74779).
  + Fix cairo_get_locale_decimal_point() on Android.
  + Fix compilation problem on AIX due to conflicting usage of
    symbol 'jmpbuf' (fdo#89339).
  + Fix broken rendering with XCB due to snapshotting of uploaded
    part of surfaces (fdo#67505).
  + Fix loss of alpha when copying a mask for a cairo recording
    surface, resulting in a double copy (fdo#73038, fdo#73901).
  + Fix incorrect recording of certain paths with script surfaces
    (fdo#91054).
  + Fix typo in definition of MAYBE_WARN in configure script
    (fdo#89750).
  + Fix use of filename variable after it's been freed (fdo#91206).
  + Fix out of bounds access when printing pattern (fdo#91266).
  + Fix incorrect size calculation in glyph cache unlocking for
    Cairo GL compositor (fdo#91321).
  + Fix memory leak in _cairo_gl_pattern_texture_setup()
    (fdo#91537).
  + Fix transparent images in win32-print (fdo#91835).
  + Fix _put_shm_image_boxes and _put_image_boxes when no SHM
    available with XCB.
- drop cairo-disable-lto.patch: lto was dropped upstream
- Update to version 1.14.2:
  + Features:
  - Improve xcb's handling of per-screen subpixel ordering. If
    no Xft.rgba property is specified, default to the screen's
    subpixel order.
  + Performance Optimizations:
  - Improve performance of cpu_to_be32 and be32_to_cpu, making
    truetype subsetting of large fonts run about 15% faster.
  + Bug fixes:
  - Fix unaligned access on sparc with the compact font format
    (CFF).
    Unlike truetype, all data in CFF is not aligned.
    (Debian bug #712836)
  - Fix unaligned access on sparc with tor-scan-converter's
    memory pool.
  - Fix crash when loading a PDF with a transformed image.
    (fdo bug #85151)
  - Fix regression on mingw for bigendian test due to removal of
    file extension for executables. (fdo bug #85120)
  - Fix handling of backslash in PDF interpreter (fdo bug #85662)
  - Fix crash in xlib and xcb renderers when swapping a 0-sized
    glyph
  - Fix bug with RTL text in PDF operators (fdo bug #86461)
  - Fix compilation 'cairo-path-stroke-traps.c' with MSVC8
    (fdo bug #84908)
  - Fix crash in _fill_xrgb32_lerp_opaque_spans when a span
    length is negative.
  - Fix valgrind error by releasing pattern created by
    cairo_pattern_create_rgb().
  - Fix valgrind errors when running cairo-test-suite.
  - Fix memory leak in recording surface replays (fdo bug #87898)
  - Fix destruction of fonts in api-special-cases test.
    (fdo bug #87567)
  - Fix duplicated surface push on similar-image, preventing
    trivial GTK3 program traces from being replayable, with an
    error message about invalid values for the size of the input.
    (fdo bug #73580)
  - Fix crash when win32 surface's image size does not cover the
    entire
    surface. (fdo bug #53121)
  - Fix crash due to obsolete CGFontGetGlyphPath call
    (fdo bug #84324)
  - Fix several build issues on AIX (fdo bugs #89338, #89340,
    [#89356], #89354)
  - Fix various documentation warnings and errors
- Remove cairo-tor-scan-convertor.patch. It was upstreamed.
- Spec-cleanify
- Remove the obsoletes for sle10 64bit subpackages on ppc
- Remove libtool archive always
- Add cairo-tor-scan-convertor.patch: tor-scan-converter: can't
  do_fullrow when intersection in row + 0.5subrow (fdo#85151).
- Update to version 1.14.0:
  + Features:
  - Filtering improvements for the image backend, in particular
    down-scaling of images produces filtered images that depend
    on all the pixels of the source.
  - Improve handling of device transformation and scaling,
    allowing Cairo to now support scaling at a device level,
    permitting easier, more transparent HiDPI support.
  - Support JBIG2 mime data in PDF.  This allows embedding of
    more compressed JPEG formats within PDF, rather than
    including the full uncompressed image. Also, reduce the
    number of transparency groups used by PDF to keep the file
    size small and viewing/printing of the PDF fast.
  - Expand the embedding section to include stencil mask support.
  - Reorder font declarations to be in natural order.
  - Update the Skia backend to build against current Skia.
  - Drop Link-Time Optimization (LTO) support from build system.
  - Optimize VBO size on GL to 1M and to 16k for EGL.
  + API changes:
  - cairo_surface_set_device_scale,
    cairo_surface_get_device_scale.
  - cairo_egl_device_get_display, cairo_egl_device_get_context.
  + Dependency changes:
  - Cairo now requires glib 2.14 for its gobject helper
    functions, and pixman 0.30 for downscaling.
  + Bug fixes:
  - Don't embed CMYK Jpeg images in svg.
  - Fix tests to place output in proper location.
  - Fix determination of alpha for all surfaces when recording.
  - Extend oversize check to cairo_gl_surface_create_for_texture,
    so an error surface is returned if the texture is too large
    to render to.
  - Fix embedding of mime data in PDF and PS files.
  - Remove useless error handling in *_reply() functions in XCB.
  - Fix a double-free exposed by multithreaded apps creating and
    destroying the same font concurrently (fdo#69470).
  - Fix corrupt stacks produced by bugs in operand emission for
    trace.
  - Fix out of bounds array access in format cache for xlib.
  - Don't rename glyphs used by seac operator (fdo#70364).
  - Fix crash on calling cairo_create with a finished surface.
  - Fix SSIZE_T definition problem when making with MSYS on
    Windows7.
  - Fix one off issue in gl context cleanup.
  - Fix usage of CAIRO_STACK_ARRAY_LENGTH.
  - Fix rectangle stroke with non rectilinear pen.
  - Fix imagemask with pattern source failure on some printers
    (fdo#69485).
  - Fix whitespace in font names.
  - Fix page size in generated PDFs (fdo#73452).
  - Fix path-currentpoint test by preserving current-point in
    copy_path()/append_path() sequence.
  - Fix generation of HTML in code docs for
    cairo-format-stride-for-width (fdo#63257).
  - Fix spelling of "/tessellator"/ throughout code (fdo#50411).
  - Fix crash in pixman_image_composite32.
  - Fix crash when trying to modify a (const) all-clipped
    cairo_clip_t (fdo#75819).
  - Add check_composite method to all compositors, to fix crashes
    in the test suite.
  - Fix crash in Firefox when scrolling on certain pages.
  - Fix memory leaks found by static analysis.
  - Fix build of any2ppm if fork is not available.
  - Fix broken build for Qt backend, due to missing libstdc++.
  - Fix typo in two cairo_uint128 functions.  Fixes potential
    build issues on systems without a uint128 type.
  - Fix build when --enable-pdf=no.
  - Fix cache_frozen assertions for Win32 print.
  - Correctly check for xcb image surface for inplace upload.
  - Fix webkit-based web browser crashes due to empty boxes by
    skipping over them when tesselating.
  - Make pixman, libpng, and zlib paths commandline configurable
    for win32 builds.
  - Fix image scale on Win32 when GDI scale is not identity.
  - Fix float endian configure test when using clang -O4.
  - Fix compilation with Android bionic libc.
  - Don't try to build util/sphinx on Windows.
  - Fix loss of precision when emitting joins.
  - Fix loss of precision and associated rendering issues in
    cairo-tor-scan-converter from projection onto sample grid.
  - Fix pixman oversampling of neighbouring edges within a cell
    by eliminating self-intersections for the pixman traps
    compositor.
  - Fix multi-line string splitting in PDFs.
  - Various cleanups and fixes to warnings, documentation, tests,
    and build system. Improve error handling and return value
    checks. Cleanup XFAIL tests and reference images. Cover
    recently added functionality.
catatonit
- Update to catatonit v0.1.5, which fixes two bugs where catatonit would hang
  endlessly when pid1 died in very specific ways. bsc#1176155
- Update to catatonit v0.1.4, which includes support for "/-g"/.
- Update to catatonit v0.1.3, which includes a fix for docker compatiblity so
  that dockerd doesn't give spurrious warnings.
- Fix build to correctly build a static binary (which will allow it to work in
  all containers). This was caused by forgetting to include
  'glibc-devel-static'. I've added a check to ensure it doesn't happen by
  accident again.
- Add catatonit-rpmlintrc to include filters for "/static binary"/ warnings,
  since this is intentional.
- Update package descriptions.
- Update to catatonit v0.1.2 and update links to point to openSUSE repo.
- Update to catatonit v0.1.1, which includes a fix for the libtool requirement.
  This lets us build on much older distributions.
- Initial import of catatonit v0.1.0.
chrony
- bsc#1173760: MD5 is not available from mozilla-nss in FIPS mode,
  but needed for calculating refids from IPv6 addresses as part of
  the NTP protocol (rfc5905). As this is a non-cryptographic use of
  MD5 we can use our own implementation without violating FIPS
  rules: chrony-refid-internal-md5.patch .
- boo#1162964, bsc#1183783, clknetsim-glibc-2.31.patch:
  Fix build with glibc-2.31
- bsc#1184400, chrony-pidfile.patch:
  Use /run instead of /var/run for PIDFile in chronyd.service.
- Integrate three upstream patches to fix an infinite loop in
  chronyc (bsc#1171806).
  * chrony-select-timeout.patch
  * chrony-gettimeofday.patch
  * chrony-urandom.patch
- Use iburst in the default pool statements to speed up initial
  synchronisation (bsc#1172113).
- Read runtime servers from /var/run/netconfig/chrony.servers to
  fix bsc#1099272 and bsc#1161119.
- Move chrony-helper to /usr/lib/chrony/helper, because there
  should be no executables in /usr/share.
- Add chrony-pool-suse and chrony-pool-openSUSE subpackages that
  preconfigure chrony to use NTP servers from the  respective
  pools for SUSE and openSUSE (bsc#1156884, SLE-11424).
- Add chrony-pool-empty to still allow installing chrony without
  preconfigured servers.
- bsc#1159840: Add chrony-ntp-era-split.patch from upstream to fix
  "/make check"/ builds made after 2019-12-20. Existing installations
  do not need to be updated as the bug only affects the test, but
  not chrony itself.
- Fix ordering and dependencies of chronyd.service, so that it is
  started after name resolution is up (bsc#1129914).
- Add chrony-service-ordering.patch
- Make sure to generate correct sysconfig file (boo#1117147)
- Added /etc/chrony.d/ directory to the package (bsc#1083597)
  Modifed default chrony.conf to add "/include /etc/chrony.d/*"/
- Use %license instead of %doc [bsc#1082318]
- Fix name of fillup template (was never installed before)
- Fix Requires for fillup, it's used in post, not pre.
- Enable pps support
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Cleanup spec file:
  * Drop pre systemd support
  * Run spec-cleaner
- Modified the spec file to comment out the pool statement
  in chrony.conf if _not_ building for openSUSE. (bsc#1063704).
- refresh patches to apply cleanly again
  - chrony-config.patch
  - chrony-fix-open.patch
- Upgraded to version 3.2:
  Enhancements
  * Improve stability with NTP sources and reference clocks
  * Improve stability with hardware timestamping
  * Improve support for NTP interleaved modes
  * Control frequency of system clock on macOS 10.13 and later
  * Set TAI-UTC offset of system clock with leapsectz directive
  * Minimise data in client requests to improve privacy
  * Allow transmit-only hardware timestamping
  * Add support for new timestamping options introduced in Linux 4.13
  * Add root delay, root dispersion and maximum error to tracking log
  * Add mindelay and asymmetry options to server/peer/pool directive
  * Add extpps option to PHC refclock to timestamp external PPS signal
  * Add pps option to refclock directive to treat any refclock as PPS
  * Add width option to refclock directive to filter wrong pulse edges
  * Add rxfilter option to hwtimestamp directive
  * Add -x option to disable control of system clock
  * Add -l option to log to specified file instead of syslog
  * Allow multiple command-line options to be specified together
  * Allow starting without root privileges with -Q option
  * Update seccomp filter for new glibc versions
  * Dump history on exit by default with dumpdir directive
  * Use hardening compiler options by default
  Bug fixes
  * Don't drop PHC samples with low-resolution system clock
  * Ignore outliers in PHC tracking, RTC tracking, manual input
  * Increase polling interval when peer is not responding
  * Exit with error message when include directive fails
  * Don't allow slash after hostname in allow/deny directive/command
  * Try to connect to all addresses in chronyc before giving up
- Upgraded clknetsim to version 71dbbc5.
- Reworked chrony-fix-open.patch to fit the new version
- Upgraded to version 3.1:
  - Enhancements
  - Add support for precise cross timestamping of PHC on Linux
  - Add minpoll, precision, nocrossts options to hwtimestamp directive
  - Add rawmeasurements option to log directive and modify measurements
    option to log only valid measurements from synchronised sources
  - Allow sub-second polling interval with NTP sources
  - Bug fixes
  - Fix time smoothing in interleaved mode
- Upgraded clknetsim to version ce89a1b.
- Reworked the following patches to fit the new versions
  - chrony-config.patch
  - chrony-service-helper.patch
  - chrony-fix-open.patch
- Upgraded to version 3.0:
  - Enhancements
  - Add support for software and hardware timestamping on Linux
  - Add support for client/server and symmetric interleaved modes
  - Add support for MS-SNTP authentication in Samba
  - Add support for truncated MACs in NTPv4 packets
  - Estimate and correct for asymmetric network jitter
  - Increase default minsamples and polltarget to improve stability with very low jitter
  - Add maxjitter directive to limit source selection by jitter
  - Add offset option to server/pool/peer directive
  - Add maxlockage option to refclock directive
  - Add -t option to chronyd to exit after specified time
  - Add partial protection against replay attacks on symmetric mode
  - Don't reset polling interval when switching sources to online state
  - Allow rate limiting with very short intervals
  - Improve maximum server throughput on Linux and NetBSD
  - Remove dump files after start
  - Add tab-completion to chronyc with libedit/readline
  - Add ntpdata command to print details about NTP measurements
  - Allow all source options to be set in add server/peer command
  - Indicate truncated addresses/hostnames in chronyc output
  - Print reference IDs as hexadecimal numbers to avoid confusion with IPv4 addresses
  - Bug fixes
  - Fix crash with disabled asynchronous name resolving
- Upgraded clknetsim to version 6bb6519.
- Upgraded to version 2.4.1:
  - Bug fixes
  - Fix processing of kernel timestamps on non-Linux systems
  - Fix crash with smoothtime directive
  - Fix validation of refclock sample times
  - Fix parsing of refclock directive
- update to 2.4:
  - Enhancements
  - Add orphan option to local directive for orphan mode
    compatible with ntpd
  - Add distance option to local directive to set activation
    threshold (1 second by default)
  - Add maxdrift directive to set maximum allowed drift of system
    clock
  - Try to replace NTP sources exceeding maximum distance
  - Randomise source replacement to avoid getting stuck with bad
    sources
  - Randomise selection of sources from pools on start
  - Ignore reference timestamp as ntpd doesn't always set it
    correctly
  - Modify tracking report to use same values as seen by NTP
    clients
  - Add -c option to chronyc to write reports in CSV format
  - Provide detailed manual pages
  - Bug fixes
  - Fix SOCK refclock to work correctly when not specified as
    last refclock
  - Fix initstepslew and -q/-Q options to accept time from own
    NTP clients
  - Fix authentication with keys using 512-bit hash functions
  - Fix crash on exit when multiple signals are received
  - Fix conversion of very small floating-point numbers in
    command packets
  - Removed features
  - Drop documentation in Texinfo format
- update clknetsim to a5949fe for fixing a testsuite failure:
  - add IP_PKTINFO socket option
  - accept environment variables in make
  - fix building with FORTIFY_SOURCE
  - fix compiler warning
  - support multiple SHM refclocks
  - fix recv functions with new glibc headers
- refreshed chrony-fix-open.patch: to apply cleanly after clknetsim
  update
- drop patches:
  - chrony-include-termios.patch
  - make-105-ntpauth-more-reliable.patch
- drop buildrequires for texinfo and pre requires on the install
  info packages
- no longer use make install-docs: it only installed 0 byte html
  files.
- Provide ntp-daemon (bsc#973981)
- chrony-fix-open.patch: make sure _open and _close are initialized
  in open()/close() override, as libfreebl3 also calls from the
  the ELF constructor. FATE#319508
- enable mozilla-nss
- Use correct license
- Drop hardcoded dependency on libseccomp, it is detected during
  build
- Undo reference to chrony-dnssrv@.service in %pre, %preun, %post,
  and %postun as it would lead to error.
- Change conditions for libseccom, we can use any version on SLE-12
  x86_64
- Removed %if for distributions that aren't building chrony.
- Renamed chrony-2.2_logrotate.patch to chrony-logrotate.patch since
  the patch is not particularly version-dependent.
- Added clknetsim for "/make check"/ processing.
- Added Buildrequires for gcc-c++ and timezone for building clknetsim
  and running "/make check"/.
- Changed Buildrequires and Requires to specify the minimum level of
  libseccomp needed to build on s390x and ppc64le.
- Removed "/-Recommends: timedatex"/ since I couldn't find any instance
  of it anywhere in the build service.
- Modified the description to use some of the information from the
  chrony web site.
- Added chrony-include-termios.patch so that it will build on ppc64le.
- Added make-105-ntpauth-more-reliable.patch so that "/make check"/
  will not report a non-failure as a failure.
- Added --without-nss to ./configure to avoid "/interruption code
  0x2003B in chronyd"/ errors.
- Changed the symbolic links for rcchronyd and rcchronyd-wait to
  point to the actual location of the service command, not the symlink
  in /sbin.
- Added reference to chrony-dnssrv@.service in %pre, %preun, %post,
  and %postun.
- Cleanup spec file with spec-cleaner
- Prepare for submission to Factory (see fate#319508)
- update to 2.3
  - Enhancements
  - Add support for NTP and command response rate limiting
  - Add support for dropping root privileges on Mac OS X,
    FreeBSD, Solaris
  - Add require and trust options for source selection
  - Enable logchange by default (1 second threshold)
  - Set RTC on Mac OS X with rtcsync directive
  - Allow binding to NTP port after dropping root privileges on
    NetBSD
  - Drop CAP_NET_BIND_SERVICE capability on Linux when NTP port
    is disabled
  - Resolve names in separate process when seccomp filter is
    enabled
  - Replace old records in client log when memory limit is
    reached
  - Don't reveal local time and synchronisation state in client
    packets
  - Don't keep client sockets open for longer than necessary
  - Ignore poll in KoD RATE packets as ntpd doesn't always set it
    correctly
  - Warn when using keys shorter than 80 bits
  - Add keygen command to generate random keys easily
  - Add serverstats command to report NTP and command packet
    statistics
  - Bug fixes
  - Fix clock correction after making step on Mac OS X
  - Fix building on Solaris
- refreshed patches to apply cleanly again:
  chrony-2.2_logrotate.patch
  chrony-config.patch
  chrony-service-helper.patch
- update to 2.2.1
  Restrict authentication of NTP server/peer to specified key
  (CVE-2016-1567)
- silence groupadd/useradd call and drop the shell from the user.
- update to 2.2
  see /usr/share/doc/packages/chrony/NEWS
- sync with fedora spec and add systemd support
- refreshed chrony-config.patch to apply cleanly again
- added chrony-2.2_logrotate.patch: add missing su option as we no
  longer have the daemon run as root.
- added chrony-service-helper.patch: imported from fedora with a
  changed path for moving from libexecdir to datadir
- only use syscall filters on 12.3 and newer
- move helper from libexecdir to datadir
cifs-utils
- cifs.upcall: fix regression in kerberos mount; (bsc#1184815).
  * add 0015-cifs.upcall-fix-regression-in-kerberos-mount.patch
- CVE-2021-20208: cifs-utils: cifs.upcall kerberos auth leak in
  container; (bsc#1183239); CVE-2021-20208.
- CVE-2020-14342: Shell command injection vulnerability in mount.cifs;
  (bsc#1174477); (bso#14442); CVE-2020-14342.
  * add 0013-CVE-2020-14342-mount.cifs-fix-shell-command-injectio.patch
- Fix invalid free in mount.cifs; (bsc#1152930).
  * add 0012-mount.cifs-Fix-invalid-free.patch
- Fix double-free in mount.cifs; (bsc#1149164).
  * add 0011-fix-doublefree.patch
- Update to cifs-utils 6.9; (bsc#1132087); (bsc#1136031).
  * adds fixes for Azure
  * new smbinfo utility
  * remove cifs-utils-6.8.tar.bz2
  * remove cifs-utils-6.8.tar.bz2.asc
  * add cifs-utils-6.9.tar.bz2
  * add cifs-utils-6.9.tar.bz2.asc
  * add 0001-smbinfo-Improve-help-usage-and-add-h-option.patch
  * add 0002-smbinfo-Add-bash-completion-support-for-smbinfo.patch
  * add 0003-getcifsacl-Add-support-to-accept-more-paths.patch
  * add 0004-getcifsacl-Fix-usage-message-to-include-multiple-fil.patch
  * add 0005-smbinfo-add-GETCOMPRESSION-support.patch
  * add 0006-getcifsacl-Add-support-for-R-recursive-option.patch
  * add 0007-smbinfo-add-bash-completion-support-for-getcompressi.patch
  * add 0008-mount.cifs.c-fix-memory-leaks-in-main-func.patch
  * add 0009-Zero-fill-the-allocated-memory-for-new-struct-cifs_n.patch
  * add 0010-Zero-fill-the-allocated-memory-for-a-new-ACE.patch
- Remove backports that are already in 6.9; (fate#325270); (bsc#1130528);
  * remove 0001-docs-cleanup-rst-formating.patch
  * remove 0002-mount.cifs.rst-document-new-no-handlecache-mount-opt.patch
  * remove 0003-manpage-update-mount.cifs-manpage-with-info-about-rd.patch
  * remove 0004-checkopts-add-python-script-to-cross-check-mount-opt.patch
  * remove 0005-mount.cifs.rst-document-missing-options-correct-wron.patch
  * remove 0006-cifs-utils-support-rst2man-3.patch
  * remove 0007-checkopts-report-duplicated-options-in-man-page.patch
  * remove 0008-mount.cifs.rst-more-cleanups.patch
  * remove 0009-mount.cifs.rst-document-vers-3-mount-option.patch
  * remove 0010-mount.cifs.rst-document-vers-3.02-mount-option.patch
  * remove allow-dns-resolver-key-to-expire.patch
  * remove suse-document-new-vers-default-SMB2.1.patch
- Remove dependency workaround regarding python2/python3
- Fix dependency failure on SLE15 regarding python2/python3.
- Allow cached DNS entry to expire; (fate#325270).
  * add allow-dns-resolver-key-to-expire.patch
- Document new SMB2.1+ defaults; (bsc#1130528).
  * be more verbose on mount errors, especially with EHOSTDOWN which
    is often returned on SMB version issues.
  * add suse-document-new-vers-default-SMB2.1.patch
- Fix python dependency stalemate by requiring python3 version of
  samba-libs.
- Update to cifs-utils 6.8.
  + document more mount options
  + man pages now generated from RST files
  + add python-docutils build dependency
  + update keyring to check tarball signature
  + remove 0001-manpage-correct-typos-and-spelling-mistakes.patch
  + remove 0002-mount.cifs-document-SMBv3.1.1-and-new-seal-option.patch
- Add typo corrections, better doc and configure fixes from upstream
  + add 0001-docs-cleanup-rst-formating.patch
  + add 0002-mount.cifs.rst-document-new-no-handlecache-mount-opt.patch
  + add 0003-manpage-update-mount.cifs-manpage-with-info-about-rd.patch
  + add 0004-checkopts-add-python-script-to-cross-check-mount-opt.patch
  + add 0005-mount.cifs.rst-document-missing-options-correct-wron.patch
  + add 0006-cifs-utils-support-rst2man-3.patch
  + add 0007-checkopts-report-duplicated-options-in-man-page.patch
  + add 0008-mount.cifs.rst-more-cleanups.patch
  + add 0009-mount.cifs.rst-document-vers-3-mount-option.patch
  + add 0010-mount.cifs.rst-document-vers-3.02-mount-option.patch
- Cleanup spec file
  * assume SUSE vendor and SLE >= 11
- Update BuildIgnore to break build cycle samba-client <-> cifs-utils
- update to 6.7:
  * mount.cifs cleanups
- includes 6.6:
  * cleanup/overhaul of cifs.upcall krb5 credcache handling
- partial cleanup with spec-cleaner
- Document SMB3+ and new seal option; (fate#322075).
  + add patch 0001-manpage-correct-typos-and-spelling-mistakes.patch
  + add patch 0002-mount.cifs-document-SMBv3.1.1-and-new-seal-option.patch
- Get rid of init script on everything based off SLE12+ (bsc#1025471).
- Use https urls.
- Don't ignore libldb, libtalloc, libtevent, and samba-client-libs at build
  time; (bsc#966174).
- Update to cifs-utils 6.5.
  + mount.cifs: ignore x- mount options
  + minor build fixes; obsoletes include_paths.h_for__PATH_MOUNTED.patch
  + minor manpage fix
- Ignore samba-client-libs at build-time on post-22 Fedora systems.
- Add include_paths.h_for__PATH_MOUNTED.patch
- Use rccifs -> service symlink for proper status (bnc#908023).
- Remove dependency on gpg-offline as signature checking is implemented in the
  source validator.
- Add README.cifstab.migration to document the cifstab removal; (bnc#902947).
- Fix broken rccifs symbolic link.
- Remove dead code associated with cifstab file which is no longer used.
cloud-netconfig
- Update to version 1.5:
  + Add support for GCE (bsc#1159460, bsc#1178486)
  + Improve default gateway determination
- Update to version 1.4:
  + copy routes from default routing table (bsc#1162705, bsc#1162707)
  + make CLOUD_NETCONFIG_MANAGE default configurable
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
  shortcut through the -mini flavors.
- Removed obsolete Group tag from spec file
- Update to version 1.3:
  + Fix IPv4 address handling on secondary NICs in Azure
- Update to version 1.2:
  + support AWS IMDSv2 token
- Update to version 1.1
  + fix use of GATEWAY variable (bsc#1157117, bsc#1157190)
  + remove secondary IPv4 address only when added by cloud-netconfig
    (bsc#1144282)
  + simplify routing setup for single NIC systems (partly fixes
    bsc#1135592)
- Update to version 1.0:
  + pause and retry if API call throttling is detected in Azure
    (bsc#1135257 bsc#1135263)
- Update to version 0.9:
  + run cloud-netconfig periodically (bsc#1118783 bsc#1122013)
  + do not treat eth0 special wrt routing policies (bsc#1123008)
  + reduce timeout on metadata read (bsc#1112822)
- Update to version 0.7:
  + no persistent interface names in Azure (bsc#1095485)
- Added dependency on curl
- Use otherproviders() only on SLES 11 builds
- Remove dependency on udev-persistent-ifnames (bsc#1075484)
- Add missing Provides/Conflicts statements to spec file
- Prepare for SLE11 submission (bsc#1063292)
- Update to version 0.6:
  + Use tested and supported metadata API versions
- Update to version 0.5
  + New API version for Azure metadata server
  + Wait for the metadata server in EC2
- Update to version 0.4:
  Do not touch VF interfaces in Azure (bsc#1055553)
- Prepare for SLE submission (FATE#323820, bsc#1027212)
- Added conflict tags
- Fix requires for non-Leap platforms
- Initial version 0.3
cloud-regionsrv-client
- Update to version 9.2.0 (bsc#1029162)
  + Support IPv6 as best-effort, with fallback to IPv4
- Update to version 9.1.5 (bsc#1182779, bsc#1185234, bsc#1185198)
  + Another startup process may run zypper before the registration process
    if zypper is still running we cannot get the lock and as such
    the installed products cannot be determined. Wait for the lock to be
    released for up to 30 seconds.
  + On any error durring product list generation return a list to avoid
    a traceback by trying to iterate over None
- Update to version 9.1.4 (bsc#1176858, bsc#1176859)
  + Properly handle the exit code for SUSEConnect and provide log
    message with failure details for registration failure
- Update to version 9.1.3 (bsc#1175752, bsc#1175753)
  + Re-write the cache for the update server objects to avoid an
    attribute error that is triggered if the config is not set to
    https_only.
- Update to version 9.1.2 (bsc#1174791, bsc#1174937)
  + Implement changes to configure the client to use https only for
    outbound traffic
- plugin-ec2 to version 1.0.1 (bsc#1174743, bsc#1174837)
  + Prefer IMDSv2 and switch all IMDS access requests to support v2 token
    based access method.
- Update to version 9.1.1 (bsc#1174731, bsc#1174732)
  + Do not immediately failover to a sibling system. Upon contact failure
    to the target system give the server/route time to recover. We have
    seen network instability trigger a pre-mature failover during initial
    registration causing problems later during updates.
  + When we do failover make sure the access credentials are known to the
    new target
- Update to version 9.1.0 (bsc#1173474, bsc#1173475)
  + Introduce containerbuild-regionsrv service to allow container
    building tools to access required data for accessing Public Cloud RMTs
- Improve error message for failed update server access to determine
  product status
- Update to version 9.0.10 (bsc#1171704, bsc#1171705)
  + While the service starts After=network-online.target this is no
    guarantee that the cloud framework has configured the outgoing routing
    for the instance. This configuration on the framework side may take
    longer. Introduce a wait look that retries connections to the
    update infrastructure 3 times before giving up.
- Update to version 9.0.9 (bsc#1169599)
  + Handle the /etc/hosts file with Python 3.4 if there are non ascii
    characters in the file.
- Update to version 9.0.8
  + Properly handle IPv6 addresses in URLs
- Update to version 9.0.7
  + Fix crash with a stack trace if no current_smt is
    present (bsc#1158664)
- Update to version 9.0.6 (bsc#1154533)
  + Support repositories with different credentials files
  + Add --clean option and --help
  + Add man page
- Update to version 9.0.5 (bsc#1152567, bsc#1149528)
  + Ignore exception if the new registration flag file does not
    exist but there is an attempt to remove it.
  + Properly include the IP addresses of the update server if we
    were unable to get the product information
  + Include requirement for python3-six in specfile
- Update to version 9.0.4 (bsc#1148644, bsc#1149840)
  + The logic in the URLresolver my result in "/None"/ being returned during
    initial registration when zypper tries to refresh the repos. This
    triggers a condition where repos are missing from the system. This
    version changes the logic in the URL resolver to address this condition.
- Update to version 9.0.3
  + Fix missing dependency for python3-urllib3 (bsc#1146610, bsc#1146321i,
    bsc#1144754)
  + Cast the the resolved link of the serice plugin to a string to
    allow proper use of basename() and comparison (bsc#1146462, bsc#1146463)
  + Clear the new-registration marker if the instance has a cache of
    update servers (bsc#1146467, bsc#1146468)
- Update to version 9.0.2
  + If the credentials are not valid an error is issued and the user is
    instructed to re-register the system
- Update to version 9.0.1 (bsc#1136113, bsc#1136112)
  + Refresh the server cache if non of the currently cached update servers
    can be reached. The condition may arise in a general outage or when
    systems have been decomissioned. In the later case the refresh will
    re-eastablish update capabilities
- Update to version 9.0.0
  + Fix logging issues. During registration against RMT
    "/inconsistent system state"/ messages were printed to the log, while
    the system was not in an inconsistent state.
  + The public has_repos() method was removed from the registerutil
    implementtaion making this an incompatible change and therefore
    the major version changed.
- Update to version 8.2.0 (bsc#1137384, bsc#1137385)
  + Upstream version jump from 8.1.4 to 8.2.0 due to compatible
    behavior change of get_instance_data() implementation
  + Always return the marker that triggers the server to return
    URL resolver URIs for get_instance_data()
  + Handle exception when metadata retrieval fails.
- Update to version 8.1.4 (bsc#1136112, bsc#1136113)
  + Modules need to be registered in a given order, simply following
    the order in which 'zypper products' returns the information
    is insufficient and may lead to failure. Fix the order by obtaining
    the order information from the registration server.
- Update to version 8.1.3
  + Fix file permissions for generated credentials rw root only
- Update to version 8.1.2
  + Generate instance data as string as expected by zypper plugin
    handling
  + Write the proper credentials file when switching back to RIS service
- Update to version 8.1.1
  + Support registration against RMT
- Update to version 8.1.0 (bsc#1120980)
  + Implement URL resolver to facilitate instance verification for
    zypper access
  + Fixes related to bsc#1120980 also need server side support
- Update to version 8.0.6 (bsc#1029162)
  + IPv6 support
  + Fix handling of older cached SMT objects loaded from cached file
- Update to version 8.0.5 (bsc#1114985)
  + Fix dependencies
  + Handle exception
- Update to version 8.0.4 (bsc#1093688)
  + Fix variable name issue in plugin to avoid always falling back to the
    wire server in the exception handling block. Found and fixed by jmason
- Update to version 8.0.3 (bsc#1086356)
  + Azure plugin, use proper URL to get region information from
    metadata server
- Update to version 8.0.2 (bsc#1072973)
  + systemd order, only start after the network is online
- Update to version 8.0.1
  + systemd order start before GCE user scripts are executed
- From version 8.0.0
  + Port to Python 3
- Update to version 7.0.7 (bsc#1058616, 1058719)
  + Set proxy setting in the zypper plugin
- Update to version 7.0.6 (bsc#1054602, bsc#1054603)
  + Fix traceback if configuration file is not set up properly
  + Add feature to allow user to specify a target SMT server, new command
    line options --smt-ip, --smt-fp, --smt-fqdn
- Update to version 7.0.5 (bsc#1034691, bsc#1034691)
  + Fix argument mismatch
- From version 7.0.4
  + Implement plugins for EC2 and Azure to provide region hint in preparation
    of IPv6 support (FATE#323081, bsc#1029162)
- Update to version 7.0.3 (bsc#1027298, bsc#1027299)
  + Set the current SMT server after failover
- Update to version 7.0.2 (bsc#1024794)
  + Fix list name for loops in failover code path
- Update to version 7.0.1 (bsc#1014339, bsc#1014682)
  + Create the missing cache directory if it does not exist
- Update to version 7.0.0 (bsc#986294)
  + Incompatible changes for remove_registration_data
  + Code restructuring
  + Enable Nvidia repo only on instances that have Nvidia "/HW"/
- Update to version 6.5.1 (bsc#981689)
  + Enable the public cloud repo module repository after registration
- Update to version 6.5.0
  + Add option "/metadata_server"/ to indicate that the SMt server data
    is supposed to be pulled from a metadata server rather than a
    region server. Intended to aid integration of the update infrastructure
    into SOC
- Update to version 6.4.6 (bsc#975209,bsc#975815)
  + Try another SMT server if registration fails
- Update to version 6.4.5 (bsc#968128)
  + Do not attempt to generate the product list using remote
    repositories
- Update to version 6.4.4 (bsc#964334,bsc#964335)
  + Properly handle proxy configuration
- Modify spec file (bsc#959206)
  + generic config provides the certs to allow it to be installed
    with out conflicts
- Update to version 6.4.3 (bsc#958402)
  + Continue to register other products even if one sould fail
  + pep8 code clean up
- Update to version 6.4.2 (bsc#950865)
  + Properly register the base product
- Update to version 6.4.1 (bsc#950858)
  + Detect and properly report errors when the base product registration
    fails
- Update to version 6.4.0 (bsc#948129, bsc#948130)
  + If the server to which the guest is registered to is not available
    attempt to find another available SMT server
- Update to version 6.3.19 (bsc#948057)
  + Register base product properly even if no other products are
    set up
- Update to version 6.3.18 (bnc#937873, bnc#937880)
  + Fix variable name issue in exception block causing the code to exit
    pre-maturely if a region server is not reachable within the
    given timeout
- Update to version 6.3.17 (bnc#926647)
  + Do not modify /etc/hosts file if a registrations exists, the
    registration data is consistent and the configured SMT server
    is reachable
- Update to version 6.3.16
  + Take no action on --force-new if zypper is running. Provide
    feedback to the user. Follow up to bnc#921526
- Update to version 6.3.15 (bnc#924712)
  + Write instance data to /var/lib into a randomly generated file name
  + Better implementation to kill zypper, follow up to bnc#921526
- Add missing provides for the generic configuration. Resolves
  improper conflict between -plugin-gce and the generic
  configuration
- Update to version 6.3.13 (bnc#921526)
  + Implements new --force-new command line option for
    registration code fo on demand images
- Update to version 6.3.12 (bnc#920295)
  + Improve logging information on registration failure in SLES 12
- Update to version 6.3.11 (bnc#917450, bnc#917453)
  + Fix boot order for Azure, force waagent to run after registration
  + Properly handle exception if network connection fails
  + Retry network connection 3 times before giving up
- Update to version 6.3.8 (bnc#912979)
  + Fix the ordering in the boot phase
  + Source from new upstream location
- Update to version 6.3.5  (bnc#909114)
  + Fix bug with cert writing. After getting the cert from the SMT server
    the file was never closed properly, thus trying to update the CA
    information failed. This fix addresses this issue.
- regionServiceClient
  + set version to 6.3.4, location of SMT cert for SUSEConnect has changed
- regionServiceClient
  + store SMT cert to /usr/share/pki/trust/anchors/registration_server.pem
    This is the place the SUSEConnect code wants to read it with regards
    to ib/suse/connect/ssl_certificate.rb
cluster-glue
- Update to version 1.0.12+v1.git.1587474580.a5fda2bc:
  * Fix EC2 stonith plugin (bsc#1169784)
- Update to version 1.0.12+v1.git.1560323319.fd5a3bef:
  * ibmhmc: Create /var/run/heartbeat/rsctmp if it doesn't exist (bsc#1131545)
- Create /var/run/heartbeat/rsctmp directory (bsc#1131545)
- Update to version 1.0.12+v1.git.1534346580.be86a9f2:
  * Fix: stonith:ibmhmc: Add "/managedsyspat"/ and "/password"/ as supported parameters (bsc#1098758)
- Remove obsolete patch:
  * Remove 0001-Medium-external-ec2-Mitigate-fence-race-bsc-1088656.patch
- Update to version 1.0.12+v1.git.1523280117.43b22d15:
  * High: external/ec2: Avoid unicode errors and improve performance (bsc#1088656)
- Medium: external/ec2: Mitigate fence race (bsc#1088656)
  * Add 0001-Medium-external-ec2-Mitigate-fence-race-bsc-1088656.patch
- Build: Ship cibsecret by pacemaker instead of cluster-glue (bsc#1082456)
- spec: Still use 90 as the consistent gid for the group "/haclient"/ among the cluster
- Stop building static archives only to remove them later.
- Switch to pkgconfig dependencies
- Drop asciidoc from deps, even tho configure.ac checks for it
  the mans are generated by docbook
- Format with spec-cleaner
- Remove old distributions as we build only on SLE12+ (sle11/sle10)
- Always disable fatal warnings, it only turns on -Werror which is
  pointless for distro builds and just could break with gcc updates
- Use the user creation oneliner like other packages
- Fix Python 3 compatibility in these agents (bsc#1073376):
  * external/ibmrsa-telnet
  * external/dracmc-telnet
  * external/riloe
- Port scripts to Python 3
  * Add 0001-Port-scripts-to-Python-3.patch
- Update to version 1.0.12+v1.git.1511436818.71ae59fa:
  * Fix: stonith:external/ec2: Enforce en_US.UTF-8 locale when invoking aws client (bsc#1059171)
  * Drop libnet dependency (bsc#1069596)
- Update to version 1.0.12+v1.git.1501749673.bdd95fd0:
  * stonith: external/vcenter: Reset returns success with RESETPOWERON=0 if vm is already off (bsc#1050908)
  * Remove hb_report from doc/
  * Fix warnings reported by GCC7. (bsc#1030241)
  * * Drop 0001-Fix-warnings-reported-by-GCC7.patch which has been merged upstream
- Remove openhpi support as the packages is going to be removed.
- Add 0001-Fix-warnings-reported-by-GCC7.patch to fix bnc#1030241.
- Require user and group nobody
- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.
- Update to version 1.0.12+v1.git.1485976882.03d61cd:
  * Low: ipc: fix poll function parameter type
  * Medium: hb_report: invoke crm to create a report
- Update to version 1.0.12+v1.git.1478088779.afaeeb2:
  * Low: stonith: Convert gethostbyname() usage to getaddrinfo()
  * Low: apcmastersnmp: Convert gethostbyname() usage to getaddrinfo()
  * Low: ipmilan_command: Convert gethostbyname() to getaddrinfo()
  * Low: wti_mpc: Convert gethostbyname() usage to getaddrinfo()
- Update to version 1.0.12+v1.git.1476869614.524e5d0:
  * Adjust version to correct sorting
- Update to version 1.0.12+git.1476707642.08bec62:
  * low: cl_plumbing: Fix incorrect negations
- Drop merged patches:
  * Remove cluster-glue-gcc5.patch
  * Remove remove-unused-constants.patch
- Update to version 1.0.12+git.1476172419.3e86358:
  * Upstream is now github.com/ClusterLabs/cluster-glue.git
  * stonith: describe -E option
- Update to 1.0.12+hg2818
  + Fix addresses of FSF, point to gnu.org/licenses instead
- Fix build with GCC 6
  + Add remove-unused-constants.patch
- Update to 1.0.12+hg2816
  + Medium: stonith: external/libvirt: fix handling of hosts with uppercase letters in names
- upstream cs: 56f40ec5d37e
- Update to 1.0.12+hg2815
  + Medium: stonith: external/ec2: use target's uname as default for port (bsc#947026)
- Replace hb_report with script which calls crm report (bsc#950182) (bsc#950483)
- Remove 0006-ec2-instance-tag-bsc-947026.patch
- Remove 0001-high-hb_report-Collect-logs-from-journald-boo-900654.patch
- Remove 0002-high-hb_report-Prefer-pacemaker.log-if-it-exists-bsc.patch
- Remove 0003-high-hb_report-Always-prefer-syslog-if-available-bsc.patch
- Remove 0004-low-hb_report-increase-time-to-wait-for-the-logmark.patch
- Remove 0005-low-hb_report-collect-libqb-version-bsc-943327.patch
- Remove bnc662816_cluster-glue_hb_report_abspath.patch
- Move libglue-devel to group Development/Libraries/C and C++
- Upstream cs: a10cd7cc13f5
- Dev: stonith: external/ec2: Be able to omit the "/port"/ option. (bsc#947026) (fate#319008)
- Add 0006-ec2-instance-tag-bsc-947026.patch
- high: hb_report: Always prefer syslog if available (bsc#942906)
- low: hb_report: Increase time to wait for the logmark
- low: hb_report: Collect libqb version (bsc#943327)
- Add 0003-high-hb_report-Always-prefer-syslog-if-available-bsc.patch
- Add 0004-low-hb_report-increase-time-to-wait-for-the-logmark.patch
- Add 0005-low-hb_report-collect-libqb-version-bsc-943327.patch
- high: hb_report: Prefer pacemaker.log if it exists (bsc#941681)
- Add 0002-high-hb_report-Prefer-pacemaker.log-if-it-exists-bsc.patch
- Low: stonith: external/ec2: update name in the short description
- High: stonith: external/ec2: new agent for aws/ec2
- Medium: hb_report: use faster zypper interface if available
- Medium: stonith: external/vcenter: replace experimental smartmatch (bnc#900353)
- Medium: ha_logd: prevent race caused by pid reuse (bsc#894272)
- fix syslogmsgfmt logging inconsistency for stderr/stdout
- Medium: clplumbing: don't abort on bad input
- upstream cs: 9da0680bc9c0
- Add cluster-glue-gcc5.patch to fix gazillions of -Wformat=2 warnings
  about signed/unsigned format vs. argument mismatches GCC 5 now emits.
  Fixes build with GCC 5.
- buildrequire the systemd macros before using them - and all
  the package wants is the macro anyway, so no need to buildrequire
  systemd libraries
- undo: fix using hb_report script with non-bash shells due to
  bad logic
  * removed cluster-glue-fix-bashisms.patch
- fix using hb_report script with non-bash shells
- add patches:
  + cluster-glue-fix-bashisms.patch
- Replace systemd BuildRequires with pkgconfig(systemd): we do not
  require the full installation / dep chain of systemd.
conntrack-tools
- conntrackd-cthelper-Add-new-SLP-helper.patch:
  userspace conntrack helper for SLP (Service Location Protocol) to
  replace SUSE specific kernel helper (rejected by upstream) from
  openSUSE / SLE kernel packages (FATE#324143 bsc#1127886)
- run autoreconf before build (patch above touches Makefile.am)
- add commented out conntrack helper config example to default
  conntrackd.conf
- drop deprecated (and ignored) options Nice and UNIX/Backlog from
  default conntrackd.conf
- Fix 1.4.5 parser issues (bsc#1141480):
  conntrackd-use-strncpy-to-unix-path.patch
  conntrackd-Use-strdup-in-lexer.patch
  conntrackd-use-correct-max-unix-path-length.patch
- Update to new upstream release 1.4.5
  * new synproxy support
  * improved logging support (both stdout/stderr and log files)
  * new mDNS ct helper
  * deprecate unix backlog configuration
  * drop old/obsolete/deprecated conntrackd.conf config options
  * improved support for UPnP in the SSDP ct helper
  * add stronger TCP flags support
  * conntrack CLI tool: new support for IPv6 NAT
  * nfct CLI tool: some improvements to the build (-z lazy)
- Add tirpc for openSUSE 15 and onwards.
- submission from lars@linux-schulserver.de, partially applied
- split out new subpackage "/conntrackd"/ for the eponymous
  daemon (has systemd dependencies)
- add systemd service, logrotate config, sample sysconfig,
  and sample config file.
- Update to new upstream release 1.4.4
  * conntrackd: add systemd support
  * conntrack: support delete by label
  * conntrack: add support for netmask filtering
  * conntrack: add support for CIDR notation
  * conntrack: Add missing tables "/dying"/ and "/unconfirmed"/
  to usage output.
- Update to new upstream release 1.4.3
  * conntrack: fix expectation entry creation
  * expect: Fix wrong memset usage
  * cthelper: don't pass up a 0 length queue
  * conntrackd: allow strings with underscore from flex scanner
  * conntrack: fix setting labels in updates
- Update to new git snapshot 1.4.2.g26
  * Chromecast/SSDP support, SSDP userspace helper
  * TFTP userspace helper support
  * Support for attaching expectations via nfqueue
  * Fix directory lookup for helper plugins
  * Fixes a possible crash if conntrackd sees DCCP, SCTP and ICMPv6
  traffic and the corresponding kernel modules that track this
  traffic are not available. [bnc#942419, CVE-2015-6496]
- Drop gpg-offline build-time requirement; this is now handled by
  the local source validator
- Update to new upstream release 1.4.2
  * This release includes bugfixes and the connlabel support.
containerd
- Add patch for CVE-2021-32760. bsc#1188282
  + bsc1188282-use-chmod-path-for-checking-symlink.patch
- Drop long-since upstreamed patch, originally needed to fix i386 builds on
  SLES:
  - 0001-makefile-remove-emoji.patch
- Update to containerd v1.4.4, to fix CVE-2021-21334.
- Update to handle the docker-runc removal, and drop the -kubic flavour.
  bsc#1181677 bsc#1181749
- Update to containerd v1.4.3, which is needed for Docker v20.10.2-ce.
  bsc#1181594
- Install the containerd-shim* binaries and stop creating
  docker-containerd-shim because that isn't used by Docker anymore.
  bsc#1183024
- Update to containerd v1.3.9, which is needed for Docker v19.03.14-ce and
  fixes CVE-2020-15257. bsc#1178969 bsc#1180243
- Update to containerd v1.3.7, which is required for Docker 19.03.13-ce.
  boo#1176708 bsc#1177598 CVE-2020-15157
- Refresh patches:
  * 0001-makefile-remove-emoji.patch
- Use Go 1.13 for build.
- Update to containerd v1.2.13, which is required for Docker 19.03.11-ce.
  bsc#1172377
- Update to containerd v1.2.10, which is required for Docker 19.03.3-ce.
  bsc#1153367 bsc#1157330
- Update to containerd v1.2.6, which is required for Docker v18.09.7-ce.
  bsc#1139649
- Remove containerd-test (it's not useful for actual testing).
- Update to containerd v1.2.5, which is required for v18.09.5-ce.
  bsc#1128376 boo#1134068
  https://github.com/containerd/containerd/releases/tag/v1.2.5
- Update containerd to v1.2.4
  * cri: Set /etc/hostname
  * cri: Fix env performance issue
  * runc updated to 6635b4f0c6af3810594d2770f662f34ddc15b40d to solve
    bsc#1121967 CVE-2019-5736
  * cri updated to da0c016c830b2ea97fd1d737c49a568a816bf964
  * Windows: NewDirectIOFromFIFOSet
  * Changelogs from previous versions also included in this update:
    https://github.com/containerd/containerd/releases/tag/v1.2.3
- Update to containerd v1.2.2, which is required for Docker v18.09.1-ce.
  bsc#1124308
  * Fix rare deadlock on FIFO creation with timeout
  * Fix a bug that a container can't be stopped or inspected when its
    corresponding image is deleted
  * Fix a bug that the cri plugin handles containerd events outside of
    k8s.io namespace
  more changes at:
  https://github.com/containerd/containerd/releases/tag/v1.2.2
  Changelogs from previous versions also included in this update:
    https://github.com/containerd/containerd/releases/tag/v1.2.1
    https://github.com/containerd/containerd/releases/tag/v1.2.0
    https://github.com/containerd/containerd/releases/tag/v1.1.4
    https://github.com/containerd/containerd/releases/tag/v1.1.3
- Remove required_dockerrunc commit pinning, as it just lead to issues.
- Remove upstreamed patches.
  - 0001-docs-man-rename-config.toml-5-to-be-more-descriptive.patch
- Disable leap based builds for kubic flavor. bsc#1121412
- Update go requirements to >= go1.10 to fix
  * bsc#1118897 CVE-2018-16873
    go#29230 cmd/go: remote command execution during "/go get -u"/
  * bsc#1118898 CVE-2018-16874
    go#29231 cmd/go: directory traversal in "/go get"/ via curly braces in import paths
  * bsc#1118899 CVE-2018-16875
    go#29233 crypto/x509: CPU denial of service
- Add backport of https://github.com/containerd/containerd/pull/2764, which is
  required for us to build containerd on i586 SLE-12 (where /bin/sh doesn't
  like emoji in shell scripts). bsc#1102522 bsc#1113313
  + 0001-makefile-remove-emoji.patch
- Upgrade to containerd v1.1.2, which is required for Docker v18.06.1-ce.
  bsc#1102522
- Merge -kubic packages back into the main Virtualization:containers packages.
  This is done using _multibuild to add a "/kubic"/ flavour, which is then used
  to conditionally compile patches and other kubic-specific features.
  bsc#1105000
- Enable seccomp support on SLE12, since libseccomp is now a new enough vintage
  to work with Docker and containerd. fate#325877
- Update to containerd v1.1.1, which is the required version for the Docker
  v18.06.0-ce upgrade. bsc#1102522
- Add backport of https://github.com/containerd/containerd/pull/2534 to make
  the man page no longer pollute the global namespace.
  + 0001-docs-man-rename-config.toml-5-to-be-more-descriptive.patch
- Remove the following patch since it has already been merged upstream.
  - bsc1065109-0001-makefile-add-support-for-build_flags.patch
- Remove systemd-related files and add docker-containerd-* symlinks; this
  aligns with the upstream defaults where dockerd will execute
  docker-containerd. Version upgrades of docker are expected to work more
  smoothly as much of the upgrade logic is implemented in dockerd.
- Add containerd-rpmlintrc (or containerd-kubic-rpmlintrc) to deal with
  /usr/src/containerd/* rpmlint errors (which don't affect normal users of this
  package).
- Make use of %license macro
- Remove 'go test' from %check section, as it has only ever caused us problems
  and hasn't (as far as I remember) ever caught a release-blocking issue. Smoke
  testing has been far more useful. boo#1095817
- Review obsoletes tag to fix bsc#1080978
- Put containerd under the podruntime slice. This the recommended
  deployment to allow fine resource control on Kubernetes.
  bsc#1086185
- Add ${version} to equivalent non-kubic package provides
- Add Provides for equivalent non-kubic packages
- do not build on s390, only on s390x (no go on s390)
- Fix build with RPM 4.14: exclude is not meant for files to NOT be
  packaged, but should only be used if the files are to be excluded
  from a glob when they end up in a different package. Rather
  remove the unwanted files in the install section.
- Update to containerd@06b9cb35161009dcb7123345749fef02f7cea8e0, which is
  requried by Docker 17.09.1_ce.
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Set --start-timeout=2m by default to match upstream. bsc#1064926
- Use the upstream makefile so that Docker can get the commit ID in `docker
  info`. This also will avoid possible future warnings being spit out like
  bsc#1065109 and boo#1053532.
- Backport https://github.com/containerd/containerd/pull/1686, which is
  required for the above fix. bsc#1065109 boo#1053532
  + bsc1065109-0001-makefile-add-support-for-build_flags.patch
- Update to containerd@3addd840653146c90a254301d6c3a663c7fd6429, which is
  required by Docker 17.07.0_ce (this commit is effectively v0.2.9 with a few
  bugfixes missing).
- Use -buildmode=pie for tests and binary build. bsc#1048046 bsc#1051429
- change dependency to docker-runc
- fix golang requirement to 1.7 for the subpackages
- fix golang requirement to 1.7
- Replace %__-type macro indirections
- update containerd to the commit version needed for
  docker-v17.04.0-ce (bsc#1034053)
  fix bsc#1032769: containerd spurious messages filling journal
- make sure this package is being built with go 1.7
- remove the go_arches macro because we are using go1.7 which
  is available in all archs
- Set TasksMax=infinity to make sure runC doesn't start failing randomly.
- update to docker 1.13.0 requirement
- Update docker to the version used in Docker 1.12.6. This is necessary to fix
  CVE-2016-9962 (bsc#1012568).
- update containerd to the version used in docker 1.12.5 (bsc#1016307).
  This fixes bsc#1015661
- fix runc version
  fix bsc#1009961
- fix version so that it contains a sequence number and zypper does
  not think is a downgrade
- fix bsc#1006368: docker/containerd is broken when installed by
  SuSE Studio in an appliance: We were missing the
    Requires(post): %fillup_prereq
- update runc requirement to 02f8fa7863dd3f82909a73e2061897828460d52f
  (see RUNC_COMMIT in Dockerfile)
- update to commit 0366d7e which is the one required for docker-1.12.2
  (bsc#1004490)
- fix go_arches definition: use global instead of define, otherwise
  it fails to build
- Remove GOPATH at the end of the GOPATH assignment
  cause GOPATH is empty and if we do that, we get the path "/"/
  appended, which causes gcc6-go to complain
- add go_arches in project configuration: this way, we can use the
  same spec file but decide in the project configuration if to
  use gc-go or gcc-go for some archs.
- update to v2.3.0 (bsc#995058)
- Remove patches which were already merged upstream:
  * socket-activation-01-vendor.patch
  * socket-activation-02-daemon.patch
  * socket-activation-03-ctr.patch
- use gcc6-go instead of gcc5-go (bsc#988408)
- build ppc64le with gc-go because this version builds with gc-go 1.6
- bump git commit id to the one required by docker v1.12.0
- run test during build
- only run tests on architectures that provide the go list and got test tools
- add aarch64 to go arches
- Add containerd-test package which contains the source code and the test. This
  package will be used to run the integration tests.
- Simplify package build and check sections: Instead of symlinking we default to
  cp -avr. go list gets confused by symlinks hence, we need to copy the source
  code anyway if we want to run unit tests during package build at some point.
* Explicitly state the version dependency for runC, to avoid potential
  issues with incompatible component versions. These must be updated
  * each time we do a release*. Unfortunately we cannot create a hard
  dependency because that would conflict with Docker, and was a mistake
  on upstream's part. bsc#993847
* Set --runtime option specifically to runC. bsc#978260
* Update to containerd v0.2.2. (bsc#989566 FATE#320763)
  * Includes updates to the out-of-tree patches.
* Remove MountFlags=slave from containerd.service. This causes many issues with
  interactions with Docker.
* Added /usr/sbin/rccontainerd symlink as per suse-missing-rclink.
  * Updated socket activation patches to use the same patchset that was merged
  upstream (https://github.com/docker/containerd/pull/178):
  * socket-activation-01-vendor.patch
  * socket-activation-02-daemon.patch
  * socket-activation-03-ctr.patch
  * Removed aarch64 that was patched upstream:
  - fix-aarch64-epoll.patch
  * Update containerd to 0.2.1. Upstream changelog:
  * Fixes for cgroup memory updates and process labeling.
  * Truncate the event log on disk and in memory so that it does not
    grow forever.  This is mainly used for higher levels to receive past
    events if they miss any.
* Use the gc compiler for aarch64 builds.
  * Add a patch to fix the new aarch64 build support, which has not yet been
  merged upstream (https://github.com/docker/containerd/pull/195):
  + fix-aarch64-epoll.patch
  * Rebase the socket activation patchset which has yet to be merged
  (https://github.com/docker/containerd/pull/178):
  * socket-activation-01-vendor.patch
  * socket-activation-02-daemon.patch
  * socket-activation-03-ctr.patch
  * Update to containerd 0.2.0. Changelog:
  + Add Limit to PidsStats
  + Add timeout flag for container start times.
  + Add timeout option for GRPC connection.
  + Add no_pivot_root support.
  + Add runtimeArgs to pass to shim
  * Move epoll syscall to a separate package so we can build on aarch64.
  * Fix ctr termios restoration isssues.
  * Several bug fixes.
  - Remove dependencies on larger packages.
* Use socket activation with the containerd-daemon. This requires a
  not-yet-upstream patchset (https://github.com/docker/containerd/pull/178):
  + socket-activation-01-vendor.patch
  + socket-activation-02-daemon.patch
  + socket-activation-03-ctr.patch
  * Remove MountFlags=slave since it's not relevant to containerd and might cause
  issues in the future.
  * Update to containerd 0.1.0. This required quite a few fixes.
* Add initial packaging of containerd 0.0.5.
  * Add service and sysconfig files.
  * Separately package the client from the server.
  * Install to /usr/sbin.
coreutils
- prepare usrmerge (boo#1029961)
- gnulib-test-avoid-FP-perror-strerror.patch: Add patch to
  avoid false-positive error in gnulib tests 'test-perror2' and
  'test-strerror_r', visible on armv7l.
- coreutils.spec: Reference the patch.
- Drop suse-module-tools BuildRequires: this was used for the macro
  regenerate_initrd_post/posttrans, which have been moved to
  rpm-config-SUSE in Jan 2019.
- coreutils-gnulib-disable-test-float.patch: Add patch to temporarily
  disable the gnulib test 'test-float' failing on ppc and ppc64le.
- coreutils.spec: Reference the patch.  While at it, avoid conditional
  Patch and Source entries as that break cross-platform builds from
  source RPMs.
- add coreutils-use-python3.patch to minimally port away from
  python 2.x use of pyinotify in the testsuite
- Update to 8.32:
  * Noteworthy changes in release 8.32 (2020-03-05) [stable]
  * * Bug fixes
  cp now copies /dev/fd/N correctly on platforms like Solaris where
  it is a character-special file whose minor device number is N.
  [bug introduced in fileutils-4.1.6]
  dd conv=fdatasync no longer reports a "/Bad file descriptor"/ error
  when fdatasync is interrupted, and dd now retries interrupted calls
  to close, fdatasync, fstat and fsync instead of incorrectly
  reporting an "/Interrupted system call"/ error.
  [bugs introduced in coreutils-6.0]
  df now correctly parses the /proc/self/mountinfo file for unusual entries
  like ones with 'r' in a field value ("/mount -t tmpfs tmpfs /foo$'r'bar"/),
  when the source field is empty ('mount -t tmpfs "/"/ /mnt'), and when the
  filesystem type contains characters like a blank which need escaping.
  [bugs introduced in coreutils-8.24 with the introduction of reading
  the /proc/self/mountinfo file]
  factor again outputs immediately when stdout is a tty but stdin is not.
  [bug introduced in coreutils-8.24]
  ln works again on old systems without O_DIRECTORY support (like Solaris 10),
  and on systems where symlink ("/x"/, "/."/) fails with errno == EINVAL
  (like Solaris 10 and Solaris 11).
  [bug introduced in coreutils-8.31]
  rmdir --ignore-fail-on-non-empty now works correctly for directories
  that fail to be removed due to permission issues.  Previously the exit status
  was reversed, failing for non empty and succeeding for empty directories.
  [bug introduced in coreutils-6.11]
  'shuf -r -n 0 file' no longer mistakenly reads from standard input.
  [bug introduced with the --repeat feature in coreutils-8.22]
  split no longer reports a "/output file suffixes exhausted"/ error
  when the specified number of files is evenly divisible by 10, 16, 26,
  for --numeric, --hex, or default alphabetic suffixes respectively.
  [bug introduced in coreutils-8.24]
  seq no longer prints an extra line under certain circumstances (such as
  'seq -f "/%g "/ 1000000 1000000').
  [bug introduced in coreutils-6.10]
  * * Changes in behavior
  Several programs now check that numbers end properly.  For example,
  'du -d 1x' now reports an error instead of silently ignoring the 'x'.
  Affected programs and options include du -d, expr's numeric operands
  on non-GMP builds, install -g and -o, ls's TABSIZE environment
  variable, mknod b and c, ptx -g and -w, shuf -n, and sort --batch-size
  and --parallel.
  date now parses military time zones in accordance with common usage:
    "/A"/ to "/M"/  are equivalent to UTC+1 to UTC+12
    "/N"/ to "/Y"/  are equivalent to UTC-1 to UTC-12
    "/Z"/ is "/zulu"/ time (UTC).
  For example, 'date -d "/09:00B"/ is now equivalent to 9am in UTC+2 time zone.
  Previously, military time zones were parsed according to the obsolete
  rfc822, with their value negated (e.g., "/B"/ was equivalent to UTC-2).
  [The old behavior was introduced in sh-utils 2.0.15 ca. 1999, predating
  coreutils package.]
  ls issues an error message on a removed directory, on GNU/Linux systems.
  Previously no error and no entries were output, and so indistinguishable
  from an empty directory, with default ls options.
  uniq no longer uses strcoll() to determine string equivalence,
  and so will operate more efficiently and consistently.
  * * New Features
  ls now supports the --time=birth option to display and sort by
  file creation time, where available.
  od --skip-bytes now can use lseek even if the input is not a regular
  file, greatly improving performance in some cases.
  stat(1) supports a new --cached= option, used on systems with statx(2)
  to control cache coherency of file system attributes,
  useful on network file systems.
  * * Improvements
  stat and ls now use the statx() system call where available, which can
  operate more efficiently by only retrieving requested attributes.
  stat and tail now know about the "/binderfs"/, "/dma-buf-fs"/, "/erofs"/,
  "/ppc-cmm-fs"/, and "/z3fold"/ file systems.
  stat -f -c%T now reports the file system type, and tail -f uses inotify.
  * * Build-related
  gzip-compressed tarballs are distributed once again
- Refresh patches:
  * coreutils-disable_tests.patch
  * coreutils-getaddrinfo.patch
  * coreutils-i18n.patch
  * coreutils-invalid-ids.patch
  * coreutils-remove_hostname_documentation.patch
  * coreutils-remove_kill_documentation.patch
  * coreutils-skip-gnulib-test-tls.patch
  * coreutils-tests-shorten-extreme-factor-tests.patch
- coreutils-i18n.patch:
  * uniq: remove collation handling as required by newer POSIX; see
  - https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=8e81d44b5
  - https://www.austingroupbugs.net/view.php?id=963
- coreutils-ls-restore-8.31-behavior-on-removed-dirs.patch:
  * Add patch for 'ls' to restore 8.31 behavior on removed directories.
- coreutils.spec:
  * Version: bump version.
  * %check: re-enable regular 'make check' for non-multibuild package.
  * reference the above new patch.
- coreutils.keyring:
  * Update from upstream (Savannah).
- disable single and testsuite builds in rings/staging
- remove duplicate "/coreutils"/ in flavor to make it look nicer in OBS
- minor: remove obsolete comment in spec file.
- switch to multibuild
- add coreutils-single subpackage that contains a single binary coreutils tool
  similar to busybox
- package LC_CTIME directories also in lang package
- split off doc package
- remove info macros, handled by file trigger nowadays
- Do not recommend lang package. The lang package already has a
  supplements.
- Update to 8.31:
  * Noteworthy changes in release 8.31 (2019-03-10) [stable]
  * * Bug fixes
  'base64 a b' now correctly diagnoses 'b' as the extra operand, not 'a'.
  [bug introduced in coreutils-5.3.0]
  When B already exists, 'cp -il A B' no longer immediately fails
  after asking the user whether to proceed.
  [This bug was present in "/the beginning"/.]
  df no longer corrupts displayed multibyte characters on macOS.
  [bug introduced with coreutils-8.18]
  seq no longer outputs inconsistent decimal point characters
  for the last number, when locales are misconfigured.
  [bug introduced in coreutils-7.0]
  shred, sort, and split no longer falsely report ftruncate errors
  when outputting to less-common file types.  For example, the shell
  command 'sort /dev/null -o /dev/stdout | cat' no longer fails with
  an "/error truncating"/ diagnostic.
  [bug was introduced with coreutils-8.18 for sort and split, and
  (for shared memory objects only) with fileutils-4.1 for shred]
  sync no longer fails for write-only file arguments.
  [bug introduced with argument support to sync in coreutils-8.24]
  'tail -f file | filter' no longer exits immediately on AIX.
  [bug introduced in coreutils-8.28]
  'tail -f file | filter' no longer goes into an infinite loop
  if filter exits and SIGPIPE is ignored.
  [bug introduced in coreutils-8.28]
  * * Changes in behavior
  cksum, dd, hostid, hostname, link, logname, sleep, tsort, unlink,
  uptime, users, whoami, yes: now always process --help and --version options,
  regardless of any other arguments present before any optional '--'
  end-of-options marker.
  nohup now processes --help and --version as first options even if other
  parameters follow.
  'yes a -- b' now outputs 'a b' instead of including the end-of-options
  marker as before: 'a -- b'.
  echo now always processes backslash escapes when the POSIXLY_CORRECT
  environment variable is set.
  When possible 'ln A B' now merely links A to B and reports an error
  if this fails, instead of statting A and B before linking.  This
  uses fewer system calls and avoids some races.  The old statting
  approach is still used in situations where hard links to directories
  are allowed (e.g., NetBSD when superuser).
  ls --group-directories-first will also group symlinks to directories.
  'test -a FILE' is not supported anymore.  Long ago, there were concerns about
  the high probability of humans confusing the -a primary with the -a binary
  operator, so POSIX changed this to 'test -e FILE'.  Scripts using it were
  already broken and non-portable; the -a unary operator was never documented.
  wc now treats non breaking space characters as word delimiters
  unless the POSIXLY_CORRECT environment variable is set.
  * * New features
  id now supports specifying multiple users.
  'date' now supports the '+' conversion specification flag,
  introduced in POSIX.1-2017.
  printf, seq, sleep, tail, and timeout now accept floating point
  numbers in either the current or the C locale.  For example, if the
  current locale's decimal point is ',', 'sleep 0,1' and 'sleep 0.1'
  now mean the same thing.  Previously, these commands accepted only
  C-locale syntax with '.' as the decimal point.  The new behavior is
  more compatible with other implementations in non-C locales.
  test now supports the '-N FILE' unary operator (like e.g. bash) to check
  whether FILE exists and has been modified since it was last read.
  env now supports '--default-signal[=SIG]', '--ignore-signal[=SIG]', and
  '--block-signal[=SIG], to setup signal handling before executing a program.
  env now supports '--list-signal-handling' to indicate non-default
  signal handling before executing a program.
  * * New commands
  basenc is added to complement existing base64,base32 commands,
  and encodes and decodes printable text using various common encodings:
  base64,base64url,base32,base32hex,base16,base2,z85.
  * * Improvements
  ls -l now better aligns abbreviated months containing digits,
  which is common in Asian locales.
  stat and tail now know about the "/sdcardfs"/ file system on Android.
  stat -f -c%T now reports the file system type, and tail -f uses inotify.
  stat now prints file creation time when supported by the file system,
  on GNU Linux systems with glibc >= 2.28 and kernel >= 4.11.
- Refresh patches (line number changes only):
  * coreutils-disable_tests.patch
  * coreutils-i18n.patch
  * coreutils-misc.patch
  * coreutils-remove_hostname_documentation.patch
  * coreutils-remove_kill_documentation.patch
  * coreutils-skip-gnulib-test-tls.patch
  * coreutils-tests-shorten-extreme-factor-tests.patch
- coreutils.spec:
  * Version: bump version.
  * URL: Use https scheme.
  * %description: Add 'basenc' tool.
  * Change gitweb to cgit URL with https in a comment.
- coreutils.keyring:
  * Update for added section headers ('GPG keys of <MAINTAINER>').
- Update to 8.30:
  * Noteworthy changes in release 8.30 (2018-07-01) [stable]
  * * Bug fixes
  'cp --symlink SRC DST' will again correctly validate DST.
  If DST is a regular file and SRC is a symlink to DST,
  then cp will no longer allow that operation to clobber DST.
  Also with -d, if DST is a symlink, then it can always be replaced,
  even if it points to SRC on a separate device.
  [bugs introduced with coreutils-8.27]
  'cp -n -u' and 'mv -n -u' now consistently ignore the -u option.
  Previously, this option combination suffered from race conditions
  that caused -u to sometimes override -n.
  [bug introduced with coreutils-7.1]
  'cp -a --no-preserve=mode' now sets appropriate default permissions
  for non regular files like fifos and character device nodes etc.,
  and leaves mode bits of existing files unchanged.
  Previously it would have set executable bits on created special files,
  and set mode bits for existing files as if they had been created.
  [bug introduced with coreutils-8.20]
  'cp --remove-destination file symlink' now removes the symlink
  even if it can't be traversed.
  [bug introduced with --remove-destination in fileutils-4.1.1]
  ls no longer truncates the abbreviated month names that have a
  display width between 6 and 12 inclusive.  Previously this would have
  output ambiguous months for Arabic or Catalan locales.
  'ls -aA' is now equivalent to 'ls -A', since -A now overrides -a.
  [bug introduced in coreutils-5.3.0]
  'mv -n A B' no longer suffers from a race condition that can
  overwrite a simultaneously-created B.  This bug fix requires
  platform support for the renameat2 or renameatx_np syscalls, found
  in recent Linux and macOS kernels.  As a side effect, ‘mv -n A A’
  now silently does nothing if A exists.
  [bug introduced with coreutils-7.1]
  * * Changes in behavior
  'cp --force file symlink' now removes the symlink even if
  it is self referential.
  ls --color now matches file extensions case insensitively.
  * * New features
  cp --reflink now supports --reflink=never to enforce a standard copy.
  env supports a new -v/--debug option to show verbose information about
  each processing step.
  env supports a new -S/--split-string=S option to split a single argument
  string into multiple arguments. Used to pass multiple arguments in scripts
  (shebang lines).
  md5sum accepts a new option: --zero (-z) to delimit the output lines with a
  NUL instead of a newline character.  This also disables file name escaping.
  This also applies to sha*sum and b2sum.
  rm --preserve-root now supports the --preserve-root=all option to
  reject any command line argument that is mounted to a separate file system.
  * * Improvements
  cut supports line lengths up to the max file size on 32 bit systems.
  Previously only offsets up to SIZE_MAX-1 were supported.
  stat and tail now know about the "/exfs"/ file system, which is a
  version of XFS.  stat -f --format=%T now reports the file system type,
  and tail -f uses inotify.
  wc avoids redundant processing of ASCII text in multibyte locales,
  which is especially significant on macOS.
  * * Build-related
  Adjust to glibc >= 2.28  (bsc#1182550, jsc#SLE-13520, jsc#SLE-13756)
- Refresh patches (line number changes only):
  * coreutils-build-timeout-as-pie.patch
  * coreutils-disable_tests.patch
  * coreutils-remove_hostname_documentation.patch
  * coreutils-remove_kill_documentation.patch
  * coreutils-skip-gnulib-test-tls.patch
  * coreutils-tests-shorten-extreme-factor-tests.patch
- coreutils.spec:
  * (License): osc changed the value from "/GPL-3.0+"/ to "/GPL-3.0-or-later"/.
  * (build): Make sure that parse-datetime.{c,y} ends up in debuginfo (rh#1555079).
- coreutils-i18n.patch:
  * src/exand.c,src/unexpand.c: Avoid -Wcomment warning.
  * src/cut.c (cut_characters_or_cut_bytes_no_split): Change idx from size_t
    to uintmax_t type to avoid a regression on i586, armv7l and ppc.
    Compare upstream, non-MB commit:
    https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=d1a754c8272
    (cut_fields_mb): Likewise for field_idx.
  * tests/misc/cut.pl: Remove downstream tweaks as upstream MB tests are
    working since a while.
- coreutils.keyring: Update Assaf Gordon's GPG public key.
- Use %license (boo#1082318)
- Update to 8.29:
  * Noteworthy changes in release 8.29 (2017-12-27) [stable]
  * * Bug fixes
  b2sum no longer crashes when processing certain truncated check files.
  [bug introduced with b2sum coreutils-8.26]
  dd now ensures the correct cache ranges are specified for the "/nocache"/
  and "/direct"/ flags.  Previously some pages in the page cache were not
  invalidated.  [bug introduced for "/direct"/ in coreutils-7.5,
  and with the "/nocache"/ implementation in coreutils-8.11]
  df no longer hangs when given a fifo argument.
  [bug introduced in coreutils-7.3]
  ptx -S no longer infloops for a pattern which returns zero-length matches.
  [the bug dates back to the initial implementation]
  shred --remove will again repeatedly rename files with shortening names
  to attempt to hide the original length of the file name.
  [bug introduced in coreutils-8.28]
  stty no longer crashes when processing settings with -F also specified.
  [bug introduced in fileutils-4.0]
  tail --bytes again supports non seekable inputs on all systems.
  On systems like android it always tried to process as seekable inputs.
  [bug introduced in coreutils-8.24]
  timeout will again notice its managed command exiting, even when
  invoked with blocked CHLD signal, or in a narrow window where
  this CHLD signal from the exiting child was missed.  In each case
  timeout would have then waited for the time limit to expire.
  [bug introduced in coreutils-8.27]
  * * New features
  timeout now supports the --verbose option to diagnose forced termination.
  * * Improvements
  dd now supports iflag=direct with arbitrary sized files on all file systems.
  tail --bytes=NUM will efficiently seek to the end of block devices,
  rather than reading from the start.
  Utilities which do not support long options (other than the default --help
  and --version), e.g. cksum and sleep, now use more consistent error diagnostic
  for unknown long options.
  * * Build-related
  Default man pages are now distributed which are used if perl is
  not available on the build system, or when cross compiling.
- Refresh patches (line number changes only):
  * coreutils-i18n.patch
  * coreutils-remove_hostname_documentation.patch
  * coreutils-remove_kill_documentation.patch
  * coreutils-tests-shorten-extreme-factor-tests.patch
- Update to 8.28
  (for details see included NEWS file)
- Refresh patches:
  * coreutils-disable_tests.patch
  * coreutils-i18n.patch
  * coreutils-remove_hostname_documentation.patch
  * coreutils-remove_kill_documentation.patch
  * coreutils-skip-gnulib-test-tls.patch
  * coreutils-tests-shorten-extreme-factor-tests.patch
- coreutils.keyring: Update from upstream (Savannah).
- Remove now-upstream patches:
  * coreutils-cve-2017-7476-out-of-bounds-with-large-tz.patch
  * coreutils-tests-port-to-timezone-2017a.patch
- coreutils.spec: Add "/BuildRequires: user(bin)"/ for the tests.
- Drop coreutils-ocfs2_reflinks.patch
  OCFS2 file system has supported file clone ioctls like btrfs,
  then, coreutils doesn't need this patch from the kernel v4.10-rc1
- coreutils-cve-2017-7476-out-of-bounds-with-large-tz.patch:
  Add upstream patch to fix an heap overflow security issue
  in date(1) and touch(1) with a large TZ variable
  (CVE-2017-7476, rh#1444774, boo#1037124).
- Update to 8.27
  (for details see included NEWS file)
- Refresh patches:
  * coreutils-build-timeout-as-pie.patch
  * coreutils-disable_tests.patch
  * coreutils-getaddrinfo.patch
  * coreutils-i18n.patch
  * coreutils-ocfs2_reflinks.patch
  * coreutils-remove_hostname_documentation.patch
  * coreutils-remove_kill_documentation.patch
  * coreutils-skip-gnulib-test-tls.patch
  * coreutils-tests-shorten-extreme-factor-tests.patch
  * coreutils-testsuite.spec
- coreutils.keyring: Update (now ascii-armored) by
    'osc service localrun download_files'.
- coreutils-tests-port-to-timezone-2017a.patch: Add patch to
  workaround a FP test failure with newer timezone-2017a.
- Update to 8.26
  (for details see included NEWS file)
- coreutils.spec (%description): Add b2sum, a new utility.
  (BuildRequires): Add timezone to enable new 'date-debug.sh' test.
- coreutils-i18n.patch: Sync I18N patch from Fedora, as the diff
  for the old i18n implementation of expand/unexpand has become
  unmaintainable:
  git://pkgs.fedoraproject.org/coreutils.git
- Remove now-upstream patches:
  * coreutils-df-hash-in-filter.patch
  * coreutils-diagnose-fts-readdir-failure.patch
  * coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch
  * coreutils-maint-fix-dependency-of-man-arch.1.patch
- Refresh/merge all other patches:
  * coreutils-invalid-ids.patch
  * coreutils-ocfs2_reflinks.patch
  * coreutils-remove_hostname_documentation.patch
  * coreutils-remove_kill_documentation.patch
  * coreutils-skip-gnulib-test-tls.patch
  * coreutils-sysinfo.patch
  * coreutils-tests-shorten-extreme-factor-tests.patch
- coreutils-m5sum-sha-sum-fix-ignore-missing-with-00-checksums.patch:
  Add upstream patch to fix "/md5sum --check --ignore-missing"/ which
  treated files with checksums starting with "/00"/ as missing.
- coreutils-maint-fix-dependency-of-man-arch.1.patch: Add Upstream
  patch to fix the build dependency between src/arch -> man/arch.1
  which lead to spurious build failures.
- coreutils-df-hash-in-filter.patch: Refresh with -p0.
- Add coreutils-df-hash-in-filter.patch that speeds up df.
- coreutils-diagnose-fts-readdir-failure.patch: Add upstream patch
  to diagnose readdir() failures in fts-based utilities: rm, chmod,
  du, etc. (boo#984910)
- Update to 8.25
  (for details see included NEWS file)
- coreutils.spec (%description): Add base32, a new utility.
- Remove now-upstream patch:
  * coreutils-tests-avoid-FP-of-ls-stat-free-color.patch
- Refresh/merge all other patches:
  * coreutils-build-timeout-as-pie.patch
  * coreutils-disable_tests.patch
  * coreutils-i18n.patch
  * coreutils-invalid-ids.patch
  * coreutils-misc.patch
  * coreutils-ocfs2_reflinks.patch
  * coreutils-remove_hostname_documentation.patch
  * coreutils-remove_kill_documentation.patch
  * coreutils-skip-gnulib-test-tls.patch
  * coreutils-test_without_valgrind.patch
  * coreutils-tests-shorten-extreme-factor-tests.patch
- coreutils-i18n.patch: Sync I18N patch from semi-official repository
  (shared among distributions, maintained by Padraig Brady):
    https://github.com/pixelb/coreutils/tree/i18n
  This fixes the following issues in multi-byte locales:
  * sort: fix large mem leak with --month-sort (boo#945361, rh#1259942):
    https://github.com/pixelb/coreutils/commit/b429f5d8c7
  * sort: fix assertion with some inputs to --month-sort
    https://github.com/pixelb/coreutils/commit/31e8211aca
- coreutils-tests-avoid-FP-of-ls-stat-free-color.patch: Add upstream
  patch on top of v8.24 to avoid a FP test failure with glibc>=2.22.
- Sync I18N patch from semi-official repository (shared among
  distributions, maintained by Padraig Brady):
    https://github.com/pixelb/coreutils/tree/i18n
  * coreutils-i18n.patch: Improve cut(1) performance in field-mode
    in UTF8 locales.  Squash in sort-keycompare-mb.patch.
  * sort-keycompare-mb.patch: Remove.
- coreutils-build-timeout-as-pie.patch: Refresh.
- Update to 8.24:
  * * Bug fixes
  * dd supports more robust SIGINFO/SIGUSR1 handling for outputting statistics.
    Previously those signals may have inadvertently terminated the process.
  * df --local no longer hangs with inaccessible remote mounts.
    [bug introduced in coreutils-8.21]
  * du now silently ignores all directory cycles due to bind mounts.
    Previously it would issue a warning and exit with a failure status.
    [bug introduced in coreutils-8.1 and partially fixed in coreutils-8.23]
  * chroot again calls chroot(DIR) and chdir("//"/), even if DIR is "//"/.
    This handles separate bind mounted "//"/ trees, and environments
    depending on the implicit chdir("//"/).
    [bugs introduced in coreutils-8.23]
  * cp no longer issues an incorrect warning about directory hardlinks when a
    source directory is specified multiple times.  Now, consistent with other
    file types, a warning is issued for source directories with duplicate names,
    or with -H the directory is copied again using the symlink name.
  * factor avoids writing partial lines, thus supporting parallel operation.
    [the bug dates back to the initial implementation]
  * head, od, split, tac, tail, and wc no longer mishandle input from files in
    /proc and /sys file systems that report somewhat-incorrect file sizes.
  * mkdir --parents -Z now correctly sets the context for the last component,
    even if the parent directory exists and has a different default context.
    [bug introduced with the -Z restorecon functionality in coreutils-8.22]
  * numfmt no longer outputs incorrect overflowed values seen with certain
    large numbers, or with numbers with increased precision.
    [bug introduced when numfmt was added in coreutils-8.21]
  * numfmt now handles leading zeros correctly, not counting them when
    settings processing limits, and making them optional with floating point.
    [bug introduced when numfmt was added in coreutils-8.21]
  * paste no longer truncates output for large input files.  This would happen
    for example with files larger than 4GiB on 32 bit systems with a 'n'
    character at the 4GiB position.
    [the bug dates back to the initial implementation]
  * rm indicates the correct number of arguments in its confirmation prompt,
    on all platforms.  [bug introduced in coreutils-8.22]
  * shuf -i with a single redundant operand, would crash instead of issuing
    a diagnostic.  [bug introduced in coreutils-8.22]
  * tail releases inotify resources when unused.  Previously it could exhaust
    resources with many files, or with -F if files were replaced many times.
    [bug introduced in coreutils-7.5]
  * tail -f again follows changes to a file after it's renamed.
    [bug introduced in coreutils-7.5]
  * tail --follow no longer misses changes to files if those files were
    replaced before inotify watches were created.
    [bug introduced in coreutils-7.5]
  * tail --follow consistently outputs all data for a truncated file.
    [bug introduced in the beginning]
  * tail --follow=name correctly outputs headers for multiple files
    when those files are being created or renamed.
    [bug introduced in coreutils-7.5]
  * * New features
  * chroot accepts the new --skip-chdir option to not change the working directory
    to "//"/ after changing into the chroot(2) jail, thus retaining the current wor-
    king directory.  The new option is only permitted if the new root directory is
    the old "//"/, and therefore is useful with the --group and --userspec options.
  * dd accepts a new status=progress level to print data transfer statistics
    on stderr approximately every second.
  * numfmt can now process multiple fields with field range specifications similar
    to cut, and supports setting the output precision with the --format option.
  * split accepts a new --separator option to select a record separator character
    other than the default newline character.
  * stty allows setting the "/extproc"/ option where supported, which is
    a useful setting with high latency links.
  * sync no longer ignores arguments, and syncs each specified file, or with the
  - -file-system option, the file systems associated with each specified file.
  * tee accepts a new --output-error option to control operation with pipes
    and output errors in general.
  * * Changes in behavior
  * df no longer suppresses separate exports of the same remote device, as
    these are generally explicitly mounted.  The --total option does still
    suppress duplicate remote file systems.
    [suppression was introduced in coreutils-8.21]
  * mv no longer supports moving a file to a hardlink, instead issuing an error.
    The implementation was susceptible to races in the presence of multiple mv
    instances, which could result in both hardlinks being deleted.  Also on case
    insensitive file systems like HFS, mv would just remove a hardlinked 'file'
    if called like `mv file File`.  The feature was added in coreutils-5.0.1.
  * numfmt --from-unit and --to-unit options now interpret suffixes as SI units,
    and IEC (power of 2) units are now specified by appending 'i'.
  * tee will exit early if there are no more writable outputs.
  * tee does not treat the file operand '-' as meaning standard output any longer,
    for better conformance to POSIX.  This feature was added in coreutils-5.3.0.
  * timeout --foreground no longer sends SIGCONT to the monitored process,
    which was seen to cause intermittent issues with GDB for example.
  * * Improvements
  * cp,install,mv will convert smaller runs of NULs in the input to holes,
    and cp --sparse=always avoids speculative preallocation on XFS for example.
  * cp will read sparse files more efficiently when the destination is a
    non regular file.  For example when copying a disk image to a device node.
  * mv will try a reflink before falling back to a standard copy, which is
    more efficient when moving files across BTRFS subvolume boundaries.
  * stat and tail now know about IBRIX.  stat -f --format=%T now reports the file
    system type, and tail -f uses polling for files on IBRIX file systems.
  * wc -l processes short lines much more efficiently.
  * References from --help and the man pages of utilities have been corrected
    in various cases, and more direct links to the corresponding online
    documentation are provided.
- Patches adapted because of changed sources:
  coreutils-disable_tests.patch
  coreutils-i18n.patch
  coreutils-misc.patch
  coreutils-ocfs2_reflinks.patch
  coreutils-remove_hostname_documentation.patch
  coreutils-remove_kill_documentation.patch
  coreutils-skip-gnulib-test-tls.patch
  coreutils-tests-shorten-extreme-factor-tests.patch
  sort-keycompare-mb.patch
- Patches removed because they're included in 8.24:
  coreutils-chroot-perform-chdir-unless-skip-chdir.patch
  coreutils-df-doc-df-a-includes-duplicate-file-systems.patch
  coreutils-df-improve-mount-point-selection.patch
  coreutils-df-show-all-remote-file-systems.patch
  coreutils-df-total-suppress-separate-remotes.patch
  coreutils-doc-adjust-reference-to-info-nodes-in-man-pages.patch
  coreutils-fix_false_du_failure_on_newer_xfs.patch
  coreutils-fix-man-deps.patch
  coreutils-tests-aarch64-env.patch
  coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch
  coreutils-tests-rm-ext3-perf-increase-timeout.patch
- coreutils-doc-adjust-reference-to-info-nodes-in-man-pages.patch:
  add upstream patch:
  doc: adjust reference to info nodes in man pages (boo#933396)
- coreutils-i18n.patch: Use a later version of the previous patch
  to fix the sort I18N issue (boo#928749, CVE-2015-4041) to also
  avoid CVE-2015-4042.
  https://github.com/pixelb/coreutils/commit/bea5e36cc876
- Download keyring file from Savannah; prefer HTTPS over FTP
  for remote sources.
- Fix memory handling error with case insensitive sort using UTF-8
  (boo#928749): coreutils-i18n.patch
  src/sort.c (keycompare_mb): Ensure the buffer is big enough
  to handle anything output from wctomb().  Theoretically any
  input char could be converted to multiple output chars,
  and so we need to multiply the storage by MB_CUR_MAX.
- If coreutils changes, for consistency, we must regenerate
  the initrd.
- Add gpg signature
- For openSUSE > 13.2 drop coreutils-build-timeout-as-pie.patch and
  instead add a BuildRequire for gcc-PIE.
- coreutils-tests-aarch64-env.patch: Add patch to avoid false
  positive failures of the coreutils-testsuite on OBS/aarch64:
  work around execve() reversing the order of "/env"/ output.
- Add upstream patches for df(1) from upstream, thus aligning with SLES12:
  * df: improve mount point selection with inaccurate mount list:
  - coreutils-df-improve-mount-point-selection.patch
  * doc: mention that df -a includes duplicate file systems (deb#737399)
  - coreutils-df-doc-df-a-includes-duplicate-file-systems.patch
  * df: ensure -a shows all remote file system entries (deb#737399)
  - coreutils-df-show-all-remote-file-systems.patch
  * df: only suppress remote mounts of separate exports with --total
    (deb#737399, rh#920806, boo#866010, boo#901905)
  - coreutils-df-total-suppress-separate-remotes.patch
- Refresh patches:
  * coreutils-chroot-perform-chdir-unless-skip-chdir.patch
  * coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch
Avoid spurious false positive failures of the testsuite on OBS due
  to high load.
- coreutils-tests-rm-ext3-perf-increase-timeout.patch:
  Add patch to increase timeout.
- coreutils-tests-make-inotify-rotate-more-robust-and-efficient.patch:
  Add upstream patch.
corosync
- (Again) Fix bsc#1163460 Corosync does not support link-local IPv6 addresses
  Added: bug-1163460-totemip-Add-support-for-sin6_scope_id.patch
  Reason: This time the path will NOT cause problems when doing rolling
    upgrade, see bsc#1168771
- Stop mangling libexecdir: it's not needed at all.
- Revoke the patch bug-1163460-totemip-Add-support-for-sin6_scope_id.patch
  Deleted: bug-1163460-totemip-Add-support-for-sin6_scope_id.patch
  Reason: That path will cause problems while doing rolling upgrade, see bsc#1168771
- Fix bsc#1163460 Corosync does not support link-local IPv6 addresses
  Added: bug-1163460-totemip-Add-support-for-sin6_scope_id.patch
- Fix bsc#1166899, return value of "/corosync-quorumtool -s"/ was not correct
  Added: bug-1166899-quorumtool-Fix-exit-status-codes.patch
- Don't package sysconfig file in tmpfiles.d, it's a bug. Instead correctly
  add it to /etc/sysconfig, invoking fillup accordingly.
- Packaging bug updating Corosync(bsc#1155792)
  Some noisy output from Tumbleweed caused by RPM macro not fairly used
  Make sure corosync sysconfig keep original configured firstly(bsc1153502)
  Store the tmp file to a more security directory
- Replace corosync-2.4.5.tar.gz with a clean source.tar.gz(bsc#1144200)
  The reason is some binaries left in corosync-2.4.5.tar.gz
- corosync-2.4.5 upgrade(bsc#1144200)
  block_unlisted_ips block package from ips not in nodelist
  Qnetd now supports updated NSS database format
  Partly fixed problem with ifdown (only for UDPU)
  Added:
  corosync-2.4.5.tar.gz
  bug-1001164_corosync.conf-example.patch
  corosync-init-lockfile-path-error.patch
  Deleted:
  corosync-2.4.4.tar.gz
  0003-fix-tmpfiles-create.patch
  0004-mark-corosync-as-a-static-service.patch
  0005-do-not-convert-empty-uid-gid-to-0.patch
  0007-add-config-for-corosync-qnetd.patch
  0009-bsc#1088619-add-version.patch
  0010-qdevice-net-instance.c-optarg-should-be-str.patch
  0011-NSS_NoDB_Init-the-parameter-is-reserved-must-be-NULL.patch
  0012-cpg-Inform-clients-about-left-nodes-during-pause.patch
  bnc#872651-stop-cluster.patch
  disable-build-html-docs.patch
  Renamed:
  0001-coroapi-Use-size_t-for-private_data_size.patch -> upstream-afd97d7884940_coroapi-Use-size_t-for-private_data_size.patch
  0006-Fix-compile-warnings-with-GCC-7.2.1.patch -> Fix-compile-warnings-with-GCC-7.2.1.patch
  0008-bsc#1083561-upgrade-from-1-x-y.patch -> bug-1083561_upgrade-from-1-x-y.patch
  bnc#882449-corosync-conf-example.patch -> bug-882449_corosync-conf-example.patch
  0002-fix-ifdown-udp.patch -> bug-1032634_fix-ifdown-udp.patch
  bsc#1001164-corosync.conf-example.patch -> bug-1001164_corosync.conf-example.patch
- cpg: Inform clients about left nodes during pause(bsc#1091593)
    Added: 0012-cpg-Inform-clients-about-left-nodes-during-pause.patch
- NSS_NoDB_Init: the parameter is reserved, must be NULL(bsc#1090996)
    Added: 0011-NSS_NoDB_Init-the-parameter-is-reserved-must-be-NULL.patch
- corosync-2.4.4 is available now(bsc#1089836)
    man:fix in corosync-qdevice.8
    quorumtool: remove duplicated help message
    cfg: nodeid should be unsigned int
    coroparse: Use readdir instead of readdir_r
    wd: fix snprintf warnings
    Fix compile errors in qdevice on FreeBSD
    qdevice: mv free(str) after port validation
    Fix various typos
    Fix typo: recomended -> recommended
    man: support SOURCE_DATE_EPOCH
    configure: add --with-initconfigdir option
    Use static case blocks to determine distro flavor
    Use RuntimeDirectory instead of tmpfiles.d
    coroparse: Do not convert empty uid, gid to 0
    sam: Fix snprintf compiler warnings
    quorumtool: Use full buffer size in snprintf
    man: Add note about qdevice parallel cmds start
    sync: Remove unneeded determine sync code
    sync: Call sync_init of all services at once
    corosync.conf: publicize nodelist.node.name
    totemudp[u]: Drop truncated packets on receive
    logging: Make blackbox configurable
    logging: Close before and open blackbox after fork
    init: Quote subshell result properly
    blackbox: Quote subshell result properly
    qdevice: quote certutils scripts properly
    sam_test_agent: Remove unused assignment
    qdevice: Fix NULL pointer dereference
    quorumtool: Don't set our_flags without v_handle
    qdevice: Nodelist is set into string not array
    qdevice: Check if user_data can be dereferenced
    qdevice: Add safer wrapper of strtoll
    qdevice: Replace strtol by strtonum
    qnetd: Replace strtol by strtonum
    main: Set errno before calling of strtol
    totemcrypto: Implement bad crypto header guess
    cpg: Use list_del instead of qb_list_del
    totemcrypto: Check length of the packet
    totemsrp: Implement sanity checks of received msgs
    totemsrp: Check join and leave msg length
    totemudp: Check lenght of message to sent
    qdevice msgio: Fix reading of msg longer than i32
    logsys: Avoid redundant callsite section checking
    man: corosync-qdevice: fix formatting vs. punctuation
    man: corosync-qdevice: some more stylistics
    man: fix cpg_mcast_joined.3.in
    libcpg: Fix issue with partial big packet assembly
    totempg: Fix fragmentation segfault
    totempg: use iovec[i].iov_len instead of copy_len
    totempg: Fix corrupted messages
    cpg: Handle fragmented message sending interrupt
    corosync.aug: Add missing options
    systemd: Delete unnecessary soft_margin
    Added:
    corosync-2.4.4.tar.gz
    0010-qdevice-net-instance.c-optarg-should-be-str.patch
    Deleted:
    0007-sync-Call-sync_init-of-all-services-at-once.patch
    0008-wd-fix-snprintf-warnings.patch
    0009-add-config-for-corosync-qnetd.patch
    0010-qdevice-mv-free-str-after-port-validation.patch
    0011-libcpg-Fix-issue-with-partial-big-packet-assembly.patch
    0012-totemudp-u-Drop-truncated-packets-on-receive.patch
    0013-logging-Make-blackbox-configurable.patch
    0014-logging-Close-before-and-open-blackbox-after-fork.patch
    0015-coverity-fixes.patch
    0018-bsc#1089346-corosync-Integer-overflow-in-totemcrypto.patch
    corosync-2.4.3.tar.gz
    Renamed:
    0009-add-config-for-corosync-qnetd.patch -> 0007-add-config-for-corosync-qnetd.patch
    0016-bsc#1083561-upgrade-from-1-x-y.patch -> 0008-bsc#1083561-upgrade-from-1-x-y.patch
    0017-bsc#1088619-add-version.patch -> 0009-bsc#1088619-add-version.patch
-  (CVE-2018-1084) VUL-0: CVE-2018-1084: corosync: Integer overflow in totemcrypto(bsc#1089346)
    Added: 0018-bsc#1089346-corosync-Integer-overflow-in-totemcrypto.patch
- UNKNOWN version in corosync pkg-config(bsc#1088619)
    Added: 0017-bsc#1088619-add-version.patch
- [Build 489.1] Corosync is not working after upgrade from sle11sp4-ha to sle15-ha(bsc#1083561)
    Added: 0016-bsc#1083561-upgrade-from-1-x-y.patch
- some coverity fixes for corosync on upstream(bsc#1083895)
    Added: 0015-coverity-fixes.patch
- corosync exposes itself for a self-crash under rare circumstance(bsc#1078412)
    Added: 0013-logging-Make-blackbox-configurable.patch
    0014-logging-Close-before-and-open-blackbox-after-fork.patch
    Modified: remove unncessary git commit messages
    0001-coroapi-Use-size_t-for-private_data_size.patch
    0002-fix-ifdown-udp.patch
    0005-do-not-convert-empty-uid-gid-to-0.patch
    0008-wd-fix-snprintf-warnings.patch
    0010-qdevice-mv-free-str-after-port-validation.patch
    0011-libcpg-Fix-issue-with-partial-big-packet-assembly.patch
    0012-totemudp-u-Drop-truncated-packets-on-receive.patch
- totemudp[u]: Drop truncated packets on receive(bsc#1075300)
    Added: 0012-totemudp-u-Drop-truncated-packets-on-receive.patch
- issue with partial packets assembly when multiple nodes are sending big packets(bsc#1074929)
    Added: 0011-libcpg-Fix-issue-with-partial-big-packet-assembly.patch
- qdevice failed to run(bsc#1074276)
    Added: 0010-qdevice-mv-free-str-after-port-validation.patch
- add support for corosync-qdevice in yast2-cluster and bootstrap(bsc#1070961)
    Added: 0009-add-config-for-corosync-qnetd.patch
- wd: gcc shows snprintf warnings(bsc#1071187)
    Added: 0008-wd-fix-snprintf-warnings.patch
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- corosync race condition when node leaves immediately after joining(bsc#1067958)
    Added: 0007-sync-Call-sync_init-of-all-services-at-once.patch
- gcc: snprintf gives warning: ‘%s’ directive output may be truncated writing
    8 bytes into a region of size between 1 and 255(bsc#1066090)
    Added: 0006-Fix-compile-warnings-with-GCC-7.2.1.patch
- coroparse: uidgid with empty uid or gid results into add uid 0(bsc#1066585)
    Added: 0005-do-not-convert-empty-uid-gid-to-0.patch
    Modified: 0005-do-not-convert-empty-uid-gid-to-0.patch,
    check whether the uid, gid is empty before calling strtol
- Upgrade corosync-2.4.2 to corosync-2.4.3(fate#321385)
    doc: document watchdog_device parameter
    Main: Call mlockall after fork
    Totempg: remove duplicate memcpy in mcast_msg func
    Qdevice: fix spell errors in qdevice
    logconfig: Do not overwrite logger_subsys priority
    totemconfig: Prefer nodelist over bindnetaddr
    cpghum: Fix printf of size_t variable
    Qnetd lms: Use UTILS_PRI_RING_ID printf format str
    wd: Report error when close of wd fails
    votequorum: Don't update expected_votes display if value is too high
    votequorum: simplify reconfigure message handling
    quorumtool: Add option to show all node addresses
    main: Don't ask libqb to handle segv, it doesn't work
    man: Document -a option to corosync-quorumtool
    main: use syslog & printf directly for early log messages
    votequorum: make atb consistent on nodelist reload
    Fix typo: Destorying -> Destroying
    init: Add doc URIs to the systemd service files
    wd: fix typo
    corosync.conf.5: Fix watchdog documentation
    corosync.conf.5: add warning about slow watchdogs
    wd: remove extra capitalization typo
    corosync.conf.5: watchdog support is conditional
    notifyd: Add the community name to an SNMP trap
    Logsys: Change logsys syslog_priority priority
    totemrrp: Fix situation when all rings are faulty
    main: Display reason why cluster cannot be formed
    totem: Propagate totem initialization failure
    totemcrypto: Refactor symmetric key importing
    totemcrypto: Use different method to import key
    main: Add option to set priority
    main: Add support for libcgroup
    totemcrypto: Fix compiler warning
    cmap: Remove noop highest config version check
    qdevice: Add support for heuristics
    Spec: drop unneeded dependency
    Spec: make internal dependencies arch-qualified
    cmap: don't shutdown highest config_version node
    totemudp: Remove memb_join discarding
    Spec: fix arch-qualified dependencies
    Include fcntl.h for F_* and O_* defines
    totemudp: Retry if bind fails
    Remove deprecated doxygen flags
    man: Fix typos in man page
    man: Modify man-page according to command usage
    Remove redundant header file inclusion
    upstart: Add softdog module loading example
    Added:
    corosync-2.4.3.tar.gz
    Removed:
    corosync-2.4.2.tar.gz
    bsc#1047860-add-version.patch
    0001-Logsys-Change-logsys-syslog_priority-priority.patch
    0001-logconfig.c-make-logging.syslog_priority-and-logging.patch
    0001-totemconfig.c-Fixed-Evicted-from-CPG-membership.patch
    0002-Main-call-mlock-after-fork.patch
    0003-totemrrp-Fix-situation-when-all-rings-are-faulty.patch
    0004-main-Display-reason-why-cluster-cannot-be-formed.patch
    0005-votequorum-Report-errors-from-votequorum_exec_send_r.patch
    0007-Make-corosync-work-when-FIPS-mode-is-enabled.patch
    0008-main.c-add-option-to-set-priority.patch
    0009-totem-Propagate-totem-initialization-failure.patch
    Modified:
    bsc#1047860-add-version.patch: change version to 2.4.3
    corosync.changes: add changelogs
    corosync.spec: remove unnecessary patches
    Renamed:
    0006-coroapi-Use-size_t-for-private_data_size.patch -> 0001-coroapi-Use-size_t-for-private_data_size.patch
    0010-fix-ifdown-udp.patch -> 0002-fix-ifdown-udp.patch
    0011-fix-tmpfiles-create.patch -> 0003-fix-tmpfiles-create.patch
    0012-mark-corosync-as-a-static-service.patch -> 0004-mark-corosync-as-a-static-service.patch
- wrong "/service_del_postun corosync.service"/(bsc#1060767)
    Modified: corosync.spec, remove service_del_postun in postun of corosync
- Restore conformance to shared library packaging guideline.
- Remove redundant cleaning in %install and %clean.
- corosync.service should be marked as a static service(bsc#1055585)
    Added: 0012-mark-corosync-as-a-static-service.patch
- Fix RPM groups.
- L3: corosync: assert(sender_node != NULL) fails after tearing down a network interface(bsc#1032634)
    Added: 0010-fix-ifdown-udp.patch
- Fix rpmlint warnings
    Added: 0011-fix-tmpfiles-create.patch
- some errors in spec file(bsc#1047862)
  Modified:corosync.spec
  1) as in openSUSE:factory, there are %define, but bcond_with coudld be toggled by osc command , change %define to %bcond_with and %bcond_without
  2) change service_del_postun to service_del_preun, since service_del_postun is not a right macro
  3) remove macro tpmfiles_create define from corosync.spec.
- make corosync.spec uniform (bsc#1051385)
  Modified: corosync.spec
    1. there are some lines are commented in corosync.spec, will define new macro to make these lines uncommented
    2. in former, xmlconf, rdma and snmp were disabled, these features are wrongly enabled, will disable them
-  some upstream fixes for corosync(bsc#1048259)
  Added:
    bsc#1047860-add-version.patch
    0007-Make-corosync-work-when-FIPS-mode-is-enabled.patch
    0008-main.c-add-option-to-set-priority.patch
    0009-totem-Propagate-totem-initialization-failure.patch
  Removed:
    bnc#867767-add-version.patch
    0007-improve-corosync-keygen.patch(since this patch is not for corosync v2.x)
  Modified:
    corosync.spec, add judgement whether /etc/sysconfig/corosycn* exist before remove these files
- some errors in spec file(bsc#1047862)
  Modified:
    corosync.spec
- improvement for corosync-keygen(bsc#1047861)
  Added:
    0007-improve-corosync-keygen.patch
- 1047860corosync report wrong version number(bsc#1047860)
  Modified:
    bnc#867767-add-version.patch
-  some Fixes from upstream(bsc#1043045)
  Added:
    0004-main-Display-reason-why-cluster-cannot-be-formed.patch
    0005-votequorum-Report-errors-from-votequorum_exec_send_r.patch
    0006-coroapi-Use-size_t-for-private_data_size.patch
[patch-lost-in-sle] Missing issues in openSUSE:Factory/corosync(bsc#1041587)
  add change log for upgrading corosync to v2.3.6 and make this change log contain all records in SLE12 SP3
  make the format consistent
- totemrrp: Fix situation when all rings are faulty(bsc#1039215)
  Added:
    0003-totemrrp-Fix-situation-when-all-rings-are-faulty.patch
- calling mlockall before corosync_tty_detach is noop when corosync is executed as a daemon(bsc#1038147)
  Added:
    0002-Main-call-mlock-after-fork.patch
- [upgrade] Changing the pre-upgrade role for node failed(bsc#1030437)
  Added:
    0001-totemconfig.c-Fixed-Evicted-from-CPG-membership.patch
  Removed:
    0001-totemip.c-Fixed-Evicted-from-CPG-membership.patch
- L3-Question: corosync logging priority takes no effect(bsc#1023959)
  Added:
    0001-Logsys-Change-logsys-syslog_priority-priority.patch
    0001-logconfig.c-make-logging.syslog_priority-and-logging.patch
-  Corosync 2.4.1 still produces libvotequorum.so.7.0.0, just like Corosync 2.3.6.(bsc#1013842)
  Added:
  disable-build-html-docs.patch
  upgrade to corosync-2.4.2:
    Man: Fix corosync-qdevice-net-certutil link
    man: mention qdevice incompatibilites in votequorum.5
    Qnetd LMS: Fix two partition use case
    cfg: Prevents use of uninitialized buffer
- upgrade to corosync-2.4.1(bsc#1004967)
  Added:
    corosync-start-stop-level.patch
  Deleted:
    Config-Flag-config-uidgid-entries.patch
    cfg-Prevents-use-of-uninitialized-buffer.patch
    cts-Make-it-run-with-pacemaker-1.13.patch
    get_cluster_mcast_addr-error-is-not-fatal.patch
    totemsrp-Addition-of-the-log.patch
  modified: bnc#867767-add-version.patch, change version to 2.4.1
  corosync-2.4.1:
    Low: totemsrp: Addition of the log.
    cts: Make it run with pacemaker-1.13+
    Config: Flag config uidgid entries
    Spec: Qdevice require same version of corosync
  corosync-2.4.0:
    qdevice and qnet
    config: get_cluster_mcast_addr error is not fatal
    some typo fixes
upgrade corosync-v2.3.5 to corosync-v2.3.6, and backport patches from v2.4.2(FATE#322113, bsc#1020550)
  Added:
    Config-Flag-config-uidgid-entries.patch
    cfg-Prevents-use-of-uninitialized-buffer.patch
    cts-Make-it-run-with-pacemaker-1.13.patch
    get_cluster_mcast_addr-error-is-not-fatal.patch
    totemsrp-Addition-of-the-log.patch
  Removed:
    corosync-cts-api-error.patch
  v2.3.6
- logconfig: Fix logging reload disabling logfiles
- wd: Warn if values are out of range
- parser: WD Read type correctly from corosync.conf
- Add some more RO keys
- Reapply config defaults corosync.conf reload
- schedwrk: Cleanup and make it work on PPC BE
- cmapctl: Handle corosync errors in print_key func
- Adds doxygen stubs to include directory
- Add clang-format configuration file
- wd: make watchdog device configurable
- logging: Use our own version of basename
- logsys: fix TOTEM logging when corosync built out of tree
- parser: Make config file parser more hierarchy
- totemconfig: Explicitly pass IP version
- cpg: Handle ipc error in cpg_zcb_alloc/free
- cpg: Memory not unmapped in cpg_zcb_free
- totempg: Fix memory leak
- Fix spelling errors
- Add section in manual title for cpg_zcb_free 3
- Add section in manual title for cpg_zcb_alloc 3
- Update corosync.spec source link
- Update gitignore files
- Remove all links to old ML
- totemsrp: Fix clang warning (tautological compare)
- configure.ac: Make location of .pc overrideable
- Remove a few unused variables and functions
- configure.ac: We don't need no C++ compiler
- configure.ac: Remove deprecated AC_PROG_LIBTOOL
- configure.ac: make foreign apply to all Makefiles
- Remove unused, obsolete check
- Fix detection of qb_log_thread_priority_set
- cpghum: Fix type of recv_crc
- Check for fdatasync
- Fix detection of warning flags for clang
- quorum: Display node id as unsigned int.
- cts: InitClusterManager is now BootCluster
- totemudp: Move udp bind() so that multicast works with IPv6
- cfgtool: Display nodeid as unsigned int
- votequorum: Don't send multiple callbacks when nodes join
- man: Add synopsis for cpg_zcb_alloc and free
- man html index: Update index
- votequorum: Make sure cs_error_t is defined
- Doxygen fix for cmap_iter_next()
- configure: Correct help entry for logdir
- totmesrp: Fix typo in log message
- configure: typo in include
- man page: Correct option letter for DBus
- wd: fix setting of watchdog timeouts
- CFG: Prevent CFG orignating messages during SYNC
- Default token timeout was 5000 ms in SLE 11 SP4, but is 1000 ms in SLE 12(bsc#1001164)
  Added: bsc#1001164-corosync.conf-example.patch
- Fix: [s390]Upgrade from SP1-GM + HA to SP2-RC2 +: Failed to start Corosync Cluster engine(bsc#996230)
- modify corosync.spec to remove "/chkconfig --add"/
- remove corosync-devel and require lines from baselibs.conf
-  corosync process still exists when stop pacemaker service(bnc#988683)
- remove git files from tarball(bnc#941910)
- modify corosync.spec to delete logrotate.d
update from v2.3.3 to v2.3.5 (bnc#939328)
  v2.3.5
- Log: Add logrotate configuration file
- totemsrp: Improve logging of left/down nodes
- totemconfig: Check for duplicate nodeids
- Really add cpghum
- cpg: Add support for messages larger than 1Mb
- Handle adding and removing UDPU members atomically
- add patches:
  * corosync-cts-api-error.patch
  * bnc#867767-add-version.patch
- mv the place of corosync.conf.example*(fate#318190)
- Replace systemd BuildRequires with pkgconfig(systemd): we do not
  require the full installation / dep chain of systemd.
- fix bashisms in mem_leak_test.sh script
- add patches:
  * corosync-2.3.4-fix-bashisms.patch
- fix bashism in preun script
cpio
- add cpio-2.12-CVE-2019-14866.patch to fix a security issue where
  cpio does not properly validate the values written in the header
  of a TAR file through the to_oct() function [bsc#1155199]
  [CVE-2019-14866]
- modify cpio-2.12-out_of_bounds_write.patch to fix a regression
  causing cpio to crash for tar and ustar archive types
  [bsc#1028410]
- Use macro for configure and make install
- Use update-alternatives according to current documentation
- Enable testsuite
- Enable mt building
- Separated cpio-mt subpackge
- Change recommend to own mt subpackge
- Remove cpio-mt.patch - those features available in original mt-st package
- Switch to use alternatives system for mt
- Disable rmt building: this binary fully identical to rmt from tar
- Change default rmt dir to /usr/bin
- cleanup with spec-cleaner
- Recommend mt_st as it is not hard dependency
- fix typos in the description
- add 'Require: mt_st' in order not to surprise users by the missing
  'mt' binary
- Disable mt building: this binary from mt_st package offers
  advanced capabilities with the same functionality.
- Enable rmt building: 'dump' package no longer include it, besides
  cpio code base for rmt is more fresh.
- Reflect those changes in the package description.
- add cpio-2.12-out_of_bounds_write.patch to fix an out of bounds
  write in a way cpio parses certain cpio files [bsc#963448],
  [CVE-2016-2037]
- update to 2.12
  * Improved documentation
  * Manpages are installed by make install
  * New options for copy-out mode: --ignore-devno,
  - -renumber-inodes, --device-independent, --reproducible
  * update
  * cpio-use_new_ascii_format.patch
  * cpio-mt.patch
  * cpio-eof_tape_handling.patch
  * cpio-pattern-file-sigsegv.patch
  * cpio-check_for_symlinks.patch
  * remove (no longer needed)
  * cpio-stdio.in.patch
  * 0001-Fix-memory-overrun-on-reading-improperly-created-lin.patch
  * add
  * cpio-2.12-util.c_no_return_in_nonvoid_fnc.patch to add missing
    return to the nonvoid get_inode_and_dev() function
- use spec-cleaner
- Add gpg signature
- Correct info scriplet dependencies
- Cleanup spec file with spec-cleaner
- build with PIE
- fix an OOB write with cpio -i (bnc#907456) (CVE-2014-9112)
  * added 0001-Fix-memory-overrun-on-reading-improperly-created-lin.patch
cpupower
- jsc#SLE-17797 cpupower updates for Milan
  All patches have been fetched from mainline git repo:
  A    cpupower-Add-CPUPOWER_CAP_AMD_HW_PSTATE-cpuid-caps-flag.patch
  A    cpupower-Add-cpuid-cap-flag-for-MSR_AMD_HWCR-support.patch
  A    cpupower-Condense-pstate-enabled-bit-checks-in-decode_pstates.patch
  A    cpupower-Correct-macro-name-for-CPB-caps-flag.patch
  A    cpupower-Remove-family-arg-to-decode_pstates.patch
  A    cpupower-Remove-unused-pscur-variable.patch
  A    cpupower-Update-family-checks-when-decoding-HW-pstates.patch
  A    cpupower-Update-msr_pstate-union-struct-naming.patch
- Add AMD Fam 19h support (bsc#1177394)
  D tools-power-turbostat-Support-AMD-Family-19h.patch
  Already included  in the mainline sources now
- Update turbostat to latest version 20.09.30 including:
  * jsc#SLE-13412, jsc#SLE-13174 (rocket lake support)
  * jsc#SLE-13448 (Alder Lake support)
  * jsc#SLE-13348, jsc#SLE-13171 (Sapphire Rapid support)
  * Support AMD Fam 19h
- Touched patches:
  Deleted mainline integrated patches:
  D    Correction-to-manpage-of-cpupower.patch
  D    cpupower-Revert-library-ABI-changes-from-commit-ae2917093fb60bdc1ed3e.patch
  Patches refreshed:
  M    rapl_monitor.patch
  M    turbostat_makefile_fix_asm_header.patch
- Update intel-speed-select to version 1.6 (jsc#SLE-13334)
- Add -fcommon to allow building against GCC10
- Update to latest:
  turbostat 20.03.20
  intel-speed-select 1.3  (bsc#1171810)
  verions
- Adjust needed kernel and userspace requirements in:
  cpupower_export_tarball_from_git.sh
  and
  BuildRequires: libcap-devel
  A remove_bits_h.patch
- Do not show 0 boost states if boost states are supported, but could
  not be read from PCI registers.
  bsc#1165712, bsc#1164983
  A amd_do_not_show_amount_of_boost_states_if_zero.patch
- Add mainline patch with proper patch header and filename:
  D libcpupower_fix_api_cpufreq_get_frequencies_breakage.patch
  A cpupower-Revert-library-ABI-changes-from-commit-ae2917093fb60bdc1ed3e.patch
- Fix manpage (bsc#1162142)
  A Correction-to-manpage-of-cpupower.patch
- Update intel-speed-select to latest 5.5-rc1 kernel version
  latest mainline commit:
  commit b3abfd778bf1dbdd
- Update cpupower to latest 5.5-rc1 kernel version
  latest mainline commit:
  commit 4611a4fb0cce3
  Fixes aperf/mperf monitoring on latest AMD Rome CPUs (bsc#1152967)
- Fix library API breakage (bsc#1154240)
  A libcpupower_fix_api_cpufreq_get_frequencies_breakage.patch
- Update turbostat to latest version 19.08.31
- Add intel-speed-select tool (jsc#SLE-5364)
  A intel-speed-select-1.0.tar.bz2
  A intel-speed-select_remove_DATE_TIME.patch
- Fix missing governors when running cpupower frequency-info (bsc#1117709)
  M rapl_monitor.patch
- jira#5244 Turbostat for Ice Lake
- Remove very old cpufrequtils provides and requires (predecessor)
- Update libcpupower description
- Sidenote about fate#321274 - This feature is on the kernel side
  and got wrongly mentioned in cpupower in a released product.
- Update to latest kernel HEAD sources
  (5.1-rc4, 15ade5d2e7775667cf191cf2f94327a4889f8b9d)
  Patches included mainline:
  D cpupower_fix_compilation_and_sysfs_read_file_mess.patch
  D cpupower_bash-completion_for_cpupower_tool.patch
  Adjusted patches:
  M turbostat_makefile_fix_asm_header.patch
  M x86_perf_makefile_fix_asm_header.patch
  M rapl_monitor.patch
  M cpupower_rapl.patch
- Description updates.
- Run spec-cleaner
- Don't disable as-needed, it works now.
- Add bash completion for cpupower command (from mainline submit)
  A cpupower_bash-completion_for_cpupower_tool.patch
- Fix static compilation and sysfs_read_file mess
  A cpupower_fix_compilation_and_sysfs_read_file_mess.patch
- Updating to latest 4.19(-rc6) kernel sources
  Turbostat is increased to version 18.07.27 by this
  Patches which got deleted because they are now mainline:
  D    turbostat_decode_MSR_IA32_MISC_ENABLE_only_on_Intel.patch
  D    turbostat_fix_man_perm.patch
  D    x86_perf_fix_man_permissions.patch
- Update cpupower to latest kernel version (version name 4.15, but
  checked out against latest kernel tag 4.15-rc7. There will not
  be important changes any more, maybe a fix).
- cpu online/offline fixes
- This is the first cpupower package (with updated version) which
  includes x86_energy_perf_policy binary.
  This is important for later package dependencies, namely tuned.
  A cpupower_exclude_kernel_Makefile.patch
- Add x86_energy_perf_bias tool
  This is a tool which is, same as turbostat, located in kernel sources here:
  tools/power/x86/
  A x86_energy_perf_policy-17.05.11.tar.bz2
  A x86_perf_fix_man_permissions.patch
  A x86_perf_makefile_fix_asm_header.patch
fate#321274
- Provide rapl domain info (cpupower powercap-info cmd)
  * Add: cpupower_rapl.patch
- Provide rapl power monitoring
  * Add: rapl_monitor.patch
- Added missing references.
  [bsc#1041332,bsc#996052,bsc#976983]
- Rectify RPM groups. Replace old $RPM_ shell variables by macros.
  Apply consistent styling to macros.
- Enter decode_misc_enable_msr() only if genuine_intel.
  [bsc#1048546,
  turbostat_decode_MSR_IA32_MISC_ENABLE_only_on_Intel.patch]
- Update to latest mainline sources
- turbostat changed versioning scheme (we now have version 17.04.12)
- Update cpupower and turbostat to latest kernel v4.10 sources
  D library_cleanup.patch
- Change .c file header file modification, modify in Makefile instead:
  D turbostat_set_asm_header_fixed.patch
  A turbostat_makefile_fix_asm_header.patch
- fate #320908: KBL: Turbostat for KBL H/S & U/Y
- fate #321191: [KNL] turbostat reports to report corect MSR_TURBO_RATIO_LIMIT
  information
- fate #321193: [KNL] turbostat should report correct cpu clock values for
  Knights Landing
- fate #321285: turbostat support for Skylake-SP server
- fate #321286: turbostat support for Harrisonville (Denverton SoC)
- fate #321925: [HPC, KNM, kernel] turbostat support
- Update turbostat to version 4.12
- Update cpupower to latest sources
- Let turbostat only build against a local msr-index.h
  Also add the msr-index.h export to the tarball from git repo script
  * Delete make_header_file_passable_from_outside.patch
- Add cpuidle functions to public libcpupower
  * Add library_cleanup.patch
- Move from kernel version to turbostat internal version for turbostat
- Add latest turbostat sources (latest git commit: 30f05309bde492)
- Adds Skylake, Broadwell and Knights Landing support for turbostat
  (fate#319798, fate#319183, fate#319516)
- Drop dead link.
- Fix Obsoletes statement, cpufrequtils package versions were
  greater than cpupower package versions so we must obsolete all
  versions of cpufrequtils.
- Make sources also build against 13.1 and older by providing
  asm-index.h which is included in linux-glibc-devel in newer
  distributions
  * Add turbostat_set_asm_header_fixed.patch
- Update cpupower and turbostat to latest git kernel HEAD version
  this currently is 3.19-rc6, but it is expected that there are no
  changes anymore and the version gets named 3.19 already.
  The patches are already included mainline and get removed from osc:
    cpupower_disable_by_latency.patch
    add_idle_manpages_in_Makefile.patch
    cpupower-always_try_to_load_msr_driver_as_root.patch
    cpupower-return_zero_on_success.patch
    cpupower-remove_mc_scheduler_bits.patch
cracklib
- Update to version 2.9.7:
  + fix a buffer overflow processing long words.
- Drop 0003-overflow-processing-gecos.patch and
  0004-overflow-processing-long-words.patch: fixed upstream.
- Update source URI.
- Remove use of translation-update-upstream. It cannot be added to
  ring 0 on leap, and 2.9.7 has some translation fixes
  (bsc#1172396).
- Enable translation-update-upstream on leap, to remove the use of
  is_opensuse (jsc#SLE-12096).
- use /usr/lib instead of %{_libexecdir}, %{_libexecdir} should
  contain internal binaries, not data
- Use %license (boo#1082318)
- Update to 2.9.6
  * fix issue with sort and locale
  * some particularly bad cases to the cracklib small dictionary
  * updates to cracklib-words (adds a bunch of other dictionary lists)
  * migration to github
- run spec-cleaner
- Only buildrequire and call translation-update-upstream on SLE:
  the package in openSUSE is a dummy and is empty.
- Add patch 0004-overflow-processing-long-words.patch
  to fix a new buffer overflow identified together with bsc#992966.
- Relabel patches:
  cracklib-magic.diff -> 0001-cracklib-magic.diff
  cracklib-2.9.2-visibility.patch -> 0002-cracklib-2.9.2-visibility.patch
- Add patch 0003-overflow-processing-gecos.patch
  to fix a buffer overflow in GECOS parser (bsc#992966 CVE-2016-6318)
- Update to 2.9.5
  * fix matching against first password in dictionary (Anton Dobkin)
- Changes for 2.9.4
  * remove doubled prototype
- Changes for 2.9.3
  * expose additional functions externally
- Cleanup spec file with spec-cleaner
- Remove old ppc provides/obsoletes
- Update to version 2.9.2
  + support build of python support outside of source tree
  + fix bug in Python string distance calculation
  + fix bug #16 / debian bug 724570 - broken optimization with packlib
    prevblock
- Adapt patch to upstream changes
  + cracklib-visibility.patch > cracklib-2.9.2-visibility.patch
crash
- Kernel commit 5c83511bdb9832c86be20fb86b783356e2f58062 removed
  pv_init_ops, and commit 054ac8ad5ebe4a69e1f0e842483821ddbe560121
  removed the Xen-specific paravirt patch function. As a result,
  pvops Xen dumps are no longer recognized as Xen dumps, and
  virtual-to-physical translation fails.
  Use the value of xen_start_info to determine whether the kernel
  is running in Xen PV mode. As suggested by Juergen Gross.
  (bsc#1187634)
  + crash-xen-pvops.patch
- Fix bt command with SEV-ES (bsc#1185209)
  + crash-x86_64-VC-exception-stack-support.patch
- Add back some more missing KMP conditionals
- Refresh crash-sles9-time.patch
  * fix warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int'
- Crash KMPs cannot be always built.
- Upgrade to version 7.2.9:
  * x86_64: Add support for new divide_error name
  * calc_kaslr_offset: 5-level paging support
  * Append time zone to output of date and time
  * s390dbf: support s390 debug feature version 3
  * x86_64: Add support for 1GB huge pages to "/vtop"/ command
  * Implement support for user-space zram reads on x86_64
  * Prepare for the introduction of ARM64 8.3 Pointer Authentication
  * New "/log -T"/ option
  * New ARM64 "/--machdep vabits_actual=<value>"/ command line option
  * Enhancement of the "/struct -r"/ option
  * Enhancement of the "/bpf -p|-P"/ options
  * New "/extend -s"/ option
- Dropped the following patches obsoleted by the version upgrade:
  * crash-Fix-for-reading-compressed-kdump-dumpfiles-from-syst.patch
  * crash-Fix-kmem-i-option-on-Linux-5.9-rc1-and-later-kernels.patch
  * crash-Fix-to-allow-the-translation-of-ARM64-FIXMAP-address.patch
  * crash-Introduce-a-new-ARM64-machdep-vabits_actual-value-co.patch
  * crash-Prepare-for-the-introduction-of-ARM64-8.3-Pointer-Au.patch
  * crash-Several-fixes-for-ARM64-kernels.patch
  * crash-arm64-Change-tcr_el1_t1sz-variable-name-to-TCR_EL1_T.patch
  * crash-fix-kmem-sS-for-caches-created-during-SLUB-bootstrap.patch
  * crash-fix-memory_driver-build-kernel-5.8.patch
  * crash-gdb-fix-aarch64.patch
  * crash-task.c-avoid-unnecessary-cpu-cycles-in-stkptr_to_tas.patch
  * crash-update-whitepaper-URL.patch
  * crash-verify-exception-frame-accessible-for-all-verify-requests.patch
  * crash-xendump-fix-failure-to-match-arm-aarch64-elf-format-.patch
- Support the lockless printk ringbuffer added into kernel-5.10 (bsc#1183965)
  * crash-printk-add-support-for-lockless-ringbuffer.patch
  * crash-printk-use-committed-finalized-state-values.patch
- Install and ship the small built-in extensions snap.so, trace.so,
  and dminfo.so. "/trace.so"/ is particularly useful.
  Ship them in the main "/crash"/ package, as they are small.
- Added crash-xen-increase-__physical_mask_shift_xen-to-52.patch
  (bsc#1177050)
- Update arm64 support (boo#1169099).
  crash-Fix-to-allow-the-translation-of-ARM64-FIXMAP-address.patch
  crash-Introduce-a-new-ARM64-machdep-vabits_actual-value-co.patch
  crash-Prepare-for-the-introduction-of-ARM64-8.3-Pointer-Au.patch
  crash-Several-fixes-for-ARM64-kernels.patch
  crash-arm64-Change-tcr_el1_t1sz-variable-name-to-TCR_EL1_T.patch
  crash-xendump-fix-failure-to-match-arm-aarch64-elf-format-.patch
  crash-arm64-update-mapping-symbol-filter-in-arm64_verify_s.patch
  crash-Fix-segmentation-fault-when-ikconfig-passed-nonstand.patch
- Fix "/kmem -i"/ option on Linux 5.9-rc1 and later kernels (bsc#1179970 ltc#188981).
  crash-Fix-kmem-i-option-on-Linux-5.9-rc1-and-later-kernels.patch
- Fix crash utility is taking forever to initialize a vmcore from large config
  system (bsc#1178827 ltc#189279).
  crash-task.c-avoid-unnecessary-cpu-cycles-in-stkptr_to_tas.patch
- Corrected project URL in spec file to match the changed upstream
  location as-of May 30th 2020.
  Noted the project URL change in README.SUSE without removing the old URL
  because it represents the location the project source was obtained from.
  The next project source update is available from the new project URL. When
  the package is updated with that source all URL project references will be
  modified to only show the new URL.
  Add crash-update-whitepaper-URL.patch
  Note change of no longer valid old project whitepaper URL to current valid
  project whitepaper URL in help output. Leave the old one reported because it
  represents the location the project source was obtained from for this
  package version.
  (bsc#1179536)
- Fix build on aarch64:
  crash-gdb-fix-aarch64.patch
- Add crash-verify-exception-frame-accessible-for-all-verify-requests.patch
  In calls to search a stack for x86_64 exceptions a flag is used
  to request the stack be verified for room to contain saved
  registers. The verify is not performed if other flags are used
  in the same call. Fixing this exposes another bug where only a
  kernel stack is verified anyway, even if the exception is being
  searched for on a userspace stack. Patch fixes both problems.
  (bsc#1162297)
- Add eppic-remove-duplicate-symbols.patch
  Fix eppic extension build.
- Add crash-fix-memory_driver-build-kernel-5.8.patch
  Fix memory driver build failure with kernels 5.8+.
- Always build crash KMPs.
- remove bypass lto and add -mfull-toc for ppc64le to check boo#1146646
- Add crash-Define-fallback-PN_XNUM.patch
  Add a fallback PN_XNUM definition.
- Make Factory ppc64 crash usable on both SLE 15 SP1 and releases before
  SLE15 SP1 (bsc#1148197).  This is only a workaround that requires to build
  crash for each codestream separately.
- Drop crash-s390-autodetect-kaslr.patch which has been merged in 7.2.7.
- Add crash-fix-kmem-sS-for-caches-created-during-SLUB-bootstrap.patch
  Fix "/kmem -[sS]"/ for caches created during SLUB bootstrap (bsc#1164815 ltc#182973).
- Add crash-Fix-for-reading-compressed-kdump-dumpfiles-from-syst.patch
  Fix integer overflow with large memory configuration (bsc#1168233 ltc#184660).
- Upgraded the source to version 7.2.8. The previous version was
  modified to support newer kernels used in SLE-15-SP2 but was not
  complete.
  * Includes a fix for kernels that contain:
    e0703556644a531e50b5dc61b9f6ea83af5f6604
    which introduces symbol namespaces. Without the change then
    depending on architecture:
    (1) the kernel module symbol list will contain garbage
    (2) the session fails during initialization with a dump of
    the internal buffer allocation stats followed by the
    message "/crash: cannot allocate any more memory"/
    (3) the session fails during initialization with a
    segmentation violation (bsc#1162064)
  * Includes the merge of the S390x patches since crash 7.2.7
    (bsc#1156645/bsc#1161640)
  * Source already includes XZ compressed module support, removed:
    crash-symbols-add-support-for-XZ.patch
  * Refreshed patches that were no longer aligned with source:
    crash-allow-use-of-sadump-captured-KASLR-kernel.patch
    crash-s390-autodetect-kaslr.patch
    crash-sles9-time.patch
- Upgraded the source tarball to version 7.2.7. This is required
  to support coredumps from currently used kernel versions in the
  product (bsc#1159686).
- droped the patch obsoleted due to already being present in the
  new source:
  * crash-allow-kmem-section-is-early.patch
- Added commit c0371f6ee2cae31ec9f506bbd231ab8fbe334c13 - Fix to
  allow live analysis of s390x kernels that have been configured
  with CONFIG_RANDOMIZE_BASE=y (KASLR). This allows crash to load
  the coredump without the need for "/--kaslr=<offset> on the
  command-line.
  Added:
    crash-s390-autodetect-kaslr.patch
  Implements jsc#SLE-9797
- add crash-symbols-add-support-for-XZ.patch (bnc#1155921)
- Disable LTO for PowerPC as bypass boo#1146646
- Added patch for commit 326e1b8f83a4318b09033ef754f40c785aed5e68
  in linux 5.3:
  crash-allow-kmem-section-is-early.patch
Upgraded the source tarball to version 7.2.6 to bring better
  support of version 5 kernels such as 5.3 in SLE-15-SP2
  (bsc#114706)
  Dropped the following patches obsoleted by the version upgrade:
  * crash-xen-invalid-pcpu-vaddr-use-hardware-domain-symbol.patch
  * crash-fix-for-4.20-without-CONFIG_RANDOMIZE_BASE.patch
  * crash-fix-for-virsh-dump-dumps-with-KASLR.patch
  * crash-fix-kmem-z-on-kernel-5.0.patch
  * crash-fix-kmem-i-on-kernel-5.0.patch
  * crash-fix-sym-for-module-symbols-on-kernel-5.0.patch
  * crash-fix-dis-function-for-module-symbols-on-kernel-5.0.patch
  * crash-handle-radix_tree_root-changes-in-post-5.1-kernels.patch
  * crash-find-kernel-configuration-data-with-kernel-5.1.patch
  * crash-fix-dev-dD-on-kernel-5.1.patch
    crash-Fix-and-an-update-for-the-ipcs-command.patch
    crash-update-recognition-of-x86_64-CPU_ENTRY_AREA.patch
  Re-aligned the following patches with the new version source:
    crash-allow-use-of-sadump-captured-KASLR-kernel.patch
    crash-debuginfo-compressed.patch
    crash-make-emacs-default.diff
    crash-sles9-time.patch
  Modified the following patches to integrate with version upgrade:
    crash-compressed-booted-kernel.patch
    crash-SLE15-SP1-With-Linux-4.19-rc1-up-MAX_PHYSMEM_BITS-to-128TB.patch
    crash-SLE15-SP1-Fix-for-PPC64-kernel-virtual-address-translation-in.patch
- Upgrade the source tarball to version 7.2.5
- drop patches obsoleted by version upgrade:
  * crash-fix-snprintf-overflow.patch
  * crash-update-recognition-of-x86_64-CPU_ENTRY_AREA.patch
- post-7.2.5 upstream patches for kernel 5.0/5.1 compatibility:
  * crash-fix-for-4.20-without-CONFIG_RANDOMIZE_BASE.patch
  * crash-fix-for-virsh-dump-dumps-with-KASLR.patch
  * crash-fix-kmem-z-on-kernel-5.0.patch
  * crash-fix-kmem-i-on-kernel-5.0.patch
  * crash-fix-sym-for-module-symbols-on-kernel-5.0.patch
  * crash-fix-dis-function-for-module-symbols-on-kernel-5.0.patch
  * crash-handle-radix_tree_root-changes-in-post-5.1-kernels.patch
  * crash-find-kernel-configuration-data-with-kernel-5.1.patch
  * crash-fix-dev-dD-on-kernel-5.1.patch
- Update for XEN dom0 changes in v4.11 that cause coredumps made
  of a domU using virch on the dom0 to fail to load in the dom0
  version of crash reporting "/crash: invalid kernel virtual address:
  <address> type:fill_pcpu_struct"/, followed by "/WARNING: cannot
  fill pcpu_struct"/ and "/crash: cannot read cpu_info"/
  (bsc#1124690 and bsc#1122594)
  Added:
  crash-xen-invalid-pcpu-vaddr-use-hardware-domain-symbol.patch
- Update the recognition of x86_64 CPU_ENTRY_AREA (bsc#1104743, bsc#1090127)
  Added:
    crash-update-recognition-of-x86_64-CPU_ENTRY_AREA.patch
- Fix SLE15 SP1 Incorrect vmcore generated (bsc#1119791).
  Added:
    crash-SLE15-SP1-With-Linux-4.19-rc1-up-MAX_PHYSMEM_BITS-to-128TB.patch
    crash-SLE15-SP1-Fix-for-PPC64-kernel-virtual-address-translation-in.patch
  This is not compatible with SLE15 and SLE12 SP4.
- Sync with SLE15 SP1 (SR#173916) to enable the kmp-rt for SLERT15 SP1 only
  set %if 0%{?sle_version} >= 150100
- Added:
    crash-Fix-and-an-update-for-the-ipcs-command.patch
  The update is required for Linux 4.11 and greater kernels, which
  reimplemented the IDR facility to use radix trees in kernel commit
  0a835c4f090af2c76fc2932c539c3b32fd21fbbb, titled "/Reimplement IDR and IDA
  using the radix tree"/.  Without the patch, if any IPCS entry exists, the
  command would fail with the message "/ipcs: invalid structure member offset:
  idr_top"/ (bsc#1092101)
- Added crash-fix-snprintf-overflow.patch
  Fix to address a "/__builtin___snprintf_chk"/ compiler warning.
- Added crash-update-recognition-of-x86_64-CPU_ENTRY_AREA.patch
  Update the recognition of x86_64 CPU_ENTRY_AREA.
- Upgrade the source tarball to version to 7.2.3
  A complete changelog is available via the crash source page at:
  http://people.redhat.com/anderson/crash.changelog.html
- Refreshed:
    crash-compressed-booted-kernel.patch
- Upgraded to 7.2.1 because it includes the fixes to support
  several core cases that recently were caused tofail to open.
  As a result, removed patches that were already superceded by
  7.2.1 source (bsc#1103371).
  Removed:
    crash-ppc64-book3s-update-hash-page-table-geometry.patch
    crash-x86_64_kvtop-usable-symtab_init.patch
    crash-ppc64-ensure-chosen-stack-symbol-relates-to-an-actual-backtrace.patch
    crash-fix-error-cannot-resolve-schedulers-0001.patch
    crash-fix-error-cannot-resolve-schedulers-0002.patch
    crash-extend-direct-mapping-to-5TB.patch
  Modified:
    crash-allow-use-of-sadump-captured-KASLR-kernel.patch
- Added:
    crash-fix-error-cannot-resolve-schedulers-0001.patch
    crash-fix-error-cannot-resolve-schedulers-0002.patch
    crash-extend-direct-mapping-to-5TB.patch
  Fixes Xen dump files that cannot be opened in hypervisor mode.
  bsc#1073993
- Added crash-ppc64-ensure-chosen-stack-symbol-relates-to-an-actual-backtrace.patch
  With latest NMI IPI changes, crash_ipi_callback is found multiple
  times on the stack. Ensure the chosen symbol relates to an actual
  backtrace. bsc#1072718
- Escape the usage of %{VERSION} when calling out to rpm.
  RPM 4.14 has %{VERSION} defined as 'the main packages version'.
- Added crash-x86_64_kvtop-usable-symtab_init.patch to change
  x86_64_kvtop() so that it can be called during symtab_init()
  Added crash-allow-use-of-sadump-captured-KASLR-kernel.patch to
  allow use of dumps of KASLR enabled kernels that were captured
  by sadump.
  Both are bsc#1070278/FATE#323473
- Upgrade the source tarball to version to 7.2.0 which requires the
  removal of patches that are then already applied:
  crash-gdb-add-proc_service-sync-with-GLIBC.patch
  crash-xen_add_support_for_domU_with_linux_kernel_from_3.19.patch
  A complete changelog is available via the crash source page at:
  http://people.redhat.com/anderson/crash.changelog.html
  Added crash-ppc64-book3s-update-hash-page-table-geometry.patch
  from hbathini@linux.vnet.ibm.com via bsc#1067702 to correct
  errors with virtual-to-physical address translation in the larger
  virtual address range of newer kernels.
  Added a BuildRequires of libelf that will populate the build
  workspace with libelf (from elfutils) even though it is not
  directly required by crash but is required by gdb (which crash
  nests). It no longer got picked up automatically for build and
  gdb and kernel module features had build errors before it.
- crash-xen_add_support_for_domU_with_linux_kernel_from_3.19.patch:
  Since linux kernel 3.19 crash readmem() can't be used to read
  xen_p2m_addr associate memory directly during m2p translation.
  PV domU p2m mapping is also stored at xd->xfd + xch_index_offset
  and organized as struct xen_dumpcore_p2m. This patch implements
  a special reading function read_xc_p2m() to extract the mfns
  from xd->xfd + xch_index_offset and makes and crash support Xen
  PV domU dumpfiles for kernel 3.19 and later (bsc#1043501).
  - add crash-xen_add_support_for_domU_with_linux_kernel_from_3.19.patch
- Merge SLE changes into Factory (bsc#1041638)
- crash-stop_read_error_when_intent_is_retry.patch: When reading a
  memory image fails it may not be an error if it is still possible
  to switch image and retry the read. Fix the error message output
  to only occur if no retries are intended (bsc#1038839).
  - add crash-stop_read_error_when_intent_is_retry.patch
- Exclude openSUSE from RT KMP build (bsc#1013843)
- crash source nests gdb source but gdb has a new build error on
  Factory due to the bug and build environment modifications. The
  fix is upstream gdb but not upstream crash's gdb.
  Created crash patch:
  crash-gdb-add-proc_service-sync-with-GLIBC.patch
  to create the gdb patch in expanded crash and added to the gdb
  Makefile patch it's application. Resolves the build error.
- Upgrade of source tarball to 7.1.8 from upstream and refresh of
  patches to align with the version. For a detailed changelog of
  the source tarball see:
  http://people.redhat.com/anderson/crash.changelog.html
  Adds a feature to permit the use of the command-line options
  "/--kaslr=<offset>"/ and/or "/--kaslr=auto"/ with the x86 32-bit
  architecture.
- refresh crash-sles9-time.patch crash-compressed-booted-kernel.patch
- drop crash-Fix-for-the-PPC64-bt-command-for-non-panicking-activ.patch
  merged upstram in 7.1.8
- Fix analyzing fadump dumps on PPC64 (bsc#1022962).
  + crash-Fix-for-the-PPC64-bt-command-for-non-panicking-activ.patch
- Upgrade of source tarball to 7.1.7 from upstream, removal of
  crash-kernel-4.7.patch (source includes it) and refresh of other
  patches to align with the version. For a detailed changelog of
  the source tarball see:
  http://people.redhat.com/anderson/crash.changelog.html
  Feature enhancements included from 7.1.6:
  - Introduction of support for "/live"/ ramdump files, such as those
    that are specified by the latest QEMU version's mem-path
    argument of a memory-backend-file  object, e.g.:
    $ qemu-kvm ...other-options... +  - object memory-backend-file,id=MEM,size=128m,mem-path=/tmp/MEM,share=on +  - numa node,memdev=MEM -m 128
    and a live session run can be run against the guest kernel like so:
    $ crash <path-to-guest-vmlinux> live:/tmp/MEM@0
  - Implemented support for the redesigned ARM64 kernel virtual
    memory layout that was introduced in Linux 4.6. Plus ARM64
    support for 4k pages with 4-level page tables and 48 VA bits.
    NB: On live systems automatic operation with Linux 4.6 ARM64
    kernels requires that CONFIG_RANDOMIZE_BASE is not configured.
    If it is configured then use with a live system requires two
  - -machdep arguments, e.g.:
  - -machdep phys_offset=<base physical address>
  - -machdep kimage_voffset=<kernel kimage_voffset value>
  - Improvement of the ARM64 bt -f display so that, for most cases,
    the stack frame delimiter will be the location of the old FP
    and LR pair.
  - New bt -v option that checks all tasks for evidence of stack
    overflows.
  - Incorporation of an alternative stack backtrace mathod
    accessed directly using bt -o and the default method can be
    toggled between the two using bt -O.
  - Fix for the case where the sym/dis commands fail for a symbol
    name that is composed entirely of hexadecimal characters and
    was previously interpreted as an address.
  - Determine structure member data if the member is contained in
    an anonymous structure or union (no longer necessary to use a]
    discrete gdb "/printf"/ command to find the offset of it).
  - Session initialization speed up.
  - Addition of "/list -S"/ and "/tree -S"/ options (similar to the -s
    option of each command) where member values are read from
    memory instead of being interpreting gdb output (much faster
    behavior for 1-, 2-, 4- and 8-byte members).
  - Fix to recognize x86_64 Linux 4.8-rc1 and later kernels that
    are configured with CONFIG_RANDOMIZE_MEMORY.
  - Support for PPC64 virtual address translation of radix MMU.
  - Improvement of "/dev -d"/ output to display I/O statistics for
    devices that use the blk-mq interface.
  Feature enhancements included from 7.1.7:
  - Restore x86_64 "/dis"/ command's symbol translation for call or
    jump target addresses for kernels configured with
    CONFIG_RANDOMIZE_BASE.
  - Re-factor of the trace extension module to locate all of the
    ftrace buffers and extracts data from each of them rather than
    only the primary one.
  - Support for s390x CONFIG_THREAD_INFO_IN_TASK configuration so
    that "/bt"/ command no longer shows incomplete output.
  - Support for live ARM64 kernels from Linux 4.6 that have the
    kernel image loaded anywhere in physical memory.
  - Update of /dev/crash/kernel driver to v1.3 which adds support
    Linux 4.6 and later ARM64 kernels configured with
    CONFIG_HARDENED_USERCOPY and S390x kernels that use
    xlate_dev_mem_ptr() and unxlate_dev_mem_ptr() rather than
    kmap() and kunmap().
  - refresh eppic-support-arm64.patch crash-debuginfo-compressed.patch
  - drop crash-linux-4.6-printk-flags.patch merged upstream in 7.1.6
- Enabled RT KMP build (bsc#1005578)
- crash-linux-4.6-printk-flags.patch: Fix warning "/failed to read
  pageflag_names entry"/ on Linux 4.6 (bsc#978601).
- crash-kernel-4.7.patch:
  support 4.7 kernel (page._count renamed to page._refcount)
- eppic-support-arm64.patch: Support for ARM64 (FATE#320844).
- Upgrade of source tarball to 7.1.5 from upstream and fix of
  crash-sles9-time.patch for the version and refresh of other
  patches to align with the version. For a detailed changelog of
  the source tarball see:
  http://people.redhat.com/anderson/crash.changelog.html
  includes a fix for bsc#977306.
  Feature enhancements include:
  - "/whatis -r"/ and "/whatis -m"/ commands that allow search for
    data structure of a specified size and that contains a member
    of a given type respectively.
- Upgrade to 7.1.4 from upstream. For a detailed changelog see
  http://people.redhat.com/anderson/crash.changelog.html
- Disable RT KMP build (bsc#962719)
- Enable RT KMP build (bsc#948840)
- For 7.1.3 ppc64le the following patches are obsoleted by mainline
  crash-gdb-7.6-add-powerpc64le-linux.patch
  crash-gdb-7.6-bound_minimal_symbol.patch
  crash-gdb-7.6-floatformat.patch
  crash-gdb-7.6-ppc64-ELFv2-trampoline-match.patch
  crash-gdb-7.6-ppc64_sysv_abi_push_float.patch
  crash-gdb-7.6-ppc64le.patch
  crash-gdb-7.6-ppc_insns_match_pattern.patch
  crash-gdb-7.6-update-autoconf-2013-04-24.patch
  crash-gdb-7.6-update-autoconf-2013-06-10.patch
  crash-gdb-7.6.series
  crash-patch-gdb.patch
- Update to 7.1.3 (bsc#946458)
  o Introduction of "/dis -f <address>"/ which disassembles from the
    address to the end of the function
  o Introduction of "/dis -s <address>"/ which displays the filename
    and line number associated with the specified text location,
    followed by a source code listing if available.
  o Addition of a new "/--src <directory>"/ command line option for
    use by the "/dis -s"/ option if the kernel source is not located
    in the standard location.
  o Do not search for a panic task in s390x dumpfiles that are
    marked as a "/live dump"/
  o Fix unnecessary error messages when a directory is used as a
    command line argument
  o See http://people.redhat.com/anderson/crash.changelog.html for
    the complete changelog
- Removed these patches obsoleted by mainline:
  crash-x86_64-nested-nmi.patch
  crash-keep-file-orig-with-name-on-select.patch
  crash-kmem_cache-downsize.patch
  crash-s390x-add-vector-support.patch
- Refreshed patches
- crash-move-xen-dom0-handling-into-own-file.patch: Move Xen Dom0
  handling into xen_dom0.c (FATE#316467).
- crash-move-xen-p2m-map.patch: Move xen p2m map initialization to
  xen_kdump_p2m (FATE#316467).
- crash-use-xen_machine_addr-command.patch: Use XEN_MACHINE_ADDR
  command flag instead of overriding readmem (FATE#316467).
- crash-move-xen-elf-note-processing.patch: Move Xen ELF note
  processing to xen_dom0.c (FATE#316467).
- crash-add-xen-dom0-support-for-kdump.patch: Add Xen Dom0 support
  for kdump compressed files (FATE#316467).
- crash-s390x-add-vector-support.patch: SIMD support for dump
  tools (z13) (FATE#318058).
- Upgrade to 7.1.2 from upstream. For a detailed changelog see
  http://people.redhat.com/anderson/crash.changelog.html
- Refreshed patch series with some changes required to
  adjust for git host changes in eppic-switch-to-system-lib.patch
- Upgrade to 7.1.1 from upstream. At the time of writing the only
  published changelog was supplied by e-mail list and is as follows
  - Fix for two minor issues with the "/net"/ command.  Without the patch,
  the "/net -a"/ option appends its correct output with the command's
  "/Usage:"/ message; and if either the "/net -x"/ or "/net -d"/ options are
  used without also specifying "/-s"/ or "/-S"/, the error message would
  indicate "/net: illegal flag: 800000"/ or "/net: illegal flag: 1000000"/
  instead of showing the command's "/Usage:"/ message.
  (anderson@redhat.com)
  - If the kernel (live or dumpfile) has the TAINT_LIVEPATCH bit set, or
  if the Red Hat "/kpatch"/ module is installed, the tag "/[LIVEPATCH]"/
  will be displayed next to the kernel name in the initial system
  banner and by the "/sys"/ command.  This new tag replaces the
  "/[KPATCH]"/ tag that was introduced in crash-7.0.7.
  (anderson@redhat.com)
  - Addressed three Coverity Scan complaints in vmware_vmss.c:
    50:leaked_storage: Variable "/fp"/ going out of scope leaks the
    storage it points to.
    53:leaked_storage: Variable "/fp"/ going out of scope leaks the
    storage it points to.
    256:warning: Use of memory after it is freed
  (anderson@redhat.com)
  - Remove the LKCD-only "/propeller spinner"/ seen when a dumpfile read
  requires more than 2048 page header accesses.  This was put in place
  because of the non-random-access design of LKCD dumpfiles.  Without
  the patch, the spinner display is intermingled with command output,
  which complicates the parsing of the output.
  (watters.sam@gmail.com)
  - Fix to support the Linux version increment from 3 to 4.  Without the
  patch, both dumpfile and live sessions fail during initialization,
  issuing the message "/WARNING: kernel version inconsistency between
  vmlinux and dumpfile"/ or "/WARNING: kernel version inconsistency
  between vmlinux and live memory"/, followed by the nonsensical fatal
  error message "/crash: incompatible arguments:  vmlinux is not SMP --
  vmcore is SMP"/ or "/crash: incompatible arguments:  vmlinux is not
  SMP -- live system is SMP"/.  To prevent unexpected kernel version
  bumps in the future, support has been added for version 5.
  (anderson@redhat.com)
  - Add support for more than 16TB of physical memory space in the SADUMP
  dumpfile format.  Without the patch, there is a limitation caused
  by several 32-bit members of dump_header structure, in particular
  the max_mapnr member, which overflows if the dumpfile contains more
  than 16TB of physical memory space.  The header_version member of
  the dump_header structure has been increased from 0 to 1 in this
  extended new format, and the new 64-bit members will be used.
  (d.hatayama@jp.fujitsu.com)
  - Fix for command lines that are redirected to a pipe.  Without the
  patch, if an external piped-to command contains a quoted string that
  includes a "/|"/ character, the command fails with the message "/crash:
  pipe operation failed"/.
  (anderson@redhat.com)
  - Fix for insecure temporary file usage in _rl_tropen() as reported by
  readline library CVE-2014-2524.
  (anderson@redhat.com)
  - When the gdb-<version>.patch file has changed and a rebuild is
  done from within a previously-existing build tree, the "/patch -N"/
  option is used to ignore patches that have been previously applied;
  this patch also applies the "/patch -r-"/ option to prevent unnecessary
  .rej files from being created.
  (anderson@redhat.com)
  - Fix to account for Xen hypervisor's "/domain"/ structure member name
  change from "/is_paused_by_controller"/ to "/controller_pause_count"/.
  Without the patch, in Xen 4.2.5 and later, the crash session fails
  during initialization with the error message 'crash: invalid
  structure member offset: domain_is_paused_by_controller"/.
  (dietmar.hahn@ts.fujitsu.com)
  - During initialization, reject useless ARM64 "/(A)"/ and "/(a)"/ absolute
  symbols that are below the text region.  Without the patch, several
  recently-introduced absolute symbols have been introduced into the
  kernel, which will be displayed by "/sym -l"/ prior to the first kernel
  virtual address symbol, and will show up in command output where
  memory values are translated into kernel symbol references.
  (anderson@redhat.com)
  - Fix for ARM64 kernels to account for changes in the virtual memory
  layout introduced in Linux 3.17.  The vmalloc region end address, and
  the vmemmap start and end addresses are now calculated at kernel
  build time, because they depend upon the size of a struct page.
  Accordingly, the crash utility needs to calculate those three address
  values dynamically, after the embedded gdb module has initialized.
  Without the patch, reads of page structures return invalid data due
  to incorrect virtual-to-physical translations of memory in the
  vmemmap range.  This in turn causes commands that require page
  structure contents to fail or show invalid data, such as "/kmem -p"/,
  "/kmem -[sS]"/, and the "/kmem -[fF]"/ options.
  (anderson@redhat.com)
  - Fix to support ELF vmcore dumpfiles whose PT_LOAD file offset values
  of their respective memory segments are not laid out sequentially
  from low to high in the dumpfile.  This has only been seen in ELF
  dumpfiles created by VMware's "/vmss2core -M"/ facility.  Without the
  patch, the crash session may fail during initialization, either with
  the message "/cannot malloc ELF header buffer"/, or "/crash: <dumpfile>:
  not a supported file format"/.
  (anderson@redhat.com)
  - Enhancement to the support of VMware .vmss suspended state dumpfiles.
  There may be holes in the memory address saved for PCI, etc.  In such
  cases, the memory dump is divided into regions.  With this patch, up
  to 3 memory regions are supported.
  (hfu@vmware.com)
  - Fortified the error handling of task gathering from the pid_hash[]
  chains during session initialization.  If a chain has been corrupted,
  the patch prevents the sequence from entering an infinite loop, and
  the error messages associated with corrupt/invalid chains have been
  updated to report the pid_hash[] index number.
  (anderson@redhat.com)
  - Implemented a new STRDUPBUF() utility that will duplicate an existing
  string into a buffer allocated with GETBUF().  As is the case with
  any buffer allocated with GETBUF(), it is only meant to exist during
  the life-span of the current command.  If it is not explicitly freed
  via FREEBUF(), then it will be freed automatically prior to the next
  command.
  (anderson@redhat.com)
  - Implemented a new fill_struct_member_data() function that gathers
  a bundle of data that describes a structure member.  The function
  receives a pointer to a struct_member_data structure, in which the
  caller has initialized the "/structure"/ and "/member"/ name pointers:
    struct struct_member_data {
    char *structure;
    char *member;
    long type;
    long unsigned_type;
    long length;
    long offset;
    long bitpos;
    long bitsize;
    };
  A gdb "/printm"/ command is crafted using those two fields, and the
  output of the command is used to initialize the remaining six fields.
  Adapted from Qiao Nuohan's "/pstruct"/ extension module.
  (anderson@redhat.com, qiaonuohan@cn.fujitsu.com)
  - Implemented a new "/runq -c cpu(s)"/ option to display the run queue
  data of specified cpus.  It can be used in conjunction with all runq
  command options.  The cpus must be specified in a comma- and/or
  dash-separated list; for examples, "/3"/, "/1,8,9"/, "/1-23"/, or "/1,8-15"/.
  (anderson@redhat.com)
  - Build extension modules that utilize the generic extensions/Makefile
  with -g.  In addition, build the snap.c extension module with -g.
  (rabinv@axis.com)
  - Several fixes, updates, and enhancements for 32-bit MIPS support:
    (1) The MIPS general purpose registers in the elf_gregset_t
    don't start at index 0 but at index 6.
    (2) Adjust for the kernel's pt_regs structure changes between
    kernel versions.  For example, fields are inserted into the
    middle based on build time options, and the amount of padding
    at the head of the structure was changed relatively recently.
    To handle this, split the structure definition into two parts
    and get the offsets of these two parts dynamically.
    (3) Do not display each parsed kernel symbol during initialization
    when invoked with "/crash -d8"/.
    (4) Add support for loading raw MIPS ramdump dumpfiles.
    (5) Add support for compressed kdump dumpfiles.
  (rabinv@axis.com)
  - Fix for a typo in "/help foreach"/, and a fix for a spelling error in
  "/help input"/.
  (weijg.fnst@cn.fujitsu.com)
  - Fix for "/and and"/ and "/the the"/ typos in the README file.
  (weijg.fnst@cn.fujitsu.com)
  - Fix to address the Xen 4.5.0 hypervisor symbol name change from
  "/dom0"/ to "/hardware_domain"/.  Without the patch, the crash session
  fails with the error message "/crash: cannot resolve: dom0"/.
  (dslutz@verizon.com)
  - Fix for a regression in crash-7.1.0 that causes failures when the
  "/crash -t"/ option is run on a live system, and when analyzing remote
  Linux kernels.  Without the patch, "/crash -t"/ on a live system fails
  with the message "/crash: cannot open remote memory source: /dev/mem"/,
  and attempts to analyze a Linux kernel remotely just shows the kernel
  timestamp and exits immediately.
  (dslutz@verizon.com, anderson@redhat.com)
  - Speed up the session invocation time of "/flattened"/ format dumpfiles
  created by the makedumpfile(8) facility.  When sorting the blocks of
  memory by their intended ELF or compressed kdump file offsets, the
  patch replaces the bubble-sort method that is currently used with an
  insertion sort method.
  (dslutz@verizon.com)
  - Remove the non-existent "/-L"/ option from the "/ps"/ command's mutually-
  exclusive options error message.
  (vvs@parallels.com)
  - Fix for the "/irq"/, "/mount"/, "/kmem -p"/ and "/kmem -v"/ commands when
  they are used in an input file.  If more than one of any of those
  four commands are used in an input file, the output of the second
  and subsequent command instances will not display their respective
  command headers.
  (anderson@redhat.com)
  - Implemented a new "/kmem -m"/ option that is similar to "/kmem -p"/,
  but it allows the user to specify the page struct members to be
  displayed.  The option takes a comma-separated list of one or
  more page struct members, which will be displayed following the
  page structure address.  The "/flags"/ member will always be expressed
  in hexadecimal format, and the "/_count"/ and "/_mapcount"/ members will
  always be expressed in decimal format.  Otherwise, all other members
  will be displayed in hexadecimal format unless the current output
  radix is 10 and the member is a signed/unsigned integer.  Members
  that are data structures may be specified by the data structure's
  member name, or expanded to specify a member of that data structure.
  For example, "/-m lru"/ refers to a list_head data structure, in which
  case both the list_head.next and list_head.prev pointer values will
  be displayed; if "/-m lru.next"/ is specified, just the list_head.next
  value will be displayed.
  (atomlin@redhat.com, anderson@redhat.com)
  - Support enhancement for the 32-bit MIPS architecture that retrieves
  the per-cpu registers from the NT_PRSTATUS notes stored in the header
  of compressed kdump dumpfiles.
  (rabinv@axis.com)
  - Fix to remove an invalid warning message on ARM64 if a crash session
  is invoked with the "/-d<number>"/ debug flag.  Without the patch,
  the invalid message is "/WARNING: SPARSEMEM_EX: questionable section
  values"/.
  (anderson@redhat.com)
  - Remove the leftover "/.constructor"/ build file in the extensions
  subdirectory when "/make extensions"/ is complete, and update the
  top-level .gitignore file to ignore post-build extensions
  subdirectory files.
  (anderson@redhat.com)
  - Fix for a segmentation violation generated by the "/help -[n|D]"/
  options on ARM64 compressed kdumps.
  (anderson@redhat.com)
  - Additional output for the "/help [-D|-n]"/ options on ARM64.  For ELF
  kdump vmcores and compressed kdumps, the elf_prstatus structure in
  each NT_PRSTATUS note will be translated.
  (anderson@redhat.com)
  - The "/help -r"/ option has been extended to dump the ARM64 registers
  stored in each per-cpu NT_PRSTATUS note in compressed kdump and
  ELF kdump dumpfiles.
  (anderson@redhat.com)
  - Fix for the ARM64 page size determination on Linux 4.1 and later
  kernels.  Without the patch, the crash session fails during
  initialization with the message "/crash: invalid/unsupported page
  size: 98304"/ on kernels with 64K pages.  On kernels with 4K pages,
  the message is "/crash: invalid/unsupported page size: 6144"/.  In
  addition, the "/-p <page-size>"/ command line override option
  had no effect on ARM64; that has been fixed as well.
  (anderson@redhat.com)
  - Fix for the DATE display in the initial system banner and by the
  "/sys"/ command to account for the Linux 3.17 change that moved
  the "/timekeeper"/ symbol and structure into a containing tk_core
  structure; the "/shadow_timekeeper"/ timekeeper will be used as an
  alternative.  Without the patch, the DATE shows something within
  a few hours of the Linux epoch, such as "/Wed Dec 31 18:00:00 1969"/.
  (kmcmartin@redhat.com)
  - Fixes for the translation of ARM64 PTEs, as displayed by the "/vm -p"/
  and "/vtop"/ commands.  Without the patch, if "/vm -p"/ references a
  swapped-out page on Linux 4.0 and later kernels, the SWAP location
  may indicate "/(unknown swap location)"/, and will show an invalid
  OFFSET value; on Linux 3.13 and later kernels, running "/vtop"/ on a
  user virtual address incorrectly translates the PTE contents of
  swapped out pages by showing a PHYSICAL address and FLAGS translation
  instead of the SWAP device and OFFSET.  It is possible that there may
  be PTE bit translation errors on other kernel versions; the patch
  addresses the changes in ARM64 PTE bit definitions made in Linux
  3.11, 3.13, and 4.0 kernels.
  (anderson@redhat.com)
  - Enhanced the "/struct.member"/ display capability of the "/struct"/,
  "/union"/, "/task"/, "/list"/ and "/tree"/ commands.  If a specified
  structure member contains an embedded structure, the output may
  be restricted to just the embedded structure by expressing the
  .member argument as "/member.member"/.  If a specified structure
  member is an array, the output may be restricted to a single array
  element by expressing the .member argument as "/member[index]"/.
  Furthermore, these embedded member specifications may extend beyond
  one level deep, for example, by expressing the member argument as
  "/member.member.member"/, or "/member[index].member"/.
  (Alexandr_Terekhov@epam.com, anderson@redhat.com)
  - Fix for any command that passes strings to gdb for evaluation,
  where the string contains a parentheses-within-parentheses
  expression along with a "/>"/ or "/>>"/ operator inside the outermost
  set of parentheses.  Without the patch, a command such as the
  following fails like so:
    crash> p ((1+1) >> 1)
    p: gdb request failed: p ((1+1)
    crash>
  (anderson@redhat.com)
  - Fix for the handling of ARM64 kernel module per-cpu symbols.  Without
  the patch, if the debuginfo data of an ARM64 kernel module that
  contains a per-cpu section is loaded by "/mod -s <module>"/ or
  "/mod -S"/, commands such as "/bt"/ or "/sym"/ may incorrectly translate
  the module's virtual addresses to symbol names.
  (Jan.Karlsson@sonymobile.com)
- 0001-Prepare-for-the-future-increment-of-Linux-3.x-to-4.x.patch:
  Dropped. Handling kernel 4.0 is now part of the upstream source.
- add patch from upstream to handle kernel 4.0
  0001-Prepare-for-the-future-increment-of-Linux-3.x-to-4.x.patch
- Upgrade to 7.1.0 from upstream. For a detailed changelog see
  http://people.redhat.com/anderson/crash.changelog.html
- Refreshed patch series with only re-alignment required.
- Upgrade to 7.0.9 from upstream, For a detailed changelog see
  http://people.redhat.com/anderson/crash.changelog.html
- Refreshed patch series but no modifications required.
crmsh
- Update to version 4.3.1+20210702.4e0ee8fb:
  * Fix: bootstrap: check for missing fields in 'crm_node -l' output (bsc#1182131)
  * Fix: resource: make untrace consistent with trace (bsc#1187396)
  * Dev: sbd: enable SBD_DELAY_START in virtualization environment
- Update to version 4.3.1+20210624.67223df2:
  * Fix: ocfs2: Skip verifying UUID for ocfs2 device on top of raid or lvm on the join node (bsc#1187553)
- Update to version 4.3.0+20210616.cdcfe52e:
  * Fix: history: use Path.mkdir instead of mkdir command(bsc#1179999, CVE-2020-35459)
  * Dev: crash_test: Add big warnings to have users' attention to potential failover(jsc#SLE-17979)
  * Dev: crash_test: rename preflight_check as crash_test(jsc#SLE-17979)
  * Fix: bootstrap: update sbd watchdog timeout when using diskless SBD with qdevice(bsc#1184465)
  * Dev: utils: allow configure link-local ipv6 address(bsc#1163460)
  * Fix: parse: shouldn't allow property setting with an empty value(bsc#1185423)
  * Fix: help: show help message from argparse(bsc#1175982)
- Remove patches:
  0001-Fix-history-use-Path.mkdir-instead-of-mkdir-command-.patch
- Update to version 4.3.0+20210507.bf02d791:
  * Fix: bootstrap: add sbd via bootstrap stage on an existing cluster (bsc#1181906)
  * Fix: bootstrap: change StrictHostKeyChecking=no as a constants(bsc#1185437)
  * Dev: bootstrap: disable unnecessary warnings (bsc#1178118)
  * Fix: bootstrap: sync corosync.conf before finished joining(bsc#1183359)
  * Dev: add "/crm corosync status qdevice"/ sub-command
  * Dev: ui_cluster: add qdevice help info
- Update to version 4.3.0+20210330.06bf9cad:
  * Dev: ui_cluster: enable/disable corosync-qdevice.service
  * Fix: bootstrap: parse space in sbd device correctly(bsc#1183883)
  * Dev: preflight_check: move preflight_check directory into crmsh
  * Fix: bootstrap: get the peer node name correctly (bsc#1183654)
  * Fix: update verion and author (bsc#1183689)
  * Dev: bootstrap: enable configuring qdevice on interactive mode (jsc#ECO-3567)
- Update to version 4.3.0+20210315.5d07d43e:
  * Fix: ui_resource: change return code and error to warning for some unharmful actions(bsc#1180332)
  * Fix: bootstrap: raise warning when configuring diskless SBD with node's count less than 3(bsc#1181907)
- Update to version 4.3.0+20210305.9db5c9a8:
  * Fix: bootstrap: Adjust qdevice configure/remove process to avoid race condition due to quorum lost(bsc#1181415)
  * Dev: cibconfig: remove related code about detecting crm_diff support --no-verion
  * Fix: ui_configure: raise error when params not exist(bsc#1180126)
  * Dev: doc: remove doc for crm node status
  * Dev: ui_node: remove status subcommand
- Update to version 4.3.0+20210219.5d1bf034:
  * Fix: hb_report: walk through hb_report process under hacluster(CVE-2020-35459, bsc#1179999; CVE-2021-3020, bsc#1180571)
  * Fix: bootstrap: setup authorized ssh access for hacluster(CVE-2020-35459, bsc#1179999; CVE-2021-3020, bsc#1180571)
  * Dev: analyze: Add analyze sublevel and put preflight_check in it(jsc#ECO-1658)
  * Dev: utils: change default file mod as 644 for str2file function
  * Dev: hb_report: Detect if any ocfs2 partitions exist
  * Dev: lock: give more specific error message when raise ClaimLockError
  * Fix: Replace mktemp() to mkstemp() for security
  * Fix: Remove the duplicate --cov-report html in tox.
  * Fix: fix some lint issues.
  * Fix: Replace utils.msg_info to task.info
  * Fix: Solve a circular import error of utils.py
  * Fix: hb_report: run lsof with specific ocfs2 device(bsc#1180688)
  * Dev: corosync: change the permission of corosync.conf to 644
  * Fix: preflight_check: task: raise error when report_path isn't a directory
  * Fix: bootstrap: Use class Watchdog to simplify watchdog config(bsc#1154927, bsc#1178869)
  * Dev: Polish the sbd feature.
  * Dev: Replace -f with -c and run check when no parameter provide.
  * Fix: Fix the yes option not working
  * Fix: Remove useless import and show help when no input.
  * Dev: Correct SBD device id inconsistenc during ASR
  * Fix: completers: return complete start/stop resource id list correctly(bsc#1180137)
  * Dev: Makefile.am: change makefile to integrate preflight_check
  * Medium: integrate preflight_check into crmsh(jsc#ECO-1658)
  * Fix: bootstrap: make sure sbd device UUID was the same between nodes(bsc#1178454)
- Update to version 4.2.0+git.1609987436.0d3a9bf5:
  * Fix: utils: skip if no netmask in the result of ip -o addr show(bsc#1180421)
  * Fix: bootstrap: add /etc/modules-load.d/watchdog.conf into csync.cfg(bsc#1180424)
  * Low: bootstrap: make invoke return specific error(bsc#1177023)
  * Fix: bootstrap: Refactor join_lock.py for more generic using purpose(bsc#1180149)
  * Dev: bootstrap: use ping to test host is reachable before joining
  * Low: bootstrap: check cluster was running on init node
- Use Path.mkdir instead of mkdir command(bsc#1179999); Add patch:
  * 0001-Fix-history-use-Path.mkdir-instead-of-mkdir-command-.patch
- Update to version 4.2.0+git.1607075079.a25648d8:
  * Fix: bootstrap: use class JoinLock to manage lock in parallel join(bsc#1175976)
  * Fix: utils: improve disable_service and enable_service function(bsc#1178701)
  * Fix: bootstrap: disable corosync-qdevice if not configured(bsc#1178701)
  * Dev: hb_report: change the default dest data format, more readable
  * Low: bootstrap: should include /etc/sysconfig/nfs into csync2.cfg(bsc#1178373)
  * Low: bootstrap: minor change for _get_sbd_device_interactive function(bsc#1178333)
- Update to version 4.2.0+git.1604052559.2a348644:
  * Fix: hb_report: collect corosync.log if it defined in config file(bsc#1148874)
  * Fix: ui_cluster: check service status while start/stop(bsc#1177980)
  * Dev: bootstrap: stop service which is active, not which is available
  * Fix: bootstrap: Stop hawk service when removing node(bsc#1175708)
  * Fix: cibverify: give warning if crm_verify return warning(bsc#1122391)
  * Dev: doc: remove score related in doc for rsc_order configure
  * Fix: parse: convert score to kind for rsc_order configure(bsc#1122391)
  * Fix: bootstrap: remove specific configured address while removing node(bsc#1165644)
- Update to version 4.2.0+git.1602225426.5f84efb5:
  * Fix: hb_report: fix sanitize functionality(bsc#1163581)
- Update to version 4.2.0+git.1600915005.e8089225:
  * FIx start_delay with start-delay(bsc#1176569)
  * fix on_fail should be on-fail(bsc#1176569)
  * Low: config: Try to handle configparser.MissingSectionHeaderError while reading config file
  * Medium: ui_configure: Obscure sensitive data by default(bsc#1163581)
- Update to version 4.2.0+git.1599810948.3db12a7a:
  * Fix: hb_report: collect archived logs(bsc#1148873, bsc#1176441)
- Update to version 4.2.0+git.1599702667.157fc6b5:
  * Low: bootstrap: check whether sbd package installed
  * Low: bootstrap: Improve qdevice configure process * More reasonable naming for variables * More function docstrings * Move function to more reasonable location * Create functions to integrate similar functions inside one * Change big function to small one, more easier for unit test, like: * Refactor functions * Create utils.cluster_run_cmd function to avoid using crm cluster run directly in code(jsc#ECO-1745)
  * Low: bootstrap: swap keys with other nodes when join_ssh(bsc#1176178)
- Update to version 4.2.0+git.1598257562.570eb99d:
  * Fix: bootstrap: revert ssh_merge function for compatibility(bsc#1175057)
  * Fix: bootstrap: adjust sbd config process to fix bug on sbd stage(bsc#1175057)
- Update to version 4.2.0+git.1595940615.c452cc00:
  * Low: corosync: handle the return code of corosync-quorumtool correctly(bsc#1174588)
- Update to version 4.2.0+git.1595517298.a06e892f:
  * Low: ui_corosync: copy ssh key to qnetd while detect need password(bsc#1174385)
- Update to version 4.2.0+git.1594286044.7a596d12:
  * Low: hb_report: Fix collecting of binary data (bsc#1166962)
  * High: bootstrap: ssh key configuration improvement(bsc#1169581, ECO-2035)
  * High: bootstrap: bootstrap network improvement
  * Low: cibconfig: Avoid adding the ID attribute to select_* nodes
  * High: bootstrap: using class SBDManager for sbd configuration and management(bsc#1170037, bsc#1170999)
  * Low: bootstrap: change ha-cluster-bootstrap log path
  * Low: ui_corosync: print cluster nodes while getting quorum and qnetd status
  * Low: bootstrap: exit with proper error messages when ssh return failed
  * Low: ui_cluster: use argparse choices to validate -i and -t option
  * Low: corosync: Use with statement  to open file
  * Fix: ui_resource: refresh <Tab> should complete resource first(bsc#1167220)
  * Low: ui_context: give warning if using alias command
  * Low: bootstrap: Simplify bootstrap context
  * Fix: doc: Update man page about completion example of crm resource(bsc#1166644)
- Remove patches:
  * 0001-Low-bootstrap-Simplify-bootstrap-context.patch
  * 0002-High-bootstrap-using-class-SBDManager-for-sbd-config.patch
- Add patches:
  - Low: bootstrap: Simplify bootstrap context
  * 0001-Low-bootstrap-Simplify-bootstrap-context.patch
  - High: bootstrap: using class SBDManager for sbd configuration and management(bsc#1170037, bsc#1170999)
  * 0002-High-bootstrap-using-class-SBDManager-for-sbd-config.patch
- Update to version 4.2.0+git.1585096577.f3257c89:
  * Low: corosync: Improve qdevice configure process
  * Fix: bootstrap: Change condition to add stonith-sbd resource(bsc#1166967)
  * Fix: bootstrap: use csync2 '-f' option correctly(bsc#1166684)
- Update to version 4.2.0+git.1584013187.b45cfcb6:
  * Fix: crmsh.spec.in: enable completion of crm command(bsc#1166329)
  * Low: crmsh.spec.in: sync contents from NHF's crmsh.spec file
  * Low: corosync: check whether local ip has already configured
  * Low: bootstrap: check whether init node is online while joining
  * Low: bootstrap: for udpu, don't check join node's ip was in the same network
- Update to version 4.2.0+git.1580544897.c42c9530:
  * Low: unittest: add unit test to detect_cloud
- Update to version 4.2.0+git.1580467952.1931808d:
  * Low: utils: update detect_cloud pattern for aws
- Update to version 4.2.0+git.1580263559.a2b0f500:
  * scripts: python3.8 unittest compatibility
- Update to version 4.2.0+git.1579603179.bf924b8b:
  * Low: testcases: adjust testcases based on related upstream version
  * Low: unittest: replace nose with pytest
  * Low: replace configparser.SafeConfigParser as configparser.ConfigParser
- Update to version 4.2.0+git.1579517638.06d53d8a:
  * Low: doc: update configure.set documentation
  * Low: behave: functional test for configure.set subcommand
  * Feature: configure: make configure.set to update operation
- Update to version 4.2.0+git.1578911004.c1a33535:
  * Dev: behave: Not allowed space value for option
  * Fix: ui_cluster: Not allowed space value for option (bsc#1141976)
- Update to version 4.2.0+git.1578645670.4df2f015:
  * Dev: unittest: add unit test for dump_D_process function
  * Fix: hb_report: disable dump all tasks stack into dmesg(bsc#1158060)
- Update to version 4.2.0+git.1578641542.ddda681c:
  * Dev: behave: varify help output for commands which replace as argparse
  * Dev: replace optparse with argparse
- Update to version 4.2.0+git.1578400179.830baba1:
  * Dev: unittest: remove "/placement-strategy=balanced"/ in ut codes
  * Dev: behave: test placement-strategy value is "/default"/
  * Fix: bootstrap: set placement-strategy value as "/default"/(bsc#1129462)
- Update to version 4.2.0+git.1578389070.fb171448:
  * Fix: crmsh.spec: using mktemp to create tmp file(bsc#1154163)
- Update to version 4.2.0+git.1578387778.867a085b:
  * Dev: bootstrap: Maximum number of SBD device is 3
  * Dev: bootstrap: improve multi disk sbd usability support both '-s device1 -s device2' and '-s "/device1;device2"/' improve the logic of code
- Update to version 4.2.0+git.1578030883.465b4212:
  * dev: unittest: fix test_report.py failing in 2020
- Update to version 4.2.0+git.1577086871.f544180c:
  * Update ChangeLog for 4.2.0
- Update to version 4.1.0+git.1576228931.ae559358:
  * Dev: bootstrap: support multi disk sbd configure
- Update to version 4.1.0+git.1576047267.d87652bb:
  * Dev: behave: functional test for resource failcount set subcommand
  * Low: unittest: add ut for utils.get_nodeid_from_name
  * Fix: ui_resource: set resource failcount correctly(bsc#1144241)
- Update to version 4.1.0+git.1575875711.41d65be4:
  * Dev: ui_cluster: replace --qdevice as --qnetd-hostname
  * Dev: corosync: add log and debug messages on each certificate steps
  * Dev: Improvements on naming and class constants
  * Dev: behave: functional test for qdevice setup and options
  * Dev: behave: improve functional test for bootstrap process
  * Dev: ui_cluster: change qdevice related option's help message
  * Dev: utils: add is_unicast function to check transport type
  * Dev: corosync: use custom exception IPAlreadyConfiguredError for add_node_ucast
  * Dev: unittests: test corosync.Qdevice class
  * Dev: bootstrap: support qdevice heuristics
  * Dev: bootstrap: start qdevice/qnetd service when not overwrite configuration
  * Dev: ui_corosync: improve corosync status sub-command
  * Low: utils: refactor parallax_copy, parallax_call and parallax_slurp
  * Dev: bootstrap: remove qnetd
  * Dev: bootstrap: when removing qdevice, remove qdevice database
  * Dev: bootstrap: qdevice certification process when cluster join
  * Dev: ui_cluster: change option info for qdevice/qnetd
  * Dev: bootstrap: qdevice certification process when cluster init
  * Dev: bootstrap: interface for removing qdevice
  * Dev: corosync: check tie-breaker is a valid nodeid
  * Dev: bootstrap: combine Qdevice.valid2 into Qdevice.valid_attr
  * Dev: bootstrap: improve init_qdevice function
  * Dev: bootstrap: make update_expected_votes as outer function for reuse
  * Dev: bootstrap: write qdevice config section when configuring qdevice in stage
  * Dev: bootstrap: adjust corosync configuration for qdevice
  * Dev: bootstrap: make qdevice process as a bootstrap stage
  * Dev: bootstrap: manage qnetd node
  * Dev: bootstrap: valid qdevice parameters
- Update to version 4.1.0+git.1573020742.a0b88227:
  * Test: unittest: test Parallax class
  * Dev: parallax: create class Parallax to simplify using parallax
- Update to version 4.1.0+git.1572504697.472361c5:
  * Doc: ui_configure: do_property: ask to remove maintenance from resources and nodes
  * Test: ui_configure: do_property: ask to remove maintenance from resources and nodes
  * Dev: ui_configure: do_property: ask to remove maintenance from resources and nodes
- Update to version 4.1.0+git.1572385946.69f4f51b:
  * Low: unittest: test init_ssh and init_ssh_remote in bootstrap.py
  * Low: bootstrap: create authorized_keys file if not exists
  * Low: bootstrap: add "/--no-overwrite-sshkey"/ option to avoid SSH key be overwritten
  * Low: bootstrap: don't overwrite ssh key if already exists
- Update to version 4.1.0+git.1572337494.6f2c8ea9:
  * Doc: ui_node: do_maintenance: ask to remove maintenance attr from primitives
  * Test: ui_node: do_maintenance: ask to remove maintenance attr from primitives
  * Dev: ui_node: do_maintenance: ask to remove maintenance attr from primitives
- Update to version 4.1.0+git.1572251962.bc706121:
  * unittest: add unittest for corosync.add_node_ucast
  * Fix: corosync: reject append ipaddress to config file if already have(bsc#1127095, 1127096)
- Update to version 4.1.0+git.1571645029.57177c5d:
  * Test: ui_resource: ask about ALL primitives when overriding attributes
  * Dev: ui_resource: ask about ALL primitives when overriding attributes
- Update to version 4.1.0+git.1569593219.e357a9b9:
  * Fix: ui_cluster: refactor function list_cluster_nodes and handle the None situation(bsc#1145520)
- Update to version 4.1.0+git.1569593061.35f57072:
  * High: cibconfig: Correctly sanitize the original CIB as patch base (bsc#1127716, bsc#1138405)
  * Revert "/high: cibconfig: Use correct CIB as patch base (bsc#1127716)"/
  * Partially revert "/medium: cibconfig: Sanitize CIB for patching (bsc#1127716)"/
- Update to version 4.1.0+git.1567524903.fff07b88:
  * Doc: ui_resource: resolve maintenance vs is-managed conflict
  * Test: ui_resource: resolve maintenance vs is-managed conflict
  * Dev: ui_resource: resolve maintenance vs is-managed conflict
- Update to version 4.1.0+git.1566912937.ad2608af:
  * Test: ui_resource: maintenance: stop using crm_resource
  * Dev: ui_resource: maintenance: stop using crm_resource
- Update to version 4.1.0+git.1566462738.45748f84:
  * Revert "/dev: Suggestion: Try to centralized command options in one file"/
- Update to version 4.1.0+git.1566218232.dbdf060c:
  * Fix: utils: fix logic for process non comments line(bsc#1145823)
  * Low: unittest: add unittest for bsc#1145823
- Update to version 4.1.0+git.1563261260.3b251242:
  * doc: manpages: Fix spelling
- Update to version 4.1.0+git.1561107542.79593cb0:
  * Fix: utils: issue in to_ascii (bsc#1138115)
- Update to version 4.0.0+git.1558430233.89bb6eec:
  * Fix: bootstrap: bindnetaddr should accept both network and specific IP(bsc#1135585, bsc#1135586)
  * Fix: hb_report: analysis.txt should includes warning, error, critical messages(bsc#1135696)
  * medium: ui_node: Check corosync state before clearstate (bsc#1129702)
- Update to version 4.0.0+git.1558344349.9cd3669a:
  * fix: hb_report: handle UnicodeDecodeError(bsc#1130715)
  * setting error='replace' to replace invalid utf-8 characters
  * try to catch UnicodeDecodeError and print traceback
- Update to version 4.0.0+git.1557307618.dc73b57b:
  * medium: cibconfig: Sanitize CIB for patching (bsc#1127716)
  * high: cibconfig: Use correct CIB as patch base (bsc#1127716)
  * medium: parse: Detect and error on illegal ordering of op attributes (bsc#1129210)
  * medium: utils: Handle sysconfig values containing = (bsc#1129317)
  * low: hb_report: collect output of "/sbd dump"/ and "/sbd list"/(bsc#1129383)
  * low: msg: add timestamp for DEBUG messages(bsc#1129380)
- Update to version 4.0.0+git.1552985860.56f2db3a:
  * Fix: bsc#1129719: check command and related files exist
  * High: constants: add "/promotable"/, "/promoted-max"/ and "/promoted-node-max"/ in clone meta attributes
  * Fix: cibconfig: #425 The ID attribute is not required for select and select_attributes
  * medium: scripts: Set kind for order constraints, not score (bsc#1123187)
  * low: utils: add support for dpkg
  * low: utils: add support for apt-get
  * low: utils: convert string contstants to bytes
  * Fix: bsc#1120857,1120856 bootstrap warning messages should better start with like "/WARNING:"/ instead of "/!"/
  * Fix: bsc#1120554, bsc#1120555 crmsh crashed when using configure>template>apply
  * High: hbreport: fix UnicodeEncodeError while print(bsc#1093564)
- Avoid touching files to make build more reproducible
- Install bash completion to correct location
- Update to version 4.0.0+git.1543873923.0f9166fd:
  * medium: cibverify: Increase log level for verification (bsc#1116559)
- Update to version 4.0.0+git.1542103310.dd114188:
  * high: cibconfig: Normalize - to _ in param names (bsc#1111579)
  * medium: ra: Handle obsoletes attribute (bsc#1111579)
- Update to version 4.0.0+git.1540390310.315a48ed:
  * ui_cluster: restart cluster is added (bsc#1052088)
  * auto-commit enabling/disabling maintenance mode for a whole cluster (bsc#1112593)
- Update to version 4.0.0+git.1539006450.f80a6308:
  * medium: bootstrap: Skip netmask check on GCP (bsc#1106946)
  * medium: utils: Detect local IP on GCP (bsc#1106946)
- Update to version 4.0.0+git.1538492109.4b1170b0:
  * medium: bootstrap: Correctly check rrp_mode flag (bsc#1110463)
  * medium: bootstrap: Pick first match for multiple routes (bsc#1106946)
  * medium: utils: Use cloud metadata service to discover IP (bsc#1106946)
  * Fix: bootstrap: change default ip address way for both mcast and unicat(bsc#1109975,bsc#1109974)
- Update to version 4.0.0+git.1537967262.68a0bd1e:
  * Fix incorrect bindnetaddr in corosync.conf (bsc#1103833) (bsc#1103834)
- Update to version 4.0.0+git.1537860833.be41d63c:
  * fix: bootstrap: non interactive unicast cluster init and join(bsc#1109172)
  * medium: bootstrap: Disable strict host key checking on all ssh invocations
  * medium: support ocfs2 log collecting
  * hbreport: process name change for pacemaker 2.0(bsc#1106052)
  * Fix: bootstrap: "/-i"/ option doesn't work(bsc#1103833, bsc#1103834)
  * Low: bootstrap: No warning message when using '-q'
  * high: ra: Support Pacemaker 2.0 daemon names
  * high: config: Locate pacemaker daemons more intelligently (#67) (bsc#1096783)
  * Fix: TypeError in logparser.py(bsc#1093433)
- Always require python3-parallax (bsc#1103832)
- Update to version 4.0.0+git.1526547258.54aafa1d:
  * high: bash_completion: Adjust for non-interactive mode(bsc#1090304)
  * high: utils: Parse /32 route entries
  * low: terminal will lose cursor after type ctrl+c(bsc#1090626)
  * low: ui_configure: Adjust prompt string after help messages(bsc#1090140)
  * low: bootstrap: Strip spaces before some status descriptions
- Update to version 4.0.0+git.1523871649.78999e05:
  * doc: Fix unbalanced example marker (bsc#1075764)
- Update to version 4.0.0+git.1523435067.43bb4847:
  * high: hbreport: adjustment for hbreport (bsc#1088784)
- Update to version 4.0.0+git.1522278003.cd7ae188:
  * high: ui_resource: Undeprecate refresh and remove reprobe (bsc#1084736)
- Update to version 4.0.0+git.1519721966.9abd841c:
  * low: bootstrap: Updated authkey generation (bsc#1077389)
- Update to version 4.0.0+git.1518510059.7a6f94e6:
  * fix: bootstrap: Create pacemaker_remote authkey (bsc#1077389)
  * low: bootstrap: Always ask whether to use sbd
  * fix: hb_report: got the right file decompressor(bsc#1077553)
  * medium: hb_report: Avoid calling deprecated network utilities (bsc#1073638)
- Update to version 4.0.0+git.1518073467.76fb6a0b:
  * high: crm_script: Python2->3 string conversion crash in wizards (bsc#1074835)
- Update to version 4.0.0+git.1518010150.a58fa637:
  * high: bootstrap: Add QDevice/QNetd support (bsc#1070961)
  * medium: hb_report: implement dlm_dump info (bsc#1078710)
  * fix: hb_report: collect sbd info (bsc#1076389)
  * fix: hb_report: Collect irregular log file (bsc#1067438)
- Update to version 4.0.0+git.1516124911.d66d9d1f:
  * medium: constants: Add bundle to constants (bsc#1076239)
  * low: xmlutil: Add bundle to sort (bsc#1076239)
- Update to version 4.0.0+git.1515767348.9561209c:
  * medium: ui_cluster: Stop corosync when stopping pacemaker (bsc#1066156)
  * medium: bootstrap: Don't try to remove full nodes from remote nodes
  * medium: clvm-vg: update to use LVM-activate RA (bsc#1074835)
  * medium: clvm: update to use lvmlockd instead of clvmd (bsc#1074835)
  * low: ui_node: normal is deprecated in favor of member (fate#324508)
  * low: ui_configure: no complete for rename new_id
  * low: bootstrap: Don't ssh to localhost in remove
  * low: ui_configure: improve do_group completer
- Update to version 4.0.0+git.1515511613.5ee0eb23:
  * high: scripts: Enable complex expressions in when: (bsc#1074835)
  * medium: hb_report: Support new pacemaker.log location (fate#324508)
  * low: ui_configure: Complete rsc template correctly
  * fix: ra: Convert bytes to str
  * fix: ui_resource: Using crm_failcount instead of crm_attribute(bsc#1074127)
- Update to version 4.0.0+git.1513179435.e1d17d7b:
  * high: scripts: Fix Python 3 migration issues in health, check-uptime (bsc#1071519)
- Update to version 4.0.0+git.1513011384.5aebf8a4:
  * high: parse: Support new alert syntax (#280) (bsc#1069129)
  * high: parse: Support new container bundles (fate#323415)
  * low: hb_report: return "/"/ to avoid TypeError
  * low: ui_configure: use filter_keys replace any_startswith
- Update to version 4.0.0+git.1512406036.adc26906:
  * high: bootstrap: Fix firewall reload command invocation (bsc#1071108)
- Update to version 4.0.0+git.1512395407.e65870b4:
  * high: bootstrap: Encode, not decode (bsc#1070344)
- Update to version 4.0.0+git.1512385350.d06aa847:
  * Fix writing non-ascii chars to log (bsc#1070344)
  * Fix is_program(dmidecode) error (bsc#1070344)
  * low: ui_configure: fix for 309d2e, remove "/id="/ in a save way
  * low: ra: Don't require deprecated parameters (#321)
  * low: cibconfig: use refresh instead of reset after commit
- Update to version 4.0.0+git.1511604050.816cb0f5:
  * high: crm_rpmcheck: Fix bytes to str encoding error (bsc#1069294)
  * medium: bootstrap: Missing dmidecode on ppc64le (bsc#1069802)
- Update to version 4.0.0+git.1511256861.18b44cfa:
  * high: bootstrap: Use default IP address for ring0 (bsc#1069142)
  * medium: scripts: make sure gfs2 can be configured using hawk (bsc#1067123)
  * medium: bootstrap: fix init vgfs crash if no "/-o device"/ option
  * medium: bootstrap: fix init storage crash if no value input
  * medium: ui_configure: fix crash when no args given
  * medium: filter exist args
  * low: utils: convert bytes to str (bsc#1067823)
  * low: ui_context: Continue completing when input is an alias
  * low: bootstrap: Change error/confirm message with specific device name
- Update to version 4.0.0+git.1510563824.1aecfa01:
  * high: utils: Use python3 in util scripts (bsc#1067823)
  * high: bootstrap: Use firewall-offline-cmd for firewalld (bsc#1067498)
  * medium: hb_report: Verify corosync.conf exists before opening it (bsc#1067456)
  * low: config: Collect /var/log/ha-cluster-bootstrap.log (bsc#1067438)
  * medium: bootstrap: Avoid SSH to localhost (bsc#1067324)
- Update to version 4.0.0+git.1510233955.43c72bf7:
  * high: bootstrap: Fix readline error in cluster remove (bsc#1067424)
  * low: bootstrap: Clarify removal warning
  * low: bootstrap: Avoid printing None instead of NTP service name (bsc#1060602)
- Update to version 4.0.0+git.1509626995.fa880522:
  * high: bootstrap: revert corosync ports for mcast configuration as well (bsc#1066196)
  * high: bootstrap: Revert default corosync port to 5405/5404 (bsc#1066196)
  * medium: NewCommit: ui_configure: complete for ra actions
  * medium: ui_configure: Replace compl.null to compl.attr_id where an id is required
  * medium: ui_context: Stop completing when an id is required
  * low: ui_context: reset term when using help command+ctrlC
  * low: utils: Stop using deprecated functionality
- Update to version 4.0.0+git.1509449399.1e22e954:
  * Make sure scripts use python3 (fate#323526)
  * medium: enable add the second heartbeat line for unicast
  * medium: bootstrap: check init options before running
  * low: ui_script: Sort keys when printing JSON
- Update to version 4.0.0+git.1509349758.2bd8a099:
  * Port to Python 3 (fate#323526)
  * hb_report: config file for hb_report (fate#321640)
- Correct name of python-dateutil package
- Update to version 3.0.1+git.1504985015.b695b452:
  * medium: ui_node: node attribute/status-attr is about node attr, not for resources
  * medium: bootstrap: Only call firewall-cmd if firewalld is active
- Update to version 3.0.1+git.1504075678.b5dce7ab:
  * low: utils: is_process did not work
  * low: utils: Use /proc for process discovery
  * low: bootstrap: Fix formatting of confirmation prompt (bsc#1028704)
  * medium: bootstrap: Set expected_votes based on actual node count (bsc#1033288)
  * remove bindnetaddr for unicast(bsc#1030437)
  * lsb, service, stonith and systemd don't have any providers; so, it shouldn't be completed when type 'tab' after these ra classes.
  * doc: Document lifetime parameter format
  * medium: Add support for pacemaker PR#1208
  * Feature: add rules support to operations
  * low: bootstrap: Fall back to logging into $TMPDIR/ha-cluster-bootstrap.log
  * Improved cd completion
  * Improve ls command outputs
  * Remove "/up/back/end"/ option at root level
  * medium: ui_context: Make all the options can be completed
  * medium: ui_ra: Improve resource agents completion
  * medium: ui_cluster: Add enable/disable option to enable/disable pacemaker service
  * medium:command:adjust the 'ls' print width for long options
  * low:scripts:health: save health-report when run "/crm cluster health"/
  * low: ui_cluster: add "/delete"/ alias for "/remove"/ option
  * low: bootstrap: give a confirm message when remove node
  * medium: bootstrap: add callback function to check valid port range
  * medium: ui_cluster: Add cluster rename command
  * low: ui_cluster: when use help option, do not exit, just print help messages and return
  * low: ui_cluster: when have an error for optparse, just return and stay at shell
  * low: ui_cluster: complete node name once
  * low: help: adjust the help print width
  * low: ui_cluster: show cluster name in cluster status command
  * Add missing ')'
  * low: completers: filter out ms resource when doing promote/demote
  * low: bootstrap: Don't rely on ha-cluster-* shortcuts
  * low: bootstrap: Improve message when sbd is not installed (bsc#1050427)
  * low: ui_cluster: run command on a specific node
  * medium: bootstrap: run "/csync2_update"/ for all files after new joining node call csync2_remote
  * low: ui_cluster: change cluster name need restart cluster service
  * medium: bootstrap: disable completion and history when running bootstrap
  * high: bootstrap: expected votes wouldn't update in unicast mode
  * medium: bootstrap: configure with IPv6(mcast)
  * medium: bootstrap: configure with IPv6(unicast)
  * medium: bootstrap: validation for bindnetaddr/mcastaddr
  * medium: bootstrap: validation for admin IP
  * medium: utils: list_cluster_nodes: read nodes list from cib.xml
  * low: main: add hostname in promptstr
  * medium: enable adding a second heartbeat ring for mcast
  * low: bootstrap: give error hints when use sbd without watchdog
  * medium: ui_resource: start stopped resources and stop started resources
  * Detect firewall by checking installed packages
  * Fix SBD configuration when using SBD device (Fixes #235)
  * medium: bootstrap: Add support for chrony
  * low: bootstrap: Check for firewalld before SuSEfirewall2
  * medium: ui_configure: in modgroup, add free id and remove id in group
  * medium: ui_node: node utilization is about node attr, not for resources
- Drop merged patches:
  * Remove 0001-Allow-empty-fencing_topology-bsc-1025393.patch
  * Remove 0002-low-bootstrap-Fix-warning-for-formatting-SBD-device-.patch
  * Remove 0003-medium-ui_cluster-Fix-init-with-no-arguments-bsc-102.patch
  * Remove 0004-low-utils-Use-proc-for-process-discovery.patch
  * Remove 0005-medium-scripts-health-Make-health-script-available-a.patch
  * Remove 0006-remove-bindnetaddr-for-unicast-bsc-1030437.patch
  * Remove 0007-medium-bootstrap-Set-expected_votes-based-on-actual-.patch
  * Remove 0008-high-cibconfig-Graph-file-output-option-was-reversed.patch
  * Remove 0009-medium-bootstrap-Enable-help-geo-init-etc.-bsc-10374.patch
  * Remove 0010-medium-bootstrap-Handle-failure-to-fetch-config-grac.patch
  * Remove 0011-medium-bootstrap-Check-required-arguments-to-geo-joi.patch
  * Remove 0012-doc-geo-join-requires-clusters-argument-bsc-1037442.patch
  * Remove 0013-medium-bootstrap-Make-arbitrator-argument-optional-b.patch
  * Remove 0014-medium-history-Revert-preference-of-messages-over-ha.patch
  * Remove 0015-medium-ui_cluster-Add-force-to-ha-cluster-remove-bsc.patch
  * Remove 0016-high-bootstrap-Add-option-to-enable-diskless-SBD-mod.patch
  * Remove 0017-medium-scripts-Clarify-help-text-for-NFS-wizard-bsc-.patch
  * Remove 0018-medium-scripts-Relax-broadcast-IP-validation-bsc-104.patch
  * Remove 0019-medium-bootstrap-Fix-watchdog-SBD-envvars-bsc-104511.patch
- Rewrite python shebang of scripts to help other distributions
- keep .adoc timestamp to not embed build date in crm.8.html (boo#1047218)
- medium: bootstrap: Fix watchdog SBD envvars (bsc#1045118)
  * Add 0019-medium-bootstrap-Fix-watchdog-SBD-envvars-bsc-104511.patch
- medium: scripts: Relax broadcast IP validation (bsc#1044233)
  * Add 0018-medium-scripts-Relax-broadcast-IP-validation-bsc-104.patch
- medium: scripts: Clarify help text for NFS wizard (bsc#1044244)
  * Add 0017-medium-scripts-Clarify-help-text-for-NFS-wizard-bsc-.patch
- high: bootstrap: Add option to enable diskless SBD mode to cluster init (bsc#1045118)
  * Add 0016-high-bootstrap-Add-option-to-enable-diskless-SBD-mod.patch
- medium: ui_cluster: Add --force to ha-cluster-remove (bsc#1044071)
  * Add 0015-medium-ui_cluster-Add-force-to-ha-cluster-remove-bsc.patch
- medium: history: Revert preference of messages over ha-log.txt (bsc#1031138)
  * Add 0014-medium-history-Revert-preference-of-messages-over-ha.patch
- medium: bootstrap: Make arbitrator argument optional (bsc#1038386)
  * Add 0013-medium-bootstrap-Make-arbitrator-argument-optional-b.patch
- doc: geo-join requires --clusters argument (bsc#1037442)
  * Add 0012-doc-geo-join-requires-clusters-argument-bsc-1037442.patch
- medium: bootstrap: Check required arguments to geo-join (bsc#1037421)
  * Add 0011-medium-bootstrap-Check-required-arguments-to-geo-joi.patch
- medium: bootstrap: Handle failure to fetch config gracefully (bsc#1037423)
  * Add 0010-medium-bootstrap-Handle-failure-to-fetch-config-grac.patch
- medium: bootstrap: Enable "/help geo-init"/ etc. (bsc#1037417)
  * Add 0009-medium-bootstrap-Enable-help-geo-init-etc.-bsc-10374.patch
- high: cibconfig: Graph file output option was reversed (bsc#1036595)
- Add 0008-high-cibconfig-Graph-file-output-option-was-reversed.patch
- low: bootstrap: Update fix for formatting SBD device (bsc#1028704)
- medium: bootstrap: Set expected votes based on actual node count (bsc#1033288)
- Add 0007-medium-bootstrap-Set-expected_votes-based-on-actual-.patch
- low: remove bindnetaddr for unicast(bsc#1030437)
- Add 0006-remove-bindnetaddr-for-unicast-bsc-1030437.patch
- medium: scripts/health: Make health script available as wizard (fate#320848) (fate#320866)
- Add 0005-medium-scripts-health-Make-health-script-available-a.patch
- low: bootstrap: Fix warning for formatting SBD device (bsc#1028704)
- medium: ui_cluster: Fix init with no arguments (bsc#1028735)
- low: utils: Use /proc for process discovery
- Add 0002-low-bootstrap-Fix-warning-for-formatting-SBD-device-.patch
- Add 0003-medium-ui_cluster-Fix-init-with-no-arguments-bsc-102.patch
- Add 0004-low-utils-Use-proc-for-process-discovery.patch
- Allow empty fencing topology (bsc#1025393)
- Add 0001-Allow-empty-fencing_topology-bsc-1025393.patch
- Update to version 3.0.0:
  * high: bootstrap: Add bootstrap commands (fate#321114)
  * high: logparser: Update transition RE (#168)
  * medium: hb_report: don't use backticks in local
  * medium: hb_report: Make sure this never expands to rm -rf /
  * medium: ui_history: Avoid ugly wrapping of diff output
  * medium: ui_cluster: Fix broken cluster remove command
  * low: cibconfig: Clearer error for duplicate ID (bsc#1009748)
  * low: crm_pssh: Fix nodenum envvar name
  * low: cmd_status: More detail in verify output
  * low: ui_cluster: start/stop don't touch corosync, just pacemaker
  * low: ui_script: Fix script list all/names argument handling
  * low: ui: Fix vim highlightning support.
  * low: ui_cluster: No need to check the cluster stack in requires
  * low: completers: give the op's hint when type tab after 'op'
- Update to version 2.2.0+git.1476084519.a000372:
  * high: cibconfig: Ensure temp CIB is readable by crm_diff (bsc#999683)
  * high: parse: Support target pattern in fencing topology
  * medium: ui_configure: option to obscure passwords
  * medium: cibconfig: Remove from tags when removing object
  * medium: scripts: Better corosync defaults (bsc#1001164)
  * medium: scripts: Drop logrotate check from cluster health
  * medium: corosync: Fix missing variable in del-node
  * low: cmd_status: Highlight plural forms (bsc#996806)
- Update to version 2.2.0+git.1473924149.8abc212:
  * high: history: Quote archive tarball name if it contains spaces (bsc#998959)
  * high: history: Prefer /var/log/messages over ha-log.txt (bsc#998891)
- Update to version 2.3.1+git.1472802925.a4a4041:
  * Require Python 2.6+, not 2.7 (bsc#995611)
- Update to version 2.2.0+git.1470743271.64d1a40:
  * medium: constants: Add missing alerts constants (#150) (bsc#992789)
- Update to version 2.2.0+git.1469918297.1b801f6:
  * high: hb_report: Skip lines without timestamps in log correctly (bsc#989810)
  * high: hb_report: Don't collect logs from journalctl if -M is set (bsc#990025)
  * high: parse: Use original _TARGET_RE
  * low: Fix a setting example of the alert to become the error
  * low: scripts: Fix use of non-relative import for ra
- Update to version 2.2.0+git.1464769043.9e4df55:
  * medium: tmpfiles: Create temporary directory if non-existing (bsc#981583)
- Update to version 2.2.0+git.1464237560.fd9e583:
  + high: constants: Add maintenance to set of known attributes (bsc#981659)
  + medium: xmlutil: reduce unknown attribute to warning (bsc#981659)
- Update to version 2.2.0+git.1464167894.621fe00:
  + medium: scripts: no-quorum-policy=ignore is deprecated (bsc#981056)
- Update to version 2.2.0+git.1463777827.9b402a8:
  + high: history: Store live report in per-user directory (bsc#980924)
  + medium: logparser: Handle read-only access to metadata cache (bsc#980924)
  + medium: logparser: Fix use-before-declaration error in logparser
  + medium: history: Report better error when history user is not sudoer (bsc#980924)
  + low: utils: Clearer error if permission denied when locking (bsc#980924)
  + low: history: fall back to any log file in report root
- Update to version 2.2.0+git.1462967444.169c554:
  + high: parse: Support for event-driven alerts (fate#320855) (#136)
  + high: utils: Avoid deadlock if DC changes during idle wait (bsc#978480)
  + medium: ui_resource: Add force argument to resource cleanup (bsc#979420)
  + medium: ui_resource: Show utilization in output from crm resource scores
  + high: ui_resource: Improved resource move/clear/locate commands
- Update to version 2.2.0+git.1462285059.d79cd0d:
  + high: ui_root: Add crm verify command
  + medium: hb_report: Fix broken -S option (#137)
  + low: hb_report: Fix spurious error on missing events.txt
  + low: scripts: Note SBD recommendation in vmware script (fate#318320)
  + low: scripts: Note SBD recommendation in libvirt script (fate#318320)
- Update to version 2.2.0+git.1461246131.bf3c265:
  + medium: scripts: Add vmware to data manifest (fate#318320)
  + medium: ui_node: Fix crash in node fence command (bsc#974902)
  + low: scripts: Preserve formatting in description for vmware wizard
  + low: scripts: Better description for sbd
- Update to version 2.2.0+git.1461083981.dab79a4:
  + high: scripts: VMware fencing using vCenter (fate#318320)
- Update to version 2.2.0+git.1461051741.724349d:
  + low: cibconfig: Don't mix up CLI name with XML tag
  + low: constants: Add missing reload operation to parser
  + low: corosync: Recycle node IDs when possible
  + low: parse: Don't validate operation name in parser (bsc#975357)
  + low: scripts: Only print debug output locally unless there were remote actions
  + low: scripts: Fix watchdog test in sbd-device (fate#318320)
  + low: scripts: Shouldn't set -e here (fate#318320)
- Remove bug-974902_crm-node-fence.patch
- medium: ui_node: Fix "/crm node fence"/ (bsc#974902)
  - bug-974902_crm-node-fence.patch
- Update to version 2.2.0+git.1458546035.5df0420:
  + medium: scripts: SBD wizard which configures SBD itself (fate#318320)
  + medium: main: Add -o|--opt to pass extra options for crmsh
  + medium: hb_report: Add timeout to SSH connection (bsc#971690)
  + low: command: handle stray regex characters in input
  + low: scripts: Clean up various scripts
- Fix build-compare by only touching files with timestamps in the future
  and by not including the rebuild counter in hb_report
- Update to version 2.2.0+git.1458042315.389d264:
  + high: history: Faster log parsing (bsc#970278)
  + medium: ui_node: Use stonith_admin -F to fence remote nodes (bsc#967907)
  + medium: crm_pssh: Fix live refresh of journalctl logs (bsc#970931)
  + medium: hb_report: Use server attribute for remote nodes if set (bsc#970819)
  + medium: ui_node: Add crm node server command
  + medium: scripts: Simplify SBD script (bsc#968076) (fate#318320)
  + medium: scripts: inline scripts for call actions
  + medium: scripts: Don't require sudo for root
  + medium: scripts: Set sudo and full path for exportfs -v in nfs scripts
  + medium: scripts: Add nfs-utils to list of packages for nfsserver
  + low: history: use os.listdir to list history sessions
  + low: scripts: Fix error in service action
  + low: logtime: Improve performance of syslog_ts (bsc#970278)
  + low: hb_report: Print covered time span at exit (bsc#970823)
  + low: hb_report: Warn if generated report is empty (bsc#970823)
  + low: log_patterns_118: Add captures to log patterns for tagging (bsc#970278)
  + low: ui_resource: alias show to get
  + low: hb_report: Suggest user checks timeframe on empty logs (bsc#970823)
  + low: logparser: Add cib info to __meta for hawk
- Update to version 2.2.0+git.1456299101.87fe3c9:
  + high: ui_configure: Fix commit force (#120)
  + medium: config: make multiarch dependency a dynamic include (#119)
  + low: ui_node: Less cryptic query when fencing node
- Update to version 2.2.0+git.1455627181.78fd949:
  + high: scripts: Add LVM on DRBD cluster script (bsc#951132)
  + high: scripts: Add NFS on LVM and DRBD cluster script (bsc#951132)
  + high: added the "/push"/ method to the "/configure load"/ command (fate#320389)
  + medium: ui_configure: Only wait for DC if resources were stopped (#117)
  + medium: hb_report: Don't collect logs on non-nodes (bsc#959031)
  + medium: hb_report: Don't collect logs on non-nodes (bsc#959031)
  + medium: ui_configure: Only wait for DC if resources were stopped (#117)
  + medium: command: Disable fuzzy matcher for completion (#116)
  + medium: corosync: added optional parameter [name] to "/corosync add-node"/ function
  + medium: constants: clone-min meta attribute (new in Pacemaker 1.1.14)
  + medium: cibconfig: add and|or filter combinators to influence filtering (fate#320401)
  + Medium: history: update patterns for resource (new lrmd)
  + medium: ui_configure: Rename show-property to get-property
  + medium: scripts: Updated SBD cluster script (fate#318320)
  + low: Fix title style vs. sentence style in cluster scripts (bsc#892108)
  + low: Fix title style vs. sentence style in cluster scripts (bsc#892108)
  + Low: maintenance: allow action to be forced
- Remove merged patches:
  - Remove 0001-high-history-Parse-log-lines-without-timestamp-bsc-9.patch
  - Remove 0002-high-scripts-Improved-OCFS2-cluster-script-bsc-95398.patch
  - Remove 0003-high-scripts-fix-broken-cluster-init-script-bsc-9631.patch
- high: scripts: fix broken cluster init script (bsc#963135)
- high: scripts: Improved OCFS2 cluster script (bsc#953984)
- high: history: Parse log lines without timestamp (bsc#955581)
- Add 0001-high-history-Parse-log-lines-without-timestamp-bsc-9.patch
- Add 0002-high-scripts-Improved-OCFS2-cluster-script-bsc-95398.patch
- Add 0003-high-scripts-fix-broken-cluster-init-script-bsc-9631.patch
- Update to version 2.2.0~rc3+git.1452867205.c160c5a:
  + high: cibconfig: Fix XML import bug for cloned groups (bsc#959895)
  + high: cibconfig: fail if new object already exists (bsc#959965)
  + high: cibconfig: Preserve failure through edit (bsc#959965)
  + medium: ui_cib: Call crm_shadow in batch mode to avoid spawning subshell (bsc#961392)
  + medium: ui_history: Add events command (bsc#952449)
  + medium: scripts: Reformat scripts to simplified form
  + medium: scripts: Load single file yml scripts
  + medium: cibconfig: Detect false container children
  + medium: history: Ignore central log
  + medium: history: Fix live report refresh (bsc#950422) (bsc#927414)
  + low: don't use deprecated crm_attribute -U option
  + low: hb_report: Drop function from event patterns
  + low: clidisplay: Avoid crash when colorizing None
  + doc: Documentation for history events command
- Update to version 2.2.0~rc3+git.1449475283.649c9d2:
  + high: ui_configure: Move validate-all validation to a separate command (bsc#956442)
  + high: scripts: Don't delete steps from upgraded wizards (bnc#957925)
  + medium: scripts: Enable setting category in legacy wizards (bnc#957926)
  + high: scripts: Don't require scripts to be an array of one element
  + high: scripts: Conservatively verify scripts that modify the CIB (bsc#951954)
  + high: ui_resource: Enable start/stop/status for multiple resources at once (bsc#952775)
  + high: ui_resource: Add constraints and operations commands
  + high: ui_ra: Add ra validate command (bsc#956442)
  + high: script: Fix issues found in cluster scripts
  + low: resource: Fix unban alias for unmigrate
- Update to version 2.2.0~rc3+git.1447774225.24dd944:
  + high: xmlutil: Order is significant in resource_set (bsc#955434)
- Update to version 2.2.0~rc3+git.1447033314.c640af6:
  + medium: script: (filesystem) create stopped (bsc#952670)
  + doc: configure load can read from stdin
  + medium: scripts: Lower copy target to string
- Update to version 2.2.0~rc3+git.1446121677.5f4ab3c:
  + high: scripts: Eval CIB text in correct scope (bsc#952600)
  + medium: scripts: Check required parameters for optional sub-steps
  + medium: utils: Fix python 2.6 compatibility
- Update to version 2.2.0~rc3+git.1446022288.cbb7d77:
  + medium: scripts: No optional steps in legacy wizards (bsc#952226)
  + medium: ui_script: Tag legacy wizards as legacy in show (bsc#952226)
- Update to version 2.2.0~rc3+git.1445863187.686e3ec:
  + high: utils: Revised time zone handling (bsc#951759)
- Update to version 2.2.0~rc3+git.1445338389.7433378:
  + high: scripts: Fix DRBD script resource reference (bsc#951028)
  + low: constants: Tweaked graph colors
- Update to version 2.2.0~rc3+git.1444854254.fc37f7f:
  + high: utils: Handle time zones in parse_time (bsc#949511)
  + medium: cibconfig: Fix sanity check for attribute-based fencing topology (#110)
  + medium: ui_script: Optionally print common params
  + medium: hb_report: Remove reference to function name in event patterns (bsc#942906)
  + medium: report: Make transitions without end stretch to 2525
  + doc: add missing <> to fencing_topology syntax
  + doc: add missing backslash in fencing_topology example
  + doc: add explanatory comments to fencing_topology
  + doc: Update the scripts documentation
  + doc: Fix unclosed block in scripts documentation
- Update to version 2.2.0~rc3+git.1444661352.14fa72b:
  + high: scripts: Determine output format of script correctly (bsc#949980)
  + high: cibconfig: Fix bug with node/resource collision
- Update to version 2.2.0~rc3+git.1444340345.59850ca:
  + high: utils: Fix cluster_copy_file error when nodes provided (bsc#949603)
  + low: xmlutil: More informative message when updating resource references after rename
  + doc: fix some command syntax grammar in the man page
  + doc: resource-discovery for location constraints
- Update to version 2.2.0~rc3+git.1444133917.3f7f79f:
  + high: cibconfig: Fix bug in is_edit_valid (bsc#948547)
  + high: cibconfig: Delete constraints before resources
- Update to version 2.2.0~rc3+git.1444122392.193bf69:
  + high: cibconfig: Allow nodes and resources with the same ID (bsc#948547)
  + high: cibconfig: Allow node/rsc id collision in _set_update (bsc#948547)
  + medium: hb_report: Don't cat binary logs
  + low: report: Silence tar warning on early stream close
- Update to version 2.2.0~rc3+git.1443544100.aa2abda:
  + medium: report: Enable opening .xz-compressed report tarballs
  + medium: config: Always fall back to /usr/bin:/usr/sbin:/bin:/sbin for programs (bsc#947818)
  + low: ui_resource: Silence spurious migration non-warning from pacemaker
  + high: log_patterns_118: Update the correct set of log patterns (bsc#942906)
- Update to version 2.2.0~rc3+git.1443105613.80a246f:
  + medium: cibconfig: Only warn for grouped children in colocations (bsc#927423)
- Update to version 2.2.0~rc3+git.1443102798.74361f5:
  + high: ui_node: Show remote nodes in crm node list (bsc#877962)
  + medium: cibconfig: Warn if configuring constraint on child resource (bsc#927423) (#101)
  + medium: cibconfig: Allow order constraints on group children (bsc#927423)
- Update to version 2.2.0~rc3+git.1442913222.4ba506b:
  + high: config: Remove config.core.supported_schemas (bsc#946893)
- Update to version 2.2.0~rc3+git.1441965248.a9a616d:
  + low: scripts: Fix typo in email type verifier
  + low: scripts: [MailTo] install mailx package
  + high: scripts: Add enum type to script values
  + medium: parse: Add support for node attribute as fencing topology target
  + doc: Improve documentation for the history level
  + low: ui_history: Swap from and to times if to < from
  + low: ui_history: Better error handling and documentation for the detail command
  + medium: report: Add transition tags command (bsc#943470)
  + medium: report: Mark transitions with errors with a star in info output (bsc#943470)
- Update to version 2.2.0~rc3+git.1441319359.d823416:
  + high: scripts: Generate actions for includes if none are defined
  + high: script: Fix subscript agent reference bug
  + medium: crm_pssh: Timeout is an int (bsc#943820)
  + medium: scripts: Fix typo in lvm script
  + low: scripts: [virtual-ip] make lvs_support an advanced parameter
  + low: constants: Add meta attributes for remote nodes
- Update to version 2.2.0~rc3+git.1440887645.cd6ac8a:
  + doc: Clarify documentation for colocations using node-attribute
  + high: parse: Fix crash when referencing score types by name (bsc#940194)
  + low: scripts: Improved script parameter validation
  + medium: scripts: Add MailTo script
- Update to version 2.2.0~rc3+git.1440626270.8872dbc:
  + low: hb_report: Increase time to wait for the logmark
  + medium: log_patterns: Remove reference to function name in log patterns (bsc#942906)
  + low: hb_report: Collect libqb version (bsc#943327)
  + medium: report: Reintroduce empty transition pruning (bsc#943291)
  + medium: scripts: Ensure that the Filesystem resource exists [nfsserver] (bsc#898658)
  + low: scripts: Make virtual IP optional [nfsserver]
  + high: scripts: Add force parameter to cib and crm actions, and don't pass --force by default
  + high: scripts: Default to passing --force to crm after all
  + medium: options: Add --no option
  + medium: scripts: Use --no option over --force unless force: true is set in the script
  + high: ui_script: Print cached errors in json run
- Update to version 2.2.0~rc3+git.1440506835.395dad0:
  + high: report: Update transition edge regexes (bsc#942906)
  + high: hb_report: Always prefer syslog if available (bsc#942906)
- Update to version 2.2.0~rc3+git.1440493477.255685f:
  + low: scripts: Catch attempt to pass dict as parameter value
  + medium: scripts: Switch install default to false (fate#318482)
- Update to version 2.2.0~rc3+git.1439547680.0877a90:
  + low: main: Bash completion didn't handle sudo correctly
  + high: hb_report: Correct path to hb_report after move to subdirectory (bsc#936026)
  + medium: report: Add pacemaker.log to find_node_log list (bsc#941734)
  + high: hb_report: Prefer pacemaker.log if it exists (bsc#941681)
  + high: report: Output format from pacemaker has changed (bsc#941681)
- Update to version 2.2.0~rc3+git.1439305144.fbe773c:
  + medium: config: Add report_tool_options (bsc#917638)
- Update to version 2.2.0~rc3+git.1438934728.5abada2:
  + Medium: cibconfig: skip sanity check for properties other than cib-bootstrap-options
  + high: parse: Add attributes to terminator set (bsc#940920)
- Update to version 2.2.0~rc3+git.1436439891.2cc4984 (fate#318281):
  + high: ui_script: drop end sentinel from API output (fate#318211)
  + low: scripts: Title and category for exportfs
  + low: scripts: Strip shortdesc for scripts and params
  + low: scripts: Tweak description for libvirt
  + low: scripts: make overridden parameters non-advanced by default
  + low: scripts: add missing type annotations to libvirt script
  + low: scripts: Fix formatting for SAP scripts
  + low: scripts: Clearer shortdesc for filesystem
  + low: scripts: Preserve formatting of longdescs
  + medium: ui_script: Add name to action output (fate#318211)
  + low: ui_script: Check JSON command syntax
  + medium: ui_script: Fix bug in verify json encoding
- Update to version 2.2.0~rc3+git.1436110355.d603e20:
  + low: scripts: Fix possible reference error in agent include
- Update to version 2.2.0~rc3+git.1435949142.a824a98:
  + low: Add HAProxy script to data manifest
  + low: Remove build revision from version
  + low: scripts: Clearer error message
- Update to version 2.2.0~rc3+git.1435679589.07d4206:
  + medium: scripts: Add HAProxy script
  + medium: constants: Add 'provides' meta attribute (bsc#936587)
- Update to version 2.2.0~rc3+git.1435265407.2865580:
  + high: hb_report: find utility scripts after move (bsc#936026)
  + high: ui_report: Move hb_report to subdirectory (bsc#936026)
  + high: scripts: subscript values not required if subscript has no parameters / all defaults (fate#318211)
  + high: Makefile: Don't unstall hb_report using data-manifest (bsc#936026)
  + medium: scripts: Fix name override for subscripts (fate#318211)
  + medium: scripts: stop inserting comments as values
  + medium: report: Fall back to cluster-glue hb_report if necessary (bsc#936026)
  + low: scripts: Clean up generated CIB (fate#318211)
- Pre-release 2.2.0-rc3
- high: Merge rewizards development branch (fate#318211)
  (fate#318384) (fate#318483) (fate#318482) (fate#318550)
- Summary of some of the changes included in the merge of
  the rewizards branch:
  + Colorized status output
  + New and more capable cluster script implementation
  + Deprecated the crmsh templates (not the CIB templates,
    the configuration templates)
  + Implemented a JSON API interface to the cluster scripts
    for hawk to use instead of having its own wizards
  + Handlebars-like templating language for cluster scripts
    that modify the CIB
  + Collect metadata from resource agents to avoid duplication
    in configuration scripts
  + Extended validation support for parameter values
  + New cluster scripts:
  - Stonith: SBD and libvirt
  - Apache web server
  - NFS server
  - cLVM
  - Databases: MySQL / MariaDB / Oracle / DB2
  - SAP
  - OCFS2
  - etc.
  + Radically simplified automake and autoconf setup
  + Improved completion performance
  + Added pygment lexers used by the history guide as stand-alone
    python module in contrib/
  + Removed dependency on corosync for regression test suite
  + Sort topics and commands in help output
  + Hide internal commands in help and ls
  + Clearer debug output when simulating
  + Cleaned up and fixed documentation bugs
- Update to version 2.2.0~rc3+git.1434151485.7365522:
  + low: crm: Detect and report use of python 3
  + medium: hb_report: Collect logs from pacemaker.log
  + medium: ui_root: Make the cibstatus command available directly from the root
  + medium: resource: Add ban command
  + medium: handles: {{^feature}}invert blocks{{/feature}}
  + medium: handles: Replace magic value with callables
  + low: handles: Also allow # and $ in identifiers
  + doc: Update reference to parallax in scripts documentation
  + WIP: in-progress notes etc.
  + scripts: Add placeholders for some basic scripts
  + medium: handles: Fix error in strict parameter handling
  + medium: config: add config.path.hawk_wizards
  + medium: ui_script: Add JSON API
  + build: Add update-data-manifest.sh to generate datadir file list
  + contrib: Add pygment lexers used by the history guide
  + doc: Describe website compilation process in development.md
  + doc: scripts: Basic documentation for the cluster scripts
  + medium: help: Sort topics and commands in help output
  + low: handles: Clean up special values
  + doc: Document the script JSON API
  + low: script: Rename describe to show
  + low: command: Hide internal commands from ls
  + doc: Fix unterminated block
  + low: scripts: Stricter regexp for identifiers
  + low: scripts: Handle local runs even if nodelist doesn't contain local node
  + low: cmd_status: Add full argument to status
  + high: cmd_status: Colorize status output
  + Pre-release 2.2.0-rc3
- Pre-release 2.2.0-rc2
- medium: crm_pkg: Fix cluster init bug on RH-based systems
- medium: crm_gv: Improved quoting of non-identifier node names (bsc#931837)
- medium: crm_gv: Wrap non-identifier names in quotes (bsc#931837)
- low: Fix references to pssh to refer to parallax
- medium: report: Try to load source as session if possible (bsc#927407)
- low: xmlutil: Update comment to match the code
- high: report: New detection to fix missing transitions (bnc#917131)
- medium: ui_configure: Add resource as an alias for primitive
- medium: parse: Allow implicit initial for groups as well
- medium: parse: More robust implicit initial parser
- Medium: doc: add history guide
- Low: doc: simplify to make it work with python 2.6
- Medium: hb_report: use faster zypper interface if available
- medium: ui_configure: Wait for DC when removing running resource
- low: schema: Don't leak PacemakerError exceptions (#93)
- high: ui_cluster: Add copy command
- doc: Update the documentation for the upgrade command
- parse: Don't require trailing colon in tag definitions
- high: crm_pssh: Explicitly set parallax inline option (krig/parallax#1)
- high: ui_configure: Add show-property command
- medium: utils: Allow 1/0 as boolean values for parameters
- low: hb_report: Use crmsh config to find pengine/cib dirs (bsc#926377)
- low: ui_options: add alias list for show
- medium: cliformat: Escape double-quotes in nvpair values
- high: parse: Don't allow constraints without applicants
- medium: parse: Disallow location rules without resources
- medium: ui_template: Make new command more robust (bnc#924641)
- high: fix typo in previous commit
- high: ui_node: Don't fence node in clearstate (boo#912919)
- low: Replaced README with README.md
- medium: ui_template: Always generate id unless explicitly defined (boo#921028)
- high: cibconfig: Derive id for ops from referenced resource name (boo#921028)
- medium: templates: Clearer descriptions for editing templates (boo#921028)
- high: ui_context: Wait for DC after commit, not before (#85)
- high: cibconfig: Don't delete valid tickets when removing referenced objects (bnc#922039)
- high: ui_configure: Remove acl_group command (bnc#921056)
- doc: Document changes to template list|new
- medium: help: Teach help to fuzzy match topics
- doc: Describe the shorthand syntax for commands
- low: command: Use fuzzy match for sublevel check
- medium: command: Fuzzy match command names
- low: ui_context: Use true command name when reporting errors
- Low: hb_report: add -X option for extra ssh options
- low: allow pacemaker 1.0 version detection
- low: allow (0,1) as option booleans
- medium: cibconfig: Allow removal of non-existing elements if --force is set
- medium: cibconfig: Allow delete of objects that don't exist without returning error code
- medium: cibconfig: If a change results in no diff, exit silently
- low: pacemaker: Remove debug output
- medium: schema: Remove extra debug output
- medium: schema: Test if node type is optional via schema
- medium: parse: Treat pacemaker-next schema as 2.0+
- low: cibconfig: Improved debug output when schema change fails
- medium: cibconfig: Fix inverted logic causing spurious warning
- Medium: cibconf: preserve cib user attributes
- medium: ra: Handle non-OCF agent meta-data better
- medium: config: Fix case-sensitivity for booleans
- medium: report: Include transitions with configuration changes (bnc#917131)
- medium: xmlutil: Improved check for related elements
- doc: Documentation for show related:<obj>
- medium: report: Convert RE exception to simpler UI output
- medium: cibconfig: add show related:<obj>
- medium: parse: Encode unicode using xmlcharrefreplace in parser
- medium: parse: nvpair attributes with no value = <nvpair name="/.."//> (#71)
- medium: ui_cluster: Add diff command (bnc#914525)
- medium: report: Fall back to end_ts = start_ts
- medium: util: Don't fall back to current time
- high: xmlutil: Treat node type=member as normal (boo#904698)
- low: xmlutil: logic bug in sanity_check_nvpairs
- medium: xmlutil: Modify sort order of object types
- medium: cibconfig: Use orderedset to avoid reordering bugs (#79)
- medium: orderedset: Add OrderedSet type
- medium: cibconfig: Detect v1 format and don't patch container changes (bnc#914098)
- medium: constants: Update transition regex (#77)
- Revert "/high: xmlutil: Reorder elements only if sort_elements is set (#78)"/
- low: ui_options: Add underscore aliases for legacy options
- high: xmlutil: Reorder elements only if sort_elements is set (#78)
- medium: cibconfig: Strip digest from v1 diffs (bnc#914098)
- medium: crm_pssh: Make tar follow symlinks
- medium: constants: Fix transition start detection
- medium: crm_pssh: Handle incomplete Option argument
- high: crm_pssh: Use correct Task API in do_pssh (bnc#913261)
- medium: cibconfig: Break infinite edit loop if --force is set
- high: utils: Locate binaries across sudo boundary (bnc#912483)
- low: config: Convert NoOptionError to ValueError
- low: msg: Add note on modifying supported schemas
- medium: config: Add 2.3 to list of supported schemas
- medium: utils: crm_daemon_dir is added to PATH in envsetup (#67)
- Version 2.2.0-rc2, update ChangeLog
- low: cibconfig: Protect against dereferencing None when building graph
- low: crm_gv: Avoid crashing if passed None in my_edge
- low: cibconfig: Use LXML to remove version data more robustly (#75)
- Remove CIB version in case no --no-version.
- medium: ui_options: Accept prefix or suffix of option as argument
- medium: utils: Check if path basename is less (#74)
- low: report: Delay Report creation until use
- Medium: history: match error/crit messages of pcmk 1.1.12
- low: report: Fix references to PSSH
- high: crm_pssh: Switch to python-parallax over pssh (bnc#905116)
- high: parse: Implicit initial parameter list
- Low: term: get rid of annying ^O in piped-to-less-R output
- medium: parse: Enable name[=value] for nvpair (#71)
- medium: parse: Allow nvpair with no value using name= syntax (#71)
- utils: append_file: open destination in append-mode (boo#907528)
- medium: ui_history: Fix crash using empty object set
- doc: Add note about modeline for vim syntax
- doc: Improved documentation for show and save
- medium: cibconfig: Delete containers first in edits (boo#905268)
- medium: Allow removing groups even if is_running (boo#905271)
- doc: Add documentation section describing rule expressions (boo#905637)
- doc: Clarify documentation for property (boo#905637)
- Medium: config: add alwayscolor to display output option
- medium: config: Add core.ignore_missing_metadata (#68) (boo#905910)
- medium: ui_configure: selectors in save command
- medium: ui_context: Lazily import readline
- medium: cibconfig: Don't bump epoch if stripping version
- medium: ui_configure: Add replace option to commit
- medium: cibconfig: Revised CIB schema handling
- low: cliformat: Colorize id: as identifier (boo#905338)
- medium: config: Fall back to /etc/crm/crmsh.conf (#67)
- high: config: Fix path to system-wide crm.conf (#67)
- medium: cmd_status: Show pending if available, enable extra options
- medium: ra: Use correct path for crmd (#67)
- medium: cibconfig: Allow unsupported schemas with warning
- medium: pacemaker: Support pacemaker-next as schema
- medium: parse: Support resource-discovery in location constraints
- doc: Document deprecation of refresh and reprobe (bnc#905092)
- low: ui_resource: --reprobe and --refresh are deprecated (bnc#905092)
- doc: Document probe op in resource trace (bnc#905050)
- medium: ui_resource: Set probe interval 0 if not set (bnc#905050)
- high: ui_resource: resource trace failed if operation existed (bnc#901453)
- high: ui_resource: Use correct name for error function (bnc#901453)
- medium: ui_resource: Flatten, then filter (#64)
- medium: ui_resource: Only act on resources (#64)
- high: xmlutil: Filter list of referenced resources (bnc#901714)
- high: cibconfig: Don't crash if given an invalid pattern (bnc#901714)
- doc: cibconfig: Add note on inner ids after rename
- medium: xmlutil: Use idmgmt when creating new elements (bnc#901543)
- doc: Remove reference to crmsh documentation at clusterlabs.org
- doc: Clarified note for default-timeouts
- high: hb_report: Collect logs from journald (boo#900654)
- high: report: Find nodes for any log type (boo#900654)
- low: cibconfig: Fix vim modeline
- medium: main: Disable interspersed args
- high: cibconfig: Delay reinitialization after commit
- low: cibconfig: Improve wording of commit prompt
- low: rsctest: Better error message for unsupported action
- medium: ui_maintenance: Combine action and actionssh into a single command
- medium: rsctest: Add basic support for systemd services
- high: ui_maintenance: Add maintenance sublevel (bnc#899234)
- high: parse: Allow empty attribute values in nvpairs (bnc#898625)
- low: main: Replace getopt with optparse
- low: ui_cluster: More informative error message
- low: report: Sort list of nodes
- high: cibconfig: Add tag:<tag> to get all resources in tag
- high: cibconfig: Generate valid CLI syntax for attribute lists (bnc#897462)
- doc: Sort command list in documentation alphabetically
- doc: Handle command names with underscore
- low: ra: Add systemd-support to RaOS
- low: ui_ra: Don't crash when no OCF agents installed
- low: corosync: Check tools before use
- low: main: Catch any ValueErrors that may leak through
- medium: config: Assign default path in all cases
- low: ui_template: List both templates and configs by default
- low: ui_configure: add rm as alias for delete
- low: template: Add 'new <template>' shortcut
- high: scripts: Handle corosync.conf without nodelist in add-node (bnc#862577)
- medium: Handle broken CIB in find_objects
- high: parse: split shortcuts into valid rules
- doc: Rename asciidoc files to %.adoc
- medium: cibconfig: Add set command
- Low: hb_report: add -Q to usage
- upstream cs: 2.2.0-rc2-167-g4e7baf3
- Release 2.1.1 (bnc#902993)
- upstream cs: 2.1.1
- medium: ui_resource: Only act on resources (#64)
- medium: ui_resource: Flatten, then filter (#64)
- high: ui_resource: Use correct name for error function (bnc#901453)
- high: ui_resource: resource trace failed if operation existed (bnc#901453)
- upstream cs: 2.1.0-63-g9b8d798
- high: hb_report: Collect logs from journald (boo#900654)
- high: report: Find nodes for any log type (boo#900654)
- low: cibconfig: Fix vim modeline
- upstream cs: 2.1.0-55-ga69c53c
cronie
- drop 'checkproc' line from the run-crons as the usage is bogus
  [bsc#1155929]
- update cronie-nheader_lines.diff so it doesn't print the first 3
  crontab lines (static comments) with the 'crontab -l' command
  [bsc#1155114]
- remove cronie-nofork-nopid.patch that allowed running of multiple
  "/cron -n"/ instances at once which is an unwanted behaviour
  [bsc#1133100]
- update cronie-1.5.1-huge_crontab_DoS.patch to fix a regression
  that caused that only the first job from a crontab was being run
  [bsc#1130746]
- add cronie-1.5.1-huge_crontab_DoS.patch to fix two security issues
  where users can cause DoS of the crond by loading huge crontab
  files. We now allow maximum 1000 environment variables and 1000
  crontab entries. Also the comments and whitespace between the
  entries and variables are now limited to 32768 characters.
  [bnc#1128937] [CVE-2019-9704] and [bnc#1128935] [CVE-2019-9705]
- Requires mail as it's really needed by cron-crons script, not
  smtp_daemon [bsc#1070565] [bsc#1064834]
- Ensure that /etc/cron.{hourly,daily,weekly,monthly} have proper
  permissions and owner. This is racy but prevents some LPE vectors
- Requires smtp_daemon (not just Recommends) as it's needed by
  run-crons script [bsc#1064834]
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Require group trusted if we use them
- update to 1.5.1
  * crontab: Use temporary file name that is ignored by crond.
  * crond: Inherit PATH from the crond environment if -P option
    is used.
  * crond: Remove hardcoded "/system_u"/ SELinux user, use the
    SELinux user
    of the running crond.
  * anacron: Small cleanups and fixes.
  * crond: Fix longstanding race condition on repeated crontab
    modification.
- refresh cronie-pam_config.diff
- get rid of %{name} macros in the patch names
- use %{ext_man} macro for anacron man pages
- fedorahosted.org was retired on March 1st, 2017
  * update Url and Source address
- cleanup with spec-cleaner
- remove the omc xml config that is useless nowdays
- Add fix for bnc#983925 to run crons even when not on AC_POWER
  * Nowdays it does not make much sense to not run crons when on
    battery and actually it can even confuse people
- cron.service: Use KillMode=process like upstream does.
- revert last change, it is a bug in sssd.service, fixed in
  SR#313709
- add support for MAILFROM, MAIL_CONFIG and different mailer binaries
  in run-crons (bnc#812367, bnc#366762)
- Start cron after sssd.service bnc#926961
- Redo the post/pre update approach to fix migration from SLE11.
  Should fix bnc#919028
- update to 1.5.0
  * crond: Job environment variables are set also when executing
    sendmail.
  * crond: Adding duplicate orphans on reload is now prevented.
  * crond: The regular crond shutdown is now logged.
  * crontab: PAM is not called in crontab command if the caller's
    uid is 0.
  * crond: PAM is not called from crond for system cron jobs
    (/etc/crontab, /etc/cron.d) which are run for uid 0.
  * crond: The existence of an user is checked at time when job is
    run and not when the crontab is parsed on database reload.
- use spec-cleaner
- cron.service: Start After=nss-user-lookup.target not
  after ypbind.service nscd.service
-cron.service: Crons run at wall-time, order after time-sync.target
- fix bashisms in pre scripts
cryptsetup
- SLE marker: implements jsc#SLE-5911, bsc#1165580, jsc#SLE-145149
- prepare usrmerge (boo#1029961)
- Update to 2.3.4:
  * Fix a possible out-of-bounds memory write while validating LUKS2 data
    segments metadata (CVE-2020-14382, boo#1176128).
  * Ignore reported optimal IO size if not aligned to minimal page size.
  * Added support for new no_read/write_wrokqueue dm-crypt options (kernel 5.9).
  * Added support panic_on_corruption option for dm-verity devices (kernel 5.9).
  * Support --master-key-file option for online LUKS2 reencryption
  * Always return EEXIST error code if a device already exists.
  * Fix a problem in integritysetup if a hash algorithm has dash in the name.
  * Fix crypto backend to properly handle ECB mode.
  * TrueCrypt/VeraCrypt compatible mode now supports the activation of devices
    with a larger sector.
  * LUKS2: Do not create excessively large headers.
  * Fix unspecified sector size for BitLocker compatible mode.
  * Fix reading key data size in metadata for BitLocker compatible mode.
- Update to 2.3.3:
  * Fix BitLocker compatible device access that uses native 4kB
    sectors
  * Support large IV count (--iv-large-sectors) cryptsetup option
    for plain device mapping
  * Fix a memory leak in BitLocker compatible handling
  * Allow EBOIV (Initialization Vector algorithm) use
  * LUKS2: Require both keyslot cipher and key size option, do
    not fail silently
- includes changes from 2.3.2:
  * Add option to dump content of LUKS2 unbound keyslot
  * Add support for discards (TRIM) for standalone dm-integrity
    devices (Kernel 5.7) via --allow-discards, not for LUKS2
  * Fix cryptsetup-reencrypt to work on devices that do not allow
    direct-io device access.
  * Fix a crash in the BitLocker-compatible code error path
  * Fix Veracrypt compatible support for longer (>64 bytes)
    passphrases
- Split translations to -lang package
- New version to 2.3.1
  * Support VeraCrypt 128 bytes passwords.
    VeraCrypt now allows passwords of maximal length 128 bytes
    (compared to legacy TrueCrypt where it was limited by 64 bytes).
  * Strip extra newline from BitLocker recovery keys
    There might be a trailing newline added by the text editor when
    the recovery passphrase was passed using the --key-file option.
  * Detect separate libiconv library.
    It should fix compilation issues on distributions with iconv
    implemented in a separate library.
  * Various fixes and workarounds to build on old Linux distributions.
  * Split lines with hexadecimal digest printing for large key-sizes.
  * Do not wipe the device with no integrity profile.
    With --integrity none we performed useless full device wipe.
  * Workaround for dm-integrity kernel table bug.
    Some kernels show an invalid dm-integrity mapping table
    if superblock contains the "/recalculate"/ bit. This causes
    integritysetup to not recognize the dm-integrity device.
    Integritysetup now specifies kernel options such a way that
    even on unpatched kernels mapping table is correct.
  * Print error message if LUKS1 keyslot cannot be processed.
    If the crypto backend is missing support for hash algorithms
    used in PBKDF2, the error message was not visible.
  * Properly align LUKS2 keyslots area on conversion.
    If the LUKS1 payload offset (data offset) is not aligned
    to 4 KiB boundary, new LUKS2 keyslots area in now aligned properly.
  * Validate LUKS2 earlier on conversion to not corrupt the device
    if binary keyslots areas metadata are not correct.
- Update to 2.3.0 (include release notes for 2.2.0)
  * BITLK (Windows BitLocker compatible) device access
  * Veritysetup now supports activation with additional PKCS7 signature
    of root hash through --root-hash-signature option.
  * Integritysetup now calculates hash integrity size according to algorithm
    instead of requiring an explicit tag size.
  * Integritysetup now supports fixed padding for dm-integrity devices.
  * A lot of fixes to online LUKS2 reecryption.
  * Add crypt_resume_by_volume_key() function to libcryptsetup.
    If a user has a volume key available, the LUKS device can be resumed
    directly using the provided volume key.
    No keyslot derivation is needed, only the key digest is checked.
  * Implement active device suspend info.
    Add CRYPT_ACTIVATE_SUSPENDED bit to crypt_get_active_device() flags
    that informs the caller that device is suspended (luksSuspend).
  * Allow --test-passphrase for a detached header.
    Before this fix, we required a data device specified on the command
    line even though it was not necessary for the passphrase check.
  * Allow --key-file option in legacy offline encryption.
    The option was ignored for LUKS1 encryption initialization.
  * Export memory safe functions.
    To make developing of some extensions simpler, we now export
    functions to handle memory with proper wipe on deallocation.
  * Fail crypt_keyslot_get_pbkdf for inactive LUKS1 keyslot.
  * Add optional global serialization lock for memory hard PBKDF.
  * Abort conversion to LUKS1 with incompatible sector size that is
    not supported in LUKS1.
  * Report error (-ENOENT) if no LUKS keyslots are available. User can now
    distinguish between a wrong passphrase and no keyslot available.
  * Fix a possible segfault in detached header handling (double free).
  * Add integritysetup support for bitmap mode introduced in Linux kernel 5.2.
  * The libcryptsetup now keeps all file descriptors to underlying device
    open during the whole lifetime of crypt device context to avoid excessive
    scanning in udev (udev run scan on every descriptor close).
  * The luksDump command now prints more info for reencryption keyslot
    (when a device is in-reencryption).
  * New --device-size parameter is supported for LUKS2 reencryption.
  * New --resume-only parameter is supported for LUKS2 reencryption.
  * The repair command now tries LUKS2 reencryption recovery if needed.
  * If reencryption device is a file image, an interactive dialog now
    asks if reencryption should be run safely in offline mode
    (if autodetection of active devices failed).
  * Fix activation through a token where dm-crypt volume key was not
    set through keyring (but using old device-mapper table parameter mode).
  * Online reencryption can now retain all keyslots (if all passphrases
    are provided). Note that keyslot numbers will change in this case.
  * Allow volume key file to be used if no LUKS2 keyslots are present.
  * Print a warning if online reencrypt is called over LUKS1 (not supported).
  * Fix TCRYPT KDF failure in FIPS mode.
  * Remove FIPS mode restriction for crypt_volume_key_get.
  * Reduce keyslots area size in luksFormat when the header device is too small.
  * Make resize action accept --device-size parameter (supports units suffix).
- Create a weak dependency cycle between libcryptsetup and
  libcryptsetup-hmac to make sure they are installed together
  (bsc#1090768)
- Use noun phrase in summary.
- New version 2.1.0
  * The default size of the LUKS2 header is increased to 16 MB.
    It includes metadata and the area used for binary keyslots;
    it means that LUKS header backup is now 16MB in size.
  * Cryptsetup now doubles LUKS default key size if XTS mode is used
    (XTS mode uses two internal keys). This does not apply if key size
    is explicitly specified on the command line and it does not apply
    for the plain mode.
    This fixes a confusion with AES and 256bit key in XTS mode where
    code used AES128 and not AES256 as often expected.
  * Default cryptographic backend used for LUKS header processing is now
    OpenSSL. For years, OpenSSL provided better performance for PBKDF.
  * The Python bindings are no longer supported and the code was removed
    from cryptsetup distribution. Please use the libblockdev project
    that already covers most of the libcryptsetup functionality
    including LUKS2.
  * Cryptsetup now allows using --offset option also for luksFormat.
  * Cryptsetup now supports new refresh action (that is the alias for
    "/open --refresh"/).
  * Integritysetup now supports mode with detached data device through
    new --data-device option.
- 2.1.0 would use LUKS2 as default, we stay with LUKS1 for now until
  someone has time to evaluate the fallout from switching to LUKS2.
- Suggest hmac package (boo#1090768)
- remove old upgrade hack for upgrades from 12.1
- New version 2.0.5
  Changes since version 2.0.4
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  * Wipe full header areas (including unused) during LUKS format.
    Since this version, the whole area up to the data offset is zeroed,
    and subsequently, all keyslots areas are wiped with random data.
    This ensures that no remaining old data remains in the LUKS header
    areas, but it could slow down format operation on some devices.
    Previously only first 4k (or 32k for LUKS2) and the used keyslot
    was overwritten in the format operation.
  * Several fixes to error messages that were unintentionally replaced
    in previous versions with a silent exit code.
    More descriptive error messages were added, including error
    messages if
  - a device is unusable (not a block device, no access, etc.),
  - a LUKS device is not detected,
  - LUKS header load code detects unsupported version,
  - a keyslot decryption fails (also happens in the cipher check),
  - converting an inactive keyslot.
  * Device activation fails if data area overlaps with LUKS header.
  * Code now uses explicit_bzero to wipe memory if available
    (instead of own implementation).
  * Additional VeraCrypt modes are now supported, including Camellia
    and Kuznyechik symmetric ciphers (and cipher chains) and Streebog
    hash function. These were introduced in a recent VeraCrypt upstream.
    Note that Kuznyechik requires out-of-tree kernel module and
    Streebog hash function is available only with the gcrypt cryptographic
    backend for now.
  * Fixes static build for integritysetup if the pwquality library is used.
  * Allows passphrase change for unbound keyslots.
  * Fixes removed keyslot number in verbose message for luksKillSlot,
    luksRemoveKey and erase command.
  * Adds blkid scan when attempting to open a plain device and warn the user
    about existing device signatures in a ciphertext device.
  * Remove LUKS header signature if luksFormat fails to add the first keyslot.
  * Remove O_SYNC from device open and use fsync() to speed up
    wipe operation considerably.
  * Create --master-key-file in luksDump and fail if the file already exists.
  * Fixes a bug when LUKS2 authenticated encryption with a detached header
    wiped the header device instead of dm-integrity data device area (causing
    unnecessary LUKS2 header auto recovery).
- make parallell installable version for SLE12
- New version 2.0.4
  Changes since version 2.0.3
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  * Use the libblkid (blockid) library to detect foreign signatures
    on a device before LUKS format and LUKS2 auto-recovery.
    This change fixes an unexpected recovery using the secondary
    LUKS2 header after a device was already overwritten with
    another format (filesystem or LVM physical volume).
    LUKS2 will not recreate a primary header if it detects a valid
    foreign signature. In this situation, a user must always
    use cryptsetup repair command for the recovery.
    Note that libcryptsetup and utilities are now linked to libblkid
    as a new dependence.
    To compile code without blockid support (strongly discouraged),
    use --disable-blkid configure switch.
  * Add prompt for format and repair actions in cryptsetup and
    integritysetup if foreign signatures are detected on the device
    through the blockid library.
    After the confirmation, all known signatures are then wiped as
    part of the format or repair procedure.
  * Print consistent verbose message about keyslot and token numbers.
    For keyslot actions: Key slot <number> unlocked/created/removed.
    For token actions: Token <number> created/removed.
  * Print error, if a non-existent token is tried to be removed.
  * Add support for LUKS2 token definition export and import.
    The token command now can export/import customized token JSON file
    directly from command line. See the man page for more details.
  * Add support for new dm-integrity superblock version 2.
  * Add an error message when nothing was read from a key file.
  * Update cryptsetup man pages, including --type option usage.
  * Add a snapshot of LUKS2 format specification to documentation
    and accordingly fix supported secondary header offsets.
  * Add bundled optimized Argon2 SSE (X86_64 platform) code.
    If the bundled Argon2 code is used and the new configure switch
  - -enable-internal-sse-argon2 option is present, and compiler flags
    support required optimization, the code will try to use optimized
    and faster variant.
    Always use the shared library (--enable-libargon2) if possible.
    This option was added because an enterprise distribution
    rejected to support the shared Argon2 library and native support
    in generic cryptographic libraries is not ready yet.
  * Fix compilation with crypto backend for LibreSSL >= 2.7.0.
    LibreSSL introduced OpenSSL 1.1.x API functions, so compatibility
    wrapper must be commented out.
  * Fix on-disk header size calculation for LUKS2 format if a specific
    data alignment is requested. Until now, the code used default size
    that could be wrong for converted devices.
  Changes since version 2.0.2
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  * Expose interface to unbound LUKS2 keyslots.
    Unbound LUKS2 keyslot allows storing a key material that is independent
    of master volume key (it is not bound to encrypted data segment).
  * New API extensions for unbound keyslots (LUKS2 only)
    crypt_keyslot_get_key_size() and crypt_volume_key_get()
    These functions allow to get key and key size for unbound keyslots.
  * New enum value CRYPT_SLOT_UNBOUND for keyslot status (LUKS2 only).
  * Add --unbound keyslot option to the cryptsetup luksAddKey command.
  * Add crypt_get_active_integrity_failures() call to get integrity
    failure count for dm-integrity devices.
  * Add crypt_get_pbkdf_default() function to get per-type PBKDF default
    setting.
  * Add new flag to crypt_keyslot_add_by_key() to force update device
    volume key. This call is mainly intended for a wrapped key change.
  * Allow volume key store in a file with cryptsetup.
    The --dump-master-key together with --master-key-file allows cryptsetup
    to store the binary volume key to a file instead of standard output.
  * Add support detached header for cryptsetup-reencrypt command.
  * Fix VeraCrypt PIM handling - use proper iterations count formula
    for PBKDF2-SHA512 and PBKDF2-Whirlpool used in system volumes.
  * Fix cryptsetup tcryptDump for VeraCrypt PIM (support --veracrypt-pim).
  * Add --with-default-luks-format configure time option.
    (Option to override default LUKS format version.)
  * Fix LUKS version conversion for detached (and trimmed) LUKS headers.
  * Add luksConvertKey cryptsetup command that converts specific keyslot
    from one PBKDF to another.
  * Do not allow conversion to LUKS2 if LUKSMETA (external tool metadata)
    header is detected.
  * More cleanup and hardening of LUKS2 keyslot specific validation options.
    Add more checks for cipher validity before writing metadata on-disk.
  * Do not allow LUKS1 version downconversion if the header contains tokens.
  * Add "/paes"/ family ciphers (AES wrapped key scheme for mainframes)
    to allowed ciphers.
    Specific wrapped ley configuration logic must be done by 3rd party tool,
    LUKS2 stores only keyslot material and allow activation of the device.
  * Add support for --check-at-most-once option (kernel 4.17) to veritysetup.
    This flag can be dangerous; if you can control underlying device
    (you can change its content after it was verified) it will no longer
    prevent reading tampered data and also it does not prevent silent
    data corruptions that appear after the block was once read.
  * Fix return code (EPERM instead of EINVAL) and retry count for bad
    passphrase on non-tty input.
  * Enable support for FEC decoding in veritysetup to check dm-verity devices
    with additional Reed-Solomon code in userspace (verify command).
  Changes since version 2.0.1
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  * Fix a regression in early detection of inactive keyslot for luksKillSlot.
    It tried to ask for passphrase even for already erased keyslot.
  * Fix a regression in loopaesOpen processing for keyfile on standard input.
    Use of "/-"/ argument was not working properly.
  * Add LUKS2 specific options for cryptsetup-reencrypt.
    Tokens and persistent flags are now transferred during reencryption;
    change of PBKDF keyslot parameters is now supported and allows
    to set precalculated values (no benchmarks).
  * Do not allow LUKS2 --persistent and --test-passphrase cryptsetup flags
    combination. Persistent flags are now stored only if the device was
    successfully activated with the specified flags.
  * Fix integritysetup format after recent Linux kernel changes that
    requires to setup key for HMAC in all cases.
    Previously integritysetup allowed HMAC with zero key that behaves
    like a plain hash.
  * Fix VeraCrypt PIM handling that modified internal iteration counts
    even for subsequent activations. The PIM count is no longer printed
    in debug log as it is sensitive information.
    Also, the code now skips legacy TrueCrypt algorithms if a PIM
    is specified (they cannot be used with PIM anyway).
  * PBKDF values cannot be set (even with force parameters) below
    hardcoded minimums. For PBKDF2 is it 1000 iterations, for Argon2
    it is 4 iterations and 32 KiB of memory cost.
  * Introduce new crypt_token_is_assigned() API function for reporting
    the binding between token and keyslots.
  * Allow crypt_token_json_set() API function to create internal token types.
    Do not allow unknown fields in internal token objects.
  * Print message in cryptsetup that about was aborted if a user did not
    answer YES in a query.
- update to 2.0.1:
  * To store volume key into kernel keyring, kernel 4.15 with
    dm-crypt 1.18.1 is required
  * Increase maximum allowed PBKDF memory-cost limit to 4 GiB
  * Use /run/cryptsetup as default for cryptsetup locking dir
  * Introduce new 64-bit byte-offset *keyfile_device_offset functions.
  * New set of fucntions that allows 64-bit offsets even on 32bit systems
    are now availeble:
  - crypt_resume_by_keyfile_device_offset
  - crypt_keyslot_add_by_keyfile_device_offset
  - crypt_activate_by_keyfile_device_offset
  - crypt_keyfile_device_read
    The new functions have added the _device_ in name.
    Old functions are just internal wrappers around these.
  * Also cryptsetup --keyfile-offset and --new-keyfile-offset now
    allows 64-bit offsets as parameters.
  * Add error hint for wrongly formatted cipher strings in LUKS1 and
    properly fail in luksFormat if cipher format is missing required IV.
- Update to version 2.0.0:
  * Add support for new on-disk LUKS2 format
  * Enable to use system libargon2 instead of bundled version
  * Install tmpfiles.d configuration for LUKS2 locking directory
  * New command integritysetup: support for the new dm-integrity kernel target
  * Support for larger sector sizes for crypt devices
  * Miscellaneous fixes and improvements
- Update to version 1.7.5:
  * Fixes to luksFormat to properly support recent kernel running
    in FIPS mode (bsc#1031998).
  * Fixes accesses to unaligned hidden legacy TrueCrypt header.
  * Fixes to optional dracut ramdisk scripts for offline
    re-encryption on initial boot.
- Update to version 1.7.4:
  * Allow to specify LUKS1 hash algorithm in Python luksFormat
    wrapper.
  * Use LUKS1 compiled-in defaults also in Python wrapper.
  * OpenSSL backend: Fix OpenSSL 1.1.0 support without backward
    compatible API.
  * OpenSSL backend: Fix LibreSSL compatibility.
  * Check for data device and hash device area overlap in
    veritysetup.
  * Fix a possible race while allocating a free loop device.
  * Fix possible file descriptor leaks if libcryptsetup is run from
    a forked process.
  * Fix missing same_cpu_crypt flag in status command.
  * Various updates to FAQ and man pages.
- Changes for version 1.7.3:
  * Fix device access to hash offsets located beyond the 2GB device
    boundary in veritysetup.
  * Set configured (compile-time) default iteration time for
    devices created directly through libcryptsetup
  * Fix PBKDF2 benchmark to not double iteration count for specific
    corner case.
  * Verify passphrase in cryptsetup-reencrypt when encrypting a new
    drive.
  * OpenSSL backend: fix memory leak if hash context was repeatedly
    reused.
  * OpenSSL backend: add support for OpenSSL 1.1.0.
  * Fix several minor spelling errors.
  * Properly check maximal buffer size when parsing UUID from
    /dev/disk/.
- Update to version 1.7.2:
  * Update LUKS documentation format.
    Clarify fixed sector size and keyslots alignment.
  * Support activation options for error handling modes in
    Linux kernel dm-verity module:
  - -ignore-corruption - dm-verity just logs detected corruption
  - -restart-on-corruption - dm-verity restarts the kernel if
    corruption is detected
    If the options above are not specified, default behavior for
    dm-verity remains. Default is that I/O operation fails with
    I/O error if corrupted block is detected.
  - -ignore-zero-blocks - Instructs dm-verity to not verify
    blocks that are expected to contain zeroes and always
    return zeroes directly instead.
    NOTE that these options could have security or functional
    impacts, do not use them without assessing the risks!
  * Fix help text for cipher benchmark specification
    (mention --cipher option).
  * Fix off-by-one error in maximum keyfile size.
    Allow keyfiles up to compiled-in default and not that value
    minus one.
  * Support resume of interrupted decryption in cryptsetup-reencrypt
    utility. To resume decryption, LUKS device UUID (--uuid option)
    option must be used.
  * Do not use direct-io for LUKS header with unaligned keyslots.
    Such headers were used only by the first cryptsetup-luks-1.0.0
    release (2005).
  * Fix device block size detection to properly work on particular
    file-based containers over underlying devices with 4k sectors.
- Update to version 1.7.1:
  * Code now uses kernel crypto API backend according to new
    changes introduced in mainline kernel
    While mainline kernel should contain backward compatible
    changes, some stable series kernels do not contain fully
    backported compatibility patches.
    Without these patches  most of cryptsetup operations
    (like unlocking device) fail.
    This change in cryptsetup ensures that all operations using
    kernel crypto API works even on these kernels.
  * The cryptsetup-reencrypt utility now properly detects removal
    of underlying link to block device and does not remove
    ongoing re-encryption log.
    This allows proper recovery (resume) of reencrypt operation later.
    NOTE: Never use /dev/disk/by-uuid/ path for reencryption utility,
    this link disappears once the device metadata is temporarily
    removed from device.
  * Cryptsetup now allows special "/-"/ (standard input) keyfile handling
    even for TCRYPT (TrueCrypt and VeraCrypt compatible) devices.
  * Cryptsetup now fails if there are more keyfiles specified
    for non-TCRYPT device.
  * The luksKillSlot command now does not suppress provided password
    in batch mode (if password is wrong slot is not destroyed).
    Note that not providing password in batch mode means that keyslot
    is destroyed unconditionally.
- update to 1.7.0:
  * The cryptsetup 1.7 release changes defaults for LUKS,
    there are no API changes.
  * Default hash function is now SHA256 (used in key derivation
    function and anti-forensic splitter).
  * Default iteration time for PBKDF2 is now 2 seconds.
  * Fix PBKDF2 iteration benchmark for longer key sizes.
  * Remove experimental warning for reencrypt tool.
  * Add optional libpasswdqc support for new LUKS passwords.
  * Update FAQ document.
- Fix missing dependency on coreutils for initrd macros (boo#958562)
- Call missing initrd macro at postun (boo#958562)
- Update to 1.6.8
  * If the null cipher (no encryption) is used, allow only empty
    password for LUKS. (Previously cryptsetup accepted any password
    in this case.)
    The null cipher can be used only for testing and it is used
    temporarily during offline encrypting not yet encrypted device
    (cryptsetup-reencrypt tool).
    Accepting only empty password prevents situation when someone
    adds another LUKS device using the same UUID (UUID of existing
    LUKS device) with faked header containing null cipher.
    This could force user to use different LUKS device (with no
    encryption) without noticing.
    (IOW it prevents situation when attacker intentionally forces
    user to boot into different system just by LUKS header
    manipulation.)
    Properly configured systems should have an additional integrity
    protection in place here (LUKS here provides only
    confidentiality) but it is better to not allow this situation
    in the first place.
    (For more info see QubesOS Security Bulletin QSB-019-2015.)
  * Properly support stdin "/-"/ handling for luksAddKey for both new
    and old keyfile parameters.
  * If encrypted device is file-backed (it uses underlying loop
    device), cryptsetup resize will try to resize underlying loop
    device as well. (It can be used to grow up file-backed device
    in one step.)
  * Cryptsetup now allows to use empty password through stdin pipe.
    (Intended only for testing in scripts.)
- Enable verbose build log.
- regenerate the initrd if cryptsetup tool changes
  (wanted by 90crypt dracut module)
- Update to 1.6.7
  * Cryptsetup TCRYPT mode now supports VeraCrypt devices
    (TrueCrypt extension)
  * Support keyfile-offset and keyfile-size options even for plain
    volumes.
  * Support keyfile option for luksAddKey if the master key is
    specified.
  * For historic reasons, hashing in the plain mode is not used if
    keyfile is specified (with exception of --key-file=-). Print
    a warning if these parameters are ignored.
  * Support permanent device decryption for cryptsetup-reencrypt.
    To remove LUKS encryption from a device, you can now use
  - -decrypt option.
  * Allow to use --header option in all LUKS commands. The
  - -header always takes precedence over positional device argument.
  * Allow luksSuspend without need to specify a detached header.
  * Detect if O_DIRECT is usable on a device allocation. There are
    some strange storage stack configurations which wrongly allows
    to open devices with direct-io but fails on all IO operations later.
  * Add low-level performance options tuning for dmcrypt (for
    Linux 4.0 and later).
  * Get rid of libfipscheck library.
    (Note that this option was used only for Red Hat and derived
    distributions.) With recent FIPS changes we do not need to
    link to this FIPS monster anymore. Also drop some no longer
    needed FIPS mode checks.
  * Many fixes and clarifications to man pages.
  * Prevent compiler to optimize-out zeroing of buffers for on-stack
    variables.
  * Fix a crash if non-GNU strerror_r is used.
csync2
- (bsc#1187080) Upgrade and removal of csync2 package throws error
  for non-existent service template:
  Removeinstance templates from %service_* macros.
- Update to 2.0+git.1600444747.83b3644:
  * VUL-1: CVE-2019-15522: csync2: daemon fails to enforce TLS
    (bsc#1147137)
  * VUL-1: CVE-2019-15523: csync2: incorrect TLS handshake error handling
    (bsc#1147139
  * use standard %lld instead of non-standard %Ld format specifier
  * try to avoid (temporary) -rw------- root:root files on receiving side
  * fix diff mode truncation to first 512 byte
  * disable xinetd template by default as preparation for systemd socket unit
  * add systemd csync2.socket and csync2@.service templates
  * escape peername in SQL statements
- VUL-1: csync2: bad TLS key generation on installation (bsc#1145032)
  Adapt suggested changes in %post section.
  Do not hide output on standard error during generating the keys.
- Remove patches contained by update:
  * 0003-Set-AC_PROG_CPP-in-configure.ac.patch
  * 0002-Patch-sonames.patch
  * 0001-Add-COPYING-as-docfile.patch
- Update to 2.0+git.1542296533.b974921:
  * Convert documentation to asciidoc
  * Add error handling for out-of-memory while parsing config file
  * create_key: use all random bits; add some error handling
- Update patches
  * Add 0001-Add-COPYING-as-docfile.patch
  * Add 0002-Patch-sonames.patch
  * Add 0003-Set-AC_PROG_CPP-in-configure.ac.patch
  * Remove add-COPYING.patch
  * Remove add-ac_prog_cpp.patch
  * Remove fix-sonames.patch
- Update patches
  * Add 0001-Add-COPYING-as-docfile.patch
  * Add 0002-Patch-sonames.patch
  * Add 0003-Set-AC_PROG_CPP-in-configure.ac.patch
  * Remove add-COPYING.patch
  * Remove add-ac_prog_cpp.patch
  * Remove fix-sonames.patch
- comparison of peer names provided via command line should not be case sensitive (bsc#1082576)
- fix for inetd stderr >& stdout
- fix log message when generating backup files, demote log level
- document -l and -N switches
- Avoid systemd service removal errors when uninstalling (bsc#1093165)
- Remove systemd dep in favor of systemd-rpm-macros
- Format a bit with spec-cleaner
- Add proper dependency over openssl
- Remove all the tex deps as we now reduce from 300 to 160 buildrequires
- Remove xinetd service and use only socket activation to keep
  only one tool for the job
  * Also remove patch csync2-fix-xinetd.patch
- Requires(post) hostname|openssl
- Avoid runtime dependency on systemd, the macros can all deal with
  its absence.
- Ensure csync@.service template instances are disabled on package
  removal.
- Update to csync2-2.0-6-g10636a4:
  - Document the -N flag to bind csync2 to a specific ip address.
  - fix diff mode truncation to first 512 byte
  - fix diff mode prefix substitution
- Drop merged patches:
  - Remove csync2-librsync-1.0.0.patch
  - Remove fix-csync2_ssl_cert-filename.patch
- Add csync2-librsync-1.0.0.patch: Fix build with librsync 1.0.0.
cups
- When cupsd creates directories with specific owner group
  and permissions (usually owner is 'root' and group matches
  "/configure --with-cups-group=lp"/) specify same owner group and
  permissions in the RPM spec file to ensure those directories
  are installed by RPM with the right settings because if those
  directories were installed by RPM with different settings then
  cupsd would use them as is and not adjust its specific owner
  group and permissions which could lead to privilege escalation
  from 'lp' user to 'root' via symlink attacks e.g. if owner is
  falsely 'lp' instead of 'root' CVE-2021-25317 (bsc#1184161)
- cups-2.2.7-web-ui-kerberos-authentication.patch (bsc#1175960)
  Fix web UI kerberos authentication
- cups-2.2.7-CVE-2020-10001.patch fixes CVE-2020-10001
  access to uninitialized buffer in ipp.c (bsc#1180520)
- cups-2.2.7-CVE-2019-8842.patch fixes CVE-2019-8842 (bsc#1170671)
  the ippReadIO function may under-read an extension field
- cups-2.2.7-CVE-2020-3898.patch fixes CVE-2020-3898 (bsc#1168422)
  heap-buffer-overflow in libcups ppdFindOption() function
- cups-2.2.7-CVE-2019-8675.CVE-2019-8696.patch fixes
  CVE-2019-8675 and CVE-2019-8696 (bsc#1146358 and bsc#1146359)
  and some other security/disclosure issues
  https://github.com/apple/cups/commit/f24e6cf6a39300ad0c3726a41a4aab51ad54c109
  (Apple's internal issues rdar://51685251, rdar://50035411,
  rdar://51373853, rdar://51373929)
- Add issue5509-fix-utf-8-validation-issue.patch (bsc#1118118)
  Fixes https://github.com/apple/cups/issues/5509
- cups-2.2.7-CVE-2018-4700.patch fixes CVE-2018-4700: session
  cookie is extremely predictable, effectively breaking the
  CSRF protection of the CUPS web interface (bsc#1115750)
- cups-branch-2.2-commit-97cb566568a8c3a9c07c7ccec09f28f5c5015954.diff
  is 'git show 97cb566568a8c3a9c07c7ccec09f28f5c5015954' for
  https://github.com/apple/cups/commit/97cb566568a8c3a9c07c7ccec09f28f5c5015954
  (except the not needed hunk for patching CHANGES.md which fails)
  that fixes local privilege escalation to root and sandbox
  bypasses in scheduler (Apple's internal issues rdar://37836779,
  rdar://37836995, rdar://37837252, rdar://37837581)
  in the CUPS 2.2 branch
  bsc#1096405 CVE-2018-4180:
  Local Privilege Escalation to Root in dnssd Backend (CUPS_SERVERBIN)
  bsc#1096406 CVE-2018-4181:
  Limited Local File Reads as Root via cupsd.conf Include Directive
  bsc#1096407 CVE-2018-4182:
  cups-exec Sandbox Bypass Due to Insecure Error Handling
  bsc#1096408 CVE-2018-4183:
  cups-exec Sandbox Bypass Due to Profile Misconfiguration
- Version upgrade to 2.2.7:
  CUPS 2.2.7 is a general bug fix release.
  For details see https://github.com/apple/cups/releases
  or the CHANGES.md file.
  Changes include:
  * Additional security fixes for:
    bsc#1061066 DBUS library aborts caller process
    in _dbus_check_is_valid_utf8 (in particular that aborts cupsd)
    and
    bsc#1087018 CVE-2017-18248: cups: The add_job function in
    scheduler/ipp.c in CUPS before 2.2.6, when D-Bus support is
    enabled, can be crashed by remote attackers by sending print
    jobs with an invalid username, related to a D-Bus notification
    which are the CUPS upstream issues
    https://github.com/apple/cups/issues/5143
    Remote DoS attack against cupsd via invalid username
    and malicious D-Bus library
    and
    https://github.com/apple/cups/issues/5186
    squash non-UTF-8 strings into ASCII on plain IPP level
    and
    https://github.com/apple/cups/issues/5229
    persistently substitute invalid job attributes
    with default values - not only in add_job
    see also
    bsc#1087072 dbus-1:
    Disable assertions to prevent un-expected DDoS attacks
  * NOTICE: Raw print queues are now deprecated (Issue #5269)
    so that now there is a warning message when you
    add or modify a queue to use the "/raw driver"/ but
    raw printing will continue to work through CUPS 2.3.x, cf.
    https://lists.cups.org/pipermail/cups/2018-March/074060.html
  * Fixed an Avahi crash bug in the scheduler (Issue #5268)
  * Systemd did not restart cupsd when configuration changes
    were made that required a restart (Issue #5263)
  * The scheduler could crash while adding an IPP Everywhere
    printer (Issue #5258)
  * The scheduler now supports using temporary print queues
    for older IPP/1.1 print queues like those shared by CUPS 1.3
    and earlier (Issue #5241)
  * Kerberized printing to another CUPS server did not work
    correctly (Issue #5233)
  * More fixes for printing to old CUPS servers (Issue #5211)
  * The scheduler now substitutes default values for invalid
    job attributes when running in "/relaxed conformance"/
    mode (Issue #5186)
  * The cups-driverd program incorrectly stopped scanning PPDs
    as soon as a loop was seen (Issue #5170)
  * The `SSLOptions` directive now supports `MinTLS` and `MaxTLS`
    options to control the minimum and maximum TLS versions
    that will be allowed, respectively (Issue #5119)
  * The scheduler did not write out dirty configuration and
    state files if there were open client connections (Issue #5118)
  * The `lpadmin` command now provides a better error message when
    an unsupported System V interface script is used (Issue #5111)
  * No longer support backslash, question mark, or quotes
    in printer names (Issue #4966)
  * The CUPS library now supports the latest HTTP Digest
    authentication specification including support
    for SHA-256 (Issue #4862)
  * TLS connections now properly timeout (rdar://34938533)
- Make sure cups-libs-<targettype> is removed
- Version upgrade to 2.2.6:
  CUPS 2.2.6 is a general bug fix release.
  For details see https://github.com/apple/cups/releases
  Changes include:
  * DBUS notifications could crash the scheduler (Issue #5143)
    (see also bsc#1061066 "/DBUS library aborts caller process"/)
- Use again the baselibs.conf from Fri Oct 13 11:11:10 UTC 2017
  that got broken by the change on Wed Oct 18 06:11:10 UTC 2017.
- Version upgrade to 2.2.5:
  CUPS 2.2.5 is a general bug fix release.
  For details see https://github.com/apple/cups/releases
- Version upgrade to 2.2.4:
  CUPS 2.2.4 is a general bug fix release.
  For details see https://github.com/apple/cups/releases
- Removed
  0001-Update-cupsEnumDests-implementation-to-return-early-if-all.patch
  0002-Save-work-on-Avahi-code.patch
  0003-Avahi-fixes-for-cupsEnumDests.patch
  because since CUPS 2.2.4 it is fixed in the upstream code
  via https://github.com/apple/cups/pull/4989 more precisely via
  https://github.com/apple/cups/commit/a2187a63425a3d6c05de1e1cbf8c26fd39a1aced
  https://github.com/apple/cups/commit/657c5b5f91e6d5120c4ad7b118cf9098dd27f03d
  https://github.com/apple/cups/commit/3fae3b337df0be1a766857be741173d8a9915da7
- Fix typo in requires
- Implement shared library packaging guideline [boo#862112]
- Update package descriptions.
- Remove redundant Requires(pre) line — the use of %post -p
  already implies it.
- Pre-require user(lp) in cups-libs
- In /usr/lib/tmpfiles.d/cups.conf use
  group 'root' for /run/cups/certs (boo#1042916).
- Major backward incompatible change since CUPS 2.2.0:
  There is no longer the directory /etc/cups/interfaces because
  since CUPS 2.2.0 so called "/System V style Interface Scripts"/
  are no longer supported for security reasons (see below the
  entry about the changes included in CUPS 2.2.0).
- Disabled cups-2.1.0-cups-systemd-socket.patch
  because it does no longer apply which needs to be examined
  and decided by someone who knows about systemd internals.
- Disabled
  0001-Update-cupsEnumDests-implementation-to-return-early-if-all.patch
  0002-Save-work-on-Avahi-code.patch
  0003-Avahi-fixes-for-cupsEnumDests.patch
  because they do no longer apply which needs to be examined
  and decided by someone who knows about Avahi internals.
- Version upgrade to 2.2.3:
  CUPS 2.2.3 is a general bug fix release.
  See https://github.com/apple/cups/releases
  Changes include:
  * The IPP backend could get into an infinite loop for certain
    errors, causing a hung queue (rdar://problem/28008717)
  * The scheduler could pause responding to client requests in
    order to save state changes to disk (rdar://problem/28690656)
  * Added support for PPD finishing keywords
    (Issue #4960, Issue #4961, Issue #4962)
  * The IPP backend did not send a media-col attribute for just
    the source or type (Issue #4963)
  * IPP Everywhere print queues did not always support all print
    qualities supported by the printer (Issue #4953)
  * IPP Everywhere print queues did not always support all media
    types supported by the printer (Issue #4953)
  * The IPP Everywhere PPD generator did not return useful error
    messages (Issue #4954)
  * The IPP Everywhere finishings support did not work correctly
    with common UI or command-line options (Issue #4976)
  * Fixed an error handling issue for the network backends
    (Issue #4979)
  * The "/reprint job"/ option was not available for some canceled
    jobs (Issue #4915)
  * Updated the job listing in the web interface (Issue #4978)
  A detailed list of changes can be found in the CHANGES.txt file.
- Version upgrade to 2.2.2:
  CUPS 2.2.2 is a general bug fix release.
  See https://github.com/apple/cups/releases
  Changes include:
  * Fixed some issues with IPP Everywhere printer support
    (Issue #4893, Issue #4909, Issue #4916, Issue #4921,
    Issue #4923, Issue #4932, Issue #4933, Issue #4938)
  * The rastertopwg filter could crash with certain input
    (Issue #4942)
  * The scheduler did not detect when an encrypted connection
    was closed by the client on Linux (Issue #4901)
  * The cups-lpd program did not catch all legacy usage
    of ISO-8859-1 (Issue #4899)
  * The scheduler no longer creates log files on startup
    (<rdar://problem/28332470>)
  * The ippContainsString function now uses case-insensitive
    comparisons for mimeMediaType, name, and text values in
    conformance with RFC 2911.
  * The network backends now log the addresses that were found
    for a printer (<rdar://problem/29268474>)
  * Let's Encrypt certificates did not work when the hostname
    contained uppercase letters (Issue #4919)
  * Fixed reporting of printed pages in the web interface
    (Issue #4924)
  * Updated systemd config files (Issue #4935)
  A detailed list of changes can be found in the CHANGES.txt file.
- Version upgrade to 2.2.1:
  CUPS 2.2.1 is a general bug fix release.
  See https://github.com/apple/cups/releases
  Changes include:
  * Added "/CreateSelfSignedCerts"/ directive for cups-files.conf
    to control whether the scheduler automatically creates
    its own self-signed X.509 certificates for TLS connections
    (Issue #4876)
  * http*Connect did not handle partial failures (Issue #4870)
  * cupsHashData did not use the correct hashing algorithm
    (<rdar://problem/28209220>)
  * Updated man pages (PR #4885)
  A detailed list of changes can be found in the CHANGES.txt file.
- Version upgrade to 2.2.0:
  CUPS 2.2.0 adds support for local IPP Everywhere print queues
  and includes several performance and security improvements.
  See https://github.com/apple/cups/releases
  Changes include:
  * Normalized the TLS certificate validation code and added
    additional error messages to aid troubleshooting.
  * http*Connect did not work on Linux when cupsd was not running
    (Issue #4870)
  * The --no-remote-any option of cupsctl had no effect
    (Issue #4866)
  * http*Connect did not return early when all addresses failed
    (Issue #4870)
  * The IPP backend did not validate TLS credentials properly.
  * The printer-state-message attribute was not cleared after a
    print job with no errors (Issue #4851)
  * The CUPS-Add-Modify-Class and CUPS-Add-Modify-Printer
    operations did not always return an error for failed
    adds (Issue #4854)
  * PPD files with names longer than 127 bytes did not work
    (Issue #4860)
  * CUPS now supports Let's Encrypt certificates on Linux.
  * All CUPS commands now support POSIX options (Issue #4813)
  * The scheduler now restarts faster (Issue #4760)
  * Improved performance of web interface with large numbers
    of jobs (Issue #3819)
  * Encrypted printing can now be limited to only trusted
    printers and servers (<rdar://problem/25711658>)
  * The scheduler now advertises PWG Raster attributes for
    IPP Everywhere clients (Issue #4428)
  * The scheduler now logs informational messages for jobs
    at LogLevel "/info"/ (Issue #4815)
  * The scheduler now uses the getgrouplist function
    when available (Issue #4611)
  * The IPP backend no longer enables compression by default
    except for certain raster formats that generally benefit
    from it (<rdar://problem/25166952>)
  * The scheduler did not handle out-of-disk situations
    gracefully (Issue #4742)
  * The LPD mini-daemon now detects invalid UTF-8 sequences
    in job, document, and user names (Issue #4748)
  * The IPP backend now continues on to the next job
    when the remote server/printer puts the job on hold
    (<rdar://problem/24858548>)
  * The scheduler did not cancel multi-document jobs immediately
    (<rdar://problem/24854834>)
  * The scheduler did not return non-shared printers to local
    clients unless they connected to the domain socket
    (<rdar://problem/24566996>)
  * The scheduler now reads the spool directory if one or more
    job cache entries point to deleted jobs
    (<rdar://problem/24048846>)
  * Added support for disc media sizes (<rdar://problem/20219536>)
  * The httpAddrConnect and httpConnect* APIs now try connecting
    to multiple addresses in parallel (<rdar://problem/20643153>)
  * Interface scripts are no longer supported for security reasons
    (<rdar://problem/23135640>)
  A detailed list of changes can be found in the CHANGES.txt file.
- Version upgrade to 2.1.4:
  CUPS 2.1.4 is a general bug fix release.
  See https://github.com/apple/cups/releases
  Changes include:
  * Fixed reporting of 1284 Device IDs (Issue #3835, PR #3836)
  * Fixed printing of multiple files to raw queues (Issue #4782)
  * The scheduler did not implement the Hold-New-Jobs opertion
    correctly (Issue #4767)
  * The cups-lpd mini-daemon incorrectly included the document-name
    attribute when creating a job.  It should only be included when
    sending a job (Issue #4790)
  A detailed list of changes can be found in the CHANGES.txt file.
- Replace krb5-devel BuildRequires with pkgconfig(krb5) on
  suse_version >= 1315: give OBS a better chance to break up build
  cycles.
- Drop cups-1.7.5-cupsEnumDests-react-to-all-for-now.diff and add
  0001-Update-cupsEnumDests-implementation-to-return-early-if-all.patch,
  0002-Save-work-on-Avahi-code.patch and
  0003-Avahi-fixes-for-cupsEnumDests.patch which is what upstream
  finally commited to cups 2.2 sources in response to
  https://github.com/apple/cups/pull/4989 in order to fix cupsEnumDests
  to react to the ALL_FOR_NOW avahi event (and also include a similar
  fix for the dnssd case). Related to bsc#955432.
- Add cups-2.1.3-cupsEnumDests-react-to-all-for-now.diff .
  Avahi sends an ALL_FOR_NOW event when it finishes sending
  its cache contents. This patch makes cupsEnumDests finish
  when the signal is received so it doesn't block the caller
  doing nothing until the timeout finishes (related to bsc#955432,
  submitted upstream at https://github.com/apple/cups/pull/4989)
- Add /etc/cups to cups-libs package [bsc#1025689]
- Replace pkgconfig(libsystemd-daemon) BuildRequires with
  pkgconfig(libsystemd) on openSUSE 13.2 and newer: the various
  sub-libraries have been merged into libsystemd since version 209.
  openSUSE 13.1 was the last product to ship systemd 208.
- Remove CUPS.desktop and pixmap
  * Obsoletes patch cups-1.3.9-desktop_file.patch
- Version upgrade to 2.1.3:
  CUPS 2.1.3 fixes some issues in the scheduler, sample drivers,
  and user commands.
  A detailed list of changes can be found in the CHANGES.txt file.
  Changes include (excerpt):
  * The scheduler should not exit under memory pressure
    (<rdar://problem/23255001>)
  * Fixed some issues in ipptool for skipped tests
    (<rdar://problem/24137160>)
  * The "/lp -H resume"/ command did not reset the
    "/job-state-reasons"/ attribute value (STR #4752)
  * The scheduler did not allow access to resource files
    (icons, etc.) when the web interface was disabled (STR #4755)
- Version upgrade to 2.1.2:
  CUPS 2.1.2 fixes an issue in the 2.1.1 source archives which
  actually contained a current 2.2 snapshot.
  There are no other changes.
- Version upgrade to 2.1.1:
  CUPS 2.1.1 fixes a number of USB and IPP printing issues,
  addresses some error reporting and hardening issues in
  the scheduler, and updates some localizations.
  A detailed list of changes can be found in the CHANGES.txt file.
  Changes include (excerpt):
  * Security hardening fixes (<rdar://problem/23131948>,
    <rdar://problem/23132108>, <rdar://problem/23132353>,
    <rdar://problem/23132803>, <rdar://problem/23133230>,
    <rdar://problem/23133393>, <rdar://problem/23133466>,
    <rdar://problem/23133833>, <rdar://problem/23133998>,
    <rdar://problem/23134228>, <rdar://problem/23134299>,
    <rdar://problem/23134356>, <rdar://problem/23134415>,
    <rdar://problem/23134506>, <rdar://problem/23135066>,
    <rdar://problem/23135122>, <rdar://problem/23135207>,
    <rdar://problem/23144290>, <rdar://problem/23144358>,
    <rdar://problem/23144461>)
  * The cupsGetPPD* functions did not work with IPP printers
    (STR #4725)
  * Some older HP LaserJet printers need a delayed close when
    printing using the libusb-based USB backend (STR #4549)
  * The libusb-based USB backend did not unload the kernel usblp
    module if it was preventing the backend from accessing the
    printer (STR #4707)
  * Current Primera printers were incorrectly reported as Fargo
    printers (STR #4708)
  * The IPP backend did not always handle jobs getting canceled
    at the printer (<rdar://problem/22716820>)
  * Added USB quirk for Canon MP530 (STR #4730)
  * The scheduler did not deliver job notifications for jobs
    submitted to classes (STR #4733)
  * Changing the printer-is-shared value for a remote queue
    did not produce an error (STR #4738)
  * The IPP backend incorrectly included the job-password
    attribute in Validate-Job requests (<rdar://problem/23531939>)
- add -devel to build a 32bit wine on 64bit only Leap systems.
- Version upgrade to 2.1.0:
  CUPS 2.1.0 offers improved support for IPP Everywhere,
  adds support for advanced logging using journald on Linux, and
  includes new security features for encrypted printing and
  reduced network visibility in the default configuration.
  A detailed list of changes can be found in the CHANGES.txt file.
  Changes include (excerpt):
  * Added support for 3D printers (basic types only,
    no built-in filters) based on PWG white paper.
  * The IPP backend now stops sending print data
    if the printer indicates the job has been aborted
    or canceled (<rdar://problem/17837631>)
  * The IPP backend now sends the job-pages-per-set
    attribute when printing multiple copy jobs with
    finishings (<rdar://problem/16792757>)
  * The IPP backend now updates the cupsMandatory values when the
    printer configuration changes (<rdar://problem/18126570>)
  * No longer install banner files since third-party banner
    filters now supply their own (STR #4518)
  * The scheduler no longer listens on the loopback
    interface unless the web interface or printer sharing
    are enabled (<rdar://problem/9136448>)
  * Added a PPD generator for IPP Everywhere printers (STR #4258)
  * Now install "/default"/ versions of more configuration
    files (<rdar://problem/19024491>) in particular
    cups-files.conf.default and snmp.conf.default
  * Added SSLOptions values to allow Diffie-Hellman key exchange
    and disable TLS/1.0 support.
  * Updated the scheduler to support more IPP Everywhere
    attributes (STR #4630)
  * The scheduler now supports advanced ASL and journald logging
    when "/syslog"/ output is configured (STR #4474)
  * The scheduler now supports logging to stderr when running
    in the foreground (STR #4505)
- Adapted patches so that they apply to CUPS 2.1.0 sources:
  * cups-2.1.0-choose-uri-template.patch replaces
    cups-1.2rc1-template.patch
  * cups-2.1.0-default-webcontent-path.patch replaces
    cups-1.4.3-default-webcontent-path.patch
  * cups-2.1.0-cups-systemd-socket.patch replaces
    cups-systemd-socket.patch
- Fix bnc#943950, escape the macro call %systemd-tmpfiles
  in comment.
- Add gpg verification for the tarball
- Version update to 2.0.4:
  * Fixed a bug in cupsRasterWritePixels (STR #4650)
  * Fixed redirection in the web interface (STR #4538)
  * The IPP backend did not respond to side-channel
    requests (STR #4645)
  * The scheduler did not start all pending jobs
    at once (STR #4646)
  * The web search incorrectly searched time-at-xxx
    values (STR #4652)
  * Fixed an RPM spec file issue (STR #4657)
  * The scheduler incorrectly started jobs while canceling
    multiple jobs (STR #4648)
  * Fixed processing of server overrides without
    port numbers (STR #4675)
  * Documentation changes (STR #4651, STR #4674)
- cups-2.0.3-additional_policies.patch replaces
  cups-1.7-additional_policies.patch that still adds the same
  "/allowallforanybody"/ policy but now with separated "/Limit All"/
  to avoid https://www.cups.org/str.php?L4659 (boo#936309).
- Added "/-p /bin/bash"/ to RPM shell commands scriptlets that
  enforces bash to be safe against any possible "/bashisms"/, cf
  https://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
- Fix the previous commit by using direct systemd call and
  ensuring we work even on older distros
- Fix postin-without-tmpfile-creation and run %tmpfiles_create
  macro on our cups.conf
- Version upgrade to 2.0.3:
  The new release addresses two security vulnerabilities,
  add localizations for German and Russian, and includes several
  general bug fixes. Changes include (excerpt):
  * Security: Fixed CERT VU #810572 CVE-2015-1158 CVE-2015-1159
    exploiting the dynamic linker (STR #4609) (bsc#924208)
  * Security: The scheduler could hang with malformed gzip data
    (STR #4602)
  * Restored missing generic printer icon file (STR #4587)
  * Fixed logging of configuration errors to show up as errors
    (STR #4582)
  * Fixed potential buffer overflows in raster code and filters
    (STR #4598, STR #4599, STR #4600, STR #4601)
  * Fixed <Limit> inside <Location> (STR #4575)
  * Fixed lpadmin when both -m and -o are used (STR #4578)
  * The web interface always showed support for 2-sided printing
    (STR #4595)
  * cupsRasterReadHeader did not fully validate the raster header
    (STR #4596)
  * The rastertopwg filter did not check for truncated input
    (STR #4597)
  * The cups-lpd mini-daemon did not check for request parameters
    (STR #4603)
  * The scheduler could get caught in a busy loop (STR #4605)
  * The sample Epson driver could crash (STR #4616)
  * The IPP backend now correctly monitors jobs
    (<rdar://problem/20495955>)
  * The ppdhtml and ppdpo utilities crashed when the -D option
    was used before a driver information file (STR #4627)
  * ippfind incorrectly substituted "/=port"/ for service_port.
  * The IPP/1.1 test file did not handle the initial print job
    completing early (STR #4576)
  * Fixed a memory leak in cupsConnectDest (STR #4634)
  * PWG Raster Format output contained invalid ImageBox values
    (<rdar://problem/21144309>)
  * Added Russian translation (STR #4577)
  * Added German translation (STR #4635)
- cups-busy-loop.patch fixed STR #4605 is obsolete because
  it is fixed upstream (see above).
- cleaned up this whole RPM changlog (wrapped too long lines if
  possible and removed trailing whitespaces).
- Add patch cups-busy-loop.patch to fix rh#1179596 , cups#4605
- Add back the posttrans cleanup script as it is needed
- Add patch cups-systemd-socket.patch to fix socket activation
  and to match socket approach Fedora has.
- Version bump to 2.0.2:
  * Security: cupsRasterReadPixels buffer overflow with invalid
    page header and compressed raster data (STR #4551)
  * Mapping of PPD keywords to IPP keywords did not work if the PPD
    keyword was already an IPP keyword (<rdar://problem/19121005>)
  * cupsGetPPD* sent bad requests (STR #4567)
  * For detailed list see CHANGES.txt file
- Enable PIE for build
- Remove legacy paralel-port support as it is not really needed
  as most do not want it
- Update descriptions to just state what changed and let user
  find it out.
- Add back comment about %fdupes
- Remove exit 0 on scriptlets as it is provided by
  the %service bla ones already
- Fix the comment about openSUSE version on tmpfilesdir declaration
- cups-2.0.1 update:
  * lengthy list of changes see the upstream CHANGES.txt that is
    distributed with the package
  * Disabling of sslv3 to mitigate poodle
- Use gnutls to provide SSLOPtions configuration directive
  * openssl is no longer supported upstream
  * Remove the with-openssl-exception from license
- Remove cups.sysconfig as it is not used with systemd based distros
- Purposely lose support for SLE11 as it doubles size of some of the
  sections and keep suppor for openSUSE+SLE12
  * even with the conditions we would have to go unencrypted only
    as needs newer gnutls, so don't bother with keeping the compat
- Use upstream service and socket files to allow more working tools
- Removed patches:
  * cups-0001-systemd-add-systemd-socket-activation-and-unit-files.patch
  * cups-0002-systemd-listen-only-on-localhost-for-socket-activation.patch
  * cups-0003-systemd-secure-cups.service-unit-file.patch
  * cups-1.3.6-access_conf.patch
  * cups-1.5-additional_policies.patch
  * cups-1.5.4-CVE-2012-5519.patch
  * cups-1.5.4-strftime.patch
  * cups-move-everything-to-run.patch
  * cups-polld_avoid_busy_loop.patch
  * cups-provides-cupsd-service.patch
  * str4190.patch
  * str4351.patch
  * str4450.CVE-2014-3537.str4455.CVE-2014-5029.CVE-2014-5030.CVE-2014-5031.CUPS-1.5.4.patch
- Refreshed patches:
  * cups-1.3.9-desktop_file.patch
  * cups-config-libs.patch
- Added patches:
  * cups-1.7-additional_policies.patch
  * cups-systemd-socket.patch
curl
- Security fix: [bsc#1188220, CVE-2021-22925]
  * TELNET stack contents disclosure again
  * Add curl-CVE-2021-22925.patch
- Security fix: [bsc#1188219, CVE-2021-22924]
  * Bad connection reuse due to flawed path name checks
  * Add curl-CVE-2021-22924.patch
- Security fix: Disable the metalink feature:
  * Insufficiently Protected Credentials [bsc#1188218, CVE-2021-22923]
  * Wrong content via metalink not discarded [bsc#1188217, CVE-2021-22922]
- Security fix: [bsc#1186114, CVE-2021-22898]
  * TELNET stack contents disclosure
- Add curl-CVE-2021-22898.patch
- Allow partial chain verification [jsc#SLE-17956]
  * Have intermediate certificates in the trust store be treated
    as trust-anchors, in the same way as self-signed root CA
    certificates are. This allows users to verify servers using
    the intermediate cert only, instead of needing the whole chain.
  * Set FLAG_TRUSTED_FIRST unconditionally.
  * Do not check partial chains with CRL check.
- Add curl-X509_V_FLAG_PARTIAL_CHAIN.patch
- Security fix: [bsc#1183934, CVE-2021-22890]
  * When using a HTTPS proxy and TLS 1.3, libcurl can confuse
    session tickets arriving from the HTTPS proxy but work as
    if they arrived from the remote server and then wrongly
    "/short-cut"/ the host handshake.
- Add curl-CVE-2021-22890.patch
- Security fix: [bsc#1183933, CVE-2021-22876]
  * The automatic referer leaks credentials
- Add curl-CVE-2021-22876.patch
- Security fix: [bsc#1179593, CVE-2020-8286]
  * Inferior OCSP verification: libcurl offers "/OCSP stapling"/ via
    the 'CURLOPT_SSL_VERIFYSTATUS' option that, when set, verifies
    the OCSP response that a server responds with as part of the TLS
    handshake. It then aborts the TLS negotiation if something is
    wrong with the response. The same feature can be enabled with
    '--cert-status' using the curl tool.
  * As part of the OCSP response verification, a client should verify
    that the response is indeed set out for the correct certificate.
    This step was not performed by libcurl when built or told to use
    OpenSSL as TLS backend.
- Add curl-CVE-2020-8286.patch
- Security fix: [bsc#1179399, CVE-2020-8285]
  * FTP wildcard stack overflow: The wc_statemach() internal
    function has been rewritten to use an ordinary loop instead of
    the recursive approach.
- Add curl-CVE-2020-8285.patch
- Security fix: [bsc#1179398, CVE-2020-8284]
  * Trusting FTP PASV responses: When curl performs a passive FTP
    transfer, it first tries the 'EPSV' command and if that is not
    supported, it falls back to using 'PASV'. A malicious server
    can use the 'PASV' response to trick curl into connecting
    back to a given IP address and port, and this way potentially
    make curl extract information about services that are otherwise
    private and not disclosed.
  * The IP address part of the response is now ignored by default,
    by making 'CURLOPT_FTP_SKIP_PASV_IP' default to '1L'. The same
    goes for the command line tool, which then might need
    '--no-ftp-skip-pasv-ip' set to prevent curl from ignoring the
    address in the server response.
- Add curl-CVE-2020-8284.patch
- Security fix: [bsc#1175109, CVE-2020-8231]
  * An application that performs multiple requests with libcurl's
    multi API and sets the 'CURLOPT_CONNECT_ONLY' option, might in
    rare circumstances experience that when subsequently using the
    setup connect-only transfer, libcurl will pick and use the wrong
    connection and instead pick another one the application has
    created since then.
- Add curl-CVE-2020-8231.patch
- Security fix: [bsc#1173027, CVE-2020-8177]
  * curl can be tricked my a malicious server to overwrite a local
    file when using '-J' ('--remote-header-name') and '-i' ('--head')
    in the same command line.
- Add curl-CVE-2020-8177.patch
- Security fix: [bsc#1173026, CVE-2020-8169]
  * Partial password leak over DNS on HTTP redirect
- Add curl-CVE-2020-8169.patch
- Fix segfault in zypper ref: [bsc#1156481]
  * remove_handle: clear expire timers after multi_done()
  * Add patch curl-expire-clear.patch
- Update to 7.66.0 [bsc#1149496, CVE-2019-5482][bsc#1149495, CVE-2019-5481]
  [bsc#1149604, bsc#1149572, jsc#SLE-9295]
  * Changes:
  - CURLINFO_RETRY_AFTER: parse the Retry-After header value
  - HTTP3: initial (experimental still not working) support
  - curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
  - curl: support parallel transfers with -Z
  - curl_multi_poll: a sister to curl_multi_wait() that waits more
  - sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID
  * Bugfixes:
  - CVE-2019-5481: FTP-KRB double-free
  - CVE-2019-5482: TFTP small blocksize heap buffer overflow
  - CMake: remove needless newlines at end of gss variables
  - CMake: use platform dependent name for dlopen() library
  - CURLINFO docs: mention that in redirects times are added
  - CURLOPT_ALTSVC.3: use a "/"/ file name to not load from a file
  - CURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSED
  - CURLOPT_HEADERFUNCTION.3: clarify
  - CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly
  - CURLOPT_READFUNCTION.3: provide inline example
  - CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2
  - Curl_addr2string: take an addrlen argument too
  - Curl_fillreadbuffer: avoid double-free trailer buf on error
  - HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown
  - alt-svc: add protocol version selection masking
  - alt-svc: fix removal of expired cache entry
  - alt-svc: make it use h3-22 with ngtcp2 as well
  - alt-svc: more liberal ALPN name parsing
  - alt-svc: send Alt-Used: in redirected requests
  - alt-svc: with quiche, use the quiche h3 alpn string
  - asyn-thread: create a socketpair to wait on
  - cleanup: move functions out of url.c and make them static
  - cleanup: remove the 'numsocks' argument used in many places
  - configure: avoid undefined check_for_ca_bundle
  - curl.h: add CURL_HTTP_VERSION_3 to the version enum
  - curl: cap the maximum allowed values for retry time arguments
  - curl: handle a libcurl build without netrc support
  - curl: make use of CURLINFO_RETRY_AFTER when retrying
  - curl: use CURLINFO_PROTOCOL to check for HTTP(s)
  - curl_global_init_mem.3: mention it was added in 7.12.0
  - curl_version: bump string buffer size to 250
  - curl_version_info.3: mentioned ALTSVC and HTTP3
  - curl_version_info: offer quic (and h3) library info
  - curl_version_info: provide nghttp2 details
  - defines: avoid underscore-prefixed defines
  - docs/ALTSVC: remove what works and the experimental explanation
  - docs/EXPERIMENTAL: explain what it means and what's experimental now
  - docs/MANUAL.md: converted to markdown from plain text
  - docs/examples/curlx: fix errors
  - docs: s/curl_debug/curl_dbg_debug in comments and docs
  - easy: resize receive buffer on easy handle reset
  - examples: Avoid reserved names in hiperfifo examples
  - examples: add http3.c, altsvc.c and http3-present.c
  - http09: disable HTTP/0.9 by default in both tool and library
  - http2: when marked for closure and wanted to close == OK
  - http2_recv: trigger another read when the last data is returned
  - http: fix use of credentials from URL when using HTTP proxy
  - http_negotiate: improve handling of gss_init_sec_context() failures
  - md4: Use our own MD4 when no crypto libraries are available
  - multi: call detach_connection before Curl_disconnect
  - nss: use TLSv1.3 as default if supported
  - openssl: build warning free with boringssl
  - openssl: use SSL_CTX_set__proto_version() when available
  - plan9: add support for running on Plan 9
  - progress: reset download/uploaded counter between transfers
  - readwrite_data: repair setting the TIMER_STARTTRANSFER stamp
  - scp: fix directory name length used in memcpy
  - smb: init *msg to NULL in smb_send_and_recv()
  - smtp: check for and bail out on too short EHLO response
  - source: remove names from source comments
  - spnego_sspi: add typecast to fix build warning
  - src/makefile: fix uncompressed hugehelp.c generation
  - ssh-libssh: do not specify O_APPEND when not in append mode
  - ssh: move code into vssh for SSH backends
  - sspi: fix memory leaks
  - tests: Replace outdated test case numbering documentation
  - tftp: return error when packet is too small for options
  - timediff: make it 64 bit (if possible) even with 32 bit time_t
  - travis: reduce number of torture tests in 'coverage'
  - url: make use of new HTTP version if alt-svc has one
  - urlapi: verify the IPv6 numerical address
  - urldata: avoid 'generic', use dedicated pointers
  - vauth: Use CURLE_AUTH_ERROR for auth function errors
  * Removed patches:
  - curl-CVE-2018-0500.patch
  - curl-CVE-2018-14618.patch
  - curl-CVE-2018-16839.patch
  - curl-CVE-2018-16840.patch
  - curl-CVE-2018-16842.patch
  - curl-CVE-2018-16890.patch
  - curl-CVE-2019-3822.patch
  - curl-CVE-2019-3823.patch
  - curl-CVE-2019-5436.patch
  - curl-CVE-2019-5481.patch
  - curl-CVE-2019-5482.patch
- Security fix: [bsc#1149496,CVE-2019-5482]
  * TFTP small blocksize heap buffer overflow
  * Added curl-CVE-2019-5482.patch
- Security fix: [bsc#1149495,CVE-2019-5481]
  * FTP-KRB: double-free during kerberos FTP data transfer
  * Added curl-CVE-2019-5481.patch
- Update to 7.65.3
  * progress: make the progress meter appear again
- Update to 7.65.2
  * Bugfixes:
  - CIPHERS.md: Explain Schannel error SEC_E_ALGORITHM_MISMATCH
  - CMake: Fix finding Brotli on case-sensitive file systems
  - CURLOPT_RANGE.3: Caution against using it for HTTP PUT
  - CURLOPT_SEEKDATA.3: fix variable name
  - bindlocal: detect and avoid IP version mismatches in bind()
  - build: fix Codacy warnings
  - c-ares: honor port numbers in CURLOPT_DNS_SERVERS
  - config-os400: add getpeername and getsockname defines
  - configure: --disable-progress-meter
  - configure: fix --disable-code-coverage
  - configure: more --disable switches to toggle off individual features
  - configure: remove CURL_DISABLE_TLS_SRP
  - conn_maxage: move the check to prune_dead_connections()
  - curl: skip CURLOPT_PROXY_CAPATH for disabled-proxy builds
  - docs: Explain behavior change in --tlsv1. options since 7.54
  - docs: Fix links to OpenSSL docs
  - docs: fix string suggesting HTTP/2 is not the default
  - headers: Remove no longer exported functions
  - http2: call done_sending on end of upload
  - http2: don't call stream-close on already closed streams
  - http2: remove CURL_DISABLE_TYPECHECK define
  - http: allow overriding timecond with custom header
  - http: clarify header buffer size calculation
  - krb5: fix compiler warning
  - lib: Use UTF-8 encoding in comments
  - libcurl: Restrict redirect schemes to HTTP, HTTPS, FTP and FTPS
  - multi: enable multiplexing by default (again)
  - multi: fix the transfer hashes in the socket hash entries
  - multi: make sure 'data' can present in several sockhash entries
  - netrc: Return the correct error code when out of memory
  - nss: don't set unused parameter
  - nss: inspect returnvalue of token check
  - nss: only cache valid CRL entries
  - openssl: define HAVE_SSL_GET_SHUTDOWN based on version number
  - openssl: disable engine if OPENSSL_NO_UI_CONSOLE is defined
  - openssl: fix pubkey/signature algorithm detection in certinfo
  - os400: make vsetopt() non-static as Curl_vsetopt() for os400 support
  - quote.d: asterisk prefix works for SFTP as well
  - runtests: keep logfiles around by default
  - runtests: report single test time + total duration
  - test1165: verify that CURL_DISABLE_ symbols are in sync
  - test1521: adapt to SLISTPOINT
  - test1523: test CURLOPT_LOW_SPEED_LIMIT
  - test153: fix content-length to avoid occasional hang
  - test188/189: fix Content-Length
  - tests: have runtests figure out disabled features
  - tests: support non-localhost HOSTIP for dict/smb servers
  - tests: update fixed IP for hostip/clientip split
  - tool_cb_prg: Fix integer overflow in progress bar
  - typecheck: CURLOPT_CONNECT_TO takes an slist too
  - typecheck: add 3 missing strings and a callback data pointer
  - unit1654: cleanup on memory failure
  - unpause: trigger a timeout for event-based transfers
  - url: Fix CURLOPT_MAXAGE_CONN time comparison
- Rebased patch curl-use_OPENSSL_config.patch
- Disable new added failing test1165
- Update to 7.65.1
  * Bugfixes:
  - CURLOPT_LOW_SPEED_* repaired
  - NTLM: reset proxy "/multipass"/ state when CONNECT request is done
  - PolarSSL: deprecate support step 1. Removed from configure
  - cmake: check for if_nametoindex()
  - cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variables
  - conncache: Remove the DEBUGASSERT on length check
  - conncache: make "/bundles"/ per host name when doing proxy tunnels
  - curl_share_setopt.3: improve wording
  - dump-header.d: spell out that no headers == empty file
  - example/http2-download: fix format specifier
  - examples: cleanups and compiler warning fixes
  - http2: Stop drain from being permanently set
  - http: don't parse body-related headers in bodyless responses
  - md4: build correctly with openssl without MD4
  - md4: include the mbedtls config.h to get the MD4 info
  - multi: track users of a socket better
  - nss: allow to specify TLS 1.3 ciphers if supported by NSS
  - parse_proxy: make sure portptr is initialized
  - parse_proxy: use the IPv6 zone id if given
  - sectransp: handle errSSLPeerAuthCompleted from SSLRead()
  - singlesocket: use separate variable for inner loop
  - ssl: Update outdated "/openssl-only"/ comments for supported backends
  - tests: add HAProxy keywords
  - tests: make test 1420 and 1406 work with rtsp-disabled libcurl
  - tls13-docs: mention it is only for OpenSSL >= 1.1.1
  - tool_setopt: for builds with disabled-proxy, skip all proxy setopts()
  - url: fix bad feature-disable #ifdef
  - url: use correct port in ConnectionExists()
- Update to 7.65.0 [bsc#1135176, CVE-2019-5435][bsc#1135170, CVE-2019-5436]
  * Changes:
  - CURLOPT_DNS_USE_GLOBAL_CACHE: removed
  - CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse
  - pipelining: removed
  * Bugfixes:
  - CVE-2019-5435: Integer overflows in curl_url_set
  - CVE-2019-5436: tftp: use the current blksize for recvfrom()
  - --config: clarify that initial : and = might need quoting
  - CURLMOPT_TIMERFUNCTION.3: warn about the recursive risk
  - CURLOPT_ADDRESS_SCOPE: fix range check and more
  - CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time value
  - CURLOPT_READFUNCTION.3: see also CURLOPT_UPLOAD_BUFFERSIZE
  - CURL_MAX_INPUT_LENGTH: largest acceptable string input size
  - Curl_disconnect: treat all CONNECT_ONLY connections as "/dead"/
  - OS400/ccsidcurl: replace use of Curl_vsetopt
  - OpenSSL: Report -fips in version if OpenSSL is built with FIPS
  - WRITEFUNCTION: add missing set_in_callback around callback
  - altsvc: Fix building with cookies disabled
  - auth: Rename the various authentication clean up functions
  - base64: build conditionally if there are users
  - cmake: avoid linking executable for some tests with cmake 3.6+
  - cmake: clear CMAKE_REQUIRED_LIBRARIES after each use
  - cmake: set SSL_BACKENDS
  - configure: avoid unportable '==' test(1) operator
  - configure: error out if OpenSSL wasn't detected when asked for
  - configure: fix default location for fish completions
  - cookie: Guard against possible NULL ptr deref
  - curl: make code work with protocol-disabled libcurl
  - curl: report error for "/--no-"/ on non-boolean options
  - curlver.h: use parenthesis in CURL_VERSION_BITS macro
  - docs/INSTALL: fix broken link
  - doh: acknowledge CURL_DISABLE_DOH
  - doh: disable DOH for the cases it doesn't work
  - examples: remove unused variables
  - ftplistparser: fix LGTM alert "/Empty block without comment"/
  - hostip: acknowledge CURL_DISABLE_SHUFFLE_DNS
  - http: Ignore HTTP/2 prior knowledge setting for HTTP proxies
  - http: acknowledge CURL_DISABLE_HTTP_AUTH
  - http: mark bundle as not for multiuse on < HTTP/2 response
  - http_digest: Don't expose functions when HTTP and Crypto Auth are disabled
  - http_negotiate: do not treat failure of gss_init_sec_context() as fatal
  - http_ntlm: Corrected the name of the include guard
  - http_ntlm_wb: Handle auth for only a single request
  - http_ntlm_wb: Return the correct error on receiving an empty auth message
  - lib509: add missing include for strdup
  - lib557: initialize variables
  - mbedtls: enable use of EC keys
  - mime: acknowledge CURL_DISABLE_MIME
  - multi: improved HTTP_1_1_REQUIRED handling
  - netrc: acknowledge CURL_DISABLE_NETRC
  - nss: allow fifos and character devices for certificates
  - nss: provide more specific error messages on failed init
  - ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup
  - ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4
  - openssl: mark connection for close on TLS close_notify
  - openvms: Remove pre-processor for SecureTransport
  - parse_proxy: use the URL parser API
  - parsedate: disabled on CURL_DISABLE_PARSEDATE
  - pingpong: disable more when no pingpong protocols are enabled
  - polarssl_threadlock: remove conditionally unused code
  - progress: acknowledge CURL_DISABLE_PROGRESS_METER
  - proxy: acknowledge DISABLE_PROXY more
  - resolve: apply Happy Eyeballs philosophy to parallel c-ares queries
  - revert "/multi: support verbose conncache closure handle"/
  - sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616
  - sasl: only enable if there's a protocol enabled using it
  - singleipconnect: show port in the verbose "/Trying ..."/ message
  - socks5: user name and passwords must be shorter than 256
  - socks: fix error message
  - socksd: new SOCKS 4+5 server for tests
  - spnego_gssapi: fix return code on gss_init_sec_context() failure
  - ssh-libssh: remove unused variable
  - ssh: define USE_SSH if SSH is enabled (any backend)
  - ssh: move variable declaration to where it's used
  - test1002: correct the name
  - test2100: Fix typos in test description
  - tests: Run global cleanup at end of tests
  - tests: make Impacket (SMB server) Python 3 compatible
  - tool_cb_wrt: fix bad-function-cast warning
  - tool_formparse: remove redundant assignment
  - tool_help: Warn if curl and libcurl versions do not match
  - tool_help: include for strcasecmp
  - url: always clone the CUROPT_CURLU handle
  - url: convert the zone id from a IPv6 URL to correct scope id
  - urlapi: add CURLUPART_ZONEID to set and get
  - urlapi: increase supported scheme length to 40 bytes
  - urlapi: require a non-zero host name length when parsing URL
  - urlapi: stricter CURLUPART_PORT parsing
  - urlapi: strip off zone id from numerical IPv6 addresses
  - urlapi: urlencode characters above 0x7f correctly
  - vauth/cleartext: update the PLAIN login to match RFC 4616
  - vauth/oauth2: Fix OAUTHBEARER token generation
  - vauth: Fix incorrect function description for Curl_auth_user_contains_domain
  - vtls: fix potential ssl_buffer stack overflow
  - wildcard: disable from build when FTP isn't present
  - xattr: skip unittest on unsupported platforms
- Security fix [bsc#1135170, CVE-2019-5436]
  * A heap buffer overflow exists in tftp_receive_packet that
    receives data from a TFTP server
  * Added curl-CVE-2019-5436.patch
- Install curl.fish completions file from curl rather than from the fish package
- update to version 7.64.1
  * Changes:
  - alt-svc: experiemental support added
  - configure: add --with-amissl
  * Bugfixes:
  - AppVeyor: switch VS 2015 builds to VS 2017 image
  - CURLU: fix NULL dereference when used over proxy
  - Curl_easy: remove req.maxfd - never used!
  - Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning
  - DoH: inherit some SSL options from user's easy handle
  - Secure Transport: no more "/darwinssl"/
  - Secure Transport: tvOS 11 is required for ALPN support
  - cirrus: Added FreeBSD builds using Cirrus CI
  - cleanup: make local functions static
  - cli tool: do not use mime.h private structures
  - cmdline-opts/proxytunnel.d: the option tunnnels all protocols
  - configure: add additional libraries to check for LDAP support
  - configure: remove the unused fdopen macro
  - configure: show features as well in the final summary
  - conncache: use conn->data to know if a transfer owns it
  - connection: never reuse CONNECT_ONLY connections
  - connection_check: restore original conn->data after the check
  - connection_check: set ->data to the transfer doing the check
  - cookie: Add support for cookie prefixes
  - cookies: dotless names can set cookies again
  - cookies: fix NULL dereference if flushing cookies with no CookieInfo set
  - curl.1: --user and --proxy-user are hidden from ps output
  - curl.1: mark the argument to --cookie as
  - curl.h: use __has_declspec_attribute for shared builds
  - curl: display --version features sorted alphabetically
  - curl: fix FreeBSD compiler warning in the --xattr code
  - curl: remove MANUAL from -M output
  - curl_easy_duphandle.3: clarify that a duped handle has no shares
  - curl_multi_remove_handle.3: use at any time, just not from within callbacks
  - curl_url.3: this API is not experimental anymore
  - dns: release sharelock as soon as possible
  - docs: update max-redirs.d phrasing
  - examples/10-at-a-time.c: improve readability and simplify
  - examples/cacertinmem.c: use multiple certificates for loading CA-chain
  - examples/crawler: Fix the Accept-Encoding setting
  - examples/ephiperfifo.c: various fixes
  - examples/externalsocket: add missing close socket calls
  - examples/http2-download: cleaned up
  - examples/http2-serverpush: add some sensible error checks
  - examples/http2-upload: cleaned up
  - examples/httpcustomheader: Value stored to 'res' is never read
  - examples/postinmemory: Potential leak of memory pointed to by 'chunk.memory'
  - examples/sftpuploadresume: Value stored to 'result' is never read
  - examples: only include
  - examples: remove recursive calls to curl_multi_socket_action
  - examples: remove superfluous null-pointer checks
  - file: fix "/Checking if unsigned variable 'readcount' is less than zero."/
  - fnmatch: disable if FTP is disabled
  - gnutls: remove call to deprecated gnutls_compression_get_name
  - gopher: remove check for path == NULL
  - gssapi: fix deprecated header warnings
  - hostip: make create_hostcache_id avoid alloc + free
  - http2: multi_connchanged() moved from multi.c, only used for h2
  - http2: verify :athority in push promise requests
  - http: make adding a blank header thread-safe
  - http: send payload when (proxy) authentication is done
  - http: set state.infilesize when sending multipart formposts
  - makefile: make checksrc and hugefile commands "/silent"/
  - mbedtls: make it build even if MBEDTLS_VERSION_C isn't set
  - mbedtls: release sessionid resources on error
  - memdebug: log pointer before freeing its data
  - memdebug: make debug-specific functions use curl_dbg_ prefix
  - mime: put the boundary buffer into the curl_mime struct
  - multi: call multi_done on connect timeouts, fixes CURLINFO_TOTAL_TIME
  - multi: remove verbose "/Expire in"/ ... messages
  - multi: removed unused code for request retries
  - multi: support verbose conncache closure handle
  - negotiate: fix for HTTP POST with Negotiate
  - openssl: add support for TLS ASYNC state
  - openssl: if cert type is ENG and no key specified, key is ENG too
  - pretransfer: don't strlen() POSTFIELDS set for GET requests
  - rand: Fix a mismatch between comments in source and header
  - runtests: detect "/schannel"/ as an alias for "/winssl"/
  - schannel: be quiet - remove verbose output
  - schannel: close TLS before removing conn from cache
  - schannel: support CALG_ECDH_EPHEM algorithm
  - scripts/completion.pl: also generate fish completion file
  - singlesocket: fix the 'sincebefore' placement
  - source: fix two 'nread' may be used uninitialized warnings
  - ssh: fix Condition '!status' is always true
  - ssh: loop the state machine if not done and not blocking
  - strerror: make the strerror function use local buffers
  - test578: make it read data from the correct test
  - tests: Fixed XML validation errors in some test files
  - tests: add stderr comparison to the test suite
  - tests: fix multiple may be used uninitialized warnings
  - threaded-resolver: shutdown the resolver thread without error message
  - tool_cb_wrt: fix writing to Windows null device NUL
  - tool_getpass: termios.h is present on AmigaOS 3, but no tcgetattr/tcsetattr
  - tool_operate: build on AmigaOS
  - tool_operate: fix typecheck warning
  - transfer.c: do not compute length of undefined hex buffer
  - travis: add build using gnutls
  - travis: add scan-build
  - travis: bump the used wolfSSL version to 4.0.0
  - travis: enable valgrind for the iconv tests
  - travis: use updated compiler versions: clang 7 and gcc 8
  - unit1307: require FTP support
  - unit1651: survive curl_easy_init() fails
  - url/idnconvert: remove scan for <= 32 ascii values
  - url: change conn shutdown order to ensure SOCKETFUNCTION callbacks
  - urlapi: reduce variable scope, remove unreachable 'break'
  - urldata: convert bools to bitfields and move to end
  - urldata: simplify bytecounters
  - urlglob: Argument with 'nonnull' attribute passed null
  - version.c: silent scan-build even when librtmp is not enabled
  - vtls: rename some of the SSL functions
  - wolfssl: stop custom-adding curves
  - x509asn1: "/Dereference of null pointer"/
  - x509asn1: cleanup and unify code layout
  - zsh.pl: escape ':' character
  - zsh.pl: update regex to better match curl -h output
- Dropped patches fixed upstream:
  * 0001-connection_check-set-data-to-the-transfer-doing-the-.patch
  * 0002-connection_check-restore-original-conn-data-after-th.patch
  * curl-singlesocket-sincebefore-placement.patch
- Fix variable placement that wasn't properly reset within a loop
  missing to notify sockets. [bsc#1129083, bsc#1129470]
  * Added curl-singlesocket-sincebefore-placement.patch
- Add patches to fix use-after-free (boo#1127849):
  * 0001-connection_check-set-data-to-the-transfer-doing-the-.patch
  * 0002-connection_check-restore-original-conn-data-after-th.patch
- BuildRequire libcurl4-mini for !bootstrap to avoid build cycles
  due to cmake pulling libcurl4
- update to version 7.64.0
  [bcs#1123371, CVE-2018-16890][bcs#1123377, CVE-2019-3822]
  [bcs#1123378, CVE-2019-3823]
  * Changes:
  - cookies: leave secure cookies alone
  - hostip: support wildcard hosts
  - http: Implement trailing headers for chunked transfers
  - http: added options for allowing HTTP/0.9 responses
  - timeval: Use high resolution timestamps on Windows
  * Bugfixes:
  - CVE-2018-16890: NTLM type-2 out-of-bounds buffer read
  - CVE-2019-3822: NTLMv2 type-3 header stack buffer overflow
  - CVE-2019-3823: SMTP end-of-response out-of-bounds read
  - FAQ: remove mention of sourceforge for github
  - OS400: handle memory error in list conversion
  - OS400: upgrade ILE/RPG binding.
  - README: add codacy code quality badge
  - Revert http_negotiate: do not close connection
  - THANKS: added several missing names from year <= 2000
  - build: make 'tidy' target work for metalink builds
  - cmake: added checks for variadic macros
  - cmake: updated check for HAVE_POLL_FINE to match autotools
  - cmake: use lowercase for function name like the rest of the code
  - configure: detect xlclang separately from clang
  - configure: fix recv/send/select detection on Android
  - configure: rewrite --enable-code-coverage
  - conncache_unlock: avoid indirection by changing input argument type
  - cookie: fix comment typo
  - cookies: allow secure override when done over HTTPS
  - cookies: extend domain checks to non psl builds
  - cookies: skip custom cookies when redirecting cross-site
  - curl --xattr: strip credentials from any URL that is stored
  - curl -J: refuse to append to the destination file
  - curl/urlapi.h: include "/curl.h"/ first
  - curl_multi_remove_handle() don't block terminating c-ares requests
  - darwinssl: accept setting max-tls with default min-tls
  - disconnect: separate connections and easy handles better
  - disconnect: set conn->data for protocol disconnect
  - docs/version.d: mention MultiSSL
  - docs: fix the --tls-max description
  - docs: use $(INSTALL_DATA) to install man page
  - docs: use meaningless port number in CURLOPT_LOCALPORT example
  - gopher: always include the entire gopher-path in request
  - http2: clear pause stream id if it gets closed
  - if2ip: remove unused function Curl_if_is_interface_name
  - libssh: do not let libssh create socket
  - libssh: enable CURLOPT_SSH_KNOWNHOSTS and CURLOPT_SSH_KEYFUNCTION for libssh
  - libssh: free sftp_canonicalize_path() data correctly
  - libtest/stub_gssapi: use "/real"/ snprintf
  - mbedtls: use VERIFYHOST
  - multi: multiplexing improvements
  - multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE time
  - ntlm: fix NTMLv2 compliance
  - ntlm_sspi: add support for channel binding
  - openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecated
  - openssl: fix the SSL_get_tlsext_status_ocsp_resp call
  - openvms: fix OpenSSL discovery on VAX
  - openvms: fix typos in documentation
  - os400: add a missing closing bracket
  - os400: fix extra parameter syntax error
  - pingpong: change default response timeout to 120 seconds
  - pingpong: ignore regular timeout in disconnect phase
  - printf: fix format specifiers
  - runtests.pl: Fix perl call to include srcdir
  - schannel: fix compiler warning
  - schannel: preserve original certificate path parameter
  - schannel: stop calling it "/winssl"/
  - sigpipe: if mbedTLS is used, ignore SIGPIPE
  - smb: fix incorrect path in request if connection reused
  - ssh: log the libssh2 error message when ssh session startup fails
  - test1558: verify CURLINFO_PROTOCOL on file:// transfer
  - test1561: improve test name
  - test1653: make it survive torture tests
  - tests: allow tests to pass by 2037-02-12
  - tests: move objnames-* from lib into tests
  - timediff: fix math for unsigned time_t
  - timeval: Disable MSVC Analyzer GetTickCount warning
  - tool_cb_prg: avoid integer overflow
  - travis: added cmake build for osx
  - urlapi: Fix port parsing of eol colon
  - urlapi: distinguish possibly empty query
  - urlapi: fix parsing ipv6 with zone index
  - urldata: rename easy_conn to just conn
  - winbuild: conditionally use /DZLIB_WINAPI
  - wolfssl: fix memory-leak in threaded use
  - spnego_sspi: add support for channel binding
- Security fix [bsc#1123378, CVE-2019-3823]
  * SMTP end-of-response out-of-bounds read
  * Added patch curl-CVE-2019-3823.patch
- Security fix [bsc#1123377, CVE-2019-3822]
  * NTLMv2 type-3 header stack buffer overflow
  * Added patch curl-CVE-2019-3822.patch
- Fix wrong summary, curl is at version 7, not 4.
- Security fix [bsc#1123371, CVE-2018-16890]
  * NTLM type-2 out-of-bounds buffer read
  * Added patch curl-CVE-2018-16890.patch
- Provide libcurl4 = %version in the mini library package
- Update to version 7.63.0
  Changes:
  * curl: add %{stderr} and %{stdout} for --write-out
  * curl: add undocumented option --dump-module-paths for w32
  * setopt: add CURLOPT_CURLU
  Bugfixes:
  * (lib)curl.rc: fixup for minor bugs
  * CURLINFO_REDIRECT_URL: extract the Location: header field unvalidated
  * CURLOPT_HEADERFUNCTION.3: match 'nitems' name in synopsis/desc
  * CURLOPT_WRITEFUNCTION.3: spell out that it gets called many times
  * Curl_follow: accept non-supported schemes for "/fake"/ redirects
  * KNOWN_BUGS: add --proxy-any connection issue
  * NTLM: Remove redundant ifdef USE_OPENSS
  * NTLM: force the connection to HTTP/1.1
  * OS400: add URL API ccsid wrappers and sync ILE/RPG bindings
  * SECURITY-PROCESS: bountygraph shuts down again
  * TODO: Have the URL API offer IDN decoding
  * ares: remove fd from multi fd set when ares is about to close the fd
  * axtls: removed
  * checksrc: add COPYRIGHTYEAR check
  * cmake: fix MIT/Heimdal Kerberos detection
  * configure: include all libraries in ssl-libs fetch
  * configure: show CFLAGS, LDFLAGS etc in summary
  * connect: fix building for recent versions of Minix
  * cookies: create the cookiejar even if no cookies to save
  * cookies: expire "/Max-Age=0"/ immediately
  * curl: --local-port range was not "/including"/
  * curl: fix --local-port integer overflow
  * curl: fix memory leak reading --writeout from file
  * curl: fixed UTF-8 in current console code page (Win)
  * curl_easy_perform: fix timeout handling
  * curl_global_sslset(): id == -1 is not necessarily an error
  * curl_multibyte: fix a malloc overcalculation
  * curle: move deprecated error code to ifndef block
  * docs: curl_formadd field and file names are now escaped
  * docs: escape "/n"/ codes
  * doh: fix memory leak in OOM situation
  * doh: make it work for h2-disabled builds too
  * examples/ephiperfifo: report error when epoll_ctl fails
  * ftp: avoid unsigned int overflows in FTP listing parser
  * host names: allow trailing dot in name resolve, then strip it
  * http2: Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1
  * http: don't set CURLINFO_CONDIITON_UNMET for http status code 204
  * http: fix HTTP DIgest auth to include query in URI
  * http_negotiate: do not close connection until negotiation is completed
  * impacket: add LICENSE
  * infof: clearly indicate truncation
  * ldap: fix LDAP URL parsing regressions
  * libcurl: stop reading from paused transfers
  * mprintf: avoid unsigned integer overflow warning
  * netrc: don't ignore the login name specified with "/--user"/
  * nss: Fall back to latest supported SSL version
  * nss: Fix compatibility with nss versions 3.14 to 3.15
  * nss: fix fallthrough comment to fix picky compiler warning
  * nss: remove version selecting dead code
  * nss: set default max-tls to 1.3/1.2
  * openssl: Remove SSLEAY leftovers
  * openssl: do not log excess "/TLS app data"/ lines for TLS 1.3
  * openssl: do not use file BIOs if not requested
  * openssl: fix unused variable compiler warning with old openssl
  * openssl: support session resume with TLS 1.3
  * openvms: fix example name
  * os400: Add curl_easy_conn_upkeep() to ILE/RPG binding
  * os400: add CURLOPT_CURLU to ILE/RPG binding
  * os400: fix return type of curl_easy_pause() in ILE/RPG binding
  * packages: remove old leftover files and dirs
  * pop3: only do APOP with a valid timestamp
  * runtests: use the local curl for verifying
  * schannel: be consistent in Schannel capitalization
  * schannel: better CURLOPT_CERTINFO support
  * schannel: use Curl_prefix for global private symbols
  * snprintf: renamed and now we only use msnprintf()
  * ssl: fix compilation with OpenSSL 0.9.7
  * ssl: replace all internal uses of CURLE_SSL_CACERT
  * symbols-in-versions: add missing CURLU_symbols
  * test328: verify Content-Encoding: none
  * tests: disable SO_EXCLUSIVEADDRUSE for stunnel/Win
  * tests: drop http_pipe.py script no longer used
  * tests: drop http_pipe.py script no longer used
  * tool_cb_wrt: Silence function cast compiler warning
  * tool_doswin: Fix uninitialized field warning
  * travis: build with clang sanitizers
  * travis: remove curl before a normal build
  * url: a short host name + port is not a scheme
  * url: fix IPv6 numeral address parser
  * urlapi: only skip encoding the first '=' with APPENDQUERY set
- refreshed curl-disabled-redirect-protocol-message.patch
- Update to version 7.62.0
  Changes:
  * multiplex: enable by default
  * url: default to CURL_HTTP_VERSION_2TLS if built h2-enabled
  * setopt: add CURLOPT_DOH_URL
  * curl: --doh-url added
  * setopt: add CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size
  * imap: change from "/FETCH"/ to "/UID FETCH"/
  * configure: add option to disable automatic OpenSSL config loading
  * upkeep: add a connection upkeep API: curl_easy_upkeep()
  * URL-API: added five new functions
  * vtls: MesaLink is a new TLS backend
  Bugfixes:
  * CVE-2018-16839: SASL password overflow via integer overflow [bsc#1112758]
  * CVE-2018-16840: use-after-free in handle close [bsc#1113029]
  * CVE-2018-16842: warning message out-of-buffer read [bsc#1113660]
  * CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated
  * Curl_dedotdotify(): always nul terminate returned string
  * Curl_follow: Always free the passed new URL
  * Curl_http2_done: fix memleak in error path
  * Curl_retry_request: fix memory leak
  * Curl_saferealloc: Fixed typo in docblock
  * FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output
  * GnutTLS: TLS 1.3 support
  * SECURITY-PROCESS: mention the bountygraph program
  * VS projects: add USE_IPV6:
  * certs: generate tests certs with sha256 digest algorithm
  * checksrc: enable strict mode and warnings
  * checksrc: handle zero scoped ignore commands
  * cmake: Backport to work with CMake 3.0 again
  * cmake: Improve config installation
  * cmake: add support for transitive ZLIB target
  * cmake: disable -Wpedantic-ms-format
  * cmake: don't require OpenSSL if USE_OPENSSL=OFF
  * cmake: fixed path used in generation of docs/tests
  * cmake: remove unused *SOCKLEN_T variables
  * cmake: suppress MSVC warning C4127 for libtest
  * cmake: test and set missed defines during configuration
  * config: Remove unused SIZEOF_VOIDP
  * configure: force-use -lpthreads on HPUX
  * configure: remove CURL_CONFIGURE_CURL_SOCKLEN_T
  * configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE
  * cookies: Remove redundant expired check
  * cookies: fix leak when writing cookies to file
  * curl-config.in: remove dependency on bc
  * curl.1: --ipv6 mutexes ipv4 (fixed typo)
  * curl: update the documentation of --tlsv1.0
  * curl_multi_wait: call getsock before figuring out timeout
  * curl_ntlm_wb: check aprintf() return codes
  * data-binary.d: clarify default content-type is x-www-form-urlencoded
  * docs/CIPHERS: Mention the options used to set TLS 1.3 ciphers
  * docs/CIPHERS: fix the TLS 1.3 cipher names
  * docs/CIPHERS: mention the colon separation for OpenSSL
  * docs/examples: URL updates
  * docs: add "/see also"/ links for SSL options
  * example/asiohiper: insert warning comment about its status
  * example/htmltidy: fix include paths of tidy libraries
  * examples/http2-pushinmemory: receive HTTP/2 pushed files in memory
  * examples/parseurl.c: show off the URL API
  * examples: Fix memory leaks from realloc errors
  * examples: do not wait when no transfers are running
  * ftp: include command in Curl_ftpsend sendbuffer
  * gskit: make sure to terminate version string
  * gtls: Values stored to but never read
  * hostip: fix check on Curl_shuffle_addr return value
  * http2: fix memory leaks on error-path
  * http: fix memleak in rewind error path
  * krb5: fix memory leak in krb_auth
  * memory: add missing curl_printf header
  * memory: ensure to check allocation results
  * multi: Fix error handling in the SENDPROTOCONNECT state
  * multi: fix memory leak in content encoding related error path
  * multi: make the closure handle "/inherit"/ CURLOPT_NOSIGNAL
  * netrc: free temporary strings if memory allocation fails
  * nss: try to connect even if libnssckbi.so fails to load
  * ntlm_wb: Fix memory leaks in ntlm_wb_response
  * ntlm_wb: bail out if the response gets overly large
  * openssl: assume engine support in 0.9.8 or later
  * openssl: enable TLS 1.3 post-handshake auth
  * openssl: fix gcc8 warning
  * openssl: load built-in engines too
  * openssl: make 'done' a proper boolean
  * openssl: output the correct cipher list on TLS 1.3 error
  * openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuer
  * openssl: show "/proper"/ version number for libressl builds
  * pipelining: deprecated
  * rand: add comment to skip a clang-tidy false positive
  * rtmp: fix for compiling with lwIP
  * runtests: ignore disabled even when ranges are given
  * schannel: unified error code handling
  * sendf: Fix whitespace in infof/failf concatenation
  * ssh: free the session on init failures
  * ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
  * system.h: use proper setting with Sun C++ as well
  * test1299: use single quotes around asterisk
  * test1452: mark as flaky
  * test1651: unit test Curl_extract_certinfo()
  * test320: strip out more HTML when comparing
  * tests/negtelnetserver.py: fix Python2-ism in neg TELNET server
  * tests: add unit tests for url.c
  * tool_cb_hdr: handle failure of rename()
  * travis: add a "/make tidy"/ build that runs clang-tidy
  * travis: add build for "/configure --disable-verbose"/
  * travis: bump the Secure Transport build to use xcode
  * travis: make distcheck scan for BOM markers
  * unit1300: fix stack-use-after-scope AddressSanitizer warning
  * urldata: Fix "/connecting"/ comment
  * urlglob: improve error message on bad globs
  * vtls: fix ssl version "/or later"/ behavior change for many backends
  * x509asn1: Fix SAN IP address verification
  * x509asn1: always check return code from getASN1Element()
  * x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse cert
  * x509asn1: suppress left shift on signed value
- Rebased patches after update:
  * curl-disabled-redirect-protocol-message.patch
  * curl-use_OPENSSL_config.patch
- Security fix [bsc#1113660, CVE-2018-16842]
  * Fixed Out-of-bounds Read in tool_msgs.c
  * Added curl-CVE-2018-16842.patch
- Security fix [bsc#1113029, CVE-2018-16840]
  * use-after-free in handle close
  * Added curl-CVE-2018-16840.patch
- Security fix [bsc#1112758, CVE-2018-16839]
  * SASL password overflow via integer overflow
  * Added curl-CVE-2018-16839.patch
- Security fix [CVE-2018-14618, bsc#1106019]
  * NTLM password overflow via integer overflow
  * Added patch curl-CVE-2018-14618.patch
- Update to version 7.61.1
  Bugfixes:
  * CVE-2018-14618: NTLM password overflow via integer overflow (bsc#1106019)
  * CURLINFO_SIZE_UPLOAD: fix missing counter update
  * CURLOPT_ACCEPT_ENCODING.3: list them comma-separated
  * CURLOPT_SSL_CTX_FUNCTION.3: might cause accidental connection reuse
  * Curl_getoff_all_pipelines: improved for multiplexed
  * DEPRECATE: remove release date from 7.62.0
  * HTTP: Don't attempt to needlessly decompress redirect body
  * INTERNALS: require GnuTLS >= 2.11.3
  * README.md: add LGTM.com code quality grade for C/C++
  * SSLCERTS: improve the openssl command line
  * Silence GCC 8 cast-function-type warnings
  * ares: check for NULL in completed-callback
  * asyn-thread: Remove unused macro
  * auth: only pick CURLAUTH_BEARER if we *have* a Bearer token
  * auth: pick Bearer authentication whenever a token is available
  * cmake: CMake config files are defining CURL_STATICLIB for static builds
  * cmake: Respect BUILD_SHARED_LIBS
  * cmake: Update scripts to use consistent style
  * cmake: bumped minimum version to 3.4
  * cmake: link curl to the OpenSSL targets instead of lib absolute paths
  * configure: conditionally enable pedantic-errors
  * configure: fix for -lpthread detection with OpenSSL and pkg-config
  * conn: remove the boolean 'inuse' field
  * content_encoding: accept up to 4 unknown trailer bytes after raw deflate data
  * cookie tests: treat files as text
  * cookies: support creation-time attribute for cookies
  * curl: Fix segfault when -H @headerfile is empty
  * curl: add http code 408 to transient list for --retry
  * curl: fix time-of-check, time-of-use race in dir creation
  * curl: use Content-Disposition before the "/URL end"/ for -OJ
  * curl: warn the user if a given file name looks like an option
  * curl_threads: silence bad-function-cast warning
  * darwinssl: add support for ALPN negotiation
  * docs/CURLOPT_URL: fix indentation
  * docs/CURLOPT_WRITEFUNCTION: size is always 1
  * docs/SECURITY-PROCESS: mention bounty, drop pre-notify
  * docs/examples: add hiperfifo example using linux epoll/timerfd
  * docs: add disallow-username-in-url.d and haproxy-protocol.d to dist
  * docs: clarify NO_PROXY env variable functionality
  * docs: improved the manual pages of some callbacks
  * docs: mention NULL is fine input to several functions
  * formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULT
  * gopher: Do not translate `?' to `%09'
  * header output: switch off all styles, not just unbold
  * hostip: fix unused variable warning
  * http2: Use correct format identifier for stream_id
  * http2: abort the send_callback if not setup yet
  * http2: avoid set_stream_user_data() before stream is assigned
  * http2: check nghttp2_session_set_stream_user_data return code
  * http2: clear the drain counter in Curl_http2_done
  * http2: make sure to send after RST_STREAM
  * http2: separate easy handle from connections better
  * http: fix for tiny "/HTTP/0.9"/ response
  * http_proxy: Remove unused macro SELECT_TIMEOUT
  * lib/Makefile: only do symbol hiding if told to
  * lib1502: fix memory leak in torture test
  * lib1522: fix curl_easy_setopt argument type
  * libcurl-thread.3: expand somewhat on the NO_SIGNAL motivation
  * mime: check Curl_rand_hex's return code
  * multi: always do the COMPLETED procedure/state
  * openssl: assume engine support in 1.0.0 or later
  * openssl: fix debug messages
  * projects: Improve Windows perl detection in batch scripts
  * retry: return error if rewind was necessary but didn't happen
  * reuse_conn(): memory leak - free old_conn->options
  * schannel: client certificate store opening fix
  * schannel: enable CALG_TLS1PRF for w32api >= 5.1
  * schannel: fix MinGW compile break
  * sftp: don't send post-qoute sequence when retrying a connection
  * smb: fix memory leak on early failure
  * smb: fix memory-leak in URL parse error path
  * smb_getsock: always wait for write socket too
  * ssh-libssh: fix infinite connect loop on invalid private key
  * ssh-libssh: reduce excessive verbose output about pubkey auth
  * ssh-libssh: use FALLTHROUGH to silence gcc8
  * ssl: set engine implicitly when a PKCS#11 URI is provided
  * sws: handle EINTR when calling select()
  * system_win32: fix version checking
  * telnet: Remove unused macros TELOPTS and TELCMDS
  * test1143: disable MSYS2's POSIX path conversion
  * test1148: disable if decimal separator is not point
  * test1307: (fnmatch testing) disabled
  * test1422: add required file feature
  * test1531: Add timeout
  * test1540: Remove unused macro TEST_HANG_TIMEOUT
  * test214: disable MSYS2's POSIX path conversion for URL
  * test320: treat curl320.out file as binary
  * tests/http_pipe.py: Use /usr/bin/env to find python
  * tests: Don't use Windows path %PWD for SSH tests
  * tests: fixes for Windows line endlings
  * tool_operate: Fix setting proxy TLS 1.3 ciphers
  * travis: build darwinssl on macos 10.12 to fix linker errors
  * travis: execute "/set -eo pipefail"/ for coverage build
  * travis: run a 'make checksrc' too
  * travis: update to GCC-8
  * travis: verify that man pages can be regenerated
  * upload: allocate upload buffer on-demand
  * upload: change default UPLOAD_BUFSIZE to 64KB
  * urldata: remove unused pipe_broke struct field
  * vtls: reinstantiate engine on duplicated handles
  * windows: implement send buffer tuning
  * wolfSSL/CyaSSL: Fix memory leak in Curl_cyassl_random
- Remove patch included upstream:
  * curl-switch-off-all-styles.patch
- Added curl-switch-off-all-styles.patch: Fix output of wrong escape sequences,
  which might mess up the terminal (bsc#1105624)
- security update
  * CVE-2018-0500 [bsc#1099793]
    + curl-CVE-2018-0500.patch
- Update to version 7.61.0
  [bsc#1099793, CVE-2018-0500]
  Changes:
  * getinfo: add microsecond precise timers for seven intervals
  * curl: show headers in bold, switch off with --no-styled-output
  * httpauth: add support for Bearer tokens
  * Add CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS
  * curl: --tls13-ciphers and --proxy-tls13-ciphers
  * Add CURLOPT_DISALLOW_USERNAME_IN_URL
  * curl: --disallow-username-in-url
  Bugfixes:
  * CVE-2018-0500: smtp: fix SMTP send buffer overflow
  * schannel: disable client cert option if APIs not available
  * schannel: disable manual verify if APIs not available
  * tests/libtest/Makefile: Do not unconditionally add gcc-specific flags
  * openssl: acknowledge --tls-max for default version too
  * stub_gssapi: fix 'unused parameter' warnings
  * examples/progressfunc: make it build on both new and old libcurls
  * docs: mention it is HA Proxy protocol "/version 1"/
  * curl_fnmatch: only allow two asterisks for matching
  * docs: clarify CURLOPT_HTTPGET
  * configure: replace a AC_TRY_RUN with CURL_RUN_IFELSE
  * configure: do compile-time SIZEOF checks instead of run-time
  * checksrc: make sure sizeof() is used *with* parentheses
  * CURLOPT_ACCEPT_ENCODING.3: add brotli and clarify a bit
  * schannel: make CAinfo parsing resilient to CR/LF
  * tftp: make sure error is zero terminated before printfing it
  * http resume: skip body if http code 416 (range error) is ignored
  * configure: add basic test of --with-ssl prefix
  * cmake: set -d postfix for debug builds
  * multi: provide a socket to wait for in Curl_protocol_getsock
  * content_encoding: handle zlib versions too old for Z_BLOCK
  * winbuild: only delete OUTFILE if it exists
  * winbuild: In MakefileBuild.vc fix typo DISTDIR->DIRDIST
  * schannel: add failf calls for client certificate failures
  * cmake: Fix the test for fsetxattr and strerror_r
  * curl.1: Fix cmdline-opts reference errors
  * cmdline-opts/gen.pl: warn if mutexes: or see-also: list non-existing options
  * cmake: check for getpwuid_r
  * configure: fix ssh2 linking when built with a static mbedtls
  * psl: use latest psl and refresh it periodically
  * fnmatch: insist on escaped bracket to match
  * KNOWN_BUGS: restore text regarding #2101
  * INSTALL: LDFLAGS=-Wl,-R/usr/local/ssl/lib
  * configure: override AR_FLAGS to silence warning
  * os400: implement mime api EBCDIC wrappers
  * curl.rc: embed manifest for correct Windows version detection
  * strictness: correct {infof, failf} format specifiers
  * tests: update .gitignore for libtests
  * configure: check for declaration of getpwuid_r
  * fnmatch: use the system one if available
  * CURLOPT_RESOLVE: always purge old entry first
  * multi: remove a potentially bad DEBUGF()
  * curl_addrinfo: use same #ifdef conditions in source as header
  * build: remove the Borland specific makefiles
  * axTLS: not considered fit for use
  * cmdline-opts/cert-type.d: mention "/p12"/ as a recognized type
  * system.h: add support for IBM xlc C compiler
  * tests/libtest: Add lib1521 to nodist_SOURCES
  * mk-ca-bundle.pl: leave certificate name untouched
  * boringssl + schannel: undef X509_NAME in lib/schannel.h
  * openssl: assume engine support in 1.0.1 or later
  * cppcheck: fix warnings
  * test 46: make test pass after year 2025
  * schannel: support selecting ciphers
  * Curl_debug: remove dead printhost code
  * test 1455: unflakified
  * Curl_init_do: handle NULL connection pointer passed in
  * progress: remove a set of unused defines
  * mk-ca-bundle.pl: make -u delete certdata.txt if found not changed
  * GOVERNANCE.md: explains how this project is run
  * configure: use pkg-config for c-ares detection
  * configure: enhance ability to build with static openssl
  * maketgz: fix sed issues on OSX
  * multi: fix memory leak when stopped during name resolve
  * CURLOPT_INTERFACE.3: interface names not supported on Windows
  * url: fix dangling conn->data pointer
  * cmake: allow multiple SSL backends
  * system.h: fix for gcc on 32 bit OpenServer
  * ConnectionExists: make sure conn->data is set when "/taking"/ a connection
  * multi: fix crash due to dangling entry in connect-pending list
  * CURLOPT_SSL_VERIFYPEER.3: Add performance note
  * netrc: use a larger buffer to support longer passwords
  * url: check Curl_conncache_add_conn return code
  * configure: Add dependent libraries after crypto
  * easy_perform: faster local name resolves by using *multi_timeout()
  * getnameinfo: not used, removed all configure checks
  * travis: add a build using the synchronous name resolver
  * CURLINFO_TLS_SSL_PTR.3: improve the example
  * openssl: allow TLS 1.3 by default
  * openssl: make the requested TLS version the *minimum* wanted
  * openssl: Remove some dead code
  * telnet: fix clang warnings
  * DEPRECATE: new doc describing planned item removals
  * example/crawler.c: simple crawler based on libxml2
  * libssh: goto DISCONNECT state on error, not SESSION_FREE
  * CMake: Remove unused functions
  * darwinssl: allow High Sierra users to build the code using GCC
  * scripts: include _curl as part of CLEANFILES
  * examples: fix -Wformat warnings
  * curl_setup: include <winerror.h> before <windows.h>
  * schannel: make more cipher options conditional
  * CMake: remove redundant and old end-of-block syntax
  * post303.d: clarify that this is an RFC violation
- refreshed libcurl-ocloexec.patch
- Use OPENSSL_config instead of CONF_modules_load_file() to avoid
  crashes due to openssl engines conflicts (bsc#1086367)
  * add curl-use_OPENSSL_config.patch
- Update to version 7.60.0
  [bsc#1092094, CVE-2018-1000300][bsc#1092098, CVE-2018-1000301]
  Changes:
  * Add CURLOPT_HAPROXYPROTOCOL, support for the HAProxy PROXY protocol
  * Add --haproxy-protocol for the command line tool
  * Add CURLOPT_DNS_SHUFFLE_ADDRESSES, shuffle returned IP addresses
  Bugfixes:
  * FTP: shutdown response buffer overflow CVE-2018-1000300
  * RTSP: bad headers buffer over-read CVE-2018-1000301
  * FTP: fix typo in recursive callback detection for seeking
  * test1208: marked flaky
  * HTTP: make header-less responses still count correct body size
  * user-agent.d:: mention --proxy-header as well
  * http2: fixes typo
  * cleanup: misc typos in strings and comments
  * rate-limit: use three second window to better handle high speeds
  * examples/hiperfifo.c: improved
  * pause: when changing pause state, update socket state
  * multi: improved pending transfers handling => improved performance
  * curl_version_info.3: fix ssl_version description
  * add_handle/easy_perform: clear errorbuffer on start if set
  * cmake: add support for brotli
  * parsedate: support UT timezone
  * vauth/ntlm.h: fix the #ifdef header guard
  * lib/curl_path.h: added #ifdef header guard
  * vauth/cleartext: fix integer overflow check
  * CURLINFO_COOKIELIST.3: made the example not leak memory
  * cookie.d: mention that "/-"/ as filename means stdin
  * CURLINFO_SSL_VERIFYRESULT.3: fixed the example
  * http2: read pending frames (including GOAWAY) in connection-check
  * timeval: remove compilation warning by casting
  * cmake: avoid warn-as-error during config checks
  * travis-ci: enable -Werror for CMake builds
  * openldap: fix for NULL return from ldap_get_attribute_ber()
  * threaded resolver: track resolver time and set suitable timeout values
  * cmake: Add advapi32 as explicit link library for win32
  * docs: fix CURLINFO_*_T examples use of CURL_FORMAT_CURL_OFF_T
  * test1148: set a fixed locale for the test
  * cookies: when reading from a file, only remove_expired once
  * cookie: store cookies per top-level-domain-specific hash table
  * openssl: fix build with LibreSSL 2.7
  * tls: fix mbedTLS 2.7.0 build + handle sha256 failures
  * openssl: RESTORED verify locations when verifypeer==0
  * file: restore old behavior for file:////foo/bar URLs
  * FTP: allow PASV on IPv6 connections when a proxy is being used
  * build-openssl.bat: allow custom paths for VS and perl
  * winbuild: make the clean target work without build-type
  * build-openssl.bat: Refer to VS2017 as VC14.1 instead of VC15
  * curl: retry on FTP 4xx, ignore other protocols
  * configure: detect (and use) sa_family_t
  * examples/sftpuploadresume: Fix Windows large file seek
  * build: cleanup to fix clang warnings/errors
  * winbuild: updated the documentation
  * lib: silence null-dereference warnings
  * travis: bump to clang 6 and gcc 7
  * travis: build libpsl and make builds use it
  * proxy: show getenv proxy use in verbose output
  * duphandle: make sure CURLOPT_RESOLVE is duplicated
  * all: Refactor malloc+memset to use calloc
  * checksrc: Fix typo
  * system.h: Add sparcv8plus to oracle/sunpro 32-bit detection
  * vauth: Fix typo
  * ssh: show libSSH2 error code when closing fails
  * test1148: tolerate progress updates better
  * urldata: make service names unconditional
  * configure: keep LD_LIBRARY_PATH changes local
  * ntlm_sspi: fix authentication using Credential Manager
  * schannel: add client certificate authentication
  * winbuild: Support custom devel paths for each dependency
  * schannel: add support for CURLOPT_CAINFO
  * http2: handle on_begin_headers() called more than once
  * openssl: support OpenSSL 1.1.1 verbose-mode trace messages
  * openssl: fix subjectAltName check on non-ASCII platforms
  * http2: avoid strstr() on data not zero terminated
  * http2: clear the "/drain counter"/ when a stream is closed
  * http2: handle GOAWAY properly
  * tool_help: clarify --max-time unit of time is seconds
  * curl.1: clarify that options and URLs can be mixed
  * http2: convert an assert to run-time check
  * curl_global_sslset: always provide available backends
  * ftplistparser: keep state between invokes
  * Curl_memchr: zero length input can't match
  * examples/sftpuploadresume: typecast fseek argument to long
  * examples/http2-upload: expand buffer to avoid silly warning
  * ctype: restore character classification for non-ASCII platforms
  * mime: avoid NULL pointer dereference risk
  * cookies: ensure that we have cookies before writing jar
  * os400.c: fix checksrc warnings
  * configure: provide --with-wolfssl as an alias for --with-cyassl
  * cyassl: adapt to libraries without TLS 1.0 support built-in
  * http2: get rid of another strstr
  * checksrc: force indentation of lines after an else
  * cookies: remove unused macro
  * CURLINFO_PROTOCOL.3: mention the existing defined names
  * tests: provide 'manual' as a feature to optionally require
  * travis: enable libssh2 on both macos and Linux
  * CURLOPT_URL.3: added ENCODING section
  * wolfssl: Fix non-blocking connect
  * vtls: don't define MD5_DIGEST_LENGTH for wolfssl
  * docs: remove extraneous commas in man pages
  * URL: fix ASCII dependency in strcpy_url and strlen_url
  * ssh-libssh.c: fix left shift compiler warning
  * configure: only check for CA bundle for file-using SSL backends
  * travis: add an mbedtls build
  * http: don't set the "/rewind"/ flag when not uploading anything
  * configure: put CURLDEBUG and DEBUGBUILD in lib/curl_config.h
  * transfer: don't unset writesockfd on setup of multiplexed conns
  * vtls: use unified "/supports"/ bitfield member in backends
  * URLs: fix one more http url
  * travis: add a build using WolfSSL
  * openssl: change FILE ops to BIO ops
  * travis: add build using NSS
  * smb: reject negative file sizes
  * cookies: accept parameter names as cookie name
  * http2: getsock fix for uploads
  * all over: fixed format specifiers
  * http2: use the correct function pointer typedef
- Added message about protocol redirection not supported or
  disabled to the function findprotocol() [bsc#1076446]
  * Added curl-disabled-redirect-protocol-message.patch
- Update to version 7.59.0
  [bsc#1084521, CVE-2018-1000120][bsc#1084524, CVE-2018-1000121]
  [bsc#1084532, CVE-2018-1000122]
  Changes:
  * curl: add --proxy-pinnedpubkey
  * added: CURLOPT_TIMEVALUE_LARGE and CURLINFO_FILETIME_T
  * CURLOPT_RESOLVE: Add support for multiple IP addresses per entry
  * Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS
  * Add new tool option --happy-eyeballs-timeout-ms
  * Add CURLOPT_RESOLVER_START_FUNCTION and CURLOPT_RESOLVER_START_DATA
  Bugfixes:
  * openldap: check ldap_get_attribute_ber() results for NULL before using
  * FTP: reject path components with control codes
  * readwrite: make sure excess reads don't go beyond buffer end
  * lib555: drop text conversion and encode data as ascii codes
  * lib517: make variable static to avoid compiler warning
  * lib544: sync ascii code data with textual data
  * GSKit: restore pinnedpubkey functionality
  * darwinssl: Don't import client certificates into Keychain on macOS
  * parsedate: fix date parsing for systems with 32 bit long
  * openssl: fix pinned public key build error in FIPS mode
  * SChannel/WinSSL: Implement public key pinning
  * cookies: remove verbose "/cookie size:"/ output
  * progress-bar: don't use stderr explicitly, use bar->out
  * build: open VC15 projects with VS 2017
  * curl_ctype: private is*() type macros and functions
  * configure: set PATH_SEPARATOR to colon for PATH w/o separator
  * curl_easy_reset: clear digest auth state
  * curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6
  * range: commonize FTP and FILE range handling
  * progress-bar docs: update to match implementation
  * fnmatch: do not match the empty string with a character set
  * fnmatch: accept an alphanum to be followed by a non-alphanum in char set
  * build: fix termios issue on android cross-compile
  * getdate: return -1 for out of range
  * formdata: use the mime-content type function
  * openssl: Don't add verify locations when verifypeer==0
  * fnmatch: optimize processing of consecutive *s and ?s pattern characters
  * schannel: fix compiler warnings
  * content_encoding: Add "/none"/ alias to "/identity"/
  * get_posix_time: only check for overflows if they can happen
  * http_chunks: don't write chunks twice with CURLOPT_HTTP_TRANSFER_DECODING
  * README: language fix
  * sha256: build with OpenSSL < 0.9.8
  * smtp: fix processing of initial dot in data
  * --tlsauthtype: works only if libcurl is built with TLS-SRP support
  * tests: new tests for http raw mode
  * libcurl-security.3: man page discussion security concerns when using libcurl
  * curl_gssapi: make sure this file too uses our *printf()
  * BINDINGS: fix curb link (and remove ruby-curl-multi)
  * nss: use PK11_CreateManagedGenericObject() if available
  * travis: add build with iconv enabled
  * ssh: add two missing state names
  * CURLOPT_HEADERFUNCTION.3: mention folded headers
  * http: fix the max header length detection logic
  * header callback: don't chop headers into smaller pieces
  * CURLOPT_HEADER.3: clarify problems with different data sizes
  * curl --version: show PSL if the run-time lib has it enabled
  * examples/sftpuploadresume: resume upload via CURLOPT_APPEND
  * Return error if called recursively from within callbacks
  * sasl: prefer PLAIN mechanism over LOGIN
  * winbuild: Use CALL to run batch scripts
  * curl_share_setopt.3: connection cache is shared within multi handles
  * projects/README: remove reference to dead IDN link/package
  * lib655: silence compiler warning
  * configure: Fix version check for OpenSSL 1.1.1
  * docs/MANUAL: formfind.pl is not accessible on the site anymore
  * unit1307: proper cleanup on OOM to fix torture tests
  * curl_ctype: fix macro redefinition warnings
  * build: get CFLAGS (including -werror) used for examples and tests
  * NO_PROXY: fix for IPv6 numericals in the URL
  * krb5: use nondeprecated functions
  * http2: mark the connection for close on GOAWAY
  * limit-rate: kick in even before "/limit"/ data has been received
  * HTTP: allow "/header;"/ to replace an internal header with a blank one
  * http2: verbose output new MAX_CONCURRENT_STREAMS values
  * SECURITY: distros' max embargo time is 14 days
  * curl tool: accept --compressed also if Brotli is enabled and zlib is not
  * WolfSSL: adding TLSv1.3
  * checksrc.pl: add -i and -m options
  * CURLOPT_COOKIEFILE.3: "/-"/ as file name means stdin
- Refreshed patch libcurl-ocloexec.patch
- Sort a bit with spec-cleaner
- Install license with the library
- ignore all test failures for PowerPC as bypass boo#1075219
  (not only the 1501 previously skipped)
  * Added patch ignore_runtests_failure.patch
- Build curl with libssh.org
  libssh offers a lot more features than libssh2, for example:
  * Key Exchange Methods: curve25519-sha256@libssh.org
  * Hostkey Types: ssh-ed25519
  * Authentication: gssapi-with-mic
- Update to version 7.58.0
  [bsc#1076360,CVE-2018-1000005][bsc#1077001,CVE-2018-1000007]
  Changes:
  * new libssh-powered SSH SCP/SFTP back-end
  * curl-config: add --ssl-backends
  Bugfixes:
  * http2: fix incorrect trailer buffer size
  * http: prevent custom Authorization headers in redirects
  * travis: add boringssl build
  * examples/xmlstream.c: don't switch off CURL_GLOBAL_SSL
  * SSL: Avoid magic allocation of SSL backend specific data
  * lib: don't export all symbols, just everything curl_*
  * libssh2: send the correct CURLE error code on scp file not found
  * libssh2: return CURLE_UPLOAD_FAILED on failure to upload
  * openssl: enable pkcs12 in boringssl builds
  * libssh2: remove dead code from SSH_SFTP_QUOTE
  * sasl_getmesssage: make sure we have a long enough string to pass
  * conncache: fix several lock issues
  * threaded-shared-conn.c: new example
  * conncache: only allow multiplexing within same multi handle
  * configure: check for netinet/in6.h
  * URL: tolerate backslash after drive letter for FILE:
  * openldap: add commented out debug possibilities
  * include: get netinet/in.h before linux/tcp.h
  * CONNECT: keep close connection flag in http_connect_state struct
  * BINDINGS: another PostgreSQL client
  * curl: limit -# update frequency for unknown total size
  * configure: add AX_CODE_COVERAGE only if using gcc
  * curl.h: remove incorrect comment about ERRORBUFFER
  * openssl: improve data-pending check for https proxy
  * curl: remove __EMX__ #ifdefs
  * CURLOPT_PRIVATE.3: fix grammar
  * sftp: allow quoted commands to use relative paths
  * CURLOPT_DNS_CACHE_TIMEOUT.3: see also CURLOPT_RESOLVE
  * RESOLVE: output verbose text when trying to set a duplicate name
  * multi_done: prune DNS cache
  * tests: update .gitignore for libtests
  * tests: mark data files as non-executable in git
  * CURLOPT_DNS_LOCAL_IP4.3: fixed the "/SEE ALSO"/ to not self-reference
  * curl.1: documented two missing valid exit codes
  * curl.1: mention http:// and https:// as valid proxy prefixes
  * vtls: replaced getenv() with curl_getenv()
  * setopt: less *or equal* than INT_MAX/1000 should be fine
  * examples/smtp-mail.c: use separate defines for options and mail
  * curl: support >256 bytes warning messsages
  * conncache: fix a return code
  * krb5: fix a potential access of uninitialized memory
  * rand: add a clang-analyzer work-around
  * CURLOPT_READFUNCTION.3: refer to argument with correct name
  * brotli: allow compiling with version 0.6.0
  * content_encoding: rework zlib_inflate
  * curl_easy_reset: release mime-related data
  * examples/rtsp: fix error handling macros
  * curl: Support size modifiers for --max-filesize
  * examples/cacertinmem: ignore cert-already-exists error
  * brotli: data at the end of content can be lost
  * curl_version_info.3: call the argument 'age'
  * openssl: fix memory leak of SSLKEYLOGFILE filename
  * build: remove HAVE_LIMITS_H check
  * --mail-rcpt: fix short-text description
  * scripts: allow all perl scripts to be run directly
  * progress: calculate transfer speed on milliseconds if possible
  * system.h: check __LONG_MAX__ for defining curl_off_t
  * easy: fix connection ownership in curl_easy_pause
  * setopt: reintroduce non-static Curl_vsetopt() for OS400 support
  * setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ values
  * configure.ac: append extra linker flags instead of prepending them
  * HTTP: bail out on negative Content-Length: values
  * docs: comment about CURLE_READ_ERROR returned by curl_mime_filedata
  * mime: clone mime tree upon easy handle duplication
  * openssl: enable SSLKEYLOGFILE support by default
  * smtp/pop3/imap_get_message: decrease the data length too...
  * CURLOPT_TCP_NODELAY.3: fix typo
  * SMB: fix numeric constant suffix and variable types
  * ftp-wildcard: fix matching an empty string with "/*[^a]"/
  * curl_fnmatch: only allow 5 '*' sections in a single pattern
  * openssl: fix potential memory leak in SSLKEYLOGFILE logic
  * SSH: Fix state machine for ssh-agent authentication
  * examples/url2file.c: add missing curl_global_cleanup() call
  * http2: don't close connection when single transfer is stopped
  * libcurl-env.3: first version
  * curl: progress bar refresh, get width using ioctl()
  * CONNECT_TO: fail attempt to set an IPv6 numerical without IPv6 support
- disable 1501 test for PowerPC as byass boo#1075219
- Update to version 7.57.0  [bsc#1069226, CVE-2017-8816]
  [bsc#1069222, CVE-2017-8817] [bsc#1069714, CVE-2017-8818]
  Changes:
  * auth: add support for RFC7616 - HTTP Digest access authentication
  * share: add support for sharing the connection cache
  * HTTP: implement Brotli content encoding
  Bugfixes:
  * CVE-2017-8816: NTLM buffer overflow via integer overflow
  * CVE-2017-8817: FTP wildcard out of bounds read
  * CVE-2017-8818: SSL out of buffer access
  * curl_mime_filedata.3: fix typos
  * libtest: Add required test libraries for lib1552 and lib1553
  * fix time diffs for systems using unsigned time_t
  * ftplistparser: memory leak fix: free temporary memory always
  * multi: allow table handle sizes to be overridden
  * wildcards: don't use with non-supported protocols
  * curl_fnmatch: return error on illegal wildcard pattern
  * transfer: Fix chunked-encoding upload too early exit
  * resolvers: only include anything if needed
  * setopt: fix CURLOPT_SSH_AUTH_TYPES option read
  * Curl_timeleft: change return type to timediff_t
  * cmake: Export libcurl and curl targets to use by other cmake projects
  * curl: in -F option arg, comma is a delimiter for files only
  * curl: improved "/;type="/ handling in -F option arguments
  * timeval: use mach_absolute_time() on MacOS
  * curlx: the timeval functions are no longer provided as curlx_*
  * mkhelp.pl: do not generate comment with current date
  * memdebug: use send/recv signature for curl_dosend/curl_dorecv
  * cookie: avoid NULL dereference
  * url: fix CURLOPT_POSTFIELDSIZE arg value check to allow -1
  * include: remove conncache.h inclusion from where its not needed
  * CURLOPT_MAXREDIRS: allow -1 as a value
  * tests: Fixed torture tests on tests 556 and 650
  * http2: Fixed OOM handling in upgrade request
  * url: fix CURLOPT_DNS_CACHE_TIMEOUT arg value check to allow -1
  * CURLOPT_INFILESIZE: accept -1
  * curl: pass through [] in URLs instead of calling globbing error
  * curl: speed up handling of many URLs
  * ntlm: avoid malloc(0) for zero length passwords
  * url: remove faulty arg value check from CURLOPT_SSH_AUTH_TYPES
  * HTTP: support multiple Content-Encodings
  * travis: add a job with brotli enabled
  * url: remove unncessary NULL-check
  * fnmatch: remove dead code
  * connect: store IPv6 connection status after valid connection
  * imap: deal with commands case insensitively
  * --interface: add support for Linux VRF
  * content_encoding: fix inflate_stream for no bytes available
  * cmake: Add missing setmode check
  * connect.c: remove executable bit on file
  * SMB: fix uninitialized local variable
  * zlib/brotli: only include header files in modules needing them
  * URL: return error on malformed URLs with junk after IPv6 bracket
  * openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEY
  * macOS: Fix missing connectx function with Xcode version older than 9.0
  * --resolve: allow IP address within [] brackets
  * examples/curlx: Fix code style
  * ntlm: remove unnecessary NULL-check to please scan-build
  * Curl_llist_remove: fix potential NULL pointer deref
  * mime: fix "/Value stored to 'sz' is never read"/ scan-build error
  * openssl: fix "/Value stored to 'rc' is never read"/ scan-build error
  * http2: fix "/Value stored to 'hdbuf' is never read"/ scan-build error
  * http2: fix "/Value stored to 'end' is never read"/ scan-build error
  * Curl_open: fix OOM return error correctly
  * url: reject ASCII control characters and space in host names
  * examples/rtsp: clear RANGE again after use
  * connect: improve the bind error message
  * make: fix "/make distclean"/
  * connect: add support for new TCP Fast Open API on Linux
  * metalink: fix memory-leak and NULL pointer dereference
  * URL: update "/file:"/ URL handling
  * ssh: remove check for a NULL pointer
  * global_init: ignore CURL_GLOBAL_SSL's absense
- Update to version 7.56.1 [bsc#1063824]
  Bugfixes:
  * imap: if a FETCH response has no size, don't call write
    callback [CVE-2017-1000257]
  * ftp: UBsan fixup 'pointer index expression overflowed
  * failf: skip the sprintf() if there are no consumers
  * fuzzer: move to using external curl-fuzzer
  * lib/Makefile.m32: allow customizing dll suffixes
  * docs: fix typo in curl_mime_data_cb man page
  * darwinssl: add support for TLSv1.3
  * build: fix --disable-crypto-auth
  * openssl: fix build without HAVE_OPAQUE_EVP_PKEY
  * strtoofft: Remove extraneous null check
  * multi_cleanup: call DONE on handles that never got that
  * tests: added flaky keyword to tests 587 and 644
  * pingpong: return error when trying to send without connection
  * remove_handle: call multi_done() first, then clear dns cache pointer
  * mime: be tolerant about setting the same header list twice in a part
  * mime: improve unbinding top multipart from easy handle
  * mime: avoid resetting a part's encoder when part's contents change
  * mime: refuse to add subparts to one of their own descendants
  * RTSP: avoid integer overflow on funny RTSP responses
  * curl: don't pass semicolons when parsing Content-Disposition
  * openssl: enable PKCS12 support for !BoringSSL
  * FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION
  * CURLOPT_NOPROGRESS.3: also refer to xferinfofunction
  * CURLOPT_XFERINFODATA.3: fix duplicate see also
  * test298: verify --ftp-method nowcwd with URL encoded path
  * FTP: URL decode path for dir listing in nocwd mode
  * smtp_done: fix memory leak on send failure
  * ftpserver: support case insensitive commands
  * test950; verify SMTP with custom request
  * openssl: don't use old BORINGSSL_YYYYMM macros
  * setopt: update current connection SSL verify params
  * curl: reimplement stdin buffering in -F option
  * mime: keep "/text/plain"/ content type if user-specified
  * mime: fix the content reader to handle >16K data properly
  * configure: remove the C++ compiler check
  * memdebug: trace send, recv and socket
  * runtests: use valgrind for torture as well
  * ldap: silence clang warning
  * makefile.m32: allow to override gcc, ar and ranlib
  * setopt: avoid integer overflows when setting millsecond values
  * setopt: range check most long options
  * ftp: reject illegal IP/port in PASV 227 response
  * mime: do not reuse previously computed multipart size
  * vtls: change struct Curl_ssl `close' field name to `close_one'
  * os400: add missing symbols in config file
  * mime: limit bas64-encoded lines length to 76 characters
  * mk-ca-bundle: Remove URL for aurora
  * mk-ca-bundle: Fix URL for NSS
- Update to 7.56.0 [bsc#1061876, CVE-2017-1000254]
  Changes:
  * curl: enable compression for SCP/SFTP with --compressed-ssh
  * libcurl: enable compression for SCP/SFTP with CURLOPT_SSH_COMPRESSION
  * vtls: added dynamic changing SSL backend with curl_global_sslset()
  * new MIME API, curl_mime_init() and friends
  * openssl: initial SSLKEYLOGFILE implementation
  Security fixes:
  * CVE-2017-1000254 FTP PWD response parser out of bounds read
  Bugfixes:
  * FTP: zero terminate the entry path even on bad input
  * examples/ftpuploadresume.c: use portable code
  * runtests: match keywords case insensitively
  * strtoofft: reduce integer overflow risks globally
  * zsh.pl: produce a working completion script again
  * cmake: remove dead code for CURL_DISABLE_RTMP
  * progress: Track total times following redirects
  * configure: fix --disable-threaded-resolver
  * configure: fix clang version detection
  * darwinssi: fix error: variable length array used
  * configure: check for __builtin_available() availability
  * http_proxy: fix build error for CURL_DOES_CONVERSIONS
  * examples/ftpuploadresume: checksrc compliance
  * ftp: fix CWD when doing multicwd then nocwd on same connection
  * system.h: remove all CURL_SIZEOF_* defines
  * http: Don't wait on CONNECT when there is no proxy
  * system.h: check for __ppc__ as well
  * http2_recv: return error better on fatal h2 errors
  * tftp: fix memory leak on too long filename
  * system.h: fix build for hppa
  * cmake: enable picky compiler options with clang and gcc
  * makefile.m32: add support for libidn2
  * curl: shorten and clean up CA cert verification error message
  * imap: support PREAUTH
  * CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWD
  * examples/threaded-ssl: mention that this is for openssl before 1.1
  * tests: Make sure libtests & unittests call curl_global_cleanup()
  * system.h: include sys/poll.h for AIX
  * darwinssl: handle long strings in TLS certs
  * strtooff: fix build for systems with long long but no strtoll
  * asyn-thread: Improved cleanup after OOM situations
  * curl.h: CURLSSLBACKEND_WOLFSSL used wrong value
  * unit1301: fix error message on first test
  * ossfuzz: moving towards the ideal integration
  * http: fix a memory leakage in checkrtspprefix()
  * examples/post-callback: stop returning one byte at a time
  * schannel: return CURLE_SSL_CACERT on failed verification
  * http-proxy: treat all 2xx as CONNECT success
  * openssl: use OpenSSL's default ciphers by default
  * runtests.pl: support attribute "/nonewline"/ in part verify/upload
  * configure: remove --enable-soname-bump and SONAME_BUMP
  * vtls: fix WolfSSL 3.12 build problems
  * http-proxy: when not doing CONNECT, that phase is done immediately
  * configure: fix curl_off_t check's include order
  * configure: use -Wno-varargs on clang 3.9[.X] debug builds
  * rtsp: do not call fwrite() with NULL pointer FILE *
  * mbedtls: enable CA path processing
  * checksrc: verify more code style rules
  * HTTP proxy: on connection re-use, still use the new remote port
  * tests: add initial gssapi test using stub implementation
  * rtsp: Segfault when using WRITEDATA
  * docs: clarify the CURLOPT_INTERLEAVE* options behavior
  * non-ascii: use iconv() with 'char **' argument
  * server/getpart: provide dummy function to build conversion enabled
  * conversions: fix several compiler warnings
  * openssl: add missing includes
  * schannel: Support partial send for when data is too large
  * socks: fix incorrect port number in SOCKS4 error message
  * curl: fix integer overflow in timeout options
  * cookies: reject oversized cookies instead of truncating
  * cookies: use lock when using CURLINFO_COOKIELIST
  * curl: check fseek() return code and bail on error
  * examples/post-callback: use long for CURLOPT_POSTFIELDSIZE
  * openssl: only verify RSA private key if supported
  * tests: make the imap server not verify user+password
  * imap: quote atoms properly when escaping characters
  * tests: fix a compiler warning in test 643
  * file_range: avoid integer overflow when figuring out byte range
  * reuse_conn: don't copy flags that are known to be equal
  * http: fix adding custom empty headers to repeated requests
  * docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MS
  * connect: fix race condition with happy eyeballs timeout
  * cookie: fix memory leak if path was set twice in header
  * vtls: compare and clone ssl configs properly
  * proxy: read the "/no_proxy"/ variable only if necessary
- Refreshed patches:
  * libcurl-ocloexec.patch
- Removed patches fixed upstream:
  * curl-man3.patch
  * ppc-build.patch
  * curl-http-Don-t-wait-on-CONNECT-when-there-is-no-proxy.patch
  * curl-disable-test1427-i586.patch
- Add curl-http-Don-t-wait-on-CONNECT-when-there-is-no-proxy.patch:
  Fix NetworkManagers connectivity test.
- ppc-build.patch: Fix build for powerpc
- Upstream fix to build libcurl man3 pages
  * Added patch curl-man3.patch
- Disabled test1425 that fails in i586 architecture
  * Added patch curl-disable-test1427-i586.patch
- Update to 7.55.0
  Changes:
  * curl: allow --header and --proxy-header read from file
  * getinfo: provide sizes as curl_off_t
  * curl: prevent binary output spewed to terminal
  * curl: added --request-target
  * curl: added --socks5-{basic,gssapi}: control socks5 auth
  * libcurl: added CURLOPT_REQUEST_TARGET
  * libcurl: added CURLOPT_SOCKS5_AUTH
  Bugfixes:
  * Security Fixes:
  - glob: do not parse after a strtoul() overflow range
    (CVE-2017-1000101, bsc#1051643)
  - tftp: reject file name lengths that don't fit
    (CVE-2017-1000100, bsc#1051644)
  - file: output the correct buffer to the user
    (CVE-2017-1000099, bsc#1051645)
  * includes: remove curl/curlbuild.h and curl/curlrules.h
  * dist: make the hugehelp.c not get regenerated unnecessarily
  * timers: store internal time stamps as time_t instead of doubles
  * progress: let "/current speed"/ be UL + DL speeds combined
  * http-proxy: do the HTTP CONNECT process entirely non-blocking
  * lib/curl_setup.h: remove CURL_WANTS_CA_BUNDLE_ENV
  * fuzz: bring oss-fuzz initial code converted to C89
  * configure: disable nghttp2 too if HTTP has been disabled
  * mk-ca-bundle.pl: Check curl's exit code after certdata download
  * test1148: verify the -# progressbar
  * tests: stabilize test 2032 and 2033
  * HTTPS-Proxy: don't offer h2 for https proxy connections
  * http-proxy: only attempt FTP over HTTP proxy
  * curl-compilers.m4: enable vla warning for clang
  * curl-compilers.m4: enable double-promotion warning
  * curl-compilers.m4: enable missing-variable-declarations clang
    warning
  * curl-compilers.m4: enable comma clang warning
  * CURLOPT_PREQUOTE: not supported for SFTP
  * http2: fix OOM crash
  * PIPELINING_SERVER_BL: cleanup the internal list use
  * mkhelp.pl: fix script name in usage text
  * lib1521: add curl_easy_getinfo calls to the test set
  * travis: do the distcheck test build out-of-tree as well
  * if2ip: fix compiler warning in ISO C90 mode
  * lib: fix the djgpp build
  * typecheck-gcc: add support for CURLINFO_OFF_T
  * travis: enable typecheck-gcc warnings
  * maketgz: switch to xz instead of lzma
  * CURLINFO_REDIRECT_URL.3: mention the CURLOPT_MAXREDIRS case
  * curl/system.h: add check for XTENSA for 32bit gcc
  * test1537: fixed memory leak on OOM
  * test1521: fix compiler warnings
  * curl: fix memory leak on test 1147 OOM
  * libtest/make: generate lib1521.c dynamically at build-time
  * curl_strequal.3: fix typo in SYNOPSIS
  * progress: prevent resetting t_starttransfer
  * openssl: improve fallback seed of PRNG with a time based hash
  * http2: improved PING frame handling
  * test1450: add simple testing for DICT
  * make: build the docs subdir only from within src
  * gtls: fix build when sizeof(long) < sizeof(void *)
  * url: make the original string get used on subsequent transfers
  * timeval.c: Use long long constant type for timeval assignment
  * tool_sleep: typecast to avoid macos compiler warning
  * travis.yml: use --enable-werror on debug builds
  * test1451: add SMB support to the testbed
  * configure: remove checks for 5 functions never used
  * configure: try ldap/lber in reversed order first
  * smb: fix build for djgpp/MSDOS
  * travis: install nghttp2 on linux builds
  * smb: add support for CURLOPT_FILETIME
  * select.h: avoid macro redefinition harder
  * runtests: support "/threaded-resolver"/ as a feature
  * test506: skip if threaded-resolver
  * cmake: remove spurious "/-l"/ from linker flags
  * cmake: add CURL_WERROR for enabling "/warning as errors"/
  * memdebug: don't setbuf() if the file open failed
  * curl_easy_escape.3: mention the (lack of) encoding
  * test1452: add telnet negotiation
  * CURLOPT_POSTFIELDS.3: explain the 100-continue magic better
  * cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVC
  * tests/valgrind.supp: supress OpenSSL false positive seen on
    travis
  * curl_setup_once: Remove ERRNO/SET_ERRNO macros
  * rtspd: fix MSVC level 4 warning
  * sockfilt: suppress conversion warning with explicit cast
  * libtest: fix MSVC warning C4706
  * tests/server/resolve.c: fix deprecation warning
  * nss: fix a possible use-after-free in SelectClientCert()
  * checksrc: escape open brace in regex
  * multi: mention integer overflow risk if using > 500 million
    sockets
  * timeval: struct curltime is a struct timeval replacement
  * curl_rtmp: fix a compiler warning
  * include.d: clarify that it concerns the response headers
  * cmake: support make uninstall
  * include.d: clarify --include is only for response headers
  * libcurl: Stop using error codes defined under CURL_NO_OLDIES
  * http: fix response code parser to avoid integer overflow
  * configure: fix the check for IdnToUnicode
  * multi: fix request timer management
  * curl_threads: fix MSVC compiler warning
  * cmake: set MSVC warning level to 4
  * netrc: skip lines starting with '#'
  * FTP: skip unnecessary CWD when in nocwd mode
  * gssapi: fix memory leak of output token in multi round context
  * getparameter: avoid returning uninitialized 'usedarg'
  * curl (debug build) easy_events: make event data static
  * curl: detect and bail out early on parameter integer overflows
- Removed patch curl-invalid-free.patch
- Update License to 'curl' as per review on OBS sr#505976.
- Have the -mini packages conflict the real ones.
- Add curl-invalid-free.patch to fix an invalid free in
  curl_multi_setopt function.
- Update to 7.54.1
  Changes:
  * curl now shows release date in --version output
  Bugfixes:
  * Fixes CVE-2017-9502: default protocol drive letter
    buffer overflow bsc#1044243
  * openssl: fix memory leak in servercert
  * curl: set a 100K buffer size by default
  * nss: do not leak PKCS #11 slot while loading a key
  * nss: load libnssckbi.so if no other trust is specified
  * curl: use utimes instead of obsolescent utime when available
  * url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZE
  * CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum size
  * curl: non-boolean command line args reject --no- prefixes
  * telnet: Write full buffer instead of byte-by-byte
  * curl: remove --environment and tool_writeenv.c
  * curl: generate the --help output
  * curl.1: clarify --config
  * curl.1: mention --oauth2-bearer's argument
  * ssh: fix memory leak in disconnect due to timeout
  * redirect: store the "/would redirect to"/ URL when max redirs is reached
  * file: make speedcheck use current time for checks
  * urlglob: fix division by zero
- Create curl-mini for bootstrapping (boo#1042919)
- Update to 7.54.0
  Changes:
  * Add CURL_SSLVERSION_MAX_* constants to CURLOPT_SSLVERSION
  * Add --max-tls
  * Add CURLOPT_SUPPRESS_CONNECT_HEADERS
  * Add --suppress-connect-headers
  Bugfixes:
  * CVE-2017-7468: switch off SSL session id when client cert is used
  * bsc#1033413
  * tests: use consistent environment variables for setting charset
  * proxy: fixed a memory leak on OOM
  * ftp: removed an erroneous free in an OOM path
  * ftp: fixed a NULL pointer dereference on OOM
  * gopher: fixed detection of an error condition from Curl_urldecode
  * url: fix unix-socket support for proxy-disabled builds
  * fix potential use of uninitialized variables
  * ares: return error at once if timed out before name resolve starts
  * URL: return error on malformed URLs with junk after port number
  * http2: Fix assertion error on redirect with CL=0
  * --insecure: clarify that this option is for server connections
  * authneg: clear auth.multi flag at http_done
  * curl_easy_reset: Also reset the authentication state
  * proxy: skip SSL initialization for closed connections
  * http_proxy: ignore TE and CL in CONNECT 2xx responses
  * multi: fix streamclose() crash in debug mode
  * openssl: fall back on SSL_ERROR_* string when no error detail
  * asiohiper: make sure socket is open in event_cb
  * curl: check for end of input in writeout backslash handling
  * openssl: exclude DSA code when OPENSSL_NO_DSA is defined
  * http: Fix proxy connection reuse with basic-auth
  * pause: handle mixed types of data when paused
  * http: do not treat FTPS over CONNECT as HTTPS
  * conncache: make hashkey avoid malloc
  * multi: fix queueing of pending easy handles
  * low_speed_limit: improved function for longer time periods
  * nss: load CA certificates even with --insecure
  * Curl_expire_latest: ignore already expired timers
  * http2: fix handle leak in error path
  * openssl: make SSL_ERROR_to_str more future-proof
  * openssl: fix thread-safety bugs in error-handling
  * openssl: don't try to print nonexistant peer private keys
- Update to 7.53.1
  Bugfixes:
  * url: Improve CURLOPT_PROXY_CAPATH error handling
  * urldata: include curl_sspi.h when Windows SSPI is enabled
  * formdata: check for EOF when reading from stdin
  * tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047
  * url: Default the proxy CA bundle location to CURL_CA_BUNDLE
  * rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header
- Update to 7.53.0
  Changes:
  * unix_socket: added --abstract-unix-socket and
    CURLOPT_ABSTRACT_UNIX_SOCKET
  * CURLOPT_BUFFERSIZE: support enlarging receive buffer
  Bugfixes:
  * CVE-2017-2629: make SSL_VERIFYSTATUS work again
  * gnutls-random: check return code for failed random
  * openssl-random: check return code when asking for random
  * http: remove "/Curl_http_done: called premature"/ message
  * cyassl: use time_t instead of long for timeout
  * build-wolfssl: Sync config with wolfSSL 3.10
  * ftp-gss: check for init before use
  * configure: accept --with-libidn2 instead
  * ftp: failure to resolve proxy should return that error code
  * curl.1: add three more exit codes
  * docs/ciphers: link to our own new page about ciphers
  * vtls: s/SSLEAY/OPENSSL - fixes multi_socket timeouts with openssl
  * darwinssl: fix iOS build
  * darwinssl: fix CFArrayRef leak
  * cmake: use crypt32.lib when building with OpenSSL on windows
  * curl_formadd.3: CURLFORM_CONTENTSLENGTH not needed when chunked
  * digest_sspi: copy terminating NUL as well
  * curl: fix --remote-time incorrect times on Windows
  * curl.1: several updates and corrections
  * content_encoding: change return code on a failure
  * curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in use
  * docs: TCP_KEEPALIVE start and interval default to 60
  * darwinssl: --insecure overrides --cacert if both settings are in use
  * TheArtOfHttpScripting: grammar
  * CIPHERS.md: document GSKit ciphers
  * wolfssl: support setting cipher list
  * wolfssl: display negotiated SSL version and cipher
  * lib506: fix build for Open Watcom
  * asiohiper: improved socket handling
  * examples: make the C++ examples follow our code style too
  * tests/sws: retry send() on EWOULDBLOCK
  * cmake: Fix passing _WINSOCKAPI_ macro to compiler
  * smtp: Fix STARTTLS denied error message
  * imap/pop3: don't print response character in STARTTLS denied messages
  * rand: make it work without TLS backing
  * url: fix parsing for when 'file' is the default protocol
  * url: allow file://X:/path URLs on windows again
  * gnutls: check for alpn and ocsp in configure
  * IDN: Use TR46 'non-transitional' for toASCII translations
  * url: Fix NO_PROXY env var to work properly with --proxy option
  * CURLOPT_PREQUOTE.3: takes a struct curl_slist*, not a char*
  * docs: Add note about libcurl copying strings to CURLOPT_* manpages
  * curl: reset the easy handle at --next
  * --next docs: --trace and --trace-ascii are also global
  * --write-out docs: 'time_total' is not always shown with ms precision
  * http: print correct HTTP string in verbose output when using HTTP/2
  * docs: improved language in README.md HISTORY.md CONTRIBUTE.md
  * http2: disable server push if not requested
  * nss: use the correct lock in nss_find_slot_by_name()
  * usercertinmem.c: improve the short description
  * CURLOPT_CONNECT_TO: Fix compile warnings
  * docs: non-blocking SSL handshake is now supported with NSS
  * *.rc: escape non-ASCII/non-UTF-8 character for clarity
  * mbedTLS: fix multi interface non-blocking handshake
  * PolarSSL: fix multi interface non-blocking handshake
  * VC: remove the makefile.vc6 build infra
  * telnet: fix windows compiler warnings
  * cookies: do not assume a valid domain has a dot
  * polarssl: fix hangs
  * gnutls: disable TLS session tickets
  * mbedtls: disable TLS session tickets
  * mbedtls: implement CTR-DRBG and HAVEGE random generators
  * openssl: Don't use certificate after transferring ownership
  * cmake: Support curl --xattr when built with cmake
  * OS400: Fix symbols
  * docs: Add more HTTPS proxy documentation
  * docs: use more HTTPS links
  * cmdline-opts: Fixed build and test in out of source tree builds
  * CHANGES.0: removed
  * schannel: Remove incorrect SNI disabled message
  * darwinssl: Avoid parsing certificates when not in verbose mode
  * test552: Fix typos
  * telnet: Fix typos
  * transfer: only retry nobody-requests for HTTP
  * http2: reset push header counter fixes crash
  * nss: make FTPS work with --proxytunnel
  * test1139: Added the --manual keyword since the manual is required
  * polarssl, mbedtls: Fix detection of pending data
  * http_proxy: Fix tiny memory leak upon edge case connecting to proxy
  * URL: only accept "/;options"/ in SMTP/POP3/IMAP URL schemes
  * curl.1: ftp.sunet.se is no longer an FTP mirror
  * tool_operate: Show HTTPS-Proxy options on CURLE_SSL_CACERT
  * http2: fix memory-leak when denying push streams
  * configure: Allow disabling pthreads, fall back on Win32 threads
  * curl: fix typo in time condition warning message
  * axtls: adapt to API changes
  * tool_urlglob: Allow a glob range with the same start and stop
  * winbuild: add note on auto-detection of MACHINE in Makefile.vc
  * http: fix missing 'Content-Length: 0' while negotiating auth
  * proxy: fix hostname resolution and IDN conversion
  * docs: fix timeout handling in multi-uv example
  * digest_sspi: Fix nonce-count generation in HTTP digest
  * sftp: improved checks for create dir failures
  * smb: use getpid replacement for windows UWP builds
  * digest_sspi: Handle 'stale=TRUE' directive in HTTP digest
- Remove curl-7.52.1-idn-fixes.patch, fixed upstream.
- build with libidn2 for IDNA2008 support
  FATE#321897 CVE-2016-8625 bsc#1005649
  add curl-7.52.1-idn-fixes.patch to fix test, among other things
- re-enable tests that are no longer failing,
  remove curl-disable_failing_tests.patch
- Update to 7.52.1
  Bugfixes:
  * CVE-2016-9594: unititialized random bsc#1016738
- Update to 7.52.0
  Changes:
  * nss: map CURL_SSLVERSION_DEFAULT to NSS default
  * vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
  * curl: introduce the --tlsv1.3 option to force TLS 1.3
  * curl: Add --retry-connrefused
  * proxy: Support HTTPS proxy and SOCKS+HTTP(s)
  * add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}
  * curl: add --fail-early
  Bugfixes:
  * CVE-2016-9586: printf floating point buffer overflow
  * curl -w: added more decimal digits to timing counters
  * easy: Initialize info variables on easy init and duphandle
  * http2: Don't send header fields prohibited by HTTP/2 spec
  * ssh: check md5 fingerprints case insensitively (regression)
  * openssl: initial TLS 1.3 adaptions
  * SPNEGO: Fix memory leak when authentication fails
  * realloc: use Curl_saferealloc to avoid common mistakes
  * openssl: make sure to fail in the unlikely event that PRNG
    seeding fails
  * URL-parser: for file://[host]/ URLs, the [host] must be localhost
  * timeval: prefer time_t to hold seconds instead of long
  * glob: fix [a-c] globbing regression
  * curl.1: Clarify --dump-header only writes received headers
  * http2: Fix address sanitizer memcpy warning
  * http2: Use huge HTTP/2 windows
  * connects: Don't mix unix domain sockets with regular ones
  * url: Fix conn reuse for local ports and interfaces
  * x509: Limit ASN.1 structure sizes to 256K
  * http2: check nghttp2_session_set_local_window_size exists
  * http2: Fix crashes when parent stream gets aborted
  * CURLOPT_CONNECT_TO: Skip non-matching "/connect-to"/ entries
  * URL parser: reject non-numerical port numbers
  * CONNECT: reject TE or CL in 2xx responses
  * CONNECT: read responses one byte at a time
  * curl: support zero-length argument strings in config files
  * openssl: don't use OpenSSL's ERR_PACK
  * curl.1: generated with the new man page system
  * curl_easy_recv: Improve documentation and example program
  * Curl_getconnectinfo: avoid checking if the connection is closed
  * CIPHERS.md: attempt to document TLS cipher names
- Update to 7.51.0
  Changes:
  * nss: additional cipher suites are now accepted by
    CURLOPT_SSL_CIPHER_LIST
  * New option: CURLOPT_KEEP_SENDING_ON_ERROR
  Bugfixes:
  * CVE-2016-8615: cookie injection for other servers
  * CVE-2016-8616: case insensitive password comparison
  * CVE-2016-8617: OOB write via unchecked multiplication
  * CVE-2016-8618: double-free in curl_maprintf
  * CVE-2016-8619: double-free in krb5 code
  * CVE-2016-8620: glob parser write/read out of bounds
  * CVE-2016-8621: curl_getdate read out of bounds
  * CVE-2016-8622: URL unescape heap overflow via integer truncation
  * CVE-2016-8623: Use-after-free via shared cookies
  * CVE-2016-8624: invalid URL parsing with '#'
  * CVE-2016-8625: IDNA 2003 makes curl use wrong host
  * openssl: fix per-thread memory leak using 1.0.1 or 1.0.2
  * http: accept "/Transfer-Encoding: chunked"/ for HTTP/2 as well
  * LICENSE-MIXING.md: update with mbedTLS dual licensing
  * examples/imap-append: Set size of data to be uploaded
  * test2048: fix url
  * darwinssl: disable RC4 cipher-suite support
  * CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formatting
  * openssl: don’t call CRYTPO_cleanup_all_ex_data
  * libressl: fix version output
  * easy: Reset all statistical session info in curl_easy_reset
  * curl_global_cleanup.3: don't unload the lib with sub threads running
  * dist: add CurlSymbolHiding.cmake to the tarball
  * docs: Remove that --proto is just used for initial retrieval
  * configure: Fixed builds with libssh2 in a custom location
  * curl.1: --trace supports % for sending to stderr!
  * cookies: same domain handling changed to match browser behavior
  * formpost: trying to attach a directory no longer crashes
  * CURLOPT_DEBUGFUNCTION.3: fixed unused argument warning
  * formpost: avoid silent snprintf() truncation
  * ftp: fix Curl_ftpsendf
  * mprintf: return error on too many arguments
  * smb: properly check incoming packet boundaries
  * GIT-INFO: remove the Mac 10.1-specific details
  * resolve: add error message when resolving using SIGALRM
  * cmake: add nghttp2 support
  * dist: remove PDF and HTML converted docs from the releases
  * configure: disable poll() in macOS builds
  * vtls: only re-use session-ids using the same scheme
  * pipelining: skip to-be-closed connections when pipelining
  * win: fix Universal Windows Platform build
  * curl: do not set CURLOPT_SSLENGINE to DEFAULT automatically
  * maketgz: make it support "/only"/ generating version info
  * Curl_socket_check: add extra check to avoid integer overflow
  * gopher: properly return error for poll failures
  * curl: set INTERLEAVEDATA too
  * polarssl: clear thread array at init
  * polarssl: fix unaligned SSL session-id lock
  * polarssl: reduce #ifdef madness with a macro
  * curl_multi_add_handle: set timeouts in closure handles
  * configure: set min version flags for builds on mac
  * INSTALL: converted to markdown => INSTALL.md
  * curl_multi_remove_handle: fix a double-free
  * multi: fix inifinte loop in curl_multi_cleanup()
  * nss: fix tight loop in non-blocking TLS handhsake over proxy
  * mk-ca-bundle: Change URL retrieval to HTTPS-only by default
  * mbedtls: stop using deprecated include file
  * docs: fix req->data in multi-uv example
  * configure: Fix test syntax for monotonic clock_gettime
  * CURLMOPT_MAX_PIPELINE_LENGTH.3: Clarify it's not for HTTP/2
- Refresh libcurl-ocloexec.patch
- update to 7.50.3
  Bugfixes:
  * CVE-2016-7167: escape and unescape integer overflows
  * mk-ca-bundle.pl: use SHA256 instead of SHA1
  * checksrc: detect strtok() use
  * errors: new alias CURLE_WEIRD_SERVER_REPLY
  * http2: support > 64bit sized uploads
  * openssl: fix bad memory free (regression)
  * CMake: hide private library symbols
  * http: refuse to pass on response body when NO_NODY is set
  * cmake: fix curl-config --static-libs
  * mbedtls: switch off NTLM in build if md4 isn't available
  * curl: --create-dirs on windows groks both forward and
    backward slashes
- update to 7.50.2
  Bugfixes:
  * mbedtls: Added support for NTLM
  * SSH: fixed SFTP/SCP transfer problems
  * multi: make Curl_expire() work with 0 ms timeouts
  * mk-ca-bundle.pl: -m keeps ca cert meta data in output
  * TFTP: Fix upload problem with piped input
  * CURLOPT_TCP_NODELAY: now enabled by default
  * mbedtls: set verbose TLS debug when MBEDTLS_DEBUG is defined
  * http2: always wait for readable socket
  * cmake: Enable win32 large file support by default
  * cmake: Enable win32 threaded resolver by default
  * winbuild: Avoid setting redundant CFLAGS to compile commands
  * curl.h: make CURL_NO_OLDIES define CURL_STRICTER
  * docs: make more markdown files use .md extension
  * docs: CONTRIBUTE and LICENSE-MIXING were converted to markdown
  * winbuild: Allow changing C compiler via environment variable CC
  * rtsp: accept any RTSP session id
  * HTTP: retry failed HEAD requests on reused connections too
  * configure: add zlib search with pkg-config
  * openssl: accept subjectAltName iPAddress if no dNSName match
  * MANUAL: Remove invalid link to LDAP documentation
  * socks: improved connection procedure
  * proxy: reject attempts to use unsupported proxy schemes
  * proxy: bring back use of "/Proxy-Connection:"/
  * curl: allow "/pkcs11:"/ prefix for client certificates
  * spnego_sspi: fix memory leak in case *outlen is zero
  * SOCKS: improve verbose output of SOCKS5 connection sequence
  * SOCKS: display the hostname returned by the SOCKS5 proxy server
  * http/sasl: Query authentication mechanism supported by SSPI before using
  * sasl: Don't use GSSAPI authentication when domain name not specified
  * win: Basic support for Universal Windows Platform apps
  * nss: fix incorrect use of a previously loaded certificate from file,
    https://curl.haxx.se/docs/adv_20160907.html
  * nss: work around race condition in PK11_FindSlotByName()
  * ftp: fix wrong poll on the secondary socket
  * openssl: build warning-free with 1.1.0 (again)
  * HTTP: stop parsing headers when switching to unknown protocols
  * test219: Add http as a required feature
  * TLS: random file/egd doesn't have to match for conn reuse
  * schannel: Disable ALPN for Wine since it is causing problems
  * http2: make sure stream errors don't needlessly close the connection
  * http2: return CURLE_HTTP2_STREAM for unexpected stream close
  * darwinssl: --cainfo is intended for backward compatibility only
  * speed caps: not based on average speeds anymore
  * configure: make the cpp -P detection not clobber CPPFLAGS
  * http2: use named define instead of magic constant in read callback
  * http2: skip the content-length parsing, detect unknown size
  * http2: return EOF when done uploading without known size
  * darwinssl: test for errSecSuccess in PKCS12 import rather than noErr
  * openssl: fix CURLINFO_SSL_VERIFYRESULT
- update to 7.50.1
  Bugfixes:
  * TLS: switch off SSL session id when client cert is used
  * TLS: only reuse connections with the same client cert
  * curl_multi_cleanup: clear connection pointer for easy handles
  * include the CURLINFO_HTTP_VERSION man page into the release tarball
  * include the http2-server.pl script in the release tarball
  * test558: fix test by stripping file paths from FD lines
  * spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
  * tests: Fix for http/2 feature
  * cmake: Fix for schannel support
  * curl.h: make public types void * again
  * win32: fix a potential memory leak in Curl_load_library
  * travis: fix OSX build by re-installing libtool
  * mbedtls: Fix debug function name
- removed 0001-tests-distribute-the-http2-server.pl-script-too.patch
- update to 7.50.0
  Changes:
  * http: add CURLINFO_HTTP_VERSION and %{http_version}
  Bugfixes:
  * openssl: fix build with OPENSSL_NO_COMP
  * cmake: Added missing mbedTLS support
  * URL parser: allow URLs to use one, two or three slashes
  * curl: fix -q [regression]
  * openssl: Use correct buffer sizes for error messages
  * curl: fix SIGSEGV while parsing URL with too many globs
  * vtls: fix ssl session cache race condition
  * http: Fix HTTP/2 connection reuse [regression]
  * checksrc: Add LoadLibrary to the banned functions list
  * configure: occasional ignorance of --enable-symbol-hiding with GCC
  * http2: test17xx are the first real HTTP/2 tests
  * resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS
  * curl_multi_socket_action.3: rewording
  * CURLOPT_POSTFIELDS.3: Clarify what happens when set empty
  * cmake: Fix build with winldap
  * openssl: fix cert check with non-DNS name fields present
  * curl.1: mention the units for the progress meter
  * openssl: use more 'const' to fix build warnings with 1.1.0 branch
  * cmake: now using BUILD_TESTING=ON/OFF
  * vtls: Only call add/getsession if session id is enabled
  * headers: forward declare CURL, CURLM and CURLSH as structs
  * configure: improve detection of CA bundle path on FreeBSD
  * SFTP: set a generic error when no SFTP one exists
  * curl_global_init.3: expand on the SSL and WIN32 bits purpose
  * conn: don't free easy handle data in handler->disconnect
  * cookie.c: Fix misleading indentation
  * library: Fix memory leaks found during static analysis
  * CURLMOPT_SOCKETFUNCTION.3: fix typo
  * curl_global_init: moved the "/IPv6 works"/ check here
  * connect: disable TFO on Linux when using SSL
  * vauth: Fixed memory leak due to function returning without free
- refresh libcurl-ocloexec.patch
- disable tests 1139 and 1140 which fail due to missing manpage
  * add curl-disable_failing_tests.patch
- ship http2_server.pl for testing
  * add 0001-tests-distribute-the-http2-server.pl-script-too.patch
- curl 7.49.1:
  * http2: use HTTP/2 in the HTTP/1.1-alike response
  * ssh: fix build for libssh2 before 1.2.6
  * a number of bug and build fixes
- curl 7.49.0:
  * schannel: Add ALPN support
  * SSH: support CURLINFO_FILETIME
  * SSH: new CURLOPT_QUOTE command "/statvfs"/
  * wolfssl: Add ALPN support
  * http2: added --http2-prior-knowledge
  * http2: added CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE
  * libcurl: added CURLOPT_CONNECT_TO
  * curl: added --connect-to
  * libcurl: added CURLOPT_TCP_FASTOPEN
  * curl: added --tcp-fastopen
  * curl: remove support for --ftpport, -http-request and --socks
  * a number of bug and build fixes
- update upstream signing key and download URLs
- 0001-Fix-invalid-Network-is-unreachable-errors.patch is upstream
- Depend on libssh2 >= 1.6.0 since curl depends on the
  libssh2_scp_recv2 symbol now. Fixes boo#983170
- Add 0001-Fix-invalid-Network-is-unreachable-errors.patch.
  Fixes "/Network is unreachable"/ errors in valid situations when ipv6
  is not available but ipv4 is working fine. This also fixes the same
  error from happening in applications using libcurl4 (like zypper).
  (bsc#915846)
- Update to 7.48.0
  * configure: --with-ca-fallback: use built-in TLS CA fallback
  * TFTP: add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS
  * getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION
  * Lots of bugfixes, see https://curl.haxx.se/changes.html#7_48_0
- Drop curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff,
  superseded by --with-ca-fallback configure option.
- curl 7.47.1:
  * getredirect.c: fix variable name
  * tool_doswin: silence unused function warning
  * curl.1: Explain remote-name behavior if file already exists
  * sasl_sspi: Fix memory leak in domain populate
  * openssl: Fix signed/unsigned mismatch warning in X509V3_ext
- Enable PSL (Publix Suffix List)
- Make building more verbose
- update to 7.47.0
  * fixes CVE-2016-0755 (bsc#962983)
    (NTLM credentials not-checked for proxy connection re-use)
  * drop curl-fix-zsh-completion.patch (upstream)
  Changes:
  * version: Add flag CURL_VERSION_PSL for libpsl
  * http: added CURL_HTTP_VERSION_2TLS to do HTTP/2 for HTTPS only
  * curl: use 2TLS by default
  * curl --expect100-timeout: added
  * Add .dir-locals and set c-basic-offset to 2 (for emacs)
- Fix path to curl in zsh.pl to unbreak _curl completion
  * curl-fix-zsh-completion.patch
- Update to 7.46.0
  * Added CURLOPT_STREAM_DEPENDS
  * Added CURLOPT_STREAM_DEPENDS_E
  * Added CURLOPT_STREAM_WEIGHT
  * Added CURLFORM_CONTENTLEN
  * oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP,
    POP3 and SNMP
  * Many bugfixes, see http://curl.haxx.se/changes.html#7_46_0 for the
  complete list.
- revert the curl-config change for bsc#900419 until we have a better
  fix, because it was breaking builds of other packages
- Enable HTTP/2 support, buildrequires pkgconfig(libnghttp2)
- Update to 7.45.0
  * added CURLOPT_DEFAULT_PROTOCOL
  * added new tool option --proto-default
  * getinfo: added CURLINFO_ACTIVESOCKET
  * turned CURLINFO_* option docs as stand-alone man pages
  * curl: point out unnecessary uses of -X in verbose mode
- Drop curl-disable_failing_tests.patch as it is now part of
  upstream
- drop a hack that made curl-config print only -lcurl (bsc#900419)
  * --as-needed is used by default now
- update to 7.44.0
    http2: added CURLMOPT_PUSHFUNCTION and CURLMOPT_PUSHDATA
    examples: added http2-serverpush.c
    http2: added curl_pushheader_byname() and curl_pushheader_bynum()
    docs: added CODE_OF_CONDUCT.md
    curl: Add --ssl-no-revoke to disable certificate revocation checks
    libcurl: New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS
    makefile: Added support for VC14
- dropped unexpire-test46.patch (upstream)
- unexpire-test46.patch: Unexpire test 46
- do not run flaky tests for any architecture (bnc#940009)
  at least test 1510 do fail for i586 and ppc64le
- fix a typo in curl-secure-getenv.patch (bsc#936676)
- Update to 7.43.0
  * Added CURLOPT_PROXY_SERVICE_NAME
  * Added CURLOPT_SERVICE_NAME
  * New curl option: --proxy-service-name
  * Mew curl option: --service-name
  * New curl option: --data-raw
  * Added CURLOPT_PIPEWAIT
  * Added support for multiplexing transfers using HTTP/2, enable
    this with the new CURLPIPE_MULTIPLEX bit for
    CURLMOPT_PIPELINING
  * HTTP/2: requires nghttp2 1.0.0 or later
  * scripts: add zsh.pl for generating zsh completion
  * curl.h: add CURL_HTTP_VERSION_2
  * CVE-2015-3236: lingering HTTP credentials in connection re-use
  * CVE-2015-3237: SMB send off unrelated memory contents
- Disable HTTP/2 as it would create build cycle
- enable HTTP/2 support
- make the testsuite failure fatal
  * added curl-disable_failing_tests.patch
  * added groff to BuildRequires to enable builtin manual (test 1026)
- update to 7.42.1
  * fixes CVE-2015-3153 (bnc#928533)
  - sensitive HTTP server headers also sent to proxies
- rename curl-devel to libcurl-devel in baselibs.conf
- update to 7.42.0
  * refresh libcurl-ocloexec.patch
- fixes security vulnerabilities:
  * CVE-2015-3143 (bnc#927556)
  - Re-using authenticated connection when unauthenticated
  * CVE-2015-3144 (bnc#927608)
  - host name out of boundary memory access
  * CVE-2015-3145 (bnc#927607)
  - cookie parser out of boundary memory access
  * CVE-2015-3148 (bnc#927746)
  - Negotiate not treated as connection-oriented
- don't hardcode /etc/ssl/certs. Use openssl's default instead
  (curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff)
- update to 7.41.0:
  * Changes:
    NetWare build: added TLS-SRP enabled build
    winbuild: Added option to build with c-ares
    Added --cert-status
    Added CURLOPT_SSL_VERIFYSTATUS
    sasl: implement EXTERNAL authentication mechanism
- Re-enable metalink supoort
- Use pkgconfig() style dependencies
- update to 7.40.0:
  * fixes CVE-2014-8150 (bnc#911363)
  * Changes:
    http_digest: Added support for Windows SSPI based authentication
    version info: Added Kerberos V5 to the supported features
    Makefile: Added VC targets for WinIDN
    config-win32: Introduce build targets for VS2012+
    SSL: Add PEM format support for public key pinning
    smtp: Added support for the conversion of Unix newlines during mail send
    smb: Added initial support for the SMB/CIFS protocol
    Added support for HTTP over unix domain sockets,
    via CURLOPT_UNIX_SOCKET_PATH and --unix-socket
    sasl: Added support for GSS-API based Kerberos V5 authentication
- build with PIE
- update to 7.39.0:
- changes:
    SSLv3 is disabled by default
    CURLOPT_COOKIELIST: Added "/RELOAD"/ command
    build: Added WinIDN build configuration options to Visual Studio projects
    ssh: improve key file search
    SSL: public key pinning. Use CURLOPT_PINNEDPUBLICKEY and --pinnedpubkey
    vtls: remove QsoSSL support, use gskit!
    mk-ca-bundle: added SHA-384 signature algorithm
    docs: added many examples for libcurl opts and other doc improvements
    build: Added VC ssh2 target to main Makefile
    MinGW: Added support to build with nghttp2
    NetWare: Added support to build with nghttp2
    build: added Watcom support to build with WinSSL
    build: Added optional specific version generation of VC project files
    ... and a bunch of bugfixes
- refreshed libcurl-ocloexec.patch
- removed gpg-offline verification
- spec-cleaned curl.spec
- Ensure the curl command line tool always require
  the same libcurl it was used for build, even expert users
  got confused.
cyrus-sasl
- CVE-2020-8032: cyrus-sasl: Local privilege escalation to root
  due to insecure tmp file usage. (bsc#1180669)
  Use /var/adm/update-scripts/ instead of /tmp. Clean up temporary
  files.
- Remove Berkeley DB dependency (JIRA#SLE-12190)
  The packages cyrus-sasl and cyrus-sasl-saslauthd are built
  without Berkely DB support. gdbm will be used instead of BDB.
  The packages cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are built
  with Berkely DB support.
- Update to 2.1.27
  * Added support for OpenSSL 1.1
  * Added support for lmdb
  * Lots of build fixes
  * Treat SCRAM and DIGEST-MD5 as more secure than PLAIN when selecting client mech
  * DIGEST-MD5 plugin:
    Fixed memory leaks
    Fixed a segfault when looking for non-existent reauth cache
    Prevent client from going from step 3 back to step 2
    Allow cmusaslsecretDIGEST-MD5 property to be disabled
  * GSSAPI plugin:
    Added support for retrieving negotiated SSF
    Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF
    Properly compute maxbufsize AFTER security layers have been set
  * SCRAM plugin:
    Added support for SCRAM-SHA-256
  * LOGIN plugin:
    Don’t prompt client for password until requested by server
  * NTLM plugin:
    Fixed crash due to uninitialized HMAC context
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- bsc#983938 `After=syslog.target` left-overs in several unit files
- added patches:
  fix_libpq-fe_include.diff  for fixing including libpq-fe.h
- removed patches obsoleted by upstream changes:
  * shared_link_on_ppc.patch
  * cyrus-sasl-2.1.27-openssl-1.1.0.patch
  * 0002-Drop-unused-parameter-from-gssapi_spnego_ssf.patch
  * 0003-Check-return-error-from-gss_wrap_size_limit.patch
  * 0004-Add-support-for-retrieving-the-mech_ssf.patch
  * 0001-Fix-GSS-SPNEGO-mechanism-s-incompatible-behavior.patch
  * cyrus-sasl-fix-logging-in-gssapi.patch
- Added support for retrieving negotiated SSF in gssapi plugin (bsc#1162518)
  * Add 0002-Drop-unused-parameter-from-gssapi_spnego_ssf.patch
  * Add 0003-Check-return-error-from-gss_wrap_size_limit.patch
  * Add 0004-Add-support-for-retrieving-the-mech_ssf.patch
- Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF (bsc#1162518)
  * Add 0001-Fix-GSS-SPNEGO-mechanism-s-incompatible-behavior.patch
- added backport-patch cyrus-sasl-bug587.patch which fixes
  off-by-one error in _sasl_add_string function
  (see CVE-2019-19906 bsc#1159635)
- bnc#1044840 syslog is polluted with messages "/GSSAPI client step 1"/
  By server context the connection will be sent to the log function.
  Client content does not have log level information. I.e. there is no
  way to stop DEBUG level logs nece I've removed it.
  * add cyrus-sasl-fix-logging-in-gssapi.patch
- OpenSSL 1.1 support (bsc#1055463)
  * add cyrus-sasl-2.1.27-openssl-1.1.0.patch from Fedora
- added cyrus-sasl-issue-402.patch to fix
  SASL GSSAPI mechanism acceptor wrongly returns zero maxbufsize #402
  (see https://github.com/cyrusimap/cyrus-sasl/issues/402)
- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5
- really use SASLAUTHD_PARAMS variable (bnc#938657)
- bnc#908883 cyrus-sasl-scram refers to wrong RFC
- Make sure /usr/sbin/rcsaslauthd exists
cyrus-sasl-saslauthd
- Remove Berkeley DB dependency (JIRA#SLE-12190)
  The pacakges cyrus-sasl and cyrus-sasl-saslauthd are build
  without Berkely DB support. gdbm will be used instead of BDB.
  The pacakges cyrus-sasl-bdb and cyrus-sasl-saslauthd-bdb are build
  with Berkely DB support.
- Update to 2.1.27
  * Added support for OpenSSL 1.1
  * Added support for lmdb
  * Lots of build fixes
  * Treat SCRAM and DIGEST-MD5 as more secure than PLAIN when selecting client mech
  * DIGEST-MD5 plugin:
    Fixed memory leaks
    Fixed a segfault when looking for non-existent reauth cache
    Prevent client from going from step 3 back to step 2
    Allow cmusaslsecretDIGEST-MD5 property to be disabled
  * GSSAPI plugin:
    Added support for retrieving negotiated SSF
    Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF
    Properly compute maxbufsize AFTER security layers have been set
  * SCRAM plugin:
    Added support for SCRAM-SHA-256
  * LOGIN plugin:
    Don’t prompt client for password until requested by server
  * NTLM plugin:
    Fixed crash due to uninitialized HMAC context
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- bsc#983938 `After=syslog.target` left-overs in several unit files
- added patches:
  fix_libpq-fe_include.diff  for fixing including libpq-fe.h
- removed patches obsoleted by upstream changes:
  * shared_link_on_ppc.patch
  * cyrus-sasl-2.1.27-openssl-1.1.0.patch
  * 0002-Drop-unused-parameter-from-gssapi_spnego_ssf.patch
  * 0003-Check-return-error-from-gss_wrap_size_limit.patch
  * 0004-Add-support-for-retrieving-the-mech_ssf.patch
  * 0001-Fix-GSS-SPNEGO-mechanism-s-incompatible-behavior.patch
  * cyrus-sasl-fix-logging-in-gssapi.patch
- Added support for retrieving negotiated SSF in gssapi plugin (bsc#1162518)
  * Add 0002-Drop-unused-parameter-from-gssapi_spnego_ssf.patch
  * Add 0003-Check-return-error-from-gss_wrap_size_limit.patch
  * Add 0004-Add-support-for-retrieving-the-mech_ssf.patch
- Fixed GSS-SPNEGO to use flags negotiated by GSSAPI for SSF (bsc#1162518)
  * Add 0001-Fix-GSS-SPNEGO-mechanism-s-incompatible-behavior.patch
- added backport-patch cyrus-sasl-bug587.patch which fixes
  off-by-one error in _sasl_add_string function
  (see CVE-2019-19906 bsc#1159635)
- bnc#1044840 syslog is polluted with messages "/GSSAPI client step 1"/
  By server context the connection will be sent to the log function.
  Client content does not have log level information. I.e. there is no
  way to stop DEBUG level logs nece I've removed it.
  * add cyrus-sasl-fix-logging-in-gssapi.patch
- OpenSSL 1.1 support (bsc#1055463)
  * add cyrus-sasl-2.1.27-openssl-1.1.0.patch from Fedora
- added cyrus-sasl-issue-402.patch to fix
  SASL GSSAPI mechanism acceptor wrongly returns zero maxbufsize #402
  (see https://github.com/cyrusimap/cyrus-sasl/issues/402)
- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5
- really use SASLAUTHD_PARAMS variable (bnc#938657)
- bnc#908883 cyrus-sasl-scram refers to wrong RFC
- Make sure /usr/sbin/rcsaslauthd exists
dbus-1
- Fix CVE-2020-35512 - shared UID's caused issues (CVE-2020-35512 bsc#1187105)
  * fix-upstream-userdb-constpointer.patch
  * fix-upstream-CVE-2020-35512.patch
- Fix CVE-2019-12749 Authentication bypass (CVE-2019-12749 bsc#1137832)
  * added fix-CVE-2019-12749.patch
- Make libdbus-1-3 own the %{_datadir}/dbus-1/system.d directory
- Use %license instead of %doc [bsc#1082318]
- Avoid bashisms in scriptlets.
- Avoid ugly error message from %pre(install) script when installing
  for the first time.
- Don't spit out a warning if /usr/bin/dbus-daemon does not exist
  when we run the pre-script.
- Swap a missed libdir to libexecdir
- Do not hide errors during useradd.
- Fix dbus-daemon-launch-helper to use proper ref to libexecdir
- use %{_libexecdir}/dbus-1 as libexecdir
- Update to 1.12.2
  Deprecations:
  • Eavesdropping is officially deprecated in favour of BecomeMonitor.
  See the release notes for spec version 0.31 (in dbus 1.11.14).
  • [Unix] Flag files in /var/run/console/${username} are deprecated.
  See the release notes for 1.11.18.
  New APIs:
  • <allow> and <deny> rules in dbus-daemon configuration can now
  include send_broadcast="/true"/, send_broadcast="/false"/,
  max_unix_fds="/N"/, min_unix_fds="/N"/ (for some integer N).
  See the release notes for 1.11.18.
  • dbus_try_get_local_machine_id() is like
  dbus_get_local_machine_id(), but returns a DBusError.
  • New APIs around DBusMessageIter to simplify cleanup.
  See the release notes for 1.11.16.
  • The message bus daemon now implements the standard Introspectable,
  Peer and Properties interfaces. See the release notes for
  dbus 1.11.14 and spec version 0.31.
  • DTDs for introspection XML and bus configuration are installed.
  • [Unix] A new unix:dir=… address family resembles unix:tmpdir=… but
  never uses Linux abstract sockets, which is advantageous for
  containers. On non-Linux it is equivalent to unix:tmpdir=….
  See the release notes for dbus 1.11.14 and spec version 0.31.
  • [Unix] New option "/dbus-launch --exit-with-x11"/.
  • [Unix] Session managers can create transient .service files in
  $XDG_RUNTIME_DIR/dbus-1/services. See the release notes for 1.11.12.
  • [Unix] A sysusers.d snippet can create the messagebus user on-demand.
  Miscellaneous behaviour changes:
  • [Unix] The session bus now logs to syslog if it was started by
  dbus-launch.
  • [Unix] Internal warnings are logged to syslog if configured.
  • [Unix] Exceeding an anti-DoS limit is logged to syslog if configured,
  or to stderr.
- Enabled "/make check test suite"/
- Patches removed, fixed upstream
  * fix-upstream-drop-install-sections-from-user-services.patch
  * fix-upstream-increase-backlog.patch
  * fix-upstream-timeout-reset-1.patch
  * fix-upstream-timeout-reset-2.patch
- boo#1027201 dbus-daemon not found
- boo#978477 systemd reseting under heavy load
  * fix-upstream-timeout-reset-1.patch
  * fix-upstream-timeout-reset-2.patch
- boo#1027200 don't generate machine-id in %post systemd will do it
  on first boot.
- swap usage of /bin/false to /usr/bin/false
- Use libexecdir=%{_libdir}/dbus-1 rather then /lib/dbus-1
- No need to set --libdir anymore now that prefix is /usr/bin,
  * fixes boo#1047532
- No need to set --bindir, bindir in dbus-1-x11 was incorrect
- Other fixes required to properly change prefix
- Don't pass --with-initscripts we don't use them anymore.
- Update to 1.10.20
  * Fixes:
    + Fix a reference leak when blocking on a pending call on a
    connection that has been disconnected (fdo#101481, Shin-ichi
    MORITA)
    + Don't put timestamps in the Doxygen-generated documentation,
    for closer-to-reproducible builds (fdo#100692, Simon
    McVittie)
    + Avoid an assertion failure when connecting to a
    semicolon-separated series of addresses, one of which fails
    (fdo#101257, Simon McVittie)
  * Documentation:
    + Update git URIs in HACKING document to sync up with
    cgit.freedesktop.org (fdo#100715, Simon McVittie)
- swap to /usr/bin bsc#1029968
- Add the following fixes from SLE12
  * bsc#980928 increase listen() backlog of AF_UNIX sockets to
    SOMAXCONN fix-upstream-increase-backlog.patch
- The following bugs were already fixed but are missing changelog
  entries
  * bsc#867256 (No longer applicable)
  * bsc#916785 (No longer applicable)
  * bsc#1012564 (Not applicable)
  * fdo#90004 (Fixed Upstream)
- Rename the following patches as a tidy up
  * dbus-log-deny.patch to feature-suse-log-deny.patch
  * dbus-do-autolaunch.patch feature-suse-do-autolaunch.patch
  * 0001-Add-RefuseManualStartStop.patch to
    feature-suse-refuse-manual-start-stop.patch
  * 0001-Drop-Install-sections-from-user-services.patch to
    fix-upstream-drop-install-sections-from-user-services.patch
- Update to 1.10.18
  * Fixes
    + Re-order dbus-daemon startup so that on SELinux systems, the
    thread that reads AVC notifications retains the ability to
    write to the audit log (fdo#92832, Debian #857660; Laurent
    Bigonville)
    + Fix a harmless read overflow and some memory leaks in a unit
    test (fdo#100568, Philip Withnall)
- Update to 1.10.16
  Fixes:
  * Prevent symlink attacks in the nonce-tcp transport on Unix that could
  allow an attacker to overwrite a file named "/nonce"/, in a directory
  that the user running dbus-daemon can write, with a random value
  known only to the user running dbus-daemon. This is unlikely to be
  exploitable in practice, particularly since the nonce-tcp transport
  is really only useful on Windows.
  (fd.o #99828, Simon McVittie) (bsc#1025950)
  * Avoid symlink attacks in the "/embedded tests"/, which are not enabled
  by default and should never be enabled in production builds of dbus.
  (fd.o #99828, Simon McVittie) (bsc#1025951)
  * Work around an undesired effect of the fix for CVE-2014-3637
  (fd.o #80559), in which processes that frequently send fds, such as
  logind during a flood of new PAM sessions, can get disconnected for
  continuously having at least one fd "/in flight"/ for too long;
  dbus-daemon interprets that as a potential denial of service attack.
  The workaround is to disable that check for uid 0 process such as
  logind, with a message in the system log. The bug remains open while
  we look for a more general solution.
  (fd.o #95263, LP#1591411; Simon McVittie)
  * Don't run the test test-dbus-launch-x11.sh if X11 autolaunching
  was disabled at compile time. That test is not expected to work
  in that configuration. (fd.o #98665, Simon McVittie)
  Enhancements:
  * Do the Travis-CI build in Docker containers for Ubuntu LTS, Debian
  stable and Debian testing in addition to the older Ubuntu that is
  the default (fd.o #98889, Simon McVittie)
- A note for scripts bsc#974092 (remove sysvinit script) is already
  fixed here.
- Don't restart dbus on upgrade - Includes temporary work around
  for last version boo#1020301
- Add 0001-Add-RefuseManualStartStop.patch don't allow users to Manually
  start or stop dbus.
- Add systemd unit files to start session bus via systemd
- Added patch:
  * 0001-Drop-Install-sections-from-user-services.patch
    + remove install section from socket unit because it does not
    need to be enabled explicitly (see fdo#92402)
- Requires systemd >= 209 and drop the compatibility pkg-config
  names that don't exist in newer systemd
- Drop useless --with-pic which is only for static libs
- Abort installation when user/group creation fails
- Avoid calling %service_* more than once
- Build the dbus-1 package without X in the dbus-1.spec
- Move the dbus-launch.nox11 to the dbus-1 package and install
  it by default
- Build devel-doc package in dbus-1.spec and don't build any
  documentation in dbus-1-x11
- Make dbus-1-x11 package contains only the X11-enabled dbus-launch
- Fix some rpmlint warnings
- Delete the dbus-1-x11.spec.in file, since maintaining it is
  more complicated then keeping in sync a dbus-1-x11.spec file of
  less then 120 lines
- Create new subpackage: dbus-1-nox11
  - contains dbus-launch without x11 support
- Rename dbus-launch to dbus-launch.x11
- use update-alternatives to switch between dbus-launch with and
  without X11
- Solves [bnc#934214]
- Update to 1.10.12
  * Security fixes:
    + Do not treat ActivationFailure message received from
    root-owned systemd name as a format string. In principle this
    is a security vulnerability, but we do not believe it is
    exploitable in practice, because only privileged processes can
    own the org.freedesktop.systemd1 bus name, and systemd does
    not appear to send activation failures that contain "/%"/.
    Please note that this probably *was* exploitable in dbus
    versions older than 1.6.30, 1.8.16 and 1.9.10 due to a missing
    check which at the time was only thought to be a denial of
    service vulnerability (CVE-2015-0245). If you are still
    running one of those versions, patch or upgrade immediately.
    (fdo#98157, bsc#1003898, Simon McVittie)
  * Other fixes:
    + Harden dbus-daemon against malicious or incorrect
    ActivationFailure messages by rejecting them if they do not
    come from a privileged process, or if systemd activation is
    not enabled (fdo#98157, Simon McVittie)
    + Avoid undefined behaviour when setting reply serial number
    without going via union DBusBasicValue (fdo#98035, Marc Mutz)
    + autogen.sh: fail cleanly if autoconf fails (Simon McVittie)
- Moved dbus-run-session from dbus-1-x11 to dbus-1 (bdo#836296)
- Update to 1.10.10
  * Fixes:
    + On Linux, when dbus-daemon is run with reduced susceptibility
    to the OOM killer (typically via systemd), do not let child
    processes inherit that setting (fdo#32851;
    Kimmo Hämäläinen, WaLyong Cho)
    + Output valid shell syntax in ~/.dbus/session-bus/ if the bus
    address contains a semicolon (fdo#94746, Thiago Macieira)
    + Fix memory leaks and thread safety in subprocess starting on
    Windows (fdo#95191, Ralf Habacker)
    + Do not require systemd to have a service file if using it for
    activation (fdo#93194; Simon McVittie; backport from 1.11.0)
    + Stop test-dbus-daemon incorrectly failing on platforms that
    cannot discover the process ID of clients (fdo#96653,
    Руслан Ижбулатов)
    + In tests that exercise correct handling of crashing D-Bus
    services, suppress Windows crash handler (fdo#95155;
    Yiyang Fei, Ralf Habacker)
    + Explicitly check for stdint.h (Ioan-Adrian Ratiu)
    + update-activation-environment: produce better diagnostics on
    error (fdo#96653, Simon McVittie)
    + Don't fail the build with an unused const variable warning
    under gcc 6 (fdo#97282; Thomas Zimmermann, Simon McVittie)
    + Merge dbus-1.10-ci branch, containing backports from 1.11.0
    in build/test code to support continuous integration
    (fdo#93194, Simon McVittie)
  - Avoid -Wunused-label when compiling with libselinux but no
    libaudit
  - In development builds, allow OOM tests to be disabled as
    documented
  - Accept and ignore the --tap argument in all "/embedded
    tests"/, and run all automated tests with that argument for
    better diagnostics
  - Fix the systemd activation test under CMake by installing
    the required files
  - In Automake, fix shell syntax for installcheck-local with
    no DESTDIR
  - In Automake, don't try to run manual tests in installcheck
  - In CMake, don't run manual-tcp test as an automated test
  - Add travis-ci.org build machinery
- Update to 1.10.8
  * Fixes:
    + Enable "/large file support"/ on systems where it exists:
    dbus-daemon is not expected to open large files, but it might
    need to stat files that happen to have large inode numbers
    (fdo#93545, Hongxu Jia)
    + Eliminate padding inside DBusMessageIter on 64-bit platforms,
    which might result in a pedantic C compiler not copying the
    entire contents of a DBusMessageIter; statically assert that
    this is not an ABI change in practice (fdo#94136, Simon
    McVittie)
    + Document dbus-test-tool echo --sleep-ms=N instead of
    incorrect --sleep=N (fdo#94244, Dmitri Iouchtchenko)
    + Correctly report test failures in C tests from run-test.sh
    (fdo#93379; amit tewari, Simon McVittie)
    + When tests are enabled, run all the marshal-validate tests,
    not just the even-numbered ones (fdo#93908, Nick Lewycky)
    + Correct the expected error from one marshal-validate test,
    which was previously not run due to the above bug(fdo#93908,
    Simon McVittie)
- Update to 1.10.6
  * Fixes:
  - On Unix when running tests as root, don't assert that root
    and the dbus-daemon user can still call
    UpdateActivationEnvironment; assert that those privileged
    users can call BecomeMonitor instead (fdo#93036, Simon
    McVittie)
  - On Windows, fix a memory leak in the autolaunch transport
    (fdo#92899, Simon McVittie)
  - On Windows Autotools builds, don't run tests that rely on
    dbus-run-session and other Unix-specifics (fdo#92899, Simon
    McVittie)
- Update to 1.10.4
  * Changes between 1.10.2 and 1.10.4
  - Enhancements:
    + GetConnectionCredentials, GetConnectionUnixUser and
    GetConnectionUnixProcessID with argument
    "/org.freedesktop.DBus"/ will now return details of the
    dbus-daemon itself. This is required to be able to call
    SetEnvironment on systemd. (fdo#92857, Jan Alexander
    Steffens)
  - Fixes:
    + Make UpdateActivationEnvironment always fail with
    AccessDenied  on the system bus. Previously, it was
    possible to configure it so root could call it, but the
    environment variables were not actually used, because the
    launch helper would discard them. (fdo#92857, Jan Alexander
    Steffens)
    + On Unix with --systemd-activation on a user bus, make
    UpdateActivationEnvironment pass on its arguments to
    systemd's SetEnvironment method, solving inconsistency
    between the environments used for traditional activation
    and systemd user-service activation. (fdo#92857, Jan
    Alexander Steffens)
    + On Windows, don't crash if <syslog/> or --syslog is used
    (fdo#92538, Ralf Habacker)
    + On Windows, fix a memory leak when setting a DBusError from
    a Windows error (fdo#92721, Ralf Habacker)
    + On Windows, don't go into infinite recursion if we abort the
    process with backtraces enabled (fdo#92721, Ralf Habacker)
    + Fix various failing tests, variously on Windows and
    cross-platform:
    . don't test system.conf features (users, groups) that only
    make sense on the system bus, which is not supported on
    Windows
    . don't call _dbus_warn() when we skip a test, since it is
    fatal
    . fix computation of expected <standard_session_servicedirs/>
    . when running TAP tests, translate newlines to Unix format,
    fixing cross-compiled tests under Wine on Linux
    . don't stress-test refcounting under Wine, where it's
    really slow
    . stop assuming that a message looped-back to the test will
    be received immediately
    . skip some system bus tests on Windows since they make no
    sense there (fdo#92538, fdo#92721; Ralf Habacker, Simon
    McVittie)
  * Changes between 1.10.0 and 1.10.2
  - Fixes:
    + Correct error handling for activation: if there are multiple
    attempts to activate the same service and it fails
    immediately, the first attempt would get the correct reply,
    but the rest would time out. We now send the same error
    reply to each attempt. (fdo#92200, Simon McVittie)
    + If BecomeMonitor is called with a syntactically invalid
    match rule, don't crash with an assertion failure, fixing a
    regression in 1.9.10. This was not exploitable as a denial
    of service, because the check for a privileged user is done
    first. (fdo#92298, Simon McVittie)
    + On Linux with --enable-user-session, add the bus address to
    the environment of systemd services for better backwards
    compatibility (fdo#92612, Jan Alexander Steffens)
    + On Windows, fix the logic for replacing the installation
    prefix in service files' Exec lines (fdo#83539; Milan Crha,
    Simon McVittie)
    + On Windows, if installed in the conventional layout with
    ${prefix}/etc and ${prefix}/share, use relative paths
    between bus configuration files to allow the tree to be
    relocated (fdo#92028, Simon McVittie)
    + Make more of the regression tests pass in Windows builds
    (fdo#92538, Simon McVittie)
  * Summary of major changes since 1.8.0:
  - The basic setup for the well-known system and session buses is
    now done in read-only files in ${datadir} (normally /usr/share).
  - AppArmor integration has been merged, with features similar to
    the pre-existing SELinux integration. It is mostly compatible
    with the patches previously shipped by Ubuntu, with one
    significant change: Ubuntu's GetConnectionAppArmorSecurityContext
    method has been superseded by GetConnectionCredentials and was
    not included.
  - The --enable-user-session configure option can be enabled
    by OS integrators intending to use systemd to provide a
    session bus per user (in effect, treating all concurrent
    graphical and non-graphical login sessions as one large session).
  - The new listenable address mode "/unix:runtime=yes"/ listens on
    $XDG_RUNTIME_DIR/bus, the same AF_UNIX socket used by the
    systemd user session. libdbus and "/dbus-launch --autolaunch"/
    will connect to this address by default. GLib >= 2.45.3 and
    sd-bus >= 209 have a matching default.
  - All executables are now dynamically linked to libdbus-1.
    Previously, some executables, most notably dbus-daemon, were
    statically linked to a specially-compiled variant of libdbus.
    This results in various private functions in the _dbus
    namespace being exposed by the shared library. These are not
    API, and must not be used outside the dbus source tree.
  - On platforms with ELF symbol versioning, all public symbols
    are versioned LIBDBUS_1_3.
  * New bus APIs:
  - org.freedesktop.DBus.GetConnectionCredentials returns
    LinuxSecurityLabel where supported
  - org.freedesktop.DBus.Monitoring interface (privileged)
    . BecomeMonitor method supersedes match rules with eavesdrop=true,
    which are now deprecated
  - org.freedesktop.DBus.Stats interface (semi-privileged)
    . now enabled by default
    . new GetAllMatchRules method
  - org.freedesktop.DBus.Verbose interface (not normally compiled)
    . toggles the effect of DBUS_VERBOSE
  * New executables:
  - dbus-test-tool
  - dbus-update-activation-environment
  * New optional dependencies:
  - The systemd: pseudo-transport requires libsystemd or libsd-daemon
  - Complete documentation requires Ducktype and yelp-tools
  - Full test coverage requires GLib 2.36 and PyGI
  - AppArmor integration requires libapparmor and optionally libaudit
  * Dependencies removed:
  - dbus-glib
- Update to 1.8.20:
  * Fixes:
  - Fix a memory leak when GetConnectionCredentials() succeeds
    (fdo#91008, Jacek Bukarewicz)
  - Ensure that dbus-monitor does not reply to messages intended
    for others (fdo#90952, Simon McVittie)
- Account for openSUSE:Leap in the conditional for chosing right
  local state directories (boo#941352)
- Move common-begin sections around to make pre_checkin work again
- Unconditionally build with systemd features, there are no cycles
  now, systemd no longer buildrequires dbus-1-devel
- Update to 1.8.18:
  * Security hardening:
  - On Unix platforms, change the default configuration for the
    session bus to only allow EXTERNAL authentication (secure
    kernel-mediated credentials-passing), as was already done for
    the system bus.
    This avoids falling back to DBUS_COOKIE_SHA1, which relies on
    strongly unpredictable pseudo-random numbers; under certain
    circumstances (/dev/urandom unreadable or malloc() returns
    NULL), dbus could fall back to using rand(), which does not
    have the desired unpredictability. The fallback to rand() has
    not been changed in this stable-branch since the necessary
    code changes for correct error-handling are rather intrusive.
    If you are using D-Bus over the (unencrypted!) tcp: or
    nonce-tcp: transport, in conjunction with DBUS_COOKIE_SHA1
    and a shared home directory using NFS or similar, you will
    need to reconfigure the session bus to accept DBUS_COOKIE_SHA1
    by commenting out the <auth> element. This configuration is
    not recommended. (bsc#931066, fdo#90414, Simon McVittie)
  * Other fixes:
  - Add locking to DBusCounter's reference count and notify
    function (fdo#89297, Adrian Szyndela)
  - Ensure that DBusTransport's reference count is protected by
    the corresponding DBusConnection's lock (fdo#90312,
    Adrian Szyndela)
  - On Windows, listen on the same port for IPv4 and IPv6
    (previously broken by an endianness mistake), and fix a
    failure to bind TCP sockets on approximately 1 attempt in 256
    (fdo#87999, Ralf Habacker)
  - Correctly release DBusServer mutex before early-return if we
    run out of memory while copying authentication mechanisms
    (fdo#90021, Ralf Habacker)
  - Correctly initialize all fields of DBusTypeReader (fdo#90021,
    Ralf Habacker, Simon McVittie)
  - Fix some missing n in verbose (debug log) messages
    (fdo#90021, Ralf Habacker)
  - Clean up some memory leaks in test code (fdo#90021,
    Ralf Habacker)
- Sync changes from SLE12 conditionalized for suse_version <= 1315
- Update to 1.8.16:
  * Security fixes:
  - Do not allow non-uid-0 processes to send forged
    ActivationFailure messages. On Linux systems with systemd
    activation, this would allow a local denial of service:
    unprivileged processes could flood the bus with these forged
    messages, winning the race with the actual service activation
    and causing an error reply to be sent back when service
    auto-activation was requested. This does not prevent the real
    service from being started, so it only works while the real
    service is not running. (CVE-2015-0245, fdo#88811, bnc#916343;
    Simon McVittie)
  * Other fixes:
  - fix a Windows build failure (fdo#88009, Ralf Habacker)
  - on Windows, allow up to 8K connections to the dbus-daemon
    instead of the previous 64, completing a previous fix which
    only worked under Autotools (fdo#71297, Ralf Habacker)
- Update to 1.8.14
  * Security hardening:
  - Do not allow calls to UpdateActivationEnvironment from uids
    other than the uid of the dbus-daemon. If a system service
    installs unsafe security policy rules that allow arbitrary
    method calls (such as CVE-2014-8148) then this prevents
    memory consumption and possible privilege escalation via
    UpdateActivationEnvironment.
    We believe that in practice, privilege escalation here is
    avoided by dbus-daemon-launch-helper sanitizing its
    environment; but it seems better to be safe.
  - Do not allow calls to UpdateActivationEnvironment or the
    Stats interface on object paths other than
    /org/freedesktop/DBus. Some system services install unsafe
    security policy rules that allow arbitrary method calls to
    any destination, method and interface with a specified object
    path; while less bad than allowing arbitrary method calls,
    these security policies are still harmful, since dbus-daemon
    normally offers the same API on all object paths and other
    system services might behave similarly.
  * Other fixes:
  - Add missing initialization so GetExtendedTcpTable doesn't
    crash on Windows Vista SP0 (fdo#77008, Ilya A. Tkachenko)
- Update to 1.8.12:
  * Fixes:
  - Partially revert the CVE-2014-3639 patch by increasing the
    default authentication timeout on the system bus from 5
    seconds back to 30 seconds, since this has been reported to
    cause boot regressions for some users, mostly with parallel
    boot (systemd) on slower hardware.
    On fast systems where local users are considered particularly
    hostile, administrators can return to the 5 second timeout
    (or any other value in milliseconds) by saving this as
    /etc/dbus-1/system-local.conf:
    <busconfig>
    <limit name="/auth_timeout"/>5000</limit>
    </busconfig>
    (fdo#86431, Simon McVittie)
  - Add a message in syslog/the Journal when the auth_timeout is
    exceeded (fdo#86431, Simon McVittie)
  - Send back an AccessDenied error if the addressed recipient is
    not allowed to receive a message (and in builds with
    assertions enabled, don't assert under the same conditions).
    (fdo#86194, Jacek Bukarewicz)
- Update to 1.8.10:
  * Security fixes:
  - Increase dbus-daemon's RLIMIT_NOFILE rlimit to 65536
    so that CVE-2014-3636 part A cannot exhaust the system bus'
    file descriptors, completing the incomplete fix in 1.8.8.
    (CVE-2014-7824, fdo#85105; Simon McVittie, Alban Crequy)
dbus-1-glib
- remove CFLAGS setting, -fstack-protector is default and -fPIC
  will be auto-selected.
- Split out dbus-binding-tool in own sub-package.
- Update to version 0.108:
  + Use dbus-run-session instead of dbus-launch for tests.
- Changes from version 0.106:
  + Stop testing G_HAVE_INLINE, which ceased to work in GLib 2.47.2
    and wasn't meant to be API anyway. Instead, rely on "/static
    inline"/ doing the right thing. On pre-C99 compilers, this
    relies on <glib.h> defining inline to __inline, __inline__ or
    the empty string if the compiler requires it, which it has done
    since 2000. (fdo#93513).
  + Stop calling g_mem_profile() in the tests, which no longer does
    anything and caused the tests to fail by issuing a warning.
  + Slightly modernize build system, and remove a weird
    cross-directory dependency which was breaking distcheck.
  + Stop distributing generated marshallers in the tarball.
- Run spec-clean, modernize spec-file macros and also drop a no
  longer conditional dbus-1-glib-64bit Obsoletes.
- Update to version 0.104:
  + Deprecations: Document the entire library as deprecated.
  + Dependencies:
  - libdbus 1.8 is required.
  - GLib 2.32 is required.
  + Enhancements:
  - The libdbus 1.8 dependency means we can now document that
    dbus_g_thread_init() is idempotent and thread-safe
    (fdo#54770).
  - Use g_cclosure_marshal_generic for all marshalling
    (fdo#64214).
  + Fixes:
  - Allow timeouts to be migrated from one main context to
    another without an assertion failure (fdo#30574).
  - Don't trip a libdbus fatal warning if a Unix fd or other
    unsupported type is encountered in a message (fdo#80557).
  - Make the tests pass with newer GLib by not removing removed
    sources (fdo#83530).
  - Fix some typos in the documentation (fdo#45686).
  - Make the Autotools setup less awful (fdo#58698).
- Update to version 0.102:
  + Enhancements:
  - Add dbus_g_method_invocation_get_connection (fdo#55729).
  - Add dbus_g_connection_open_private (fdo#55730).
  - Better regression tests (fdo#23633, fdo#40711, fdo#41129,
    fdo#51511, fdo#68603).
  - Get rid of more dead code (fdo#40711).
  - dbus-binding-tool: check validity of names (fdo#7909).
  + Bugs fixed:
  - dbus_g_value_build_g_variant: treat GValues containing
    (G_TYPE_STRING, NULL) or (G_TYPE_STRV, NULL) as empty string
    or empty array instead of asserting (fdo#71811).
  - Upload documentation correctly.
  - Fix under-linking (fdo#68601).
- Remove the exacutable bit from dbus-bash-completion.sh.
- Update to version 0.100.2:
  + Respin tarball.
- Update to version 0.100.1:
  + dbus-gproxy: Verify sender of NameOwnerChanged signals to be
    o.f.DBus (CVE-2013-0292, bnc#804392).
  + Some cleanups.
  + Other bugs fixed: fdo#23633, fdo#40711, fdo#55729, fdo#55730.
- Update to version 0.100:
  + Enhancements:
  - Support building on Android with androgenizer
    (fdo#42532)
  - Respect NOCONFIGURE=1 in autogen.sh
  + Fixes:
  - Fix several GVariant reference leaks in
    dbus_g_value_parse_variant (fdo#41125)
  - Don't crash if an error code is out of range for its domain
    or has a negative code (fdo#40151)
  - Fix compilation with -Werror=format-security
  - Don't crash if dbus_g_proxy_new_for_peer() is used to talk to
    the dbus-daemon (fdo#41126)
- Further dependency changes: Let dbus-1-glib-devel require
  dbus-1-devel (implicitly pulls dbus-1).
- Fix and loosen dependency towards dbus-1. Reported by Andreas
  Jaeger <aj@suse.de>.
- license update: AFL-2.1 or GPL-2.0+
  License is a dual license choice of either Academic Free License 2.1 or
  GNU GPL 2+. This is the SPDX format for that license
- Update to version 0.98:
  + Fix the documentation, a lot. We have nearly 100% coverage now.
    (fdo#37793)
  + In specialized collection iterators, check that the type is
    correct; g_critical and return harmlessly, rather than
    crashing, if not
  + If library users register specialized GTypes, warn if their
    vtables have missing callbacks which would cause accessors to
    crash
  + Fix production of documentation out-of-tree with newer gtk-doc
  + Simplify invoke_object_method() and OOM handling in
    dbus-gobject (fdo#35767)
- Changes from version 0.96:
  + Fix a regression in marshalling GObject instances as object
    paths, which broke NetworkManager (fdo#37852, deb#628890)
  + Fix crashes when sending a message when disconnected from D-Bus
    but still working through our backlog of incoming messages,
    similar to fdo#12675 (fdo#38406)
  + Cope more gracefully, with a critical warning instead of a
    memory leak, if programmer error causes G_VALUE_COLLECT to fail
    (fdo#38406, nokia#86280, nokia#180486)
  + Avoid an assertion failure when unregistering a proxy if
    GetNameOwner failed (fdo#38408, nokia#116862)
  + Don't report various programmer errors as "/out of memory"/;
    raise suitable critical warnings instead, and don't leak memory
    (fdo#35767, fdo#35766)
  + If a remote process sends a wrong method call on the Properties
    interface, send back an error reply, instead of warning on
    stderr and not replying (fdo#35766)
  + Show a warning if dbus_g_method_return fails to marshal
    something (fdo#29884, nokia#180486)
  + Remove remnants of i18n (fdo#36428)
  + Remove dead code (nokia#180486)
- Drop dbus-1-glib-fix-marshalling-regression.patch: fixed
  upstream.
- cross-build fix: use host's dbus-binding-tool
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Add dbus-1-glib-devel to baselibs
- Add dbus-1-glib-fix-marshalling-regression.patch: this fixes a
  regression causing issues in NetworkManager; taken from git.
- Update to version 0.94:
  + Check validity of more arguments, don't report "/out of memory"/
    or "/should not have been reached"/ if an invalid string or
    boolean is given, and abandon broken containers more gracefully
    (fdo#30171)
  + Allow underscores in error names (fdo#30274)
  + If an object is on more than one connection, emit signals on
    all of them; if it's unregistered, only unregister it from the
    requested connection (fdo#32087)
  + Fix ability to switch a DBusConnection from one GMainContext to
    another (fdo#35115)
  + Forbid a ReturnVal annotation after the first OUT <arg>, which
    had never worked correctly anyway (fdo#35952)
  + Remove false claim that we use Introspect() at runtime, and
    document more error cases (fdo#36216)
  + Remove unused support for translated messages (fdo#36428)
  + Don't corrupt internal data if a GObject is registered twice on
    the same (connection, path) tuple, and fix out-of-bounds
    reading (fdo#36793)
  + Fix multiple signal emissions if an object is removed from all
    of its locations then re-exported, and a memory leak if an
    exported object is disposed (fdo#36811)
  + Log the error message if object registration fails (fdo#37795)
  + Several small fixes.
  + Remove Doxygen support (as gtk-doc is used) (fdo#10890)
  + Build fixes.
  + Bugs fixed: fdo#22667, fdo#22854, fdo#23616, fdo#26952,
    fdo#27193, fdo#27598, fdo#29884, fdo#32351, fdo#33145,
    fdo#33646, fdo#34282, fdo#37060, fdo#37062, fdo#37789,
    fdo#37790, fdo#37812.
- Update to version 0.92:
  + Require glib 2.26: this dependency bump was missed in 0.90.
- Update to version 0.90:
  + Add DBusGObjectPath, DBusGSignature typedefs
  + Give specialized GArrays iteration/appending support
  + fdo#30428: add dbus_g_value_parse_g_variant
  + Fix switching a connection's GMainContext
  + Various small fixes
- Update to version 0.88:
  + Allow duplicate object path registrations for different
    connections
  + Don't use the identifier "/interface"/ in public headers
  + Don't pass malformed error interface to dbus (rh#581794)
  + Fix a crash in dbus_pending_call_cancel() (fdo#14579)
  + Fix lookup of regular properties when shadow properties are
    used
  + fdo#28715: Add dbus_g_value_build_g_variant()
  + Support DBUS_TYPE_G_SIGNATURE
  + Respect property access flags for writing, allow disabling for
    reads
  + Documentation improvements
  + Build fixes, especially for windows
- Drop bug-628607-access-flags-CVE-2010-1172.diff: fixed upstream.
- honor access properties from xml file (CVE-2010-1172, bnc#628607)
- use %_smp_mflags
- Update to version 0.86:
  + core: allow duplicate property names on GInterfaces
  + core: performance optimization for object info lookup
  + Fix hyphenated error codes correctly
  + Free errors returned by method implementations
  + Trivial compiler warning fixes
  + Use AM_SILENT_RULES if available
  + Turn the gtk-doc documentation into buildable shape
- Update to version 0.84:
  + Support duplicate object registrations
  + Only re-set registration list if it's non-empty
  + Copy object registration list when unregistering.
  + fdo#19623 - Add dbus_g_bus_get_private
  + fdo#25119 - Don't leak DBusGMethodInvocation for no-reply calls
  + Import dbus-bus-introspect.xml upstream
  + dbus-gvalue: set an error when demarshal_basic doesn't
    recognize type
  + Man page fixes.
- add baselibs.conf as a source
- package documentation as noarch
- Update to version 0.82:
  + Fix format-security warning
  + Use -fno-strict-aliasing by default
  + fdo#14183 - Listen to NameOwnerChanged using arg0 matching
  + Use g_strdup instead of strdup in dbus_g_method_get_sender
  + fdo#13908: make dbus_g_type_specialized_init() safe for library
    users to call
  + fdo#16776: teach dbus_g_method_return_error about DBUS_GERROR
  + fdo#20884: dbus_g_proxy_manager_replace_name_owner: don't leave
    freed memory in the hash table if the name was the owner's
    first
  + dbus_g_type_specialized_init: make some effort at being
    thread-safe
  + add --with-dbus-binding-tool configure option to use an
    external dbus-binding-tool
  + fdo#5688: don't assert when exported object is destroyed
  * after* D-Bus connection closes
  + fdo#21219: implement unregistration of objects
  + dbus-gobject: save the ObjectRegistration on each object, not
    just the path
  + fdo#20879 - Use --skip-source argument for glib-genmarshal
  + fdo#19927 - Use const for GError * param we're not modifying
  + fdo#13908: silently initialize specialized types whenever
    required
  + fdo#21362 - Remove use of deprecated symbols
  + fdo#21753 - Correctly initialize GValues in dbus-binding-tool
    generated code
  + fdo#22244 - Only include <glib.h>, not individual headers
  + fdo#20343 - Add a man page for dbus-binding-tool
  + fdo#18294 - Be defensive about a possibly NULL property string
  + Various build fixes.
- Remove AutoReqProv: it's default now.
- Remove -fno-strict-aliasing from our custom CFLAGS since it's by
  default now.
- Drop dbus-1-glib-selinux.patch: unneeded now.
- Drop marshall-skip-source.patch: fixed upstream.
- Use libexecdir whenever possible.
- Remove Requires from doc package since it's purely html files.
- Do not add source file name as comment for glib-genmarshall Aufruf.
  This creates otherwise files with temporary filenames that make
  comparison of builds impossible (marshall-skip-source.patch)
dejavu-fonts
- Update to 2.37
  * Changes from 2.36 to 2.37
  * Fix issue with empty glyphs in condensed typefaces in the released source files.
  * Changes from 2.35 to 2.36
  * Math: added DejaVu Math Tex Gyre by B. Jackowski, P. Strzelczyk and P. Pianowski (on behalf of TeX users groups)
  * Sans: removed dot of U+06BA in all forms
  * Sans: fixed position of three dots of U+06BD in init and medi forms (by Denis Jacquerye)
  * Sans: corrected direction of contours in U+05E7 (by Lior Halphon]])
  * Sans: added U+1F643 (by Olleg Samoylov)
  * Serif: moved up U+0360-0361 (by Gee Fung Sit 薛至峰]])
  * Serif: increased spacing of Roman numerals U+2161-2163, U+2165-2168, U+216A-216B (by Gee Fung Sit 薛至峰)
  * Serif: fixed anchor position of U+00E6 (by Gee Fung Sit 薛至峰)
  * Sans: fixed vertical position of U+20BA (by Gee Fung Sit 薛至峰)
  * Sans, Serif: fixed glyph height of Block Elements (by Gee Fung Sit 薛至峰)
  * Sans, Serif: added U+A698-A699 (by Gee Fung Sit 薛至峰)
  * Sans, Mono, Serif: added U+037F (by Gee Fung Sit 薛至峰)
  * Mono: added U+0376-0377, U+037B-037D (by Gee Fung Sit 薛至峰)
  * Serif: removed duplicate point from U+1D05 (by Gee Fung Sit 薛至峰)
  * Mono: added U+20BA, U+20BD (by Gee Fung Sit 薛至峰)
  * Sans: Added moon symbols U+1F311-1F318 (by Ben Laenen)
- Update to 2.35:
  * For details see: http://dejavu-fonts.org/wiki/Changelog
- Update to 2.34:
  * This release includes the addition of Lisu, an update of Georgian,
    the addition of some symbols and the addition and modification
    of several Latin characters.
  * Sans, SansMono, Serif: unlinked references of U+2596 for bug 50848
  * Sans, SansMono, Serif: added U+A7AA
  * Sans, SansMono, Serif: added U+2A6A, U+2A6B, U+2E1F based on U+223B
  * Sans, Serif: removed superfluous ligature definitions for
    ffl und ffi (bug 55363)
  * Sans, Serif: swapped glyphs for U+25D2 and U+25D3 (bug 55197)
  * Sans, Serif: added U+A740, U+A741
  * Sans: added U+20BA Turkish Lira sign
  * Sans: replaced Georgian Asomtavruli U+10A0-U+10C5 and Mkhedruli
    U+10D0-U+10FC with new version
  * Sans: added Georgian Nuskhuri U+2D00-U+U+2D25
  * Sans: added Private Use Area glyphs for Georgian U+F400-U+F441
  * Sans: tweaked U+0250, U+0254
  * Sans: adjusted hinting of U+032C-U+032D, avoiding problem on
    some platforms
  * Sans: added U+A7A0-U+A7A9, pre-1921 Latvian letters with
    oblique stroke
  * Sans: added anchors to U+2C6D
  * Sans: added cedilla anchor to some Latin characters
  * Sans: added ogonek anchor to A, E, O, U, Y
  * Sans: adjusted ogonek reference in U+0172, U+01EA, U+01EB
  * Sans: added anchors to U+0104, U+0105
  * Sans: added U+1F600, U+1F611, U+1F615, U+1F617, U+1F619,
    U+1F61B, U+1F61F, U+1F626-U+1F627, U+1F62E-U+1F62F, U+1F634
  * Sans: replaced U+27A1 with mirror image of U+2B05 for consistency
  * Sans: copied hints from U+14A3, U+14A7 to U+2142-U+2143
  * Sans: added Lisu block
  * Sans: typographical improvements to U+0166-U+0167, U+02A6, U+02AA
  * Sans: slightly change hinting of "/2"/ to fix bug 37395
  * Sans: fixed U+1444 which had wrong top dot that shouldn't be there
  * Sans: added anchors for diacritics to U+01B7, U+01B8, U+01B9, U+0292
  * Sans: added U+01B7, U+01B8 to context for case diacritics above
  * SansMono: fixed U+0574
  * SansMono: added U+2016, U+27C2
  * SansMono: added U+02CE, U+02CF
  * SansMono: added U+2148, U+27E6-U+27E7, U+2B05-U+2B0D, U+1D55A
  * Serif: added U+02BA, U+02C2-U+02C5, U+02CA-U+02CB, U+02D7, U+02F3,
    U+02F7, U+046C-U+046D, U+0476-U+0477, U+1D7C-U+1D7F, U+20B8, U+2132,
    U+214E, U+2C7B to Serif
  * Serif: typographic improvements to U+0194, U+01B1, U+0263, U+028A,
    U+02A6, U+02A8, U+02AA, U+02E0, U+03DC, U+1D3B, U+1D7B
  * Serif: added small cap versions of q, x (in italic styles), delta,
    theta, xi, sigma, phi, omega, not wired in yet
  * Serif: added anchors to U+0234-U+0236
  * Serif: added U+02EC, U+02EF, U+02F0, U+0360
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
- amend spec file to reflect new font packaging scheme
  (see openFATE#313536);
- call spec-cleaner
- license update: SUSE-Permissive
  Use this SPDX proprietary extension tag until upstream SPDX adopts a
  permissive category
- Renamed dejavu -> dejavu-fonts according to
  openSUSE packaging guidelines and FATE#313035
  Adjusted Obsoletes and Provides accordingly
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- update to version 2.33
  * added Old Italic block to Sans
  * added U+051E, U+051F to Sans
  * added U+01BA, U+0372-U+0373, U+0376-U+0377, U+03CF, U+1D00-U+1D01,
    U+1D03-U+1D07, U+1D0A-U+1D13, U+1D15, U+1D18-U+1D1C, U+1D20-U+1D2B,
    U+1D2F, U+1D3D, U+1D5C-U+1D61, U+1D66-U+1D6B, U+1DB8, U+1E9C-U+1E9D,
    U+1EFA-U+1EFB, U+2C60-U+2C61, U+2C63, U+A726-U+A73C, U+A73E-U+A73F,
    U+A746-U+A747, U+A74A-U+A74B, U+A74E+U+A74F, U+A768-U+A769,
    U+A77B-U+A77C, U+A780-U+A787, U+A790-U+A791, U+A7FA-U+A7FF to Serif
  * added alternate forms to U+014A and U+01B7 in Serif
  * typographical improvements to U+0166-U+0167, U+0197, U+01B5-U+01B6,
    U+01BB, U+0222-U+0223, U+023D, U+0250-U+0252, U+026E, U+0274, U+028F,
    U+029F, U+02A3-U+02A5, U+02AB, U+03FE-U+03FF, U+1D02, U+1D14,
    U+1D1D-U+1D1F, U+1D3B, U+1D43-U+1D46, U+1D59, U+1D9B, U+2C71, U+2C73 in Serif
  * fixed bugs #31762 and #34700 plus other small fixes
    (wrong direction, duplicate points, etc.) for Sans and Serif
  * added U+204B to Mono
  * added U+26E2 to Sans
  * added Playing Cards block (U+1F0A0-U+1F0DF) to Sans
  * emoticons in Sans: replace U+2639-U+263B with better versions,
    add U+1F601-U+1F610, U+1F612-U+1F614, U+1F616, U+1F618,
    U+1F61A, U+1F61C-U+1F61E, U+1F620-U+1F624, U+1F625,
    U+1F628-U+1F62B, U+1F62D, U+1F630-U+1F633, U+1F635-U+1F640
  * added U+A78E, U+A790-U+A791 to Sans and Mono
  * added U+A7FA to Sans
  * subscripts: added U+2095-U+209C to Sans, Serif and Mono,
    adjusted U+1D49-U+1D4A in Sans and Mono
  * added U+0243 to Mono
  * adjusted U+0307 to match dot of i, replaced dotaccent U+02D9 with
    U+0307 in most dependencies in Sans
  * adjusted anchors of f and added them to long s in Sans
  * added anchors to precomposed dependencies of D and d
  * added debug glyphs U+F002 and U+F003 which will show current point size
  * use correct version for Serbian italic be
  * added pictograms U+1F42D-U+1F42E, U+1F431, U+1F435
  * improved Hebrew in Sans
  * improved Armenian in Sans, and added Armenian in Serif and Mono
  * remove "/locl"/ feature for Romanian for S/T/s/t with cedilla/comma accent
  * replace wrong "/dflt"/ script tag in Mono with "/DFLT"/
- updated to version 2.32:
  * added to Sans: Latin small letter p with stroke (U+1D7D),
  Latin capital letter p with stroke through descender (U+A750),
  Latin small letter p with stroke through descender (U+A751),
  Latin capital letter thorn with stroke (U+A764),
  Latin small letter thorn with stroke (U+A765),
  Latin capital letter thorn with stroke through descender (U+A766),
  Latin small letter thorn with stroke through descender (U+A767),
  Latin capital letter q with stroke through descender (U+A756),
  Latin small letter q with stroke through descender (U+A757),
  Latin capital letter p with flourish (U+A752),
  Latin small letter p with flourish (U+A753)
  * add new Indian rupee symbol (U+20B9) to Sans, Serif and Mono
  * Sans: adjusted U+0E3F, U+20AB, U+20AD-U+20AE, U+20B1, U+20B5, U+20B8
  to have them take up the same width as digits
  * added U+23E8 to Sans
  * fixed numerous bugs (#22579, #28189, #28977, N'Ko in Windows, fixed U+FB4F,
  anchors for U+0332-U+0333, made extensions in Misc. Technical connect,
  and other small fixes)
  * added looptail g as stylistic variant to Serif
  * added the remaining precomposed characters in Latin Extended Additional
  in Serif
  * added Georgian Mkhedruli (U+10D0-U+10FC) to Sans ExtraLight
  * fix spacing in hinting of U+042E in Mono
  * replaced U+2650 and minor changes to U+2640-U+2642, U+2699,
  U+26A2-U+26A5, U+26B2-U+26B5, U+26B8 in Sans
  * added U+1E9C-U+1E9D, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2150-U+2152,
  U+2189, U+26C0-U+26C3, U+A722-U+A725, U+1F030-U+1F093 to Sans
  * added U+1E9C-U+1E9E, U+1EFA-U+1EFB, U+2028-U+2029, U+20B8, U+2181-U+2182,
  U+2185 U+A722-U+A725, to Sans ExtraLight
  * added U+20B8, U+22A2-U+22A5, U+A722-U+A725 to Mono
  * added U+02CD, U+01BF, U+01F7, U+0222-U+0223, U+0243-U+0244, U+0246-U+024F,
  U+2150-U+2152, U+2189, U+239B-U+23AD and U+A73D to Serif
- updated to version 2.31:
  * Fixed bug where Serif Condensed Italic wouldn't get proper subfamily tags
  * Added math operators U+2234-U+2237 to Mono
  * Removed buggy instructions of U+032D
  * added U+2C70, U+2C7E, U+2C7F to Sans and Sans Mono
  * added U+2C7D to Sans Mono
  * added U+2C6D, U+2C70-2C73, U+2C7E-2C7F to Serif
  * added extremas to alpha U+03B1 in Serif-Italic
  * added U+4A4, U+4A5 to Mono
  * added Arabic letters U+0657, U+0670, U+0688-U+0690, U+0693-U+0694,
  U+0696-U+0697, U+0699-U+06A0, U+06A2-U+06A3, U+06A5, U+06A7-U+06A8,
  U+06AA-U+06AE, U+06B0-U+06B4, U+06B6-U+06B9, U+06BB-U+06BE and their
  contextual forms to Sans
  * added U+A78D LATIN CAPITAL LETTER TURNED H for coming Unicode 6.0
- removed unnecessary buildrequires for too old distros
- updated to version 2.30:
  * added U+0462-U+0463 to Mono
  * corrected U+1E53 in Serif
  * added U+1E4C-U+1E4D to Mono and Serif
  * added U+1E78-U+1E79 to Mono
  * fixed missing diacritics in Latin Extended Additional in Sans ExtraLight
  * fixed anchors on U+1E78 in Serif
  * added U+1DC4-U+1DC9 to Serif
  * renamed above-mark to above-mark in Serif-Italic
  * added U+1DC4-U+1DC9 to context class for dotless substitution
  * changed Doubleacute to Doublegrave in Sans ExtraLight
  * removed redundant reference in U+01FB in Sans Oblique
  * added U+A726-U+A727 to Mono
  * changed U+04BE and U+04BF according to recommedations of Sasha Ankwab in Sans
  * remove "/Symbol Charset"/ from set of codepages in Sans
- updated to version 2.29:
  * modified U+10FB in Sans to be a mirror image of U+2056
  * added U+2B1F, U+2B24, U+2B53, U+2B54 in Sans
  * fixed TUR opentype language tag to TRK in Serif (bug 19825)
  * early implementation of Abkhaz letter U+0524-U+0525 in Sans
  * flipped U+1D538 in Sans
  * added U+26B3-U+26B8, U+1D7D8-U+1D7E1 in Sans
  * corrected U+1D7A9 in Sans Bold Oblique
  * Fixed U+0649 to be dual-joining in Sans Mono
  * Remove unnecessary 'isol' feature from Sans Mono
  * Remove 'cmap' mappings for U+066E, U+066F, U+067C, U+067D, U+0681,
  U+0682, U+0685, U+0692, U+06A1, U+06B5, U+06BA, U+06C6, U+06CE,
  and U+06D5 in Sans Mono (bug 20323)
  * add half brackets (U+2E22 - U+2E25, by Steve Tinney)
deltarpm
- Make python2 and python3 conditional to ensure we can build with
  python3 only
- Correct provides/obsoletes for python2 subpackage
- Build python3 bindings as well
- Rename python2 subpackage to name consistent with current python
  packaging
- Drop patch.sles8 - there does not seem to be any reason for it
- update to version 3.6.1
  - remove upstreamed patch deltarpm-zlibcppflags.diff
  - fix off-by-one error in delta generation code (bnc#948504)
    This could lead to a segfault in rare circumstances.
  - Return error rather than crashing if we can't allocate memory
  - add newline in missing prelink error
  - do not finish applydeltarpm jobs when in the middle of a request
  - fix zlibcppflags typo
- update to deltarpm-3.6
  * fixes failing applydeltarpm with gzip -9 compression
  * adds a couple of manpages
- Package binary Python module, python-deltarpm isn't noarch any more
- Run spec-cleaner
- Add python-deltarpm subpackage
- cross-build fix: use %__cc macro
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build
- update to current git to get support for the '-m' option,
  which limits memory consumption
- adapt to rpm-4.7 lzma level change
- update to version 3.5
- no changes, just patch integration
desktop-data-SLE
- Remove very old obsoletes/provides.
- Kill %%post code for migrating from KDE3.
- Remove calls to icon_theme_cache macros, this is handled by
  file-triggers now.
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Version update for SLE15.
- Update desktop-data-SLE.spec: Correct a path error on removing
  curvy2.png to accomplish FATE#320506 completely(bsc#1058231).
- Disable "/Novell"/ branding in wallpaper, FATE# 320506 Disable
  "/Novell"/ branding in wallpaper
- Upgrade package from upstream sources
  (commit 78d352e589c4867e4c66e6e48f31b86de861db9f).
  * Add package_edutainment.png icon which is used by
  Yast's software management module as Education package group icon
  (bnc#953027)
  * Remove package-manager.desktop, yast2-packager now provides
  yast2-packager.desktop which handles rpm files again
- Remove the update_rpm script and replace it with a proper
  obs source service (disabled by default). Use xz compression
  instead of bz2.
- Update the spec file accordingly.
- Initial package for SLE, based on openSUSE version.
- remove supplements and move it to the patterns. Supplements
  are rather intransparent
- bump version to 13.1
- Fix Audio players show up in Video Player submenun (bnc#788628)
- Fix application menu schema warning from kbuildsycoca (bnc#789456)
- Update for changes to XDG menu spec (bnc#443364):
  * Edutainment is now two top level menus, Education and Science
  * All additional categories allowed for Education are now
    permitted for Science
  * Monitor additional category is permitted for System and Network
  * Spirituality, Maps, Feed, NetworkService, Shooter additional
    categories were added
- bump version to 12.3
- bump version to 12.2
- desktop-data is fine with any wallpaper branding for 12.1
- Add back Hidden.directory and a mention of it in
  applications.menu to help KDE 3 (bnc#686786).
- Drop hidden-fix.diff: the updated fix is now in git.
- Remove update-alternatives Requires(post)/Requires(postun) since
  we don't use this anymore (moved to wallpaper-branding-openSUSE).
- Drop the bits related to creating the XML file used by GNOME for
  the default wallpaper, including the alternatives handling. This
  all moves to branding-openSUSE now.
- wallpaper moved out of here, so require it
- Update openSUSE-default-static.xml to reference the new filename
  for default wallpapers.
- use drops for 12.1 beta
- bump version to 12.1
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Added package-manager-icon of sizes 64x64, 128x128, 256x256
  and scalable svg (bnc#713902)
- Add post and postun macros to update hicolor icon-theme cache
- Add patch to fix the category of package-manager.desktop file
- Bumped release number
- Added patch to fix hidden entries (bnc#686786)
- Rename openSUSE-default.xml to openSUSE-default-static.xml: we'll
  use openSUSE-default.xml as a symlink to either this static
  version or a dynamic version elsewhere.
- Use update-alternatives to create openSUSE-default.xml in this
  package, pointing to openSUSE-default-static.xml.
- Do not repackage openSUSE-default.xml and
  openSUSE-default-static.xml in extra subpackage.
- Call %suse_update_desktop_file on package-manager.desktop.
- Move package-manager.desktop here from libzypp (bnc#329635)
- Add default 11.4 wallpaper.
- Improve summary and description.
- Untar the source file in %prep instead of %install.
- Add openSUSE-default.xml to define the GNOME background: this
  will make sure we only display the background once, even if it's
  available in different sizes. We add some checks to make sure the
  content of this file is always correct.
- Add desktop-data-openSUSE.xml.in and use it to generate
  desktop-data-openSUSE.xml instead of doing it while listing all
  available wallpapers: with openSUSE-default.xml, we don't have to
  explicitly list all default wallpapers.
- Move generation of GNOME-related xml files to %build instead of
  %install.
- Move generation of GNOME-related xml files to %build instead of
  %install.
- Use fdupes.
- do not install the package on non-x11 installs
- bump version requires to 11.4
- Move package-manager icons from libzypp (bnc#329635)
- Do not reference Hidden.directory for the GNOME settings menu,
  but instead use suse-settings.directory that we already ship.
- Remove DMZ cursor themes from package, and instead add Requires
  for dmz-icon-theme-cursors (bnc#589293).
- new wallpaper JPGs were actually PNGs (bnc#613466)
- new version
- move old wallpapers to gos-wallpapers
- fixing bnc #525248 by simply replacing some icons
- update default wallpaper for 11.3
- use xdg-user-dir locations (bnc#540574)
- Remove hostname lookup on login (bnc#400004)
- Add default wallpaper for 11.2, and make old 11.1 wallpaper
  visible in extra subpackage.
- fix last commit to use inline_limit
- use inline by default for menus (bnc#529057)
- introduce Utilities/Accessibility menu category
- add Edutainment/Geography menu category
- remove it also from file list
- remove /opt/kde3
dhcp
- Oops, when upgrading to 4.3.6-P1 in 2018 only isc_version was
  bumped, but not the RPM package version.
- CVE-2021-25217, bsc#1186382, dhcp-CVE-2021-25217.patch: A buffer
  overrun in lease file parsing code can be used to exploit a
  common vulnerability shared by dhcpd and dhclient.
- bsc#1185157:
  Use /run instead of /var/run for PIDFile in dhcrelay.service.
- bsc#1134078, CVE-2019-6470, dhcp-CVE-2019-6470.patch:
  DHCPv6 server crashes regularly.
- Add compile option --enable-secs-byteorder to avoid duplicate
  lease warnings [bsc#1089524].
- bsc#1136572: Use IPv6 when called as dhclient6, dhcpd6, and
  dhcrelay6 (0021-dhcp-ip-family-symlinks.patch).
- Update to dhcp-4.3.6-P1:
  * CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd.
  * CVE-2018-5732, bsc#1083302: buffer overflow bug in dhclient.
  * Plugged a socket descriptor leak in OMAPI
  * The server now allows the client identifier (option 61) to own
    leases in more than one subnet concurrently [ISC-Bugs #41358].
  * When replying to a DHCPINFORM, the server will now include
    options specified at the pool scope, provided the ciaddr field
    of the DHCPINFORM is populated.
    [ISC-Bugs #43219] [ISC-Bugs #45051].
  * When memory allocation fails in a repeated way the process
    writes "/Run out of memory."/ on the standard error and exists
    with status 1  [ISC-Bugs #32744].
  * The new lmdb (Lightning Memory DataBase) bind9 configure
    option is now disabled by default to avoid the presence of
    this library to be detected which can lead to a link failure.
    [ISC-Bugs #45069]
  * The linux interface discovery code has been modified to use
    getifaddrs() as is done for BSD and OS-X.
    [ISC-Bugs #28761] and others.
  * Fixed a bug in OMAPI that causes omshell to crash when a
    name-value pair with a zero length value is shipped in an
    object [ISC-Bugs #29108].
  * On 64-bit platforms, dhclient now generates the correct value
    for the script environment variable, "/expiry"/, the lease
    expiry value exceeds 0x7FFFFFFF [ISC-Bugs #43326].
  * Common timer logic was modified to cap the maximum timeout
    values at 0x7FFFFFFF - 1 [ISC-Bugs #28038].
  * DHCP6 FQDN option unpacking code now correctly handles values
    that contain spaces, special, or non-printable characters.
    [ISC-Bugs #43592]
  * When running in -6 mode, dhclient can enforce the require
    option statement and will discard offered leases that do not
    contain all the required options specified in the client
    configuration [ISC-Bugs #41473].
  * Altered DHCPv4 lease time calculation to avoid roll over
    errors on 64-bit OS systems when using -1 or large values
    for default-lease-time [ISC-Bugs #41976],
  * Added --dad-wait-time parameter to dhclient [ISC-Bugs #36169].
  * The server nows checks both the address and length of a
    prefix delegation when attempting to match it to a prefix
    pool [ISC-Bugs #35378].
  * Modified DDNS support initialization such that DNS related
    ports will only be opened by the server (dhcpd) at startup
    if ddns-update-style is not "/none"/; by dhclient only if and
    when the it first attempts an update; and never by dhcrelay.
    [ISC-Bugs #45290] [ISC-Bugs #33377]
  * Added error logging to two memory allocation failure checks.
    [ISC-Bugs #41185]
  * Corrected a dhclient -6 issue that caused the client to crash
    with an "/Impossible condition"/ error after de-preferencing its
    only IA binding [ISC-Bugs #44373].
  * By defining CALL_SCRIPT_ON_ONETRY_FAIL in includes/site.h,
    dhclient will now call the script with reason set to FAIL when
    run with -1 (one try) and there are no server responses.
    [ISC-bugs #18183]
  * The server now detects failover peers that are not referenced
    in at least one pool when run with the command line option for
    test mode, -T [ISC-Bugs #29892].
  * Linux script updated [ISC-bugs #19430] [ISC-bugs #18111].
  * Changed severity of the log message indicating UDP checksum
    errors in the received packets from 'info' to 'debug'.
    [ISC-bugs #41757]
  * Corrected a bug which could cause the server to sporadically
    crash while loading lease files with the lease-id-format is
    set to "/hex"/ [ISC-Bugs #43185].
- Obsoleted patches:
  * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch
  * 0019-dhcp-4.2.4-P1-interval.patch
  * 0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch
  * 0022-Optimized-if-and-when-DNS-client-context-and-ports.patch
- Optimized if and when DNS client context and ports
  are initted (bsc#1073935)
  [+0022-Optimized-if-and-when-DNS-client-context-and-ports.patch]
- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144)
  [ +0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]
- add PIDFile= setting to dhcrelay.service, without this systemd
  stops the service immediately after starting
- Drop old sysvinit support from the spec file. All the supported
  openSUSE distributions are systemd based so there isn't much point
  in keeping sysvinit support and files around.
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Replace net-tools Requires in dhcp-client with hostname on
  suse_version >= 1330 (CODE15): net-tools does no longer provide
  any tool referenced by dhclient-script, but we require hostname
  (which is also a dependency to net-tools, thus hiding the issue).
- use .gz year instead of current one to make build reproducible
- fixed a typo in nis-servers option name breaking the config file introduced
  in previous change to workaround issues in NetworkManager parser.
- Update to dhcp-4.3.5
  - Corrected a bug which could cause the server to sporadically crash while
    loading lease files with the lease-id-format is set to "/hex"/.  Our thanks
    to Jay Ford, University of Iowa for reporting the issue.
    [ISC-Bugs #43185]
  - Eliminated a noisy, but otherwise harmless debug log statment that may
    appear during server startup when building with --enable-binary-leases
    and configuring multiple pools in a shared network.  Thanks to Fernando
    Soto from BlueCat Networks for reporting the issue and supplying a patch.
    [ISC-Bugs #43262]
  - Fixed util/bindvar.sh error handling.
    [ISC-Bugs #41973]
  - Correct error message in relay to use remote id length instead
    of circuit id length.
    [ISC-Bugs #42556]
  - Add logic to test directory Makefiles to avoid copying Attfile(s)
    when building within the source tree.  This eliminates a noisy but
    otherwise harmless error message when running "/make check"/.
    [ISC-Bugs #41883]
  - Leases are now scrubbed of certain prior use information when pool
    re-balancing reassigns them from one FO peer to the other.  This
    corrects an issue where leases that were offered but not used
    by the client retained the client hostname from the original
    client. Thanks to Pavel Polacek, Jan Evangelista Purkyne University
    for reporting the issue.
    [ISC-Bugs #42008]
  - In the LDAP code and schema add some missing '6' characters to use
    the v6 instead of the v4 versions.  Thanks to Denis Taranushin for
    reporting this issue and supplying its patch.
    [ISC-Bugs #42666]
  - Correct how the pick-first-value expression is written to a lease
    file.  Previously it was written as a concat expression due to
    a cut and paste error.
    [ISC-Bugs #42253]
  - Modify the DDNS code to clean up the PTR record even if there
    are issues while cleaning up the A or AAAA records.
    [ISC-Bugs #23954]
  - Added global configuration parameter, abandon-lease-time, which determines
    the amount of time a lease remains abandoned.  The default is 84600 seconds.
    Additionaly, the server now conducts a ping check (if ping checks are
    enabled) prior to offering an abandoned lease to client.  Our thanks to
    David Zych at University of Illinois for reporting the issue and working
    with us to produce a viable solution.
    [ISC-Bugs #41815]
  - Correct handling of interface names during interface discovery. This
    addresses an issue where interface names of 15 characters in length
    could lead to crashes or interface recognition errors during startup
    of dhcpd, dhclient, and dhcrelay.
    [ISC-Bugs #42226]
  - Updates to contrib/dhcp-lease-list.pl to make it more friendly.
    The updates are: looking for the lease file in more places and skipping
    the "/processing complete"/ output when creating machine readable
    output.  Thanks to Cameron Paine (cbp at null dot net) for the
    patch.
    [ISC-Bugs #42113]
  - When reusing a lease for dhcp-cache-threshold return the hostname
    to the original lease.  Also if the host pointer, UID or hardware address
    change don't allow reuse of the lease.
    Thanks to Michael Vincent for reporting this and helping us
    verify the problem and fix.
    [ISC-Bugs #42849]
  - Change dmalloc to use a size_t as the length argument to bring it
    in line with the call it will make to malloc().
    [ISC-Bugs #40843]
  - If the failover socket can't be bound, close it.  Otherwise if the
    user configures an incorrect address in the failover stanza the
    server will continue to open new sockets every 90 seconds until
    it runs out.
    [ISC-Bugs #42452]
  - Add DHCPv4-mode, dhcrelay command line options, "/-iu"/ and "/-id"/, that
    allow interfaces to be upstream or downstream respectively.  Upstream
    interfaces will accept and forward only BOOTP replies, while downstream
    interfaces will accept and forward only BOOTP requests.
    [ISC-Bugs #41547]
  - Clean up some memory references in the vendor-class construct.
    [ISC-Bugs #42984]
    [*0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch,
  * 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch,
  * 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch,
  * 0016-infiniband-support.patch,
  * 0017-server-no-success-report-before-send.919959.patch]
- Set all requested dhcp options on a single line, so they are
  actually requested (boo#1046969, boo#1047004).
- Relax permission of dhclient-script for libguestfs(bsc#987170)
- Require insserv only if needed
- Fix requires of client subpackage
- Add config file for registering dhcp server in slp (bsc#992072)
- Use /usr/sbin/arping instead of /sbin/arping in the dhcp scripts.
  /sbin/arping is a symlink to /usr/sbin/arping in order to ease the
  transition for the /usr merge. Newest releases of iputils may only
  install utilities in /usr/* so this dependency will no longer be valid.
  Moreover, we replace the '/sbin/arping' dependency with 'iputils'.
- Update to dhcp-4.3.3-P1 correcting bounds checking when
  receiving a packet (bsc#961305,CVE-2015-8605,ISC-Bugs#41267).
- adjusted interval check.
  [*0019-dhcp-4.2.4-P1-interval.patch]
- Fixed improper lease duration checking. Also added fixes for integer
  overflows in the date and time handling code(bsc#936923, bsc#880984).
  [+0020-dhcp-4.x.x-fixed-improper-lease-duration-checking.patch]
- fixed service files to start dhcpd after slapd (bsc#956159)
- dhclient-script: complain in the log about conflicts, added
  a see log messages to the dhclient log message (bsc#960506)
  [* 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]
- Applied a patch by Jiri Popelka catching dhcp server aborts with
  "/Unable to set up timer: out of range"/ on very long or infinite
  timer intervals / lease lifetimes (bsc#947780)
  [+ 0019-dhcp-4.2.4-P1-interval.patch]
- Corrected patch references in and a missed (bsc#919959) patch
  description in previous changelog entry.
- Update to dhcp-4.3.3 (fate#319067) provinding many bug fixes,
  features and obsoletes several patches we were using before.
  For complete changelog, please read the RELNOTES file shipped
  along with this package or online at:
  https://kb.isc.org/article/AA-01297/82/DHCP-4.3.3-Release-Notes.html
- Replaced hostname patch with a dhcpv6 and fqdn aware variant:
  [- 0006-dhcp-4.2.5-dhclient-send-hostname-rml.patch,
  + 0006-dhcp-4.3.2-dhclient-send-hostname-or-fqdn.patch]
- Removed obsolete patches included upstream now:
  [- 0007-dhcp-4.2.6-ldap-mt01.patch,
  - 0009-dhcp-4.2.6-xen-checksum.patch,
  - 0013-dhcp-4.2.3-P1-dhclient-log-pid.patch,
  - 0015-Ignore-SIGPIPE-to-not-die-in-socket-code.patch,
  - 0016-server-log-DHCPv6-addresses-assigned-to-clients.patch,
  - 0019-dhcp-4.2.x-ldap-debug-write.bnc835818.patch,
  - 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch,
  - 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch,
  - 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch,
  - 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch,
  - 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch]
- Adjusted patch numbers in the spec file:
  [- 0008-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch,
  - 0010-dhcp-4.2.2-dhclient-option-checks.patch,
  - 0011-dhcp-4.2.6-close-on-exec.patch,
  - 0012-dhcp-4.2.2-quiet-dhclient.patch,
  - 0014-Fixed-linux-interface-discovery-using-getifaddrs.patch,
  - 0020-dhcp-4.2.x-chown-server-leases.bnc868253.patch,
  - 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch,
  + 0007-dhcp-4.1.1-P1-lpf-bind-msg-fix.patch,
  + 0008-dhcp-4.2.2-dhclient-option-checks.patch,
  + 0009-dhcp-4.2.6-close-on-exec.patch,
  + 0010-dhcp-4.2.2-quiet-dhclient.patch,
  + 0011-Fixed-linux-interface-discovery-using-getifaddrs.patch,
  + 0012-dhcp-4.2.x-chown-server-leases.bnc868253.patch,
  + 0013-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch]
- Fixed to not pass DHCPv6 address lifetimes a positive (unsigned
  32bit) integers to scripts and properly format timestamps as long
  to not break them on 64bit architectures (bsc#926159).
  [+ 0014-dhclient6-unsigned-lifetimes-for-script-bsc-926159.patch]
- dhclient: expose next-server DHCPv4 option to script (bsc#928390)
  [+ 0015-Expose-next-server-DHCPv4-option-to-dhclient-script.patch]
- Replaced infiniband support patch with fixed variant (bsc#910984):
  [- 0017-dhcp-4.2.6-lpf-ip-over-ib-support.patch,
  - 0018-dhcp-4.2.6-improved-xid.patch,
  - 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch,
  + 0016-infiniband-support.patch]
- Moved dhcp-devel package include files and static libraries
  to /usr/include/dhcp and /usr/lib/dhcp subdirectories.
  DHCP requires a specific bind library version and conflicts
  with the files shipped by bind-devel package, which is not
  source and binary compatible (bsc#910686).
- Corrected changes to provide complete patch file references.
- Fixed server to not report success before send (bsc#919959)
  [+ 0017-server-no-success-report-before-send.919959.patch]
- Fixed dhclient to check pre-init results reported by dhclient-script
  and fail if pre-init fails for a requested interface (bsc#912098).
  [+ 0018-client-fail-on-script-pre-init-error-bsc-912098.patch]
- do not check scripts not in the src.rpm
- Applied fix by Jiri Slaby to not crash in interface discovery
  when the interface address is NULL, which has been introduced
  by the infiniband support patch (bsc#909189,bsc#870535).
  [+ 0027-dhcp-4.2.x-handle-ifa_addr-NULL.909189.patch]
- fix bashisms in dhcprelay script
- Applied contrib/ldap/dhcpd-conf-to-ldap patch by Ales Novak to
  reorder config to add all global options or option declarations
  to the dhcpService object instead to create new service object
  (bsc#886094,ISC-Bugs#37876).
  [+ 0022-dhcp-4.2.x-contrib-conf-to-ldap-reorder.886094.patch]
- Applied an upstream patch by Thomas Markwalder adding missed
  mapping of SHA TSIG algorithm names to their constants to enable
  hmac-sha1, hmac_sha224, hmac_sha256, hmac_sha384 and hmac_sha512
  authenticated dynamic DNS updates (bsc#890731, ISC-Bugs#36947).
  [+ 0023-dhcp-4.2.x-ddns-tsig-hmac-sha-support.890731.patch]
- Decline IPv6 addresses on Duplicate Address Detection failure
  and stop client message exchanges on reached MRD rather than
  at some point after it. Applied fedora patches by Jiri Popelka
  and added DAD reporting via exit 3 to the dhclient-script and
  a fix to use correct address variables in the DEPREF6 action
  (bsc#872609,ISC-Bugs#26735,ISC-Bugs#21238).
  [+ 0024-dhcp-4.2.x-dhcpv6-decline-on-DAD-failure.872609.patch,
  + 0025-dhcp-4.2.x-dhcpv6-retransmission-until-MRD.872609.patch]
- Applied backport patch by William Preston avoiding to bind ddns
  socket in the server when ddns-update-style is none (bsc#891655).
  [+ 0026-dhcp-4.2.x-disable-unused-ddns-port-in-server.891655.patch]
- Applied patch for the contrib/ldap/dhcpd-conf-to-ldap script
  fixing subclass statement handling (bnc#878846,[ISC-Bugs #36409])
  [+ 0021-dhcp-4.2.4-P2-bnc878846-conf-to-ldap.patch]
- Updated licence statement and FSF address in our scripts.
- Added missed service_add_pre macro calls for dhcrelay services
- No longer perform gpg validation; osc source_validator does it
  implicit:
  + Drop gpg-offline BuildRequires.
  + No longer execute gpg_verify.
dialog
- Update to version 1.3-20171209
  + update ftp url in test-packages.
  + modify test-packages to use recommended compiler/linker flags.
  + improved configure macros AM_WITH_NLS, CF_CC_ENV_FLAGS,
    CF_CURSES_LIBS, CF_NCURSES_CONFIG, CF_SHARED_OPTS, CF_WITH_LIBTOOL,
    CF__INTL_BODY.
  + update config.guess, config.sub
- Add patch textbox-file_size.patch to fix bug bsc#1094836
- Update to version 1.3-20170509:
  * improved configure macros CF_ADD_CFLAGS, CF_CC_ENV_FLAGS, and
  CF_SHARED_OPTS.
  * updated hu.po and tr.po from
  http://translationproject.org/latest/dialog/
  * update config.guess, config.sub
- Update to version 1.3-20170131
  * use DLG_TRACE macro consistently to make "/--disable-trace"/ configure
  option work.
  * modify buildlist widget to support option "/--reorder"/ for to allow
    user to reorder the data based on the sequence of selections
    (discussion with Paraic O'Ceallaigh).
  * fill background color on unused parts of buildlist.
  * fix a minor error in buildlist which let pageup switch columns.
  * change several calls to dlg_trace_msg to prefix with "/#"/ to make
    the trace logs more consistent for parsing.
  * add samples/run_test.sh
  * further improve performance with very long command-lines by changes
    to howmany_tags().
  * modify dlg_string_to_argv() to convert escaped double-quotes to
    plain double-quotes when within a double-quoted string.
  * modify makefile to apply CFLAGS to linking
  * modify dlg_string_to_argv() to ignore escaped newlines except when
    quoted, fixing a problem with samples/checklist9.
  * interpret $DIALOGOPTS before expanding "/--file"/, etc., to allow
    the environment variable to turn on tracing in that process.
  * improve performance when processing very long command lines, e.g.,
    using "/--file"/ by changing dialog_opts[] to an array of pointers to
    the expanded argv[] (discussion with Lars Tauber).
  * modified autoconf macros
    + CF_CC_ENV_FLAGS amend the last change to move only the
    preprocessor, optimization and warning flags to CPPFLAGS and
    CFLAGS, leaving the residue in CC.  That happens to work for gcc's
    various "/model"/ options, but may require tuning for other compilers
    + CF_LARGEFILE workaround for clang exit-code vs warnings
    + CF_MATH_LIB quiet strict gcc warning
    + CF_WITH_LIBTOOL fix a few places in configure/build scripts where
    DESTDIR and rpath were combined
    + CF_XOPEN_SOURCE add "/uclinux"/ to list of Linux's
  * update config.guess, config.sub
- Update to 1.3-20160209
  * modify editbox widget to add a trailing newline if the text
    has none to ensure the last line is not ignored (report by
    Florent Rougon).
  * change mouse initialization to look for button-presses rather
    than button-clicks, for better response.
  * modify dump_curses_key() to show mouse-coding in readable form.
  * correct mapping of mouse-clicks on the day-grid in calendar
    widget when "/--week-start"/ is used to set the start of the week
    (report by Stefan Vogtner).
  * integrated changes from Stefan Vogtner:
  * use Gregorian algorithm for leap year
  * use mktime if available; calendar was written just as it became
    standard.
- Changes for version 1.3
  * correct --infobox documentation, which said it shows an OK
    button.
  * fix a couple of place in test-scripts which referred to
    $SIG_TRAP rather than $SIG_QUIT
  * reorganize dialog.3, to use subsections for generating navigation
    pane, using man2html
  * add "/--week-start"/ option for calendar widget (prompted by
    discussion with Stefan Vogtner).
  * add a limit-check in editbox.c to ensure that mouse-clicks
    outside the filled-in text area do not access past the end of
    the array (report by Stefan Vogtner).
  * update configure macros from ncurses changes.
  * update config.guess, config.sub
- Update to 1.2-20150920
  * decrease table value for minimum number of arguments for the
    widgets which use --no-items option
  * update configure macros:
    + use $SHELL consistently, deprecate non-POSIX shell
    + PKG_CONFIG may simply be unset - fix
    + add option to allow changing ABI version, from ncurses6.
  * fixes for two autoconf macros, CF_ADD_INCDIR and
    CF_NCURSES_CONFIG from work on ncurses.
  * build-fix for NetBSD curses
- Fix typo in previous changelog entry
- Add gpg signature
- Update to 1.2-20150513
  + add configure option --with-install-prefix, like ncurses.
  + add --with-screen and related configure options from ncurses-examples
    to allow building with ncurses6 test-packages.
  + update configure macros for improved coding style from lynx changes.
  + updated ro.po from
    http://translationproject.org/latest/dialog/
  + update config.guess, config.sub
  > patches by Florent Rougon:
  + fix two bugs in the "/--file"/ option.
    + When the number of arguments read from the included file is 0, the
    code used to just skip over '--file' and its argument instead of
    removing them from the argument list, causing "/Error:  Unknown
    option --file"/ later on.
    + In the alternative case (at least one argument read from the file),
    the previous code used to do '--j;' in order to "/force rescan"/ of
    the inserted arguments.  However, control then flowed to outer
    blocks where a '++j;' counteracted this measure, causing "/Error:
    Unknown option --msgbox"/ (for instance) later on.
  + modify escaping in argv.c to be more uniform, whether or not the
    backslash is found within a parameter.
- Hack around bug in libtool as it seems to be broken in shell
  function func_lalib_unsafe_p() as this does only work if a
  file descriptor 0 exists.
- Update to version 1.2-20150225
  + modify gauge widget to keep from erasing a second gauge widget, e.g.,
    via the "/--and-widget"/ option.  This is a cosmetic change to match
    behavior of dialog 1.0 (report by Jason Orendorf).
  + add configure option "/--with-man2html"/
  + add configure options for versioned symbols, from ongoing work on
    ncurses.
  + update configure macros, e.g., for shared libraries
- Changes from 1.2- 20150125
  + suppress highlighting of character which denotes an abbreviation or
    shortcut for the OK/Cancel and other buttons for these widgets, which
    use abbreviations for the list shown on the screen:  buildlist,
    checklist/radiobox, menubox, treeview (Debian #775295).
  + add grid up/left and down/right bindings in editbox.c as synonyms for
    field prev and next, respectively when handling the OK/Cancel buttons
    (Debian #775294).
- Update to version 1.2-20140911
  + correct malloc-size for change to prgbox.
- Update to version 1.2-20130928
  + fix a regression in gauge widget from 1.2-20130928 changes;
    dlg_reallocate_gauge() failed when no --title option was given
- Changes from 1.2-20130923
  + fix samples/inputbox6-utf8, which had depended unnecessarily on bash.
  + improve memory caching for wide-character manipulation in gauge
    widget
  + add dlg_reallocate_gauge
  + updated configure macros to use msys changes from ncurses.
  + update config.guess, config.sub
- Changes from 1.2-20130902
  + modify makefile rule to make the "/.png"/ filenames created by groff
    predictable.
  + add option --help-tags to allow scripts to get the item's tag field
    consistently from help- and help-item button results rather than
    getting the item's text for the latter
  + correct manpage discussion of DIALOG_ITEM_HELP versus --item-help,
    as well as --help-button return status
  + correct limit used for --hline option
  + do not print empty "/[]"/ if a --hline option was given with an empty
    value
  + miscellaneous configure script fixes/updates.  In particular, add
    option --with-shared which builds shared libraries without a libtool
    dependency.
  + add FreeBSD port-files for test-builds.
  + update lt.po, add fa.po from
    http://translationproject.org/latest/dialog/
  + update config.guess, config.sub
- Changes from 1.2-20130523
  + modify ifdef in arrows.c to work around packages which use the
    wide-character ncursesw headers with the ncurses library
  + correct workaround for xterm alternate-screen to work with/without
    the fix made in ncurses that makes putp() always write to the
    standard output (Debian #708829).
  + improve limit-checks for checklist, in case the dialog is resized
  + add --last-key option ( Debian #697607).
- Changes from 2013/03/15
  + update zh_TW.po, add an.po from
    http://translationproject.org/latest/dialog/
- Remove dialog-libs.patch; fixed on upstream release
- Require terminfo-base and suggest terminfo to have on many or on
  mostly all terminals valid line graphics (bnc#826171)
- Re-add patch dialog-1.2-20121230.dif: Fix problem with moving
  shadows during terminal resize
- Use a /etc/dialogrc for openSUSE default coloring/shadow defaults
- Re-add Korean language message file
- Update to version 1.2-20121230
  * See included CHANGES file for detailes
- Fix libraries
  * dialog-libs.patch
- license update: LGPL-2.1
  See e.g. editbox.c
- Build with libtool using
- Add devel package
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags
- Disable gpm as it is not used for long time
- Added korean po translation file (bnc#614248)
- Enable parallel build
diffutils
- Add ppc64_disable_failing_test to  disable a sporadically failing
  test for ppc64 and ppc64le builds (boo#1156913)
- Use %license (boo#1082318)
- Update to version 3.6:
  * When one file is a prefix of the other, cmp now appends the
    shorter file's size to the EOF diagnostic.
  * diff's default algorithm has been tweaked to deal better with
    larger files, reversing some of the changes made in
    diffutils-3.4.
- Define packager and bug reporting url
- Update to a pre-release version (3.5.15):
  * remove big-file-performance.patch and gnulib-diffseq.patch
  * comment signature source as the release is not officially signed yet
- gnulib-diffseq.patch, big-file-performance.patch: Avoid performance
  regression on big files (bsc#1004991)
- Diffutils 3.5:
  * diff3 no longer malfunctions due to use-after-free
    [bug introduced in 3.4]
  * diff --color no longer colorizes when TERM=dumb
- Update to version 3.4
  * diff accepts two new options --color and --palette to generate
    and configure colored output.  --color takes an optional
    argument specifying when to colorize a line: --color=always,
  - -color=auto, --color=never.  --palette is used to configure
    which colors are used.
  * many bugfixes
- New -lang subpackage
- Drop no longer needed gnulib-perl522.patch
- Make building more verbose
- Move info page removal to preun
- Cleanup spec file with spec-cleaner
- Update provides/obsoletes
- add gnulib-perl522.patch from gnulib upstream
- build with PIE
dmidecode
1 recommended fix from upstream:
- dmidecode-missing-commas.patch: Two missing commas in data arrays
  cause off-by-one or mangling during index resolution
  (bsc#1174257).
Partial support for SMBIOS 3.4.0:
- dmidecode-add-memory-device-types-from-smbios-3.4.0.patch,
  dmidecode-add-processor-characteristics-bits-from-smbios-3.4.0.patch,
  dmidecode-add-processor-upgrades-from-smbios-3.4.0.patch,
  dmidecode-add-slot-characteristics2-from-smbios-3.4.0.patch,
  dmidecode-add-system-slot-types-from-smbios-3.4.0.patch: Add
  enumerated values from SMBIOS 3.4.0 (bsc#1174257).
  1 presentation fix from upstream:
- dmidecode-skip-details-of-uninstalled-memory-modules.patch:
  Skip details of uninstalled memory modules (bsc#1174257).
Partial support for SMBIOS 3.3.0:
- dmidecode-add-enumerated-values-from-smbios-3.3.0.patch: Add
  enumerated values from SMBIOS 3.3.0 (bsc#1153533 bsc#1158833
  jsc#SLE-10875).
  3 recommended fixes from upstream:
- dmidecode-only-scan-dev-mem-for-entry-point-on-x86.patch: Only
  scan /dev/mem for entry point on x86 (fixes reboot on ARM64).
- dmidecode-fix-formatting-of-tpm-table-output.patch: Fix
  formatting of TPM table output (missing newlines).
- dmidecode-fix-system-slot-information-for-pcie-ssd.patch: Fix
  System Slot Information for PCIe SSD.
- dmidecode-add-logical-non-volatile-device.patch: Add "/Logical
  non-volatile device"/ to the memory device types (bsc#1120149).
- Use %doc directly on files instead of installing them explicitly.
- Don't overwrite the path of license (boo#1121851).
- dmidecode-fix-redfish-hostname-print-length.patch: Fix Redfish
  Hostname print length (bsc#1112755).
- Update to upstream version 3.2 (FATE#326044):
  * [COMPATIBILITY] The UUID is now displayed using lowercase
    letters, per RFC 4122 (#53569). You must ensure that any code
    parsing it is case-insensitive.
  * Support for SMBIOS 3.2.0. This includes new processor names,
    new socket and port connector types, new system slot state and
    property, and support for non-volatile memory (NVDIMM).
  * Support for Redfish management controllers.
  * A new command line option to query a specific structure by its
    handle.
  * A new command line option to query the system family string.
  * Support for 3 ThinkPad-specific structures (patch #9642).
  * Support for HPE's new company name.
  * Support UEFI on FreeBSD.
  * Important bug fixes:
    Fix firmware version of TPM device
    Fix the HPE UEFI feature flag check
  * (biosdecode) A new command line option to fully decode PIR
    information (support request #109339).
  * Obsoletes dmioem-reflect-hpe-new-company-name.patch,
    dmidecode-fix-tpm-device-firmware-version.patch, and
    dmioem-fix-hpe-type-219-uefi-flag.patch.
  * CHANGELOG is gone, package more compact NEWS file instead.
- Reenable signature checking.
- Use %license for LICENSE file.
- dmioem-reflect-hpe-new-company-name.patch: Reflect HPE's new
  company name.
- dmidecode-fix-tpm-device-firmware-version.patch: Fix firmware
  version of TPM device.
- dmioem-fix-hpe-type-219-uefi-flag.patch: Fix the reporting of
  HP/HPE UEFI feature.
- Add missing bug numbers and FATE references in changes file
  (bsc#1041670).
- Update to upstream version 3.1:
  * Support for SMBIOS 3.1.0 and 3.1.1. This includes new chassis
    types, new processor family names, new processor family upgrade
    names, and new slot types, as well as support of larger BIOS
    ROM sizes and cache sizes, and a new structure type (43, TPM
    Device.)
  * A new command line option to query OEM strings.
  * All error messages are now printed on stderr (#47274, #48158.)
  * Fixes a crash with SIGBUS (#46066.)
  * Various minor fixes, improvements and cleanups.
  * Obsoletes dmidecode-01-add-no-sysfs-option-description-to-h-output.patch,
    dmidecode-02-fix-no-smbios-nor-dmi-entry-point-found-on-smbios3.patch,
    dmidecode-03-let-read_file-return-the-actual-data-size.patch,
    dmidecode-04-use-read_file-to-read-the-dmi-table-from-sysfs.patch,
    dmidecode-05-use-dword-for-structure-table-maximum-size-in-smbios3.patch,
    dmidecode-06-hide-irrelevant-fixup-message.patch, and
    dmidecode-07-only-decode-one-dmi-table.patch.
- dmidecode-07-only-decode-one-dmi-table.patch: Only decode one
  DMI table.
  https://savannah.nongnu.org/bugs/?50022
- dmidecode-01-add-no-sysfs-option-description-to-h-output.patch:
  Add "/--no-sysfs"/ option description to -h output.
- dmidecode-02-fix-no-smbios-nor-dmi-entry-point-found-on-smbios3.patch:
  Fix 'No SMBIOS nor DMI entry point found' on SMBIOS3.
- dmidecode-03-let-read_file-return-the-actual-data-size.patch:
  Let read_file return the actual data size.
- dmidecode-04-use-read_file-to-read-the-dmi-table-from-sysfs.patch:
  Use read_file() to read the DMI table from sysfs.
  https://savannah.nongnu.org/bugs/?46176
- dmidecode-05-use-dword-for-structure-table-maximum-size-in-smbios3.patch:
  Use DWORD for Structure table maximum size in SMBIOS3.
- dmidecode-06-hide-irrelevant-fixup-message.patch:
  Hide irrelevant fixup message.
  http://savannah.nongnu.org/support/?109024
- Update to upstream version 3.0 (FATE#320746, FATE#320773):
  * Adds support for SMBIOS 3.0. This includes a new (64-bit) entry
    point format and new enumerated values for recent hardware.
  * Adds support for the new kernel interface (as of Linux v4.2) as
    an alternative to relying on /dev/mem to access the entry point
    and DMI table.
  * Adds decoding of Acer-specific DMI type 170 and HP-specific DMI
    types 212, 219 and 233.
  * Obsoletes dmidecode-1.173-drop-cast.patch,
    dmidecode-1.175-fix-SMBIOS-2.8.0.patch,
    dmidecode-1.176-SMBIOS-2.8-is-supported.patch,
    dmidecode-1.177-decode-pcie3-slot-id.patch,
    dmidecode-1.181-decode-CPUID-recent-AMD.patch, and
    dmidecode-1.182-decode-ddr4-memory-type.patch.
  * Various minor fixes and clean-ups.
  * Skip the SMBIOS version comparison in quiet mode (bsc#974862).
- dmidecode.keyring was empty, reference the savannah keyring.
  but the tarball is signed by someone unknown without gpg signatures,
  so no keyring for now.
- Cleanup spec file with spec-cleaner
- Add gpg signature
- dmidecode-1.181-decode-CPUID-recent-AMD.patch: Decode the CPUID
  of recent AMD processors (DMI type 4).
- dmidecode-1.182-decode-ddr4-memory-type.patch: Add support for
  DDR4 memory type (DMI type 17) (bsc#955705).
  https://savannah.nongnu.org/bugs/?43370
dmz-icon-theme-cursors
- actually build and install the cursors, instead of random stuff
- Update to the latest version in Debian (0.4.4)
  * Provide DMZ-White and DMZ-Black cursors
- Change license from GPL-2.0+ to CC-BY-SA-3.0. Fix bnc#782743.
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Rename package from icon-theme-dmz-cursors to
  dmz-icon-theme-cursors, to follow convention used by other
  packages. Add appropriate Provides/Obsoletes.
- created package
docker
- Update to Docker 20.10.6-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1184768
- Rebase patches:
  * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
  * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
  * 0003-PRIVATE-REGISTRY-add-private-registry-mirror-support.patch
  * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
- Backport upstream fix <https://github.com/moby/moby/pull/42273> for btrfs
  quotas being removed by Docker regularly. bsc#1183855 bsc#1175081
  + 0005-bsc1183855-btrfs-Do-not-disable-quota-on-cleanup.patch
- Update to Docker 20.10.5-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1182947
- Update runc dependency to 1.0.0~rc93.
- Remove upstreamed patches:
  - cli-0001-Rename-bin-md2man-to-bin-go-md2man.patch
- Rebase patches:
  * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
  * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
  * 0003-PRIVATE-REGISTRY-add-private-registry-mirror-support.patch
  * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
- Switch version to use -ce suffix rather than _ce to avoid confusing other
  tools. boo#1182476
[NOTE: This update was only ever released in SLES and Leap.]
- It turns out the boo#1178801 libnetwork patch is also broken on Leap, so drop
  the patch entirely. bsc#1180401 bsc#1182168
  - boo1178801-0001-Add-docker-interfaces-to-firewalld-docker-zone.patch
- Fix incorrect cast in SUSE secrets patches causing warnings on SLES.
  * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
[NOTE: This update was only ever released in SLES and Leap.]
- Update Docker to 19.03.15-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. This update includes fixes for
  bsc#1181732 (CVE-2021-21284) and bsc#1181730 (CVE-2021-21285).
- Rebase patches:
  * bsc1073877-0001-apparmor-clobber-docker-default-profile-on-start.patch
- Only apply the boo#1178801 libnetwork patch to handle firewalld on openSUSE.
  It appears that SLES doesn't like the patch. bsc#1180401
- Update to Docker 20.10.3-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. Fixes bsc#1181732
  (CVE-2021-21284) and bsc#1181730 (CVE-2021-21285).
- Rebase patches on top of 20.10.3-ce.
  - 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
  + 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
  - 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
  + 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
  - 0004-PRIVATE-REGISTRY-add-private-registry-mirror-support.patch
  + 0003-PRIVATE-REGISTRY-add-private-registry-mirror-support.patch
  - 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
  + 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
- Drop docker-runc, docker-test and docker-libnetwork packages. We now just use
  the upstream runc package (it's stable enough and Docker no longer pins git
  versions). docker-libnetwork is so unstable that it doesn't have any
  versioning scheme and so it really doesn't make sense to maintain the project
  as a separate package. bsc#1181641 bsc#1181677
- Remove no-longer-needed patch for packaging now that we've dropped
  docker-runc and docker-libnetwork.
  - 0001-PACKAGING-revert-Remove-docker-prefix-for-containerd.patch
- Update to Docker 20.10.2-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1181594
- Remove upstreamed patches:
  - bsc1122469-0001-apparmor-allow-readby-and-tracedby.patch
  - boo1178801-0001-Add-docker-interfaces-to-firewalld-docker-zone.patch
- Add patches to fix build:
  + cli-0001-Rename-bin-md2man-to-bin-go-md2man.patch
- Since upstream has changed their source repo (again) we have to rebase all of
  our patches. While doing this, I've collapsed all patches into one branch
  per-release and thus all the patches are now just one series:
  - packaging-0001-revert-Remove-docker-prefix-for-containerd-and-runc-.patch
  + 0001-PACKAGING-revert-Remove-docker-prefix-for-containerd.patch
  - secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  + 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
  - secrets-0002-SUSE-implement-SUSE-container-secrets.patch
  + 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
  - private-registry-0001-Add-private-registry-mirror-support.patch
  + 0004-PRIVATE-REGISTRY-add-private-registry-mirror-support.patch
  - bsc1073877-0001-apparmor-clobber-docker-default-profile-on-start.patch
  + 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
- Re-apply secrets fix for bsc#1065609 which appears to have been lost after it
  was fixed.
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Add Conflicts and Provides for kubic flavour of docker-fish-completion.
- Update to Docker 19.03.14-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. CVE-2020-15257 bsc#1180243
  https://github.com/docker/docker-ce/releases/tag/v19.03.14
- Enable fish-completion
- Add a patch which makes Docker compatible with firewalld with
  nftables backend. Backport of https://github.com/moby/libnetwork/pull/2548
  (boo#1178801, SLE-16460)
  * boo1178801-0001-Add-docker-interfaces-to-firewalld-docker-zone.patch
- Update to Docker 19.03.13-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1176708
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
- Emergency fix: %requires_eq does not work with provide symbols,
  only effective package names. Convert back to regular Requires.
- Update to Docker 19.03.12-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md.
- Use Go 1.13 instead of Go 1.14 because Go 1.14 can cause all sorts of
  spurrious errors due to Go returning -EINTR from I/O syscalls much more often
  (due to Go 1.14's pre-emptive goroutine support).
  - bsc1172377-0001-unexport-testcase.Cleanup-to-fix-Go-1.14.patch
- Add BuildRequires for all -git dependencies so that we catch missing
  dependencies much more quickly.
- Update to Docker 19.03.11-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1172377 CVE-2020-13401
- Backport https://github.com/gotestyourself/gotest.tools/pull/169 so that we
  can build Docker with Go 1.14 (upstream uses Go 1.13).
  + bsc1172377-0001-unexport-testcase.Cleanup-to-fix-Go-1.14.patch
- BuildRequire pkgconfig(libsystemd) instead of systemd-devel:
  Allow OBS to shortcut through the -mini flavors.
- Add backport of https://github.com/docker/docker/pull/39121. bsc#1122469
  + bsc1122469-0001-apparmor-allow-readby-and-tracedby.patch
- Support older SLE systems which don't have "/usermod -w -v"/.
- Update to Docker 19.03.5-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1158590 bsc#1157330
- Update to Docker 19.03.4-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md.
- Drop containerd.service workaround (we've released enough versions without
  containerd.service -- there's no need to support package upgrades that old).
- Update to Docker 19.03.3-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1153367
- Update to Docker 19.03.2-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1150397
- Fix zsh-completion (docker -> _docker)
- Fix default installation such that --userns-remap=default works properly
  (this appears to be an upstream regression, where --userns-remap=default
  doesn't auto-create the group and results in an error on-start). boo#1143349
- Update to Docker 19.03.1-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. CVE-2019-14271
- Update to Docker 19.03.0-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1142413
- Remove upstreamed patches:
  - bsc1001161-0001-oci-include-the-domainname-in-kernel.domainname.patch
  - bsc1001161-0002-cli-add-a-separate-domainname-flag.patch
  - bsc1047218-0001-man-obey-SOURCE_DATE_EPOCH-when-generating-man-pages.patch
  - bsc1128746-0001-integration-cli-don-t-build-test-images-if-they-alre.patch
- Rebase pacthes:
  * bsc1073877-0001-apparmor-clobber-docker-default-profile-on-start.patch
  * packaging-0001-revert-Remove-docker-prefix-for-containerd-and-runc-.patch
  * private-registry-0001-Add-private-registry-mirror-support.patch
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Move bash-completion to correct location.
- Update to Docker 18.09.8-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md.
  * Includes fixes for CVE-2019-13509 bsc#1142160.
- Update to Docker 18.09.7-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1139649
- Remove upstreamed patches:
  - CVE-2018-15664.patch
- Use %config(noreplace) for /etc/docker/daemon.json. bsc#1138920
- Add patch for CVE-2018-15664. bsc#1096726
  + CVE-2018-15664.patch
- Update to Docker 18.09.6-ce see upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md.
- Rebase patches:
  * bsc1128746-0001-integration-cli-don-t-build-test-images-if-they-alre.patch
- Update to Docker 18.09.5-ce see upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1128376 boo#1134068
- Rebase patches:
  * bsc1001161-0001-oci-include-the-domainname-in-kernel.domainname.patch
  * bsc1001161-0002-cli-add-a-separate-domainname-flag.patch
  * bsc1047218-0001-man-obey-SOURCE_DATE_EPOCH-when-generating-man-pages.patch
  * bsc1128746-0001-integration-cli-don-t-build-test-images-if-they-alre.patch
  * packaging-0001-revert-Remove-docker-prefix-for-containerd-and-runc-.patch
  * private-registry-0001-Add-private-registry-mirror-support.patch
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Updated patch name:
  + bsc1073877-0001-apparmor-clobber-docker-default-profile-on-start.patch
  - bsc1073877-0002-apparmor-clobber-docker-default-profile-on-start.patch
- Update to Docker 18.09.3-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md.
- docker-test: improvements to test packaging (we don't need to ship around the
  entire source tree, and we also need to build the born-again integration/
  tests which contain a suite-per-directory). We also need a new patch which
  fixes the handling of *-test images. bsc#1128746
  + bsc1128746-0001-integration-cli-don-t-build-test-images-if-they-alre.patch
- Move daemon.json file to /etc/docker directory, bsc#1114832
- Update shell completion to use Group: System/Shells.
-  Add daemon.json file with rotation logs cofiguration, bsc#1114832
- Update to Docker 18.09.1-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. bsc#1124308
  * Includes fix for CVE-2018-10892 bsc#1100331.
  * Includes fix for CVE-2018-20699 bsc#1121768.
- Remove upstreamed patches.
  - bsc1073877-0001-apparmor-allow-receiving-of-signals-from-docker-kill.patch
- Disable leap based builds for kubic flavor. bsc#1121412
- Update go requirements to >= go1.10.6 to fix
  * bsc#1118897 CVE-2018-16873
    go#29230 cmd/go: remote command execution during "/go get -u"/
  * bsc#1118898 CVE-2018-16874
    go#29231 cmd/go: directory traversal in "/go get"/ via curly braces in import paths
  * bsc#1118899 CVE-2018-16875
    go#29233 crypto/x509: CPU denial of service
- Handle build breakage due to missing 'export GOPATH' (caused by resolution of
  boo#1119634). I believe Docker is one of the only packages with this problem.
- Add backports of https://github.com/docker/docker/pull/37302 and
  https://github.com/docker/cli/pull/1130, which allow for users to explicitly
  specify the NIS domainname of a container. bsc#1001161
  + bsc1001161-0001-oci-include-the-domainname-in-kernel.domainname.patch
  + bsc1001161-0002-cli-add-a-separate-domainname-flag.patch
- Update docker.service to match upstream and avoid rlimit problems.
  bsc#1112980
- Upgrade to Docker 18.09.0-ce. See upstream changelog in the packaged
  /usr/share/doc/packages/docker/CHANGELOG.md. boo#1115464 bsc#1118990
- Add revert of an upstream patch to fix docker-* handling.
  + packaging-0001-revert-Remove-docker-prefix-for-containerd-and-runc-.patch
- Rebase patches:
  * bsc1047218-0001-man-obey-SOURCE_DATE_EPOCH-when-generating-man-pages.patch
  * bsc1073877-0001-apparmor-allow-receiving-of-signals-from-docker-kill.patch
  * bsc1073877-0002-apparmor-clobber-docker-default-profile-on-start.patch
  * private-registry-0001-Add-private-registry-mirror-support.patch
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Remove upstreamed patches:
  - bsc1100727-0001-build-add-buildmode-pie.patch
- Reduce the disk footprint by recommending git-core instead of
  hard requiring it.
  bsc#1108038
- ExcludeArch i586 for entire docker-kubic flavour
- ExcludeArch i586 for docker-kubic-kubeadm-criconfig subpackage
- Add patch to make package reproducible, which is a backport of
  https://github.com/docker/cli/pull/1306. boo#1047218
  + bsc1047218-0001-man-obey-SOURCE_DATE_EPOCH-when-generating-man-pages.patch
- Upgrade to docker-ce v18.06.1-ce. bsc#1102522 bsc#1113313
  Upstream changelog:
  https://github.com/docker/docker-ce/releases/tag/v18.06.1-ce
- Remove patches that were merged upstream:
  - bsc1102522-0001-18.06-disable-containerd-CRI-plugin.patch
- Add a backport of https://github.com/docker/engine/pull/29 for the 18.06.0-ce
  upgrade. This is a potential security issue (the CRI plugin was enabled by
  default, which listens on a TCP port bound to 0.0.0.0) that will be fixed
  upstream in the 18.06.1-ce upgrade. bsc#1102522
  + bsc1102522-0001-18.06-disable-containerd-CRI-plugin.patch
- Kubic: Make crio default, docker as alternative runtime
  (boo#1104821)
- Provide kubernetes CRI config with docker-kubic-kubeadm-criconfig
  subpackage
- Merge -kubic packages back into the main Virtualization:containers packages.
  This is done using _multibuild to add a "/kubic"/ flavour, which is then used
  to conditionally compile patches and other kubic-specific features.
  bsc#1105000
- Rework docker-rpmlintrc with the new _multibuild setup.
- Enable seccomp support on SLE12, since libseccomp is now a new enough vintage
  to work with Docker and containerd. fate#325877
- Upgrade to docker-ce v18.06.0-ce. bsc#1102522
- Remove systemd-service dependency on containerd, which is now being started
  by dockerd to align with upstream defaults.
- Removed the following patches as they are merged upstream:
  - bsc1021227-0001-pkg-devmapper-dynamically-load-dm_task_deferred_remo.patch
  - bsc1055676-0001-daemon-oci-obey-CL_UNPRIVILEGED-for-user-namespaced-.patch
- Rebased the following patches:
  * bsc1073877-0001-apparmor-allow-receiving-of-signals-from-docker-kill.patch
  * bsc1073877-0002-apparmor-clobber-docker-default-profile-on-start.patch
  * bsc1100727-0001-build-add-buildmode-pie.patch
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Build the client binary with -buildmode=pie to fix issues on POWER.
  bsc#1100727
  + bsc1100727-0001-build-add-buildmode-pie.patch
- Update the AppArmor patchset again to fix a separate issue where changed
  AppArmor profiles don't actually get applied on Docker daemon reboot.
  bsc#1099277
  * bsc1073877-0001-apparmor-allow-receiving-of-signals-from-docker-kill.patch
  + bsc1073877-0002-apparmor-clobber-docker-default-profile-on-start.patch
- Update to AppArmor patch so that signal mediation also works for signals
  between in-container processes. bsc#1073877
  * bsc1073877-0001-apparmor-allow-receiving-of-signals-from-docker-kill.patch
- Make use of %license macro
- Remove 'go test' from %check section, as it has only ever caused us problems
  and hasn't (as far as I remember) ever caught a release-blocking issue. Smoke
  testing has been far more useful. boo#1095817
- Update secrets patch to not log incorrect warnings when attempting to inject
  non-existent host files. bsc#1065609
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Review Obsoletes to fix bsc#1080978
- Put docker under the podruntime slice. This the recommended
  deployment to allow fine resource control on Kubernetes.
  bsc#1086185
- Add patch to handle AppArmor changes that make 'docker kill' stop working.
  bsc#1073877 boo#1089732
  + bsc1073877-0001-apparmor-allow-receiving-of-signals-from-docker-kill.patch
- Fix manpage generation breaking ppc64le builds due to a missing
  - buildemode=pie.
- Compile and install all manpages.
  bsc#1085117
- Add requirement for catatonit, which provides a docker-init implementation.
  fate#324652 bsc#1085380
- Fix private-registry-0001-Add-private-registry-mirror-support.patch to
  deal corretly with TLS configs of 3rd party registries.
  fix bsc#1084533
- Update patches to be sourced from https://github.com/suse/docker-ce (which
  are based on the upstream docker/docker-ce repo). The reason for this change
  (though it is functionally identical to the old patches) is so that public
  patch maintenance is much simpler.
  * bsc1021227-0001-pkg-devmapper-dynamically-load-dm_task_deferred_remo.patch
  * bsc1055676-0001-daemon-oci-obey-CL_UNPRIVILEGED-for-user-namespaced-.patch
  * private-registry-0001-Add-private-registry-mirror-support.patch
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Add ${version} to equivalent non-kubic package provides
- Add Provides for equivalent non-kubic packages
- Disable all tests for docker/client and docker/pkg/discovery.  The unit tests
  of those packages broke reproducibly the builds in IBS.
- Disable flaky tests github.com/docker/docker/pkg/discovery/kv.
- Add patch to support mirroring of private/non-upstream registries. As soon as
  the upstream PR (https://github.com/moby/moby/pull/34319) is merged, this
  patch will be replaced by the backported one from upstream.
  + private-registry-0001-Add-private-registry-mirror-support.patch
  fix bsc#1074971
- Add Obsoletes: docker-image-migrator, as the tool is no longer needed and
  we've pretty much removed it from everywhere except the containers module.
  bsc#1069758
- Remove requirement on bridge-utils, which has been replaced by libnetwork in
  Docker. bsc#1072798
- Update to Docker v17.09.1_ce (bsc#1069758). Upstream changelog:
  https://github.com/docker/docker-ce/releases/tag/v17.09.1-ce
- Removed patches (merged upstream):
  - bsc1045628-0001-devicemapper-remove-container-rootfs-mountPath-after.patch
  - bsc1066210-0001-vendor-update-to-github.com-vbatts-tar-split-v0.10.2.patch
  - bsc1066801-0001-oci-add-proc-scsi-to-masked-paths.patch
- Update to Docker v17.09.0_ce. Upstream changelog:
  https://github.com/docker/docker-ce/releases/tag/v17.09.0-ce
- Rebased patches:
  * bsc1021227-0001-pkg-devmapper-dynamically-load-dm_task_deferred_remo.patch
  * bsc1045628-0001-devicemapper-remove-container-rootfs-mountPath-after.patch
  * bsc1055676-0001-daemon-oci-obey-CL_UNPRIVILEGED-for-user-namespaced-.patch
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Removed patches (merged upstream):
  - bsc1064781-0001-Allow-to-override-build-date.patch
- Add a patch to dynamically probe whether libdevmapper supports
  dm_task_deferred_remove. This is necessary because we build the containers
  module on a SLE12 base, but later SLE versions have libdevmapper support.
  This should not affect openSUSE, as all openSUSE versions have a new enough
  libdevmapper. Backport of https://github.com/moby/moby/pull/35518.
  bsc#1021227 bsc#1029320 bsc#1058173
  + bsc1021227-0001-pkg-devmapper-dynamically-load-dm_task_deferred_remo.patch
- Fix up the ordering of tests in docker.spec. This is to keep things easier to
  backport into the SLE package.
- Include secrets fix to handle "/old"/ containers that have orphaned secret
  data. It's not clear why Docker caches these secrets, but fix the problem by
  trashing the references manually. bsc#1057743
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Remove migration code for the v1.9.x -> v1.10.x migration. This has been
  around for a while, and we no longer support migrating from such an old
  version "/nicely"/. Docker still has migration code that will run on
  first-boot, we are merely removing all of the "/nice"/ warnings which tell
  users how to avoid issues during an upgrade that ocurred more than a year
  ago.
- Drop un-needed files:
  - docker-plugin-message.txt
  - docker-update-message.txt
- Add a backport of https://github.com/moby/moby/pull/35424, which fixes a
  security issue where a maliciously crafted image could be used to crash a
  Docker daemon. bsc#1066210 CVE-2017-14992
  + bsc1066210-0001-vendor-update-to-github.com-vbatts-tar-split-v0.10.2.patch
- Add a backport of https://github.com/moby/moby/pull/35399, which fixes a
  security issue where a Docker container (with a disabled AppArmor profile)
  could write to /proc/scsi/... and subsequently DoS the host. bsc#1066801
  CVE-2017-16539
  + bsc1066801-0001-oci-add-proc-scsi-to-masked-paths.patch
- Correctly set `docker version` information, including the version, git
  commit, and SOURCE_DATE_EPOCH (requires a backport). This should
  * effectively* make Docker builds reproducible, with minimal cost. boo#1064781
  + bsc1064781-0001-Allow-to-override-build-date.patch
- Add backport of https://github.com/moby/moby/pull/35205. This used to be
  fixed in docker-runc, but we're moving it here after upstream discussion.
  bsc#1055676
  + bsc1055676-0001-daemon-oci-obey-CL_UNPRIVILEGED-for-user-namespaced-.patch
- Update to Docker v17.07.0_ce. Upstream changelog:
  https://github.com/docker/docker-ce/releases/tag/v17.06.0-ce
  https://github.com/docker/docker-ce/releases/tag/v17.07.0-ce
- Removed no-longer needed patches.
  - bsc1037436-0001-client-check-tty-before-creating-exec-job.patch
  - bsc1037607-0001-apparmor-make-pkg-aaparser-work-on-read-only-root.patch
  - integration-cli-fix-TestInfoEnsureSucceeds.patch
- Added backport of https://github.com/moby/moby/pull/34573. bsc#1045628
  + bsc1045628-0001-devicemapper-remove-container-rootfs-mountPath-after.patch
- Rewrite secrets patches to correctly handle directories in a way that doesn't
  cause errors when starting new containers.
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Fix bsc#1059011
  The systemd service helper script used a timeout of 60 seconds to
  start the daemon, which is insufficient in cases where the daemon
  takes longer to start. Instead, set the service type from 'simple' to
  'notify' and remove the now superfluous helper script.
- fix bsc#1057743: Add a Requires: fix_bsc_1057743 which is provided by the
  newer version of docker-libnetwork. This is necessary because of a versioning
  bug we found in bsc#1057743.
- fix /var/adm/update-message/docker file name to be
  /var/adm/update-message/docker-%{version}-%{release}
- devicemapper: add patch to make the dm storage driver remove a container's
  rootfs mountpoint before attempting to do libdm operations on it. This helps
  avoid complications when live mounts will leak into containers. Backport of
  https://github.com/moby/moby/pull/34573. bsc#1045628
  + bsc1045628-0001-devicemapper-remove-container-rootfs-mountPath-after.patch
- Fix a regression in our SUSE secrets patches, which caused the copied files
  to not carry the correct {uid,gid} mapping when using user namespaces. This
  would not cause any bugs (SUSEConnect does the right thing anyway) but it's
  possible some programs would not treat the files correctly. This is
  tangentially related to bsc#1055676.
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Use -buildmode=pie for tests and binary build. bsc#1048046 bsc#1051429
- enable deferred removal for sle12sp2 and newer (and openSUSE
  equivalent. fix bsc#1021227
- enable libseccomp on sle12sp2 and newer, 42.2 and newer
  fix bsc#1028638 - docker: conditional filtering not supported on
  libseccomp for sle12
- add SuSEfirewall2.service to the After clause in docker.service
  in order to fix bsc#1046024
- fix path to docker-runc in systemd service file
- change dependency to docker-runc
- Fix bsc#1029630: docker does not wait for lvm on system startup
  I added "/lvm2-monitor.service"/ as an "/After dependency"/ of the docker systemd
  unit.
- Fix bsc#1032287: missing docker systemd configuration
- Update SUSE secrets patch to correctly handle restarting of containers.
  + secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  + secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Fix bsc#1037607 which was causing read-only issues on Kubic, this is a
  backport of https://github.com/moby/moby/pull/33250.
  + bsc1037607-0001-apparmor-make-pkg-aaparser-work-on-read-only-root.patch
- Fix bsc#1038476 warning about non-executable docker
  * Simply verify we have binary prior using it, might happen if
    someone had docker installed and then did remove it and install
    from scratch again
- Add a partial fix for boo#1038493.
- Fixed bsc#1037436 where execids were being leaked due to bad error handling.
  This is a backport of https://github.com/docker/cli/pull/52.
  + bsc1037436-0001-client-check-tty-before-creating-exec-job.patch
- Fix golang requirements in the subpackages
- Update golang build requirements to use golang(API) symbol: this is
  needed to solve a conflict between multiple versions of Go being available
- Fix secrets-0002-SUSE-implement-SUSE-container-secrets.patch:
  substitute docker/distribution/digest by opencontainers/digest
- Update to version 17.04.0-ce (fix bsc#1034053 )
- Patches removed because have been merged into this version:
  * pr31549-cmd-docker-fix-TestDaemonCommand.patch
  * pr31773-daemon-also-ensureDefaultApparmorProfile-in-exec-pat.patch
- Patches rebased:
  * integration-cli-fix-TestInfoEnsureSucceeds.patch
- Build man pages for all archs (bsc#953182)
- Containers cannot resolve DNS if docker host uses 127.0.0.1 as resolver (bsc#1034063)
  see /usr/share/doc/packages/docker/CHANGELOG.md
- Make sure this is being built with go 1.7
- remove the go_arches macro because we are using go1.7 which
  is available in all archs
- remove gcc specific patches
  * gcc-go-patches.patch
  * netlink_netns_powerpc.patch
  * boltdb_bolt_add_brokenUnaligned.patch
- Enable Delegate=yes, since systemd will safely ignore lvalues it doesn't
  understand.
- Update SUSE secrets patch to handle boo#1030702.
  * secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  * secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Fix (bsc#1032644)
  Change lvm2 from Requires to Recommends
  Docker usually uses a default storage driver, when it's not configured
  explicitly. This default driver then depends on the underlying
  system and gets chosen during installation.
- Disable libseccomp for leap 42.1, sle12sp1 and sle12, because
  docker needs a higher version. Otherwise, we get the error
    "/conditional filtering requires libseccomp version >= 2.2.1
  (bsc#1028639 and bsc#1028638)
- Add a backport of fix to AppArmor lazy loading docker-exec case.
  https://github.com/docker/docker/pull/31773
  + pr31773-daemon-also-ensureDefaultApparmorProfile-in-exec-pat.patch
- Clean up docker-mount-secrets.patch to use the new swarm secrets internals of
  Docker 1.13.0, which removes the need to implement any secret handling
  ourselves. This resulted in a split up of the patch.
  - docker-mount-secrets.patch
  + secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
  + secrets-0002-SUSE-implement-SUSE-container-secrets.patch
- Remove old plugins.json to prevent docker-1.13 to fail to start
- Fix bsc#1026827: systemd TasksMax default throttles docker
- Fix post section by adding shadow as a package requirement
  Otherwise the groupadd instruction fails
- Add patch to fix TestDaemonCommand failure in %check. This is an upstream
  bug, and has an upstream PR to fix it https://github.com/docker/docker/pull/31549.
  + pr31549-cmd-docker-fix-TestDaemonCommand.patch
- update docker to 1.13.0
  see details in https://github.com/docker/docker/releases/tag/v1.13.0
- use the same buildflags for building docker and for building the
  tests.
- enable pkcs11:
  https://github.com/docker/docker/commit/37fa75b3447007bb8ea311f02610bb383b0db77f
- enable architecture s390x for openSUSE
- provide the oci runtime so that containers which were using an old
  runtime option, when started on the new docker version, the runtime
  is changed to the new one. fix bsc#1020806 bsc#1016992
- fix CVE-2016-9962 bsc#1012568 . Fix it by updating to 1.12.6
  plus an extra commit to fix liverestore:
  https://github.com/docker/docker/commit/97cd32a6a9076306baa637a29bba84c3f1f3d218
- add "/a wait"/ when starting docker service to fix
  bsc#1019251
- remove netlink_gcc_go.patch after integration of PR
  https://github.com/golang/go/issues/11707
- new boltdb_bolt_add_brokenUnaligned.patch for ppc64
  waiting for https://github.com/boltdb/bolt/pull/635
- Remove old flags from dockerd's command-line, to be more inline with
  upstream (now that docker-runc is provided by the runc package). -H is
  dropped because upstream dropped it due to concerns with socket
  activation.
- Remove socket activation entirely.
- update docker to 1.12.5 (bsc#1016307).
  This fixes bsc#1015661
- fix bash-completion
- Add packageand(docker:bash) to bash-completion to match zsh-completion.
- fix runc and containerd revisions
  fix bsc#1009961
- update docker to 1.12.3
  - fix bsc#1007249 - CVE-2016-8867: Fix ambient capability usage in containers
  - other fixes:
  https://github.com/docker/docker/releases/tag/v1.12.3
- update docker to 1.12.2 (bsc#1004490). See changelog
  https://github.com/docker/docker/blob/v1.12.2/CHANGELOG.md
- update docker-mount-secrets.patch to 1.12.2 code
- docker-mount-secrets.patch: change the internal mountpoint name to not use
  "/:"/ as that character can be considered a special character by other tools.
  bsc#999582
- fix go_arches definition: use global instead of define, otherwise
  it fails to build
- Add dockerd(8) man page.
- add missing patch to changelog
- fix integration test case
- add integration-cli-fix-TestInfoEnsureSucceeds.patch
- update rpmlintrc
- make test timeout configurable
- Remove noarch from docker-test, which was causing lots of fun issues when
  trying to run them.
- Fix build for ppc64le: use static libgo for dockerd and docker-proxy
  as in docker build.
- Update docker to 1.12.1 (bsc#996015)
  see changelog in https://github.com/docker/docker/releases/tag/v1.12.1
- Add asaurin@suse.com's test.sh test script.
- Add integration test binary in docker.spec file. This is work done by
  asaurin@suse.com.
- Package docker-proxy (which was split out of the docker binary in 1.12).
  boo#995620
- fix bsc#995102 - Docker "/migrator"/ prevents installing "/docker"/,
  if docker 1.9 was installed before but there were no images
- Update docker.service file with several changes.
  * Reapply fix for bsc#983015 (Limit*=infinity).
  * Specify an "/OCI"/ runtime for our runc package explicitly. bsc#978260
- remove disable-pprof-trace.patch: We can remove this patch because
  we use go 1.6, either gcc6-go or gc-go. This patch was for gcc5-go
- add go_arches in project configuration: this way, we can use the
  same spec file but decide in the project configuration if to
  use gc-go or gcc-go for some archs.
- use gcc6-go instead of gcc5-go (bsc#988408)
- build ppc64le with gc-go because this version builds with gc-go 1.6
- remove bnc964673-boltdb-metadata-recovery.patch because it has already
  been merged
- update to v1.12.0 (bsc#995058)
  see detailed changelog at
    https://github.com/docker/docker/releases/tag/v1.12.0
- disable test that fail in obs build context
- only run unit tests on architectures that provide the go list and go test
  tools
- disable dockerd, parser, integration test, and devicemapper related tests
  on versions below SLE12 and openSUSE_13.2
- bump test timeout to 10m (for aarch64)
- run unit tests during the build
- Adapt docker.service file.
- adapt install sections for gccgo builds: gccgo build are not built in separate
  folders for client and daemon. They both reside in dyngccgo.
- gcc-go-patch: link against systemd when compiling the daemon.
- Add disable-pprof-trace.patch
  pprof.Trace() is not available in go version <= 1.4 which we use to build SLES
  packages. This patch comments out the pprof.Trace() section.
- update gcc-go-patch and docker-mount-secrets.patch
- Fixed binary split, install both required binaries correctly
* Explicitly state the version dependencies for runC and containerd, to
  avoid potential issues with incompatible component versions. These
  must be updated *each time we do a release*. bsc#993847
- Don't exit mid install, add the ability to not restart the docker
  service during certain updates with long migration phases
  bsc#980555
- remove kernel dependency (bsc#987198)
- remove sysconfig.docker.ppc64le patch
  setting iptables option on ppc64le works now (bsc#988707)
- fix bsc#984942: audit.rules in docker-1.9.1-58.1.x86_64.rpm has a
  syntax error
* Update docker.service to include changes from upstream, including the
  soon-to-be-merged patch https://github.com/docker/docker/pull/24307,
  which fixes bnc#983015.
- readd dropped declaration for patch200
* Removed patches:
  - cve-2016-3697-numeric-uid.patch (merged upstream in gh@docker/docker#22998).
  * Update Docker to 1.11.2. (bsc#989566) Changelog from upstream:
  * Networking
  * Fix a stale endpoint issue on overlay networks during ungraceful restart
    (#23015)
  * Fix an issue where the wrong port could be reported by docker
    inspect/ps/port (#22997)
  * Runtime
  * Fix a potential panic when running docker build (#23032)
  * Fix interpretation of --user parameter (#22998)
  * Fix a bug preventing container statistics to be correctly reported (#22955)
  * Fix an issue preventing container to be restarted after daemon restart
    (#22947)
  * Fix issues when running 32 bit binaries on Ubuntu 16.04 (#22922)
  * Fix a possible deadlock on image deletion and container attach (#22918)
  * Fix an issue where containers fail to start after a daemon restart if they
    depend on a containerized cluster store (#22561)
  * Fix an issue causing docker ps to hang on CentOS when using devicemapper
    (#22168, #23067)
  * Fix a bug preventing to docker exec into a container when using
    devicemapper (#22168, #23067)
- Fix udev files ownership
- Pass over with spec-cleaner, no factual changes
* Make sure we *always* build unstripped Go binaries.
* Add a patch to fix database soft corruption issues if the Docker dameon dies
  in a bad state. There is a PR upstream to vendor Docker to have this fix as
  well, but it probably won't get in until 1.11.2. bnc#964673
  (https://github.com/docker/docker/pull/22765)
  + bnc964673-boltdb-metadata-recovery.patch
* Remove conditional Patch directive for SUSE secrets, since conditionally
  including patches results in incompatible .src.rpms. The patch is still
  applied conditionally.
* Update to Docker 1.11.1. Changelog from upstream:
  * Distribution
  - Fix schema2 manifest media type to be of type `application/vnd.docker.container.image.v1+json` ([#21949](https://github.com/docker/docker/pull/21949))
  * Documentation
    + Add missing API documentation for changes introduced with 1.11.0 ([#22048](https://github.com/docker/docker/pull/22048))
  * Builder
  * Append label passed to `docker build` as arguments as an implicit `LABEL` command at the end of the processed `Dockerfile` ([#22184](https://github.com/docker/docker/pull/22184))
  * Networking
  - Fix a panic that would occur when forwarding DNS query ([#22261](https://github.com/docker/docker/pull/22261))
  - Fix an issue where OS threads could end up within an incorrect network namespace when using user defined networks ([#22261](https://github.com/docker/docker/pull/22261))
  * Runtime
  - Fix a bug preventing labels configuration to be reloaded via the config file ([#22299](https://github.com/docker/docker/pull/22299))
  - Fix a regression where container mounting `/var/run` would prevent other containers from being removed ([#22256](https://github.com/docker/docker/pull/22256))
  - Fix an issue where it would be impossible to update both `memory-swap` and `memory` value together ([#22255](https://github.com/docker/docker/pull/22255))
  - Fix a regression from 1.11.0 where the `/auth` endpoint would not initialize `serveraddress` if it is not provided ([#22254](https://github.com/docker/docker/pull/22254))
  - Add missing cleanup of container temporary files when cancelling a schedule restart ([#22237](https://github.com/docker/docker/pull/22237))
  - Removed scary error message when no restart policy is specified ([#21993](https://github.com/docker/docker/pull/21993))
  - Fix a panic that would occur when the plugins were activated via the json spec ([#22191](https://github.com/docker/docker/pull/22191))
  - Fix restart backoff logic to correctly reset delay if container ran for at least 10secs ([#22125](https://github.com/docker/docker/pull/22125))
  - Remove error message when a container restart get cancelled ([#22123](https://github.com/docker/docker/pull/22123))
  - Fix an issue where `docker` would not correcly clean up after `docker exec` ([#22121](https://github.com/docker/docker/pull/22121))
  - Fix a panic that could occur when servicing concurrent `docker stats` commands ([#22120](https://github.com/docker/docker/pull/22120))`
  - Revert deprecation of non-existing host directories auto-creation ([#22065](https://github.com/docker/docker/pull/22065))
  - Hide misleading rpc error on daemon shutdown ([#22058](https://github.com/docker/docker/pull/22058))
- Fix go version to 1.5 (bsc#977394)
- Add patch to fix vulnerability in Docker <= 1.11.0. This patch is upstream,
  but was merged after the 1.11.0 merge window. CVE-2016-3697. bsc#976777.
    + cve-2016-3697-numeric-uid.patch
  The upstream PR is here[1] and was vendored into Docker here[2].
  [1]: https://github.com/opencontainers/runc/pull/708
  [2]: https://github.com/docker/docker/pull/21665
- Supplemnent zsh from zsh-completion
  * zsh-completion will be automatically installed if zsh and
    docker are installed
- Remove gcc5_socker_workaround.patch: This patch is not needed anymore
  since gcc5 has been updated in all platforms
* Removed patches that have been fixed upstream and in gcc-go:
  - boltdb_bolt_powerpc.patch
  - fix-apparmor.patch
  - fix-btrfs-ioctl-structure.patch
  - fix-docker-init.patch
  - libnetwork_drivers_bridge_powerpc.patch
  - ignore-dockerinit-checksum.patch
  * Require containerd, as it is the only currently supported Docker execdriver.
  * Update docker.socket to require containerd.socket and use --containerd in
  docker.service so that the services are self-contained.
  * Update to Docker 1.11.0. Changelog from upstream:
  * Builder
  - Fix a bug where Docker would not used the correct uid/gid when processing the `WORKDIR` command ([#21033](https://github.com/docker/docker/pull/21033))
  - Fix a bug where copy operations with userns would not use the proper uid/gid ([#20782](https://github.com/docker/docker/pull/20782), [#21162](https://github.com/docker/docker/pull/21162))
  * Client
  * Usage of the `:` separator for security option has been deprecated. `=` should be used instead ([#21232](https://github.com/docker/docker/pull/21232))
  + The client user agent is now passed to the registry on `pull`, `build`, `push`, `login` and `search` operations ([#21306](https://github.com/docker/docker/pull/21306), [#21373](https://github.com/docker/docker/pull/21373))
  * Allow setting the Domainname and Hostname separately through the API ([#20200](https://github.com/docker/docker/pull/20200))
  * Docker info will now warn users if it can not detect the kernel version or the operating system ([#21128](https://github.com/docker/docker/pull/21128))
  - Fix an issue where `docker stats --no-stream` output could be all 0s ([#20803](https://github.com/docker/docker/pull/20803))
  - Fix a bug where some newly started container would not appear in a running `docker stats` command ([#20792](https://github.com/docker/docker/pull/20792))
  * Post processing is no longer enabled for linux-cgo terminals ([#20587](https://github.com/docker/docker/pull/20587))
  - Values to `--hostname` are now refused if they do not comply with [RFC1123](https://tools.ietf.org/html/rfc1123) ([#20566](https://github.com/docker/docker/pull/20566))
  + Docker learned how to use a SOCKS proxy ([#20366](https://github.com/docker/docker/pull/20366), [#18373](https://github.com/docker/docker/pull/18373))
  + Docker now supports external credential stores ([#20107](https://github.com/docker/docker/pull/20107))
  * `docker ps` now supports displaying the list of volumes mounted inside a container ([#20017](https://github.com/docker/docker/pull/20017))
  * `docker info` now also report Docker's root directory location ([#19986](https://github.com/docker/docker/pull/19986))
  - Docker now prohibits login in with an empty username (spaces are trimmed) ([#19806](https://github.com/docker/docker/pull/19806))
  * Docker events attributes are now sorted by key ([#19761](https://github.com/docker/docker/pull/19761))
  * `docker ps` no longer show exported port for stopped containers ([#19483](https://github.com/docker/docker/pull/19483))
  - Docker now cleans after itself if a save/export command fails ([#17849](https://github.com/docker/docker/pull/17849))
  * Docker load learned how to display a progress bar ([#17329](https://github.com/docker/docker/pull/17329), [#120078](https://github.com/docker/docker/pull/20078))
  * Distribution
  - Fix a panic that occurred when pulling an images with 0 layers ([#21222](https://github.com/docker/docker/pull/21222))
  - Fix a panic that could occur on error while pushing to a registry with a misconfigured token service ([#21212](https://github.com/docker/docker/pull/21212))
  + All first-level delegation roles are now signed when doing a trusted push ([#21046](https://github.com/docker/docker/pull/21046))
  + OAuth support for registries was added ([#20970](https://github.com/docker/docker/pull/20970))
  * `docker login` now handles token using the implementation found in [docker/distribution](https://github.com/docker/distribution) ([#20832](https://github.com/docker/docker/pull/20832))
  * `docker login` will no longer prompt for an email ([#20565](https://github.com/docker/docker/pull/20565))
  * Docker will now fallback to registry V1 if no basic auth credentials are available ([#20241](https://github.com/docker/docker/pull/20241))
  * Docker will now try to resume layer download where it left off after a network error/timeout ([#19840](https://github.com/docker/docker/pull/19840))
  - Fix generated manifest mediaType when pushing cross-repository ([#19509](https://github.com/docker/docker/pull/19509))
  - Fix docker requesting additional push credentials when pulling an image if Content Trust is enabled ([#20382](https://github.com/docker/docker/pull/20382))
  * Logging
  - Fix a race in the journald log driver ([#21311](https://github.com/docker/docker/pull/21311))
  * Docker syslog driver now uses the RFC-5424 format when emitting logs ([#20121](https://github.com/docker/docker/pull/20121))
  * Docker GELF log driver now allows to specify the compression algorithm and level via the `gelf-compression-type` and `gelf-compression-level` options ([#19831](https://github.com/docker/docker/pull/19831))
  * Docker daemon learned to output uncolorized logs via the `--raw-logs` options ([#19794](https://github.com/docker/docker/pull/19794))
  + Docker, on Windows platform, now includes an ETW (Event Tracing in Windows) logging driver named `etwlogs` ([#19689](https://github.com/docker/docker/pull/19689))
  * Journald log driver learned how to handle tags ([#19564](https://github.com/docker/docker/pull/19564))
  + The fluentd log driver learned the following options: `fluentd-address`, `fluentd-buffer-limit`, `fluentd-retry-wait`, `fluentd-max-retries` and `fluentd-async-connect` ([#19439](https://github.com/docker/docker/pull/19439))
  + Docker learned to send log to Google Cloud via the new `gcplogs` logging driver. ([#18766](https://github.com/docker/docker/pull/18766))
  * Misc
  + When saving linked images together with `docker save` a subsequent `docker load` will correctly restore their parent/child relationship ([#21385](https://github.com/docker/docker/pull/c))
  + Support for building the Docker cli for OpenBSD was added ([#21325](https://github.com/docker/docker/pull/21325))
  + Labels can now be applied at network, volume and image creation ([#21270](https://github.com/docker/docker/pull/21270))
  * The `dockremap` is now created as a system user ([#21266](https://github.com/docker/docker/pull/21266))
  - Fix a few response body leaks ([#21258](https://github.com/docker/docker/pull/21258))
  - Docker, when run as a service with systemd, will now properly manage its processes cgroups ([#20633](https://github.com/docker/docker/pull/20633))
  * Docker info now reports the value of cgroup KernelMemory or emits a warning if it is not supported ([#20863](https://github.com/docker/docker/pull/20863))
  * Docker info now also reports the cgroup driver in use ([#20388](https://github.com/docker/docker/pull/20388))
  * Docker completion is now available on PowerShell ([#19894](https://github.com/docker/docker/pull/19894))
  * `dockerinit` is no more ([#19490](https://github.com/docker/docker/pull/19490),[#19851](https://github.com/docker/docker/pull/19851))
  + Support for building Docker on arm64 was added ([#19013](https://github.com/docker/docker/pull/19013))
  + Experimental support for building docker.exe in a native Windows Docker installation ([#18348](https://github.com/docker/docker/pull/18348))
  * Networking
  - Fix panic if a node is forcibly removed from the cluster ([#21671](https://github.com/docker/docker/pull/21671))
  - Fix "/error creating vxlan interface"/ when starting a container in a Swarm cluster ([#21671](https://github.com/docker/docker/pull/21671))
  * `docker network inspect` will now report all endpoints whether they have an active container or not ([#21160](https://github.com/docker/docker/pull/21160))
  + Experimental support for the MacVlan and IPVlan network drivers have been added ([#21122](https://github.com/docker/docker/pull/21122))
  * Output of `docker network ls` is now sorted by network name ([#20383](https://github.com/docker/docker/pull/20383))
  - Fix a bug where Docker would allow a network to be created with the reserved `default` name ([#19431](https://github.com/docker/docker/pull/19431))
  * `docker network inspect` returns whether a network is internal or not ([#19357](https://github.com/docker/docker/pull/19357))
  + Control IPv6 via explicit option when creating a network (`docker network create --ipv6`). This shows up as a new `EnableIPv6` field in `docker network inspect` ([#17513](https://github.com/docker/docker/pull/17513))
  * Support for AAAA Records (aka IPv6 Service Discovery) in embedded DNS Server ([#21396](https://github.com/docker/docker/pull/21396))
  - Fix to not forward docker domain IPv6 queries to external servers ([#21396](https://github.com/docker/docker/pull/21396))
  * Multiple A/AAAA records from embedded DNS Server for DNS Round robin ([#21019](https://github.com/docker/docker/pull/21019))
  - Fix endpoint count inconsistency after an ungraceful dameon restart ([#21261](https://github.com/docker/docker/pull/21261))
  - Move the ownership of exposed ports and port-mapping options from Endpoint to Sandbox ([#21019](https://github.com/docker/docker/pull/21019))
  - Fixed a bug which prevents docker reload when host is configured with ipv6.disable=1 ([#21019](https://github.com/docker/docker/pull/21019))
  - Added inbuilt nil IPAM driver ([#21019](https://github.com/docker/docker/pull/21019))
  - Fixed bug in iptables.Exists() logic [#21019](https://github.com/docker/docker/pull/21019)
  - Fixed a Veth interface leak when using overlay network ([#21019](https://github.com/docker/docker/pull/21019))
  - Fixed a bug which prevents docker reload after a network delete during shutdown ([#20214](https://github.com/docker/docker/pull/20214))
  - Make sure iptables chains are recreated on firewalld reload ([#20419](https://github.com/docker/docker/pull/20419))
  - Allow to pass global datastore during config reload ([#20419](https://github.com/docker/docker/pull/20419))
  - For anonymous containers use the alias name for IP to name mapping, ie:DNS PTR record ([#21019](https://github.com/docker/docker/pull/21019))
  - Fix a panic when deleting an entry from /etc/hosts file  ([#21019](https://github.com/docker/docker/pull/21019))
  - Source the forwarded DNS queries from the container net namespace  ([#21019](https://github.com/docker/docker/pull/21019))
  - Fix to retain the network internal mode config for bridge networks on daemon reload ([#21780] (https://github.com/docker/docker/pull/21780))
  - Fix to retain IPAM driver option configs on daemon reload ([#21914] (https://github.com/docker/docker/pull/21914))
  * Plugins
  - Fix a file descriptor leak that would occur every time plugins were enumerated ([#20686](https://github.com/docker/docker/pull/20686))
  - Fix an issue where Authz plugin would corrupt the payload body when faced with a large amount of data ([#20602](https://github.com/docker/docker/pull/20602))
  * Runtime
  - Fix a panic that could occur when cleanup after a container started with invalid parameters ([#21716](https://github.com/docker/docker/pull/21716))
  - Fix a race with event timers stopping early ([#21692](https://github.com/docker/docker/pull/21692))
  - Fix race conditions in the layer store, potentially corrupting the map and crashing the process ([#21677](https://github.com/docker/docker/pull/21677))
  - Un-deprecate auto-creation of host directories for mounts. This feature was marked deprecated in ([#21666](https://github.com/docker/docker/pull/21666))
  Docker 1.9, but was decided to be too much of an backward-incompatible change, so it was decided to keep the feature.
  + It is now possible for containers to share the NET and IPC namespaces when `userns` is enabled ([#21383](https://github.com/docker/docker/pull/21383))
  + `docker inspect <image-id>` will now expose the rootfs layers ([#21370](https://github.com/docker/docker/pull/21370))
  + Docker Windows gained a minimal `top` implementation ([#21354](https://github.com/docker/docker/pull/21354))
  * Docker learned to report the faulty exe when a container cannot be started due to its condition ([#21345](https://github.com/docker/docker/pull/21345))
  * Docker with device mapper will now refuse to run if `udev sync` is not available ([#21097](https://github.com/docker/docker/pull/21097))
  - Fix a bug where Docker would not validate the config file upon configuration reload ([#21089](https://github.com/docker/docker/pull/21089))
  - Fix a hang that would happen on attach if initial start was to fail ([#21048](https://github.com/docker/docker/pull/21048))
  - Fix an issue where registry service options in the daemon configuration file were not properly taken into account ([#21045](https://github.com/docker/docker/pull/21045))
  - Fix a race between the exec and resize operations ([#21022](https://github.com/docker/docker/pull/21022))
  - Fix an issue where nanoseconds were not correctly taken in account when filtering Docker events ([#21013](https://github.com/docker/docker/pull/21013))
  - Fix the handling of Docker command when passed a 64 bytes id ([#21002](https://github.com/docker/docker/pull/21002))
  * Docker will now return a `204` (i.e http.StatusNoContent) code when it successfully deleted a network ([#20977](https://github.com/docker/docker/pull/20977))
  - Fix a bug where the daemon would wait indefinitely in case the process it was about to killed had already exited on its own ([#20967](https://github.com/docker/docker/pull/20967)
  * The devmapper driver learned the `dm.min_free_space` option. If the mapped device free space reaches the passed value, new device creation will be prohibited. ([#20786](https://github.com/docker/docker/pull/20786))
  + Docker can now prevent processes in container to gain new privileges via the `--security-opt=no-new-privileges` flag ([#20727](https://github.com/docker/docker/pull/20727))
  - Starting a container with the `--device` option will now correctly resolves symlinks ([#20684](https://github.com/docker/docker/pull/20684))
  + Docker now relies on [`containerd`](https://github.com/docker/containerd) and [`runc`](https://github.com/opencontainers/runc) to spawn containers. ([#20662](https://github.com/docker/docker/pull/20662))
  - Fix docker configuration reloading to only alter value present in the given config file ([#20604](https://github.com/docker/docker/pull/20604))
  + Docker now allows setting a container hostname via the `--hostname` flag when `--net=host` ([#20177](https://github.com/docker/docker/pull/20177))
  + Docker now allows executing privileged container while running with `--userns-remap` if both `--privileged` and the new `--userns=host` flag are specified ([#20111](https://github.com/docker/docker/pull/20111))
  - Fix Docker not cleaning up correctly old containers upon restarting after a crash ([#19679](https://github.com/docker/docker/pull/19679))
  * Docker will now error out if it doesn't recognize a configuration key within the config file ([#19517](https://github.com/docker/docker/pull/19517))
  - Fix container loading, on daemon startup, when they depends on a plugin running within a container ([#19500](https://github.com/docker/docker/pull/19500))
  * `docker update` learned how to change a container restart policy ([#19116](https://github.com/docker/docker/pull/19116))
  * `docker inspect` now also returns a new `State` field containing the container state in a human readable way (i.e. one of `created`, `restarting`, `running`, `paused`, `exited` or `dead`)([#18966](https://github.com/docker/docker/pull/18966))
  + Docker learned to limit the number of active pids (i.e. processes) within the container via the `pids-limit` flags. NOTE: This requires `CGROUP_PIDS=y` to be in the kernel configuration. ([#18697](https://github.com/docker/docker/pull/18697))
  - `docker load` now has a `--quiet` option to suppress the load output ([#20078](https://github.com/docker/docker/pull/20078))
  - Fix a bug in neighbor discovery for IPv6 peers ([#20842](https://github.com/docker/docker/pull/20842))
  - Fix a panic during cleanup if a container was started with invalid options ([#21802](https://github.com/docker/docker/pull/21802))
  - Fix a situation where a container cannot be stopped if the terminal is closed ([#21840](https://github.com/docker/docker/pull/21840))
  * Security
  * Object with the `pcp_pmcd_t` selinux type were given management access to `/var/lib/docker(/.*)?` ([#21370](https://github.com/docker/docker/pull/21370))
  * `restart_syscall`, `copy_file_range`, `mlock2` joined the list of allowed calls in the default seccomp profile ([#21117](https://github.com/docker/docker/pull/21117), [#21262](https://github.com/docker/docker/pull/21262))
  * `send`, `recv` and `x32` were added to the list of allowed syscalls and arch in the default seccomp profile ([#19432](https://github.com/docker/docker/pull/19432))
  * Docker Content Trust now requests the server to perform snapshot signing ([#21046](https://github.com/docker/docker/pull/21046))
  * Support for using YubiKeys for Content Trust signing has been moved out of experimental ([#21591](https://github.com/docker/docker/pull/21591))
  * Volumes
  * Output of `docker volume ls` is now sorted by volume name ([#20389](https://github.com/docker/docker/pull/20389))
  * Local volumes can now accepts options similar to the unix `mount` tool ([#20262](https://github.com/docker/docker/pull/20262))
  - Fix an issue where one letter directory name could not be used as source for volumes ([#21106](https://github.com/docker/docker/pull/21106))
  + `docker run -v` now accepts a new flag `nocopy`. This tell the runtime not to copy the container path content into the volume (which is the default behavior) ([#21223](https://github.com/docker/docker/pull/21223))
- docker.spec: apply gcc5 socket patch also for sle12 and leap
  because gcc5 has been updated there as well.
- docker.spec: add a "/is_opensuse"/ check for the mount-secrets patch.
  This way we can use this same package for opensuse.
- use go-lang for aarch64:
  - drop fix_platform_type_arm.patch (works around a gcc-go bug, so
  unnecessary)
- Add patch from upstream (https://github.com/docker/docker/pull/21723) to fix
  compilation on Factory and Tumbleweed (which have btrfsprogs >= 4.5).
    + fix-btrfs-ioctl-structure.patch  bnc#974208
- Changed systemd unit file and default sysconfig file to include network options,
  this is needed to get SDN like flannel to work
- docker.spec: update warning to mention that /etc/sysconfig/docker is sourced
  by the migration script.
- docker.spec: only Reccomends: the docker-image-migrator package as it is no
  longer required for our ugly systemctl hacks.
- docker.spec: fix up documentation to refer to the script you need to run in
  the migrator package.
- docker.spec: print a warning if you force the DOCKER_FORCE_INSTALL option.
- spec: switch to new done file name from docker-image-migrator
- update to docker 1.10.3 (bnc#970637)
  Runtime
    Fix Docker client exiting with an "/Unrecognized input header"/ error #20706
    Fix Docker exiting if Exec is started with both AttachStdin and Detach #20647
  Distribution
    Fix a crash when pushing multiple images sharing the same layers to the same repository in parallel #20831
    Fix a panic when pushing images to a registry which uses a misconfigured token service #21030
  Plugin system
    Fix issue preventing volume plugins to start when SELinux is enabled #20834
    Prevent Docker from exiting if a volume plugin returns a null response for Get requests #20682
    Fix plugin system leaking file descriptors if a plugin has an error #20680
  Security
    Fix linux32 emulation to fail during docker build #20672 It was due to the personality syscall being blocked by the default seccomp profile.
    Fix Oracle XE 10g failing to start in a container #20981 It was due to the ipc syscall being blocked by the default seccomp profile.
    Fix user namespaces not working on Linux From Scratch #20685
    Fix issue preventing daemon to start if userns is enabled and the subuid or subgid files contain comments #20725
  More at https://github.com/docker/docker/releases/tag/v1.10.3
- spec: improve file-based migration checks to make sure that it doesn't cause
  errors if running on a /var/lib/docker without /var/lib/docker/graph.
- spec: implement file-based migration checks. The migrator will be updated to
  match the warning message's instructions. This looks like it works with my
  testing.
- more patches to build on ppc64 architecture
  update netlink_gcc_go.patch
  new netlink_netns_powerpc.patch
  new boltdb_bolt_powerpc.patch
  new libnetwork_drivers_bridge_powerpc.patch to replace
    deleted fix-ppc64le.patch
- fix bsc#968972 - let docker manage the cgroups of the processes
  that it launches without systemd
- Require docker-image-migrator (bnc#968933)
Update to version 1.10.2 (bnc#968933)
  - Runtime
    Prevent systemd from deleting containers' cgroups when its configuration is reloaded #20518
    Fix SELinux issues by disregarding --read-only when mounting /dev/mqueue #20333
    Fix chown permissions used during docker cp when userns is used #20446
    Fix configuration loading issue with all booleans defaulting to true #20471
    Fix occasional panic with docker logs -f #20522
  - Distribution
    Keep layer reference if deletion failed to avoid a badly inconsistent state #20513
    Handle gracefully a corner case when canceling migration #20372
    Fix docker import on compressed data #20367
    Fix tar-split files corruption during migration that later cause docker push and docker save to fail #20458
  - Networking
    Fix daemon crash if embedded DNS is sent garbage #20510
  - Volumes
    Fix issue with multiple volume references with same name #20381
  - Security
    Fix potential cache corruption and delegation conflict issues #20523
  link to changelog:
  https://github.com/docker/docker/blob/v1.10.2/CHANGELOG.md
- fix-apparmor.patch: switch to a backported version of docker/docker#20305,
  which also fixes several potential issues if the major version of apparmor
  changes.
- Remove 1.10.0 tarball.
- Update to docker 1.10.1
  It includes some fixes to 1.10.0, see detailed changelog in
  https://github.com/docker/docker/blob/v1.10.1/CHANGELOG.md
- Update docker to 1.10.0 (bnc#965918)
  Add usernamespace support
  Add support for custom seccomp profiles
  Improvements in network and volume management
  detailed changelog in
  https://github.com/docker/docker/blob/590d5108bbdaabb05af590f76c9757daceb6d02e/CHANGELOG.md
- removed patches, because code has been merged in 1.10.0 release:
    libcontainer-apparmor-fixes.patch: see: https://github.com/docker/docker/blob/release/v1.10/contrib/apparmor/template.go
    fix_bnc_958255.patch: see https://github.com/docker/docker/commit/2b4f64e59018c21aacbf311d5c774dd5521b5352
    use_fs_cgroups_by_default.patch
    fix_cgroup.parent_path_sanitisation.patch
    add_bolt_ppc64.patch
    add_bolt_arm64.patch
    add_bolt_s390x.patch
- remove gcc-go-build-static-libgo.patch: This has been replace by gcc-go-patches.patch
- removed patches, because arm and ppc are not build using the dynbinary target, but the dyngccgo one:
    docker_remove_journald_to_fix_dynbinary_build_on_arm.patch
    docker_remove_journald_to_fix_dynbinary_build_on_powerpc.patch
    docker_remove_journald_to_fix_dynbinary_build_on_arm64.patch
- added patches:
    fix_platform_type_arm.patch: fix build for arm64 and aarch64: set utsname as uint8 for arm64 and aarch64
    gcc5_socket_workaround.patch: gcc5-go in Tumbleweed includes this commit
    https://github.com/golang/gofrontend/commit/a850225433a66a58613c22185c3b09626f5545eb
    Which "/fixes"/ the data type for RawSockaddr.Data
    However, docker now expects the "/wrong"/ data type, since docker had a workaround
    for that issue.
    Thus, we need to workaround the workaround in tumbleweed
    netlink_gcc_go.patch: add constants for syscalls TUNSETIFF and TUNSETPERSIST to fix a gcc issue.
    This is a workaround for bnc#964468: gcc-go can no longer compile Docker.
    fix-apparmor.patch: fix https://github.com/docker/docker/issues/20269 . It affects SLE12 which has apparmor
    version 2.8 and not openSUSE which has version 2.9.
    fix-ppc64le.patch: Build netlink driver using int8 and not uint8 for the data structure
- reviewed patches:
    ignore-dockerinit-checksum.patch: review context in patch
    fix-docker-init.patch: review patch because build method has been changed in spec file for gcc-go
    gcc-go-patches.patch: review context in patch
- Build requires go >= 1.5: For version 1.9, we could use Go 1.4.3
    see GO_VERSION https://github.com/docker/docker/blob/release/v1.9/Dockerfile
  However, for version 1.10, we need go 1.5.3
    see GO_VERSION https://github.com/docker/docker/blob/release/v1.10/Dockerfile
- fix bnc#965600 - SLES12 SP1 - Static shared memory limit in container
- docker-mount-secrets.patch: fix up this patch to work on Docker 1.10
- docker-mount-secrets.patch: properly register /run/secrets as a
  mountpoint, so that it is unmounted properly when the container
  is removed and thus container removal works. (bnc#963142)
- docker-mount-secrets.patch: in addition, add some extra debugging
  information to the secrets patch.
- fix_json_econnreset_bug.patch: fix JSON bug that causes containers to not start
  in weird circumstances. https://github.com/docker/docker/issues/14203
- fix_bnc_958255.patch: fix Docker creates strange apparmor profile
  (bnc#958255)
- use_fs_cgroups_by_default.patch: Use fs cgroups by default:
  https://github.com/docker/docker/commit/419fd7449fe1a984f582731fcd4d9455000846b0
- fix_cgroup.parent_path_sanitisation.patch: fix cgroup.Parent path
  sanitisation:
  https://github.com/opencontainers/runc/commit/bf899fef451956be4abd63de6d6141d9f9096a02
- Add rules for auditd. This is required to fix bnc#959405
- Remove 7 patches, add 6 and modify 1, after 1.9.1 upgrade
  * Removed:
  - docker_missing_ppc64le_netlink_linux_files.patch: the code that this
    bug refers to has benn removed upstream
  - docker_rename_jump_amd64_as_jump_linux.patch: the code that this bug
    refers to has been removed upstream
  - Remove fix_15279.patch: code has been merged upstream
  - Remove add_missing_syscall_for_s390x.patch: code has been merged upstream
  - Remove fix_incompatible_assignment_error_bnc_950931.patch: code has been
    merged upstream
  - Remove fix_libsecomp_error_bnc_950931.patch: the code that this bug refers to
    has been removed upstream
  - Remove gcc5_socket_workaround.patch: Code has been fixed. Building with
    this patch is giving the error we were trying to fix, implying that the
    code has been fixed somewhere else.
  * Added:
  - add_bolt_ppc64.patch
  - add_bolt_arm64.patch
  - docker_remove_journald_to_fix_dynbinary_build_on_arm.patch
  - docker_remove_journald_to_fix_dynbinary_build_on_powerpc.patch
  - docker_remove_journald_to_fix_dynbinary_build_on_arm64.patch
  - gcc-go-build-static-libgo.patch: enable static linking of libgo in ggc-go
    In order to do this, we had to work-around an issue from gcc-go:
  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69357
  * Modify:
- Upgrade to 1.9.1(bnc#956434)
  * Runtime:
  - Do not prevent daemon from booting if images could not be restored
    (#17695)
  - Force IPC mount to unmount on daemon shutdown/init (#17539)
  - Turn IPC unmount errors into warnings (#17554)
  - Fix `docker stats` performance regression (#17638)
  - Clarify cryptic error message upon `docker logs` if `--log-driver=none`
    (#17767)
  - Fix seldom panics (#17639, #17634, #17703)
  - Fix opq whiteouts problems for files with dot prefix (#17819)
  - devicemapper: try defaulting to xfs instead of ext4 for performance
    reasons (#17903, #17918)
  - devicemapper: fix displayed fs in docker info (#17974)
  - selinux: only relabel if user requested so with the `z` option
    (#17450, #17834)
  - Do not make network calls when normalizing names (#18014)
  * Client:
  - Fix `docker login` on windows (#17738)
  - Fix bug with `docker inspect` output when not connected to daemon
    (#17715)
  - Fix `docker inspect -f {{.HostConfig.Dns}} somecontainer` (#17680)
  * Builder:
  - Fix regression with symlink behavior in ADD/COPY (#17710)
  * Networking:
  - Allow passing a network ID as an argument for `--net` (#17558)
  - Fix connect to host and prevent disconnect from host for `host` network
    (#17476)
  - Fix `--fixed-cidr` issue when gateway ip falls in ip-range and ip-range
    is not the first block in the network (#17853)
  - Restore deterministic `IPv6` generation from `MAC` address on default
    `bridge` network (#17890)
  - Allow port-mapping only for endpoints created on docker run (#17858)
  - Fixed an endpoint delete issue with a possible stale sbox (#18102)
  * Distribution:
  - Correct parent chain in v2 push when v1Compatibility files on the disk
    are inconsistent (#18047)
- Update to version 1.9.0 (bnc#954812):
  * Runtime:
  - `docker stats` now returns block IO metrics (#15005)
  - `docker stats` now details network stats per interface (#15786)
  - Add `ancestor=<image>` filter to `docker ps --filter` flag to filter
    containers based on their ancestor images (#14570)
  - Add `label=<somelabel>` filter to `docker ps --filter` to filter
    containers based on label (#16530)
  - Add `--kernel-memory` flag to `docker run` (#14006)
  - Add `--message` flag to `docker import` allowing to specify an optional
    message (#15711)
  - Add `--privileged` flag to `docker exec` (#14113)
  - Add `--stop-signal` flag to `docker run` allowing to replace the
    container process stopping signal (#15307)
  - Add a new `unless-stopped` restart policy (#15348)
  - Inspecting an image now returns tags (#13185)
  - Add container size information to `docker inspect` (#15796)
  - Add `RepoTags` and `RepoDigests` field to `/images/{name:.*}/json`
    (#17275)
  - Remove the deprecated `/container/ps` endpoint from the API (#15972)
  - Send and document correct HTTP codes for `/exec/<name>/start` (#16250)
  - Share shm and mqueue between containers sharing IPC namespace (#15862)
  - Event stream now shows OOM status when `--oom-kill-disable` is
    set (#16235)
  - Ensure special network files (/etc/hosts etc.) are read-only if
    bind-mounted
    with `ro` option (#14965)
  - Improve `rmi` performance (#16890)
  - Do not update /etc/hosts for the default bridge network, except for links
    (#17325)
  - Fix conflict with duplicate container names (#17389)
  - Fix an issue with incorrect template execution in `docker inspect`
    (#17284)
  - DEPRECATE `-c` short flag variant for `--cpu-shares` in docker run
    (#16271)
  * Client:
  - Allow `docker import` to import from local files (#11907)
  * Builder:
  - Add a `STOPSIGNAL` Dockerfile instruction allowing to set a different
    stop-signal for the container process (#15307)
  - Add an `ARG` Dockerfile instruction and a `--build-arg` flag to
    `docker build`
    that allows to add build-time environment variables (#15182)
  - Improve cache miss performance (#16890)
  * Storage:
  - devicemapper: Implement deferred deletion capability (#16381)
  * Networking:
  - `docker network` exits experimental and is part of standard release
    (#16645)
  - New network top-level concept, with associated subcommands and API
    (#16645)
    WARNING: the API is different from the experimental API
  - Support for multiple isolated/micro-segmented networks (#16645)
  - Built-in multihost networking using VXLAN based overlay driver (#14071)
  - Support for third-party network plugins (#13424)
  - Ability to dynamically connect containers to multiple networks (#16645)
  - Support for user-defined IP address management via pluggable IPAM drivers
    (#16910)
  - Add daemon flags `--cluster-store` and `--cluster-advertise` for built-in
    nodes discovery (#16229)
  - Add `--cluster-store-opt` for setting up TLS settings (#16644)
  - Add `--dns-opt` to the daemon (#16031)
  - DEPRECATE following container `NetworkSettings` fields in API v1.21:
    `EndpointID`, `Gateway`, `GlobalIPv6Address`, `GlobalIPv6PrefixLen`,
    `IPAddress`, `IPPrefixLen`, `IPv6Gateway` and `MacAddress`.
    Those are now specific to the `bridge` network. Use
    `NetworkSettings.Networks` to inspect
    the networking settings of a container per network.
  * Volumes:
  - New top-level `volume` subcommand and API (#14242)
  - Move API volume driver settings to host-specific config (#15798)
  - Print an error message if volume name is not unique (#16009)
  - Ensure volumes created from Dockerfiles always use the local volume driver
    (#15507)
  - DEPRECATE auto-creating missing host paths for bind mounts (#16349)
  * Logging:
  - Add `awslogs` logging driver for Amazon CloudWatch (#15495)
  - Add generic `tag` log option to allow customizing container/image
    information passed to driver (e.g. show container names) (#15384)
  - Implement the `docker logs` endpoint for the journald driver (#13707)
  - DEPRECATE driver-specific log tags (e.g. `syslog-tag`, etc.) (#15384)
  * Distribution:
  - `docker search` now works with partial names (#16509)
  - Push optimization: avoid buffering to file (#15493)
  - The daemon will display progress for images that were already being
    pulled by another client (#15489)
  - Only permissions required for the current action being performed are
    requested (#)
  - Renaming trust keys (and respective environment variables) from `offline`
    to `root` and `tagging` to `repository` (#16894)
  - DEPRECATE trust key environment variables
    `DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE` and
    `DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE` (#16894)
  * Security:
  - Add SELinux profiles to the rpm package (#15832)
  - Fix various issues with AppArmor profiles provided in the deb package
    (#14609)
  - Add AppArmor policy that prevents writing to /proc (#15571)
- Change systemd unit file to no longer use the deprecated "/-d"/ option
  (bnc#954737)
- Changed docker-mount-secrets.patch: allow removal of containers
  even when the entry point failed. bnc#954797
- Fixed the format of the fix_libsecomp_error_bnc_950931 patch.
- Merged the fix_libsecomp_error_bnc_950931.patch and the
  fix_x86_build_removing_empty_file_jump_amd_64.patch patches.
- Fix build for x86_64. Patch fix_libsecomp_error_bnc_950931.patch
  had created and empty file jump_amd64.go instead of removing it.
  This broke the build for x86_64.
  This commit fixes it by removing that empty file.
  fix_x86_build_removing_empty_file_jump_amd_64.patch: patch that
  removes empty file jump_amd64.go
- Added patch that fixes a known gcc-go for ppc64xe in the syscall.RawSockAddr
  type.
  gcc5_socket_workaround.patch
- Add patches for fixing ppc64le build (bnc#950931)
  fix_libsecomp_error_bnc_950931.patch
  fix_incompatible_assignment_error_bnc_950931.patch
  docker_missing_ppc64le_netlink_linux_files.patch
- Remove docker_rename_jump_amd64_as_jump_linux.patch because it clashes
  with the previous patches.
- Exclude libgo as a requirement. The auto requires script was adding
  libgo as a requirement when building with gcc-go which was wrong.
- Add patch for missing systemcall for s390x. See
  https://github.com/docker/docker/commit/eecf6cd48cf7c48f00aa8261cf431c87084161ae
  add_missing_syscall_for_s390x.patch: contains the patch
- Exclude s390x for sle12 because it hangs when running go. It works for sle12sp1
  thus we don't want to exclude sle12sp1 but only sle12.
- Update docker to 1.8.3 version:
  * Fix layer IDs lead to local graph poisoning (CVE-2014-8178) (bnc#949660)
  * Fix manifest validation and parsing logic errors allow pull-by-digest validation bypass (CVE-2014-8179)
  * Add `--disable-legacy-registry` to prevent a daemon from using a v1 registry
- Update docker to 1.8.2 version
  see detailed changelog in
  https://github.com/docker/docker/releases/tag/v1.8.2
  fix bsc#946653 update do docker 1.8.2
- devicemapper: fix zero-sized field access
  Fix issue #15279: does not build with Go 1.5 tip
  Due to golang/go@7904946
  the devices field is dropped.
  This solution works on go1.4 and go1.5
  See more in https://github.com/docker/docker/pull/15404
  This fix was not included in v1.8.2. See previous link
  on why.
  fix_15279.patch: contains the patch for issue#15279
- new patch as per upstream issue
  https://github.com/docker/docker/issues/14056#issuecomment-113680944
  docker_rename_jump_amd64_as_jump_linux.patch
- ignore-dockerinit-checksum.patch need -p1 in spec
- Update to docker 1.8.1(bsc#942369 and bsc#942370):
  - Fix a bug where pushing multiple tags would result in invalid images
- Update to docker 1.8.0:
  see detailed changelog in
  https://github.com/docker/docker/releases/tag/v1.8.0
- remove docker-netns-aarch64.patch: This patch was adding
  vendor/src/github.com/vishvananda/netns/netns_linux_arm64.go
  which is now included upstream, so we don't need this patch anymore
- Remove 0002-Stripped-dockerinit-binary.patch because we do not
  use it anymore (we got rid of that when updating to 1.7.1)
- Exclude archs where docker does not build. Otherwise it gets into
  and infinite loop when building.
  We'll fix that later if we want to release for those archs.
- Update to 1.7.1 (2015-07-14) (bnc#938156)
  * Runtime
  - Fix default user spawning exec process with docker exec
  - Make --bridge=none not to configure the network bridge
  - Publish networking stats properly
  - Fix implicit devicemapper selection with static binaries
  - Fix socket connections that hung intermittently
  - Fix bridge interface creation on CentOS/RHEL 6.6
  - Fix local dns lookups added to resolv.conf
  - Fix copy command mounting volumes
  - Fix read/write privileges in volumes mounted with --volumes-from
  * Remote API
  - Fix unmarshalling of Command and Entrypoint
  - Set limit for minimum client version supported
  - Validate port specification
  - Return proper errors when attach/reattach fail
  * Distribution
  - Fix pulling private images
  - Fix fallback between registry V2 and V1
- Exclude init scripts other than systemd from the test-package
- Exclude intel 32 bits arch. Docker does not built on that. Let's
  make it explicit.
- rediff ignore-dockerinit-checksum.patch, gcc-go-build-static-libgo.patch
  to make them apply again.
- introduce go_arches for architectures that use the go compiler
  instead of gcc-go
- add docker-netns-aarch64.patch: Add support for AArch64
- enable build for aarch64
- Build man pages only on platforms where gc compiler is available.
- Updated to 1.7.0 (2015-06-16) - bnc#935570
  * Runtime
  - Experimental feature: support for out-of-process volume plugins
  - The userland proxy can be disabled in favor of hairpin NAT using the daemon’s `--userland-proxy=false` flag
  - The `exec` command supports the `-u|--user` flag to specify the new process owner
  - Default gateway for containers can be specified daemon-wide using the `--default-gateway` and `--default-gateway-v6` flags
  - The CPU CFS (Completely Fair Scheduler) quota can be set in `docker run` using `--cpu-quota`
  - Container block IO can be controlled in `docker run` using`--blkio-weight`
  - ZFS support
  - The `docker logs` command supports a `--since` argument
  - UTS namespace can be shared with the host with `docker run --uts=host`
  * Quality
  - Networking stack was entirely rewritten as part of the libnetwork effort
  - Engine internals refactoring
  - Volumes code was entirely rewritten to support the plugins effort
  - Sending SIGUSR1 to a daemon will dump all goroutines stacks without exiting
  * Build
  - Support ${variable:-value} and ${variable:+value} syntax for environment variables
  - Support resource management flags `--cgroup-parent`, `--cpu-period`, `--cpu-quota`, `--cpuset-cpus`, `--cpuset-mems`
  - git context changes with branches and directories
  - The .dockerignore file support exclusion rules
  * Distribution
  - Client support for v2 mirroring support for the official registry
  * Bugfixes
  - Firewalld is now supported and will automatically be used when available
  - mounting --device recursively
- Patch 0002-Stripped-dockerinit-binary.patch renamed to fix-docker-init.patch
  and fixed to build with latest version of docker
- Add test subpackage and fix line numbers in patches
- Fixed ppc64le name inside of spec file
- Build docker on PPC and S390x using gcc-go provided by gcc5
  * added sysconfig.docker.ppc64le: make docker daemon start on ppc64le
    despite some iptables issues. To be removed soon
  * ignore-dockerinit-checksum.patch: applied only when building with
    gcc-go. Required to workaround a limitation of gcc-go
  * gcc-go-build-static-libgo.patch: used only when building with gcc-go,
    link libgo statically into docker itself.
- Remove set-SCC_URL-env-variable.patch, the SCC_URL is now read
  from SUSEConnect by the container service
- Automatically set SCC_URL environment variable inside of the
  containers by parsing the /etc/SUSEConnect.example file
  * Add set-SCC_URL-env-variable.patch
- Place SCC machine credentials inside of /run/secrets/credentials.d
  * Edit docker-mount-scc-credentials.patch¬
- pass the SCC machine credentials to the container
  * Add docker-mount-scc-credentials.patch
- build and install man pages
- Update to version 1.6.2 (2015-05-13) [bnc#931301]
  * Revert change prohibiting mounting into /sys
Updated to version 1.6.1 (2015-05-07) [bnc#930235]
  * Security
  - Fix read/write /proc paths (CVE-2015-3630)
  - Prohibit VOLUME /proc and VOLUME / (CVE-2015-3631)
  - Fix opening of file-descriptor 1 (CVE-2015-3627)
  - Fix symlink traversal on container respawn allowing local privilege escalation (CVE-2015-3629)
  - Prohibit mount of /sys
  * Runtime
  - Update Apparmor policy to not allow mounts
- Updated libcontainer-apparmor-fixes.patch: adapt patch to reflect
  changes introduced by docker 1.6.1
- Get rid of SocketUser and SocketGroup workarounds for docker.socket
- Updated to version 1.6.0 (2015-04-07) [bnc#908033]
  * Builder:
    + Building images from an image ID
    + build containers with resource constraints, ie `docker build --cpu-shares=100 --memory=1024m...`
    + `commit --change` to apply specified Dockerfile instructions while committing the image
    + `import --change` to apply specified Dockerfile instructions while importing the image
    + basic build cancellation
  * Client:
    + Windows Support
  * Runtime:
    + Container and image Labels
    + `--cgroup-parent` for specifying a parent cgroup to place container cgroup within
    + Logging drivers, `json-file`, `syslog`, or `none`
    + Pulling images by ID
    + `--ulimit` to set the ulimit on a container
    + `--default-ulimit` option on the daemon which applies to all created containers (and overwritten by `--ulimit` on run)
- Updated '0002-Stripped-dockerinit-binary.patch' to reflect changes inside of
  the latest version of Docker.
- bnc#908033: support of Docker Registry API v2.
- enable build for armv7l
- Updated docker.spec to fixed building with the latest version of our
  Go pacakge.
- Updated 0002-Stripped-dockerinit-binary.patch to fix check made by
  the docker daemon against the dockerinit binary.
- Updated systemd service and socket units to fix socket activation
  and to align with best practices recommended by upstram. Moreover
  socket activation fixes bnc#920645.
- Updated to 1.5.0 (2015-02-10):
  * Builder:
  - Dockerfile to use for a given `docker build` can be specified with
    the `-f` flag
  - Dockerfile and .dockerignore files can be themselves excluded as part
    of the .dockerignore file, thus preventing modifications to these files
    invalidating ADD or COPY instructions cache
  - ADD and COPY instructions accept relative paths
  - Dockerfile `FROM scratch` instruction is now interpreted as a no-base
    specifier
  - Improve performance when exposing a large number of ports
  * Hack:
  - Allow client-side only integration tests for Windows
  - Include docker-py integration tests against Docker daemon as part of our
    test suites
  * Packaging:
  - Support for the new version of the registry HTTP API
  - Speed up `docker push` for images with a majority of already existing
    layers
  - Fixed contacting a private registry through a proxy
  * Remote API:
  - A new endpoint will stream live container resource metrics and can be
    accessed with the `docker stats` command
  - Containers can be renamed using the new `rename` endpoint and the
    associated `docker rename` command
  - Container `inspect` endpoint show the ID of `exec` commands running in
    this container
  - Container `inspect` endpoint show the number of times Docker
    auto-restarted the container
  - New types of event can be streamed by the `events` endpoint: ‘OOM’
    (container died with out of memory), ‘exec_create’, and ‘exec_start'
  - Fixed returned string fields which hold numeric characters incorrectly
    omitting surrounding double quotes
  * Runtime:
  - Docker daemon has full IPv6 support
  - The `docker run` command can take the `--pid=host` flag to use the host
    PID namespace, which makes it possible for example to debug host processes
    using containerized debugging tools
  - The `docker run` command can take the `--read-only` flag to make the
    container’s root filesystem mounted as readonly, which can be used in
    combination with volumes to force a container’s processes to only write to
    locations that will be persisted
  - Container total memory usage can be limited for `docker run` using the
    `—memory-swap` flag
  - Major stability improvements for devicemapper storage driver
  - Better integration with host system: containers will reflect changes
    to the host's `/etc/resolv.conf` file when restarted
  - Better integration with host system: per-container iptable rules are moved
    to the DOCKER chain
  - Fixed container exiting on out of memory to return an invalid exit code
  * Other:
  - The HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables are
    properly taken into account by the client when connecting to the
    Docker daemon
- Updated to 1.4.1 (2014-12-15):
  * Runtime:
  - Fix issue with volumes-from and bind mounts not being honored after
    create (fixes bnc#913213)
- Added e2fsprogs as runtime dependency, this is required when the
  devicemapper driver is used. (bnc#913211).
- Fixed owner & group for docker.socket (thanks to Andrei Dziahel and
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752555#5)
- Updated to 1.4.0 (2014-12-11):
  * Notable Features since 1.3.0:
  - Set key=value labels to the daemon (displayed in `docker info`), applied with
    new `-label` daemon flag
  - Add support for `ENV` in Dockerfile of the form:
    `ENV name=value name2=value2...`
  - New Overlayfs Storage Driver
  - `docker info` now returns an `ID` and `Name` field
  - Filter events by event name, container, or image
  - `docker cp` now supports copying from container volumes
  - Fixed `docker tag`, so it honors `--force` when overriding a tag for existing
    image.
- Changes introduced by 1.3.3 (2014-12-11):
  * Security:
  - Fix path traversal vulnerability in processing of absolute symbolic links (CVE-2014-9356) - (bnc#909709)
  - Fix decompression of xz image archives, preventing privilege escalation (CVE-2014-9357) - (bnc#909710)
  - Validate image IDs (CVE-2014-9358) - (bnc#909712)
  * Runtime:
  - Fix an issue when image archives are being read slowly
  * Client:
  - Fix a regression related to stdin redirection
  - Fix a regression with `docker cp` when destination is the current directory
- Updated to 1.3.2 (2014-11-20) - fixes bnc#907012 (CVE-2014-6407) and
  bnc#907014 (CVE-2014-6408)
  * Security:
  - Fix tar breakout vulnerability
  - Extractions are now sandboxed chroot
  - Security options are no longer committed to images
  * Runtime:
  - Fix deadlock in `docker ps -f exited=1`
  - Fix a bug when `--volumes-from` references a container that failed to start
  * Registry:
  - `--insecure-registry` now accepts CIDR notation such as 10.1.0.0/16
  - Private registries whose IPs fall in the 127.0.0.0/8 range do no need
    the `--insecure-registry` flag
  - Skip the experimental registry v2 API when mirroring is enabled
- Fixed minor packaging issues.
- Updated to version 1.3.1 2014-10-28)
  * Security:
  - Prevent fallback to SSL protocols < TLS 1.0 for client, daemon and
    registry [CVE-2014-5277]
  - Secure HTTPS connection to registries with certificate verification and
    without HTTP fallback unless `--insecure-registry` is specified
  * Runtime:
  - Fix issue where volumes would not be shared
  * Client:
  - Fix issue with `--iptables=false` not automatically
    setting `--ip-masq=false`
  - Fix docker run output to non-TTY stdout
  * Builder:
  - Fix escaping `$` for environment variables
  - Fix issue with lowercase `onbuild` Dockerfile instruction
  - Restrict envrionment variable expansion to `ENV`, `ADD`, `COPY`,
    `WORKDIR`, `EXPOSE`, `VOLUME` and `USER`
- Upgraded to version 1.3.0 (2014-10-14)
  * docker `exec` allows you to run additional processes inside existing containers
  * docker `create` gives you the ability to create a container via the cli without executing a process
  * `--security-opts` options to allow user to customize container labels and apparmor profiles
  * docker `ps` filters
  * wildcard support to copy/add
  * move production urls to get.docker.com from get.docker.io
  * allocate ip address on the bridge inside a valid cidr
  * use drone.io for pr and ci testing
  * ability to setup an official registry mirror
  * Ability to save multiple images with docker `save`
dos2unix
- Update to 7.3.5
  * New option --allow-chown to allow file ownership change
    in old file mode.
- Replace suboptimal find ;
- Use find -exec instead of find | xargs: helps handle cases for
  files with spaces and quotes in their filenames.
- Update to 7.3.5
- Update to 7.3.4
- Update to 7.3.3
- Update to 7.3.2
  * New: Swedish translation of messages and manual.
  * Updated: Danish and Brazilian Portuguese translations.
  * Fix: The -iso option was misinterpreted as a corrupted -i option.
  * Fix: Compilation for MSYS 1.
- Update to 7.3.1
  * New: Simplified Chinese translation of messages and manual.
  * Fix: Compilation error "/'wchar_t' undeclared"/ when Unicode support is disabled.
  * Fix: Compilation errors when MinGW compiler was used (MinGW-w64 was OK).
- Update to 7.3
  * New: Unicode file name support on Windows.
  * Fix: Options -ul and -ub caused option -i to report wrong BOM for no_bom.
- Update to 7.2.3
  * Fix: Check for file I/O errors while reading input files, and added
    a few missing checks while writing output files.
  * Fix: Compilation for msys.
- Update to 7.2.2
  * Fix: Fixed symlink support on FreeBSD.
  * Fix: Skip GB18030 test on FreeBSD.
  * Fix: When conversion of an UTF-16 file with binary symbols was forced,
    null characters were not written in the output.
  * Fix: Check UTF-16 input for invalid surrogate pairs.
- Update to 7.2.1
  * Fix: Skip the GB18030 tests when the system does not support the
    Chinese locale with GB18030 character encoding.
  * Fix: Small corrections in the manual in section GB18030 and OPTIONS -m.
- Update to 7.2
  * New: Japanese translation of the UI messages.
  * New: Support Chinese GB18030 locale.
  * Change: On Unix/Linux convert UTF-16 to the locale encoding. It is
    no longer required that the locale encoding is UTF-8.
- Fixed license type: BSD-2-Clause
- Added missing manual translations: da, fr, pt_BR.
- Update to 7.1:
  * New: Option -i, --info to print file information.
    This new option prints number of DOS, Unix, and Mac line breaks, the byte
    order mark, and if the file is text or binary. And it can print the names
    of files that would be converted.
  Version 7.0
  * New: automated self-tests.
  * New: option -u to keep UTF-16 encoding.
  * New: option -v to print information about BOMs and converted line breaks.
  * Change: stdio mode does not automatically set quiet mode.
  * Change: stdio mode does not automatically force conversion of binaries.
    An error is returned when the stdin stream contains a binary symbol.
  * Bugfix: dos2unix -l created DOS line breaks from Mac line breaks.
  * Bugfix: system error number was not always returned.
  * Bugfix: an Unicode input file disabled 7bit and iso mode for next input files.
  * Bugfix: mac2unix help text, options -b and -r.
  * The code has been cleaned up.
- Update to 6.0.6:
  * Bugfix: mac2unix conversion produced corrupted output from
    UTF-16 input file.
  * New options -b (keep BOM) and -r (remove BOM).
  * New translation of the UI messages: Norwegian Bokmaal.
- Update to 6.0.5
  * Dos2unix is part of the Translation Project (TP).
    All translations go via the Translation Project.
    See http://translationproject.org/
  * New translations of UI messages: Brazilian Portuguese, Chinese (traditional),
    Danish, French, Hungarian, Polish, Serbian, Ukrainian, Vietnamese.
  * New translations of the manual: Brazilian Portuguese, French, German,
    Polish, Ukrainian.
  * Generated man pages are included in the source package to prevent
    compilation problems with very old or very new perl/pod2man versions.
  * Manuals are now generated from gettext PO files with po4a for easier
    translation.
  * All manuals are now in UTF-8 encoding.
  * Skip symbolic links on Windows by default (same as on Unix).
- Update to 6.0.4.
  * New options -ul and -ub to conver UTF-16 files without BOM
  * New Russian translation of the messages
  * Build 32 bit Windows binaries with Large File Support (LFS) by
    using mingw-w64 for 32 bit Windows
  * When a binary symbol is encountered the value is printed
- Update to 6.0.3. Changes since 6.0:
  - Version 6.0.3
  * Source code compiles with Microsoft Visual C.
  * Print system error when writing output fails.
  - Version 6.0.2
  * The locale encoding detection when NLS was disabled has been fixed.
  * Print line number when a binary symbol is found.
  * Updated makefiles for Watcom C, and added a new one for OS/2.
  - Version 6.0.1
  * Update Spanish translations.
  * Update manual.
- fix build against openSUSE:Factory / standard: man page paths
- update to 6.0:
  * Conversion of Windows UTF-16 files to Unix UTF-8 files
  * Conversion of Unix UTF-8 files to Windows UTF-8 files with byte
    order mark
- Update to 5.3.3:
  - enabled wildcard expansion
  - small update in RETURN VALUE section of man page
- removed dos2unix-correct_ending.patch (instead pass HTMLEXT="/html"/
  to make)
- Update to 5.3.2:
  - Change of hmoepage URL.
  - All other changes are for non Unix platforms.
  - Don't recompress the package anymore.
- cross-build fix: use %__cc macro
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Update to 5.3.1:
  * Spanish tranlation of messages and manual.
  * File ownership is maintained in old file mode (Unix only).
  * Dos2unix and Unix2dos share the same language files.
  * Code cleanup.
- Add buildrequire on xz.
- Repackage with xz.
- Open all fds with O_CLOEXEC.
- Version update to 5.3
  - removed patch dos2unix-no_pdf.patch, this version doesn't
    generate pdf/ps documents.
  - updated dos2unix-correct_ending.patch
  - fixed Url: in the spec file
- Don't generate ps/pdf documents, thus no need for ghostscript.
- Update to 5.2:
    ISO conversion mode supports same DOS code pages as SunOS dos2unix does:
    CP437 (US), CP850 (Western European), CP860 (Portuguese),
    CP863 (French Canadian), and CP865 (Nordic).
    ISO conversion mode supports Windows code page CP1252 (Western).
    SunOS compatible options -ascii, -iso, -7, -437, -850, -860, -863, and -865.
    Active code page detection for ISO mode.
    Fixed ISO conversion of non-breaking space (NBSP).
    Treat ASCII Form Feed control characters as valid text.
    Update manual pages.
    Don't include generated documentation files in Unix source package.
- Suffix for HTML pages is .html not .htm
- remove unsupported locales
- fix file list
- Use %_smp_mflags
- Update 5.1.1:
  * Added Dutch translation of the manual
  * Updated German translation
- Add eo-x directories to fix build.
- Update to 5.1:
  * Esperanto translations have been added.
  * Command-line options can be set in stdio mode.
  * Localization information has been added to the manual.
  * Man pages have been merged.
  * Man page generation from Perl POD file.
- Update to 5.0:
  * Dos2unix and Unix2dos have been bundled in a single package.
  * German translations have been added.
  * Dos2unix -l --newline also works in MAC mode.
  * Unix2dos also got option -l, --newline.
  * Added MAC mode to Unix2dos: Convert Unix line endings to Mac line endings.
  * Cleanup of messages and manual.
- Update to 4.1.2:
  * dos2unix.c: Preserve file mode in 'new file mode'.
  * Makefile: Allow CFLAGS to be set externally.
- Adapt Makefile patch and German message catalog.
- fix translation
- Update to 4.0:
  * version 4.0
  * Added internationalisation using gettext.
  * Added Dutch translation.
  * New option -L/--license that prints software license.
  * Code cleanup
  * Update manual
  * version 3.2
  * version.mk: New file.
  * README: New file.
  * INSTALL: Updated.
  * Makefile: Makefile according GNU standards.
  * ChangeLog : New file.
  * Applied all patches from RedHat:
- Use DESTDIR only in install makefile targets.
- Add a German translation.
- enable parallel building
- Don't destroy original file if the output is on a different file
  system (bnc#488261).
dosfstools
- Add fix-calculation.patch (gh#dosfstools/dosfstools#153, bsc#1172863)
  to work with different size of clusters.
- Update to version 4.1:
  * Now the default for mkfs for filesystems smaller than 512 MB is
    64 / 32 sectors
  * The parsing of octal character specifications for filenames in
    the -u and -d 25 options of fsck now works.
  * Fixed a possible fatlabel crash when writing a label to an
    unlabelled filesystem
  * Testsuite is now available
- Update to 4.0
  * Switch build system to autotools.
  * Fixed data corruption errors in fsck.fat Writing to the third
    to last cluster on FAT12 with an odd number of clusters would
    corrupt the following cluster.
  * The automatic alignment of data clusters that was added in
    3.0.8 and broken for FAT32 starting with 3.0.20 has been
    reinstated.
- Small spec file cleanup
- Drop no longer needed dosfstools-suse-dirs.patch
- Update to 3.0.28
  * mkfs.fat now allows choosing 0xF0 as the media byte which was
    previously rejected.
  * mkfs.fat now supports the --invariant option to facilitate
    testing mkfs.fat itself.
  * Bugs fixed in fsck.fat are a read one byte beyond the end of
    an allocated array when checking some FAT12 filesystems, and
    checking that the first cluster of a file as specified in the
    directory entry is not 1.
- Cleanup spec file with spec-cleaner
- fix url
- updated to 3.0.27:
  * fsck.fat: Don't print version string every time -v is
    encountered
  * Fix attempt to rename root dir in fsck due to uninitialized
    fields
  * Support long file names in volume labeling code
- upstream changed
- Drop gpg-offline build-time requirement; this is now handled by
  the local source validator
- added fsck.{v,}fat and mkfs.{v,}fat compat symlinks in /sbin
  [bnc#884516]
- call spec-cleaner
- updated to 3.0.26:
  * Fix "/odd"/ files created by frequent power-loss.
- updated to 3.0.25:
  * Prevent corruption of FAT during fsck on 64 bit platforms.
    unsigned long is 64 bit on x86-64, which means set_fat was writing two
    entries, which corrupts the next entry. This can cause loss of data in
    another file.
  * Fixed remaining 64 bit build warnings.
double-conversion
- Use proper cmake calls
- Do not pull in py2 that is EOL but use python3 for build
- Update to version 3.1.5 jsc#ECO-1190, jsc#SLE-11474
  * Fix `0x` for string->double conversion when Hex Floats are allowed.
    Avoid integer overflow when exponents for hex floats were too big.
    Update version number.
  * Fixed warning in gcc4.9.
  * Merged changes to install libraries in the correct place when
    using 64-bit libraries.
  * Use relative includes in the library. This shouldn't have any visible effect
    for consumers of the library.
  * Fix typo in test.
  * Fix separator characters when they they don't fit into 8 bits.
  * Check correctly for _MSC_VER.
  * Allow the library to be compiled for Emscripten.
- Update to version 3.0.3
  * Support RISC-V
  * Bug fixes
- Switch to cmake
- Use %license
- Fix RPM groups.
  Slightly trim/compact descriptions.
- Add baselibs.conf: Build 32-bit support (boo#1002561).
- Update project and download urls
- Cleanup spec file with spec-cleaner
- Initial package, version 2.0.1
dracut
- Update to version 049.1+suse.188.gbf445638:
  * 90kernel-modules-extra: don't resolve symlinks before instmod (bsc#1185277)
- Update to version 049.1+suse.187.g63c1504f:
  * fix(shutdown): add timeout to umount calls (bsc#1178219)
- Update to version 049.1+suse.186.g320cc3d1:
  * network-legacy: fix route parsing issues in ifup (bsc#1182688)
  * 90kernel-modules: arm/arm64: Add reset controllers
  * Prevent creating unexpected files on the host when running dracut
  * As of v246 of systemd "/syslog"/ and "/syslog-console"/ switches have been deprecated
- Update to version 049.1+suse.185.g9324648a:
  * 90kernel-modules: arm/arm64: Add reset controllers (bsc#1180336)
  * Prevent creating unexpected files on the host when running dracut (bsc#1176171)
- Update to version 049.1+suse.183.g7282fe92:
  * As of v246 of systemd "/syslog"/ and "/syslog-console"/ switches have been deprecated
    (multiple backported commits, bsc#1180119)
- Update to version 049.1+suse.174.g150b9981:
  * make collect optional (bsc#1177870)
  * Inclusion of dracut modifications to enable nvme-fc boot support (bsc#1142248)
  * suse.spec: add nvmf module
  * 95nvmf: Implement 'fc,auto' commandline syntax
  * 95nvmf: add nvmf-autoconnect script
  * 95nvmf: Fixup FC connections
  * 95nvmf: rework parameter handling
  * 95nvmf: fix typo in the example documentation
  * 95nvmf: add NVMe over TCP support
  * 95nvmf: add module for NVMe-oF
  Adds new module 95nvmf, see jsc#ECO-3063.
- Update to version 049.1+suse.171.g65b2addf:
  * dracut.sh: FIPS workaround for openssl-libs (bsc#1178217)
  * 01fips: turn info calls into fips_info calls (bsc#1164076)
  * 00systemd: add missing cryptsetup-related targets (bsc#1177811)
- Update to version 049.1+suse.156.g7d852636:
  * net-lib.sh: support infiniband network mac addresses (bsc#996146)
  * 95nfs: use ip_params_for_remote_addr() (bsc#1167494)
  * 95iscsi: use ip_params_for_remote_addr() (bsc#1167494)
  * dracut-functions: add ip_params_for_remote_addr() helper (bsc#1167494)
- Update to version 049.1+suse.152.g8506e86f:
  * 01fips: modprobe failures during manual module loading is not fatal (bsc#bsc#1169997)
  * 91zipl: parse-zipl.sh: honor SYSTEMD_READY (bsc#1165828)
  * 95iscsi: fix ipv6 target discovery (bsc#1172807)
  * 35network-legacy: correct conditional for creating did-setup file (bsc#1172807)
- Update to version 049.1+suse.148.gc4a6c2dd:
  * 95fcoe: load 'libfcoe' module as a fallback (bsc#1173560)
  * 99base: enable the initqueue in both 'dracut --add-device' and 'dracut --mount' cases.
    (bsc#bsc#1161573)
- Update to version 049.1+suse.146.g6f5195cf:
  * 35network-legacy: Fix dual stack setups (bsc#1172807)
- Update to version 049.1+suse.145.g8ae82192:
  * 95iscsi: fix missing space when compiling cmdline args (bsc#1172816)
- Update to version 049.1+suse.144.ge0eaf296:
  * Add wicked specific config files (bsc#1089333)
- Update to version 049.1+suse.143.g368f585a:
  * modules.d: fix udev rules detection of multipath devices (bsc#1171370)
- Update to version 049.1+suse.142.gf8776da4:
  * Run format_spec_file
- Update to version 049.1+suse.141.g7563c620:
  * network-legacy/net-genrules.sh: use $name instead of $env{INTERFACE} (bsc#1161438)
  * 35network-legacy: call initqueue/online for DHCP, too (boo#1161438)
  * 90nvdimm: include nvdimm keys in initrd (bsc#1161343)
- Update to version 049.1+git138.9068a629:
  * systemd: install systemd-tty-ask-password-agent systemd-ask-password
  * Mark interface setup after dhcp (bsc#1167161)
  * Store nameserver received from wicked dhcp lease (bsc#1167161)
- Changed scheme to 049.1+suse.139.g8a7d3d9e to match systemd package
  * Scheme pattern> <PARENT_TAG>+suse.<TAG_OFFSET>.g<SHA1>
  * No functional change
- Update to version 049.1+git135.46dceb02:
  * 40network: Do not require hostname binary
  * suse.spec: add new modules 90nvdimm and 99suse-initrd
  * 95fcoe: default rd.nofcoe to false (bsc#1163343)
  * Add module "/99suse-initrd"/ for parsing "/SUSE INITRD"/ lines (bsc#1161343)
    Dependent commits:
  * Add module "/90nvdimm"/ for NVDIMM support
  * 90kernel-modules: remove nfit from static module list
- Update to version 049.1+git129.0f19bbfd:
  * 35network-legacy: dhclient is optional (bsc#1166188)
  * suse.spec: Create -extra package (bsc#1166188)
  * suse.spec: Remove obsolete permission fixups
  * 00warpclock: Fix permissions in warpclock.sh
- Update to version 049.1+git125.e2b2c9ef:
  * 01fips: handle SHA1 on machines without AVX (bsc#1160318)
  * Update: 90kernel-modules: Add PCI host controller modules (boo#1162669)
- Update to version 049.1+git124.70941b30:
  * 90kernel-modules: Add PCI host controller modules (boo#1162669)
- Update to version 049.1+git123.c2a6645e:
  * dracut: add warning when including unsupported modules (bsc#1163055)
  * 01fips: Boot without BOOT_IMAGE being set (bsc#1161292)
  * 01fips: Use correct kernel image name for more platforms (bsc#1164076)
- Update to version 049.1+git120.dbfbfcb8:
  * 95zfcp_rules/parse-zfcp.sh: remove rule existence check (bsc#1008352)
- Update to version 049.1+git119.abf1a408:
  * 30convertfs: adopt for SUSE (boo#1158777)
- Update to version 049+git118.a6090e2f:
  * Implement support for verifying the boot with fipscheck (bsc#1158530)
- Update to version 049+git117.d3206e79:
  * Remove purge-kernels scripts and service (jsc#SLE-10162)
- Update to version 049+git116.e9995c78:
  * dracut.spec: add convertfs module correctly (boo#1158777)
- Update to version 049+git115.c2d8d6fb:
  * suse: Remove incorrect usage of %_libexecdir (boo#1155785)
- Update to version 049+git114.058e566c:
  * 35network-legacy: only skip waiting for interfaces if netroot is set (bsc#1152006)
  * fixup "/Dracut: only login to one target at a time"/ (bsc#1152650)
- Update to version 049+git112.fe41ccd9:
  * dracut: move /var/run and /var/lock from directory to symlink (bsc#1149103, ECO#323)
  * 35network-legacy: signalize the setup in ifup when dhcp (bsc#1146661)
  * 35network-legacy: fix typo
  * 35network-legacy: install hostname required by ifup.sh (bsc#1146661)
- Update to version 049+git108.6c9d1156:
  * dracut-init.sh: Nuke unused install_kmod_with_fw function
  * dracut-install: Support the compressed firmware files correctly (boo#1146769)
  * dracut: let module handling function accept optional path option
  * dracut.sh: Fix udevdir detection
- Update to version 049+git104.1244eed7:
  * mkinitrd-suse.sh: remove trailing "/|"/
- Update to version 049+git103.c8d99b62:
  * Add support for compressed kernel modules (boo#1135854)
- Update to version 049+git102.9ee0c387:
  * dracut-install: Add support for compressed firmware files (boo#1136677)
- Update to version 049+git101.17c579a0:
  * call netroot on wicked dhcp setup
  * nfsroot follow ifcfg settings for boot protocol
- Update to version 049+git99.76df40e7:
  * 95fcoe: Fix startup when fcoe module is included (boo#1136977)
  * tests: Ignore .testdir
  * Add support for riscv64
  * mkinitrd-suse.sh: simplify get_kernel_version (bsc#1139939)
  * 95dasd-rules & 95zfcp_rules: Look for correct rule name (bsc#1137784)
- Update to version 049+git94.aef7a52b:
  * ucode: properly include early only ucode (bsc#1098915, bsc#1125393)
  * keep network device naming scheme on upgrade (bsc#1136927)
- Bump to 049
- Contains fixes for bsc#1134472, bsc#1134347 and bsc#1133819
- Patches are now maintained in git
  * Removed 0012-40network-Fix-race-condition-when-wait-for-networks.patch
  * Removed 0013-40network-always-start-netroot-in-ifup.sh.patch
  * Removed 0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch
  * Removed 0016-Add-new-s390x-specific-rule-files.patch
  * Removed 0017-45ifcfg-use-distro-specific-scripts.patch
  * Removed 0020-00warpclock-Set-correct-timezone.patch
  * Removed 0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch
  * Removed 0048-40network-Only-enable-network-interfaces-if-explicit.patch
  * Removed 0053-01fips-fixup-loading-issues.patch
  * Removed 0056-81cio_ignore-handle-cio_ignore-commandline.patch
  * Removed 0057-01fips-Include-some-more-hmacs.patch
  * Removed 0058-dracut-add-warning-when-including-unsupported-module.patch
  * Removed 0059-99suse-Add-SUSE-specific-initrd-parsing.patch
  * Removed 0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch
  * Removed 0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch
  * Removed 0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch
  * Removed 0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch
  * Removed 0079-95dasd_rules-fixup-rd.dasd-parsing.patch
  * Removed 0080-95dasd_rules-print-out-rd.dasd-commandline.patch
  * Removed 0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch
  * Removed 0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch
  * Removed 0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch
  * Removed 0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch
  * Removed 0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch
  * Removed 0088-91zipl-Add-new-module-to-update-s390x-configuration.patch
  * Removed 0089-40network-create-var-lib-wicked-in-ifup.sh.patch
  * Removed 0090-dracut-caps-Remove-whole-caps-module.patch
  * Removed 0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch
  * Removed 0094-Implement-shortcut-ip-ifname-static-for-static-confi.patch
  * Removed 0107-Fixup-typo-firmare-instead-of-firmware.patch
  * Removed 0108-91zipl-Store-commandline-correctly.patch
  * Removed 0109-95dasd_rules-Store-all-devices-in-commandline.patch
  * Removed 0110-95zfcp_rules-Store-all-devices-in-commandline.patch
  * Removed 0113-91zipl-Install-script-as-executable.patch
  * Removed 0114-91zipl-Translate-ext2-3-into-ext4.patch
  * Removed 0116-Mark-scripts-as-executable.patch
  * Removed 0117-95dasd_rules-Enable-the-device-before-checking-devic.patch
  * Removed 0118-95zfcp_rules-Enable-the-device-before-checking-devic.patch
  * Removed 0121-Adjust-initramfs-kernel.img-to-SUSE-default-initrd-k.patch
  * Removed 0123-95zfcp_rules-fix-typo-in-module_setup.patch
  * Removed 0124-40network-Update-iBFT-scanning-code-to-handle-IPv6.patch
  * Removed 0125-40network-separate-mask-and-prefix.patch
  * Removed 0126-01fips-Add-drbg-module-to-force-loaded-modules.patch
  * Removed 0128-90lvm-Install-dm-snapshot-module.patch
  * Removed 0130-nfs-Always-add-all-kernel-modules-for-kdump.patch
  * Removed 0131-40network-handle-prefixed-IP-addresses-correctly.patch
  * Removed 0132-40network-fixup-static-network-configuration.patch
  * Removed 0133-Allow-multiple-configurations-per-network-interface-.patch
  * Removed 0137-Switch-from-Mozilla-NSS-sha256hmac-checking-to-fipsc.patch
  * Removed 0138-fips_add_aesni-intel.patch
  * Removed 0139-fips-kernel-4.4-fixes.patch
  * Removed 0142-40network-Don-t-report-error-for-etc-sysconfig-netwo.patch
  * Removed 0144-90crypt-Fixed-crypttab_contains-to-also-work-with-de.patch
  * Removed 0145-40network-handle-ip-ifname-static-correctly.patch
  * Removed 0150-Find-kernel-modules-in-extra-and-weak-updates-path-a.patch
  * Removed 0157-Add-boot-zipl-to-host-devs-if-it-is-a-mount-point.patch
  * Removed 0158-Add-SUSE-kernel-module-dependencies-in-etc-modprobe.patch
  * Removed 0159-network-Try-to-load-xennet.patch
  * Removed 0160-s390-update_active_devices_initrd.patch
  * Removed 0161-95zfcp_rules-simplified-rd.zfcp-commandline-for-NPIV.patch
  * Removed 0162-network-Request-DHCP-lease-instead-of-getting-applyi.patch
  * Removed 0163-Install-etc-sysconfig-console-to-see-specific-fonts.patch
  * Removed 0164-Fix-initramfs-ver.img-vs-initrd-ver-in-dracut-initra.patch
  * Removed 0168-remove_plymouth_logo_file.patch
  * Removed 0169-network_set_mtu_macaddr_for_dhcp.patch
  * Removed 0170-iscsi-skip-ibft-invalid-dhcp.patch
  * Removed 0180-i18n_add_correct_fontmaps.patch
  * Removed 0182-fix-include-parsing.patch
  * Removed 0183-fix_add_drivers_hang.patch
  * Removed 0188-95dasd_rules-Install-collect-udev-helper-binary.patch
  * Removed 0190-replace-iscsistart-with-systemd-service-files.patch
  * Removed 0191-static_network_setup_return_zero.patch
  * Removed 0192-iscsi_set_boot_protocol_from_ifcfg.patch
  * Removed 0193-95iscsi-Set-number-of-login-retries.patch
  * Removed 0196-ibft-wait-for-session-on-all-paths.patch
  * Removed 0197-95iscsi-Do-not-require-network-for-qla4xxx-flash-ses.patch
  * Removed 0198-95iscsi-set-rd.iscsi.firmware-for-qla4xxx-sessions.patch
  * Removed 0199-rd-iscsi-waitnet-default-false.patch
  * Removed 0200-dracut_fix_multipath_without_config.patch
  * Removed 0201-fix_nfs_with_ip_instead_of_hostname.patch
  * Removed 0202-dracut_dmraid_use_udev.patch
  * Removed 0203-no-fail-builtin-module.patch
  * Removed 0204-mkinitrd-fix-monster.patch
  * Removed 0205-mdraid_ignore_hostonly.patch
  * Removed 0206-nfs_dns_alias.patch
  * Removed 0207-handle_module_aliases.patch
  * Removed 0208-no_forced_virtnet.patch
  * Removed 0209-fix_modules_load_d_hostonly.patch
  * Removed 0210-add_fcoe_uefi_check.patch
  * Removed 0212-fcoe_reorder_init_path.patch
  * Removed 0213-Fix-wrong-keymap-inclusion.patch
  * Removed 0214-95fcoe-Do-not-overwrite-FCoE-configuration.patch
  * Removed 0215-95fcoe-Do-not-complain-about-missing-etc-hba.conf.patch
  * Removed 0216-95fcoe-silence-lldpad-warnings.patch
  * Removed 0217-95fcoe-Allow-to-specify-the-FCoE-mode-via-the-fcoe-p.patch
  * Removed 0218-40network-allow-persistent-interface-names.patch
  * Removed 0219-95fcoe-use-interface-names-instead-of-MAC-addresses.patch
  * Removed 0220-95fcoe-always-set-AUTO_VLAN-for-fcoemon.patch
  * Removed 0221-95fcoe-Add-shutdown-script.patch
  * Removed 0222-90dm-Fixup-shutdown-script.patch
  * Removed 0223-90dm-fixup-dependency-cycle-between-MD-and-DM-shutdo.patch
  * Removed 0224-95iscsi-setup-bnx2i-offload-connections-properly.patch
  * Removed 0225-95fcoe-do-not-start-fcoemon-twice.patch
  * Removed 0300-dracut_dont_use_dpkg_defaults_on_SUSE.patch
  * Removed 0301-include_sysconfig_language.patch
  * Removed 0302-Revert-90multipath-add-hostonly-multipath.conf-in-ca.patch
  * Removed 0303-fix_multipath_check_hostonly.patch
  * Removed 0304-90multipath-Start-daemon-after-udev-settle.patch
  * Removed 0305-90multipath-load-dm_multipath-module-during-startup.patch
  * Removed 0306-90multipath-add-shutdown-script.patch
  * Removed 0307-90multipath-parse-kernel-commandline-option-multipat.patch
  * Removed 0308-mdraid_add_IMSM_NO_PLATFORM_env.patch
  * Removed 0309-90dmraid-do-not-delete-partitions.patch
  * Removed 0310-95resume-Do-not-resume-on-iSCSI.patch
  * Removed 0311-95iscsi-ip-ibft-is-deprecated.patch
  * Removed 0312-40network-Do-not-print-message-about-tmp-net.ibft0.c.patch
  * Removed 0313-90mdraid-Use-stock-MD-rules-to-assemble-RAID-arrays.patch
  * Removed 0314-nfs_do_not_pass_ifname_for_bonding_devices.patch
  * Removed 0402-driver-fail-summary.patch
  * Removed 0403-95lunmask-Add-module-to-handle-LUN-masking.patch
  * Removed 0404-dracut-emergency-optionally-print-fs-help.patch
  * Removed 0450-Strip-NUL-bytes-in-stream-before-push-in-string.patch
  * Removed 0451-systemd-initrd-add-initrd-root-device.target.patch
  * Removed 0452-Always-try-to-add-pinctrl-cherryview.patch
  * Removed 0453-Resolve-symbolic-links-for-i-and-k-parameters-bsc-90.patch
  * Removed 0454-Add-md4-and-arc4-modules-for-ntlm.patch
  * Removed 0500-Reset-IFS-variable.patch
  * Removed 0501-dasd_fix_ssid_bigger_zero.patch
  * Removed 0502-persistent_device_policy_param_enhance.patch
  * Removed 0503-dracut.sh-create-the-initramfs-non-world-readable-al.patch
  * Removed 0504-ibft-fix-boot-flag-check.patch
  * Removed 0505-Allow-booting-from-degraded-MD-RAID-arrays.patch
  * Removed 0506-Boot-on-s390x-with-fips-1-on-the-kernel-commnad-line.patch
  * Removed 0507-Set-TaskMax-inifinite-for-the-emergency-shell.patch
  * Removed 0508-90multipath-start-before-local-fs-pre.target.patch
  * Removed 0509-01fips-Remove-zlib-module-as-requirement.patch
  * Removed 0510-01fips-Some-modules-use-separators-other-than.patch
  * Removed 0511-01fips-ensure-fips-initialization-succeeds-on-s390-x.patch
  * Removed 0512-Make-binutils-optional-when-elfutils-are-available.patch
  * Removed 0513-Fix-regression-caused-by-6f9bf2b8ac436259bdccb110545.patch
  * Removed 0514-man-make-the-k-option-clear-using-mkinitrd.patch
  * Removed 0515-90kernel-modules-also-add-block-device-driver-revers.patch
  * Removed 0516-mkinitrd-suse.sh-Fix-prefix-calculation.patch
  * Removed 0517-95fcoe-fixup-fcoe-genrules.sh-for-VN2VN-mode.patch
  * Removed 0518-90kernel-modules-Fix-backlight-on-Cherrytrail-device.patch
  * Removed 0519-90kernel-modules-Ensure-phy-drivers-are-loaded-in-in.patch
  * Removed 0520-Ignore-module-resolution-errors.patch
  * Removed 0521-Ensure-udev-persistent-storage-compat-rules-get-crea.patch
  * Removed 0522-Fix-typo-from-commit-3f1cdb520.patch
  * Removed 0523-98dracut-systemd-Fix-module-force-loading-with-syste.patch
  * Removed 0524-Suppress-nonsensical-error-message-bsc-1032029.patch
  * Removed 0525-backport-bail-out-if-module-directory-does-not-exist.patch
  * Removed 0526-iscsiroot-call-handle_firmware-only-for-non-iface-in.patch
  * Removed 0527-switch-fips-checking-to-use-the-libkcapi-based-fipsc.patch
  * Removed 0528-Ensure-dracut.sh-responds-properly-to-hostonly_cmdli.patch
  * Removed 0529-systemd-add-missing-.slice-unit.patch
  * Removed 0530-dracut-systemd-dracut-cmdline-ask-fix-dracut-kernel-.patch
  * Removed 0531-dracut-systemd-.service-conflict-with-shutdown-targe.patch
  * Removed 0532-List-drivers-rather-than-looking-for-reverse-depende.patch
  * Removed 0533-instmods-check-modules.builtin-in-srcmods.patch
  * Removed 0534-ssh-client-Include-nss_-libraries.patch
  * Removed 0535-Sync-initramfs-after-creation.patch
  * Removed 0536-90multipath-drop-67-kpartx-compat.rules.patch
  * Removed 0537-dracut-init.sh-ignore-crc32.ko-in-builtin-test.patch
  * Removed 0538-Enable-core-dumps-with-systemd-from-initrd.patch
  * Removed 0539-Add-IMA-functionality-fate-323289.patch
  * Removed 0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch
  * Removed 0541-Make-sure-70-persistent-net.rules-is-included-in-ini.patch
  * Removed 0542-Include-crc32c-intel-module-when-using-btrfs.patch
  * Removed 0543-Remove-00systemd-bootchart.patch
  * Removed 0544-40network-Make-ip-dhcp-work.patch
  * Removed 0545-Add-early-microcode-support-for-AMD-family-16h.patch
  * Removed 0546-Support-Microcode-Updates-for-AMD-CPU-Family-0x17.patch
  * Removed 0547-Fix-task-limit-in-emergency.service-the-same-change-.patch
  * Removed 0548-95fcoe-Switch-back-to-using-fipvlan-for-bnx2fc.patch
  * Removed 0549-fcoe-up-Increase-sleeptime-to-13s.patch
  * Removed 0550-95fcoe-add-timeout-initqueue-entries.patch
  * Removed 0551-fips-use-lib-modules-uname-r-modules.fips.patch
  * Removed 0552-98integrity-support-validating-the-IMA-policy-file-s.patch
  * Removed 0553-98integrity-support-loading-x509-into-the-trusted-bu.patch
  * Removed 0554-98integrity-support-X.509-only-EVM-configuration.patch
  * Removed 0555-Avoid-executing-emergency-hooks-twice.patch
  * Removed 0556-95qeth_rules-Add-new-module-to-copy-qeth-rules.patch
  * Removed 0557-40network-make-arping-optional.patch
  * Removed 0558-40network-remove-brctl-dependency.patch
  * Removed 0559-Add-wickedd-duid.xml-and-iaid.xml-if-available.patch
  * Removed 0560-90kernel-modules-Ensure-PCI-host-modules-are-include.patch
  * Removed 0561-Add-the-qedi-driver-to-driver-list-for-iscsi-boot.patch
  * Removed 0562-Adjust-driver-list-to-modern-kernels.patch
  * Removed 0563-40network-collapse-arping-and-dhcp-calls-into-wicked.patch
  * Removed 0564-40network-Always-set-the-gw-variable.patch
  * Removed 0565-90kernel-modules-Include-Intel-Volume-Management-Dev.patch
  * Removed 0566-95nfs-If-no-server-is-configured-read-BOOTSERVERADDR.patch
  * Removed 0567-Fix-booting-with-fips-1-on-SLES-15.patch
  * Removed 0568-95multipath-Pickup-files-in-etc-multipath-conf.d.patch
  * Removed 0569-10i18n-Load-all-keymaps-for-a-given-locale.patch
  * Removed 0570-10i18n-Fix-possible-infinite-recursion.patch
  * Removed 0571-40network-Fix-static-network-setup.patch
  * Removed 0572-lsinitrd-no-more-cat-write-error-Broken-pipe.patch
  * Removed 0573-lsinitrd.sh-quote-filename-in-extract_files.patch
  * Removed 0574-s-find_btrfs_devs-btrfs_devs.patch
  * Removed 0580-check_for_CONFIG_ACPI_TABLE_UPGRADE.patch
  * Removed 0581-kernel-modules-add-nfit.patch
  * Removed 0582-98dracut-systemd-Start-systemd-vconsole-setup-before.patch
  * Removed 0583-99base-Allow-files-with-backslashes-in-hostonly-file.patch
  * Removed 0584-95dasd_rules-mark-dasd-rules-host_only.patch
  * Removed 0585-emergency-mode-use-sulogin.patch
  * Removed 0586-95zfcp_rules-parse-zfcp.sh-remove-rule-existence-check.patch
  * Removed 0587-Fix-a-missing-space-in-example-configs.patch
  * Removed 0588-Ensure-mmc-host-modules-get-included-properly.patch
  * Removed 0589-Fix-98dracut-systemd-dracut-emergency.sh.patch
  * Removed 0590-00systemd-check-if-systemd-version-is-a-number.patch
  * Removed 0591-91zipl-Don-t-use-contents-of-commented-lines.patch
  * Removed 0592-95iscsi-handle-qedi-like-bnx2i.patch
  * Removed 0593-dracut-only-copy-xattr-if-root.patch
  * Removed 0594-Check-SUSE-kernel-module-dependencies-recursively.patch
  * Removed 0595-iscsi-don-t-continue-waiting-if-the-root-device-is-p.patch
  * Removed 0596-network-stop-waiting-for-interfaces-if-root-device-i.patch
  * Removed 0597-iscsiroot-parse_iscsi_root-overwrites-command-line-a.patch
  * Removed 0598-iscsiroot-there-s-never-more-than-one-target-per-cal.patch
  * Removed 0599-iscsiroot-try-targets-only-once.patch
  * Removed 0600-iscsiroot-remove-bashisms.patch
  * Removed 0601-base-dracut-lib.sh-dev_unit_name-guard-against-dev-b.patch
- dracut-lib.sh:dev_unit_name() guard against $dev beginning with "/-"/ (bsc#1132448)
  * adds 0601-base-dracut-lib.sh-dev_unit_name-guard-against-dev-b.patch
- 95iscsi: avoid error messages when building initrd, multipath timeouts
  (bsc#1130114, bsc#1130107, bsc#1121238)
  * adds 0595-iscsi-don-t-continue-waiting-if-the-root-device-is-p.patch
  * adds 0596-network-stop-waiting-for-interfaces-if-root-device-i.patch
  * adds 0597-iscsiroot-parse_iscsi_root-overwrites-command-line-a.patch
  * adds 0598-iscsiroot-there-s-never-more-than-one-target-per-cal.patch
  * adds 0599-iscsiroot-try-targets-only-once.patch
  * adds 0600-iscsiroot-remove-bashisms.patch
- Bump version to 044.2 to provide a version to lock on to (bsc#1127891)
- Check SUSE kernel module dependencies recursively (bsc#1127891)
  * adds 0594-Check-SUSE-kernel-module-dependencies-recursively.patch
- Handle non-versioned dependency in purge-kernels.
- purge-kernels: Avoid endless loop when uninstalling kernels that depend on
  KMPs which in themselves depend on other packages (bsc#1125327)
- Avoid "/Failed to chown ... Operation not permitted"/ when run from non-root,
  by not copying xattrs. (osc#1092178)
  * adds 0593-dracut-only-copy-xattr-if-root.patch
- Correct fix for displaying text on emergency consoles (boo#1124088)
  * removes 0589-Fix-displaying-text-on-emergency-consoles.patch
  * adds 0589-Fix-98dracut-systemd-dracut-emergency.sh.patch
- 95iscsi: handle qedi like bnx2i (bsc#1113712)
  * adds 0592-95iscsi-handle-qedi-like-bnx2i.patch
- 91zipl: Don't use contents of commented lines (osc#1119499)
  * adds 0591-91zipl-Don-t-use-contents-of-commented-lines.patch
- Fix displaying text on emergency consoles (boo#1124088)
  - adds 0589-Fix-displaying-text-on-emergency-consoles.patch
- Fix systemd version check, will be required for systemd v241
  - 0590-00systemd-check-if-systemd-version-is-a-number.patch
- Remove invalid "/FONT_MAP=none"/ from vconsole.conf (osc#1013573)
- Ensure mmc host modules get included properly (bsc#1119037)
  * adds 0588-Ensure-mmc-host-modules-get-included-properly.patch
- Fix a missing space in example configs (boo#1121251)
  * adds 0587-Fix-a-missing-space-in-example-configs.patch
- 95zfcp_rules/parse-zfcp.sh: remove rule existence check (bsc#1008352).
  * adds 0586-95zfcp_rules-parse-zfcp.sh-remove-rule-existence-check.patch
- dracut-installkernel: Stop keeping old kernel files as .old
  (boo#1112327)
  The .old kernel files are confusing grub2 which can't find a
  matching directory under /lib/modules. Furthermore, there is no
  guarantee that the new modules are fully compatible with the old
  kernel.
  If anything goes wrong with a new self-compiled kernel, the user
  can always boot back to the distribution kernel, so the .old
  backup files are not needed in the first place. Get rid of them
  to simplify and speed up the whole process.
-  emergency mode: bring shell and all vital information to
  all ttys specified as console devices
  (FATE#325386, bsc#1053248, bsc#937555)
  * Adds 0585-emergency-mode-use-sulogin.patch
- 98dracut-systemd: Start systemd-vconsole-setup before dracut-cmdline-ask
  (bsc#1055834)
  * adds 0582-98dracut-systemd-Start-systemd-vconsole-setup-before.patch
- Fixed Patch 581 to apply cleanly
  * Updates 0581-kernel-modules-add-nfit.patch
- Mark the DASD udev rules host-only and handle backslashes in paths for
  hostonly files (bsc#1090884)
  * adds 0583-99base-Allow-files-with-backslashes-in-hostonly-file.patch
  * adds 0584-95dasd_rules-mark-dasd-rules-host_only.patch
- Add nfit module (bsc#1110519)
  * adds 0581-kernel-modules-add-nfit.patch
- Add kernel-syms to list of packages to remove with purge-kernels (bsc#1104090).
- Skip kernels that cannot be removed by purge-kernels due to dependencies and
  continue removing other kernels (bsc#1104090).
- Fix finding btrfs devices (bsc#1104178).
  * add 0574-s-find_btrfs_devs-btrfs_devs.patch
- Add fix to override ACPI tables via initrd, a kernel config variable
  changed name (bsc#1098448)
  This is mainline git commit 940169e8d8e500498a3f350b2b3f341ae6548492
  A 0580-check_for_CONFIG_ACPI_TABLE_UPGRADE.patch
- 40network: Fix static network setup (bsc#1091099)
  * adds 0571-40network-Fix-static-network-setup.patch
- lsinitrd: Fix cat: write error: Broken pipe error (bsc#1094603)
  * adds 0572-lsinitrd-no-more-cat-write-error-Broken-pipe.patch
  * adds 0573-lsinitrd.sh-quote-filename-in-extract_files.patch
- 95multipath: Pickup multipath files in /etc/multipath/conf.d (boo#1048551)
  * adds 0568-95multipath-Pickup-files-in-etc-multipath-conf.d.patch
- 10i18n: Load all keymaps for a given locale (boo#1065058)
  * adds 0569-10i18n-Load-all-keymaps-for-a-given-locale.patch
  * adds 0570-10i18n-Fix-possible-infinite-recursion.patch
- 01fips: fix FIPS mode on SLES 15 (bsc#1074984)
  * adds 0567-Fix-booting-with-fips-1-on-SLES-15.patch
- Do not attempt to run purge-kernels.service on ro rootfs (bsc#1087880)
- 95nfs: If no server is configured, read BOOTSERVERADDR from wicked's leaseinf
  (bsc#1089332)
  * adds 0566-95nfs-If-no-server-is-configured-read-BOOTSERVERADDR.patch
- Remove RH-specific s390 modules (bsc#1086216)
- Use %license instead of %doc [bsc#1082318]
- Instead of using arping, use wicked's own implementation (bsc#1078245)
  Follow-up patch to "/disable arping"/, requires wicked 0.6.46.
  * adds 0563-40network-collapse-arping-and-dhcp-calls-into-wicked.patch
- Wicked: Properly add set gateway variable when using dhcp (bsc#1085614)
  * adds 0564-40network-Always-set-the-gw-variable.patch
- Allow booting from block devices using intel vmd (bsc#1079924)
  * adds 0565-90kernel-modules-Include-Intel-Volume-Management-Dev.patch
- Enable aarch64 and adds critical drivers of ARM platform (bsc#1084272)
  * adds 0562-Adjust-driver-list-to-modern-kernels.patch
- 95iscsi: Add the qedi driver to driver list for iscsi boot
  * adds 0561-Add-the-qedi-driver-to-driver-list-for-iscsi-boot.patch
- purge-kernels: Handle SLE 15 kernel live patches (bsc#108437)
- 90kernel-modules: Ensure PCI host modules are included (boo#1079924)
  * adds 0560-90kernel-modules-Ensure-PCI-host-modules-are-include.patch
- 40network: Add wickedd duid.xml and iaid.xml if available
  (bsc#1022872, bsc#1082832)
  * adds 0559-Add-wickedd-duid.xml-and-iaid.xml-if-available.patch
- 95qeth_rules: Fix file permissions (FATE#323440)
- 40network: disable arping, it is no longer part of default installation (bsc#1078245)
  * Adds 0557-40network-make-arping-optional.patch
- 40network: replace brctl, it is longer part of default installation (bsc#1078245)
  * Adds 0558-40network-remove-brctl-dependency.patch
- 95qeth_rules: Add new module to copy qeth rules (FATE#323440)
  * Adds 0556-95qeth_rules-Add-new-module-to-copy-qeth-rules.patch
- Avoid executing emergency hook twice
  * Adds 0555-Avoid-executing-emergency-hooks-twice.patch
- support validating the IMA policy file signature, needed since Kernel 4.7
  * Adds 0552-98integrity-support-validating-the-IMA-policy-file-s.patch
- IMA: improve support for evm key loading (bsc#1077359, fate#323906)
  * Adds 0553-98integrity-support-loading-x509-into-the-trusted-bu.patch
  * Adds 0554-98integrity-support-X.509-only-EVM-configuration.patch
- FIPS: Adjust dependencies to work for cryptsetup 2.0 (bsc#1077070)
- Added a few more patch annotations
- Fix typo for ima dependency (evmtcl vs evmctl) (bsc#1073466)
- Updated Patch annotation regarding their upstream state
- FIPS: Try to fetch list of fips modules from the kernel's modules dir (bsc#1074984)
  * Adds 0551-fips-use-lib-modules-uname-r-modules.fips.patch
- Annotated patches regarding their upstream state
- dracut-ima requires evmctl and keyutils (bsc#1073466)
- Switch back to fipvlan for bnx2fc (bsc#1052840)
  * adds 0548-95fcoe-Switch-back-to-using-fipvlan-for-bnx2fc.patch
- 95fcoe: Allow bnc2x driver more time to complete DCB negotiation (bsc#1052840)
  * adds 0549-fcoe-up-Increase-sleeptime-to-13s.patch
- 95fcoe: add timeout initqueue entries (bsc#1052840)
  * adds 0550-95fcoe-add-timeout-initqueue-entries.patch
- Fix task limit in emergency.service (same as in dracut-emergency.service) (bsc#1019938)
  * adds 0547-Fix-task-limit-in-emergency.service-the-same-change-.patch
- Fix logic for applying 0541-Make-sure-70-persistent-net.rules-is-included-in-ini.patch
- Support AMD CPU families 0x16 and 0x17 (bsc#1072424)
  * Adds 0545-Add-early-microcode-support-for-AMD-family-16h.patch
  * Adds 0546-Support-Microcode-Updates-for-AMD-CPU-Family-0x17.patch
- Make ip=dhcp work. Previously, a network interface specifier was required.
  The new behaviour matches documented behaviour.
  Adds 0544-40network-Make-ip-dhcp-work.patch
- Remove 00systemd-bootchart, which is gone from systemd for some time (bsc#1067279)
  Adds 0543-Remove-00systemd-bootchart.patch
- Ensure 0541-Make-sure-70-persistent-net.rules-is-included-in-ini.patch is
  not applied on Leap either
- Ensure 0541-Make-sure-70-persistent-net.rules-is-included-in-ini.patch
  is not applied on SLE.
- This is to support predictable interface names (boo#960669)
  * adds 0541-Make-sure-70-persistent-net.rules-is-included-in-ini.patch
- Include crc32c Intel module when using btrfs (bsc#1011554)
  * adds 0542-Include-crc32c-intel-module-when-using-btrfs.patch
- Check the proper variable for a custom IMA keys directory (cherry-picked)
  Part of fate#323289.
  * adds 0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch
- Reword dracut-ima description to avoid misunderstandings.
- Replace old RPM constructs.
- Add IMA functionality (fate#323289)
  This is implemented as a sub module analogous to FIPS
  * adds 0539-Add-IMA-functionality-fate-323289.patch
- 90multipath: Remove compat rule that is no longer needed (bsc#1054539)
  * adds 0536-90multipath-drop-67-kpartx-compat.rules.patch
- Don't detect crc32.ko as built-in (bsc#1054538)
  * adds 0537-dracut-init.sh-ignore-crc32.ko-in-builtin-test.patch
- Enable systemd-based core dumps for initrd (bsc#1054809)
  * adds 0538-Enable-core-dumps-with-systemd-from-initrd.patch
- Add missing coreutils dependency for initrd macros (bsc#1055492).
- Ensure that targets such as halt can be reached (bsc#1048698)
  * adds 0529-systemd-add-missing-.slice-unit.patch
  * adds 0530-dracut-systemd-dracut-cmdline-ask-fix-dracut-kernel-.patch
  * adds 0531-dracut-systemd-.service-conflict-with-shutdown-targe.patch
- Do not add too many drivers all at once (bsc#1037344)
  * adds 0532-List-drivers-rather-than-looking-for-reverse-depende.patch
- instmods: check modules.builtin in $srcmods (bsc#1048606)
  * adds 0533-instmods-check-modules.builtin-in-srcmods.patch
- ssh-client: ensure is usable in all cases (bsc#1021846)
  * adds 0534-ssh-client-Include-nss_-libraries.patch
- Sync initramfs after creation to ensure entigrity (bsc#1049113)
  * adds 0535-Sync-initramfs-after-creation.patch
- Ensure dracut.sh responds properly to hostonly cmdline (bsc#1048748)
  * adds 0528-Ensure-dracut.sh-responds-properly-to-hostonly_cmdli.patch
- switch fips checking to use the libkcapi based fipscheck toolset (bsc#1048565)
  * adds 0527-switch-fips-checking-to-use-the-libkcapi-based-fipsc.patch
- iscsiroot: call handle_firmware only for non-iface invocations (bsc#1032284)
  * adds 0526-iscsiroot-call-handle_firmware-only-for-non-iface-in.patch
- bail out if module directory does not exist (bsc#1043900)
  * adds 0525-backport-bail-out-if-module-directory-does-not-exist.patch
- Suppress nonsensical error message (bsc#1032029)
  * adds 0524-Suppress-nonsensical-error-message-bsc-1032029.patch
- 01fips: Fix typo (bsc#1033238)
  * adds 0522-Fix-typo-from-commit-3f1cdb520.patch
- 98dracut-systemd: Fix module force loading with systemd (bsc#986216)
  * adds 0523-98dracut-systemd-Fix-module-force-loading-with-syste.patch
- Ship udev files required by systemd (bsc#1040153)
  * adds 0521-Ensure-udev-persistent-storage-compat-rules-get-crea.patch
- Bump package version to 044.1 to allow systemd to depend on this change
- Revert: "/Require version >= 3.18 btrfsprogs, rather than conflicting with
  an older one"/. Dracut should never depend on optional components
- Ignore module resolution errors (e.g. with kgraft) (bsc#1037120)
  * adds 0520-Ignore-module-resolution-errors.patch
- 90kernel-modules: Ensure phy drivers are loaded in initrd (bsc#1034893)
  * adds 0519-90kernel-modules-Ensure-phy-drivers-are-loaded-in-in.patch
- 90kernel-modules: Fix backlight on Cherrytrail devices (boo#1034785)
  * adds 0518-90kernel-modules-Fix-backlight-on-Cherrytrail-device.patch
- 95fcoe: fix rules generation (osc#1036323)
  * adds 0517-95fcoe-fixup-fcoe-genrules.sh-for-VN2VN-mode.patch
- More correct patch description for 0512, no functional changes
  * updates 0512-Make-binutils-optional-when-elfutils-are-available.patch
- Require version >= 3.18 btrfsprogs, rather than conflicting with
  an older one
- Fix subnet calculation in mkinitrd (bsc#1035743)
  * adds 0516-mkinitrd-suse.sh-Fix-prefix-calculation.patch
- Conflict with older btrfsprogs < 3.18  bsc#1035518
  * otherwise when zypper duping we are not able to generate intrd
    until the btrfsprogs are updated, this way we force the app
    to be update beforehand (13.1 and SLE11 migrations)
- Ensure hisi_sas_v2_hw gets included (bsc#1034597)
  * adds 0515-90kernel-modules-also-add-block-device-driver-revers.patch
- Fix mdraid regression (bsc#1028542)
  * adds 0513-Fix-regression-caused-by-6f9bf2b8ac436259bdccb110545.patch
- man: make the -k option clear using mkinitrd (bsc#1012656)
  * adds 0514-man-make-the-k-option-clear-using-mkinitrd.patch
- Fix typo in installkernel script (bsc#1032576)
- Drop binutils dependency in favor of elfutils
  * add 0512-Make-binutils-optional-when-elfutils-are-available.patch
- 01fips: Make init on non-x86_64, specifically s390x, pass (bsc#1021687)
  * add 0510-01fips-Some-modules-use-separators-other-than.patch
  * add 0511-01fips-ensure-fips-initialization-succeeds-on-s390-x.patch
- installkernel: handle make bin-rpmpkg (bsc#1008648)
- Do not pass ifname for bonding devices (bsc#995812)
  * add 0314-nfs_do_not_pass_ifname_for_bonding_devices.patch
- Find devices by path for S390x (bsc#915218)
  * add s390x_persistent_device.conf
- 01fips: Remove zlib module as requirement (bsc#1020063)
  * add 0509-01fips-Remove-zlib-module-as-requirement.patch
- 90multipath: 90multipath: start before local-fs-pre.target
  (bsc#1005410, bsc#1006118, bsc#1007925)
  * add 0508-90multipath-start-before-local-fs-pre.target.patch
- unlimit TaskMax for xfs_repair in emergency shell (bsc#1019938)
  * add 0507-Set-TaskMax-inifinite-for-the-emergency-shell.patch
- Boot on s390x with fips=1 on the kernel commnad line (bnc#1021687)
  * add 0506-Boot-on-s390x-with-fips-1-on-the-kernel-commnad-line.patch
- Allow booting from degrated MD arrays with systemd (bsc#1017695)
  * add 0505-Allow-booting-from-degraded-MD-RAID-arrays.patch
- Add md4 and arc4 modules for ntlm authentication
  * add 0454-Add-md4-and-arc4-modules-for-ntlm.patch
- Resolve symbolic links for -i and -k parameters (bsc#902375)
  * add 0453-Resolve-symbolic-links-for-i-and-k-parameters-bsc-90.patch
- purge-kernels: Handle kgraft patches (bsc#1017141)
  Cleanup unused code.
- deal with incomplete ibft bootflag settings (bsc#1007648)
  * add 0504-ibft-fix-boot-flag-check.patch
- Remove 0314-run-rpcbind.patch again, was solved by another
  change in rpcbind
- Try to always add pinctrl-cherryview (bsc#998440)
  * add 0452-Always-try-to-add-pinctrl-cherryview.patch
- nfs/rpcbind: rpcbind uses now /run/rpcbind for temporary data.
  Create the needed directory.
  * add 0314-run-rpcbind.patch
- systemd-initrd: Add initrd-root-device.target. Cherry-pick to get
  systemd v230 into factory (bsc1009089)
  * add 0451-systemd-initrd-add-initrd-root-device.target.patch
- Bash cannot handle binary strigns with embedded NULs. This used
  to work by accident, it no longer does starting from bash 4.4.
  Strip NULs during all comparison operations as a workaround.
  Addresses bsc989218.
  * add 0450-Strip-NUL-bytes-in-stream-before-push-in-string.patch
- Do not create initramfs with world-readable permissions if
  early microcode update is used bsc#1008340 CVE-2016-8637
  0503-dracut.sh-create-the-initramfs-non-world-readable-al.patch
- Add missing rules file for previous patch
  * modify 0313-90mdraid-Use-stock-MD-rules-to-assemble-RAID-arrays.patch
- 90mdraid: Use stock MD rules to assemble RAID arrays (bsc#998860)
  * add 0313-90mdraid-Use-stock-MD-rules-to-assemble-RAID-arrays.patch
- 95resume: Do not resume on iSCSI devices (bsc#999663)
  * add 0310-95resume-Do-not-resume-on-iSCSI.patch
- 95iscsi: ip=ibft is deprecated (bsc#1004437)
  * add 0311-95iscsi-ip-ibft-is-deprecated.patch
- 40network: do not print warning about non-existing file
  (bsc#1004437)
  * add 0312-40network-Do-not-print-message-about-tmp-net.ibft0.c.patch
- 90dmraid: do not delete partitions (bsc#998860)
  * add 0309-90dmraid-do-not-delete-partitions.patch
- Give-persistent_policy-precedence-over-dev-mapper-names (bsc#908143)
  * add: 0502-persistent_device_policy_param_enhance.patch
- mdadm IMSM_NO_PLATFORM workaround for kdump (bsc#975404)
  * add: 0308-mdraid_add_IMSM_NO_PLATFORM_env.patch
- 90multipath: parse commandline option 'multipath=off' (bsc#1001691)
  * add 0307-90multipath-parse-kernel-commandline-option-multipat.patch
- 95fcoe: do not start fcoemon twice (bsc#1001512)
  * add 0225-95fcoe-do-not-start-fcoemon-twice.patch
- Reformat patch headers:
  * modify 0199-rd-iscsi-waitnet-default-false.patch
  * modify 0200-dracut_fix_multipath_without_config.patch
  * modify 0210-add_fcoe_uefi_check.patch
  * modify 0212-fcoe_reorder_init_path.patch
- Rediff patches to apply cleanly:
  * modify 0124-40network-Update-iBFT-scanning-code-to-handle-IPv6.patch
  * modify 0133-Allow-multiple-configurations-per-network-interface-.patch
  * modify 0170-iscsi-skip-ibft-invalid-dhcp.patch
  * modify 0218-40network-allow-persistent-interface-names.patch
- Remove spurious whitespaces:
  * modify 0169-network_set_mtu_macaddr_for_dhcp.patch
- 40network: print out correct prefix (bsc#996141)
  * modify 0125-40network-separate-mask-and-prefix.patch
- 95iscsi: setup bnx2i offload connection correctly (bsc#997598)
  * add 0224-95iscsi-setup-bnx2i-offload-connections-properly.patch
- Rename patches to match sequence number:
  * old: 0019-40network-Fix-race-condition-when-wait-for-networks.patch
  * new: 0012-40network-Fix-race-condition-when-wait-for-networks.patch
  * old: 0066-40network-always-start-netroot-in-ifup.sh.patch
  * new: 0013-40network-always-start-netroot-in-ifup.sh.patch
- rd.iscsi.waitnet should default to false in order for dracut to
  wait for the network devices (bsc#997598)
  * add 0199-rd-iscsi-waitnet-default-false.patch
- 95multipath: Replace 'grep' with 'sed' for shutdown scripts
  (bsc#999220)
  * modify 0306-90multipath-add-shutdown-script.patch
- fix boot issues using RAID, bnc#970215
- Add missing whitespace for md raid suse kernel param parsing (bsc#970215)
  * modify: 0059-99suse-Add-SUSE-specific-initrd-parsing.patch
- Fix IFS separater in net-lib.sh (bsc#996141)
  * modify: 0125-40network-separate-mask-and-prefix.patch
- Rename patch:
  * From 0211-fix_multipath_check_hostonly.patch
    to 0303-fix_multipath_check_hostonly.patch
- Rename patch:
  * From 0213-10i18n-keymap-find.patch
    to 0213-Fix-wrong-keymap-inclusion.patch
- 95fcoe: Do not complain about missing /etc/hba.conf (bsc#980539)
  * Add 0215-95fcoe-Do-not-complain-about-missing-etc-hba.conf.patch
- 95fcoe: silence lldpad warnings
  * Add 0216-95fcoe-silence-lldpad-warnings.patch
- 95fcoe: Allow to specify the FCoE mode via the fcoe= parameter
  * Add 0217-95fcoe-Allow-to-specify-the-FCoE-mode-via-the-fcoe-p.patch
- 40network: allow persistent interface names (bsc#995284)
  * Add 0218-40network-allow-persistent-interface-names.patch
- 95fcoe: use interface names instead of MAC addresses
  * Add 0219-95fcoe-use-interface-names-instead-of-MAC-addresses.patch
- 95fcoe: always set AUTO_VLAN for fcoemon (bsc#995019)
  * Add 0220-95fcoe-always-set-AUTO_VLAN-for-fcoemon.patch
- 95fcoe: Add shutdown script (bsc#994860)
  * Add 0221-95fcoe-Add-shutdown-script.patch
- 90dm: Fixup shutdown script (bsc#994860)
  * Add 0222-90dm-Fixup-shutdown-script.patch
- 90dm: fixup dependency cycle between MD and DM shutdown (bsc#994860)
  * Add 0223-90dm-fixup-dependency-cycle-between-MD-and-DM-shutdo.patch
- 90multipath: Start daemon after udev settle (bsc#986734)
  * Add 0304-90multipath-Start-daemon-after-udev-settle.patch
- 90multipath: load dm_multipath module during startup
  * Add 0305-90multipath-load-dm_multipath-module-during-startup.patch
- 90multipath: add shutdown script (bsc#994860)
  * Add 0306-90multipath-add-shutdown-script.patch
- Reformat patches and add patch header:
  * 0053-01fips-fixup-loading-issues.patch
  * 0126-01fips-Add-drbg-module-to-force-loaded-modules.patch
  * 0128-90lvm-Install-dm-snapshot-module.patch
  * 0133-Allow-multiple-configurations-per-network-interface-.patch
  * 0138-fips_add_aesni-intel.patch
  * 0168-remove_plymouth_logo_file.patch
  * 0169-network_set_mtu_macaddr_for_dhcp.patch
  * 0170-iscsi-skip-ibft-invalid-dhcp.patch
  * 0180-i18n_add_correct_fontmaps.patch
  * 0196-ibft-wait-for-session-on-all-paths.patch
  * 0201-fix_nfs_with_ip_instead_of_hostname.patch
  * 0300-dracut_dont_use_dpkg_defaults_on_SUSE.patch
  * fips-kernel-4.4-fixes.patch
- Rename patch:
  * from fips-kernel-4.4-fixes.patch
  * to 0139-fips-kernel-4.4-fixes.patch
- Do not overwrite existing FCoE configuration (bsc#993861)
  * Add 0213-95fcoe-Do-not-overwrite-FCoE-configuration.patch
- Fix DASD SSID handling (bsc#989313)
  * Add 0501-dasd_fix_ssid_bigger_zero.patch
- Advise user of fs recovery options when we fail to mount (fate#320443)
  * Add 0404-dracut-emergency-optionally-print-fs-help.patch
- Add 32bit arm support to installkernel
- Add 0213-10i18n-keymap-find.patch:
  - Fix choice of keymap for inclusion (bsc#942896)
  - Refresh 0301-include_sysconfig_language.patch
- FCOE fix bsc#982588
  * Add 0212-fcoe_reorder_init_path.patch
- fips-kernel-4.4-fixes.patch: adjust the kernel module list to
  match the SLES 12 SP2 kernel. (bsc#976577)
- Port missing SLES patches
  * Add 0197-95iscsi-Do-not-require-network-for-qla4xxx-flash-ses.patch
  * Add 0198-95iscsi-set-rd.iscsi.firmware-for-qla4xxx-sessions.patch
  * Remove 0194-95iscsi-Do-not-require-network-for-qla4xxx-flash-ses.patch
  * Remove 0195-95iscsi-set-rd.iscsi.firmware-for-qla4xxx-sessions.patch
- Rewrite patch:
  * Add 0302-Revert-90multipath-add-hostonly-multipath.conf-in-ca.patch
  * Remove 0001-multipath_revert_mpathconf_binary_use.patch
- Update 0403-95lunmask-Add-module-to-handle-LUN-masking.patch
  to match upstream kernel submission (FATE#319786)
- Add IFS restoring where it has been lost due to mainline merging
  (bsc#977117)
  * Add 0500-Reset-IFS-variable.patch
- Make sure to install collect binary (bsc#976466)
  * Add: 0188-95dasd_rules-Install-collect-udev-helper-binary.patch
- Remove version from requires on subpackage
- Add a split provide because of the package split for SLE12 SP1 to SP2 upgrade
- Forward port of latest SLES patches (fate#320499)
  Add:
  * 0001-multipath_revert_mpathconf_binary_use.patch (fate#320499)
  * 0170-iscsi-skip-ibft-invalid-dhcp.patch (bsc#953361)
  * 0160-s390-update_active_devices_initrd.patch (bsc#939101)
  * 0161-95zfcp_rules-simplified-rd.zfcp-commandline-for-NPIV.patch (bsc#964456)
  * 0190-replace-iscsistart-with-systemd-service-files.patch (fate#319024)
  * 0191-static_network_setup_return_zero.patch (bsc#919179)
  * 0192-iscsi_set_boot_protocol_from_ifcfg.patch (bsc#919179)
  * 0193-95iscsi-Set-number-of-login-retries.patch (bsc#951003)
  * 0196-ibft-wait-for-session-on-all-paths.patch (bsc#951003)
  * 0403-95lunmask-Add-module-to-handle-LUN-masking.patch (FATE#319786)
  Added, but still commented in spec file (still needs adjusting):
- Fixup booting from qla4xxx (bsc#951003)
  * 0194-95iscsi-Do-not-require-network-for-qla4xxx-flash-ses.patch
  * 0195-95iscsi-set-rd.iscsi.firmware-for-qla4xxx-sessions.patch
- dracut-installkernel: Fix for aarch64 (bsc#947670)
- Move dist config file to /usr/lib/dracut/dracut.conf.d (bsc#972143)
- Remove stale, unused patch file:
  0181-no_systemd_cryptsetup.patch
- Still create a debug config example in /etc/dracut.conf.d
- Add 0211-fix_multipath_check_hostonly.patch:
  - Fix warning about multipath
- Modify 0300-dracut_dont_use_dpkg_defaults_on_SUSE.patch:
  - Don't try to include plymouth if plymouth-dracut pkg. not installed
- Add 0210-add_fcoe_uefi_check.patch:
  - Only install fcoe-uefi module if needed (boo#965477)
- Fix 0208-no_forced_virtnet.patch:
  - On non-QEMU systems it returned non-zero, causing dracut to fail
  - Fixed boo#965477
  - dracut.spec: Remove 90qemu-net entirely instead of disabling
  - running_in_qemu was broken (reading output of >/dev/null)
- Fix 0158-Add-SUSE-kernel-module-dependencies-in-etc-modprobe.patch:
  - Patch did not have any effect whatsoever
  - Fixes bsc#869496
  - Rename from 0158-Add-SUSE-kernel-module-dependencies-in-etc-modprobe..patch
- Add 0169-network_set_mtu_macaddr_for_dhcp.patch:
  - Set MTU and LLADDR for DHCP if specified (boo#959803)
- Modify 0017-45ifcfg-use-distro-specific-scripts.patch:
  - Also revert upstream commit f34e1d6b to not forcibly
    include network and ifcfg modules (bsc#960669)
- Refresh:
  - 0094-Implement-shortcut-ip-ifname-static-for-static-confi.patch
  - 0132-40network-fixup-static-network-configuration.patch
  - 0142-40network-Don-t-report-error-for-etc-sysconfig-netwo.patch
  - 0402-driver-fail-summary.patch
- Add 0209-fix_modules_load_d_hostonly.patch:
  - Fix modules-load.d with hostonly (boo#962224)
- Add 0208-no_forced_virtnet.patch:
    Don't include qemu-net modules without reason.
    Fix for bsc#960669
- Refresh and merge:
    0133-Allow-multiple-configurations-per-network-interface-.patch
    0145-40network-handle-ip-ifname-static-correctly.patch
    0162-network-Request-DHCP-lease-instead-of-getting-applyi.patch
- Delete 0134-Remove-bootdev-warning-bnc-881112.patch:
  - ip=ibft got deprecated, so workaround not necessary
- Add 0207-handle_module_aliases.patch:
    Handle module aliases correctly to not generate unbootable
    initrds with different kernel versions. Fix for boo#962694
- Don't require bind-utils, it conflicts with
    minimal-base-conflicts
- Add warning about pkgconfig file to rpmlintrc's ignore list
- Fix spec file:
  - Add dracut-catimages manpage to dracut-tools
  - Fix summary of dracut-tools subpackage
- Remove 0400-use_fstab_systemd.patch
- Move dracut-catimages, /boot/dracut and /var/lib/dracut into
    dracut-tools subpackage
- Cleanup spec file
- Refresh patches with line offsets:
    0017-45ifcfg-use-distro-specific-scripts.patch
    0048-40network-Only-enable-network-interfaces-if-explicit.patch
    0088-91zipl-Add-new-module-to-update-s390x-configuration.patch
    0121-Adjust-initramfs-kernel.img-to-SUSE-default-initrd-k.patch
    0150-Find-kernel-modules-in-extra-and-weak-updates-path-a.patch
    0157-Add-boot-zipl-to-host-devs-if-it-is-a-mount-point.patch
    0182-fix-include-parsing.patch
    0183-fix_add_drivers_hang.patch
    0203-no-fail-builtin-module.patc
- Update to dracut-044
- Patches upstream, removed here:
    0119-Reset-IFS-variable.patch
    0120-mkinitrd-suse.sh-Bail-out-with-exit-1-if-initrd-cann.patch
    0122-Get_kernel_version_from_gz_file_for_arm.patch
    0165-Order-root-fsck-after-pre-mount.patch
    0184-fix_lvm_wc_warning.patch
    0185-dracut.sh-remove-_EARLY-from-CONFIG_MICROCODE_-check.patch
    0401-mount_option_mountpoint.patch
- Updated/Refreshed patches:
    0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch
    0019-40network-Fix-race-condition-when-wait-for-networks.patch
    0056-81cio_ignore-handle-cio_ignore-commandline.patch
    0058-dracut-add-warning-when-including-unsupported-module.patch
    0066-40network-always-start-netroot-in-ifup.sh.patch
    0094-Implement-shortcut-ip-ifname-static-for-static-confi.patch
    0124-40network-Update-iBFT-scanning-code-to-handle-IPv6.patch
    0125-40network-separate-mask-and-prefix.patch
    0131-40network-handle-prefixed-IP-addresses-correctly.patch
    0132-40network-fixup-static-network-configuration.patch
    0144-90crypt-Fixed-crypttab_contains-to-also-work-with-de.patch
    0150-Find-kernel-modules-in-extra-and-weak-updates-path-a.patch
    0158-Add-SUSE-kernel-module-dependencies-in-etc-modprobe..patch
    0159-network-Try-to-load-xennet.patch
    0202-dracut_dmraid_use_udev.patch
    0203-no-fail-builtin-module.patch
    0402-driver-fail-summary.patch
- Fix 0202-dracut_dmraid_use_udev.patch:
  - Statement was missing a program to execute
- Add 0206-nfs_dns_alias.patch to fix boo#955592:
  - Fix dracut run on nfs root where NFS host is a DNS ALIAS
- Require bind-utils. host is used in some lines
- Fix the wrong kernel config check for microcode with 4.4 kernel
  (boo#955712):
  0185-dracut.sh-remove-_EARLY-from-CONFIG_MICROCODE_-check.patch
- Disable 0400-use_fstab_systemd.patch
  - Fully implementing this would take ages
  - Fix boo#948771
- Add numbers to the filename of all patches:
  fips_add_aesni-intel.patch -> 0138-fips_add_aesni-intel.patch
  dracut_fix_multipath_without_config.patch -> 0200-dracut_fix_multipath_without_config.patch
  fix_nfs_with_ip_instead_of_hostname.patch -> 0201-fix_nfs_with_ip_instead_of_hostname.patch
  dracut_dmraid_use_udev.patch -> 0202-dracut_dmraid_use_udev.patch
  dracut_dont_use_dpkg_defaults_on_SUSE.patch -> 0300-dracut_dont_use_dpkg_defaults_on_SUSE.patch
- Update description in dracut.spec
- Add 0301-include_sysconfig_language.patch:
  - Include /etc/sysconfig/language instead of forcibly generating
    /etc/locale.conf
  - Workaround and partial fix for boo#927250
- Add 0205-mdraid_ignore_hostonly.patch:
  - Always install mdraid modules (boo#935993)
- Modify 0402-driver-fail-summary.patch
  - Add notice (bsc#952491)
  - Use mktemp instead of hardcoded filenames (bnc#935338)
- Modify 0144-90crypt-Fixed-crypttab_contains-to-also-work-with-de.patch
  - Use mktemp instead of hardcoded filenames (bnc#935338)
- Add dracut-rpmlintrc
- Fix permissions of various scripts, as patch does not
    create executable files
- Fix format of patch disablement
- Add 0204-mkinitrd-fix-monster.patch:
  - Implement functionality of -A option
  - Without this patch, -A sets host_only=0,
    but host_only wasn't used
  - Translates into --no-host-only now
- References boo#935993
- Add 0402-driver-fail-summary.patch:
  - Port 0169-Enabled-Warning-for-failed-kernel-modules-per-defaul.patch:
    Subject: Enable warning for failed kernel moduiles
    Enabled Warning for failed kernel modules per default
    and added summary of those to the end of dracut output
    References: bnc#886839
  - Disable inline warnings in favour of summary
- Add 0203-no-fail-builtin-module.patch:
    Don't let inst1mod fail if module is built-in
  - Fixes bsc#935563
- Always install dm-snaphost module if lvm dracut module is needed,
  even if dm-snampshot is not loaded on the host yet (bsc#947518)
  A 0128-90lvm-Install-dm-snapshot-module.patch
- Add patch 0184-fix_lvm_wc_warning.patch:
  - Upstream commit 08eca6 to get rid of missing wc warning
- Fix 0181-no_systemd_cryptsetup.patch:
  - Password input without plymouth didn't work
- Disable 0181-no_systemd_cryptsetup.patch: it breaks existing
  installations of encrypted / on LVM.
- Fix 0182-fix-include-parsing.patch
- Didn't parse arguments with spaces correctly
- Add patch 0183-fix_add_drivers_hang.patch:
  - Fix possible hang in dracut
    caused by add_drivers+="/ "/ in dracut.conf (bsc#923116)
- Add patch 0182-fix-include-parsing.patch:
  - Fix parsing of "/-i"/ and "/--include"/
- Fixes boo#908452
- Add patch 0181-no_systemd_cryptsetup.patch:
  - rd.luks.key is not implemented (properly) if systemd is enabled,
    so ignore systemd in 90crypt
- Fixes boo#915849
- Fix systemd-vconsole-error properly (bsc#943312 and bsc#932981)
  Rewrite 0180-dracut-add-trivial-vconsole-fontmap.patch
  as 0180-i18n_add_correct_fontmaps.patch
- fix systemd-vconsole-error in initrd (bsc#943312)
  Add 0180-dracut-add-trivial-vconsole-fontmap.patch
- Add 0401-mount_option_mountpoint.patch:
    Make it possible to use a mountpoint as --mount parameter
- Add experimental 0400-use_fstab_systemd.patch:
    Add entry for /sysroot in /etc/fstab instead of relying
    on root= and rootflags=
- fix plymouth installation if dpkg package is installed
  - add dracut_dont_use_dpkg_defaults_on_SUSE.patch
- Do not recommend, but require binutils package. bsc#941928
- get_kernel_version is required for /sbin/mkinitrd
- Update to version 043
  Minor change: add missing dmsquash-generator
- Fix dmraid issue bnc#905746
  A    dracut_dmraid_use_udev.patch
- Taken over from SLE12
  A    fips_add_aesni-intel.patch
- Do not touch /run vs /var/run bnc#922676
  D    0106-dracut-Enable-converting-of-directory-var-run-var-lo.patch
- Update dracut to version 042
  Remove these already included or unneeded patches:
  D    dracut_v041_to_HEAD.patch
  D    0011-Correct-paths-for-openSUSE.patch
  D    0068-95fcoe-uefi-Test-for-EFI-firmware.patch
  D    0170-enable-logitech-hidpp.patch
- Fix nfs mount if IPv4 is used in fstab instead of hostname
  A fix_nfs_with_ip_instead_of_hostname.patch
  Adjust/refresh:
  M    0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch
  M    0016-Add-new-s390x-specific-rule-files.patch
  M    0017-45ifcfg-use-distro-specific-scripts.patch
  M    0019-40network-Fix-race-condition-when-wait-for-networks.patch
  M    0020-00warpclock-Set-correct-timezone.patch
  M    0021-95dcssblk-Add-new-module-for-DCSS-block-devices.patch
  M    0048-40network-Only-enable-network-interfaces-if-explicit.patch
  M    0053-01fips-fixup-loading-issues.patch
  M    0056-81cio_ignore-handle-cio_ignore-commandline.patch
  M    0057-01fips-Include-some-more-hmacs.patch
  M    0058-dracut-add-warning-when-including-unsupported-module.patch
  M    0059-99suse-Add-SUSE-specific-initrd-parsing.patch
  M    0060-45ifcfg-Add-SUSE-specific-write-ifcfg-file.patch
  M    0061-45ifcfg-Fixup-error-message-in-write-ifcfg-suse.patch
  M    0066-40network-always-start-netroot-in-ifup.sh.patch
  M    0075-95dasd_rules-enable-parsing-of-rd.dasd-commandline-p.patch
  M    0076-Correctly-set-cio_ignore-for-dynamic-s390-rules.patch
  M    0079-95dasd_rules-fixup-rd.dasd-parsing.patch
  M    0080-95dasd_rules-print-out-rd.dasd-commandline.patch
  M    0081-95dasd_mod-do-not-set-module-parameters-if-dasd_cio_.patch
  M    0083-95zfcp_rules-Fixup-rd.zfcp-parsing.patch
  M    0085-95zfcp_rules-print-out-rd.zfcp-commandline-parameter.patch
  M    0086-95zfcp_rules-Auto-generate-udev-rule-for-ipl-device.patch
  M    0087-95dasd_rules-Auto-generate-udev-rule-for-ipl-device.patch
  M    0088-91zipl-Add-new-module-to-update-s390x-configuration.patch
  M    0089-40network-create-var-lib-wicked-in-ifup.sh.patch
  M    0090-dracut-caps-Remove-whole-caps-module.patch
  M    0091-dracut-biosdevname-In-SUSE-biosdevname-package-is-in.patch
  M    0094-Implement-shortcut-ip-ifname-static-for-static-confi.patch
  M    0106-dracut-Enable-converting-of-directory-var-run-var-lo.patch
  M    0107-Fixup-typo-firmare-instead-of-firmware.patch
  M    0108-91zipl-Store-commandline-correctly.patch
  M    0109-95dasd_rules-Store-all-devices-in-commandline.patch
  M    0110-95zfcp_rules-Store-all-devices-in-commandline.patch
  M    0113-91zipl-Install-script-as-executable.patch
  M    0114-91zipl-Translate-ext2-3-into-ext4.patch
  M    0116-Mark-scripts-as-executable.patch
  M    0117-95dasd_rules-Enable-the-device-before-checking-devic.patch
  M    0118-95zfcp_rules-Enable-the-device-before-checking-devic.patch
  M    0119-Reset-IFS-variable.patch
  M    0120-mkinitrd-suse.sh-Bail-out-with-exit-1-if-initrd-cann.patch
  M    0121-Adjust-initramfs-kernel.img-to-SUSE-default-initrd-k.patch
  M    0122-Get_kernel_version_from_gz_file_for_arm.patch
  M    0123-95zfcp_rules-fix-typo-in-module_setup.patch
  M    0124-40network-Update-iBFT-scanning-code-to-handle-IPv6.patch
  M    0125-40network-separate-mask-and-prefix.patch
  M    0126-01fips-Add-drbg-module-to-force-loaded-modules.patch
  M    0130-nfs-Always-add-all-kernel-modules-for-kdump.patch
  M    0131-40network-handle-prefixed-IP-addresses-correctly.patch
  M    0132-40network-fixup-static-network-configuration.patch
  M    0137-Switch-from-Mozilla-NSS-sha256hmac-checking-to-fipsc.patch
  M    0142-40network-Don-t-report-error-for-etc-sysconfig-netwo.patch
  M    0144-90crypt-Fixed-crypttab_contains-to-also-work-with-de.patch
  M    0150-Find-kernel-modules-in-extra-and-weak-updates-path-a.patch
  M    0157-Add-boot-zipl-to-host-devs-if-it-is-a-mount-point.patch
  M    0158-Add-SUSE-kernel-module-dependencies-in-etc-modprobe..patch
  M    0159-network-Try-to-load-xennet.patch
  M    0163-Install-etc-sysconfig-console-to-see-specific-fonts.patch
  M    0164-Fix-initramfs-ver.img-vs-initrd-ver-in-dracut-initra.patch
  M    0165-Order-root-fsck-after-pre-mount.patch
  M    0168-remove_plymouth_logo_file.patch
  M    dracut_fix_multipath_without_config.patch
- Fix mkinitrd (get_kernel_version) for arm* arch by getting kernel version
  from vmlinux.*.gz file instead of [uz]Image file.
  Taken over from mkinitrd bnc#908454
  * Add patch 0122-Get_kernel_version_from_gz_file_for_arm.patch
- Fix nfs ip= setup in case of IP instead of host in root= name (bsc#931307)
- Honor allow_unsupported_modules setting
  From: Borislav Petkov <bp@suse.de>
  $ make install
  of a locally built kernel, you don't want dracut to do --check-supported
  for supported modules when you have "/allow_unsupported_modules 1"/ in
  /etc/modprobe.d/10-unsupported-modules.conf.
  Teach /sbin/installkernel to pay attention to that setting.
  Use modprobe --showconfig too, which is going to be the proper way to do
  it starting with 12SP1.
- Add fix for multipath systems without multipathd.conf
  bsc#927719: Tumbleweed Snapshot blocked: no multipath support in 20150416+    (likely dracut issue)
  bsc#930019: multipath is broken in dracut due to missing /etc/multipath.conf
  file (systemd multpath.service condition)
  * Added patch: dracut_fix_multipath_without_config.patch
- Update to dracut mainline version 041.
  Half of the patches got integrated mainline.
  Some others have been merged together when it made sense some have
  been left out, but are still in the repository as they need some special
  treating and mainline discussion whether/how they get added. These are
  also not urgently needed, but are debugging patches.
  I broke the rule here to mention every added/deleted/modified patch as
  every patch is touched and every 2nd  got removed (mainline integrated).
  I also re-ordered the patches in the PatchXY: area for easier merging them
  and get them discussed and posted mainline easier, topic by topic.
- Patches merged in the git tracking repository:
  0065-95iscsi-Fixup-bnx2i-offload-booting.patch
  0028-95udev-rules-Include-correct-sg3_utils-rules.patch
  0135-lvm-Fix-12819a579900b9691e2-check-for-existance-of-6.patch
  0100-Add-btrfs-rescue-utilities.patch
  0067-95fcoe-check-always-returns-255.patch
  0138-warpclock-Do-not-use-warpclock-module-on-S390-x-hwcl.patch
  0077-90multipath-add-missing-11-dm-mpath.rules-file.patch
  0042-Enhance-suse.conf-example-with-SUSE-specific-setting.patch
  0161-Fix-error-message-when-there-are-no-internal-kernel-.patch
  0111-90mdraid-Remove-line-for-offroot-detection.patch
  0129-Revert-commit-6ecab258710d158a7a6-and-only-do-not-wa.patch
  0041-mkinitd-suse-remove-hostonly-and-hostonly-cmdline.patch
  0030-95iscsi-Autodetect-iSCSI-firmware.patch
  0052-99base-Add-chown-binary.patch
  0105-95iscsi-parse-output-from-iscsiadm-correctly.patch
  0101-Print-stored-dracut-commandline-during-initramfs-bui.patch
  0096-dracut-Fix-error-local-can-only-be-used-in-a-functio.patch
  0043-40network-always-add-network-module.patch
  0035-Introduce-force-drivers-parameter-and-force_drivers-.patch
  0136-Revert-95udev-rules-add-persistent-network-rule.patch
  0143-iscsi-Fix-up-ipv6-in-brackets-iterate-over-all-possi.patch
  0167-do-not-symlink-var-log-to-run-log.patch
  0024-Fixup-mdraid-setup.patch
  0032-mkinitrd-suse.sh-Use-hostonly-and-hostonly-cmdline-c.patch
  0022-95udev-rules-add-persistent-network-rule.patch
  0166-load-xhci-pci.patch
  0047-95resume-skip-module-for-s390-x.patch
  0014-Update-dracut-manpage-for-GRUB-Legacy-and-GRUB2.patch
  0055-95fcoe-Only-install-fcoe-module-if-required.patch
  0078-Restore-original-IFS-value.patch
  0046-dracut-Do-not-wait-for-swap-device.patch
  0074-More-empty-cmdline-fixes.patch
  0112-99base-warn-on-invalid-command-for-initqueue.patch
  0034-dracut-Do-not-stop-installing-drivers-if-one-fails.patch
  0139-dracut.sh-check-for-logfile-logfile-option-and-creat.patch
  0127-99base-Increase-initqueue-timeout-in-non-systemd-cas.patch
  0104-Generate-fallback-mount-unit-for-root-filesystem.patch
  0154-resume-Also-allow-this-module-on-S390-again-s2disk-c.patch
  0149-dracut.sh-Fix-fstab-parsing-again.patch
  0027-90multipath-install-dracut-specific-service-file.patch
  0084-95rootfs-block-Correctly-terminate-commandline-param.patch
  dracut_v37_to_HEAD.patch
  0128-90lvm-Install-dm-snapshot-module.patch
  0063-90multipath-Install-libgcc_s-library.patch
  0062-95iscsi-Install-libgcc_s-library.patch
  0146-dracut.sh-corrected-logfile-check.patch
  0071-Fix-non-export-of-journal-dev-boot-options.patch
  0044-Add-find-to-debug-binaries.patch
  0039-Remove-force-parameter-from-mkinitrd.patch
  0026-90multipath-add-67-kpartx-compat.rules.patch
  0099-90multipath-Load-device_handler-modules-early-during.patch
  0029-90multipath-install-correct-multipath-rules.patch
  0031-90multipath-Fixup-service-file-for-booting.patch
  0036-95fcoe-Store-current-configuration-in-dracut-cmdline.patch
  A patch (dracut_v041_to_HEAD.patch) is being added without being properly referenced from the changelog.
  0151-Go-back-to-xz-again-pixz-may-use-too-much-memory-whi.patch
  0069-81cio_ignore-skip-module-if-cio_ignore-is-not-active.patch
  0070-81cio_ignore-rewrite-module.patch
  0033-95iscsi-Set-correct-iscsi_started-value-for-iSCSI-fi.patch
  0098-Do-not-call-lvm-for-non-LVM-device-mapper-devices.patch
  0023-systemd-always-tries-to-load-autofs4.patch
  0051-mkinitrd-suse-add-update-bootloader-message.patch
  0013-mkinitrd-suse-do-not-update-bootloader-if-no-kernel-.patch
  0115-Handle-module-alias-properly.patch
  0054-95iscsi-update-commandline-printing.patch
  0148-dracut.sh-Fix-LABEL-and-other-fstab-syntax.patch
  0122-btrfs-btrfs-dump-super-and-btrfs-select-super-do-not.patch
  0045-40network-add-missing-_arch-variable-declaration.patch
  0050-95iscsi-strip-one-set-of-quotes-when-calling-initque.patch
  0152-Add-a-comment-to-easily-add-debug-modules-also-add-v.patch
  0147-dracut.sh-Fix-UUID-fstab-parsing-in-case-mount-optio.patch
  0038-95fcoe-start-lldpad-separately.patch
  0082-00warpclock-check-for-sbin-hwclock.patch
  0155-iscsi-iscsi.initiator-and-others-can-and-must-only-s.patch
  0037-95fcoe-update-fcoe-interface-check.patch
  0141-iscsi-Avoid-bad-ip-route-call-on-empty-address.patch
  0049-95iscsi-Use-ip-ibft-for-ibft-autoconfiguration.patch
  0153-Only-add-network-module-on-request-and-on-dependenci.patch
  0097-Implement-rd.timeout-to-modify-the-device-timeout.patch
  0169-fix-systemd-vconsole.patch
  0073-Don-t-create-lots-of-empty-cmdline-files-for-hostonl.patch
  0103-Fixup-missing-separators-in-rootfs-block-cmdline.patch
  0064-90kernel-modules-install-scsi_dh_alua.patch
  0012-Check-for-plymouth-lib-directories.patch
  0092-dracut-nbd-Only-complain-of-missing-binary-in-hoston.patch
  0160-nfs-Add-ip-.-and-root-nfs.-parameters-to-internal-dr.patch
  0093-95iscsi-generate-commandline-for-software-iscsi.patch
  0040-95fcoe-skip-VLAN-devices-in-fcoe-up.patch
  0156-dracut.usage.asc-Remove-distro-specific-help-from-ma.patch
  0018-mkinitrd-suse-Fix-whitespaces-when-adding-drivers.patch
  0140-dracut.sh-Avoid-duplicate-devices-in-host_devs.patch
  0095-95iscsi-use-static-configuration-for-software-iscsi.patch
  0025-95udev-rules-Add-59-scsi-sg_utils.rules.patch
  0072-Also-export-root-boot-param-for-hostonly-cmdline-cas.patch
  0102-Align-dev_unit_name-with-systemd-s-function.patch
  0001-kernel-modules-Fix-storage-module-selection-for-sdhc.patch
- Added dracut_v041_to_HEAD.patch: new patch from v041 against our git
- Add patch to load logitech-hidpp module in default initrd, fixes
  issues with not being able to enter LUKS password with logitech
  wireless keyboards (boo#918938)
  + Added: 0170-enable-logitech-hidpp.patch
- dracut-fix-systemd-vconsole.patch: patch from upstream to start
  the vconsole for new systemd.
  + Added 0169-fix-systemd-vconsole.patch
- Add patch to remove PLYMOUTH_LOGO_FILE from
  modules.d/50plymouth/plymouth-populate-initrd.sh (bnc#910952)
  + 0168-remove_plymouth_logo_file.patch
- Do no longer package 02caps: patch 90 takes care of removing it.
- regenerate the initrds on updating this package (or the -fips
  subpackage)
- Apply patch for systemd-journald SIGTERMing on boot bnc#915575
  * 0167-do-not-symlink-var-log-to-run-log.patch
- add 0166-load-xhci-pci.patch
  load xhci-pci on Linux-3.18+ to allow USB-keyboard to give LUKS PW
  (bnc#911319)
- 0001-kernel-modules-Fix-storage-module-selection-for-sdhc.patch: fix
  storage module selection for sdhci/mmc/ahci
- add 0165-Order-root-fsck-after-pre-mount.patch
  ensure root fsck runs after dracut-pre-mount.service which calls
  resume (bnc#906592)
- dracut-initrd-restore.patch: dracut-shutdown.service invokes
  dracut-initramfs-restore script which will never work in
  openSUSE because initrd images are named initrd not initramfs.
  Patch is from: Cristian Rodríguez <crrodriguez@opensuse.org>
  * Add 0164-Fix-initramfs-ver.img-vs-initrd-ver-in-dracut-initra.patch
drbd
- bsc#1179708, compat to kernel v5.10
- Add patch compat_get_fs.patch
  Add patch remove_bdi_cap_stable_writes.patch
- Update to 9.0.26
  * fix a case of a disk unexpectedly becoming Outdated by moving the
  exchange of the initial packets into the body of the two-phase-commit
  that happens at a connect
  * fix adding of new volumes to resources with a primary node
  * reliably detect split brain situation on both nodes
  * fix an unexpected occurrence of NetworkFailure state in a tight
  drbdsetup disconnect; drbdsetup connect sequence
  * fix online verify to return to Established from VerifyS if the VerifyT node
  was temporarily Inconsistent during the run
  * fix a corner case where a node ends up Outdated after the crash and rejoin
  of a primary node
  * implement 'blockdev --setro' in DRBD
  * following upstream changes to DRBD up to Linux 5.9 and ensure
  compatibility with Linux 5.8 and 5.9
  * fix a crash if during resync a discard operation fails on the
  resync-target node
  * fix online verify to not clamp disk states to UpToDate
  * fix promoting resync-target nodes; the problem was that it could modify
  the bitmap of an ongoing resync; which leads to alarming log messages
  * pause a resync if the sync-source node becomes inconsistent; an example
  is a cascading resync where the upstream resync aborts and leaves the
  sync-source node for the downstream resync with an inconsistent disk;
  note, the node at the end of the chain could still have an outdated disk
  (better than inconsistent)
  * allow force primary on a sync-target node by breaking the resync
  * minor fixes to the compat tests
  * fix for writes not getting mirrored over a connection while the primary
  transitions through the WFBitMapS state
  * completed missing logic of the new two-phase-commit based connect process;
  avoid connecting partitions with a primary in each; ensure consistent
  decisions if the connect attempt will be retried
- Add patch compat-test-header.patch
  Add patch submit-bio-private-date.patch
  Add patch compat_remove_kernel_setsockopt.patch
  Add patch compat_blk_queue_stack_limits.patch
- Remove patch rely-on-sb-handlers.patch (187bddac0)
  Remove patch fix-err-of-wrong-return-type.patch (969310232)
  Remove patch compat_generic_make_request.patch (8615d6837)
  Remove patch blk_alloc_queue_make_request.patch (edaa9b0f/fb59b40e)
  Remove patch remove_congested_fn_congested_data.patch (34484003/9b80d46b)
- bsc#1178388, build error with -Wreturn-type
  Add patch fix-err-of-wrong-return-type.patch
- bsc#1177417, kernel oops when submit bio
  Modify patch compat_generic_make_request.patch
  Modify patch blk_alloc_queue_make_request.patch
- jsc#11801, remove is_opensuse macro for SLE15SP3 only,
  tumbleweed not support RT yet.
- update to 9.0.25-0rc1
  * fix a race condition between receiving UUIDs and finishing a resync
  that can lead to a false-positive split-brain detection later on
  * fix access after free of peer_req objects, that only happened when
  a resync target node is paused sync source at the same time
  * fix abortion of local state changes in case they can not proceed due
  to loss of connection
  * fix corner cases with reconciliation resync and parallel promote
  * fix an issue establishing a connection when the multipath feature is
  used to connect to a stacked resource without a dedicated service IP
  * fix sometimes a peer-disk state to another resync-target staying Outdated
  after two resyncs from the same sync source node finish
  * fix an (unlikely) deadlock while establishing a connection
  * deactivate the kref_debug code, it has performance implicatios
  * Introduce the "/disconnected"/ hander; it receives the last connection
  state in the evnironment variable DRBD_CSTATE
- Changes of drbd-9.0.24-1
  * fix deadlock when connecting drbd-9 to drbd-8.4 and the drbd-9
  side becomes sync-source
  * fix an issue with 3 (or more) node configurations; with a diskless node
  and two storage nodes; if one of the storage nodes was hard rebooted
  and came back and the diskless got primary and did not issue write
  requests and the returning storage node established a connection with
  the surviving storage node first, DRBD failed to upgrade the disk
  state to UpToDate after the resync
  * detect split-brain situations also when both nodes are primary;
  this is how it was in drbd-8.4; up to now drbd-9 did not realize
  the split-brain since it complains about the not allowed dual
  primary first; for this change a new protocol version was necessary
  * verified it compiles with Linux 5.7
- bsc#1176749, add compatible patches to SLE15 SP3 kernel.
  block layer api backport from kernel v5.9
  Add patch blk_alloc_queue_make_request.patch
  Add patch compat_generic_make_request.patch
  Add patch remove_congested_fn_congested_data.patch
- bsc#1172761, Update to drbd-9.0.23-1
  * fix a deadlock (regression introduced in 9.0.22) that can happen when
  new current UUID is generated while a connection gets established
  * Do not create a new data generation if the node has
  'allow-remote-read = no' set, is primary, and the local disk fails
  (because it has no access to good data anyome)
  * fix a deadlock (regression introduced in 9.0.22) that can be
  triggered if a minor is added into a resource with an established
  connection
  * generate new UUID immediately if a primary loses a disk due to an IO
  error
  * fix read requests on diskless nodes that hit a read error on a
  diskful node; the retry on another diskful node works, but a bug
  could lead to a log-storm on the diskless node
  * fix removal of diskless nodes from clusters with quorum enabled
  (initiated from the diskless itself)
  * fix wrongly declined state changes if connections are established
  concurrently
  * fix continuation of initial resync; before that the initial resync
  always started from the beginning if it was interrupted
  * use rwsem _non_owner() operations to avoid false positives of
  lock-dep when running on a debug kernel
  * fix a sometimes missed resync if only a diskless node was primary
  since the day0 UUID
  * fix a corner case where a SyncSource node does not recognise
  that a SyncTarget node declared the resync as finished
  * update compat up to Linux 5.6
- Remove patch without_pr_warning.patch since change in 7e6a20f7
- jsc#11801, enable buildrt for Leap15.2 but Tumbleweed.
- bsc#1166298, Update to drbd-9.0.22-1
  * introduce locking to avoid connection retries when UUIDs or
  relevant flags change during the exchange of this data
  * improve serialization of events after loosing a primary
  * fix a constraint in sanitize state that can caused a promote to be
  deliced by some other node
  * fix a case of a false positive detection of a split brain condition
  * allow a resync target to switch to the resync source with less
  bits out of sync
  * fix bitmap UUID after resync to use current UUID from self rather
  than sync source
  * fix pushing bitmap UUID into history when changed
  * fix regression introduced with 9.0.20, that can cause a missed
  resync after a reconciliation resync
  * fix regression introduced with 9.0.20, that can cause a missed
  resync after a promote on a diskless node
  * fix UUID handling in case a node promotes during (a short)
  reconciliation resync
  * fix removing of a diskless node when quorum is enabled
- Update to drbd-9.0.21-1, require coccinelle >= 1.0.8
  * fix compat for write same on linux 4.9 and the Debian users
  * fix kernel compat for linux 4.8 and 4.9; this mainly affected Debian
  users; The symptoms where slow resync and resync getting stuck always at
  the same point
  * enable resync of lost and re-created backing devices (think lost node) when
  the backing device was thinly provisioned and its current uuid is pre-set
  to a 'day0 UUID' (by LINSTOR); that works by copying a unused bitmap slot
  which tracks all changes since day 0
  * fix attach when bitmap is on PMEM; before it was set to
  'all blocks out-of-sync' upon attach
  * avoid doing reconciliation resync multiple times by updating the
  resync target's dagtag after if completed successfully
  * return disk-state from Outdated to UpToDate when it loses connection
  while in WFBitMapT and we have a stable and UpToDate peer
  * new option --force-resync flag can be passed to new-current-uuid, that
  can be used to trigger initial resync without touching the role
- Remove upstream drbd-update-resync-target-s-dagtag.patch
- Modify patch suse-coccinelle.patch to adopt spaas
- bsc#1159786, fix build issue against v5.5
  add patch without_pr_warning.patch
- bsc#1159333, back port patch for duplicate resync.
  add patch drbd-update-resync-target-s-dagtag.patch
- bsc#1158446, fix metadata limit due to 64k page size of ppc64le.
  add patch drbd-fix-zero-metadata-limit-by-page-size-misaligned.patch
- Remove obsolete Groups tag (fate#326485)
- Update to drbd-9.0.20-1
  * fix a case of false split brain detection if a diskless node promotes
  multiple times, by aligning the rules for generating a new current-UUID
  on a diskless nodes with them on a node with disk
  * check if we still have quorum by exchanging a drbd-ping with peers
  before creating new current UUID after loosing one peer
  * fix after weak handling to not interfere with reconciliation resyncs
  * retry connect when one of the relevant flags changes during UUID exchange
  * fix reconciliation resync if one of the secondary got an current-UUID update
  * fix resync to make progress after it was paused by an other resync operation
  * fix false split-brains when a resync source changes current-UUID during
  resync operation
  * fix restore of D_OUTDATED when the resource first only attached and
  then the peer objects are created (in contrast to the usual, new-peer,
  attach, connect)
  * abort creating new current-UUID when writing to meta-data fails in
  the moment where the new-current-UUID should be written
  * removed DRBD marking itself as read-only when secondary; this flag
  was exposed using the BLKROGET ioctl; that should be left to user-land
  use; recent KVM checks that flag, and does not dare auto-promote when
  set by DRBD
  * fix a small memory-leak when creating peer devices
  * fix a possible information leak of kernel memory that pads net-link packets
  * completing implications of "/allow-remote-read=no"/; i.e.  when not to
  create a new-current-UUID as read-write access to the data set was lost;
  also fail both reads and writes if reads are no longer possible
  * new option value "/rr-conflict=retry-connect"/; that helps in scenarios with
  quorum where stopping a service takes longer than a temporarily network
  outage and DRBD's reconnect
  * code cleanups, introduced enums for remaining magic numbers
  * new kernel-backward-compatibility framework based on spatch/coccinelle,
  replacing an unmaintainable moloch of C preprocessor hell; Merged the
  complete kernel-compat submodule
  * ships with pre-computed compat-patches for main distros' kernels; in case
  an other kernel is found it tries to use local spatch, if that is not
  installed the build process tries to use a LINBIT hosted web service
  to create the compat patch ("/spatch-as-a-service"/).
  * compat with up to Linux-5.3-rc2
- Modify patch suse-coccinelle.patch to adopt spaas
- bsc#1151579, fix collinelle default path and always trigger in obs
  Add patch suse-coccinelle.patch
- bsc#1146117, disallow dual primaries when not configured.
  Modify patch rely-on-sb-handles.patch
- Restore higher summary specifity.
- Drop old-age %clean, %defattr.
- bsc#1149945, update to 8e93a5d93 (drbd-9.0 branch)
  * Coccinelle support
  * compat with up to Linux-5.3
- Remove patch compat_no_bioset_initialized.patch
- Update to 9.0.19-1
  * check on CAP_SYS_ADMIN instead of CAP_NET_ADMIN for certain operations
  * fix detection of unstable resync
  * fix possible stuck resync when resync started from an other secondary
  and later continued from a primary
  * fix NULL dereference with disk-timeout enabled; was introduced in 9.0.9
  * retry connect when own current UUID changes during UUID exchange
  * fix quorum tie-breaker diskless logic for settings other than "/majority"/
  * disable quorum tie-breaker for 0 voters
  * fix dax_direct_access() error return check
  * fix resync stuck at near completion; bug was intorduces with 9.0.17
  * unblock IO when on-quorum-lost policy is changed (suspend -> io-error)
  * introduce allow-remote-read configuration option; set it to "/no"/ for
  DR links you only want to write, but never read
  * only complain about UUID changes during initial handshake
- Upgrade to 9.0.18-1
  * Fix an IO deadlock under memory pressure
  * Fix disconnect timing in case the network connection suddenly
  drops all packets
  * Fix some misbehavior that surfaced with Ahead/Behind
  * Fix potential spinlock deadlock in IRQ
  * Minor fixes: forget-peer, _rcu iterators
  * Quickly stop resync during AHEAD/BEHIND by introducing new
  packet for that purpose.
  * The quorum feature can now use the connectivity to
  the majority of Diskless nodes as tiebreaker
  * Access meta-data using DAX if it is on persistent memory
  (NVDIMM or PMEM); For write intense workloads this is a x2 to x4 speedup!
- Remove patch fix-make-error.patch since merged into upstream(46e8e3fc)
- Upgrade to 9.0.17-1
  * Fix UUID handling of a diskless primary that has not peer with
  usable data may not touch the current UUID
  * Fix resync-after dependencies; cross-resource dependencies
  and missing resources
  * Fix resync when the sync source suddenly connects to a more recent
  data set via an other connection and becomes sync target on that
  other connection; pause first resync; fix wrong display of negative
  resync progress percentage in this case
  * Fix volume numbers between 32767 and 65534
  * Fix the data integrity implementation; it was broken since drbd-9.0
  and reported only false positives
  * Fix for a corner-case when a promote action happens concurrently with
  a reconciliation resync
  * Improve resync code to be able to fully utilize fast storage
  backend devices and fast networks with resync traffic; as a side
  effect the settling time of the resync controller got shorter in
  for most cases
  * Show in the user-visible message who the opener is if if demote/down
  fails doe to someone holding a drbd device open
  * docker file for a "/load drbd module container"/ and allow to disable
  user-mode-helpers, which is necessary for this container
- Add patch fix-make-error.patch for build error of make against TW.
- bsc#1118732, split brain handles malfunction when 2 primaries.
- Add patch rely-on-sb-handlers.patch
- bsc#1118841, kernel compatible issue.
  Have bioset_init but no bioset_initialized
- Add patch compat_no_bioset_initialized.patch
  Remove patch compat_have_mempool_init.patch
- bsc#1116820, kernel compatible issue of sle15sp1
- Add patch compat_have_mempool_init.patch
- bsc#1115606, Update to 9.0.16-1
  * Fix regression (introduced with 9.0.15) in handling request timeouts
  * Fix a possible distributed loop when establishing a connection
  * Fix a corner case in case a resync "/overtakes"/ an other one
  * Fix clearing of the PRIMARY_LOST_QUORUM flag
  * Check peers before generating new current UUID after loosing a node
  * In case the locally configured address of a connection is not
  available keep on retrying until it comes back
- Update to 9.0.15-1
  * fix tracking of changes (on a secondary) against the lost disk of a
  primary and also fix re-attaching in case the disk is replaced
  * fix live migrate of VMs on DRBD when migrated to/from diskless nodes
  * fix an IO deadlock in DRBD when the activity log on a secondary runs
  full
  * fix hanging demote after IO error followed by attaching the disk
  again and the corresponding resync
  * fix DRBD dopping connection after an IO error on the secondary node
  * improve details when online changing devices from diskless to with
  disk and vice versa. (Including peers freeing bitmap slots)
  * new module parameter to disable support for older protocol versions
  * improve details when online changing devices from diskless to with disk
  * remove no longer relevant compat tests
  * expose openers via debugfs
  * optimize IO submit code path
  * compat for v4.18 kernel
- Update to 9.0.14-1
  * fix regression in 9.0.13: call after-split-brain-recovery
  handlers no auto-recovery strategies (not even the default:
  disconnect) would be applied, nodes would stay connected
  and all nodes would try to become the source of the resync.
  * fix spurious temporary promotion failure: if after Primary
  loss failover happened too quickly, transparently retry internally.
  * fixup recently introduced P_ZEROES to actually work as intended
  * fix online-verify to account for skipped blocks; otherwise,
  it won't notice that it has finished, apparently being stuck
  near "/100% done"/
  * expose more resync and online-verify statistics and details
  * improve accounting of "/in-flight"/ data and resync requests
  * allow taking down an already useless minor device during "/down"/,
  even if it is (temporarily) opened by for example udev scanning
  * fix for a node staying "/only"/ Consistent and not returning
  to UpToDate in certain scenarios when fencing is enabled
  * fix data generation UUID propagate during resync
  * compat for upstream kernels up to v4.17
- bsc#1090167, Update to 9.0.13-1
  * abort a resync if a resync source becomes weakly and the sync
  targetis a neighbor of the primary
  * fix UUID handling with multiple diskless nodes
  * When a data-set gets into contact with an all diskless cluster,
  make sure to either set it to "/Consistent"/ or reject the attach
  * correctly handle when a node that was marked as intentional
  diskless should get a disk
  * fix outdating of weakly connected nodes
  * made returning from Ahead to SyncSource more reliable
  * fix a hard to trigger deadlock in the receiver
  * fix online resize in the presence of two or more diskless nodes
  * fix online add of volumes to diskless nodes when it already has
  established connections
  * Set the SO_KEEPALIVE socket option on data sockets
  * automatically solve a specific split brain when quorum is enabled
  * Compat: Added support for kernels up to v4.15.x
  * new wire packet P_ZEROES a cousin of P_DISCARD, following the
  kernel as it introduced separated BIO ops for writing zeros
  and discarding
  * compat workaround for two RHEL 7.5 idiosyncrasies regarding
  refcount_t and struct nla_policy
- Remove patch support-timer-setup.patch. Upstream fix 74b1cbb274
- bsc#1080458, enable build with kernel-rt on x86_64.
- bsc#1080459, support build against 4.15.0.
  setup_timer() change to timer_setup()
- Add patch support-timer-setup.patch
- bsc#1077318, Update to 9.0.12
  * Fix a race condition in the device_open code path that can cause an
  internal counter to go negative
- Update to 9.0.11
  * Fix bug in compat code: Without this fix large bios are not split.
- bsc#1074169, Update to 9.0.10-1
  * Fix resync of two secondary nodes in the presence of
  a 3rd node that is primary (maybe with disk or diskless);
  Fixed the race condition that caused the resync to sometimes not terminate
  * Improve connection behavior with autopromote enable one node Primary and
  udev present.
  * Fix in memory alignment of DRBD's struct bio.
  * Improve the quorum implementation, so that is works nicely with for the
  purpose of replacing fencing with quorum in a Pacemaker setup.
  * Ensure compatibility with upstream Linux kernel 4.14
- Remove patch reproducible.patch
- bsc#1068587, add build request libelf-devel to build.
- bsc#1062749, disable buildrt against SLE15 x86_64 temporarily.
  This change will be removed when rt is ready.
- bsc#1061981, update to 9.0.9
  * fix occasionally forgotten resyncs in installations where
  diskless primaries are present.
  * fix an issue that causes unexpected split-brain upon connect.
  * in a cluster with a diskless primary, when a server goes away,
  and is not outdated, outdate it upon reconnect.
  * fix update of exposed data UUID on diskless primaries.
  * fix a possible OOPS when in a debug message regarding bitmap
  locking
  * fix discard bigger than 1MiB
  * fix left over bits in bitmap on SyncSource after resync
  * fix peers becoming unexpectedly displayed as D_OUTDATED at the
  end of a resync
  * fix a race between auto promote and auto demote of multiple volumes
  in a single resource
  * Speed up down of many resources by using call_rcu() instead
  of synchronize_rcu()
  * Make it compatible with the soon to be released 4.13 kernel
- Modify reproducible.patch since part of the patch is merged
- Add reproducible.patch to sort file lists (boo#1041090)
  and to override build date (boo#1047218) to fix build-compare
- bsc#1045473, update to 9.0.8
  fix a race condition between adding connections and receiving data
  fix a OOPS on a diskfull node when a request from a diskless node
  fix a distributed deadlock when doing a discard/write-same burst
  fix an issue with diskless nodes adopting wrong current UUIDs
  fix wrongly rejected two-phase-state transactions
  fix initial resync, triggered by "/--force primary"/(regression 9.0.7)
  Speed-up AL-updates with bio flags REQ_META and REQ_PRIO
  Merged changes from 8.4.10 and with that compatibility with Linux-4.12
- Remove patch fix-initial-sync-stop.patch
- Fix the license to GPL-2.0+
- bsc#1038852, fix initial sync not triggered
  add patch fix-initial-sync-stop.patch
- Update to 9.0.7
  Using 9.0.7rc2 for upgrading from rc1...
- bsc#1028124, fix kernel compat
- Fix a potenial split brain
- Change the drbd-utils requirement to 8.9.11
- Update to 9.0.7rc1
- various fixes to the 2-phase-commit online resize
  fix fencing and disk state trasition and from consistent, necessary
  for crm-fence-peer
  fix calculation of authoritative nodes
  Quorum to avoid data divergence, an alternative to fencing
  Compat with Linux 4.10
- Remove patch drbd_wrapper-Blank-out-WRITE_SYNC-warning-for-new-ke.patch
- Add fix-resync-finished-with-syncs-have-bits-set.patch for bsc#1025089
- Including the compatible fix of bsc#1031299
- Compability fixes for SLE12 SP3 (bsc#993388, FATE#321732)
- Add patch drbd_wrapper-Blank-out-WRITE_SYNC-warning-for-new-ke.patch
- bsc#1025585, upgrade to 9.0.6
- Excluded openSUSE from RT KMP build (bsc#1005578)
- Enabled RT KMP build (bsc#1005578)
- bsc#1006176, compat with kernel 4.8 with 9.0.5
- Upgrade 9.0.2 to 9.0.5
- Remove patch compat-4.7-9902af79-i_mutex.patch
  Remove patch compat-4.7-fe8fb75e-blk_queue_write_cache.patch
  Remove patch compat-4.7-50225243-kill-nla_put_u64.patch
  Remove patch compat-4.7-1dee3f59-align-nla-u64.patch
  Remove patch drbd-buildcompare.patch
  Remove patch kernel-4.5-compat.patch
  Remove patch temp.patch
- bsc#983633, upgrade to ver9.0.2 to build against kernel 4.6/4.7
- Add patch compat-4.7-9902af79-i_mutex.patch
- Add patch compat-4.7-fe8fb75e-blk_queue_write_cache.patch
- Add patch compat-4.7-50225243-kill-nla_put_u64.patch
- Add patch compat-4.7-1dee3f59-align-nla-u64.patch
- Compat with kernel 4.5
- Add patch kernel-4.5-compat.patch
- Remove timstamp from binaries
  Add patch drbd-buildcompare.patch
- Update to release drbd-9.0.1
- Depend on drbd-utils >= 8.9.6
- Update to released drbd-9.0.0
- Remove patch 0001-Support-zeroout-device-in-initial-sync.patch
- Remove patch update-to-8.4.6-5.patch
- Remove patch rename-GFP_WAIT-to-GFP_RECLAIM.patch
- Remove patch new-bio-struct.patch
- BSC#955968, support GFP_RECLAIM in kernel4.4
- Add rename-GFP_WAIT-to-GFP_RECLAIM.patch
- BSC#950477, support new bio struct in kernel4.3
- Add new-bio-struct.patch
- BSC#950477, update to 8.4.6-5 to fix bdi congested.
- Rename 0001-drbd-Support-zeroout-device-in-initial-sync.patch
  to 0001-Support-zeroout-device-in-initial-sync.patch
- Add update-to-8.4.6-5.patch
- BSC#947460, add rcdrbd symlink.
- Fate#317940, merge patch set into one patch.
- Support zeroout/discard-devices instead of zap-devices
- New feature flag FF_DISCARD
- Add patch 0001-drbd-Support-zeroout-device-in-initial-sync.patch
- Remove old patch set:
  Patch 0000-cover-letter-fate317940.patch
  Patch 0001-drbd-Fix-the-wrong-logic-of-moving-history.patch
  Patch 0002-drbd-Add-options-zap_devices-to-new-current-uuid.patch
  Patch 0003-drbd-A-function-to-zero-out-drbd-backing-device.patch
  Patch 0004-drbd-New-packet-P_ZERO_OUT.patch
  Patch 0005-drbd-Functions-to-notify-peer-node-to-start.patch
  Patch 0006-drbd-Wapper-for-zeroing-out-device-by-worker.patch
  Patch 0007-drbd-Flags-for-background-drbd-device-work.patch
  Patch 0008-drbd-Function-to-work-with-packet-P_ZERO_OUT.patch
  Patch 0009-drbd-Receive-zero-out-command-from-peer-node.patch
  Patch 0010-drbd-Handle-new-current-uuid-zap-devices.patch
- BSC#939778. Add obsolete of old packages and a description for
  KMP package.
- Require kernel-source-rt for RT.
- Fate#317940. Speed up initial sync by supporting zero out
  device.
  Patch 0000-cover-letter-fate317940.patch
  Patch 0001-drbd-Fix-the-wrong-logic-of-moving-history.patch
  Patch 0002-drbd-Add-options-zap_devices-to-new-current-uuid.patch
  Patch 0003-drbd-A-function-to-zero-out-drbd-backing-device.patch
  Patch 0004-drbd-New-packet-P_ZERO_OUT.patch
  Patch 0005-drbd-Functions-to-notify-peer-node-to-start.patch
  Patch 0006-drbd-Wapper-for-zeroing-out-device-by-worker.patch
  Patch 0007-drbd-Flags-for-background-drbd-device-work.patch
  Patch 0008-drbd-Function-to-work-with-packet-P_ZERO_OUT.patch
  Patch 0009-drbd-Receive-zero-out-command-from-peer-node.patch
  Patch 0010-drbd-Handle-new-current-uuid-zap-devices.patch
- Delete useless patch init-script-fixes.diff
- ExcludeArch i586 and s390, since user space split into
  drbd-utils.
- Update to 8.4.6
- With DRBD module version 8.4.5, we split out the management tools
  into their own repository. Started out as "/drbd-utils version
  8.9.0"/. To manage DRBD 8.4.5 kernel modules and above, want
  drbd-utils >= 8.9.0
- fix failing of user space helpers since kernel 3.13. This bug is
  known as 'out of mem, failed to invoke fence-peer helper'
- fix connection timeouts for resources with multiple volumes
- fix an issue with DRBD on linux software raid by properly
  remapping bi_bdev
- fix a (hard to trigger) race condition between promoting to primary
  an connection handshake. In case the bug was hit the Primary got
  stuck in WFBitmapS connection state
- Fix a NULL deref when resuming IO on a diskless primary
- Fix compile issues with uncommon architectures
- improvements to asender performance. With high end backing storage
  and networking equipment you may see IOPS improvements between
  25% to 50%.
- Highest number on a single drbd seen by LINBIT so far: 160000 IOPS
- backport of events2 and status commands from drbd9. This allows
  to be DRBD9 compatible starting with this release, and to get used
  to DRBD9 compatible status reporting
- support for lsblk in drbd
- Update to 8.4.5
- fix potential BUG_ON in mempool_alloc for older kernels (<2.6.23)
- fix cornercase of resync finished detection
- fix drbd_ldev_destroy to run exactly once and in worker context
- fix spurious detach/disconnect: don't announce WRITE_SAME
- fix NULL pointer deref in blk_add_request_payload
- (DISCARD/TRIM handling in sd)
- fix regression: potential NULL pointer dereference
- fix regression: potential list corruption
- fix regression: potential deadlock in adm functions (drbdsetup)
- fix regression: /sbin vs /usr/sbin in scripts
- fix race stopping the worker thread
- new debugfs presence expose oldest requests and other details
- userspace moved to own repository
- linux 3.13 and 3.14 compatibility
- improve adaptive resync controler
- reduce bitmap IO during resync
- allow write-ordering policy to be bumped up again
- trigger tcp_flush_pending_frames() for PING/PING_ACK
- fix potential segfault in drbdadm adjust
- drbdsetup improvements: fix netlink socket buffers; detect
  modprobe failure
drbd-utils
- Move block-drbd back to /etc/xen/scripts (bsc#1177531)
  The change in xen.spec was reverted, but the revert was not applied
  to this pkg
- bsc#1176436, update to 9.14.0
  * pacemaker: various fixes/improvements for PM >=1.1.15
  including the 2 series; crm-fence-peer.9.sh
  * systemd dependency for drbd-proxy
  * containers: multi-arch support, especially for s390x
  * multipathd: blacklist drbd
  * drbdsetup: code refactoring and improvements,
  as well as tests for events2!
  add "/may_promote"/, "/promotion_score"/. See man page.
  * build: compile fixes for gcc-10; CI pipeline
  * handlers: add "/disconnected"/
- Remove patch crm-fence-peer-pacemaker2-issue2.patch (included)
  Remove patch link-error-setup_option.patch (included)
- bsc#1176065, fail to get master id from cib xml in fence handler
  Add patch crm-fence-peer-pacemaker2-issue2.patch
- bsc#1172641, fix the link error of setup_option.
  Add patch link-error-setup_option.patch
- bsc#1171419, Update to 9.13.0
  * crm-fence-peer{,.9}.sh: detect Pacemaker 2 promotable clones
  * submodules: switch to https, which makes it easier to clone
  if you are behind some weird company firewalls.
  * drbd.service: start pacemaker before drbd-proxy
  * windrbd: various new commands including create-resource-from-url,
  set-syslog-ip, scan-partitions-for-minor, install-bus-device,
  remove-bus-device
- Remove patch crm-fence-peer-pacemaker2.patch
- bsc#1166200 ,fix crm-fence-peer regex issue with pacemaker 2.
- Add patch crm-fence-peer-pacemaker2.patch
- Update to 9.12.0
  * drbd.ocf: new wrc_timeout param, fail on attach failure,
  remove_master_score_if_peer_primary param,
  fail_promote_early_if_peer_primary param, improved helper logging
  no error if wait-connect fails
  * drbdadm,v9: fix dumping meta-disk in corner case
  * crm-fence-peer.9.sh: fix Pacemaker 2 compat
  * drbdsetup,v9: fixes for various json output corner cases
  * drbdsetup,all: prepare for netlink changes (linux v5.2+)
  * drbdadm,v9: fix a check for setting up connections multiple times
  * init: setup file backed loop devices (mapping from LINSTOR)
  * rr-conflict: add retry-connect option (>=drbd 9.0.20)
  * drbdmon: 256/16 colors; events2 handler improvements
  * drbdsetup,v9: new flag: force-resync (>=drbd 9.0.21)
- Remove netlink-prepare-for-kernel-v5.2.patch
  Remove netlink-Add-NLA_F_NESTED-flag-to-nested-attribute.patch
  Remove cibadmin-return-code-convert.patch in 144c8cc1d
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
  shortcut through the -mini flavors.
- Remove obsolete Groups tag (fate#326485)
- bsc#1145296, fix the wrong return code with cib_apply_diff
  Add patch cibadmin-return-code-convert.patch
- Support Kernel 5.2, bsc#1149945 and bsc#1144702
- Add patch netlink-prepare-for-kernel-v5.2.patch
  Add patch netlink-Add-NLA_F_NESTED-flag-to-nested-attribute.patch
- Update to 9.10.0
  * drbdmon: limit desplay lenght, minor fixes
  * drbdsetup,v9: avoid underflow when resync regresses
  * drbdmeta,v9: allow huge (~1PB volumes)
  * drbdsetup,v9: add allow-remote-read flag(9.0.19)
  * docker: switch to UBI images
  * doc: update JA doc
- In our effort to make /etc fully admin controlled, move /etc/xen/scripts
  to libexec/xen/scripts
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut the build queues by allowing usage of systemd-mini
- Update to 9.9.0
  * drbdadm,v9: do not ignore stacked/upper implicit paths.
  * docker: provide initial integration.
  * doc,v9: document transport keyword
  * drbdmeta,v9: support for PMEM activity log format
  * drbdadm: allow faking of drbdsetup show output
  * drbdmeta,v9: fix forget-peer
- Update to 9.8.0
  * i18n: use propper po files
  * v9,stacked: allow node-id in stacked section
  but one should not use stacked with v9 anyways
  * dry run: remove trailing white space
  This eases test integration.
  Mentioned here because strictly speaking output changed.
  * regression tests: if at ./configure time "/clitest"/ is detected,
  one can run tests via "/make test"/. Target is a noop otherwise.
  * drbdsetup,v9: fix wait-for (same patch as in 9.7.1)
  * doc,v9:  require-drbd-module-version-*, events2 --now --poll
  * drbdadm,v9: allow stacked-on-top-of sections without address
  * drbdadm,v9: bring up only the correct paths in multi-site scenaios.
  * drbdadm,v9: fix parser segfault if node-id is missing.
  * tests: require that they pass on release.
  * drbdsetup,v9: fix key collision in show --json.
- bsc#1121794, use drbd9 man pages.
- Update to 9.7.0
  * drbdadm,v9,v84: fix resync-after
  * drbd.ocf: connect_only_after_promote, require kernel version
  * drbdmon: display resync progress
  * parser,v9: require-drbd-module-version
  * windrbd: add WinDRBD support
- bsc#1115606. Update to new upstream release 9.6.0
  * usage-count: also count notty users if possible.
  * drbd-overview: remove it, we have drbdtop/drbdmon. saves all the Perl deps.
  * drbdmon: update frequency limiting, debug log for drbdevents, use
  altbuffer,...
  * drbdsetup show: on 9 allow json output.
  mainly used in our CI, don't expect a stable field names yet.
  * drbdsetup satus: on 9 fix json output to not include NaN/Infinity
  * allow higher resync rates: first customers hit a limit. this requires an
  updated kernel module as well (e.g., 9.0.16)
  * init: fix some 8-only leftovers (sh-b-pri), sanitize the retry logic
  * doc: document various 9 features that got forgotten (e.g., quorum-lost)
  * build: various small fixes that popped up while playing with meson
- Remove patch: skip_sh-b-pri_in_v9.patch fix in ace704aac
- Update to 9.5.0
  * drbdmon: allow to start in problems view (--problems)
  * drbdadm,v9: fix always failing stacked handlers from kernel
  * drbdadm,v9: adjust now hands over the information that a
  diskfull->diskless change was intentional.
  * drbdadm,v9: adjust verifies now IPs
- Remove patch: fix_call_khelper_with_stack.patch in 60ec9fa68
- Update to 9.4.0
  * drbdmeta: don't exit with negative return codes
  * usage counts: only register if we know driver version
  * drbdsetup,v9: expose detailed verify/resync statistics
  * drbdsetup,v9,json: saner types for client/peer-client/quorum
  on --json
  * drbdsetup,v9: expose client/peer-client in status if !isatty()
- Including fix for SLE12SP3:
  bsc#1064402, remove hardcoded local5 of logfacility
  bsc#1037109, drbdmeta does not propagate full bitmap
- bsc#1090167, Update to 9.3.1
  * update to Japanese man pages
  * fixes for stacking in drbd-9.0
  * fixes for proxy support in drbd-9.0
  * fix adjusting --bitmap=no peer to diskfull
  * VCS: typos and fixes for stacked resources
- Remove upstream patch Fix-no-bitmap-allocate-for-stacked-res.patch
- Remove upstream patch Support-pass-force-to-dump-md.patch
- Remove patch fix-segfault-up-stacked-resource.patch with
  upstream fix 74b1cbb274
- drbdadm v84: fixup for disable-write-same
- Fix IPv4 & IPv6 address comparisons for 'drbdadm adjust'
- bsc#1077176, pass the string to backend.
- bsc#1058770, fix kernel trace while starting
  sync stacked drbd
- Add patch Fix-no-bitmap-allocate-for-stacked-res.patch
- Add patch Support-pass-force-to-dump-md.patch
- bsc#1076936, from bwiedemann@suse.com.
  Reproducible builds support merged in upstream, but
  the changes in spec is lost.
- bsc#1074169, Update to 9.2.0
  * Japanese man pages
  * initial vertias cluster agent support
  * quorum integration (including agents)
  * improve drbd9 (mesh)/drbd-proxy integration
  * pull fixups from 9.1.1 branch
  * switch to github
  * drbdmon: page naviagation
  * debian: add mount as dependency
- bsc#1061145, fencing is moved from disk secion to net
  Add move_fencing_from_disk_to_net_in_example.patch
- bsc#1061147, skip running drbdadm sh-b-pri in drbd9
  Add skip_sh-b-pri_in_v9.patch
- Update to 9.1.0
  * allow events2 --now polling
  * fix ambiguous inheritance for peer-device-options
  * fixup fallback path for BLKZEROOUT for older kernels
  * fix v9 proxy support
  * modernized XEN scripts
  * reproducible builds support
  * create-md --force for v8.4 (for compat to v9)
  * fix cstate output
  * resize: give resize more time (same as attach)
  * drbdmon: peer-device status, version info, node name
  * "/drbdadm status"/ for v8.4
  * set peer-device-options only once
- Remove Update-block-drbd-script-to-support-xen.patch
- fate#323392, enable drbdmon which imported in 8.9.10
- bsc#1052352, support block drbd for legacy format.
- Add Update-block-drbd-script-to-support-xen.patch
- bsc#1048671, Fix handler called from kernel always invalid
  for stacking resource
- Add fix_call_khelper_with_stack.patch
- Update to v9.0.0
  * drbd udev: fix inconsistent inheritance of implicit volumes
  * Fix regressions of the out-of-the-box DRBD 8.4 experience
  * DrbdMon: can now focus on "/problem"/ resources
  * v9: support new option on_no_quorum
  * drbdadm: fix segfaults, improve error reporting
  * adjust: fix deleting unrelated peer(s) on "/adjust resource:specific-peer"/
  * drbdmeta create-md/convert: fix check for existing external meta-data
- Merged into upstream, remove Pass-md_index-information-to-detect_md.patch
- bsc#1032074, fix Inconsistent metadata after upgrade
- Add Pass-md_index-information-to-detect_md.patch
  * will be merged into upstream in v8.9.12
- Update to v8.9.11
  * No source changes from v8.9.11rc1
- Disable quorum in default configuration (bsc#1032142)
- Add 0001-Disable-quorum-in-default-configuration-bsc-1032142.patch
- Update to v8.9.11rc1
- OCF resource agent and crm-fence-peer for drbd9
  introduce quorum support
  JSON output fixes
  set bitmap to 0 on metadata creation
- Remove patch support-drbd9-ra.patch
  Remove patch initialize-node-id-when-create-md.patch
- Corresponding user space change of bsc#1031299
- Update to v8.9.10 for drbd9.0.6 and drbdmanage
- new drbdmon tool
  drbdadm parser got faster
  send SIGKILL to childs if parent drbdadm dies
  compat fixes for linux kernel
- Remove obsolete Requires for pre/post install sections
- bsc#1025585, update to v8.9.8
- Remove patch zeroout-discard-devices.patch
  Remove patch service-mod.patch
- bsc#1006105, initialize node id when creating md.
- Add patch initialize-node-id-when-create-md.patch
- bsc#990834, remove the warning with experimental.
- Add warning when using multiple nodes.
- bsc#986215, fix segfault of up a DRBD9 stacked resource.
- Add patch fix-segfault-up-stacked-resource.patch
- bsc#986784, fix DRBD9 stacked resource could not started by RA.
- bsc#972886, add pkg-config as build requirement to ensure udev's
  rules directory will be detected at build time
- fate#320495. Support ha resource agent of drbd9.
  Add patch support-drbd9-ra.patch
- bsc#955177, fence when another node pacemaker shutdown.
  add patch fence-after-pacemaker-down.patch
- Update to v8.9.6
  * Call "/drbdsetup resize"/ only as often as necessary on
    "/drbdadm resize"/
  * Disconnect connection first on single path deletion from connection
  * Add unfence-peer handler
  * Fix "/drbdadm adjust"/ for proxy configurations
- bsc#967753. Fix different udev rules folder in Leap and openSUSE.
- Update to v8.9.5
  * add support for new disk option
    'rs-discard-granularity' (module v8.4.7)
  * add support for new disk option
    'discard-zeroes-if-aligned' (module v8.4.7)
  * add support for v9 "/path"/ commands
  * doc improvements/corrections
  * improvements to drbd ocf resource agent
    and pacemaker "/constraint based fencing"/
    (crm-fence-peer.sh)
  * drbd-overview improvements
  * Add an autoconf switch for building without man pages
  * Fix compatibility with the musl C library
  * Introduce the concept of paths within a connection to
    the config file; add support for paths to drbdadm adjust
  * Allow multiple connection-mesh statements within one resource
  * Document peer-device-options on the drbd-9.0 man pages
  * increase the lower boundary for al-extents from 7 to 67;
    drbdadm clamps al-extents to 67 implicitly if you configures
    something lower than 67
  * Document the events2 command on the drbd-8.4 man page
  * Fix environment variables for handlers
  * Rewrite the parser for configure options; Reuse the data
    structures describing drbdsetup options
  * No longer try to set peer-device-options with the connect
    or attach commands; Only do it with the up and attach commands
  * Fixed issues with stderr messages might go into arbitrary FDs
  * Allow recursive includes; drbdadm includes each config
    file only once
  * Fix parsing cut-off proxy sections
  * When converting 8.4 to 9.0 meta-data produce meta-data the drbd9
    kernel driver will accept
  * Obey max-peers for all volumes when creating meta-data
  * Do not re-register at usage.drbd.org when the module is not
    loaded when drbdadm is invoked
- BSC#949045. Remove execute of drbd.service.
- Add patch service-mod.patch
- Fate#317940. Support zeroout/discard instead of zap-devices
- Add patch zeroout-discard-devices.patch
- Remove zap-devices-xml.patch and zap-devices.patch
- Add Patch zap-devices-xml.patch and zap-devices.patch
  for user space entrance to zap-devices of new-current-uuid.
- Patch fix-libdir-in-Makefile.patch
- Upgrade to released v8.9.2 for Fate#317940
  * change systemd unit file: basically just call the init script
  * make some previously hardcoded timeouts configurable
  * drbdadm: New command peer-device-options
  * drbd 9: Move max_buffers to net_conf
  * drbd 9: Log errors to syslog if stderr is not available
  * init script: fixes for stacked resources
  * fix regression corner cases in bitmap size calculation
  * allow create-md to initialize peer-max-bio-size to 1M
  * drbd 9: make transport selectable
  * fix aggregating drbdsetup / drbdmeta exit statii
  * some documentation fixes (content and build)
  * added direct-connect command
  * incompatible drbd-9 metadata format change. use: node_id as index for
    peer_md instead of the bitmap_index
  * drbdadm/meta/usage_cnt: ensure output is visible
  * drbdsetup: fix arguments for all commands expecting a peer_device
  * exit codes: redefine E_USAGE to 1 (not 3)
  * some build changes
  * init script: on start, first try to load the module
  * drbdsetup events2: Improve how timestamps are assigned
  * udev rules (symlinks in /dev/by-res and by-disk) got fixed
  * Fixed upper limit for drbd-8.4 activity log entries
  * many fixes to drbdadm adjust and proxy commands for drbd-9
  * rhcs_fence: Do not invoke fence agents in parallel, rewrite in bash
  * drbdsetup events2 is now also available in drbd-8.4 (backported from
    drbd-9)
  * reorganized the repository have common code for drbd-9, drbd-8.4
    and drbd-8.3 only once
  * Fix drbd.ocf for resources without volume 0
- Upgrade to v8.9.2rc2 with _service file for latest git
- modify spec to set %attr(700,root,root) to %{_sysconfdir}/xen explicitly
  to avoid mismatch with xen-tools/xen-xend-tools.
- add to drbd-utils.spec
  Obsoletes: drbd < 8.4.5
- Delete requires for drbd-kmp for drbd driver is built in kernel
  since 8.4.5
e2fsprogs
- Remove autoreconf call from e2fsprogs.spec (bsc#1183791)
- po-remove-unnecessary-buggy-positional-parameter-spe.patch: po: remove
  unnecessary/buggy positional parameter specifiers (bsc#1170964)
- e2fsck-clarify-overflow-link-count-error-message.patch: e2fsck: clarify
  overflow link count error message (bsc#1160979)
- ext2fs-update-allocation-info-earlier-in-ext2fs_mkdi.patch: ext2fs: update
  allocation info earlier in ext2fs_mkdir() (bsc#1160979)
- ext2fs-implement-dir-entry-creation-in-htree-directo.patch: ext2fs: implement
  dir entry creation in htree directories (bsc#1160979)
- tests-add-test-to-excercise-indexed-directories-with.patch: tests: add test
  to excercise indexed directories with metadata_csum (bsc#1160979)
- tune2fs-update-dir-checksums-when-clearing-dir_index.patch: tune2fs: update
  dir checksums when clearing dir_index feature (bsc#1160979)
- e2fsck-abort-if-there-is-a-corrupted-directory-block.patch: e2fsck: abort if
  there is a corrupted directory block when rehashing (bsc#1160571
  CVE-2019-5188)
- e2fsck-don-t-try-to-rehash-a-deleted-directory.patch: 2fsck: don't try to
  rehash a deleted directory (bsc#1160571 CVE-2019-5188)
- resize2fs-Make-minimum-size-estimates-more-reliable.patch: resize2fs: Make
  minimum size estimates more reliable for mounted fs (bsc#1154295)
- libsupport-add-checks-to-prevent-buffer-overrun-bugs.patch: add checks to
  prevent buffer overrun bugs in quota code (bsc#1152101, CVE-2019-5094)
- libext2fs-call-fsync-2-to-clear-stale-errors-for-a-n.patch: libext2fs: call
  fsync(2) to clear stale errors for a new a unix I/O channel (bsc#1145716)
- e2fsck-check-and-fix-tails-of-all-bitmaps.patch: e2fsck: check and fix tails
  of all bitmap blocks (bsc#1128383)
- libext2fs-Fix-fsync-2-detection.patch: libext2fs: Fix fsync(2) detection
  (bsc#1038194)
- Add references from old package:
  Fix resize2fs-Fix-32-64-bit-overflow-when-multiplying-by-blocks-cl.patch
  in 1.42.12 (bsc#1009532)
  Fix libext2fs-fix-potential-buffer-overflow-in-closefs.patch
  in 1.42.13 (bsc#918346 CVE-2015-1572)
  Fix libext2fs-avoid-buffer-overflow-if-s_first_meta_bg-i.patch
  in 1.42.12 (bsc#915402 CVE-2015-0247)
  Got specfile fix through Factory (bsc#960273)
  Fix libext2fs-don-t-ignore-fsync-errors.patch in 1.43.4 (bsc#1038194)
- libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch:
  libext2fs: fix build failure in swapfs.c on big-endian systems (bsc#1077420)
- Update to 1.43.8
  * add forgotten byteswap of some new superblock fields
  * fix use-after-free in e2fsck for corrupted root inode
  * fix floating point exception due to corrupted superblock in e2fsck
  * fix resize2fs's free block sanity checks
  * updated translations
- Added %license tag to specfile
- Update to 1.43.7
  * debugfs, tune2fs, fuse2fs fixes of error handling in journal replay
  * e2fsck and debugfs fixes so that malicious filesystems do not cause
  buffer overflows
  * fix corner cases in offline resizing in resize2fs
  * updated translations
- ignore errors for install-info calls in post scripts,
  otherwise installing with "/--excludedocs"/ fails
- Update to 1.43.6
  * fix printing of quota inconsistency messages
  * fix out of bounds checks in e2fsck
  * optimize e2fsck CPU usage for large sparse files
  * increase inode size to 256 bytes if features require it
  * various UI fixes
  * updated translations
- Add missing coreutils dependency for initrd macros (bsc#1055492).
- Update to 1.43.5
  * fix e2fsck infinite loop when rebuilding encrypted directories
  * fix tune2fs support for enabling /disabling project quota
  * fixes in debugfs, dumpe2fs, e2fsck, tune2fs, and resize2fs for maliciously
  corrupted filesystems
  * fix e2fsck to verify invalid quota inode numbers
  * fix byte-swapping of backup superblocks
  * fix e2fsck -E bmap2extent to work for sparse files
  * fix e2fsck to correctly handle quota accounting for multiply claimed blocks
  * lots of other fixes
- Update to 1.43.4
  * fix e2fsck handling of system.data extended attributes for small files
  * fixes in mke2fs -d
  * make mke2fs refuse absurdly large devices
  * make mke2fs properly report IO errors
  * clarify default in mke2fs questions
  * re-add uninit_bg to mke2fs.conf
  * add support for project quota to debugfs
  * improve xattr support in debugfs
  * remove mkfs.ext4dev and fsck.ext4dev
- Remove suse-module-tools dependency as it creates cycle in dependency list
- Update download URL to poing to ftp.kernel.org which is more reliable
- Update to 1.43.3
  * mke2fs will use larger journal for large filesystems by default
  * e2fsck journal replay bugfixes
  * debugfs improvements and fixes
  * fix resize2fs migration of attribute blocks
- fuse2fs manpage is no longer installed when fuse2fs is not built
- fix last change
- Rebuild the initrd if this package changes (and we are not
  building the -mini version)
- Update to 1.43.1
  * Add support for the ext4 metadata checksum, checksum seed, inline data,
    encryption, project quota, and read-only features
  * Support for the very old, experimental, and never-added-to-mainline
    compression feature has been removed
  * Mke2fs will now create file systems with the metadata_csum and 64bit
    features enabled by default
  * The tune2fs program will ask the user for confirmation before starting
    dangerous operations if the terminal is available, and it will replay
    the journal if necessary
  * Add an ext2/3/4 FUSE server
  * The resize2fs command can now convert file systems between 64-bit and
    32-bit mode
  * We now use a new e2undo file format which is much more efficient and
    faster than the old tdb-based scheme. Since it so much faster, e2fsck,
    tune2fs, debugfs, and resize2fs now also can support using creating an
    undo file.
  * Multiple e2fsck fixes
  * Multiple mke2fs improvements
  * Multiple debugfs improvements
- spec: add static library dependencies
- enable static build and package static libraries
- e2fsprogs-1.41.1-splash_support.patch: Drop it, this patch
  depends on the old in kernel "/bootsplash"/ patches that were
  removed after the introduction of plymouth.
- Update to 1.42.13
  * fix potential buffer overflow while closing a filesystem
  * fix deadlock which occurs when using systemd and e2fsck.conf's logging
    feature
  * make tune2fs clear journal superblock backup when removing journal
  * fix use after free bugs in resize2fs and e2fsck
  * fix endianity bugs in libext2fs
  ...
- Remove e2fsck-fix-free-pointer-dereferences.patch: Merged upstream
- e2fsck-fix-free-pointer-dereferences.patch: Fix use after free (bnc#912229)
ebtables
- Have the source .service file hold a placeholder for LIBEXECDIR,
  which we replace during build/install phase, allowing the package
  to be used no matter what value %{_libexecdir} has.
- replace /usr/lib with /usr/libexec in .service files to follow
  %_libexecdir macro changes
- Revert last /bin/bash -> /bin/sh change
- Use /bin/sh for ebtables.systemd
- Don't hard require systemd, we don't need that in a container
- rename /usr/lib/ebtables helper file to /usr/lib/ebtables-helper
  otherwise it conflicts with /usr/lib/ebtables library directory
  on 32-bit systems [bsc#1159769]
- add ebtables.keyring as a Source
- Update to release 2.0.11
  * Add --noflush command line support for ebtables-restore
  * Do not print IPv6 mask if it is all ones
  * Allow RETURN target rules in user defined chains
  * ebt_ip: add support for matching ICMP type and code
  * ebt_ip: add support for matching IGMP type
  * extensions: Add string filter to ebtables
  * Print IPv6 prefixes in CIDR notation
  * extensions: Add AUDIT target
  * Fix incorrect IPv6 prefix formatting
- Drop ebtables-v2.0.8-makefile.diff (no longer needed)
- Drop ebtables-v2.0.8-initscript.diff, include-linux-if.patch
  (not applicable)
- Drop ebtables-v2.0.10-4-audit.patch,
  0001-fix-compilation-warning.patch,
  0001-Use-flock-for-concurrent-option.patch,
  0002-Fix-locking-if-LOCKDIR-does-not-exist.patch (merged)
- fix path (/sbin -> /usr/sbin) in ebtables.systemd [bsc#1140898]
- Add upstream patches which improve handling stale locks.
  (boo#1126094)
  * 0001-Use-flock-for-concurrent-option.patch
  * 0002-Fix-locking-if-LOCKDIR-does-not-exist.patch
- Move ebtables to ebtables-legacy and use update-alternatives to
  offer a selection mechanism.
- fix ExecStart/ExecStop path in ebtables.service [bnc#1085228]
- Fix ethertypes ownership, should be %exclude, not %ghost.
- Resolve conflict with iptables-nft and obtain ethertypes from new netcfg
  minor version. FATE#320520
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- cleanup with spec-cleaner
- get rid of %{name} macros in the patch names
- remove sysvinit support
- Add systemd support for openSUSE > 12.10
- Do not depend on fillup when building with sysvinit support; the
  package doesn't provide any sysconfig file
- Change Requires(post) tag for Requires(pre); sysvinit must be
  available before the package installation, according to the policy
- add "/Requires(post): %insserv_prereq %fillup_prereq"/ to fix
  problem with missing sed during the installation [bnc#976919]
- remove non-break space from specfile
- use spec-cleaner to clean the specfile
- fix compilation
  add include-linux-if.patch 0001-fix-compilation-warning.patch
- add ebtables-v2.0.10-4-audit.patch needed for CC certification
  [bnc#934680]
- Also save include/linux/netfilter_bridge/ebt_ulog.h, as it no
  longer exists in the mainline kernel.
efibootmgr
- Use %license instead of %doc [bsc#1082318]
- forcefully enable PIE
- Update to 14 plus upstream fixes.  (fate#322108)
  (0001-Don-t-use-fshort-wchar-when-building-63.patch,
  0002-Remove-extra-const-keywords-gcc-7-gripes-about.patch,
  0003-Add-support-for-parsing-optional-data-as-ucs2.patch)
- Forward port and refresh SLE patches
  (efibootmgr-derhat.diff, MARM-sanitize-set_mirror.diff
  efibootmgr-delete-multiple.diff)
- Drop upstreamed patches
  (efibootmgr-check-boot-order.diff,
  efibootmgr-fix-efivar-0.24.patch,
  efibootmgr-fix-usage-of-efi_loadopt_path-again.patch,
  MARM-add-m-and-M-options.diff,
  MARM-extend-man-for-M-option.diff,
  MARM-fix-insufficient-validation-check-of-M-option.diff,
  MARM-introduce-man-for-m-and-M-option.diff)
- Build on all archs. There is no reason not to. (boo#1025520)
- Depend on new enough efivar. Build fails otherwise.
- add efibootmgr-fix-usage-of-efi_loadopt_path-again.patch - fix
  efibootmgr -v with new efivar (boo#993458)
- Add support for Memory Address Range Mirroring.
  [fate#320999, bsc#987599]
  (add MARM-add-m-and-M-options.diff,
  MARM-fix-insufficient-validation-check-of-M-option.diff,
  MARM-introduce-man-for-m-and-M-option.diff,
  MARM-extend-man-for-M-option.diff,
  MARM-sanitize-set_mirror.diff)
- Add efibootmgr-fix-efivar-0.24.patch fix the compilation errors
  caused by the efivar update
- Properly latch long to short option for delete.  [bsc#945705]
  (efibootmgr-delete-multiple.diff)
- Refresh for SLE12.  [bsc#929677]
  (efibootmgr-gcc-Wall.diff, efibootmgr-delete-multiple.diff)
- Update to 0.12
  * This release is mostly a maintenance release that uses
    libefivar's new library API for creating device paths and load
    options.
  * Also DHCPv4 network boot entries are now something you can
    create without knowing an awful lot about ACPI.
- Refresh patches
  efibootmgr-0.11.0-derhat.diff as efibootmgr-derhat.diff
  efibootmgr-0.11.0-check-boot-order.diff as
  efibootmgr-check-boot-order.diff
- Update project and download url
- Allow disk/partition as selector for delete as well.  [bsc#870211]
  (efibootmgr-delete-multiple.diff)
- Remove version number from patches.
  (add efibootmgr-derhat.diff, efibootmgr-fail-visibly.diff,
  efibootmgr-gcc-Wall.diff, efibootmgr-set_boot_order.diff,
  efibootmgr-write-unique-id-once.diff;
  drop efibootmgr-0.6.0-check-boot-order.diff,
  efibootmgr-0.6.0-delete-by-uuid.diff, efibootmgr-0.6.0-derhat.diff,
  efibootmgr-0.6.0-fail-visibly.diff, efibootmgr-0.6.0-gcc-Wall.diff,
  efibootmgr-0.6.0-set_boot_order.diff,
  efibootmgr-0.6.0-write-unique-id-once.diff)
  Note: this entry reflects obsoleted, SLE-only changes!
- Introduce partition UUID as selector for delete.  [bsc#870211]
  (efibootmgr-0.6.0-delete-by-uuid.diff)
- Enable i586 build
- efibootmgr-0.6.0-check-boot-order.diff, efibootmgr-0.6.0-derhat.diff:
  pass source validator check
- switch homepage to https://github.com/vathpela/efibootmgr
- Update version number to 0.11.0
- Rebase patches
  (efibootmgr-0.11.0-derhat.diff,
  efibootmgr-0.11.0-check-boot-order.diff)
- Drop efibootmgr-0.6.0-set_boot_order.diff since the data size of
  the variable is handled properly now
- Drop efibootmgr-0.6.0-fail-visibly.diff since err() and warn()
  are introduced to show more meaningful messages
- Drop upstreamed patch
  (efibootmgr-0.6.0-gcc-Wall.diff,
  efibootmgr-0.6.0-write-unique-id-once.diff)
- Enable for aarch64 (fate#318444)
- Add efibootmgr-0.6.0-check-boot-order.diff to delete BootOrder
  if there is no more boot option. [bnc#883545]
- Update version number to 0.6.0,
- Integrate SLE11 patches.  [bnc#830784]
  (efibootmgr-0.6.0-fail-visibly.diff,
  efibootmgr-0.6.0-set_boot_order.diff)
- Fix gcc warnings.
  (efibootmgr-0.6.0-gcc-Wall.diff)
- Make default '--loader' build-time configurable.
  (efibootmgr-0.6.0-derhat.diff)
- Don't let '--write-signature' overwrite unique signatures.
  (efibootmgr-0.6.0-write-unique-id-once.diff)
- Drop obsolete patches
  (efibootmgr-0.5.4.diff,
  efibootmgr-0.5.4-catchup.diff,
  efibootmgr-0.5.4-sector-size.diff)
- Print EFI status for failed '--create' as well.  [bnc#811767]
  (efibootmgr-0.5.4-fail-visibly.diff)
- Fix '--bootorder' handling.  [bnc#810899]
  (efibootmgr-0.5.4-set_boot_order.diff)
- Print EFI status in case of failure.  [bnc#811767]
  (efibootmgr-0.5.4-fail-visibly.diff)
- Apply critical upstream fixes
  o for memory leaking variable creation.  [bnc#746324]
  o to improve spec conformance by removing device path padding.
  o to work around broken Apple firmware.
  (efibootmgr-0.5.4-catchup.diff)
- Allow hard disk sector sizes not equal to 512.  [bnc#711830]
  (efibootmgr-0.5.4-sector-size.diff)
- Add zlib-devel to BuildRequires
- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines)
efivar
- Add efivar-bsc1187386-fix-emmc-parsing.patch to fix the eMMC
  sysfs parsing (bsc#1187386)
- Add efivar-bsc1181967-fix-nvme-parsing.patch to fix the NVME
  path parsing (bsc#1181967)
- Add efivar-bsc1175989-handle-NULL-set-variable.patch to fix
  segfault on non-EFI systems (bsc#1175989)
- Delete unused file: reproducible.patch
- Add efivar-bsc1127544-fix-ucs2len.patch to fix logic that checks
  for UCS-2 string termination (boo#1127544)
- Add efivar-fix-efidp_ipv4_addr-fields-assignment.patch to fix the
  casting of IPv4 address.
- Update to 37
  + Improve ACPI device path formatting
  + Add support for SOC devices that use FDT as their PCI root node
  + Make devices we can't parse the "/device"/ sysfs link for use
    DEV_ABBREV_ONLY
  + Handle SCSI port numbers better
  + Don't require an EUI for NVMe (boo#1100077)
  + Fix the accidental requirement on ACPI UID nodes existing
  + Add support for EMMC devices
  + Add support for PCI root nodes without a device link in sysfs
  + Add support for partitioned MD devices
  + Fix partition number detection when the number isn't provided
  + Add support for ACPI Generic Container and Embedded Controller
    root nodes (boo#1101023)
  + Add limited support for SAS/SATA port expanders
- Add upstream patches to fix boo#1120862
  + efivar-make-format_guid-handle-misaligned-guid-pointer.patch
  + efivar-Fix-all-the-places-Werror-address-of-packed-member-c.patch
- Drop upstreamed reproducible.patch
- Refresh libefiboot-export-disk_get_partition_info.patch
- Use %license for COPYING
- Add reproducible.patch to initialize memory (boo#1061219)
- Downgrade to 35 (fate#326702)
  + 36 rewrote the linux interface parsers and caused several
    problems in efibootmgr. Downgrade the version before the change
    to avoid the failure of boot variable creation
    (boo#1100077, boo#1101023)
- Refresh libefiboot-export-disk_get_partition_info.patch
- Update to version 36
- adjust libefiboot-export-disk_get_partition_info.patch to fit
  new version
- RPM group fix
- libefiboot-export-disk_get_partition_info.patch:
  (bsc#870211, bsc#945705)
- Update to 31  (fate#322108)
- Drop upstreamed patches
  + efivar-no-static.patch
  + deprecated-readdir_r.patch
  + efivar-use-sysmacros.patch
- Add efivar-use-sysmacros.patch to fix the Factory/Tumbleweed
  build correctly.
- Amend the spec file to specify the gcc version for SLE11SP4
- Fix building for SLE11SP4, SLE12SP2, and Tumbleweed
  (fate#322108, bnc#1012765)
- Drop obsolete patch
  efivar-bsc988000-remove-versioning-efi_set_variable.patch
- Update to 0.24
- Drop upstreamed patches
  + efivar-0.21-gcc6.diff
  + efivar-nvme-rename.patch
  + efivar-nvme-no-kernel-header.patch
  + efivar-relicensing.patch
  + efivar-bsc988000-fix-mode-efi_set_variable.patch
- deprecated-readdir_r.patch: Remove use of deprecated readdir_r
- Add efivar-bsc988000-fix-mode-efi_set_variable.patch and
  efivar-bsc988000-remove-versioning-efi_set_variable.patch to set
  the default file mode rather than fetching a value randomly
  (bsc#988000)
- Add efivar-relicensing.patch to update the license in some files
- Add the missing COPYING
- Update to 0.23 for fwupdate (FATE#319345)
- Add efivar-nvme-rename.patch and efivar-nvme-no-kernel-header.patch
  to work around the missing kernel header.
- Add efivar-no-static.patch to remove efivar-static since it
  causes build failure and we don't really need it.
- Remove efivar-fix-initializer.patch since it's already in 0.23.
- Remove _smp_mflags since the Makefile doesn't work well with
  the flag.
- Add efivar-0.21-gcc6.diff to fix strict-aliasing issue.
- Build with -Wno-nonnull as efivar tests nonnull args for zero
  and that breaks with its use of -Werror.
- Update the source link
- Update to 0.21
- Add efivar-fix-initializer.patch to initialize ifreq properly
- Drop patches
  + efivar-fix-vars_del_variable.patch: upstreamed
  + efivar-revert-linker-order.patch: not necessary
- Add efivar-fix-vars_del_variable.patch to fix the deletion of
  the variable with the old efivar kernel modules
- Add efivar-revert-linker-order.patch to adjust the linker order
  which caused the compilation error in pesign
- Use default CFLAGS
- Update to 0.20
  * Make sure tester is build with the right link order for
    libraries.
  * Adjust linker order for pkg-config
  * Work around LocateDevicePath() not grokking PcieRoot() devices
    properly.
  * Rectify some missing changelog entries
- Changes for 0.19
  * Lots of debugging in this release, as well as some of the
    documentation that's planned. There's more of that to come.
- Changes for 0.18
  * This release is mostly about adding the efidp and libefiboot
    APIs available.Next release will feature documentation for
    them, verification that various different device path types
    work, etc. Right now efi device path generation is basically
    limited to:
    + full file paths on sata devices
    + full file paths on sas devices
    + HD() paths for SATA and SAS devices
    + ipv4 dhcp device paths that don't specify their own
    filenames
- Drop upstreamed patche
  * efivar-correct-license-header.patch
- Drop as Makefiles have been restructured, CFLAGS no longer
  defined in them
  * efivar-suse-build.patch
- Use fdupes to reduce amount of duplicate files
- Add efivar-correct-license-header.patch to correct the license of
  util.h
- Amend the spec file with spec-cleaner
- Update to 0.15
  + Make FSF addresses in COPYING be URLS
  + Fix variables' DataSize field on 32-bit machines.
  + Add some vendor specific guids to our guid list
  + Add efi_id_guid_to_name() and efi_name_to_id_guid(), which
    support {ID GUID} as a concept a la
    http://technet.microsoft.com/en-us/library/cc766223%28v=ws.10%29.aspx
  + Call "/empty"/ "/zero"/ now, as many other places do. (empty
    references still exist for ABI compatibility)
  + add "/efivar -L"/ to the man page
  + efi_symbol_to_guid()
  + efi_name_to_guid() will fall back on efi_symbol_to_guid()
  + "/efivar -L"/ to list all the guids we know about
  + better namespacing on libefivar.so
    (rename well_known_* -> efi_well_known_*)
- Refresh efivar-suse-build.patch
elfutils
- CVE-2018-16402: libelf: denial of service/double free on an
  attempt to decompress the same section twice (bnc#1107066)
  Add patch:
  libelf-error-if-elf_compress_gnu-is-used-on-SHF_COMPRESSED.patch
- CVE-2018-18521: arlib: Divide-by-zero vulnerabilities in the
  function arlib_add_symbols() used by eu-ranlib (bnc#1112723)
  Add patch:
  arlib-check-that-sh_entsize-isnt-zero.patch
- CVE-2017-7611: elfutils: DoS (heap-based buffer over-read and
  application crash) via a crafted ELF file (bnc#1033088)
  Add patch:
  elflint-check-symbol-table-data-is-big-enough-before-check.patch
- CVE-2017-7610: elflint: heap-based buffer overflow in check_group
  (bnc#1033087)
  Add patch:
  elflint-dont-check-section-group-without-flags-word.patch
- CVE-2018-16403: heap buffer overflow in readelf (bnc#1107067)
  Add patch:
  libdw-check-end-of-attributes-list-consistently.patch
- CVE-2018-16062: heap-buffer-overflow in
  /elfutils/libdw/dwarf_getaranges.c:156 (bnc#1106390)
  Add patch:
  libdw-readelf-make-sure-there-is-enough-data-to-read.patch
- CVE-2018-18310: Invalid Address Read problem in
  dwfl_segment_report_module.c (bnc#1111973)
  Add patch:
  libdwfl-sanity-check-partial-core-file-data-reads.patch
- CVE-2019-7150: dwfl_segment_report_module doesn't check whether
  the dyn data read from core file is truncated (bnc#1123685)
  Add patch:
  libdwfl-sanity-check-partial-core-file-dyn-data-read.patch
- CVE-2019-7665: NT_PLATFORM core file note should be a zero
  terminated string (CVE is a bit misleading, as this is not a bug
  in libelf as described) (bnc#1125007)
  Add patch:
  libebl-check-NT_PLATFORM-core-notes.patch
- CVE-2017-7609: memory allocation failure in __libelf_decompress
  (bnc#1033086)
  Add patch:
  libelf-check-compression-before-allocate-output-buffer.patch
- CVE-2018-16402: Double-free crash in nm and readelf (bnc#1107066)
  Add patch:
  libelf-error-if-elf_compress_gnu-is-used-on-SHF_COMPRESSED.patch
- CVE-2017-7607: heap-based buffer overflow in handle_gnu_hashi
  (readelf.c) (bnc#1033084)
  Add patch:
  readelf-fix-off-by-one-sanity-check.patch
- CVE-2018-18520: eu-size: Bad handling of ar files inside are
  files (bnc#1112726)
  Add patch:
  size-handle-recursive-elf-ar-files.patch
- CVE-2017-7608: heap-based buffer overflow in
  ebl_object_note_type_name (eblobjnotetypename.c) (bnc#1033085)
  Add patch:
  use-the-empty-string-for-note-names-with-zero-size.patch
- CVE-2017-7613: elfutils: denial of service (memory consumption)
  via a crafted ELF file (bnc#1033090)
  Add patch:
  elflint-sanity-check-the-number-of-phdrs-and-shdrs.patch
- CVE-2017-7612: elfutils: denial of service (heap-based buffer
  over-read and application crash) via a crafted ELF file
  (bnc#1033089)
  Add patch: elfutils-dont-trust-sh_entsize.patch
- Restore obsolete on libebl.
- Update package descriptions.
- Rename libebl1 to libebl-plugins as these are not linked,
  but dlopened using their unversioned libebl_$ARCH.so name.
- Have libelf1 require libebl-plugins (libebl.a, which does the
  dlopen call, is staticly built into libelf1). This is necessary
  for pahole to display its results. [boo#1049871]
- ppc-machine-flags.patch: support EM_PPC machine flags
- disable-tests-with-ptrace.patch: disable more tests
- Update Git-Clone URL
- Add 0001-backends-Add-support-for-EM_PPC64-GNU_ATTRIBUTES.patch
  unconditionally in the spec file. As we can't support binary diff,
  a newly added test-case is removed from the patch.
- Add 0001-backends-Add-support-for-EM_PPC64-GNU_ATTRIBUTES.patch:
  fix .gnu.attributes checking on ppc64{,le}.
- Add missing ldconfig calls for libasm1
- make tests pass when user does not want debuginfo (boo#1031556)
- Update to version 0.168:
  libelf: gelf_newehdr and gelf_newehdr now return void *.
  libdw: dwarf.h corrected the DW_LANG_PLI constant name (was DW_LANG_PL1).
  readelf: Add optional --symbols[=SECTION] argument to select section name.
- Includes changes from 0001-Add-GCC7-Wimplicit-fallthrough-support-fixes.patch
  and 0001-ar-Fix-GCC7-Wformat-length-issues.patch.
- Remove elfutils-0.137-dwarf-header-check-fix.diff which is no longer
  required after a debugedit fix.
- Add 0001-Add-GCC7-Wimplicit-fallthrough-support-fixes.patch: fix
  new warning introduced in GCC 7.
- Add 0001-ar-Fix-GCC7-Wformat-length-issues.patch: fix -Wformat-length
  warning introduced in GCC 7.
- Update to version 0.167:
  libasm: Add eBPF disassembler for EM_BPF files.
  backends: Add m68k and BPF backends.
  ld: Removed.
  dwelf: Add ELF/DWARF string table creation functions. dwelf_strtab_init,
    dwelf_strtab_add, dwelf_strtab_add_len, dwelf_strtab_finalize,
    dwelf_strent_off, dwelf_strent_str and dwelf_strtab_free.
  Support compressed sections from binutils 2.27.
- Remove patch elfutils-0.166-elfcmp-comp-gcc6.patch: included upstream.
- disable-tests-with-ptrace.patch: disable tests that use ptrace when
  running under qemu-linux-user
- Update to version 0.166:
  + config: The default program prefix for the installed tools is now
  eu-. Use configure --program-prefix="/"/ to not use a program
  prefix.
  + Various bugfixes.
- Drop elfutils-0.164-dt-ppc-opt.patch and
  elfutils-0.164-gcc6.patch (merged upstream)
- Add patch elfutils-0.166-elfcmp-comp-gcc6.patch: fix
  self-comparison error with GCC 6.
- Changes from 0.165:
  + Add eu-elfcompress
  + Add pkg-config files for libelf and libdw.
-  add elfutils-0.164-gcc6.patch
- rename dt-ppc-opt.patch as elfutils-0.164-dt-ppc-opt.patch
  and add reference to upstream commit id
- dt-ppc-opt.patch: add support for DT_PPC_OPT
- Update to version 0.164
  Drop the following patches, fixed upstream:
  * elfutils-portability-0.163.patch
  * elfutils-revert-portability-scanf.patch
  * elfutils-uninitialized.diff
  * libebl-prototype-fix.diff
  Changelog:
  - strip, unstrip:
  * Handle ELF files with merged strtab/shstrtab tables.
  * Handle missing SHF_INFO_LINK section flags.
  - libelf:
  * Use int64_t for offsets in libelf.h instead of loff_t.
  - libdw:
  * dwarf.h Add preliminary DWARF5 DW_LANG_Haskell.
  - libdwfl:
  * dwfl_standard_find_debuginfo now searches any subdir of the binary
    path under the debuginfo root when the separate debug file couldn't
    be found by build-id.
  * dwfl_linux_proc_attach can now be called before any Dwfl_Modules
    have been reported.
- Implement %check
- Update to version 0.163
  Drop patch elfutils-fix-dir-traversal-vuln-in-ar-extraction.patch
  Drop patch elfutils-0.148-dont-crash.diff (fixed by 9ceebe69)
  Drop patch elfutils-portability-0.161.patch
  Add patch elfutils-portability-0.163.patch
  Changelog:
  0.163:
  - Bug fixes only, no new features.
  0.162:
  - libdw: Install new header elfutils/known-dwarf.h.
    dwarf.h Add preliminary DWARF5 constants DW_TAG_atomic_type,
    DW_LANG_Fortran03, DW_LANG_Fortran08. dwarf_peel_type now also
    handles DW_TAG_atomic_type.
  - addr2line: Input addresses are now always interpreted as hexadecimal
    numbers, never as octal or decimal numbers.
    New option -a, --addresses to print address before each entry.
    New option -C, --demangle to show demangled symbols.
    New option --pretty-print to print all information on one line.
  - ar: CVE-2014-9447 Directory traversal vulnerability in ar extraction.
  - backends: x32 support.
- Make ebl modversion predictable to allow build-compare (bnc#916043)
- CVE-2014-9447: elfutils: Directory traversal vulnerability (bnc#911662)
  Add patch: elfutils-fix-dir-traversal-vuln-in-ar-extraction.patch
- Update to version 0.161
  + libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
    dwarf_peel_type to also provide the sizes of qualified types.
    dwarf_getmacros will now serve either of .debug_macro and
    .debug_macinfo transparently.  New interfaces
    dwarf_getmacros_off, dwarf_macro_getsrcfiles,
    dwarf_macro_getparamcnt, and dwarf_macro_param are available
    for more generalized inspection of macros and their parameters.
    dwarf.h: Add DW_AT_GNU_deleted, DW_AT_noreturn, DW_LANG_C11,
    DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
- Remove merged patches
  + elfutils-robustify.patch
  + elfutils-no-po-test-build.diff
  + elfutils-check-for-overflow-before-calling-malloc-to-uncompress-data.patch
- Refreshed patch (from Fedora sources)
  + elfutils-portability.patch > elfutils-portability-0.161.patch
- Add a lang subpackage
- Update homepage URL and improve RPM group classification
ethtool
- backport post-5.9 fixes (bsc#1178633)
  * netlink-fix-use-after-free-in-netlink_run_handler.patch
  * netlink-fix-leaked-instances-of-struct-nl_socket.patch
  * netlink-do-not-send-messages-and-process-replies-in-.patch
  * ethtool-Improve-compatibility-between-netlink-and-io.patch
- upgrade to upstream version 5.9 (jsc#SLE-15156, bsc#1178633)
- ethtool.spec:
  * minor cleanups from Factory package
  * drop compiler warnings suppression which is no longer needed
  * replace "/-W"/ compiler option with preferred form "/-Wextra"/
- ethtool.keyring: add new upstream maintainer's key
- upgrade to upstream version 5.3 (jsc#SLE-7328)
  * drop mainline backports contained in v5.3
    Revert-ethtool-Add-DMA-Coalescing-support.patch
    ethtool-Support-for-FEC-encoding-control.patch
    ethtool-add-support-for-extra-RSS-contexts-and-RSS-s.patch
    ethtool-better-syntax-for-combinations-of-FEC-modes.patch
    ethtool-copy.h-sync-with-net-next-2.patch
    ethtool-copy.h-sync-with-net-next.patch
    ethtool-correct-VF-index-values-for-the-ring_cookie-.patch
    ethtool-correct-display-of-VF-when-showing-vf-queue-.patch
    ethtool-don-t-fall-back-to-grxfhindir-when-context-w.patch
    ethtool-fix-MFLCN-register-dump-for-82599-and-newer.patch
    ethtool-fix-stack-clash-in-do_get_phy_tunable-and-do.patch
    ethtool-show-VF-and-queue-in-the-help-for-N.patch
    ethtool-support-combinations-of-FEC-modes.patch
    ethtool.8-Document-RSS-context-control-and-RSS-filte.patch
  * provide bash completion
- minor specfile cleanup
- add support for FEC parameters (fate#326122 bsc#1105557):
  ethtool-Support-for-FEC-encoding-control.patch
  ethtool-support-combinations-of-FEC-modes.patch
  ethtool-better-syntax-for-combinations-of-FEC-modes.patch
- add support for RSS contexts (fate#326122 bsc#1105557):
  ethtool-copy.h-sync-with-net-next-2.patch
  ethtool-add-support-for-extra-RSS-contexts-and-RSS-s.patch
  ethtool.8-Document-RSS-context-control-and-RSS-filte.patch
  ethtool-don-t-fall-back-to-grxfhindir-when-context-w.patch
- fix stack clash for PHY tunables (bsc#1092037):
  ethtool-fix-stack-clash-in-do_get_phy_tunable-and-do.patch
- sync UAPI header copies with SLE15 kernel:
  Revert-ethtool-Add-DMA-Coalescing-support.patch
  ethtool-copy.h-sync-with-net-next.patch
- add warning that changes should be submitted via git (i.e. not
  directly to IBS) to the specfile
- drop BuildRoot (no longer needed in SLE15)
- drop BuildRequire for xz (no longer needed in SLE15)
- use %license rather than %doc for license file (bsc#1082318)
- add backported post-4.13 upstream fixes (bsc#1088294):
  ethtool-fix-MFLCN-register-dump-for-82599-and-newer.patch
  ethtool-correct-display-of-VF-when-showing-vf-queue-.patch
  ethtool-show-VF-and-queue-in-the-help-for-N.patch
  ethtool-correct-VF-index-values-for-the-ring_cookie-.patch
- Update to new upstream release 4.13
  * Feature: add support for HWTSTAMP_FILTER_NTP_ALL
  * Feature: Add DMA Coalescing support
  * Feature: Remove UDP Fragmentation Offload error prints
  * Feature: stmmac: Add DMA HW Feature Register
  * Fix: Do not return error code if no changes were attempted.
  * Fix: Fix formatting of advertise bitmask
  * Fix: fix the rx vs tx mixup in set channel message
- Update to new upstream release 4.11
  * Feature: Support for configurable RSS hash function
  * Feature: support queue and VF fields for rxclass filters
  * Feature: Add support for 2500baseT/5000baseT link modes
  * Fix: Fix SFF 8079 cable technology bit parsing
  * Fix: sync help output for -x/-X with man page
- Update to new upstream release 4.10
  * Fix: Fix the "/advertise"/ parameter logic.
  * Feature: Implement ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE and PHY downshift
  * Feature: add register dump support for fjes driver (-d option)
- add keyring with John Linville's key for tarball verification
- Update to new upstream release 4.8
  * Feature: QSFP Plus/QSFP28 Diagnostics Information Support
  * Feature: Enhancing link mode bits to support 25G/50G/100G
  * Feature: add support for 1000BaseX and missing 10G link mode
  * Fixes: address Coverity issues 1363118 - 1363125
- Update to new upstream release 4.6
  * Feature: Support register dump on Intel X550 NICs (-d option)
  * Fix: Correct some reported register offsets on Intel 10GbE NICs
    (-d option)
  * Feature: Add IPv6 support to NFC (-n, -N, -u and -U options)
  * Feature: Add support for ETHTOOL_xLINKSETTINGS ioctls (no
    option and -s option)
  * Feature: Use netlink socket when AF_INET not available
- Update to new upstream release 4.5
  * Fix: Heap corruption when dumping registers from a file
    (-d option)
  * Fix: Stricter input validation for EEPROM setting (-E option)
  * Feature: Add PHY statistics support (--phy-statistics option)
  * Feature: Support setting default Rx flow indirection table
    (-X option)
  * Doc: Properly indent sub-options in man page
  * address build issues (mostly compiler warnings)
- Update to new upstream release 4.2
  * Feature: Support soldered-on modules in module EEPROM dump
    (-m option)
  * Feature: Add register dump support for VMware vmxnet3
    (-d option)
  * Feature: Update register dump support for IBM EMAC (-d option)
    (requires Linux 4.3 or a future stable update to 4.1 or 4.2)
  * Doc: Fix typo in man page
- Update to new upstream release 4.0
  * Fix: Formatting of RX flow hash indirection table when size not
    divisible by 8 (-x option)
  * Fix: Add missing Advertised speeds (no option and -s option)
  * Feature: Add support to get expansion ROM version (-i option)
  * Feature: Include SFP serial number and date in EEPROM dump
    (-m option)
- Update to new upstream release 3.18
  * Fix: Lookup of SFP Tx bias in SFF-8472 module diagnostics
  (-m option)
- Drop usrmerge compat symlinks
- Update to new upstream release 3.16
  * Support for configurable RSS hash key (-x/-X options)
  * Add register dump support for Altera Triple Speed Ethernet
  (-d option)
  * Report Backplane as a supported port
- Remove unused call to %gpg_verify (the macro expands to nothing);
  source validation handled by osc.
expat
- Security fix (CVE-2019-15903, bsc#1149429)
  * Crafted XML input results in heap-based buffer over-read by fooling
    the parser into changing from DTD parsing to document parsing
  * Added patches:
  - expat-CVE-2019-15903.patch
  - expat-CVE-2019-15903-tests.patch
- Security fix (CVE-2018-20843, bsc#1139937)
  * Large number of colons in input makes parser consume high
    amount of resources
  * Added expat-CVE-2018-20843.patch
- Expand description of expat-devel.
- Do not generate manpages from docbook
- Temporarily disable profiling due to bug in build system
- Version update to 2.2.5 Tue October 31 2017
  * Bug fixes:
  - If the parser runs out of memory, make sure its internal
    state reflects the memory it actually has, not the memory
    it wanted to have.
  - The default handler wasn't being called when it should for
    a SYSTEM or PUBLIC doctype if an entity declaration handler
    was registered.
  - Fix a case of mistakenly reported parsing success where
    XML_StopParser was called from an element handler
  - Function XML_ErrorString was returning NULL rather than
    a message for code XML_ERROR_INVALID_ARGUMENT
    introduced with release 2.2.1
  * Other changes:
  - Add argument -N adding notation declarations
  - various compiler-specific fixes
  - Improve docbook2x-man detection
- drop expat-docbook.patch
  * fixed in 0f5186c7b8e503c669e332d944712de010b265f3
- switch to github for release tarballs and website
- Version update to 2.2.4 Sat August 19 2017
  * Bug fixes:
    [#115]  Fix copying of partial characters for UTF-8 input
  * Other changes:
    [#109]  Fix "/make check"/ for non-x86 architectures that default
    to unsigned type char (-128..127 rather than 0..255)
    [#109]  coverage.sh: Cover -funsigned-char
    Autotools: Introduce --without-xmlwf argument
    [#65]  Autotools: Replace handwritten Makefile with GNU Automake
    [#43]  CMake: Auto-detect high quality entropy extractors, add new
    option USE_libbsd=ON to use arc4random_buf of libbsd
    [#74]  CMake: Add -fno-strict-aliasing only where supported
    [#114]  CMake: Always honor manually set BUILD_* options
    [#114]  CMake: Compile man page if docbook2x-man is available, only
    [#117]  Include file tests/xmltest.log.expected in source tarball
    (required for "/make run-xmltest"/)
    [#111]  Fix some typos in documentation
    Version info bumped from 7:5:6 to 7:6:6
- Release 2.2.3 Wed August 2 2017
  * Bug fixes:
    [#85]  Fix a dangling pointer issue related to realloc
  * Other changes:
    [#91]  Linux: Allow getrandom to fail if nonblocking pool has not
    yet been initialized and read /dev/urandom then, instead.
    This is in line with what recent Python does.
    [#86]  Check that a UTF-16 encoding in an XML declaration has the
    right endianness
  [#4] #5 #7  Recover correctly when some reallocations fail
    Repair "/./configure && make"/ for systems without any
    provider of high quality entropy
    and try reading /dev/urandom on those
    Ensure that user-defined character encodings have converter
    functions when they are needed
    Fix mis-leading description of argument -c in xmlwf.1
    Rely on macro HAVE_ARC4RANDOM_BUF (rather than __CloudABI__)
    for CloudABI
    [#100]  Fix use of SIPHASH_MAIN in siphash.h
    [#23]  Test suite: Fix memory leaks
    Version info bumped from 7:4:6 to 7:5:6
- Release 2.2.2 Wed July 12 2017
  * Security fixes:
    [#43]  Protect against compilation without any source of high
    quality entropy enabled, e.g. with CMake build system;
  * [MOX-006] Fix non-NULL parser parameter validation in XML_Parse;
    resulted in NULL dereference, previously;
  * Bug fixes:
    [#69]  Fix improper use of unsigned long long integer literals
  * Other changes:
    [#73]  Start requiring a C99 compiler
    [#49]  Fix "/=="/ Bashism in configure script
    [#58]  Address compile warnings
    [#68]  Fix "/./buildconf.sh && ./configure"/ for some versions
    of Dash for /bin/sh
    [#72]  CMake: Ease use of Expat in context of a parent project
    with multiple CMakeLists.txt files
    [#72]  CMake: Resolve mistaken executable permissions
    [#76]  Address compile warning with -DNDEBUG (not recommended!)
    [#77]  Address compile warning about macro redefinition
  * Added patch expat-docbook.patch to compile the man pages with
  docbook-to-man
  * Cleaned spec file with spec-cleaner
- Allow building when do_profiling is undefined
- Build with profiling when possible
- Version update to 2.2.1 Sat June 17 2017
  - Security fixes:
    CVE-2017-9233 / bsc#1047236 -- External entity infinite loop DoS
    Details: https://libexpat.github.io/doc/cve-2017-9233/
    Commit c4bf96bb51dd2a1b0e185374362ee136fe2c9d7f
  - [MOX-002]      CVE-2016-9063 / bsc#1047240 -- Detect integer overflow;
    (Fixed version of existing downstream patches!)
  - (SF.net) #539  Fix regression from fix to CVE-2016-0718 cutting off
    longer tag names;
    [#25]  More integer overflow detection (function poolGrow);
  - [MOX-002]      Detect overflow from len=INT_MAX call to XML_Parse;
  - [MOX-005] #30  Use high quality entropy for hash initialization:
  * arc4random_buf on BSD, systems with libbsd
    (when configured with --with-libbsd), CloudABI
  * RtlGenRandom on Windows XP / Server 2003 and later
  * getrandom on Linux 3.17+
    In a way, that's still part of CVE-2016-5300.
    https://github.com/libexpat/libexpat/pull/30/commits
  - [MOX-005] For the low quality entropy extraction fallback code,
    the parser instance address can no longer leak,
  - [MOX-003] Prevent use of uninitialised variable; commit
  - [MOX-004] a4dc944f37b664a3ca7199c624a98ee37babdb4b
    Add missing parameter validation to public API functions
    and dedicated error code XML_ERROR_INVALID_ARGUMENT:
  - [MOX-006] * NULL checks; commits
  * Negative length (XML_Parse); commit
  - [MOX-002] 70db8d2538a10f4c022655d6895e4c3e78692e7f
  - [MOX-001] #35  Change hash algorithm to William Ahern's version of SipHash
    to go further with fixing CVE-2012-0876.
    https://github.com/libexpat/libexpat/pull/39/commits
  - Bug fixes:
    [#32] Fix sharing of hash salt across parsers;
    relevant where XML_ExternalEntityParserCreate is called
    prior to XML_Parse, in particular (e.g. FBReader)
    [#28] xmlwf: Auto-disable use of memory-mapping (and parsing
    as a single chunk) for files larger than ~1 GB (2^30 bytes)
    rather than failing with error "/out of memory"/
    [#3]  Fix double free after malloc failure in DTD code; commit
    7ae9c3d3af433cd4defe95234eae7dc8ed15637f
    [#17] Fix memory leak on parser error for unbound XML attribute
    prefix with new namespaces defined in the same tag;
    found by Google's OSS-Fuzz; commits
    xmlwf on Windows: Add missing calls to CloseHandle
  - New features:
    [#30] Introduced environment switch EXPAT_ENTROPY_DEBUG=1
    for runtime debugging of entropy extraction
    Bump version info from 7:2:6 to 7:3:6
- Remove pointless --with-pic (for static only)
- Version update to 2.2.0:
  * Fixes bnc#983215 CVE-2012-6702
  * Fixes bnc#983216 CVE-2016-5300
  * Various cmake and autotools script updates
  * Fix detection of utf8 character boundaries
- Remove all patches merged upstream:
  * expat-2.1.1-avoid_relying_on_undef_behaviour.patch
  * expat-2.1.1-parser_crashes_on_malformed_input.patch
  * expat-alloc-size.patch
  * expat-visibility.patch
- add expat-2.1.1-avoid_relying_on_undef_behaviour.patch to avoid
  relying on undefined behavior in the original CVE-2015-1283 fix
  [bnc#980391], [bnc#983985], [CVE-2016-4472]
- add expat-2.1.1-parser_crashes_on_malformed_input.patch to fix
  Expat XML parser that mishandles certain kinds of malformed input
  documents [bnc#979441], [CVE-2016-0718]
- use spec-cleaner to clean specfile
- After simplification of expat-visibility.patch, it became
  uneffective as no symbols are getting hidden. add
  - fvisibility=hidden to CFLAGS again.
- expat-alloc-size.patch: fix braino, realloc()-like functions
  should not take __attribute__(malloc)
- Update to version 2.1.1
  * Fixes CVE-2015-1283 — Multiple integer overflows in the
    XML_GetBuffer function
  * Fix potential null pointer dereference
  * Symbol XML_SetHashSalt was not exported
  * Output of xmlwf -h was incomplete
  * Document behavior of calling XML_SetHashSalt with salt 0
  * Minor improvements to man page xmlwf(1)
- Simplify expat-visibility.patch, refresh expat-alloc-size.patch
- Drop config-guess-sub-update.patch, fixed upstream.
- Cleanup spec file with spec-cleaner
- Remove old ppc obsoletes/provides
expect
- bsc#1183904, expect-errorfd.patch:
  errorfd file descriptors should be closed when forking
- fix previous change regarding PIE linking. Passing SHLIB_CFLAGS="/-shared"/
  causes /usr/bin/expect to become a shared library that SEGFAULTs upon
  execution. Instead use SHLIB_LD to pass -shared only to shared library
  linking.
- pass explicit -pie flag to CFLAGS and hack `make` invocation so that
  /usr/bin/expect actually becomes a PIE binary. This is especially awkard
  since the expect build system implicitly passes -fPIC which breaks our
  gcc-PIE package, but does not pass -pie while linking the executable.
  Shared libraries are also not linked with -shared so we need to explicitly
  pass this, too, to avoid build breakage (bsc#1184122).
- Add an unversioned symlink to make linking easier for
  applications that use libexpect without Tcl (boo#1172681).
- New version 5.45.4:
  * Fix two bugs in EOF handling.
- New version 5.45.3:
  * expect.c: On finding a full buffer during matching the sliding
    window mechanism slides too far, truncating the whole buffer and
    preventing matches across the boundary. Fix is shortening the
    slide distance (slide only one 1/3).
  * expect.c: Replaced a cc==0 check with proper Tcl_Eof() check.
- Includes changes from 5.45.2:
  * configure: Extended Tcl header detection for OS X Mountain Lion.
  * expect.c: Replaced memcpy with memmove to properly handle
    overlapping memory.
- Includes changes from 5.45.1:
  * exp_chan.c: Fix a problem when talking a tty where the writer
    dies. Some operating systems report the condition as EIO with
    nothing read, while this actually an EOF. Previously, returned
    data was incomplete due to the error causing data in buffers to
    be dropped.
  * exp_chan.c: Fix a problem with the iteration over the expect
    channel list where the loop code may modify the list, breaking
    the iterator.
  * Fixes for exp_chan.c and exp_command.h
  * expect.c: Convert #bytes information to #chars to prevent later
    code to fail when copying strings around and miscalculating how
    much to copy, for strings containing non-ASCII utf chars.
  * exp_inter.c: Hack access to TCL_REG_BOSONLY when not present,
    became private with Tcl 8.5 and higher.
  * expect.h: Remove the local fiddling with the memory allocation
    and panic macros.
  * example/unbuffer: Prevent unbuffer from swallowing exit code of
    the command it ran (regular mode only, not -p)
  * Various deduplications and cleanups
- cleanup with spec-cleaner
- use %make_install macro
- Don't ship the 'weather' example anymore (fate#318342).
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
- Update config.guess/sub for aarch64
- Remove execute permission from logfiles
fdupes
- We cannot update from fdupes 1.51 to 1.6.1. That "/downgrade"/
  works okay'ish for Tumbleweed because we can replace the old
  package with the new one, but in SLE this is not possible. We
  asked upstream to please release a "/2.0"/ version to remedy these
  issues (https://github.com/adrianlopezroche/fdupes/issues/74),
  but he does not respond. Therefore, we'll call this version 1.61,
  ignoring upstreams change in the versioning scheme.
- Upstream has changed their versioning scheme after version 1.51.
  Unfortunately, the new version 1.6.x won't be recognized as
  "/newer"/ by zypper. This commit adds appropriate "/provides"/ and
  "/obsoletes"/ attributes to the spec file to remedy that issue.
- Drop 50_bts284274_hardlinkreplace.dpatch. The --linkhard option
  added by this patch has an implementation bug that can cause data
  loss. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677419
  has more details.
- Update to version 1.6.1. The following patches have been applied
  upstream and were dropped:
  * 0001-restore-pristine-code.patch
  * 0002-Added-to-escape-minus-signs-in-manpage-lintian-warni.patch
  * 0003-Fix-a-typo-in-a-manpage-bts353789.patch
  * 0005-add-summarize-to-manpage-bts481809.patch
  * 0006-add-nohidden-support-bts511702.patch
  * 0007-Disambiguate-the-options-recurse-and-recurse-bts5371.patch
  * 0008-speedup-the-file-compare.patch
  * 0009-glibc-endianness-check-in-md5.patch
  * 0010-add-permissions-mode.patch
  * 0011-add-an-option-to-sort-duplicate-files-by-name.patch
- 50_bts284274_hardlinkreplace.dpatch had to be refreshed.
- By default relink hardlinks too, should fix bnc#940296
- Update to upstream git repo on github
- Refresh patches:
  * fdupes-makefile.patch
  * 0008-speedup-the-file-compare.patch
  * 0010-add-permissions-mode.patch
  * 0011-add-an-option-to-sort-duplicate-files-by-name.patch
  * 50_bts284274_hardlinkreplace.dpatch
- Upstreamed patch:
  * 0004-Large-file-support-for-2GB-files-bts447601.patch
- Remove whitespace from fdupes.macros file
- Cleanup with spec-cleaner
  - Obey rpm-opt-flags
  - run test phase
- add -L (--linkhard) option
  add 50_bts284274_hardlinkreplace.dpatch
- sort the output of fdupes by filename to make it deterministic
  for parallel builds
  * 0011-add-an-option-to-sort-duplicate-files-by-name.patch
- update to 1.5.0-PR2
  * new "/--summarize"/ option
  * new  "/--recurse:"/ selective recursion option
  * new "/--noprompt"/ option for totally automated deletion of
  duplicate files.
  * sorts duplicates (old to new) for consistent order when
  listing or deleteing duplicate files.
  * tests for early matching of files, which should help speed up
  the matching process when large files are involved.
  * warns whenever a file cannot be deleted.
  * bugfixes (proper file closing, zero-length files, ...)
- drop the fdupes-sort-output.diff (upstream uses mtime based)
- rename and rebase fdupes-speedup.patch to 0008-speedup-the-compare.patch
- rename and rebase fdupes-endianness.patch to
  0009-glibc-endianness-check-in-md5.patch
- add -p/--permissions switch so files with different permissions or uid/gid
  are not considered as duplicates (bnc#784670)
  * this mode is a default one for fdupes macro
  0010-add-permissions-mode.patch
- imported several fixes from Debian
  * 0001-restore-pristine-code.patch - some common code fixes, partly obsoletes
    speedup patch
  * manual page fixes
    0002-Added-to-escape-minus-signs-in-manpage-lintian-warni.patch
    0003-Fix-a-typo-in-a-manpage-bts353789.patch
    0005-add-summarize-to-manpage-bts481809.patch
    0006-add-nohidden-support-bts511702.patch
    0007-Disambiguate-the-options-recurse-and-recurse-bts5371.patch
  * 0004-Large-file-support-for-2GB-files-bts447601.patch - large file support
- added "/which"/ requirement for red hat distros
- patch license to follow spdx.org standard
- cross-build workaround: fake gcc script to work around build
  system not honoring CC
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)
- fix bnc#406825: speedup fdupes
  * fdupes-speedup.patch fixes some performance gaps in code
  * fdupes-endianness.patch speedups the built in md5 on little endian machines
- make patch0 usage consistent
fence-agents
- Update to version 4.9.0+git.1624456340.8d746be9:
  * fence_azure_arm: corrections to support Azure SDK >= 15 - including backward compatibility (#415)
  (bsc#1185058)
  * fence_gce: make serviceaccount work with new libraries
  * fence_kubevirt: new fence agent
  * fence_virt*: simple_auth: use %zu for sizeof to avoid failing verbose builds on some archs
  * configure: dont fail when --with-agents contains virt
  * fence_mpath: watchdog retries support
  * fencing: add multi plug support for reboot-action
  * fence_redfish: add missing diag logic
  * fencing: fix issue with hardcoded help text length for metadata
  * fence_lindypdu: update metadata
  * fence_lindypdu: new fence agent
  * fencing: add stonith_status_sleep parameter for sleep between status calls during a STONITH action
  * fence_openstack: code formatting fixes per: https://github.com/ClusterLabs/fence-agents/pull/397#pullrequestreview-634281798
  * Proper try-except for connection exception.
  * Fix CI.
  * Do not wrap as many values.
  * Restore port metadata.
  * Update xml metadata.
  * Use standard logging.
  * Revert change to __all__
  * Major rework of the original agent:
  (bsc#1182701) [0.9.10-GCE-Build1.6] fence_gce doesn't restart the node as expected
  * fence_virt: fix required=1 parameters that used to not be required and add deprecated=1 for old deprecated params
  * fence_gce: default method moved back to powercycle (#389)
  * fence_aws: add filter parameter to be able to limit which nodes are listed
  * virt: fix a bunch of coverity scan errors in ip_lookup
  * virt: make sure to provide an empty default to strncpy
  * virt: make sure buffers are big enough for 0 byte end string
  * virt: increase buffer size to avoid overruns
  * virt: check return code in virt-sockets
  * virt: fix error code checking
  * virt: fix plugin (minor) memory leak and plug in load race
  * virt: attempt to open file directly and avoid race condition
  * virt: fix different coverity scan errors in common/tcp
  * virt: cleanup deadcode in client/vsock
  * virt: cleanup deadcode in client/tcp
  * virt: fix potential buffer overrun
  * virt: fix mcast coverity scan errors
  * virt: drop pm-fence plugin
  * virt: drop libvirt-qmf plugin
  * virt: drop null plugin
  * build: enable fence_virtd cpg plugin by default
  * virt: drop fence_virtd non-modular build
  * virt: fix plugin installation regression on upgrades
  * fence_virt: metadata fixes, implement manpage generation and metadata/delay/rng checks
  * virt: make sure variable is initialized
  * Revert "/virt: drop -Werror to avoid unnecessary failures"/
  * zvm: reformat fence_zvm to avoid gcc warnings
  * Ignore fence-virt man pages
  * Move fence_virt to the correct location
  * Ignore unknown options on stdin
  * fence_gce: support google-auth and oauthlib and fallback to deprecated libs when not available
  * spec:
    add aliyun subpackage and fence_mpath_check* to mpath subpackage
    add libxml2-devel to BuildRequires
  (jsc#SLE-18182) ECO: Update fence-agents
  (jsc#SLE-17998) Add upstream PR to aws-vpc-move-ip and apply required resource & fence agent patches
- Update to version 4.7.1+git.1612974063.9e01fc92:
  * fence_gce: Adds cloud-platform scope for bare metal API and optional proxy flags (#382)
- Update to version 4.7.1+git.1612946165.05fa9b4e:
  * fence_gce: update module reqs for SLES 15 (#383)
  * fence_redfish: Add diag action
- Fixed by previous versions already, but for the records...
  These sources include fixes for these bugs:
  bsc#1169485 (git commit 020f48a309bcad659dc493960d2b39e8e1243085)
  bsc#1169852 (git commit 5c182c4018728e3cdcc6846d74d373cc5b0639dd)
  bsc#1178343 (git commit 877be689d75892fe069154cf3bc02909f3edaf50)
- This update has one part (fence-agents part) of a fix for bsc#1178294
  It still needs cobbler adjustings
- Update to version 4.7.0+git.1612425309.e4f51e44:
  * Add fence_ipmilanplus as fence_ipmilan wrapper always enabling lanplus (bsc#1178294)
  * fence_vbox: updated metadata file
  * fence_vbox: do not flood host account with vboxmanage calls
  * fence_aws/fence_gce: allow building without cloud libs
  * fence_gce: default to onoff
  * fence_lpar: Make --managed a required option
  * fence_zvmip: fix shell-timeout when using new disable-timeout parameter
  * Adds service account authentication to GCE fence agent
  * spec: dont build -all subpackage as noarch
- Patch that went mainline and got deleted:
  D 0001-Adds-service-account-authentication-to-GCE-fence-age.patch
- Quote strings in specfile (originally by Olaf Hering, ohering@suse.de)
- bsc#1180518 [15sp3 FEAT] Product-HA / High Availability Extension:
  Add IBM Z LPAR fence agent fence_ibmz to Pacemaker (kvm) (fence-agents)
- Adds service account authentication to GCE fence agent
- Update to version 4.7.0+git.1607346448.17bd8552:
  * fence_mpath, fence_scsi: Improve logging for failed res/key get
  * fence_mpath, fence_scsi: Capture stderr in run_cmd()
  * build: depend on config changes to rebuild when running make after running ./configure
  * fence_redfish: Fix typo in help.
  * fence_aws: add support for IMDSv2
  * spec: add pkg-config file, and set version for obsoletes to avoid failing to build on Fedora 33
  * Add pkg-config file
  * fence_scsi: dont write key to device if it's already registered, and open file correctly to avoid using regex against end-of-file
  * fencing: fix run_command() to allow timeout=0 to mean forever
  * fencing: fix to make timeout(s)=0 be treated as forever for agents using pexpect
- Update to version 4.6.0+git.1603723121.a17eb9d4:
  * Add a fence_crosslink agent
  * fencing: fix power-timeout when using new disable-timeout parameter
  * metadata: update for disable_timeout parameter
  * fencing: add disable-timeout parameter, and make it default when run from Pacemaker (at least 2.0+)
  * spec: make telnet a weak dependency
  * Adds baremetal support to GCE fence agent and API call retries (#355)
  * spec: add -aws and -gce dependency to -all subpackage
  * spec: fix ibmz subpackage referring to fence_z instead of fence_ibmz
  * fence_lpar: Reduce code duplication in get_lpar_list
- Update to version 4.5.2+git.1592573838.1eee0863:
  * fence_azure_arm: fixes to make MSI support work
  * fence_azure_arm: log metadata when debugging
  * fence_vmware_soap: log exception message for SSLError exception
  * build: add PHONY target to use directory dependencies for parallel builds
  * fence_aws: improve boto3_debug boolean handling
  * fence_aws: catch ConnectionError and suppress traceback for caught exceptions
  * fence_vmware_rest: support UTF-8 VM names
  * fence_openstack: import novaclient and keystone only when needed
  * build: add directory dependencies to avoid edge-case where generating manpages could happen before fencing.py was generated
  * fence_vmware_rest: dont fail when receiving more than 1000 VM error during monitor-action
  * fence_scsi: add readonly parameter
  * fence_vmware_rest: fix exception and remove default value for filter parameter (which was shown in the manpage)
  * fence_compute/fence_evacuate: fix --insecure parameter
  * fence_vmware_rest: add filter parameter
  * fence_vmware_cloud: improve exception handling in send_command()
  * fence_vmware_rest: improve exception handling in send_command()
  * Disable google api cache discovery
  * fence_aws: fix Python 3 encoding issue
  * fence_aws: Fix fence race, logging improvement and new debug option (#323)
  * fence_aws: improve connect parameter logic, so region can be specified as parameter, while using role or keys from ~/.aws/config
  * configure: fix agent filtering
  * fence_mpath: fix --reserve parameter typo
  * fence_vmware_rest: fix encoding to avoid issues with UTF-8 encoded comments
  * fence_aws: improve logging and metadata/usage text
  * fence_redfish/fence_vmware_soap: suppress warnings correctly with new python-requests
  * fence_scsi use clusterwide nodeID instead of local nodelist ID of node (#289)
  * fencing: only use inetX_only parameters for SSH based agents and fence_zvmip, and fixed syntax issue for Gawk v5+
  * spec: fix openstack BuildRequires for distros without Python 3
  * fence_virsh: fix status-based actions
  * fence_vbox: fix status-based actions
  * fix shortopt in fence-compute / fence_evacuate help messages
  * spec: add missing BuildRequires found when backporting to Fedora
  * fence_rhevm: added cookie file management (#304)
  * fence_compute: Invert the force-down/service disable order
  * fence_vmware_rest: improve logging
  * spec: only build OpenStack agents on x86_64/ppc64le, and avoid pulling in openstack via ironic from all subpackage
  * spec: add openstack subpackage
  * fence_openstack: fix fail_usage() issue and a couple of other minor issues w/the newly added plug/port parameter
  * fence_mpath: fix fail_usage() issue and a couple of other minor issues w/the newly added plug/port parameter
  * fence_sbd: support errors on stderr
  * CI: improve metadata check/update dependencies
  * fence_mpath: use -n/--plug/port parameter to be able to use pcmk_host_map
  * High: mpath: Correction of failure detection behavior from watchdog service.
  * fence_zvmip: fix Python 3 issues
- Update to version 4.4.0+git.1568100905.307de6f2:
  * fence_openstack: use -n/--plug/port parameter to be able to use pcmk_host_map
  * fence_apc_snmp: Add Tripplite WEBCARDLX PDU support
  * Update fence_aliyun.xml (bsc#1150504)
  * Fix argument parsing for region_name
  * fence_ilo_ssh*: add timeout warning in metadata/manpage
  * remove 'man' page formating strings to improve '-o metadata' output
  * filter out 'man' formating strings from 'longdesc' field
  * Update fence_aliyun.py (#279) (bsc#1150504)
  * Fixed issue with SUSPENDED VMs
  * Changed encoding for the raritan telnet connection to latin1
  * fence_scsi watchdog: dont exit when command fails using retry parameter
- White list the aliyun fence agent to get it included and provided
  by the fence-agent package (bsc#1139913)
- Split fence_amt_ws into separate package due to licence incompatibility:
  * Apache-2.0 is not compatible with GPL-2.0
- Update to version 4.4.0+git.1558595666.5f79f9e9:
  * fence_scsi: detect node ID using new format, and fallback to old format before failing
  * fence_rhevm: fix debug encoding issues (bsc#1137314) (CVE-2019-10153)
  * fence_mpath: import ctypes to fix watchdog hardreboot
  * fence_rhevm: add RHEV v4 API support and auto-detection
  * fence_azure_arm: use skip_shutdown feature when available
  * fence_ipmilan: Add ipmitool timeout option
  * fence_redfish: add headers to HTTP methods
  * fence_gce: fix Python 3 encoding issue
  * fence_pve: add support for sending reset command to qemu machines (#261)
  * fencing: improve stdin parse function
  * fence_redfish: backwards compatibility for <ip>:<port>
- Update to version 4.2.1+git.1550476590.98767d24:
  * fence_redfish: use "/ipport"/ parameter and improve logging (fate#320898)
  * Changed Encoding to UTF-8 (bsc#1137314) (CVE-2019-10153)
  * fence_redfish: fail when using invalid cert without --ssl-insecure (fate#320898)
  * Removed unnecessary variable assignments to simplify code
  * fence_scsi: watchdog retries support
  * Renamed variable to avoid reusing variable name
  * Replaced default port 443 with default ssl enabled option
  * Changed reboot type to ForceRestart
  * Modify power status check
  * Added run_delay()
  * Updated fence_redfish.xml with make xml-upload (fate#320898)
  * Add new fence agent for Redfish (fate#320898)
  * build: fix issues with newer autoconf versions
  * build: fix if-redirection to make check_used_options run for the agents as intended
  * Fix 'log_expect' in fence_hpblade.py
  * fence_scsi: fix incorrect SCSI key when node ID is 10 or higher
  * fence_openstack: add detection of keystoneauth1 library
  * check_used_options: add Python 3 support, and detect unsupported has_key()-calls
  * fence_openstack: Migrate from keystoneclient to keystoneauth1
  * fence_openstack: fix missing version parameter in novaclient.Client() call
  * fence_openstack: fix configure library detection and add try/except for imports
  * fence_kdump: add validate-all action
  * fence_compute/fence_evacuate: domain parameter fixes to avoid regressions
- Update to version 4.2.1+git.1537269352.7b1fd536:
  * fence_vmware_soap: cleanup when receiving SIGTERM
  * fence_cisco_ucs: encode POSTFIELDS
  * Update fence_rcd_serial to correct vendor URL
  * fence_aliyun: correct indentation for *key in help
  * fence_aliyun: list instance names and show up to 100 instances (fate#326557)
  * fence-rhevm: improve error reporting.
  * fence_impilan/fence_ilo_ssh: iLO5-support
  * fence_rhevm: improve indentation and metadata
  * fence_compute/fence_evacuate/fence_rhevm: dont use has_key (not supported in Python 3)
  * fence_rhevm fixing help for plug param
  * fence_kdump: fix strncpy issue
  * fence_evacuate: fix evacuable tag mix issue
- Update to version 4.2.1+git.1532964592.3ae5b58e:
  * fence_aliyun: Add Aliyun fence agent. (fate#326557)
  * fence_gce: add power cycle as default method
  * fence_gce: set project and zone as not required
  * fence_gce: add support for stackdriver logging
  * fence_ilo3/fence_ipmilan: show correct default method (onoff) in help
  * fence_mpath: add watchdog support
  * fence_amt_ws: create metadata without agent specific libs
- Drop obsolete patch:
  * Remove 0002-Build-without-openwsman-installed.patch
- Unify source package with SLE 12 and Leap 42:
  * fencing: include timestamps when logging to STDERR and debug file (bsc#1049852)
- Obsoletes the following patches (SLE 12 and Leap 42):
  * 0001-fence_compute-Only-list-nova-compute-services-when-g.patch
  * 0002-fence_compute-Don-t-list-hypervisors-but-nova-comput.patch
  * 0003-fence_compute-Do-not-override-domain-if-it-is-alread.patch
  * 0004-fence_compute-Fix-handling-of-domain-None.patch
  * 0005-fence_compute-Fix-fix_domain-to-not-return-too-early.patch
  * 0006-fence_compute-Fix-fix_plug_name-when-looking-if-plug.patch
  * 0007-fence_compute-Remove-duplicate-check-for-binary-name.patch
  * 0009-fence_compute-Fix-disabling-force_down-on-node-when-.patch
  * 0010-Make-pywsman-dependency-optional.patch
  * 0011-fencing-include-timestamps-when-logging-to-STDERR-an.patch
- Unify spec file for python 2 and 3
- Enable build for python 2
  * Add 0002-Build-without-openwsman-installed.patch
- Update to version 4.2.1+git.1529316875.1a39345b:
  * fence_vmware_soap: fix Python 3 suds issue
  * Added python-novaclient and python-keystoneclient in configure.ac
  * novaclient 1.1 depcrecated, so making changes for novaclient
  * Python keystoneclient also included to pacify CI
  * Changed travis to include pythomn-novaclient
  * Fencing Agent for Openstack
  * fence_scsi: fix python3 encoding error #206
  * fence_ipmilan: add missing fence_ilo3 and fence_ilo4 metadata
  * fence_scsi: match device names using re.MULTILINE to avoid duplicating names in /var/run/cluster/fence_scsi.dev
  * fence_gce: use default credentials from googleapiclient
  * run_command: fix Python 3 encoding issue
- Drop merged patches:
  * Remove 0002-fence_gce-fix-regression-missing-import-googleapicli.patch
  * Remove 0003-fence_gce-fix-regression-missing-import-oauth2client.patch
  * Remove 0004-fence_gce-use-default-credentials-from-googleapiclie.patch
  * Remove 0005-run_command-fix-Python-3-encoding-issue.patch
- Enable GCE fence agent for all targets (fate#325539) (bsc#1088358)
- Enable fence_openstack agent (bsc#1097803)
- run_command: fix Python 3 encoding issue (bsc#1082871)
- fence_gce: use default credentials from googleapiclient
- fence_gce: fix regression - missing import oauth2client.client
- fence_gce: fix regression - missing import googleapiclient.discovery
- Add 0002-fence_gce-fix-regression-missing-import-googleapicli.patch
- Add 0003-fence_gce-fix-regression-missing-import-oauth2client.patch
- Add 0004-fence_gce-use-default-credentials-from-googleapiclie.patch
- Add 0005-run_command-fix-Python-3-encoding-issue.patch
- Update to version 4.0.25+git.1524215631.8f9c770a:
  * fence_gce: Write error messages to log (fate#325539) (bsc#1088358)
  * fence_azure_arm: fix subscriptionId from metadata (bsc#1090995)
  * fence_scsi: fix plug-parameter and keep support for nodename to avoid regressions
- Disable Google Compute Engine support unless openSUSE (fate#325539) (bsc#1088358)
- Update to version 4.0.25+git.1523367910.7473fab7:
  * Add fence_gce: Google Compute Engine fence support (fate#325539) (bsc#1088358)
  * Low: fence_scsi: Remove period from cmd string
  * fence_compute/fence_evacuate: revert to old parameters
  * fence_azure_arm: implement network-fencing (w/library from @MSSedusch)
  * fence_mpath: Correction of command line which argument is not correctly recognized
  * Mid: fence_docker: Exclude slashes from the list.
  * fence_pve : choose vm type either lxc or qemu
- Update to version 4.0.25+git.1518188333.853850c3:
  * heuristics_ping: fix for python3 TypeError
- Update to version 4.0.25+git.1516265527.7ab202cf (bsc#1074000):
  * fence_ilo3: default to onoff
  * fence_compute: Add support for keystone v3 authentication
  * fence_ilo_ssh: fix hard reset
  * fence_vmware_rest: new agent
- Recommend openwsman-python3, not python-openwsman (bsc#1069137)
- Update to version 4.0.25+git.1509350522.8d6f8530 (bsc#1065966):
  * Use Python 3 for all scripts
  * compute: Fix unfencing and ensure fencing occurs in partial up/down states
  * compute: Split out evacation functionality
  * compute: Handle differences in Nova API argument passing
  * fence_zvm: fix "/uintptr_t"/ undeclared
  * fence_ifmib: fix README typo(s)
- Add patch:
  * 0001-Use-Python-3-for-all-scripts-bsc-1065966.patch
- Remove merged patches:
  * 0001-fence_compute-Only-list-nova-compute-services-when-g.patch
  * 0002-fence_compute-Don-t-list-hypervisors-but-nova-comput.patch
  * 0003-fence_compute-Do-not-override-domain-if-it-is-alread.patch
  * 0004-fence_compute-Fix-handling-of-domain-None.patch
  * 0005-fence_compute-Fix-fix_domain-to-not-return-too-early.patch
  * 0006-fence_compute-Fix-fix_plug_name-when-looking-if-plug.patch
  * 0007-fence_compute-Remove-duplicate-check-for-binary-name.patch
  * 0009-fence_compute-Fix-disabling-force_down-on-node-when-.patch
- Move to python3
- Remove deprecated agents
  * Remove fence_ovh
  * Remove fence_drac
  * Remove fence_vmware_soap
- Drop build dependency on python-suds
- Update package description
- Update to version 4.0.25+git.1501671877.7bae40a0:
  * fence_ipmilan: add target support
  * Explicitly use version 3 of the oVirt API
  * fence_rhevm: fix "/--api-path must not have an argument"/ issue
  * Convert URLs passed to pycurl to ASCII
  * fence_vbox: Add support for host on MacOS
  * fence_vbox: Add support for Windows host
  * fence_compute: fix to avoid breaking nova
  * fence_ipmilan: fix target support
  * fence_vmware_soap: fix for selfsigned certificate
  * fence_ipmilan: Add support for hexadecimal format of Kg key
  * fence_azure_arm: fix hardcoded path
  * fence_azure_arm: remove release/build info
  * fence_ipmilan: Fix inconsistency between help and manual page (defalt for --method)
  * fence_scsi: add FIPS support
  * fence_ipmilan: fix indentation
  * fencing_snmp: fix timemout typo
- Drop outdated patch:
  * 0010-Make-pywsman-dependency-optional.patch
- Downgrade some agent-specific dependencies to recommends (bsc#1025149)
  * Add 0010-Make-pywsman-dependency-optional.patch
- Update to version 4.0.25+git.1485179354.eb43835:
  * Ironic fence agent
  * fencing: Add --quiet option to disable logging to stderr
  * fence_powerman: fix typo in option powerman-path
  * fence_cisco_ucs: Commands sent to Cisco UCS are changed to
- Drop merged patch:
  * Remove 0008-Fix-travis.patch
- Update to version 4.0.24+git.1480563949.e67fcd4:
  * fence_azure_arm: add fencing agent for Azure Resource Manager
  * fence_lpar: Add support for IVM
  * fence_lpar: Handle exceptions when invalid output is read
  * fence_zvmip: Update XML metadata
  * fence_compute: fix ConnectionError by using full module name
  * fence_powerman: add fence agent for powerman
  * Suppress InsecureRequestWarning when ssl_insecure is given
  * compute: Correctly handle installations without tagged flavours
  * compute: Use the best available nova API version
  * compute: correctly implement 'on' when the force-down API call is available
  * compute: Correctly identify when the nodename already includes the supplied domain
  * compute: Ensure we can connect to nova when fixing the plug name
  * compute: Simpler check for nova force down compatibility
- Rebase and remove merged patches:
  * Remove 0001-fence_compute-Create-nova-client-with-API-2.11.patch
  * Remove 0002-fence_compute-Keep-compatibility-with-python-novacli.patch
  * Remove 0003-fence_compute-Only-list-nova-compute-services-when-g.patch
  * Remove 0004-fence_compute-Don-t-list-hypervisors-but-nova-comput.patch
  * Remove 0005-fence_compute-Do-not-override-domain-if-it-is-alread.patch
  * Remove 0006-fence_compute-Fix-use-of-undefined-variable.patch
  * Remove 0007-fence_compute-Fix-fix_domain-to-not-return-too-early.patch
  * Remove 0008-fence_compute-Fix-fix_plug_name-when-looking-if-plug.patch
  * Add 0001-fence_compute-Only-list-nova-compute-services-when-g.patch
  * Add 0002-fence_compute-Don-t-list-hypervisors-but-nova-comput.patch
  * Add 0003-fence_compute-Do-not-override-domain-if-it-is-alread.patch
  * Add 0004-fence_compute-Fix-handling-of-domain-None.patch
  * Add 0005-fence_compute-Fix-fix_domain-to-not-return-too-early.patch
  * Add 0006-fence_compute-Fix-fix_plug_name-when-looking-if-plug.patch
  * Add 0007-fence_compute-Remove-duplicate-check-for-binary-name.patch
  * Add 0008-Fix-travis.patch
- Update to version 4.0.24:
  * Improve obtaining status on Cisco UCS devices
  * Fix issues with symlink installations
  * Fix documentation for fence_scsi and fence_mpath
- Update to version 4.0.23:
  * A lot of changes in fence_compute (OpenStack compute instance)
  * Obtain status of nodes from Cisco UCS correctly
  * New fence agent for AMT using openwsman
  * Python3 support
  * Fence agent for PVE can be used by non-root users
  * Parallel building and testing of fence agents
  * Fix occasional failures of APC fence agent
- Updated fence_compute patch set:
  - Add 0001-fence_compute-Create-nova-client-with-API-2.11.patch
  - Add 0002-fence_compute-Keep-compatibility-with-python-novacli.patch
  - Add 0003-fence_compute-Only-list-nova-compute-services-when-g.patch
  - Add 0004-fence_compute-Don-t-list-hypervisors-but-nova-comput.patch
  - Add 0005-fence_compute-Do-not-override-domain-if-it-is-alread.patch
  - Add 0006-fence_compute-Fix-use-of-undefined-variable.patch
  - Add 0007-fence_compute-Fix-fix_domain-to-not-return-too-early.patch
  - Add 0008-fence_compute-Fix-fix_plug_name-when-looking-if-plug.patch
  - Add 0009-fence_compute-Fix-disabling-force_down-on-node-when-.patch
  - Remove 0001-fence_compute-Add-insecure-command-line-argument.patch
  - Remove 0002-fence_compute-Add-region-name-command-line-argument.patch
  - Remove 0003-fence_compute-Create-nova-client-with-API-2.11.patch
  - Remove 0004-fence_compute-Fix-disabling-force_down-on-node-when-.patch
  - Remove 0005-fence_compute-Evacuate-instances-on-all-tenants.patch
  - Remove 0006-fence_compute-On-list-don-t-list-hypervisors-but-nov.patch
  - Remove 0007-fence_compute-Only-list-nova-compute-services-when-g.patch
  - Remove 0008-fence_compute-Deprecate-the-domain-option.patch
- Update to version 4.0.22+git.1455008135.15c5e92:
  + fence_cisco_ucs: Obtain status of device from different endpoint
  + fence_cisco_ucs: Add --missing-as-off
- Backport fence_compute (fate#320346) (bsc#964748)
- Patches for fence_compute (fate#320346) (bsc#964748)
  - fence_compute: Add --insecure command line argument
  - fence_compute: Add --region-name command line argument
  - fence_compute: Create nova client with API 2.11
  - fence_compute: Fix disabling force_down on node when action is on
  - fence_compute: Evacuate instances on all tenants
  - fence_compute: On list, don't list hypervisors but nova-compute services
  - fence_compute: Only list nova-compute services when getting status
  - fence_compute: Deprecate the domain option
- Add 0001-fence_compute-Add-insecure-command-line-argument.patch
- Add 0002-fence_compute-Add-region-name-command-line-argument.patch
- Add 0003-fence_compute-Create-nova-client-with-API-2.11.patch
- Add 0004-fence_compute-Fix-disabling-force_down-on-node-when-.patch
- Add 0005-fence_compute-Evacuate-instances-on-all-tenants.patch
- Add 0006-fence_compute-On-list-don-t-list-hypervisors-but-nov.patch
- Add 0007-fence_compute-Only-list-nova-compute-services-when-g.patch
- Add 0008-fence_compute-Deprecate-the-domain-option.patch
- Package fence_dummy in fence-agents-devel package
- Clean up package
- Update to 4.0.22:
  * New fence agent for VirtualBox
  * A lot of changes in fence_compute (OpenStack)
  * Re-enable fence_zvm
  * Support for APC firmware v6.x
  * Add hard-reboot option for fence_scsi_check script
  * Add option for setting Docker Remote API version
  * Fix HP Brocade fence agent (timeout settings, deprecated options)
  * New action 'diag' for fence_ipmi
- Update to 4.0.21:
  * Documentation of new actions in manual pages is improved
  * Tests were improved and Travis CI is now used for every push
  * fence_virsh has new option --missing-as-off to support older XEN hosts
  * fence_ilo(2) now automatically attempts to use TLS1.0 if it is not
    possible to connect via SSLv3
  * fence_mpath re-create SCSI keys after reboot, monitoring of devices
    were improved too
- Update to 4.0.20:
  * In some cases password string was expected twice what lead to 'Unable
    to login'
  * New fence agent fence_rcd_serial for DYI fence device (look at
    https://smcleod.net/rcd-stonith/ ; thanks to Sam McLeod)
  * Fence_pve should default to SSL (thanks to Thomas Lamprecht)
  * Fixes nroff error for fence_virsh (thanks to Adrian Vondendriesch)
  * Improve monitoring for fence_scsi
  * Fixes for devices which do not have port and obtaining status is not
    possible
  * fence_ipmilan no longer print password to debug info
  * Possibility to do force-ON even if device is already ON
  * Possibility to declare that device does not have ON or OFF (usually
    only reboot works)
- Update to 4.0.19:
  * New fence agent for Nova compute machines (thanks to Andrew
    Beekhof and Fabio)
  * Fixed issues with whitespaces in few fence agents (thanks to
    Christoph Berg)
  * User of RHEV-M can have less privileges with updated
    fence_rhevm (thanks to Rik Theys)
  * Verbose output now captures also text before command prompt is
    found
  * Support for HP Integrity Superdome X was added to fence_hpblade
    (thanks to Han Pilmeyer)
  * Fence agent for IBM z/VM now uses API that require less resource
    of device
- Update to 4.0.18:
  * fence_scsi has now implemented action 'monitor'
    (thanks to John Ruemker)
  * fence_scsi is now able to unfence devices added later
    (thanks to John Ruemker)
  * simplification of code thanks to auto-generation of help texts
  * when 'name' is entered on STDIN instead of 'name=value', warning
    is generated
- Update to 4.0.17:
  * HP iLO2 with firmware 2.27 has broken implementation of TLS negotation
    and SSLv3 is disabled by default (POODLE attack). Options --tls1.0
    (tls1.0 on stdin) was added to force using TLS v1.0. This options allows
    users to use that firmware with fence agents.
  * Fence agent for AMT password was not put correctly into environment.
  * Fix login process on bladecenter where 'last login' can occur in
    message of the day what mislead fence agent.
  * Cipher for fence_ipmilan was previously set to 0. It was found out
    that this not good default value, we will use default value (3) of
    ipmitool instead.
- Update to 4.0.16:
  * fence_kdump has implemented 'monitor' action that check if local node
    is capable of working with kdump
  * path to smnp(walk|get|set) can be set at runtime
  * new operation 'validate-all' for majority of agents that checks if
    entered parameters are sufficient without connecting to fence
    device. Be aware that some checks can be done only after we receive
    information from fence device, so these are not tested.
  * new operation 'list-status' that present CSV output (plug_number,
    plug_alias, plug_status) where status is ON/OFF/UNKNOWN
- Update to 4.0.15:
  * Tripp Lite PDUs are now supported by fence_tripplite_snmp (symlink to
    fence_apc_snmp)
  * Default values in metadata sometimes differ to those actually used,
    this is fixed now
  * improvements in testing
- Remove patch: 0001-Avoid-problem-with-broken-make-variable-expansion.patch
- Update to 4.0.14:
  * fence_zvmip for IBM z/VM is rewritten to Python
  * new fence agent for Emerson devices
  * fix invalid default ports for fence_eps and fence_amt
  * properly escape XML in other fields of metadata
  * a lot of refactoring and cleaning
- Update to 4.0.13:
  * new fence agent based on mpathpersist that offers better handling of
    multipath devices
  * improve support of fence_ilo_ssh on older firmwares
  * required packages are also required by autoconf during build time
  * fence_zvm now supports action 'monitor' (thanks to Neale Ferguson)
  * introduce --gnutlscli-path --sudo-path --ssh-path and --telnet-path;
    they are no longer hard-coded
  * order of XML parameters or options in --help is more stable now
  * fence_cisco_ucs did not set protocol prefix correctly with
  - -ssl-(in)secure
  * logging to syslog now works correctly also with x00 as input
- Add patch: 0001-Avoid-problem-with-broken-make-variable-expansion.patch
- Update to 4.0.12:
  * new up-to-date wiki page with STDIN / command line arguments
    http://fedorahosted.org/cluster/wiki/FenceArguments
  * Fence agent fence_pve now supports --ssl-secure and --ssl-insecure
  (check certificate or not)
  * Fence agent for RHEV-M supports cookie based authentication
  (--use-cookies)
  * improvements in build system
  * Fix issue with regular expression in fence_rsb
  * Fix uninitialized EOL in fence_wti
- Remove backported patches:
  - 0001-fence_brocade-Add-support-for-list-action.patch
  - 0002-fencing-Monitor-is-not-working-correctly-without-lis.patch
  - 0003-fence_apc_snmp-Add-support-for-firmware-6.x.patch
  - 0004-fence_zvm-Add-support-for-on-and-status.patch
  - 0005-fence_zvm-Add-current-XML-metadata-to-test-suite.patch
  - 0006-build-Fix-automake-files-so-make-distcheck-works.patch
  - 0007-fencing-Add-new-options-ssl-secure-and-ssl-insecure.patch
  - 0008-tests-Update-XML-metadata-of-fence-agents.patch
  - 0009-fence_cisco_ucs-fence_vmware_soap-Logout-has-to-be-p.patch
  - 0010-fence_zvm-Fixes-for-better-upstream-inclusion.patch
  - 0011-fence_zvm-Add-support-for-on-improve-documentation.patch
  - 0012-fence_rhevm-Use-https-prefix-also-with-ssl-secure-an.patch
  - 0013-fence_apc-shell-timeout-was-used-instead-of-power-ti.patch
  - 0014-fence_rsb-Fix-62d90e3a0827fcdc5be632bdf4103d3c08b396.patch
  - 0015-fence_wti-Fix-invalid-eol.patch
  - 0016-fence_pve-Add-support-for-ssl-secure-and-ssl-insecur.patch
- Backport security and bug fixes (bnc#900879) (CVE-2014-0104)
  - fence_rhevm: Use https:// prefix also with --ssl-secure and --ssl-insecure
  - fence_apc: --shell-timeout was used instead of --power-timeout
  - fence_rsb: Fix 62d90e3a0827fcdc5be632bdf4103d3c08b39622
  - fence_wti: Fix invalid "/eol"/
  - fence_pve: Add support for --ssl-secure and --ssl-insecure
- Added patches:
  - 0012-fence_rhevm-Use-https-prefix-also-with-ssl-secure-an.patch
  - 0013-fence_apc-shell-timeout-was-used-instead-of-power-ti.patch
  - 0014-fence_rsb-Fix-62d90e3a0827fcdc5be632bdf4103d3c08b396.patch
  - 0015-fence_wti-Fix-invalid-eol.patch
  - 0016-fence_pve-Add-support-for-ssl-secure-and-ssl-insecur.patch
file
- Add patchfix_of_backport_PR-62.patch as previous backport caused
  a shorten output of the elf interprter (bsc#1176123)
- file-5.24-nitpick.dif: remove obsolete patch (bsc#1169512)
- file-secure_getenv.patch: refresh
- Add temporary patch CVE-2019-18218-46a8443f.patch from upstream
  to fix bsc#1154661 -- heap-based buffer overflow in cdf_read_property_info in cdf.c
- Add patch 0002-PR-62-spinpx-limit-size-of-file_printable.patch to
  fix bsc#1126117, bsc#1126118, and bsc#1126119 for CVE-2019-8905,
  CVE-2019-8906, and CVE-2019-8907
- Add patch file-a642587a9c.patch for bsc#1096974, bsc#1096984, and
  CVE-2018-10360 -- Avoid reading past the end of buffer
- Use %license (boo#1082318)
- Add patch file-5.32-ncurses-6.1.patch to support extend magic
  format for new ncurses 6.1
- Update package summaries. Replace old RPM constructs.
- Remove --with-pic which is useless with --disable-static.
- Edit pre_checkin.sh to remove dead python3 file.
- remove python build instructions from master spec file, move completely
  into python-magic.spec
- Update to file version 5.32
  * Always reset state in {file,buffer}_apprentice (Krzysztof Wilczynski)
  * Fix always true condition (Thomas Jarosch)
  * pickier parsing of numeric values in magic files.
  * PR/615 add magic_getflags()
- This release fix the bug bsc#1056838 for CVE-2017-1000249
- Remove patch file-5.31-fix-tga.dif as now upstream
- Rename patch file-5.31.dif which now becomes file-5.32.dif
- Modify the patches
  * file-5.16-ocloexec.patch
  * file-5.19-biorad.dif
  * file-5.19-printf.dif
  * file-5.23-endian.patch
  * file-5.28-btrfs-image.dif
- add file-5.31-fix-tga.dif upstream commited after I reported
  a failure in File::Unpack's test suite
- Update to file version 5.31
  * remove trailing spaces from magic files
  * refactor is_tar
  * better bounds checks for cdf
- Remove patches now upstream
  * file-5.30-150735.patch
  * file-5.30-3c60e5.patch
- Rename patch file-5.30.dif which becomes file-5.31.dif
- Modify the patches
  * file-4.24-autoconf.dif
  * file-5.14-tex.dif
  * file-5.16-ocloexec.patch
  * file-5.19-printf.dif
  * file-5.23-endian.patch
- Update to file version 5.30
  * If we exceeded the offset in a search return no match
    (Christoph Biedl)
  * Be more lenient on corrupt CDF files (Christoph Biedl)
  * pacify ubsan sign extension (oss-fuzz/524)
  * off by one in cdf parsing (PR/593)
  * report debugging sections in elf (PR/591)
  * Allow @@@ in extensions
  * Add missing overflow check in der magic (Jonas Wagner)
- Mofify the patches
    file-5.16-ocloexec.patch
    file-5.19-biorad.dif
    file-5.28-btrfs-image.dif
- Rename patch file-5.29.dif to file-5.30.dif
- Add upstream patches
    file-5.30-150735.patch
    file-5.30-3c60e5.patch
- Modify patch file-5.29.dif that is
  replace colon with dot in offset (boo#1012779)
- Update to file version 5.29
  * der getlength overflow (Jonas Wagner)
  * multiple magic file load failure (Christoph Biedl)
  * CDF parsing improvements (Guy Helmer)
  * Add support for signed indirect offsets
  * cat /dev/null | file - should print empty (Christoph Biedl)
  * Bump string size from 64 to 96.
  * PR/556: Fix separators on annotations.
- Remove patch file-5.28-compress.patch now upstream
- Rename patch file-5.28.dif which becomes now file-5.29.dif
- Add patch file-5.28-btrfs-image.dif
  to add support for files output by btrfs-image.
- Fix boo#995089:
  * Do not attempt to produce a file-magic-32bit package: there is
    nothing arch-dependant in this package (for completeness, this
    was already fixed just before by Marcus)
  * Fix baselibs.conf for libmagic1-32bit to require file-magic
    instead of file-magic-32bit.
  * Build file-magic as noarch on openSUSE >= 1200 (where rpm is
    new enough to support this).
- file-magic is architecture independend, no need for a baselibs
  package.
- Add patch file-5.28-compress.patch
  to fix crash as found in build system
- Update to file version 5.28
  * fix leak on allocation failure
  * PR/555: Avoid overflow for offset > nbytes
  * PR/550: Segv on DER parsing:
  - use the correct variable for length
  - set offset to 0 on failure.
- Port patches to 5.28
  file-4.24-autoconf.dif
  file-5.15-clear-invalid.patch
  file-5.16-ocloexec.patch
  file-5.19-biorad.dif
  file-5.23-endian.patch
  file-5.24-nitpick.dif
  file-secure_getenv.patch
- Remove patches now upstream
  file-5.26-revert-close.patch
- Rename patches
  file-5.26.dif becomes file-5.28.dif
- Update to file version 5.27
  * Errors comparing DER entries or computing offsets
    are just indications of malformed non-DER files.
    Don't print them.
  * Offset comparison was off-by-one.
  * Fix compression code (Werner Fink)
  * Put new bytes constant in the right file (not the generated one)
- Remove patches
    file-5.26-version.patch
    file-5.26-downgrade_DER.patch
    file-5.26-console.diff
    file-5.26-zmagic.patch
  as now upstream
- Disable patch file-5.26-revert-close.patch for test
- Modify patches
    file-5.17-option.dif
    file-5.26.dif
- Add and revert upstream patch file-5.26-revert-close.patch
  (commit 0177f6dd30e1f8c5639c058dcdf1d9edd9f8528c) to help
  rpmbuild not to loose stdin
- Add patch file-5.26-zmagic.patch
  to fix detection chain if for compresses files are expanded
- Add upstream patch file-5.26-console.diff
  to fix wrong detection of UNIF edb files
- Add upstream patch file-5.26-downgrade_DER.patch
  to fix DER error messages as well oas offset handling
- Update to file version 5.26
  * make the number of bytes read from files configurable.
  * Add bounds checks for DER code (discovered by Thomas Jarosch)
  * Change indirect recursion limit to indirect use count and
    bump from 15 to 50 to prevent abuse.
  * Add -00 which prints filename0description0
  * Fix ID3 indirect parsing
  * add DER parsing capability
  * provide dprintf(3) for the OS's that don't have it.
  * redo the compression code report decompression errors
  * REG_STARTEND code is not working as expected, delete it.
  * Add zlib support if we have it.
  * PR/492: compression forking was broken with magic_buffer.
- Removed patches as upstream now
  file-4.24-mips.dif
  file-5.25-avoid-double-evaluation-in-python-bindings.dif
- Modified patches
  file-5.12-zip.dif
  file-5.16-ocloexec.patch
  file-5.19-printf.dif
  file-5.19-zip2.0.dif
  file-5.22-elf.dif
  file-5.23-endian.patch
  file-5.24-nitpick.dif
  file-secure_getenv.patch
- Renamed patches
  file-5.23.dif becomes file-5.26.dif
- Added patch from upstream to fix version handling of PHP files
  file-5.26-version.patch
- Make the python command a macro.
- add file-5.25-avoid-double-evaluation-in-python-bindings.dif (bsc#949905)
- file 5.25:
  * add a limit to the length of regex searches
  * fix problems with --parameter
- Update to file version 5.24
  * redo long option encoding to fix off-by-one in 5.23
- Adapt and rename patch
  file-5.12-nitpick.dif becomes file-5.24-nitpick.dif
- Update to file version 5.23
  * Fix issue with regex range for magic with offset
  * Always return true from mget with USE (success to mget not match
    indication). Fixes mime evaluation after USE magic
  * PR/459: Don't insert magic entries to the list if there are parsing
    errors for them.
  * PR/455: Add utf-7 encoding
  * PR/455: Implement -Z, look inside, but don't report on compression
  * PR/454: Fix allocation error on bad magic.
  * handle MAGIC_CONTINUE everywhere, not just in softmagic
  * don't print descriptions for NAME types when mime.
  * Add --extension to list the known extensions for this file type
    Idea by Andrew J Roazen
  * Bump file search buffer size to 1M.
  * Fix multiple issues with date formats reported by Christoph Biedl:
  - T_LOCAL meaning was reversed
  - Arithmetic did not work
    Also stop adjusting daylight savings for gmt printing.
  * PR/411: Fix memory corruption from corrupt cdf file.
- Refresh and rename patches
  file-5.20-endian.patch becomes file-5.23-endian.patch
  file-5.22.dif becomes file-5.23.dif
  Refresh patch file-secure_getenv.patch
- Update to file version 5.22 (also related to bsc#913650 and bsc#913651)
  * add indirect relative for TIFF/Exif
  * restructure elf note printing to avoid repeated messages
  * add note limit, suggested by Alexander Cherepanov
  * Bail out on partial pread()'s (Alexander Cherepanov)
  * Fix incorrect bounds check in file_printable (Alexander Cherepanov)
  * PR/405: ignore SIGPIPE from uncompress programs
  * change printable -> file_printable and use it in
    more places for safety
  * in ELF, instead of "/(uses dynamic libraries)"/ when PT_INTERP
    is present print the interpreter name.
- Patch file-5.18-elf.dif is modified and renamed to file-5.22-elf.dif
- Patch file-5.20.dif s modified and renamed to file-5.22.dif
- build with PIE
- Drop patch file-5.20-CVE-2014-3710.patch as now part of upstream
- Update to file version 5.21
  * Fix CVE-2014-8116 and CVE-2014-8117 (bsc#910252 and bsc#910253)
  * there was an incorrect free in magic_load_buffers()
  * there was an out of bounds read for some pascal strings
  * there was a memory leak in magic lists
  * don't interpret strings printed from files using the current
    locale, convert them to ascii format first.
  * there was an out of bounds read in elf note reads
  * fix MacOS/X locale.h vs. xlocale.h issues
- Add patch file-5.20-CVE-2014-3710.patch to fic bsc#902367
  CVE-2014-3710: file: out-of-bounds read in elf note headers
- Update to file version 5.20
  * recognize encrypted CDF documents
  * add magic_load_buffers from Brooks Davis
  * add thumbs.db support
- Remove file-5.07-iso9660.dif as now upstream
- Remove file-5.19-gdbm.patch as now upstream
- Adapt and rename file-5.18-endian.patch to file-5.20-endian.patch
- Adapt and rename file-5.19.dif file-5.20.dif
filesystem
- Remove duplicate line due to merge error
- add /etc/skel/.cache with perm 0700 (bsc#1181011)
- Set correct permissions when creating /proc and /sys
- Ignore postfix user (pulled in from buildsystem)
- /proc and /sys should be %ghost to allow filesystem package updates in
  rootless container environments (rh#1548403) (bsc#1146705)
- Split /var/tmp out of fs-var.conf, new file is fs-var-tmp.conf.
  Allows to override config to add cleanup options of /var/tmp
  [bsc#1078466]
- Create fs-tmp.conf to cleanup /tmp regular (required with tmpfs)
  [bsc#1175519]
- Fix bug about missing group in tmpfiles.d files
- Generic cleanup:
  - Remove /usr/local/games
- pretrans lua script: try to move away /var/run and /var/lock
  unless they are already symlinks (bsc#1084119)
- Add /etc/modprobe.d and /usr/lib/modprobe.d (bsc#1082050).
- drop /etc/xinetd.d (bsc#1084457)
- Handle aaa_base moving the license files to /usr/share/licenses.
- Use lib64 filelist on riscv64
- Exclude some directories from fs-var.conf which are already part
  of systemd [bsc#1078466].
- Remove obsolete, outdated or duplicate directories:
  /lib/YaST, /lib/lsb, /srv/ftp, /usr/lib/lsb, /usr/share/nls and
  /usr/share/tmac.
- Adjust aaa_base test for latest aaa_base changes
- Remove /var/adm/fillup-templates, already prohibited by rpmlint
- Remove /var/adm/backup/{rpmdb,sysconfig}, they belong to
  aaa_base-extras only.
- Fix incomplete /usr/X11R6 drop from 2013
- Create fs-var.conf for systemd-tmpfiles, which contains all
  directories and links below /var. This is needed for systems,
  which use transactional update, read-only root filesystem, or
  other things, where either /var is not available during upgrade
  or does not survive a reboot. So that systemd-tmpfiles could
  create them at next boot.
- Drop deprecated /usr/tmp compat link
- Add /usr/share/fillup-templates: this is the new location for
  fillup-templates
- Add /usr/share/metainfo: this is the new location defined by
  AppStream to replace /usr/share/appdata.
- Remove /etc/ppp and subdirectories, the current, full list of
  directories is part of the sysconfig package
- Require user root and group root
- Remove /etc/susehelp.d and subdirectories, susehelp is gone
- Remove /etc/tmpdirs.d, support was removed 2011 and migrated
  to tmpfiles.d
- Remove /var/adm/perl-modules (support was removed with 11.4)
- Get ride of the last non-root group. /run/lock is created by
  systemd, not filesystem, so remove it from here.
- Change ownership of /etc/ppp, group dialout has meanwhile another
  meaning and there are no setgid dialout binaries who could need
  that.
- Remove home directories for wwwrun, lp, mail and nobody.
  They are now part of the corresponding system-user-* RPMs.
- Move /etc/init.d hiearchy to insserv-compat
- Move /etc/cups to cups-libs [bsc#1025689]
- Remove /usr/games (finally everything is moved to /usr/bin)
- Remove /*/news, now part of system-user-news
- Remove /var/cache/man, now part of system-user-man
- Remove /var/games, now part of system-user-games
- Add /usr/lib/sysusers.d
- Remove uucp directories, moved to system-user-uucp
- change /etc/cups to mode 0755 by cherry-picking SLE change
- own /usr/share/licenses to support %license tags in rpm, see
  http://rpm.org/wiki/Releases/4.11.0
- Add /usr/lib/udev/rules.d: packages installing rules don't really
  have to build depend on udev, it only increases their build time.
- Add some systemd directories so that uuidd does not have to own
  them and still succeeds building in a systemd-less root.
- Add /usr/lib/tmpfiles.d, which can well be considered a base
  system directory by now.
fillup
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Also return back the /bin/fillup provides line
- Keep /bin/fillup as a symlink in the package: there are hundreds
  of RPMs out there referencing it in the %post scriptlets, when
  any of the %*fillup* macros was used. Even updating the macro
  will not make the existing RPMs magically be fixed.
- Cleanup the mess in spec with spec-cleaner
- place binary into /usr tree (UsrMerge project)
- cross-build workarounds: disable %build section testing, use fake
  gcc script to work around build system deficiencies
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)
- Open all file descriptors with O_CLOEXEC
- handle out-of-disk-space situations somewhat better.
- use %_smp_mflags
- Do not compile in date into binary to create reproduceable binaries.
- enable parallel building
- make patch0 usage consistent
findutils
- Use new Group Release Keyring
- update upstream signing key
- remove deprecated texinfo packaging macros
- run spec-cleaner
- Update to 4.8.0.
  Announcement: https://savannah.gnu.org/forum/forum.php?forum_id=9914
- findutils.spec:
  - Source0: Fix download URL: remove "/pub/"/.
  - %check: Output the content of all test-suite files in case of errors.
- Remove now-upstream patches:
  - disable-null-ptr-test.patch
  - findutils-gnulib-disable-test-float.patch
  - findutils-gnulib-test-avoid-FP-perror-strerror.patch
- prepare usrmerge (boo#1029961)
- findutils-gnulib-test-avoid-FP-perror-strerror.patch: Add patch to
  avoid false-positive error in gnulib tests 'test-perror2' and
  'test-strerror_r', visible on armv7l.
- findutils.spec: Reference the patch.
- disable-null-ptr-test.patch: Refresh with -p0.
- findutils.keyring: Update GPG keys of Bob Proulx.
  Prompted by an error of 'osc service localrun download_files'.
- findutils.spec: Avoid conditional Patch definition as this breaks
  cross-platform building from source RPMs.
- findutils-gnulib-disable-test-float.patch: Add patch to temporarily
  disable the gnulib test 'test-float' failing on ppc and ppc64le.
- findutils.spec: Reference the patch.
- Add disable-null-ptr-test.patch in order to fix boo#1157342.
- Upgrade to 4.7.0.
- findutils.spec:
  - Change source compression from gzip to xz.
  - Align comments about how to bump the version.
  - Activate the signature checking via *.sig and keyring files.
  - Remove downstream hack in %check section to make a test executable.
- Delete obsolete patches:
  - disable-broken-tests.patch
  - gnulib-libio.patch
  - sv-bug-48030-find-exec-plus-does-not-pass-all-arguments.patch
  - sysmacros.patch
- findutils-4.4.2-xautofs.patch: Refresh, and rename ...
- findutils-xautofs.patch: ... to this.
- Add disable-broken-tests.patch in order to remove broken
  tests (boo#1138800).
- gnulib-libio.patch: Update gnulib for libio.h removal
- sysmacros.patch: Include <sys/sysmacros.h> for makedev
- Use %license (boo#1082318)
- sv-bug-48030-find-exec-plus-does-not-pass-all-arguments.patch:
  Add upstream patch to fix https://savannah.gnu.org/bugs/?48030
- Upgrade to 4.6.0
    stable release, removing 'oldfind'.
- Delete now-upstream patches: findutils-gnulib-ppc64le.patch,
    gnulib-perl522.patch
- Refresh patch: findutils-4.4.2-xautofs.patch
- Upgrade to 4.5.15
- Delete now-upstream patch:
    findutils-oldfind-fix-dotdot-skipping.patch
- Refresh patches:
    findutils-4.4.2-xautofs.patch
    gnulib-perl522.patch
- add gnulib-perl522.patch from gnulib upstream
- findutils-oldfind-fix-dotdot-skipping.patch: Add upstream patch
    to fix 'oldfind' which skipped all files starting with "/.."/
    (e.g. "/..file"/).
- findutils.spec: Add BuildRequires:dejagnu - otherwise only a
    very limited set of the tests was run by 'make check'.
firewalld
- Remove dependency on firewalld from firewall-macros (bsc#1183404)
- Disable FlushAllOnReload option to not retain interface to zone
  assignments and direct rules when using --reload option.
  * 0002-Disable-FlushAllOnReload-option.patch
- Update to 0.9.3 (jsc#SLE-17336):
  * docs(dbus): fix invalid method names
  * fix(forward): iptables: ipset used as zone source
  * fix(rich): non-printable characters removed from rich rules
  * docs(firewall-cmd): small description grammar fix
  * fix(rich): limit table to strip non-printables to C0 and C1
  * fix(zone): add source with mac address
- Add dependency for firewall-offline-cmd (bsc#1180883)
- Remove the patch which enforces usage of iptables instead of
  nftables (jsc#SLE-16300):
  * 0001-firewall-backend-Switch-default-backend-to-iptables.patch
- Add firewalld zone for the docker0 interface. This is the
  workaround for lack of nftables support in docker. Without that
  additional zone, containers have no Internet connectivity.
  (rhbz#1817022, jsc#SLE-16300)
- Update to 0.9.1:
  * Bugfixes:
  * docs(firewall-cmd): clarify lockdown whitelist command paths
  * fix(dbus): getActivePolicies shouldn't return a policy if a zone is not active
  * fix(policy): zone interface/source changes should affect all using zone
- Make use of %service_del_postun_without_restart
  And stop using DISABLE_RESTART_ON_UPDATE as this interface is
  obsolete.
- Add python3-nftables as a requirement.
- update to 0.9.0:
  * New major features
  * prevention of Zone Drifting
  * Intra Zone Forwarding
  * Policy Objects
  * For a full list of changes, see
    https://github.com/firewalld/firewalld/compare/v0.8.0...v0.9.0
- update to 0.8.3:
  * nftables: convert to libnftables JSON interface
  * service: new “helper” element to replace “module” More accurately represents the conntrack helper. Deprecates “module”.
  * allow custom helpers using standard helper modules (rhbz 1733066)
  * testsuite is now shipped in the dist tarball
  * Typo in firewall-config(1)
  * Fix typo in TFTP service description
  * doc: README: add note about language translations
  * fix: rich: source/dest only matching with mark action
  * feat: AllowZoneDrifting config option
  * feat: nftables: support AllowZoneDrifting=yes
  * feat: ipXtables: support AllowZoneDrifting=yes
  * fix: firewall-offline-cmd: Don’t print warning about AllowZoneDrifting
  * fix: add logrotate policy
  * doc: direct: add CAVEATS section
  * fix: checkIP6: strip leading/trailing square brackets
  * fix: nftables: remove square brackets from IPv6 addresses
  * fix: ipXtables: remove square brackets from IPv6 addresses
  * fix: nftables: ipset types using “port”
  * fix: nftables: zone dispatch with multidimensional ipsets
  * fix: ipset: destroy runtime sets on reload/stop
  * fix: port: support querying sub ranges
  * fix: source_port: support querying sub ranges
  * doc: specify accepted characters for object names
  * fix: doc: address copy/paste mistakes in short/description
  * fix: configure: atlocal: quote variable values
  * fix: nftables: allow set intervals with concatenations
  * doc: clarify –set-target values “default” vs “reject”
  * fix: update dynamic DCE RPC ports in freeipa-trust service
  * fix: nftables: ipset: port ranges for non-default protocols
  * fix(systemd): Conflict with nftables.service
  * fix(direct): rule in a zone chain
  * fix(client): addService needs to reduce tuple size
  * fix(doc): dbus: signatures for zone tuple based APIs
  * fix(config): bool values in dict based import/export
  * fix(dbus): service: don’t cleanup config for old set APIs
  * fix(ipset): flush the set if IndividiualCalls=yes
  * fix(firewall-offline-cmd): remove instances of “[P]” in help text
  * fix(rich): source mac with nftables backend
  * docs: replace occurrences of the term blacklist with denylist
  * fix: core: rich: Catch ValueError on non-numeric priority values
  * docs(README): add libxslt for doc generation
  * fix(cli): add –zone is an invalid option with –direct
  * fix(cli): add ipset type hash:mac is incompatible with the family parameter
- Update to version 0.7.5 (jsc#SLE-12281):
  * release: v0.7.5
  * chore(translation): merge from master
  * fix(cli): add ipset type hash:mac is incompatible with the family parameter Fixes: rhbz1541077
  * test(rhbz1483921): better test name
  * fix(cli): add --zone is an invalid option with --direct
  * fix: core: rich: Catch ValueError on non-numeric priority values
  * fix: update dynamic DCE RPC ports in freeipa-trust service
  * docs: replace occurrences of the term blacklist with denylist
  * docs(README): add libxslt for doc generation
  * test(rich): source mac with nftables backend
  * fix(firewall-offline-cmd): remove instances of "/[P]"/ in help text
  * test(check-container): add support for centos8 stream
  * test(functions): use IndividualCalls if host doesn't support nft rule index
  * test(functions): add macro IF_HOST_SUPPORTS_NFT_RULE_INDEX
  * test(dbus): better way to check IPv6_rpfilter expected value
  * fix(ipset): flush the set if IndividiualCalls=yes
  * test(ipv6): skip square bracket address tests if ipv6 not available
  * test(gh509): only run test for nftables backend
  * fix(dbus): service: don't cleanup config for old set APIs
  * fix(config): bool values in dict based import/export
  * fix(doc): dbus: signatures for zone tuple based APIs
  * test(dbus): zone: fix zone runtime functional test title
  * test(dbus): zone: fix false failure due to list order
  * fix(client): addService needs to reduce tuple size
  * test(direct): rule in a zone chain
  * fix(direct): rule in a zone chain
  * test(dbus): zone: verify runtime config APIs
  * test(dbus): zone: verify permanent config APIs
  * fix(systemd): Conflict with nftables.service
  * fix: test/regression/gh599: use expr to be more portable
  * test: dbus: zone: verify runtime config API signatures
  * test: dbus: zone: verify permanent config API signatures
  * fix: test/regression/gh599: fix if not using debug output
  * test: log: verify logging still works after truncate
  * test: ipset: verify port ranges for non-default protocol
- Update to 0.7.4
  This is a bug fix only release.
  However, it does reintroduce the zone drifting bug as a feature. See #258 and #441. This behavior is disabled by default.
  * improvement: build: add an option to disable building documentation
  * Typo in firewall-config(1)
  * Fix typo in TFTP service description
  * doc: README: add note about language translations
  * fix: rich: source/dest only matching with mark action
  * feat: AllowZoneDrifting config option
  * feat: nftables: support AllowZoneDrifting=yes
  * feat: ipXtables: support AllowZoneDrifting=yes
  * fix: firewall-offline-cmd: Don't print warning about AllowZoneDrifting
  * fix: add logrotate policy
  * fix: tests: regenerate testsuite if .../{cli,python}/*.at changes
  * doc: direct: add CAVEATS section
  * fix: checkIP6: strip leading/trailing square brackets
  * fix: nftables: remove square brackets from IPv6 addresses
  * fix: ipXtables: remove square brackets from IPv6 addresses
  * fix: nftables: zone dispatch with multidimensional ipsets
  * fix: ipset: destroy runtime sets on reload/stop
  * fix: port: support querying sub ranges
  * fix: source_port: support querying sub ranges
  * doc: specify accepted characters for object names
  * fix: doc: address copy/paste mistakes in short/description
  * fix: configure: atlocal: quote variable values
  * fix: nftables: allow set intervals with concatenations
  * doc: clarify --set-target values "/default"/ vs "/reject"/
- Update to version 0.7.3:
  * release: v0.7.3
  * chore: update translations
  * doc: README: add note about integration tests
  * test: check-container: also run check-integration
  * test: integration: NM zone overrides interface on reload
  * test: build: support integration tests
  * test: functions: add macro NMCLI_CHECK
  * test: functions: new macros for starting/stopping NetworkManager
  * fix: test: leave "/cleanup"/ for tests cases
  * test: check-container: add support for fedora rawhide
  * test: check-container: add support for debian sid
  * test: build: add support for running in containers
  * fix: test/functions: FWD_END_TEST: improve grep for errors/warnings
  * fix: test: direct passthrough: no need to check for dummy module
  * fix: test: CHECK_NAT_COEXISTENCE: only check for kernel version
  * fix: reload: let NM interface assignments override permanent config
  * chore: tests: rename IF_IPV6_SUPPORTED to IF_HOST_SUPPORTS_IPV6_RULES
  * fix: tests: convert host ipv6 checks to runtime
  * fix: tests: convert ip6tables checks to runtime
  * fix: tests: convert probe of nft numeric args to runtime
  * fix: tests: convert nftables fib checks to runtime
  * fix: build: distribute testsuite
  * fix: don't probe for available kernel modules
  * fix: failure to load modules no longer fatal
  * fix: tests/functions: canonicalize XML output
  * chore: doc: update authors
  * fix: test: use debug output based on autotest variable
  * fix: src/tests/Makefile: distclean should clean atconfig
- No longer recommend -lang: supplements are in use.
- Replace incorrect usage of %_libexecdir with %_prefix/lib
- rebased the original patch from revision 19
- Added a patch to make iptables the default again on openSUSE
- Update to version 0.7.2:
  This is a bug fix only release.
  * fix: direct: removeRules() was mistakenly removing all rules
  * fix: guarantee zone source dispatch is sorted by zone name
  * fix: nftables: fix zone dispatch using ipset sources in nat chains
  * doc: add --default-config and --system-config
  * fix: --add-masquerade should only affect ipv4
  * fix: nftables: --forward-ports should only affect IPv4
  * fix: direct: removeRules() not removing all rules in chain
  * dbus: service: fix service includes individual APIs
  * fix: allow custom helpers using standard helper modules
  * fix: service: usage of helpers with '-' in name
  * fix: Revert "/ebtables: drop support for broute table"/
  * fix: ebtables: don't use tables that aren't available
  * fix: fw: initialize _rfc3964_ipv4
- Update to version 0.7.1:
  * Rich Rule Priorities
  * Service Definition Includes - Service definitions can now
    include lines like: <include service="/https"//> which will
    include all the ports, etc from the https service.
  * RFC3964 IPv4 filtering - A new option RFC3964_IPv4 in
    firewalld.conf is available. It does filtering based on RFC3964
    in regards to IPv4 addresses. This functionality was
    traditionally in network-scripts.
  * FlushAllOnReload - A new option FlushAllOnReload in
    firewalld.conf is available. Older release retained some
    settings (direct rules, interface to zone assignments) during a
  - -reload. With the introduction of this configuration option
    that is no longer the case. Old behavior can be restored by
    setting FlushAllOnReload=no.
  * 15 new service definitions
  * fix: firewall-offline-cmd: service: use dict based APIs
  * fix: client: service: use dict based dbus APIs
  * test: dbus: coverage for new service APIs
  * fix: dbus: new dict based APIs for services
  * test: dbus: service API coverage
  * test: functions: add macro DBUS_INTROSPECT
  * test: functions: add CHOMP macro for shell output
  * fix: tests/functions: use gdbus instead of dbus-send
  * fix: dbus: add missing APIs for service includes
- Remove patch for using iptables instead of nftables - we should
  finally switch to nftables and fix its issues properly if they
  occur again:
  * 0001-firewall-backend-Switch-default-backend-to-iptables.patch
- Remove patch which was released upstream:
  * 0002-Add-FlushAllOnReload-config-option.patch
- Update to version 0.6.4:
  * chore: update translations
  * treewide: fix over indentation (flake8 E117)
  * test: travis: add another test matrix for omitting ip6tables
  * chore: travis: split test matrix by keywords
  * chore: tests: add AT_KEYWORDS for firewall-offline-cmd
  * improvement: tests: Use AT_KEYWORDS for backends
  * fix: tests: guard occurrences of IPv6
  * fix: tests/functions: ignore warnings about missing ip6tables
  * test: add macro IF_IPV6_SUPPORTED
- Move RPM macros to %_rpmmacrodir.
- Revert last change: the macros DO reference firewall-cmd, but as
  they are expanded during build time of the package, not at
  runtime, the point in time is wrong to require firewalld. The
  consumer of the macro is responsible to ask for the right
  commands to be present at runtime of the scripts
  (boo#1125775#c9).
- Add dependency between firewall-macros and firewalld.
  (boo#1125775)
- Fix --with-ifcfgdir configure parameter. (boo#1124212)
- Add upstream patch to make --reload/--complete-reload forget the
  runtime configuration and always load the permanent one
  (bsc#1121277)
  * 0002-Add-FlushAllOnReload-config-option.patch
- Update to 0.6.3. Some of the changes are:
  * update translations
  * nftables: fix reject statement in "/block"/ zone
  * shell-completion: bash: don't check firewalld state
  * firewalld: fix --runtime-to-permanent if NM not in use.
  * firewall-cmd: sort --list-protocols output
  * firewall-cmd: sort --list-services output
  * command: sort services/protocols in --list-all output
  * services: add audit
  * nftables: fix rich rule log/audit being added to wrong chain
  * nftables: fix destination checks not allowing masks
  * firewall/core/io/*.py: Let SAX handle the encoding of XML files (gh#firewalld/firewalld#395)(bsc#1083361)
  * fw_zone: expose _ipset_match_flags()
  * tests/firewall-cmd: exercise multiple interfaces and zones
  * fw_transaction: On clear zone transaction, must clear fw and other zones
  * Fix translating labels (gh#firewalld/firewalld#392)
- Remove patches which have made it upstream:
  * 0001-Fix-translating-labels-392.patch
  * 0002-firewalld-0.6.x-rich-rule-with-ipset-regression.patch
- Add upstream patch to mark more strings as translatable which is
  required by firewall UI when creating rich rules (bsc#1096542)
  * 0001-Fix-translating-labels-392.patch
- Add upstream patch to fix rich rules that uses ipset (bsc#1104990)
  * 00002-firewalld-0.6.x-rich-rule-with-ipset-regression.patch
- Update to 0.6.2. Some of the changes are:
  * update translations
  * nftables: fix log-denied with values other than "/all"/ or "/off"/
  * fw_ipset: raise FirewallError if backend command fails
  * ipset: only use "/-exist"/ on restore
  * fw_ipset: fix duplicate add of ipset entries
  * *tables: For opened ports/protocols/etc match ct state new,untracked (bsc#1105821)
  * ipXtables: increase wait lock to 10s
  * nftables: fix rich rules ports/protocols/source ports not considering ct state
  * ports: allow querying a single added by range
  * fw_zone: do not change rich rule errors into warnings
  * fw_zone: fix services with multiple destination IP versions (bsc#1105899)
  * fw_zone: consider destination for protocols
  * firewall/core/fw_nm: nm_get_zone_of_connection should return None or empty string instead of False (boo#1106319)
  * fw: If direct rules fail to apply add a "/Direct"/ label to error msg
  * fw: if startup fails on reload, reapply non-perm config that survives reload
  * nftables: fix rich rule audit log
  * ebtables: replace RETURN policy with explicit RETURN at end of chain
  * direct backends: allow build_chain() to build multiple rules
  * fw: if failure occurs during startup set state to FAILED
  * fw: on restart set policy from same function
  * ebtables: drop support for broute table
- Remove upstream patches
  * 0001-nftables-fix-rich-rules-ports-protocols-source-ports.patch
  * 0001-fw_zone-consider-destination-for-protocols.patch
  * 0002-fw_zone-fix-services-with-multiple-destination-IP-ve.patch
  * firewalld-fix-firewalld-config-crash.patch
- Add upstream patch to fix Neighbor Discovery filtering for IPv6 (bsc#1105821)
  * 0001-nftables-fix-rich-rules-ports-protocols-source-ports.patch
- Add upstream patch to fix building rules for multiple IP families (bsc#1105899)
  * 0001-fw_zone-consider-destination-for-protocols.patch
  * 0002-fw_zone-fix-services-with-multiple-destination-IP-ve.patch
- Add firewalld-fix-firewalld-config-crash.patch: set
  nm_get_zone_of_connection to return 'None' instead of 'False' for
  automatically generated connections to avoid firewall-config
  crashes. Patch provided by upstream (boo#1106319,
  gh#firewalld/firewalld#370).
- Also switch firewall backend fallback to 'iptables' (bsc#1102761)
  This ensures that existing configuration files will keep working
  even if FirewallBackend option is missing.
  * 0001-firewall-backend-Switch-default-backend-to-iptables.patch
- Update to 0.6.1. Some of the changes are:
  * Correct source/destination in rich rule masquerade
  * Only modify ifcfg files for permanent configuration changes
  * Fix a backtrace when calling common_reverse_rule()
  * man firewalld.conf: Show nftables is the default FirewallBackend
  * firewall-config: fix some untranslated strings that caused a UI
    bug causing rich rules to not be modify-able (bsc#1096542)
  * fw_direct: avoid log for untracked passthrough queries
  * fixed many issues if iptables is actually iptables-nft
  * Use preferred location for AppData files
  * ipXtables: fix ICMP block inversion with set-log-denied
  * fixes ICMP block inversion with set-log-denied with
    IndividualCalls=yes
  * nftables: fix set-log-denied if target is not ACCEPT
  * fw_direct: strip _direct chain suffix if using nftables
  * NetworkManager integration bugfixes.
- Switch back to 'iptables' backend as default (bsc#1102761)
- Update to 0.6.0. Some of the changes are:
  * update translations
  * firewall-config: Add ipv6-icmp to the protocol dropdown box (#348, bsc#1099698)
  * core: logger: Remove world-readable bit from logfile (#349, bsc#1098986)
  * IPv6 rpfilter: explicitly allow neighbor solicitation
  * nftables backend (default)
  * Added loads of new services
  * firewall-cmd: add --check-config option
  * firewall-offline-cmd: add --check-config option
  * firewallctl: completely remove all code and references
  * dbus: expose FirewallBackend
  * dbus: fix erroneous fallback for AutomaticHelpers
- Remove patches which have made it upstream
  * firewalld-add-additional-services.patch
- spec-cleaner fixes
- Update to 0.5.3 (bsc#1093120)
  * tests/regression: add test for ipset with timeout
  * ipset: allow adding entries to ipsets with timeout
  * translations: update
  * helpers: load helper module explicitly if no port given
  * helpers: nf_conntrack_proto-* helpers needs name cropped
  * config/Makefile: correct name of proto-gre helper
  * tests/regression: test helper nf_conntrack_proto_gre (#263)
  * functions: get_nf_nat_helpers() should look in other directories too
  * functions: Allow nf_conntrack_proto_* helpers
  * services: Add GRE
  * helpers: Add proto-gre
  * tests/regression: add test to verify ICMP block in forward chain
  * ipXtables: fix ICMP block not being present in FORWARD chain
- Translations update (bsc#1081623).
- Backport upstream patches to add additional services (bsc#1082033)
  * firewalld-add-additional-services.patch
- Update to 0.5.2
  * fix rule deduplication causing accidental removal of rules
  * log failure to parse direct rules xml as an error
  * firewall-config: Break infinite loop when firewalld is not running
  * fix set-log-denied not taking effect
  * po: update translations
- Remove high-availability service. SUSE HA uses the cluster service
  provided by the yast2-cluster package (bsc#1078223)
- Update to 0.5.1
  * ipXtables: fix iptables-restore wait option detection
  * python3: use "/foo in dict"/ not dict.has_key(foo)
  * Fix potential python3 keys() incompatibility in watcher
  * Fixed python3 compatibility
  * ebtables: fix missing default value to set_rule()
  * fw_zone: fix invalid reference to __icmp_block_inversion
  * zones: Correct and defer check_name for combined zones
- Update to 0.5.0
  * firewallctl: mark deprecated (gh#firewalld/firewalld##261)
  * Add nmea-0183 service
  * Add sycthing-gui service
  * Add syncthing service
  * Adding FirewallD jenkins service (gh#firewalld/firewalld#256)
  * services/high-availability: Add port 9929
  * Fix and improve firewalld-sysctls.conf
  * firewalld: also reload dbus config interface for global options
  * Add MongoDB service definition
  * src: firewall: Add support for SUSE ifcfg scripts
  * Add UPnP client service
  * firewalld: Allow specifying log file location
  * firewalld/firewall-offline-cmd: Allow setting system config directories
- Drop obsolete patch
  * 0001-suse-ifcfg-files.patch
- Drop tests installation
- Introduce new python3-firewall and firewall-macros subpackages.
  The first one contains the firewalld python3 bindings and the second
  one contains the RPM macros for firewalld.
- Replace dbus-1-python requires with dbus-1-python3: since
  firewalld was migrated to python3, we also have to require the
  python3 dependencies (boo#1070310).
- Add missing python3-gobject-Gdk dependency (boo#1069952)
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Make sure to use python3 everywhere (boo#1068778)
- Add combined upstream patch to support SUSE ifcfg network files.
  * 0001-suse-ifcfg-files.patch (gh#firewalld/firewalld#262, fate#323460)
- Update to version 0.4.4.6
  * firewall.core.fw_config: Fix check for icmp builtin name
  * config.services: docker-swarm: fix incorrect attribute
  * xmlschema/service.xsd: Fix protocol looking for name instead of value
  * Add docker swarm service (gh#firewalld/firewalld#230)
  * Adding FirewallD redis service (gh#firewalld/firewalld#248)
  * Adding firewalld zabbix server and agent services (gh#firewalld/firewalld#221)
  * firewall-offline-cmd: Don't require root for help output
  * doc: firewall-cmd: Document --query-* options return codes
  * firewall-cmd: Use colors only if output is a TTY
  * core: Log unsupported ICMP types as informational only
  * add bgp service to predefined services edit to config/Makefile.am
  * Add git service
  * Add kprop service
  * minidlna definitions (gh#firewalld/firewalld#236)
  * SpiderOak ONE listens on port 21327 and 21328
  * autogen.sh: Allow skipping configure via NOCONFIGURE env var
  * Add missing ports to RH-Satellite-6 service
  * Reload nf_conntrack sysctls after the module is loaded
  * Add NFSv3 service.
  * config/Makefile.am: Add murmur service (a95eed1)
  * add new service IRC
  * firewall.core.prog: Simplify runProg output: Combine stderr and stdout
  * firewall.core.fw: Fix possible dict size change in for loop
  * firewall.core.fw: Use new firewalld git repo in firewalld organization
  * config/firewall-config.appdata.xml.in: Use new firewalld git repo in firewalld organization
  * firewall.core.fw_zone: Rich-rule ICMP type: Error only for conflicting family
  * firewall.core.rich: Add checks for Rich_Source validation
  * Handle also IPv6 with the zone masquerade flag
  * Add IPv6 support for forward-ports in zones
  * firewall.command: Enable parse_forward_port to work with IPv6 adresses
  * firewall.core.fw_zone: Fix IPv6 address in rich rule forward ports
  * add Murmur (Mumble server) service
- spec file fixes to avoid rpmlint warnings about duplicate files.
- Switch to python3
- Run spec cleaner
- Move autogen to build section
- Add systemd requirements
- Update to version 0.4.4.5
  * firewall-offline-cmd: Fix --remove-service-from-zone option (rh#1438127)
  * Support sctp and dccp in ports, source-ports, forward-ports, helpers and rich rules
  * firewall-cmd: Fix --{set,get}-{short,description} for zone
  * firewall.core.ipXtables: Use new wait option for restore commands if available
  * Adding ovirt-vmconsole service file
  * Adding oVirt storage-console service.
  * Adding ctdb service file.
  * Adding service file for nrpe.
  * Rename extension for policy choices (server and desktop) to .policy.choice (rh#1449754)
  * D-Bus interfaces: Fix GetAll for interfaces without properties (rh#1452017)
  * firewall.core.fw_config: Fix wrong variable use in repr output
  * firewall.core.fw_icmptype: Add missing import for copy
  * firewall.core.fw_test: Fix wrong format string in repr
  * firewall.core.io.zone: Fix getattr use on super(Zone)
  * firewall.functions: New function get_nf_nat_helpers
  * firewall.core.fw: Get NAT helpers and store them internally.
  * firewall.core.fw_zone: Load NAT helpers with conntrack helpers
  * firewalld.dbus: Add missing properties nf_conntrach_helper_setting and nf_conntrack_helpers
  * firewall.server.firewalld: New property for NAT helpers supported by the kernel
- Update to version 0.4.4.4
  * Drop references to fedorahosted.org from spec file and Makefile.am
  * firewall-config: Show invalid ipset type in the ipset dialog in the bad label
  * firewall.core.fw: Show icmptypes and ipsets with type errors in permanent env
  * firewall.server.firewalld: Provide information about the supported icmp types
  * firewall.core.fw_icmptype: Add ICMP type only if the type is supported
  * firewall.core.fw: New attributes ip{4,6}tables_supported_icmp_types
  * firewall.core.ipXtables: New method supported_icmp_types
  * firewall-config: Deactivate edit buttons if there are no items
  * firewall.core.io.zone: Fix permanent rich rules using icmp-type (rh#1434594)
  * firewall.core.fw_ipset: get_ipset may not ckeck if set is applied by default
  * firewall.core.fw_transaction: Use LastUpdatedOrderedDict for zone transactions
- Remove upstream patch:
  * 0001-firewall.core.fw_ipset-get_ipset-may-not-ckeck-if-se.patch
- Update to version 0.4.4.3
  * New service freeipa-trust (rh#1411650)
  * Complete icmp types for IPv4 and IPv6
  * New h323 helper container
  * Support helper container: h323
  * firewall.server.decorators: ALREADY_ errors should be logged as warnings
  * firewall.command: ALREADY_SET should also result in zero exit code
  * tests/firewall-offline-cmd_test.sh: Only use firewall-offline-cmd
  * Support more ipset types: hash:ip,port, hash:ip,port,ip, hash:ip,port,net, hash:ip,mark, hash:net,net, hash:net,port, hash:net,port,net, hash:net,iface
  * New checks for ipset entry validation
  * Use ipset dimension for match
  * firewall.core.base: New ZONE_SOURCE_IPSET_TYPES list
  * New firewall.core.icmp providing names and types for icmp and icmpv6 values
  * firewall.core.fw_ipset: New methods to get ipset dimension and applied state
  * firewall.errors: New error NOT_APPLIED
  * firewall-cmd man page: Add missing --get-ipset-types
  * firewall.core.fw_nm: No trace back on failed get_connection call (rh#1413345)
  * firewall.core.prog: Fix addition of the error output in runProg
  * Speed up ipset handling, (re)loading and import from file
  * Support --family option for --new-ipset
  * Handle FirewallError for query sequences in command line tools
  * Fail to alter entries of ipsets with timeout
  * Extended tests for ipset options
  * Return empty list for ipsets using timeouts
  * firewall.functions: Fix checks in checkIPnMask and checkIP6nMask (gh#t-woerner/firewalld#186)
  * firewalld.conf man page: New section about AutomaticHelpers
  * firewall-offline-cmd man page: Added -v and -q options, fixed section ids
  * firewall{-cmd, ctl}: Fix scope of final return in try_set_zone_of_interface
  * firewall.core.fw_zone: Limit masquerading forward rule to new connections
  * firewall-config: Update active zones on reloaded signal
  * firewall-applet: Update active zones and tooltip on reloaded signal
  * firewall.core.fw_zone: Fix missing chain for helper in rich rules using service (rh#1416578)
  * Support icmp-type usage in rich rules (rh#1409544)
  * firewall[-offline]-cmd: Fix --{set,get}-{short,description} for ipset and helper (rh#1416325)
  * firewall.core.ipset: Solve ipset creation issues with -exist and more flag tests
  * Speed up start and restart for ipsets with lots of entries (rh#1416817)
  * Speed up of ipset alteration by adding and removing entries using a file (rh#1416817)
  * Code cleanup and minor bug fixes
  * firewall.core.prog: Fix addition of the error output in runProg
  * New services mssql, kibana, elasticsearch, quassel, bitcoin-rpc, bitcoin-testnet-rpc, bitcoin-testnet, bitcoin and spideroak-lansync
  * Translation updates
- Add upstream patch to fix ipset overloading from /etc/firewalld/ipsets (gh#t-woerner/firewalld#206)
  * 0001-firewall.core.fw_ipset-get_ipset-may-not-ckeck-if-se.patch
- Update to version 0.4.4.2
  * firewalld.spec: Added helpers and ipsets paths to firewalld-filesystem
  * firewall.core.fw_nm: create NMClient lazily
  * Do not use hard-coded path for modinfo, use autofoo to detect it
  * firewall.core.io.ifcfg: Dropped invalid option warning with bad format string
  * firewall.core.io.ifcfg: Properly handle quoted ifcfg values
  * firewall.core.fw_zone: Do not reset ZONE with ifdown
  * Updated translations from zanata
  * firewall-config: Extra grid at bottom to visualize firewalld settings
- Update to version 0.4.4.1
  * Translation updates form zanata
  * firewallctl: New support for helpers
  * firewallctl: Use sys.excepthook to force exception_handler usage always
  * firewall-config: Use proper source check in sourceDialog
- Update to version 0.4.4
  * firewall-applet: Use PyQt5
  * firewall-config: New nf_conntrack_select dialog, use nf_conntrack_helpers
    D-Bus property
  * New helpers Q.931 and RAS from nf_conntrack_h323
  * firewall.core.fw_zone: Add zone bingings for PREROUTING in the raw table
  * firewall.core.ipXtables: Add PREROUTING default rules for zones in raw
    table
  * New helper configuration files for amanda, ftp, irc, netbios-ns, pptp,
    sane, sip, snmp and tftp
  * firewall-cmd: Fixed --{get,set}-{description,short} for permanent zones
  * firewall.command: Do not use error code 254 for {ALREADY,NOT}_ENABLED
    sequences
  * Misc bug fixes.
  * For the complete list of changes please see:
    https://github.com/t-woerner/firewalld/releases/tag/v0.4.4
- Relax permissions for default installation files. The files in
  /usr/lib/firewalld are the default ones as shipped by the package and
  there is nothing secret in them.
- Update to version 0.4.3.3
  * Fixes CVE-2016-5410 (bsc#992772)
  * Standard error is now used for errors and warnings
  * Several fixes for use in change roots
  * Systemd service file changes
  * Fixed translations in firewall-config
  * Command line clients
  * Fixes infinite event handling loop in firewall-{config,applet} (bsc#992082)
- Update to version 0.4.3.2
  * Fix regression with unavailable optional commands
  * All missing backend messages should be warnings
  * Individual calls for missing restore commands
  * Only one authenticate call for add and remove options and also
    sequences
  * New service RH-Satellite-6
- Update to version 0.4.3.1
  * firewall.command: Fix python3 DBusException message not interable error
  * src/Makefile.am: Fix path in firewall-[offline-]cmd_test.sh while installing
  * firewallctl: Do not trace back on list command without further arguments
  * firewallctl (man1): Added remaining sections zone, service, ..
  * firewallctl: Added runtime-to-permanent, interface and source parser, IndividualCalls setting
  * firewall.server.config: Allow to set IndividualCalls property in config interface
  * Fix missing icmp rules for some zones
  * runProg: Fix issue with running programs
  * firewall-offline-cmd: Fix issues with missing system-config-firewall
  * firewall.core.ipXtables: Split up source and dest addresses for transaction
  * firewall.server.config: Log error in case of loading malformed files in watcher
  * Install and package the firewallctl man page
  * Translation updates
- Update to version 0.4.3
  * New firewallctl utility (rh#1147959)
  * doc.xml.seealso: Show firewalld.dbus in See Also sections
  * firewall.core.fw_config: Create backup on zone, service, ipset and icmptype removal (rh#1339251)
  * {zone,service,ipset,icmptype}_writer: Do not fail on failed backup
  * firewall-[offline-]cmd: Fix --new-X-from-file options for files in cwd
  * firewall-cmd: Dropped duplicate setType call in --new-ipset
  * radius service: Support also tcp ports (RBZ#1219717)
  * xmlschemas: Support source-port, protocol, icmp-block-inversion and ipset sources
  * config.xmlschema.service.xsd: Fix service destination conflicts (rh#1296573)
  * firewall-cmd, firewalld man: Information about new NetworkManager and ifcfg
  * firewall.command: Only print summary and description in print_X_info with verbose
  * firewall.command: print_msg should be able to print empty lines
  * firewall-config: No processing of runtime passthroughs signals in permanent
  * Landspace.io fixes and pylint calm downs
  * firewall.core.io.zone: Add zone_reader and zone_writer to all, pylint fixes
  * firewall-config: Fixed titles of command and context dialogs, also entry lenths
  * firewall-config: pylint calm downs
  * firewall.core.fw_zone: Fix use of MAC source in rich rules without ipv limit
  * firewall-config: Use self.active_zoens in conf_zone_added_cb
  * firewall.command: New parse_port, extended parse methods with more checks
  * firewall.command: Fixed parse_port to use the separator in the split call
  * firewall.command: New [de]activate_exception_handler, raise error in parse_X
  * services ha: Allow corosync-qnetd port
  * firewall-applet: Support for kde5-nm-connection-editor
  * tests/firewall-offline-cmd_test.sh: New tests for service and icmptype modifications
  * firewall-offline-cmd: Use FirewallCommand for simplification and sequence options
  * tests/firewall-cmd_test.sh: New tests for service and icmptype modifications
  * firewall-cmd: Fixed set, remove and query destination options for services
  * firewall.core.io.service: Source ports have not been checked in _check_config
  * firewall.core.fw_zone: Method check_source_port is not used, removed
  * firewall.core.base: Added default to ZONE_TARGETS
  * firewall.client: Allow to remove ipv:address pair for service destinations
  * tests/firewall-offline-cmd_test.sh: There is no timeout option in permanent
  * firewall-cmd: Landscape.io fixes, pylint calm downs
  * firewall-cmd: Use FirewallCommand for simplification and sequence options
  * firewall.command: New FirewallCommand for command line client simplification
  * New services: kshell, rsh, ganglia-master, ganglia-client
  * firewalld: Cleanup of unused imports, do not translate some deamon messages
  * firewalld: With fd close interation in runProg, it is not needed here anymore
  * firewall.core.prog: Add fd close iteration to runProg
  * firewall.core.fw_nm: Hide NM typelib import, new nm_get_dbus_interface function
  * firewalld.spec: Require NetworkManager-libnm instead of NetworkManager-glib
  * firewall-config: New add/remove ipset entries from file, remove all entries
  * firewall-applet: Fix tooltip after applet start with connection to firewalld
  * firewall-config: Select new zone, service or icmptype if the view was empty
  * firewalld.spec: Added build requires for iptables, ebtables and ipset
  * Adding nf_conntrack_sip module to the service SIP
  * firewall: core: fw_ifcfg: Quickly return if ifcfg directory does not exist
  * Drop unneeded python shebangs
  * Translation updates
- Remove obsolete patches:
  * 0001-src-firewall-core-Drop-unneeded-python-shebangs.patch
  * 0002-firewall-core-fw_ifcfg-Quickly-return-if-ifcfg-direc.patch
  * 0003-firewall.core.fw_nm-Hide-NM-typelib-import-new-nm_ge.patch
- Add missing %{?_smp_mflags} during install. This will speed up
  the installation phase as well as expose build system's problems
  due to higher level of parallelism.
- Run make during %build to ensure missing documentation is generated.
- spec file cleanups.
- Add upstream patch to prevent unconditional dependencies to the
  NetworkManager typelib (gh#t-woerner/firewalld#119)
  * 0003-firewall.core.fw_nm-Hide-NM-typelib-import-new-nm_ge.patch
- Update to version 0.4.2
  * New module to search for and change ifcfg files for interfaces
    not under control of NM
  * firewall_config: Enhanced messages in status bar
  * firewall-config: New message window as overlay if not connected
  * firewall-config: Fix sentivity of option, view menus and main
    paned if not connected
  * firewall-applet: Quit on SIGINT (Ctrl-C), reduced D-Bus calls,
    some cleanup
  * firewall-[offline]cmd: Show target in zone information
  * D-Bus: Completed masquerade methods in FirewallClientZoneSettings
  * Fixed log-denied rules for icmp-blocks
  * Keep sorting of interfaces, services, icmp-blocks and other
    settings in zones
  * Fixed runtime-to-permanent not to save interfaces under control
    of NM
  * New icmp-block-inversion flag in the zones
  * ICMP type filtering in the zones
  * New services: sip, sips, managesieve
  * rich rules: Allow destination action (rh#1163428)
  * firewall-offline-cmd: New option -q/--quiet
  * firewall-[offline-]cmd: New --add-[zone,service,ipset,icmptype]-from-file
  * firewall-[offline-]cmd: Fix option for setting the destination
    address
  * firewall-config: Fixed resizing behaviour
  * New transaction model for speed ups in start, restart, stop and
    other actions
  * firewall-cmd: New options --load{zone,service,ipset,icmptype}-defaults
  * Fixed memory leak in dbus_introspection_add_properties
  * Landscape.io fixes, pylint calm downs
  * New D-Bus getXnames methods to speed up firewall-config and firewall-cmd
  * ebtables-restore: No support for COMMIT command
  * Source port support in services, zones and rich rules
  * firewall-offline-cmd: Added --{add,remove}-entries-from-file for ipsets
  * firewall-config: New active bindings side bar for simple binding changes
  * Reworked NetworkManager module
  * Proper default zone handling for NM connections
  * Try to set zone binding with NM if interface is under control of NM
  * Code cleanup and bug fixes
  * Include test suite in the release and install in /usr/share/firewalld/tests
  * New Travis-CI configuration file
  * Fixed more broken frensh translations
  * Translation updates
- Add upstream patches
  * 0001-src-firewall-core-Drop-unneeded-python-shebangs.patch: Removes
    unneeded python shebangs
  * 0002-firewall-core-fw_ifcfg-Quickly-return-if-ifcfg-direc.patch: Do
    not try to access the network-scripts ifcfg directory.
- Drop rejected patch
  * drop-standard-output-error-systemd.patch
- Minor spec file clean-up
- Avoid runtime dependency on systemd, the macros can all deal with
  its absence.
- Suggest the susefirewall2-to-firewalld package which could assist
  in migrating the SuSEFirewall2 iptables rules to FirewallD.
- Update to version 0.4.1.2
  * Install fw_nm module
  * firewalld: Do not fail if log file could not be opened
  * Make ipsets visible per default in firewall-config
  * Fixed translations with python3
  [changes in 0.4.1.1]
  * Fix for broken frensh translation
  [changes in 0.4.1]
  * Enhancements of ipset handling
  * No cleanup of ipsets using timeouts while reloading
  * Only destroy conflicting ipsets
  * Only use ipset types supported by the system
  * Add and remove several ipset entries in one call using a file
  * Reduce time frame where builtin chains are on policy DROP while reloading
  * Include descriptions in --info-X calls
  * Command line interface support to get and alter descriptions of zones,
  * services, ipsets and icmptypes with permanent option
  * Properly watch changes in combined zones
  * Fix logging in rich rule forward rules
  * Transformed direct.passthrough errors into warnings
  * Rework of import structures
  * Reduced calls to get ids for port and protocol names (rh#1305434)
  * Build and installation fixes by Markos Chandras
  * Provide D-Bus properties in introspection data
  * Fix for flaws found by landscape.io
  * Fix for repeated SUGHUP
  * New NetworkManager module to get and set zones of connections, used in
    firewall-applet and firewall-config
  * configure: Autodetect backend tools ({ip,ip6,eb}tables{,-restore}, ipset)
  * Code cleanups
  * Bug fixes
- Fix drop-standard-output-error-systemd.patch tagging
- Add libxslt-tools build dependency
- Do not recommend a specific version for the lang subpackage
- Move translations to a new subpackage
- Set DISABLE_RESTART_ON_UPDATE to 'yes' instead of '1'. The macros in
  /etc/rpm/macros.systemd only check for the 'yes' value so fix it to
  properly prevent the firewalld service from being restarted during
  updates.
- Drop typelib(NetworkManager), NetworkManager-glib, gtk3
  and libnotify dependencies (see OBS SR#360792)
- firewall-config needs typelib(NetworkManager) to run
- Initial commit. Version 0.4.0
  * drop-standard-output-error-systemd.patch (gh#t-woerner/firewalld/pull/67)
flex
- Fix RPM categories.
- use-extensions.patch: add AC_USE_SYSTEM_EXTENSIONS to get missing
  declaration
- Explicitly require m4 and library devel package
- Do not ship static library
- flex 2.6.4:
  * Some minor performance enhancements
  * honor user defined yy_* macros again
- includes changes from 2.6.3:
  * several bug fixes resolved problems introduced in recent flex
    versions regarding processing of comments, literals and various
    quoting scenarios.
  * fix buffer overflow through long path (bsc#1026047)
- includes changes from 2.6.2:
  * a segfalt involving yyrestart(NULL) has been fixed
  * flex should now handle quoting when mixed with m4 processing
    correctly
  * flex handles `[[' and `]]' correctly
  * flex no longer generates non-ANSI code
  * more compilation warnings were squashed in generated scanners
  * prevented a buffer overflow that could occur when input buffers
  were the exact wrong size
- drop flex-2.6.1-fPIC.patch
- build the shared library and split libfl
- Fix de-registration of the info files.
- Small spec file cleanup
- Update to version 2.6.1
  * A number of compiler warnings have been remedied.
  * Line directives should now work as expected and be absent when
    that is expected.
  * Resolved github issues #53, #54, #55, #61.
  * Resolved sf bugs #128, #129, #155, #160, #184, #187, #195.
- Refresh flex-2.5.34-fPIC.patch -> flex-2.6.1-fPIC.patch
- Drop upstream patches: config-guess-sub-update.patch,
  flex-2.5.37-bison-2.6.1-1.patch, flex-compatible-with-bison3.patch,
  flex-yyleng.patch
- Drop unneeded patch flex-2.5.37-notex.patch
- flex-yyleng.patch: fix type of yyleng to be int as mandated by POSIX.
  Fixes perl-SystemPerl, for example.
- Add flex-compatible-with-bison3.patch
  * fix tests with bison3, see http://sourceforge.net/p/flex/flex/ci/c376be574e99b5f64a7dad71cfc7c0b1f71b747b/
- config-guess-sub-update.patch:
  Update config.guess/sub for aarch64
- update to 2.5.37
  * * Import flex into git. See
    git://flex.git.sourceforge.net/gitroot/flex/flex.
  * * Fix make install target to not fail when the flex++ program is
    already installed
  * * New translations from the translation project: de, fi, pl, vi
  * * various portability fixes that quiet compiler warnings on 64-bit
    hosts
  * * various manual fixes, including correcting the name of a %option and
    updating some simple examples to use ANSI C syntax
  * * various bug fixes that prevent certain error conditions from
    persisting when they should not persist
  * * improvements to the test suite so it behaves better when linking
    compiled files
  * * new translations from the translation project: ca, da, es, fi, fr,
    ga, ko, pt_br, ro, ru, sv, tr, zh_cn
  * * the flex distribution is now built with automake 1.10.1 and automake
    2.61
- add patch flex-2.5.37-notex.patch to compile without texlive
- remove patches no longer required:
  flex-2.5.33-yylineno.patch
  flex-2.5.34-doc-fix.diff
  flex-2.5.34-g++44.diff
- add automake as buildrequire to avoid implicit dependency
- fix compile failure outside ARM
- Skip the test suite when building in qemu userspace emulation
  to fix and speedup build on ARM.
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)
- add baselibs.conf as a source
- fix link line
fontconfig
- fontconfig-devel-32bit needs to require fontconfig-32bit,
  needed for Wine development (bsc#1172301)
- fc-query: remove redundant debug output
  + fontconfig-remove-debug-output.patch
- Update to 2.12.6:
  * conf.d: Drop aliases for (URW)++ fonts (upstreamed)
  * other minor fixes
- Includes changes from 2.12.5:
  * update docs
  * Accept 4 digit script tag in FcLangNormalize().
  * fc-blanks: fall back to the static data available in repo if
    downloaded data is corrupted
  * emoji related fixes
  * various cleanups
  * support listing named instances
- Version update to 2.12.4:
  * Various distcheck errors
  * FcCharSetHash(): use the 'numbers' values to compute the hash
  * fc-lang: gracefully handle the case where the last language initial is < 'z'
  * Fix an off-by-one error in FcLangSetIndex()
  * Fix erroneous test on language id in FcLangSetPromote()
  * FcLangSetCompare(): fix bug when two charsets come from different "/buckets"/
  * Treat C.UTF-8 and C.utf8 locales as built in the C library
- Remove merged upstream fontconfig-locale_c.utf8.patch
- Remove fontconfig-doc archive, the generated output is already
  present in the upstream released tarball
- Remove unused configure options
- Remove --with-pic which is only useful for static libs.
- Update to 2.12.3:
    Don't call perror() if no changes happens in errno
    Fix FcCacheOffsetsValid()
    Fix the build issue with gperf 3.1
    Fix the build issue on GNU/Hurd
    Update a bit for the changes in FreeType 2.7.1
    Add the description of FC_LANG envvar to the doc
    Bug 101202 - fontconfig FTBFS if docbook-utils is installed
    Correct cache version info in doc/fontconfig-user.sgml
    Avoid conflicts with integer width macros from TS 18661-1:2014
    Fix PostScript font alias name
    Update aliases for URW June 2016
- removed unneeded:
  - fontconfig-glibc-2.25.patch
  - make-check.patch
- Add patch fontconfig-glibc-2.25.patch
  * Fixes build with glibc 2.25.
- Update to 2.12.1:
    Update CaseFolding.txt to Unicode 9.0
    Fix some errors related to python3
    Bug 96676 - Check range of FcWeightFromOpenType argument
    Update libtool revision
    Properly validate offsets in cache files.
- Update to version 2.12.0:
  + Support the size specific design selection in OS/2 table
    version 5.
  + Allow the modification on 'lang' and 'charset' objects.
  + Increase the refcount in FcConfigSetCurrent().
  + some updates in orth files.
  + Add --error-on-no-fonts option to fc-cache.
  + Use lang=und instead of lang=xx for "/undetermined"/.
  + Add FC_WEIGHT_DEMILIGHT and change from 65 to 55.
  + Add FC_COLOR.
  + Treat color fonts as scalable.
  + no FC_LANG added with FcConfigSubstitute() when it has "/und"/.
  + Hardcode blanks in library.
  + Support symbol fonts.
  + Unicode 8.0 support.
  + Add hintstyle templates and default hintslight.
  + GX font support.
  + Improve the footprint issue on updating caches.
  + Bump the cache version to 6.
  + more bug fixes.
- Add fontconfig-locale_c.utf8.patch to recognize C.UTF-8 locale,
  patch from Debian.
- Clean the spec file with spec-cleaner
- fix wrong path to documentation (bnc#907685)
- removed patch: usr-share-doc-packages.patch
fonts-config
- Add a _service file
- Add code in %post to check the value of
  FORCE_MODIFY_DEFAULT_FONT_SETTINGS_IN_NEXT_UPDATE and if it's
  set to yes, empty or it doesn't exist, then update the values
  of FORCE_HINTSTYLE, USE_LCDFILTER and USE_RGBA in
  /etc/sysconfig/fonts-config to use the default settings
  established in the 20181211 release (boo#1172022)
- Update to 20200609+git0.42e2b1b:
  * Add variable to allow fonts-config to update default settings
  * Fix en-US, en-GB font matching
- Update to 20190119
  * Allow non-ASCII letters in font names (boo#1049056, bnc#1101985).
- Update to 20181211
  * Update subpixel rendering config
  * Fix missspelling issue (boo#1111791). so
    Drop fonts-config-fix-misspelling.patch
  * Fix (boo#1092737).
  * other minor tidyups
- Use noun phrasing and user-independent wording.
- Add fonts-config-fix-misspelling.patch: fix misspelling in
  configuration file(boo#1111791).
- new upstream: https://github.com/openSUSE/fonts-config
  development will continue there.
- drop patch: fontconfig-infinality-generate-tt-groups.patch
  * infinality project is dead, we use a static result in upstream
    instead of generating it every time.
- update 20180430
  * support color emoji
  * modern fonts for symbol
  * add configurations for Noto Sans/Serif CJK
- Do not create fonts.{dir,scale} in encodings directory
  (boo#1106850).
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- version 20160921
  * add 59-family-prefer-lang-specific.conf to specify prefered
    family for each language
  * fix Noto Sans CJK is used for serif alias (boo#998301)
  * assign monospace to default of Oxygen Mono
- version 20160914:
  * comma and the rest of family string is ignored while translating
    preference lists from sysconfig to fontconfig snippets
    [bsc#998300]
- Roboto prefered for sans and serif and Source Sans Pro for
  monospace [bsc#951898]
- change fontconfig.SuSE.properties.template to fontconfig.SUSE.properties.template.
  * To full fit FATE#316521 Get rid of files using the old SUSE spelling.(bnc#942314)
- fonts-config: fix use of $ENV vars
- updated to 20150424:
  * introduce --remove-user-setting option
- updated to 20150423:
  * hide local system family preference list when user's one is
    in action
- updated to 20150421:
  * use mkpath instead of make_path [bnc#927968]
  * behave better when
    /usr/share/fontconfig/conf.avail/30-metric-aliases.conf
    not found
- updated to 20150417:
  * added --user option
- added Command: metadata to relevant sysconfig variables
  [bnc#912279]
- updated to 20141207
  added --info option (will be required by yast fonts)
fping
- add fping-4.0-fix_ipv6-disabled.patch to fix fping on servers
  with disabled IPv6 [bsc#1133988]
- fping now has cap_net_raw, fix build in Factory (bsc#1047921)
- Cleanup a bit with spec-cleaner basically just to use new make_install
  macro
- Do away with %__ macro indirections.
- Update to version 4.0
  * feature: Auto-adjust timeout for -c/-C/-l mode to value of -p
  * feature: Enforce -t timeout on reply packets, by discarding late
    packets (#32)
  * feature: Option -d/--rdns now always does a rdns-lookup, even for
    names, as '-n' was doing until now
  * feature: Keep original name if a hostname is given with -n/--name
  * feature: New option -6 to force IPv6
  * feature: New option -4 to force IPv4
  * feature: IPv6 enabled by default
  * feature: Long option names for all options
  * feature: Unified 'fping' and 'fping6' into one binary (#80)
  * feature: fping and fping6 are now unified into one binary.
  * bugfix: -i/-p restrictions disabled by default
    (enable with --enable-safe-limits)
  * bugfix: Default interval -i changed from 25ms to 10ms
  * bugfix: Fix compatibility issue with GNU Hurd
  * bugfix: A C99 compiler is now required
  * bugfix: Option parsing with optparse
  * bugfix: New changelog file format
- Update to version 3.16:
  * (feature) Support kernel-timestamping of received packets (#46)
  * (feature) Simplify restrictions: only -i >= 1 and -p >= 10 are
    enforced now
  * (bugfix) Fix option -m to return all IPs of a hostname
  * (bugfix) Fix option -H (ttl) for IPv6
  * (bugfix) Fix option -M (don't fragment) for IPv6
  * (bugfix) Fix option -O (ToS) for IPv6
  * (bugfix) Fix compatibility issue with AIX (#69, @blentzgh)
  * (bugfix) Fix option -q not suppressing some ICMP error messages (#83)
  * (bugfix) Fix option -M expecting an argument, when it shouldn't
  * (bugfix) Fix minor issues found by Coverity Scan
- Update to version 3.15:
  * (bugfix) Fix compiler errors on platforms other than Linux (related
    to the new -M option, #109)
  * Test suite fixes for macOS
- Update to version 3.14:
  * (feature) Ignore network and broadcast for cidrs /31 and /32
    (#102, Martin Topholm)
  * (feature) New option '-M' to set the "/Don't Fragment"/ flag
    (#91, Don Bowman)
  * (feature) New option '-N' to output statistics for netdata
    (see: http://my-netdata.io/, #105, Costa Tsaousis)
  * (feature) New option '-o' to calculate total outage time (#90, @jgerbeck)
  * (bugfix) Exit code should be 2 when the hostname can't be resolved
    (fixes #98, reported by @green-fox)
  * (bugfix)  Fix issue compliling on RHEL/Centos 7 (#95, @jbackman)
  * (bugfix) Lower -i limit to 1 instead of 10
  * (bugfix) Improve interval preciseness of -Q reporting
  * (bugfix) Fix occasional false positive in -Q reporting (#97)
  * (bugfix) Solaris 10 portability fix (#107, Peter Bray)
- Update to version 3.13:
  + Bugfix: Fix ICMP errors sometimes causing crashes with
    fping >= 3.11.
- Update to version 3.12:
  + Bugfix: Fix fping6 -R (#84).
- Changes from version 3.11:
  + Feature:
  - New option -R to use random bytes instead of NULLs (#72).
  - Small documentation and performance improvements.
  + Bugfix: Fix double entries with fping -u and unreachable hosts.
  + Internal: Use sockaddr_storage and simplify code, so that we
    can one day support both IPv4 and IPv6 with the same binary.
- Update to version 3.10:
  + Fix confusing error message with -g and IPv6 addresses (#58).
  + Allow option '-f' also for non-root (since setuid privileges
    are dropped).
  + Do not retry twice DNS lookup on DNS lookup problem.
  + Remove support for NIS groups.
  + Better document -B backoff-factor and when it can be used (#33)
  + More tests added.
- Update to version 3.9:
  + Fix random output on socket error (#56).
  + Support ppc64le architecture by including alpha libtool
    version.
  + Fix compilation problem on FreeBSD (#57).
  + Initial test suite and continous intergration (with
    travis-ci.org / coveralls.io).
  + Don't output usage information on error.
- Changes from version 3.8:
  + Fix segmentation fault introduced in version 3.7 with loop mode
    (#55).
- Changes from version 3.7:
  + Allow running as non-root on Mac OS X by using non-privileged
    ICMP (#7).
  + Remove unnecessary IPv6 socket options.
  + Fix again compatibility issue with FreeBSD.
  + Fix fping hanging forever on permanent sendto failure.
  + Fix duplicate echo reply packets causing early stop in count
    mode (#53).
- Changes from version 3.6:
  + Fix loop issue after 65536 pings (#12).
  + Minimum ping data size is now 0.
  + Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and
    breaks compiling on Solaris.
  + Fix wrong min RTT value with -Q option (#51).
- Drop export CFLAGS="/%optflags -D_GNU_SOURCE -fwhole-program"/, it
  breaks the build.
freeipmi
- Add provides:freeipmi:/usr/sbin/ipmiseld to the
  freeipmi-ipmiseld split package for backward compatibility
  for now
- Remove has_systemd conditions
- Add rcservice shortcut links to control services
- Fix some more build warnings
- Use %license instead of %doc where appropriate
- Extract ipmiseld service as a separate package as done with other
  services
- Declare /var/lib/freeipmi/ipckey as %ghost and do not create it
  explicitly in .spec file (bsc#1100124)
- Enable build for aarch64 (fate#326605)
- Changed mode of .service files from 755 to 644.
  [bsc#1103311, 1103311-service-files-mode.patch]
- Update to 1.6.2
  o Fix error in bridging where bridged requests were sent to the
    wrong LUN.
  o Fix command parsing bugs in legacy ipmi-config scripts
    (i.e. bmc-config, ipmi-pef-config, etc.)
  o Do not output full path of daemons in syslog, output only the
    daemon name (i.e. output "/ipmidetected"/ instead of
    "//usr/sbin/ipmidetectd"/).
  o Update channel range from 0-7 to 0-11, per errata IPMI update.
- Update to 1.6.1
  o Add IPv6 hostname support to FreeIPMI, all of FreeIPMI can now take
    IPv6 addresses as inputs to "/host"/ parameters, options, or inputs.
  o Support significant portions of IPMI IPv6 configuration in
    libfreeipmi.
  o Add --no-session option in ipmi-raw.
  o Add SDR cache options to ipmi-config.
  o Legacy -f short option for --flush-cache and -Q short option for
    quiet-cache.  Backwards compatible for tools that supported it
    before.
  o In ipmi-oem, support Gigabyte get-bmc-services and
    set-bmc-services.
  o Various performance improvements:
  - Remove excessive calls to secure_memset to clear memory.
  - Remove excessive memsets and clears of data.
  - Remove unnecessary "/double input checks"/.
  - Remove expensive input checks in libfreeipmi fiid library.
    Fallout from this may include FIID_ERR_FIELD_NOT_FOUND
    errors in different fiid functions.
  - Remove unnecessary input checks in libfreeipmi fiid library.
  - Add recent 'lookups' of fields in fiid library to internal
    cache.
  o Various minor fixes/improvements
  - Update libfreeipmi core API to use poll() instead of select(), to
    avoid issues with applications with a high number of threads.
  - As a side point, while IPv6 networking support has been added, IPv6
    configuration in ipmi-config & bmc-config is not supported in this
    release.
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Follow the shared library packaging policy. Created new packages
  libipmiconsole2, libipmidetect0, libipmimonitoring6, libfreeipmi17
- Update to 1.5.7
  o In libipmimonitoring, fix several mem-leak corner cases.
- Update to 1.5.6
  o In libfreeipmi locate (used by ipmi-locate), use DMI firmware in
    sysfs if it exists.
  o Minor mem-leak corner case fix in libfreeipmi.
  o Minor documentation fixes.
  o Minor error message clarifications.
- Edited %files to clear unpackaged files builderror in
  openSUSE:Factory
- Update to 1.5.5
  o Fix invalid flag clear in libipmiconsole that can lead to a potential
    double close on a file descriptor.
  o Support Supermicro H8SGL-F OEM sensors and events.
- Update to 1.5.4
  o Various changes/fixes in libipmiconsole
  - If user retrieves file descriptor from ipmiconsole_ctx_fd,
    user is required to close it.  ipmiconsole_ctx_destroy no
    longer closes it.  This is to avoid a potential double close
    which can be a problem for multithreaded applications. This
    is a change in behavior, but we do not believe this will
    affect most applications since most users close the file
    descriptor under most scenarios anyways.
  - ipmiconsole_ctx_destroy() should now be called to free
    resources even if ipmiconsole_engine_teardown() has been
    called.  This has been done to create consistent behavior in
    the API and avoid a former segfault possibility.  This is a
    change in behavior, but we do not believe this will affect
    most applications since ipmiconsole_engine_teardown() is
    only called when an application is being shutdown.
  - The use of IPMICONSOLE_ENGINE_CLOSE_FD has been clarified in
    the header file.  Some of the prior text was unclear.
    Behavior has not been changed.
  o In ipmi-oem, support Intel get-bmc-services and set-bmc-
    services commands.
  o In ipmi-oem, support Gigabyte get-nic-mode and set-nic-mode
    commands.
  o Support Gigabyte MD90-FS0-ZB OEM SEL events.
- Update to 1.5.3
  o Update Fujitsu OEM extension product id support range.
  o In ipmiconsole, support --debugfile option for more difficult
    debugging scenarios.
  o In all sensor related tools, increase max number of record ids and
    sensor types that can be handled.
  o Fix several invalid completion code errors/values.
- Update to 1.5.2
  o Update configuration file parsing code to handle values up to
    1024 characters in length.
  o Set FD_CLOEXEC for ipmi driver device files opened within
    libfreeipmi.
  o Support --read-fru, --write-fru, and --device-id option in
    bmc-device.
  o Support --fru-file option in ipmi-fru.
  o Various library updates in libfreeipmi to handle new features.
- Update to 1.5.1
  o Update Intel Node Manager support for 3.0 specification.
  - Update API and fiid templates in libfreeipmi.
  - Support new OEM SEL events
  - Update ipmi-oem commands.
  - Support new get/set-turbo-synchronization-ratio
  - Support new 'policypowerdomain' option in
    get-node-manager-capabilities and set-node-manager-policy.
  - Update output of get-node-manager-policy and
    get-node-manager-capabilities for changes.
  - get/set-node-manager-alert-thresholds converted to
    get/set-node-manager-policy-alert-thresholds. Legacy
    commands still supported.
  o Update libfreeipmi for IPMI 2.0 Errata 7.
  - Support/handle FRU Multirecord NVM Express type.
  o Support Get Device SDR Info, Get Device SDR, and Reserve
    Device SDR Repository commands in libfreeipmi.
  o Support ipmi-sel OEM interpretation of Linux kernel panics.
  o Re-organize OEM header files into per-vendor files.
  o In ipmi-oem, fix error in "/DNS Register BMC"/ output in
    "/get-dns-config"/ output in Inventec, Quanta, and Wistron vendor
    sections.
  o Support systemd through --with-systemdsystemunitdir configure
    option.
  o Minor corner case bug fixes.
- Update to 1.4.11
  o Fix logic error with a few OEM SEL events for Intel E5 2600 V3
    motherboard.
  o Fix various logic errors in ipmi-oem Intel Node Manager extensions.
  o Documentation updates.
- Fix SLE10 and RHEL5 builds
- Update to 1.4.10
  o In ipmi-oem, support Supermicro get-power-supply-status2.
  o In ipmi-locate, fix probing issue on arm32 & 64.
  o Handle several additional completion code error message in
    libfreeipmi.
  o Handle several error handling corner cases in ipmi-sensors.
  o Support Intel E5 2600 V3 motherboard OEM SEL events.
  o Fix several errors in ipmi-oem intelnm get-node-manager-statistics
    output.
  o Fix logic errors in ipmi-oem intelnm set-node-manager-policy.
- fix Fedora/RHEL builds
- Update to 1.4.9
  o Fix strtol parse corner cases in several commands.
  o Minor documentation fixes.
- Add gpg signature
- Update to 1.4.8
  o Fix segfault in crypt code with libgcrypt versions >= 1.6.0.
  o Fix --fanout command line parse bug.
- Update to 1.4.7
  o Fix typo from FRU spec, language "/Tegulu"/ is actually "/Telugu"/.
  o Fix typo in SEL session output, "/Invalid Username of Password"/ to
    "/Invalid Username or Password"/.
  o Loop on select() call if interrupted by EINTR in openipmi, ssif,
    and sunbmc inband drivers.
  o Fix integer overflow bug in ipmi-config when configure
    vlan ID > 255.
  o Add workaround for ipmi-config issue on Supermicro X10DDW-i.
  o Fix error handling bug in bmc-info.
- Update to 1.4.6
  o In ipmi-fru, support output of DDR4 SDRAM modules.
  o Fix EFI probing on non IA64 systems.
  o Fix corner case in ipmi-raw w/ standard input or --file and
    empty lines.
  o Fix parsing corner case in ipmi-chassis.
  o Support SSIF bridging.
freetype2
- Add CVE-2020-15999.patch to fix a heap buffer overflow has been
  found  in the handling of embedded PNG bitmaps
  CVE-2020-15999 bsc#1177914
- Use the compiler default C std, since 2012 gcc defaults
  have changed, we now only need to get rid of ANSIFLAGS, override
  that variable instead.
- Update to version 2.10.1
  * The bytecode hinting of OpenType variation fonts was flawed, since
    the data in the `CVAR' table wasn't correctly applied.
  * Auto-hinter support for Mongolian.
  * The handling of  the default character in PCF fonts as  introduced
    in version 2.10.0 was partially broken, causing premature abortion
    of charmap iteration for many fonts.
  * If  `FT_Set_Named_Instance' was  called  with  the same  arguments
    twice in a row, the function  returned an incorrect error code the
    second time.
  * Direct   rendering   using  FT_RASTER_FLAG_DIRECT   crashed   (bug
    introduced in version 2.10.0).
  * Increased  precision  while  computing  OpenType  font   variation
    instances.
  * The  flattening  algorithm of  cubic  Bezier  curves was  slightly
    changed to make  it faster.  This can cause  very subtle rendering
    changes, which aren't noticeable by the eye, however.
  * The  auto-hinter  now  disables hinting  if there  are blue  zones
    defined for a `style' (i.e., a certain combination of a script and
    its related typographic features) but the font doesn't contain any
    characters needed to set up at least one blue zone.
- Add tarball signatures and freetype2.keyring
- Update to version 2.10.0
  * A bunch of new functions has been added to access and process
    COLR/CPAL data of OpenType fonts with color-layered glyphs.
  * As a GSoC 2018 project, Nikhil Ramakrishnan completely
    overhauled and modernized the API reference.
  * The logic for computing the global ascender, descender, and
    height of OpenType fonts has been slightly adjusted for
    consistency.
  * `TT_Set_MM_Blend' could fail if called repeatedly with the same
    arguments.
  * The precision of handling deltas in Variation Fonts has been
    increased.The problem did only show up with multidimensional
    designspaces.
  * New function `FT_Library_SetLcdGeometry' to set up the geometry
    of LCD subpixels.
  * FreeType now uses the `defaultChar' property of PCF fonts to set
    the  glyph for  the undefined  character  at glyph  index 0  (as
    FreeType already does for all other supported font formats).  As
    a consequence, the order of glyphs of a PCF font if accessed
    with  FreeType can be different now compared to previous
    versions.
    This change doesn't affect PCF font access with cmaps.
  * `FT_Select_Charmap' has been changed to allow  parameter value
    `FT_ENCODING_NONE', which is valid for BDF, PCF, and Windows FNT
    formats to access built-in cmaps that don't have a predefined
    `FT_Encoding' value.
  * A previously reserved field in the `FT_GlyphSlotRec' structure
    now holds the glyph index.
  * The usual round of fuzzer bug fixes to better reject malformed
    fonts.
  * `FT_Outline_New_Internal' and `FT_Outline_Done_Internal' have
    been removed.These two functions were public by oversight only
    and were never documented.
  * A new function `FT_Error_String' returns descriptions of error
    codes if configuration macro FT_CONFIG_OPTION_ERROR_STRINGS is
    defined.
  * `FT_Set_MM_WeightVector' and `FT_Get_MM_WeightVector' are new
    functions limited to Adobe MultiMaster fonts to directly set and
    get the weight vector.
- Remove old ppc64 parts in spec file
- Refresh patches:
  + bugzilla-308961-cmex-workaround.patch
  + don-t-mark-libpng-as-required-library.patch
  + enable-long-family-names-by-default.patch
- Enable subpixel rendering with infinality config:
  + enable-subpixel-rendering.patch
  + enable-infinality-subpixel-hinting.patch
- Re-enable freetype-config, there is just too many fallouts.
- Update to version 2.9.1
  * Type 1 fonts containing flex features were not rendered
    correctly (bug introduced in version 2.9).
  * CVE-2018-6942: Older FreeType versions can crash with certain
    malformed variation fonts.
  * Bug fix: Multiple calls to `FT_Get_MM_Var' returned garbage.
  * Emboldening of bitmaps didn't work correctly sometimes, showing
    various artifacts (bug introduced in version 2.8.1).
  * The auto-hinter script ranges have  been updated for Unicode 11.
    No support for new scripts have been added, however,  with the
    exception of Georgian Mtavruli.
- freetype-config is now deprecated by upstream and not enabled
  by default.
- Drop upstreamed patches:
  * bnc1079600.patch
  * psaux-flex.patch
  * 0001-src-truetype-ttinterp.c-Ins_GETVARIATION-Avoid-NULL-.patch
  * 0001-truetype-Better-protection-against-invalid-VF-data.patch
- Add bnc1079600.patch: Fix several integer overflow issues in
  truetype/ttinterp.c (bsc#1079600)
- Refresh spec-file via spec-cleaner.
- Add shell script freetype2.sh in separate package
  freetype2-profile-tti35 in order to be able to set TrueType
  interpreter version 35 (boo#1084085).
- Added patch:
  * enable-long-family-names-by-default.patch
    + Define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES to obtain 2.7.1
    behaviour
- Added patches:
  * 0001-src-truetype-ttinterp.c-Ins_GETVARIATION-Avoid-NULL-.patch
    + Upstream fix for bsc#1079603: Avoid NULL reference in
    src/truetype/ttinterp.c
  * 0001-truetype-Better-protection-against-invalid-VF-data.patch
    + Upstream fix for bsc#1079601: Protection against invalid VF
    data
- Add psaux-flex.patch to fix a regression in Type1 rendering
- Update to version 2.9
  * Advance width values of variation fonts were often wrong.
  * More fixes for variation font support; you should update to
    this version if you want to support them.
  * As a GSoC project, Ewald Hew extended the new (Adobe) CFF
    engine to handle Type 1 fonts also, thus greatly improving
    the rendering of this format. This is the new default.
  * A new function, `FT_Set_Named_Instance', can be used to set
    or change the current named instance.
  * Starting with this FreeType version, resetting variation
    coordinates will return to the currently selected named
    instance. Previously, FreeType returned to the base font
    (i.e., no instance set).
  * Some fuzzer fixes to better reject malformed fonts.
- Update to version 2.8.1
  * B/W  hinting   of  TrueType   fonts  didn't  work   properly  if
    interpreter version 38 or 40 was selected.
  * Some severe  problems within the handling  of TrueType Variation
    Fonts were found and fixed.
  * Function `FT_Set_Var_Design_Coordinates' didn't correctly handle
    the case with less input coordinates than axes.
  * By default,  FreeType  now offers  high  quality  LCD-optimized
    output  without resorting to ClearType techniques of resolution
    tripling and filtering.  In this method,  called Harmony,  each
    color channel is generated separately  after shifting the glyph
    outline,  capitalizing on the fact  that the color grids on LCD
    panels  are  shifted  by  a third  of  a pixel.  This output is
    indistinguishable from ClearType with a light 3-tap filter.
  * Using the  new function `FT_Get_Var_Axis_Flags',  an application
    can access the `flags' field  of a variation axis (introduced in
    OpenType version 1.8.2)
  * FreeType  now synthesizes  a  missing Unicode  cmap for  (older)
    TrueType fonts also if glyph names are available.
  * The warping option  has moved  from `light'  to `normal' hinting
    where  it replaces  the original hinting algorithm.  The `light'
    mode is now always void of any hinting in x-direction.
- Update to version 2.8
  * Support for OpenType Variation Fonts is now complete. The last
    missing part was handling the `VVAR' and `MVAR' tables, which is
    available with this release.
  * A new  function `FT_Face_Properties' allows the  control of some
    module  and   library  properties  per  font.    Currently,  the
    following properties can be  handled: stem darkening, LCD filter
    weights, and the random seed for the `random' CFF operator.
  * The PCF change to show more `colourful' family names (introduced
    in version 2.7.1) was too radical; it can now be configured with
    PCF_CONFIG_OPTION_LONG_FAMILY_NAMES   at   compile   time.    If
    activated, it can  be switched off at run time  with the new pcf
    property  `no-long-family-names'.  If  the `FREETYPE_PROPERTIES'
    environment variable is available, you can say
    FREETYPE_PROPERTIES=pcf:no-long-family-names=1
  * Support  for  the  following  scripts  has  been  added  to  the
    auto-hinter.
    Adlam, Avestan, Bamum, Buhid, Carian, Chakma, Coptic, Cypriot,
    Deseret, Glagolitic, Gothic, Kayah, Lisu, N'Ko, Ol Chiki, Old
    Turkic, Osage, Osmanya, Saurashtra, Shavian, Sundanese, Tai
    Viet, Tifinagh, Unified Canadian Syllabics, Vai
  * `Light' auto-hinting  mode no  longer uses TrueType  metrics for
    TrueType  fonts.   This bug  was  introduced  in version  2.4.6,
    causing   horizontal  scaling   also.    Almost  all   GNU/Linux
    distributions (with Fedora as  a notable exception) disabled the
    corresponding patch for good reasons; chances are thus high that
    you won't notice a difference.
  * If a TrueType font gets loaded with FT_LOAD_NO_HINTING, FreeType
    now scales  the font linearly  again (bug introduced  in version
    2.4.6).
  * Fixed CVE-2017-8105,  CVE-2017-8287:  Older   FreeType  versions
    have out-of-bounds  writes  caused  by  heap-based  buffer  overflows
    related to Type 1 fonts. (boo#1035807, boo#1036457)
- See https://sourceforge.net/projects/freetype/files/freetype2/2.8/ for
  the complete changelog.
- Update to version 2.7.1:
  * IMPORTANT CHANGES
    + Support for the new CFF2 font format as introduced with
    OpenType 1.8 has been contributed by Dave Arnolds from Adobe.
    + Preliminary support for variation fonts as specified in
    OpenType 1.8 (in addition to the already existing support for
    Adobe's MM and Apple's GX formats). Dave Arnolds contributed
    handling of advance width change variation; more will come in
    the next version.
  * IMPORTANT BUG FIXES
    + Handling of raw CID fonts was partially broken (bug introduced
    in 2.6.4).
  * MISCELLANEOUS
    + Some limits for TrueType bytecode execution have been tightened
    to speed up FreeType's handling of malformed fonts, in
    particular to quickly abort endless loops.
    + The number of twilight points can no longer be set to an
    arbitrarily large value.
    + The total number of jump opcode instructions (like JMPR) with
    negative arguments is dynamically restricted; the same holds
    for the total number of iterations in LOOPCALL opcodes.
    + The dynamic limits are based on the number of points in a glyph
    and the number of CVT entries. Please report if you encounter a
    font where the selected values are not adequate.
    + PCF family names are made more `colourful'; they now include the
    foundry and information whether they contain wide characters.
    For example, you no longer get `Fixed' but rather `Sony Fixed'
    or `Misc Fixed Wide'.
    + A new function `FT_Get_Var_Blend_Coordinates' (with its alias
    name `FT_Get_MM_Blend_Coordinates') to retrieve the normalized
    blend coordinates of the currently selected variation instance
    has been added to the Multiple Masters interface.
    + A new function `FT_Get_Var_Design_Coordinates' to retrieve the
    design coordinates of the currently selected variation instance
    has been added to the Multiple Masters interface.
    + A new load flag `FT_LOAD_BITMAP_METRICS_ONLY' to retrieve bitmap
    information without loading the (embedded) bitmap itself.
    + Retrieving advance widths from bitmap strikes (using
    `FT_Get_Advance' and `FT_Get_Advances') have been sped up.
    + The usual round of fuzzer fixes to better reject malformed
    fonts.
- Drop freetype2-bitmap-foundry.patch, merged upstream.
- update to version 2.7:
  * IMPORTANT CHANGES
    + As announced earlier, the 2.7.x series now uses the new subpixel
    hinting  mode as  the  default, emulating  a  modern version  of
    ClearType.
    This change inevitably leads to different rendering results, and
    you   might   change   the   `TT_CONFIG_OPTION_SUBPIXEL_HINTING'
    configuration option to  adapt it to your taste (or  use the new
    `FREETYPE_PROPERTIES'    environment    variable).    See    the
    corresponding entry  below for  version 2.6.4, which  gives more
    information.
    + A new option  `FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES' has been
    introduced.   If  set (which  is  the  default), an  environment
    variable  `FREETYPE_PROPERTIES' can  be used  to control  driver
    properties.  Example:
    FREETYPE_PROPERTIES=truetype:interpreter-version=35 +    cff:no-stem-darkening=1 +    autofitter:warping=1
    This allows to select, say, the subpixel hinting mode at runtime
    for a given application.  See file `ftoption.h' for more.
  * IMPORTANT BUG FIXES
    + After  loading a  named instance  of  a GX  variation font,  the
    `face_index'  value  in  the returned  `FT_Face'  structure  now
    correctly holds the named instance  index in the upper 16bits as
    documented.
  * MISCELLANEOUS
    + A new macro `FT_IS_NAMED_INSTANCE' to  test whether a given face
    is a named instance.
    + More fixes to GX font handling.
    + Apple's   `GETVARIATION'  bytecode   operator  (needed   for  GX
    variation font support) has been implemented.
    + Another round  of fuzzer fixes,  mainly to reject  invalid fonts
    faster.
    + Handling of raw CID fonts  was broken (bug introduced in version
    2.6.4).
    + The smooth rasterizer has been streamlined  to make it faster by
    approx. 20%.
    + The `ftgrid'  demo program now  understands command  line option
    `-d' to give start-up design coordinates.
    + The `ftdump' demo program has  a new command line option `-p' to
    dump TrueType bytecode instructions.
- removed freetype2-subpixel.patch in favor of above
  FREETYPE_PROPERTIES environment variable
- Update to version 2.6.5:
  + Compilation works again  on Mac OS X (bug introduced in version
    2.6.4).
  + The new  subpixel hinting  mode is now  disabled by  default; it
    will  be enabled  by default  in the  forthcoming 2.7.x  series.
    Main reason for reverting this feature is the principle of least
    surprise: a  sudden change in  appearance of all fonts  (even if
    the rendering improves  for almost all recent  fonts) should not
    be expected in a new micro version of a series.
- Rebase freetype2-subpixel.patch.
- Upadte to version 2.6.4:
  * A new subpixel hinting mode, which is now the default rendering
    mode for TrueType fonts. It implements (almost everything of)
    version 40 of the bytecode engine. The existing code base in
    FreeType (the `Infinality code') was stripped to the bare
    minimum and all configurability removed in the name of speed
    and simplicity. The configurability was mainly aimed at legacy
    fonts like Arial, Times New Roman, or Courier. [Legacy fonts
    are fonts that modify vertical stems to achieve clean
    black-and-white bitmaps.] The new mode focuses on applying a
    minimal set of rules to all fonts indiscriminately so that
    modern and web fonts render well while legacy fonts render
    okay. Activation of the subpixel hinting support can be
    controlled with the `TT_CONFIG_OPTION_SUBPIXEL_HINTING'
    configuration option at compile time: If set to value 1, you
    get the old Infinality mode (which was never the default due to
    its slowness). Value 2 activates the new subpixel hinting mode,
    and value 3 activates both. The default is value 2. At run
    time, you can select the subpixel hinting mode with the
    `interpreter-version' property (provided you have compiled in
    the corresponding hinting mode); see `ftttdrv.h' for more.
  * Support for the following scripts has been added to the
    auto-hinter: Armenian, Cherokee, Ethiopic, Georgian, Gujarati,
    Gurmukhi, Malayalam, Sinhala, Tamil.
- Rebase freetype2-subpixel.patch.
- Update to version 2.6.3
  * IMPORTANT CHANGES
  - Khmer,  Myanmar, Bengali,  and Kannada  script support  has been
    added to the auto-hinter.
  * MISCELLANEOUS
  - Better  support of  Indic  scripts like  Devanagari  by using  a
    top-to-bottom hinting flow.
  - All  FreeType macros  starting  with two  underscores have  been
    renamed to  avoid a violation of  both the C and  C++ standards.
    Example: Header  macros of the  form `__FOO_H__' are  now called
    `FOO_H_'.  In most cases,  this should be completely transparent
    to the user.   The exception to this  is `__FTERRORS_H__', which
    must be  sometimes undefined by  the user to get  FreeType error
    strings:  Both this  form and  the new  `FTERRORS_H_' macro  are
    accepted for backwards compatibility.
  - Minor improvements mainly to the Type 1 driver.
  - The  new CFF  engine now  supports all  Type 2  operators except
    `random'.
  - The macro `_STANDALONE_', used for  compiling the B/W and smooth
    rasterizers  as   stand-alone  modules,  has  been   renamed  to
    `STANDALONE_', since macro names starting with an underscore and
    followed by an uppercase letter are reserved in both C and C++.
  - Function  `FT_Library_SetLcdFilterWeights'  now  also  activates
    custom LCD filter weights (instead of just adjusting them).
  - Support for  `unpatented hinting'  has been  completely removed:
    Consequently,  the two  functions `FT_Face_CheckTrueTypePatents'
    and  `FT_Face_SetUnpatentedHinting'  now  return  always  false,
    doing nothing.
- Update to version 2.6.2
  * IMPORTANT CHANGES
  - The auto-hinter now supports stem darkening, to be controlled by
    the    new   `no-stem-darkening'    and   `darkening-parameters'
    properties.   This is  an  experimental  feature contributed  by
    Nikolaus Waxweiler, and  the interface might change  in a future
    release.
  - By default, stem darkening is now switched off (for both the CFF
    engine and the  auto-hinter).  The main reason is  that you need
    linear  alpha  blending  and  gamma correction  to  get  correct
    rendering results, and  the latter is not yet  available in most
    freely  available  rendering  stacks like  X11.   Applying  stem
    darkening without proper gamma correction  leads to far too dark
    rendering results.
  - The   meaning  of   `FT_RENDER_MODE_LIGHT'  has   been  slightly
    modified.   It  now  essentially  means `no  hinting  along  the
    horizontal  axis'; in  particular,  no change  of glyph  advance
    widths.  Consequently, the auto-hinter  is used for all scalable
    font  formats  except  for  CFF.    It  is  planned  that  other
    font-specific rendering engines (TrueType, Type 1) will follow.
  * MISCELLANEOUS
  - The default  LCD filter  has been changed  to be  normalized and
    color-balanced.
  - For    better    compatibility   with    FontConfig,    function
    `FT_Library_SetLcdFilter'  accepts   a  new   enumeration  value
    `FT_LCD_FILTER_LEGACY1'   (which  has   the   same  meaning   as
    `FT_LCD_FILTER_LEGACY').
  - A large number of bugs have been detected by using the libFuzzer
    framework,  which should  further  improve  handling of  invalid
    fonts.  Thanks again to Kostya Serebryany and Bungeman!
  - `TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES',  a   new  configuration
    option, controls the maximum number of executed opcodes within a
    bytecode program.  You don't want to change this except for very
    special  situations (e.g.,  making a  library fuzzer  spend less
    time to handle broken fonts).
  - The smooth renderer has been made faster.
- Update to version 2.6.1
  * IMPORTANT BUG FIXES
  - It turned  out that for CFFs  only the advance widths  should be
    taken from the  `htmx' table, not the side  bearings.  This bug,
    introduced in  version 2.6.0, makes  it necessary to  upgrade if
    you are using  CFFs; otherwise, you get cropped  glyphs with GUI
    interfaces like GTK or Qt.
  - Accessing Type 42 fonts returned  incorrect results if the glyph
    order of the embedded TrueType font differs from the glyph order
    of the Type 42 charstrings table.
  * IMPORTANT CHANGES
  - The header  file layout  has been  changed (again),  moving  all
    header files except `ft2build.h' into a subdirectory tree.
    Doing so  reduces the  possibility of  header file  name clashes
    (e.g., FTGL's  `FTGlyph.h' with FreeType's `ftglyph.h')  on case
    insensitive file systems like Mac OS X or Windows.
    Applications  that  use  (a)  the  `freetype-config'  script  or
    FreeType's `freetype2.pc' file for pkg-config to get the include
    directory  for the  compiler,  and (b)  the  documented way  for
    header inclusion like
    [#]include <ft2build.h>
    [#]include FT_FREETYPE_H
    ...
    don't need any change to the source code.
  - Simple access  to named instances  in GX variation fonts  is now
    available (in addition to the  previous method via FreeType's MM
    interface).   In  the `FT_Face'  structure,  bits  16-30 of  the
    `face_index' field hold the current named instance index for the
    given face  index, and bits  16-30 of `style_flags'  contain the
    number of  instances for  the given face  index.  `FT_Open_Face'
    and friends also understand the  extended bits of the face index
    parameter.
    You need to enable  TT_CONFIG_OPTION_GX_VAR_SUPPORT for this new
    feature.  Otherwise, bits  16-30 of the two fields  are zero (or
    are ignored).
  - Lao script support has been added to the auto-hinter.
  * MISCELLANEOUS
  - The auto-hinter's Arabic script support has been enhanced.
  - Superscript-like and  subscript-like glyphs  as used  by various
    phonetic alphabets like the IPA  are now better supported by the
    auto-hinter.
  - The TrueType bytecode interpreter now runs slightly faster.
  - Improved support for builds with cmake.
  - The  function  `FT_CeilFix'  now   always  rounds  towards  plus
    infinity.
  - The  function  `FT_FloorFix'  now always  rounds  towards  minus
    infinity.
  - A  new load  flag `FT_LOAD_COMPUTE_METRICS'  has been  added; it
    makes FreeType  ignore pre-computed  metrics, as needed  by font
    validating  or  font  editing  programs.  Right  now,  only  the
    TrueType  module supports  it  to ignore  data  from the  `hdmx'
    table.
  - Another round of bug fixes  to better handle broken fonts, found
    by Kostya Serebryany <kcc@google.com>.
- Dropping upstreamed patch Dont-use-hmtx-table-for-LSB.patch.
- Add Dont-use-hmtx-table-for-LSB.patch: Fixes gnu#45520, cut off
  fonts in gtk and qt. Taken from upstream git.
- Update to version 2.6
  * Thread safety improvements
  * Thai script support has been added to the auto-hinter.
  * Arabic script support has been added to the auto-hinter.
  * Following OpenType version 1.7,  advance widths and side bearing
    values in  CFFs (wrapped  in an SFNT  structure) are  now always
    taken from the `hmtx' table.
  * Following OpenType  version 1.7, the  PostScript font name  of a
    CFF font (wrapped in an SFNT structure) is now always taken from
    the `name'  table.  This is  also true for  OpenType Collections
    (i.e., TTCs using  CFFs subfonts instead of TTFs),  where it may
    have a significant difference.
  * Fonts natively hinted for  ClearType are now supported, properly
    handling selector index 3 of the INSTCTRL bytecode instruction.
  * Major improvements to the GX TrueType variation font handling.
- Merge with the version 2.5.5 from openSUSE:Factory
- Removed patches:
  * CVE-2014-9656.patch
  * CVE-2014-9657.patch
  * CVE-2014-9658.patch
  * CVE-2014-9659.patch
  * CVE-2014-9660.patch
  * CVE-2014-9661.patch
  * CVE-2014-9662.patch
  * CVE-2014-9663.patch
  * CVE-2014-9664.patch
  * CVE-2014-9665.patch
  * CVE-2014-9666.patch
  * CVE-2014-9667.patch
  * CVE-2014-9668.patch
  * CVE-2014-9669.patch
  * CVE-2014-9670.patch
  * CVE-2014-9671.patch
  * CVE-2014-9672.patch
  * CVE-2014-9673.patch
  * CVE-2014-9674.patch
  * CVE-2014-9675.patch
  - Integrated in the 2.5.5 release
- Modified patches:
  * don-t-mark-libpng-as-required-library.patch
  * bugzilla-308961-cmex-workaround.patch
  * freetype2-subpixel.patch
  * freetype2-bitmap-foundry.patch
  * overflow.patch
  - Adapt to the new version of sources
- Modified patch:
  * CVE-2014-9671.patch
  - Adapt the code to correspond to the current git master of
    freetype2 (fixes bsc#933247)
- Enable the bz2 compression in freetype2
- Remove patch overflow.patch from freetype2.spec where it is not
  applied.
- Run spec-cleaner on the spec file.
- fixed vulnerabilities (bnc#916847, bnc#916856, bnc#916857,
  bnc#916858, bnc#916859, bnc#916860, bnc#916861, bnc#916862,
  bnc#916863, bnc#916864, bnc#916865, bnc#916867, bnc#916868,
  bnc#916870, bnc#916871, bnc#916872, bnc#916873, bnc#916874,
  bnc#916879, bnc#916881)
  - CVE-2014-9656.patch
  - CVE-2014-9657.patch
  - CVE-2014-9658.patch
  - CVE-2014-9659.patch
  - CVE-2014-9660.patch
  - CVE-2014-9661.patch
  - CVE-2014-9662.patch
  - CVE-2014-9663.patch
  - CVE-2014-9664.patch
  - CVE-2014-9665.patch
  - CVE-2014-9666.patch
  - CVE-2014-9667.patch
  - CVE-2014-9668.patch
  - CVE-2014-9669.patch
  - CVE-2014-9670.patch
  - CVE-2014-9671.patch
  - CVE-2014-9672.patch
  - CVE-2014-9673.patch
  - CVE-2014-9674.patch
  - CVE-2014-9675.patch
- Update to version 2.5.5
  * IMPORTANT BUG FIXES
  - Handling of  uncompressed PCF files works again (bug
    introduced in version 2.5.4).
- Drop freetype2-2.5.3-fix-pcf.patch, merged upstream
- Update to version 2.5.4
  * IMPORTANT BUG FIXES
  - A variant of vulnerability CVE-2014-2240 was identified
    (cf.  http://savannah.nongnu.org/bugs/?43661) and fixed
    in  the new CFF driver.  All users should upgrade.
  - The new auto-hinter code using HarfBuzz crashed for some
    invalid fonts.
  - Many fixes to better protect against malformed input.
  * IMPORTANT CHANGES
  - Full auto-hinter support of the Devanagari script.
  - Experimental auto-hinter support of the Telugu script.
  - CFF stem darkening behaviour can now be controlled at
    build time using the eight macros
    CFF_CONFIG_OPTION_DARKENING_PARAMETER_{X,Y}{1,2,3,4}    .
  - Some fields in the `FT_Bitmap'  structure have been changed
    from signed to unsigned type, which better reflects
    the actual usage. It is also an additional means to
    protect against malformed input. This change doesn't break
    the ABI; however, it might cause compiler warnings.
  * MISCELLANEOUS
  - Improvements to  the auto-hinter's algorithm to recognize
    stems and local extrema.
  - Function `FT_Get_SubGlyph_Info' always returned an error
    even in case of success.
  - Version  2.5.1 introduced major bugs in the cjk part of
    the auto-hinter, which are now fixed.
  - The `FT_Sfnt_Tag' enumeration values have been changed to
    uppercase,  e.g.  `FT_SFNT_HEAD'. The lowercase variants
    are deprecated. This is for orthogonality with all other
    enumeration (and enumeration-like) values in FreeType.
  - `cmake' now supports builds of FreeType as an OS X framework
    and for iOS.
  - Improved project files for vc2010,
    introducing a property file
  - The documentation generator for the API reference has been
    updated to produce  better HTML code (with proper  CSS).
    At the same time, the documentation got a better structure.
  - The FT_LOAD_BITMAP_CROP flag is obsolete; it is not used
    by any driver.
  - The TrueType DELTAP[123] bytecode instructions now work in
    subpixel hinting mode as described in the ClearType
    whitepaper (i.e., for touched points in the
    non-subpixel direction).
  - Many small improvements to the internal arithmetic routines.
- Rebase don-t-mark-libpng-as-required-library.patch,
  bugzilla-308961-cmex-workaround.patch, freetype2-subpixel.patch,
  freetype2-bitmap-foundry.patch and overflow.patch
- Add freetype2-2.5.3-fix-pcf.patch from upstream to resolve
  http://savannah.nongnu.org/bugs/?43774, "/Freetype 2.5.4 does not
  load ungzipped PCF fonts"/
fribidi
- Add fribidi-CVE-2019-18397.patch:
  Avoid buffer overflow. (bsc#1156260 CVE-2019-18397)
- Update to version 1.0.5:
  + Updated unicode tables to version 11
  + Bugfix release - character tests were not running previously
  + Small speedup due to small arrays being allocated on the stack
- Trim redundancies in the description.
- Update to version 1.0.1:
  + Minor distribution related fixes.
- Changes from version 1.0.0:
  + Full isolate and parenthesis support as per Unicode 6.3 to
    Unicode 10.0.
  + To get access to the new algorithm calls to the function
    `fribidi_get_par_embedding_levels()` must be replaced with
    calls to `fribidi_get_par_embedding_levels_ex()`. These
    functions are not API compatible. Calling the older function
    will use default values for the new bracket properties and will
    sometimes yield non-complient results.
- Changes from version 0.19.7:
  + Disable thread-unsafe memory pool by default (fdo#79385).
  + Misc fixes.
- Update Url tag to https://github.com/fribidi/fribidi: the current
  Fribidi web page.
- Drop enable-malloc configure option: the thread safety problem is
  already fixed and it's not an available configure option anymore.
- Drop fdupes BuildRequires and its macro: it is no longer needed.
- update version 0.19.6
  * Fix two minor bidi bugs.
  * Build with new libtool to support ppc64le.
- fix boo#903462: -enable-malloc to be thread safe
- libfribidi-devel requires %{lname} = %{version}
- Utilize shared library package naming guidelines
- Drop Requires:pkg-config for fribidi-devel, it is implicit
  (due to .pc file being picked up by rpm find-requires)
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
- update to 0.19.2
  * Update to Unicode Character Database 5.1.0
- buildrequire pkg-config to fix provides
fuse
- user_allow_other restriction may be bypassed (bsc#1101797, CVE-2018-10906)
  - fusermount-prevent-silent-truncation-of-mount-options.patch
  - fusermount-dont-feed-escaped-commans-into-mount-options.patch
  - fusermount-bail-out-on-transient-config-read-failure.patch
  - fusermount-refuse-unknown-options.patch
  - fusermount-whitelist-known-good-filesystems-for-mountpoints.patch
- Fix download link in fuse.spec
- fuse 2.9.7
  * Shared-object version has now been bumped correctly.
  * Added SELinux support.
  * Fixed race-condition when session is terminated right after
    starting a FUSE file system.
- Ensure trusted group is available on Tumbleweed.
- fuse 2.9.5:
  * fix warning in mount.c:receive_fd().
  * fix possible memory leak.
  * new upstream project and source URL
  * add new maintainer keyring and verify source signature
- Update to version 2.9.4
  - fix exec environment for mount and umount (bsc#931452,
    CVE-2015-3202)
  - properly restore the default signal handler
  - fix directory file handle passed to	ioctl() method.
  - fix for uids/gids larger than 2147483647
  - initialize stat buffer passed to ->getattr() and ->fgetattr()
- include commented default fuse.conf (bnc#908292)
- Update to version 2.9.3
  - Bug fixes
- Remove fuse-gnu_source.patch (fixed upstream)
- add aarch64-build-fix.patch
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
- fix build for SLE_11
- Use autoreconf directly instead of makeconf.sh
- Update to version 2.9.2
  - Add support for fallocate() (kernel >= 3.5)
  - Bug fixes
- Remove fix-pthread-in-fuse.pc.patch; now included in upstream
- Don't patch generated files such as configure and Makefile.in;
  instead, regenerate them using makeconf.sh from SVN repository
- update license to new format
- avoid autoreconf to avoid breaking on updates of auto* tools
- Remove redundant tags/sections from specfile
- Parallel build with %_smp_mflags
- Trim list of FUSE fses from description (it's literally endless)
  and text inappropraite for subpackages
- Fix -pthread in fuse.pc [bnc#761117]
- place binaries in /usr tree (UsrMerge project)
- update to 2.9.0
  - Add "/zero copy"/ support for kernel 2.6.35 or newer
  - Make maximum background requests tunable on kernel 2.6.32 or
    newer
  - Require --no-canonicalize in (u)mount (util-linux version 2.18
    or newer) to fix security problems with fusermount
  - Use dynamically sized hash tables in high level library
  - Memory use of filesystem daemon can shrink more easily
  - Add "/auto_unmount"/ option
  - Add "/remember"/ option
  - Add man pages for fusermount, mount.fuse and ulockmgr_server
  - API changes:
  - Introduce "/store"/ and "/retrieve"/ for accessing kernel
    buffers on kernel 2.6.36 or newer
  - Introduce abstract buffer for zero copy operations
  - Allow path calculation to be omitted on certain operations
  - Allow batching forget requests
  - Add "/flock"/ method
  - Add support for ioctl on directories
  - Add delete notification
- drop fuse-pc-remove-libdir-from-Libs.diff (upstream)
- use %set_permissions instead of %run_permissions in specfile
- compile /bin/fusermount as a position independent executable
  [bnc#743155]
- update to 2.8.7
  * fix ambiguous symbol version for fuse_chan_new
  * prevent calling ulockmgr_server with illegal arguments
  * fix hang in wait_on_path()
- handle case of failure to allocate request [bnc#723616]
- add libtool as buildrequire to make the spec file more reliable
- enabling libulockmgr
- Must define _GNU_SOURCE to get clone()  system call.
- licenses package is about to die
- In case of failure to add to /etc/mtab don't umount. [bnc#668820]
  [CVE-2011-0541]
- Fix symlink attack for mount and umount [bnc#651598]
- Remove /etc/init.d/boot.fuse [bnc#648843]
- update to 2.8.5
  * fix option escaping for fusermount [bnc#641480]
- keep examples and internal docs in devel package (from jnweiger)
- update to 2.8.4
  * fix checking for symlinks in umount from /tmp
  * fix umounting if /tmp is a symlink
- update to 2.8.3
  * fix unmounting with util-linux version >= 2.17
- update to 2.8.2
  * fix unmount race (CVE-2009-3297)
  * fix deadlock with "/audit"/ subsystem on mount (also requires
    util-linux-ng version >=2.17)
- package baselibs.conf
- update to 2.8.1:
  * fix missing versioned symbol fuse_get_context@FUSE_2.2
- update to 2.8.0:
  * more scalable directory tree locking
  * atomic open(O_TRUNC) support
  * support big write requests on kernels 2.6.26 and newer
  * out-of-tree fuse module removed
  * better NFS exporting support
  * new ioctl and poll requests
  * new CUSE (Character Device in Userspace) interface
  * allow umask processing in userspace
  * added cache invalidation notifications
  * bugfixes and small improvements
- Fix exclude usage.
- remove static libraries and "/la"/ files
- spec file cleanup
- update to version 2.7.4
  * Fix missing pthread_mutex_destroy in error path of
  fuse_lib_opendir().  Patch by Szabolcs Szakacsits
- adding baselibs.conf to build -xxbit
gamin
- split lib* packages into own spec file to avoid a build cycle
- found a testsuite, run it, but ignore result since it show
  breakages. Should be revisited.
- Added 0001-Poll-files-on-nfs4.patch (bgo#693006) and
  gamin-0.1.11-double-lock.patch (bgo#669292)
- add conflict with libfam0-32bit
- Spec file cleanups
- Provide and obsolete libgamin in case of sonum changes
- Have the -devel package provide -devel-static as well since it has .a files
- Changed the baselibs.conf to use the libs per openSUSE policy
- Added duplicate files check
- Use exact EVR for Provide: symbols
- Added version for fam-server provides
- Added obsoletes for fam-server
- Added obsoletes for gamin-python
- Switched to original gzipped tar
- Changed source to include upstream source URL to comply with new
  packaging guidelines
- Added patch to fix building in factory
- Cleaned up spec file formatting with spec-cleaner
- Added proper license header to spec file
- Split documentation package (fix for RPMLINT warning)
- Add fam-server provides to gamin-server (other gaming packages provide their fam counterpart)
- Implement shlib package (libfam0-gamin)
- Resolve build error due to source disabling deprecated contructs
  that it used
- add gamin-32bit package through baselibs.conf to fix KDE 32bit compatibility libs (thanks to Martin Vogt for reporting), which requires splitting %{_libexecdir}/gam_server into its own subpackage (gamin-server) to avoid file conflicts when both gamin and gamin-32bit are installed -- note that gamin and gamin-32bit both require the package gamin-server, so nothing needs to be done on the user end
- add patch to be completely ABI compatible with fam, in order to avoid warnings and crashes caused by "/Symbol `FamErrlist' has different size in shared object, consider re-linking"/; references:
  * http://lists.opensuse.org/yast-devel/2009-02/msg00000.html
  * http://www.nabble.com/Bug-437307:-lighttpd-fails-to-restart-after-update-td12107383.html
- add return.patch
gamin-devel
- Both library packages must require gamin-server sub-package.
- split lib* packages into own spec file to avoid a build cycle
  (avoiding glib2)
gawk
- GNU awk 4.2.1:
  * documentation updates
  * In MPFR mode, When ROUNDMODE changes, string values for
    numerically type values will be redone
  * various bug fixes
  * drop fold-string.patch, upstream
- Use %license (boo#1082318)
- fold-string.patch: Don't fold constant strings if either is translatable
- Update to gawk 4.2.0
  * If not in POSIX mode, changes to ENVIRON are reflected into
    gawk's environment
  * The series of numbers returned by rand() should now be "/more
    random"/ than previously
  * Multiple changes related to the pretty printer
  * The igawk script and igawk.1 man page are no longer installed
  * Gawk now processes a maximum of two hexadecimal digits in x
    escape sequences inside strings
  * Setting PROCINFO["/redirection"/, "/NONFATAL"/] to true makes I/O
    errors for "/redirection"/ not fatal
  * Gawk now supports retryable I/O via PROCINFO[input-file, "/RETRY"/]
  * Revisions in the POSIX standard remove the special case for POSIX
    mode when FS = "/ "/ where newline was not a field separator
  * Gawk now supports strongly typed regexp constants
  * The new typeof() function can be used to indicate if a variable or
    array element is an array, regexp, string or number
  * Optimizations are now enabled by default
  * Passing negative operands to any of the bitwise functions now
    produces a fatal error
  * The mktime function now accepts an optional second argument
  * The FIELDWIDTHS parsing syntax has been enhanced to allow specifying
    how many characters to skip before a field starts
  * The PROCINFO["/argv"/] array records all of gawk's command line arguments
    as gawk received them
- gawk_ppc64le_ignore_transient_test_time_failure.patch: removed
- also ignore transient test time failure on ppc64
- Added an explicit rpmlint rule to keep one file (gawkapi.h)
  from requiring a separate package.
  [+gawk.rpmlintrc]
* GNU awk 4.1.4:
  * z/OS support updated
  * debugger improvements
  * return value of system() enhanced to convey more information
  * two-way pipe handling improved
  * The -d option now allows -d- to print to standard output.
  * The DJGPP port is now officially deprecated.
- new gawk_ppc64le_ignore_transient_test_time_failure.patch
- GNU awk 4.1.3:
  * Regexp parsing with extra brackets should now be working again.
  * Updated to latest config.guess and config.sub.
  * bug fixes
- skip frequently failing and timing dependent test strftime
- Correct info files scriplet handling section
- Update info and update-alternatives requirements
- GNU awk 4.1.2:
  * manual improved
  * The debugger's "/restart"/ command now works again.
  * Redirected getline is now allowed inside BEGINFILE/ENDFILE.
  * A number of bugs have been fixed in the MPFR code.
  * Indirect function calls now work for both built-in and extension
    functions.
  * Built-in functions are now included in FUNCTAB.
  * In non-English locales, it was accidentally possible to use
    non-english letters for identifiers
  * The "/where"/ command has been added to the debugger as an alias
    for "/backtrace"/.
  * Gawk no longer explicitly checks the current directory after
    doing a path search of AWKPATH.
  * Infrastructure upgrades: Automake 1.15, Gettext 0.19.4,
    Libtool 2.4.6, Bison 3.0.4.
  * If a user-defined function has a parameter with the same name
    as another user-defined function, it is no longer possible to
    call the second function from inside the first.
  * POSIX requires that the names of function parameters not be the
    same as any of the special built-in variables and also not
    conflict with the names of any functions. Gawk has checked for
    the former since 3.1.7. With --posix, it now also checks for
    the latter.
  * The test suite should check for necessary locales and skip the
    tests where it matters if support isn't what it should be.
  * Gawk now expects to be compiled on a system with multibyte
    character support.
- drop gawk-4.1.1-build-baddest.patch, upstream
- remove optional libsigsegv dependency
- GNU awk 4.1.1:
  * The "/stat"/ extension now includes a "/devbsize"/ element which
    indicates the units for the "/nblocks"/ element.
  * A number of bugs in the pretty-printing / profiling code have
    been fixed.
  * The -O option now works again.
  * The --include option, documented since 4.0, now actually works.
  * Infrastructure updated to automake 1.13.4, bison 3.0.2, and
    libtool 2.4.2.418.
  * The configure script now accepts a --disable-extensions option,
    which disables checking for and building the extensions.
  * The API now provides functions pointers for malloc(), calloc(),
    realloc() and free(), to insure that the same memory allocation
    functions are always used. This bumps the minor version by one.
  * The printf quote flag now works correctly in locales with
    a different decimal point character but without a thousands
    separator character. If the thousands separator is a string,
    it will be correctly added to decimal numbers.
  * The readfile extension now has an input parser that will read
    whole files as a single record.
- packaging changes:
  * remove added German po file and scanning of translations
  * remove profiling, fixing warning make-check-outside-check-section
  * remove autoreconf call
  * drop gawk-3.1.8.diff
  * drop older-automake.diff, not required for factory
  * build with libsigsegv
  * no not regenerate info pages
  * add gawk-4.1.1-build-baddest.patch required for install
  * switch to xz tarball
  * verify source signature
- adjust update-alternative usage to packaging policy
  (see http://lists.opensuse.org/opensuse-packaging/2014-02/msg00024.html)
- Update to version 4.1.0
  * The three executables gawk, pgawk, and dgawk, have been merged into
    one, named just gawk.
  * The new -i option (from xgawk) is used for loading awk library files.
  * The new -l option (from xgawk) is used for loading dynamic extensions.
  * The dynamic extension interface has been completely redone.  There is
    now a defined API for C extensions to use.  A C extension acts like
    a function written in awk, except that it cannot do everything that awk
    code can. However, this allows interfacing to any facility that is
    available from C.
  * The "/inplace"/ extension, built using the new facility, can be used to
    simulate the GNU "/sed -i"/ feature.
  * The and(), or() and xor() functions now take any number of arguments,
    with a minimum of two.
  * New arrays: SYMTAB, FUNCTAB, and PROCINFO["/identifiers"/]. SYMTAB allows
    indirect access to any defined variable or array; it is possible to
    "/walk"/ the symbol table, if that should be necessary.
- Refreshed gawk-3.1.8.diff
- Add older-automake.diff to support automake 1.12
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
- Remove unneded %clean section
- add explicit buildrequire makeinfo
- Update to version 4.0.1
  * completed the implementation of Rational Range Interpretation
  * failure to get the group set is no longer a fatal error
  * lots of minor bugs fixed and portability clean-ups
- refreshed gawk-3.1.8.diff
- removed gawk-revert-gsub-gawk3.patch deprecated by this release
- keep binaries in /usr tree {UsrMerge project)
- Compress message catalog.
- Use latest german message catalog.
- Call update-po as part of package build.
- license update: GPL-3.0+
  gawk is GPL-3.0+ in 4.0.0
- add automake as buildrequire to avoid implicit dependency
- Revert sub/gsub behavior to that of gawk 3.x. Upstream commit
  16de770359370224129f23df745178efe518c02c
- Update to version 4.0.0 , important changes
  * The special files /dev/pid, /dev/ppid, /dev/pgrpid and /dev/user are
    now completely gone. Use PROCINFO instead.
  * The POSIX 2008 behavior for `sub' and `gsub' are now the default.
  * In POSIX mode, string comparisons use strcoll/wcscoll.
  * Gawk now treats ranges of the form [d-h] as if they were in the C
- update to 3.1.8:
  * The zero flag no longer applies to %c and %s; apparently the standards
  changed at some point.
  * Failure to open a socket is no longer a fatal error.
  * dfa.h and dfa.c are now more-or-less in sync with GNU grep, for the first
  time in many years.
  * Gawk no longer includes its own copy of libsigsegv but it will use it if
  installed on the build system. The --disable-libsigsegv configure option
  is now gone.
  * The ' flag (%'d) is now just ignored on systems that can't support it.
  * Gawk now has support for z/OS (IBM S/390 architecture).
  * Gawk now handles multibyte strings better in [s]printf with field
  widths and such.
  * A getline from a directory is no longer fatal; instead it returns -1.
  * Per POSIX, special variable names (like FS) cannot be used as function
  parameter names.
  * The new -O / --optimize option enables simple constant folding on
  the parse tree during parsing.  We hope that with time the number
  of optimizations will increase.
  * Lots of bug fixes, see the ChangeLog.
- use %_smp_mflags
- use update-alternatives
- updated patches to apply with fuzz=0
gcc
- Add gccgo symlink, add go and gofmt as alternatives to support
  parallel install of golang.  [bnc#1096677]
- Fix gcc-PIE spec to properly honor -no-pie at link time.
  [bnc#1096008]
- Fix gcc-devel guard to use %sle_version.  [bnc#1043590]
- Guard gcc-devel so it is only built on Tumbleweed.
- Remove bogus link to versioned g++.info file which doesn't exist.
  Instead refer to gcc.info from the g++ info directory entry.
  [bnc#922419]
- Include gcov-tool and gcov-dump binaries.
- Remove README in empty packages only required for SLE11 and older.
- Remove now empty %build section.
- Fix dependencies of libstdc++-devel-{32,64}-bit.
- Switch gcc to default 7.
- Remove unrelated README.packaging.
- Enable Ada for s390x.
- Remove java related packages, those are in a separate gcc-java now.
- Add gcc-devel package.
- Switch gcc to default 6.
- Enable Ada for ppc64le and aarch64.
- Properly query gcc-%gcc_suffix for paths.
- Fix bogus requires to gcc5-c++-{32,64}bit.
- Adjust for GCC 5 package renames.
- Switch gcc to default 5.
- Add gcc-go{,-32bit,-64bit} packages.
- Add gcc-ada-32bit and gcc-ada-64bit packages only if building Ada
- Add gcc-ada-32bit and gcc-ada-64bit packages.
- add a gcc-PIE subpackage, which enables building PIE binaries
  by default using the defaults.spec file. bsc#912298
gcc10
- Update to GCC 10.3.0 release (63fa67847628e5f358e7e2e7e), git1587
- Disable nvptx offloading for aarch64 again since it doesn't work
- Update to gcc-10 branch head (892024d4af83b258801ff7484), git1574
  * Includes GCC 10.3 RC1
- Update to gcc-10 branch head (592388d4f6e8a6adb470428fe), git1450
- Update to gcc-10 branch head (85977f624a34eac309f9d77a5), git1331
  * Includes fix for [bsc#1182016]
- The 32bit nvptx libgomp plugin is no longer built, do not attempt
  to package it.
- Remove include-fixed/pthread.h
- Change GCC exception licenses to SPDX format
- Update to gcc-10 branch head (e563687cf9d3d1278f45aaebd), git1030
  * Includes fix for firefox build [gcc#97918]
- Do not specify alternate offload compiler location at
  configure time.
- Update README.First-for.SuSE.packagers
- Install offload compilers for gcc10-testresults build
- Enable fortran for offload compilers.
- Add gcc10-amdgcn-llvm-as.patch to fix build of amdgcn offload
  compiler with llvm11.
- Update to gcc-10 branch head (98ba03ffe0b9f37b4916ce6238), git958.
  * Includes fix for memcpy miscompilation on aarch64.
    [bsc#1178624, bsc#1178577]
- Fix 32bit libgnat.so link.  [bsc#1178675]
- prepare usrmerge: Install libgcc_s into %_libdir. ABI wise it
  stays /%lib. (boo#1029961)
- Update to gcc-10 branch head (a78cd759754c92cecbf235ac9b), git872.
- Build complete set of multilibs for arm-none target [bsc#1106014]
  * Fixes inadvertant mixture of ARM and Thumb instructions in linker output
- Update to gcc-10 branch head (c0746a1beb1ba073c7981eb09f), git583.
  * Fixes ABI breakage for as-base CDTORs of final classes.  [gcc#95428]
- Update to gcc-10 branch head (d523b5201cce1796717a8ca669), git580.
  * Includes gcc10-streamer-backports1.patch and
    gcc10-streamer-backports2.patch.
  * Includes fixes for LTO ICE [bsc#1175168] and aarc64 128bit
    CAS miscompilation [bsc#1174753].
- Update to gcc-10 branch head (dda1e9d08434def88ed86557d0), git501.
  * Includes fix for AARCH64 kernel build failure.  [bsc#1174817]
  * Includes aarch64 SLS mitigation changes.  [bsc#1172798, CVE-2020-13844]
- Add gcc10-streamer-backports1.patch and gcc10-streamer-backports2.patch.
- Enable x86 CET runtime for SLES15 and Leap15 also.
- Do not enable the now deprecated HSA offloading capability.
- Update to gcc-10 branch head (c0438ced53bcf57e4ebb1c38c), git465.
  * Includes GCC 10.2 release.  [bsc#1173972] [jsc#ECO-2373]
  * Picks up fixes for C++20 coroutines support.  [jsc#SLE-12297]
  * Picks up fix for a recent chromium build fail.
- Build x86 CET enabled runtime for Factory.
- Disable GCN offloading for SLE12 and SLE15 GA.
- Update to gcc-10 branch head (12e1a54b06777db74ce375496), git355.
  * Includes fix for non-reproducible builds with LTO [bsc#1172846].
- Enable nvptx support for aarch64
- Update to gcc-10 branch head (c91e43e9363bd119a695d6450), git290.
  * Includes fix for PR95719, fixing LibreOffice.
- Enable c++ for arm-none-eabi
- Update to gcc-10 branch head (b0461f44076c26ced5526e4fd6), git68.
- Add gcc10-foffload-default.patch to make offloading ignore
  offload targets that have not been installed both at compile
  and runtime (for the libgomp plugin part).
- Update to gcc-10 branch head (dd38686d9c810cecbaa80bb82e), git40.
  * Includes GCC 10.1 release.
- Update to gcc-10 branch head (2aaa1dc3c87372fd55c1c33aa7a), git5.
  * Includes first release candidate for GCC 10.1.
  * Includes gcc10-pr94734.patch
- Update to master head (3685c5adf5c0b30268cb8f95c89e4), git176017.
- Add gcc10-pr94734.patch
- Update to master head (b835645c7a51b7e99092abe61d677), git175845.
- Drop to 4 jobs as constraint for s390x.
- Update to master head (effcb4181e143bc390286a489ff84), git175831.
- Package arm_cde.h and arm_mve_types.h for arm.
- Alter _constraints to also constrain jobs.
- Add libzstd-devel BuildRequires to cross compiler specs.
- Switch to release checking builds.
- Update to master head (2dc9294c3c7c81a6d5e1d4dedf58f), git175805.
- Update to master head (13e41d8b9d3d7598c72c38acc86a3), git175688.
- Update to master head (c72a1b6f8b26de37d1a922a8af143), git175641.
- Update to master head (038769535a8cbdd3dd3e100bde314), git175499.
- Update to master head (75c24a08d697d6442fe6c26142f05), git175422.
- Update to master head (7d4549b2cd209eb621453ce13be7f), git175366.
- Update to master head (c7e9019681857b329bbe4c1e7ec8d), git175348.
- Package arm_mve.h for arm.
- Update to master head (4e3d3e40726e1b68bf52fa205c68495124ea60b8).
- libgphobos and libgdruntime SONAME versions were reset to 1.
- Update to master head (3604480a6fe493c51d6ebd53d9b1abeebbbb828f).
- Update embedded newlib to newlib-3.3.0.tar.xz, drop old
  newlib-3.1.0.tar.xz
- Enable support for amdgcn-amdhsa OpenMP/OpenACC offloading.
- Update to master head (655e5c29ae4080666154b3e10ac81116a1b7a638).
- Re-add gcc9-reproducible-builds.patch and
  gcc9-reproducible-builds-buildid-for-checksum.patch.
- Update to master head (778a77357cad11e8dd4c810544330af0fbe843b1).
  * Includes fix for binutils version parsing [gcc#93965]
- Add libstdc++6-pp provides and conflicts to avoid file conflicts
  with same minor version of libstdc++6-pp from gcc9.
- Disable zstd use for SLES15 and older.
- Bump to rfa1160f6e50500aa38162fefb43bfb10c25e0363.
- Bump to r33351ff9faa21c4c1af377d661a52ac0ce366db3.
- Adjust installed headers for arm and aarch64, enable link-mutex
  for riscv64.
- Don't remove go tool buildid, needed for bootstrapping go
- Increase disk constraint
- Bump to rc940105cc17111be98d8d42ba48a413b0e63aebe.
- Bump libtool version of libgo.
- Bump to r269e8130b77065452698ab97e5da77d132d00276.
- Bump to r507de5ee23efdc8a16d6b0b6488e118055c711cd.
- Add lto-dump to cross packages.
- New package, inherits from gcc9
  * gcc-add-defaultsspec.diff, add the ability to provide a specs
    file that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not
    slow down Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for
    CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr
    for ppc, just a testcase
  * gcc44-textdomain.patch, make translation files version specific
    and adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files
    when renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed
    libstdc++ html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with
    earlier mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with
    host gcc 4.3
  * gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes
    new warning from -Wextra
  * gcc7-avoid-fixinc-error.diff
gcc7
- Remove include-fixed/pthread.h
- Change GCC exception licenses to SPDX format
- add gcc7-pr81942.patch [bsc#1181618]
- Amend gcc7-aarch64-moutline-atomics.patch for glibc namespace
  violation with getauxval.  [bsc#1167939]
- Add gcc7-aarch64-sls-miti-1.patch, gcc7-aarch64-sls-miti-2.patch,
  gcc7-aarch64-sls-miti-3.patch to backport aarch64 Straight Line
  Speculation mitigation [bsc#1172798, CVE-2020-13844]
- Add gcc7-fix-retrieval-of-testnames.patch to support usage in
  testcases added by the above.
- Enable fortran for the nvptx offload compiler.
- Do not specify alternate offload compiler location at
  configure time.
- Update README.First-for.SuSE.packagers
- Add gcc7-pr88522.patch to avoid assembler errors with AVX512
  gather and scatter instructions when using -masm=intel.
- Amend gcc7-remove-Wexpansion-to-defined-from-Wextra.patch to
  reflect changes in option handling in the testsuite.
- Add gcc7-testsuite-fixes.patch to fix PR98001 and PR98002 which
  are broken testcases showing with malloc debugging enabled.
- Add gcc7-aarch64-moutline-atomics.patch to backport the aarch64
  - moutline-atomics feature and accumulated fixes but not its
  default enabling.  [jsc#SLE-12209, bsc#1167939]
- Order gcc7-pr92692.patch after gcc7-aarch64-moutline-atomics.patch
  and refresh.
- Revert gcc7-pr97774.patch as it causes gdb to crash.
- Fix 32bit libgnat.so link.  [bsc#1178675]
- Quote %{cross_arch} consistently when comparing expansion
  against string in RPM %if condition.
- Add gcc7-pr97535.patch to fix memcpy miscompilation on aarch64.
  [bsc#1178624, bsc#1178577]
- Add gcc7-pr97774.patch to fix debug line info for try/catch.
  [bsc#1178614]
- Remove -mbranch-protection=standard (aarch64 flag) when gcc7 is
  used to build gcc7 (ie when ada is enabled)
- Add gcc7-pr94148.patch to fix corruption of pass private ->aux
  via DF.  [gcc#94148]
- Add gcc7-pr93888.patch to fix debug information issue with
  inlined functions and passed by reference arguments.  [gcc#93888]
- Add gcc7-pr93965.patch in order to fix binutils release
  date detection issue.
- Add gcc48-bsc1161913.patch to fix register allocation issue with
  exception handling code on s390x.  [bsc#1161913]
- Add gcc7-pr92692.patch: Backport PR target/92692 to fix
  miscompilation of some atomic code on aarch64. [bsc#1150164]
- Add gcc7-pr93246.patch: Backport PR middle-end/93246
- gcc7-pr92154.patch: Backport PR sanitizer/92154
- Add gcc7-bsc1160086.patch to fix miscompilation in vectorized code
  for s390x.  [bsc#1160086] [gcc#92950]
- Update to GCC 7.5.0 release.
- Add gcc7-pr85887.patch to fix miscompilation with thread-safe local
  static initialization.  [gcc#85887]
- Add gcc7-bsc1146475.patch to fix debug info created for array
  definitions that complete an earlier declaration.  [bsc#1146475]
- Rework shared spec file parts to allow custom Summary and
  Description for cross compilers.  Clarify their Summary
  and Description.  [bsc#1148517]
- Reorder things in cross.spec.in so the Version define comes before
  the first use of %version.
- Update to gcc-7-branch head (r275405).
  * Pulls fix for POWER9 DARN miscompilation.
    (bsc#1149145, CVE-2019-15847)
  * Includes gcc8-pr89752.patch
- Remove bogus fixed include bits/statx.h from glibc 2.30.  [gcc#91085]
- Update to gcc-7-branch head (r273795).
  * Includes fix for LTO linker plugin heap overflow.
    (bsc#1142649, CVE-2019-14250)
- Update to gcc-7-branch head (r273666).
  * Fixes build with -Werror=return-type.
- Update to gcc-7-branch head (r273559).
  * Includes fix for vector shift miscompilation on s390.  [bsc#1141897]
- Add gcc7-flive-patching.patch patch.  [bsc#1071995, fate#323487]
- Strip -flto from $optflags.
- Update to gcc-7-branch head (r270528).
  * Disables switch jump-tables when retpolines are used.
  [bsc#1131264, jsc#SLE-6738]
- Add gcc8-pr89752.patch to fix ICE compiling tensorflow on aarch64.
  [bsc#1129389]
- Update to gcc-7-branch head (r269676).
  * Pulls fix for aarch64 FMA steering pass use-after-free.  [bsc#1128794]
  * Fixes ICE compiling tensorflow.  [bsc#1129389]
- Change URLs to use https.
- Update to gcc-7-branch head (r268660).
  * Pulls fix for s390x FP load-and-test issue.  [bnc#1124644]
- Improve build reproducability by disabling address-space randomization
  during build.
- Update gcc44-rename-info-files.patch to adjust gnat manual
  entries in the info directory.  [bnc#1114592]
- Update to GCC 7.4 release.
- Fix AVR configuration to not use __cxa_atexit or libstdc++ headers.
  Point to /usr/avr/sys-root/include as system header include directory.
- Update to gcc-7-branch head (r263609).
  * Includes fix for build with ISL 0.20.
  * Includes fix to no longer try linking -lieee with -mieee-fp.
    [bnc#1084842]
- Update to gcc-7-branch head (r262243).
  * Pulls fix for libcpp lexing bug on ppc64le manifesting during
    build with gcc8.  [bnc#1099119]
  * Pulls fix for forcing compile-time tuning even when building
    with -march=z13 on s390x.  [bnc#1099192]
- Update to gcc-7-branch head (r261272).
  * Fixes support for 32bit ASAN with glibc 2.27+
  * Includes gcc7-bnc1087550.diff
- Update gcc7-bnc1087550.diff with latest changes.  [bnc#1087550]
- Update gcc7-bnc1087550.diff with fix from upstream that supports
  both ABIs for ios_base::failure.  [bnc#1087550]
- Set SUSE_ASNEEDED to zero during %install so libasan keeps its
  NEEDED entry for libstdc++.so.  [GCC#84428]
- Enable --enable-fix-cortex-a53-835769 for aarch64.
- Add gcc7-bnc1087550.diff to revert the ios_base::failure ABI
  back to compatible behavior with the default ABI.  [bnc#1087550]
- Update to gcc-7-branch head (r258812).
  * Picks fix to no longer enable -mpc-relative-literal-loads by default
    with --enable-fix-cortex-a53-843419.
- Enable --enable-fix-cortex-a53-843419 on aarch64.  [bnc#1084812]
  [bnc#1087930]
- Update to gcc-7-branch head (r258313).
  * includes spectre V2 mitigation patch for s390x.  [bnc#1083946]
- Fix nvptx offload target compiler install so GCC can pick up
  required files.  Split out the newlib part into cross-nvptx-newlib7-devel
  and avoid conflicts with GCC 8 variant via Provides/Conflicts
  of cross-nvptx-newlib-devel.
- Update to gcc-7-branch head (r258025).
  * includes fix for chromium build failure.  [bnc#1083290]
- Update to gcc-7-branch head (r257981).
- Add conflicts to non-bootstrap variant for cross packages to silence
  repo-checker.
- Amend gcc48-remove-mpfr-2.4.0-requirement.patch to fix build on SLE11.
- Use %{?_smp_mflags} everywhere.
- Update _constraints to bump physicalmemory and general simplification.
- Update to GCC 7.3 release.
- Move misplaced %endif
- Update to GCC 7.3.0 RC1 (r256792).
- Update to gcc-7-branch head (r256737)
  * Includes gcc7-pr81481.diff
  * Adds backport of retpoline support via -mindirect-branch=,
  - mfunction-return= and friends.  [bnc#1074621]
- Handle new debug sources filelist variant debugsourcefiles.list.
- Prune libstdc++ includes for crosses.
- Do not install target parts of cross compilers into the sysroot
  but instead fixup manually (once required).
- Update to gcc-7-branch head (r256067).
- Deal with C++ being disabled for crosses.
- For crosses that have a target triplet not matching that of binutils
  create symlinks to as and ld in the GCC private directory.
- Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc
  integration.
- Add gcc7-avoid-fixinc-error.diff to avoid install-host aborting
  on non-existing target include directory.  Remove --with-build-sysroot=/
  hack from icecream cross configs, no longer prune include-fixed for
  them to retain a GCC provided limits.h.  Remove installed install-tools.
- Add gcc7-pr82248.diff to fix bogus stack probe instruction on ARM.
  [bnc#1068967]
- Update to gcc-7-branch head (r253932).
  * contains fix for PR82445 which is about a RPI1 bootloader
    miscompile.  [bnc#1061667]
- Update to gcc-7-branch head (r253435).  [fate#321452, fate#321496]
  [fate#323972]
  * contains fix for PR82406 which blocks chromium build.
- Add gcc7-pr81481.diff to fix a register allocation issue.
  [bnc#1048861]
- Update to gcc-7-branch head (r253221).
  * Includes similar fix to gcc41-ppc32-retaddr.patch, disable the
    patch but keep the testcase.
- Add support for zero-sized VLAs and allocas with
  - fstack-clash-protection.  [bnc #1059075]
  Changes gcc7-stack-probe.diff.
- Update to gcc-7-branch head (r251579).
  * Includes GCC 7.2 release.
  * Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch.
- Sort tar file list to make cross-* packages build reproducibly
  (boo#1041090)
- Add gcc7-pr81766.diff to fix grub2 build.
- Update to gcc-7-branch head (r250819).
  * Includes GCC 7.2 RC1.
  * Includes fix for gcov crash.  [bnc#1050487]
- Add gcc7-stack-probe.diff for support of -fstack-clash-protection
  [bnc#1039513].
- Add gcc7-go-sigrtmax.patch to fix Go build with glibc 2.26.
- Update to gcc-7-branch head (r249772).
  * Includes patch for PR81080.  [bnc#1044016]
  * Includes patch for PR81204.  [bnc#1045732]
  * Includes patch for PR81112.  [bnc#1043966]
- Fix cross compiler update-alternatives machinery to make rpmlint
  happy.
- Update plugin enablement guard to use %sle_version.  [bnc#1043590]
- Update to gcc-7-branch head (r248970).
  * Includes gcc7-pr80593.patch.
- Update to gcc-7-branch head (r248590).
- Add #!BuildIgnore: gcc-PIE also to cross compiler builds.
- Update to gcc-7-branch head (r248152)
- Drop not working SLE-10 build support.
- For SLE-15 make the i586 compiler generate code for architecture
  level of x86_64.
- Add gcc7-pr80593.patch to fix ceph build. [bnc#1025891]
- Update to gcc-7-branch head (r247545)
  * Includes GCC 7.1 release
- For SLE15 change ppc64le tuning to power9.  [fate#322728]
- Change tarball compression to xz, BuildRequire xz.
- Update to gcc-7-branch head (r247368)
  * Includes GCC 7.1 RC2
  * Includes ARM ABI fix for PR77728, fixing ABI incompatibility
    with GCC 4.8.
- Update to gcc-7-branch head (r247019).
- Always create nvptx offloading cross spec file.
- Fix libada provides/conflicts.
- Package gcov.h.
- Add #!BuildIgnore: gcc-PIE.
- Fix update-alternatives.
- Add update-alternatives for binaries produces by cross compilers.
- Add nospeccleaner comment, remove legacy norootforbuild and
  icecream.
- Update to gcc trunk head (r246609).
- Add cross-binutils Requires to cross-gcc packages.
- Really fix libtsan requirement on ppc.  [boo#1030623]
- Also fix liblsan requirement on pcc.
- Update to gcc trunk head (r246414).
- Package gcov-dump.
- Remove gcc7-debug-dwarf2out-ice.patch.
- Add gcc7-remove-Wexpansion-to-defined-from-Wextra.patch to remove
  useless warning from Wextra that causes build fails due to excessive
  log file size.
- Remove libtsan Requires from the gcc7-32bit package, tsan doesn't have
  a 32bit multilib on any arch.  [boo#1030623]
- Update to gcc trunk head (r246083).
- Update to gcc trunk head (r245976).
- BuildRequire at least gcc-4.8 Ada.
- Enable asan and ubsan for s390.
- Also require gcc-c++ of the host compiler version used when that
  is changed due to Ada requirements.
- Update to gcc trunk head (r245417).
- Enable profiledbootstrap for %ix86, build with release checking.
- Build stage1 with -O2 -g.
- Enable Ada for s390x.
- Enable asan and ubsan for s390x.
- Refresh gcc44-rename-info-files.patch.
- Fix up nvptx offloading so that it actually works.
- Update to gcc trunk head (r245052).
- Use plain avr as gcc target for AVR to match what binutils does.
  [bnc#1022404]
- Cleanup spec file and gcc7-rpmlintrc a bit.
- Update to gcc trunk head (r244934).
- Add accelerator offloading cross to nvptx-none, for this also
  add nvptx-newlib.tar.bz2.
- Update to gcc trunk head (r244867).
- Bump libgo SO version to 11.
- PowerPC now supports lsan and tsan.
- Correct lsan/tsan packaging who are 64bits only.
- Update to gcc trunk head (r244684).
- Use --with-gcc-major-version-only and drop gcc-dir-version.patch.
- Enable offloading for nvptx-none on the host (offload compiler still
  missing).  Re-enable HSA offloading.
- Re-add missing cross.spec.in and enable crosses.
- Update to gcc trunk head (r244350).
- Package avx512vpopcntdqintrin.h and sgxintrin.h on x86_64/i?86.
- Update to gcc trunk head (r243648).
- Package {arm,aarch64}/arm_fp16.h and arm/arm_cmse.h.
- Remove broken libffi build support.
- Remove more Java remanents.
- Update to gcc trunk (r242874).
- Add avx5124fmapsintrin.h and avx5124vnniwintrin.h header files.
- New package, inherits from gcc6
  * gcc-dir-version.patch, drop patchlevel from install directory names
  * gcc-add-defaultsspec.diff, add the ability to provide a specs file
  that is read by default
  * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down
  Xen
  * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files
  * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc
  * gcc44-textdomain.patch, make translation files version specific and
  adjust textdomain to find them
  * gcc44-rename-info-files.patch, fix cross-references in info files when
  renaming them to be version specific
  * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++
  html documentation
  * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier
  mpfr versions on old products
  * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3
- Drops
  * libjava-no-multilib.diff, gcc41-java-slow_pthread_self.patch
  and all Java related hunks in included patches
  because Java is no longer included in GCC 7.
  * gcc6-hsa-enablement.patch as it's part of trunk
  * gcc6-libsanitizer-aarch64-vma48.patch as it's part of trunk
  * gcc6-SOURCE_DATE_EPOCH.patch as it's part of trunk
gd
- security update
- added patches
  fix CVE-2018-14553 [bsc#1165471], null pointer dereference in gdImageClone()
  + gd-CVE-2018-14553.patch
- security update
- added patches
  CVE-2019-11038 [bsc#1140120]
  + gd-CVE-2019-11038.patch
- change order while installing splitted library [bsc#1136574]
- security update
  * CVE-2019-6978 [bsc#1123522]
    + gd-CVE-2019-6978.patch
  * CVE-2019-6977 [bsc#1123361]
    + gd-CVE-2019-6977.patch
- security update:
  * CVE-2018-1000222 [bsc#1105434]
    + gd-CVE-2018-1000222.patch
- security update:
  * CVE-2018-5711 [bsc#1076391]
    + gd-CVE-2018-5711.patch
- Version update to 2.2.5:
  [#]## Security
  - Double-free in gdImagePngPtr(). (CVE-2017-6362)
  - Buffer over-read into uninitialized memory. (CVE-2017-7890)
  [#]## Fixed
  - Fix #109: XBM reading fails with printed error
  - Fix #338: Fatal and normal libjpeg/ibpng errors not distinguishable
  - Fix #357: 2.2.4: Segfault in test suite
  - Fix #386: gdImageGrayScale() may produce colors
  - Fix #406: webpng -i removes the transparent color
  - Fix Coverity #155475: Failure to restore alphaBlendingFlag
  - Fix Coverity #155476: potential resource leak
  - Fix several build issues and test failures
  - Fix and reenable optimized support for reading 1 bps TIFFs
  [#]## Added
  - The native MSVC buildchain now supports libtiff and most executables
- removed patches (upstreamed):
  . gd-freetype.patch
  . gd-rounding.patch
- Don't fail gdimagegrayscale/basic on SLE15 (boo#1053825)
- Add patch gd-rounding.patch
- Set again the cflags so other archs do not fail testsuite
- Version update to 2.2.4:
  * gdImageCreate() doesn't check for oversized images and as such is prone
    to DoS vulnerabilities. (CVE-2016-9317) bsc#1022283
  * double-free in gdImageWebPtr() (CVE-2016-6912) bsc#1022284
  * potential unsigned underflow in gd_interpolation.c (CVE-2016-10166)
    bsc#1022263
  * DOS vulnerability in gdImageCreateFromGd2Ctx() (CVE-2016-10167)
    bsc#1022264
  * Signed Integer Overflow gd_io.c (CVE-2016-10168) bsc#1022265
- Remove patches merged/obsoleted by upstream:
  * gd-config.patch
  * gd-disable-freetype27-failed-tests.patch
  * gd-test-unintialized-var.patch
- Add patch gd-freetype.patch taking patch from upstream for
  freetype 2.7
- devel package also require libwebp-devel
- Support webp format, BuildRequires libwebp-devel
- Honour %optflags correctly.
- Update to version 2.2.3:
  + Security fixes:
  - Php bug#72339, Integer Overflow in _gd2GetHeader
    (CVE-2016-5766)
  - Issue gh/libgd/libgd#247: A read out-of-bands was found in
    the parsing of TGA files (CVE-2016-6132)
  - Issue gh/libgd/libgd#247: Buffer over-read issue when
    parsing crafted TGA file (CVE-2016-6214)
  - Issue gh/libgd/libgd#248: fix Out-Of-Bounds Read in
    read_image_tga
  - Integer overflow error within _gdContributionsAlloc()
    (CVE-2016-6207)
  - Fix php bug#72494, invalid color index not handled, can lead
    to crash (CVE-2016-6128)
  + Improve color check for CropThreshold
  + gdImageCopyResampled has been improved. Better handling of
    images with alpha channel, also brings libgd in sync with
    php's bundled gd.
- Drop patches:
  + gd-CVE-2016-5116.patch: upstreamed
  + gd-CVE-2016-6132.patch: upstreamed
  + gd-CVE-2016-6214.patch: upstreamed
  + gd-CVE-2016-6905.patch: upstreamed
  + gd-libvpx.patch: vpx support dropped.
- Add BuildRequires for automake and autoconf since
  gd-disable-freetype27-failed-tests.patch touches makefiles.
- Drop getver.pl from source: included in upstream tarball.
- Add "/-msse -mfpmath=sse"/ to CFLAGS to fix tests on ix86
  architectures.
- Add "/-ffp-contract=off"/ to CFLAGS for non-ix86 arch (ppc, arm)
  to fix a test: see gh#libgd/libgd#278.
- Add gd-test-unintialized-var.patch to fix an uninitialised
  variable in tests/gd2/gd2_read.c to prevent it from compiling
  with -Werror (only causes problems in no ix86 arch
  surprisingly); patch sent upstream.
- Rebase gd-disable-freetype27-failed-tests.patch for updated
  version.
- Update URL and Source to project's new github URL's.
- Add gd-disable-freetype27-failed-tests.patch: Disable for now
  tests failing against freetype >= 2.7 for being too exact
  (gh#libgd/libgd#302). The failures have been understood by
  upstream to be due to minor differences between test images and
  those generated when freeetype >= 2.7 is used to build gd.
- security update:
  * CVE-2016-6132 [bsc#987577]
    + gd-CVE-2016-6132.patch
  * CVE-2016-6214 [bsc#991436]
    + gd-CVE-2016-6214.patch
  * CVE-2016-6905 [bsc#995034]
    + gd-CVE-2016-6905.patch
- security update:
  * CVE-2016-5116 [bsc#982176]
    + gd-CVE-2016-5116.patch
- add missing config/getver.pl [bsc#965190]
- Added patch gd-libvpx.patch to enable build against libvpx >= 1.4,
  new VPX_ prefixed namespaces are available since libvpx = 0.9.1.
- Cleanup spec file with spec-cleaner
- No longer needed patches
  * gd-2.1.0-CVE-2014-2497.patch
  * gd-autoconf.patch
- Update to 2.1.1
  * changelog provided only as commit log (see Changelog)
  * fix for CVE-2014-2497
gdbm
- Update to version 1.12
  * New configuration variable COMPATINCLUDEDIR
- Small spec file cleanups
- Clenup spec file with spec-cleaner
- Update project and download url
- Add gpg signature
- Enable checks
- Add obsoletes to baselibs.conf.
- update to 1.11:
  * Improved dump format.
  * New function: gdbm_count.
  * New utilities: gdbm_dump and gdbm_load.
  * gdbmtool
- Specify exact version requirements for build
- buildrequire makeinfo
- license update: GPL-3.0+
  See the COPYING file
- update license to new format
- update baselibs.conf
- update to 1.10
  * fully internationalized. available in Finnish
    ,German, Japanese, Polish and Ukrainian
  * Support for close-on-exec flag in gdbm_open (see GDBM_CLOEXEC in the docs)
  * Improved testgdbm command system
  * Fixed Bug #150, should handle read(2) returning less data
  * Fixed Bug #151, uses uninitialized memory content
  * Fixed handling of NDBM databases in read-only mode
- add zh_CN translation
  * manually add. will submit to upstream.
- drop gdbm-1.8.3.diff (Patch0)
  * seems this one is useless.
- regenerate and change gdbm-1.8.3-no-build-date.patch (Patch4) to
  gdbm-no-build-date.patch
  * its an universal solution no matter the version.
- drop gdbm-protoize_dbm_headers.patch (Patch1)
  * upstream fixed.
- drop gdbm-prototype_static_functions.patch (Patch2)
  * upstream fixed.
- drop gdbm-fix_testprogs.patch (Patch3)
  * upstream code change. now useless.
- Fixed typos in gdbm.spec descriptions
- fix baselibs.conf
- Name library package according to shlib policy
- Update description, source text from GNU homepage
- Remove redundant tags/sections
- Replace /usr/%_lib by simpler %_libdir
- add libtool as buildrequire to make the spec file more reliable
- fixed wrong header of dbmclose() in our
  protoize_dbm_headers.patch [bnc#640700]
- DO not include a compile date in the resulting binaries
- use %_smp_mflags
- add baselibs.conf as a source
- Enable parallel building for gdbm package
gdk-pixbuf
- Add gdk-pixbuf-bsc1180393-CVE-2020-29385.patch:
  gif: Fix LZW decoder accepting invalid LZW code. (bsc#1180393)
- Add gdk-pixbuf-boo1174307-io-gif-overflow.patch: Avoid overflows
  by checking the memset length argument (boo#1174307).
- Raise dependency glib-2.0 version.
- A file tests/test-images/gif-test-suite/max-width.gif from the
  test suite is correctly identified by clamav to be a malicious
  BC.Gif.Exploit.Agent-1425366.Agent. This is an intentional part
  of the test suite to ensure it has no negative side effects.
  On SLE, the package is built with clamav scanning, which then
  prevents a successful build. This change repacks the source
  package to a password-protected zip to bypass the clamav scanning
  for SLE (bsc#1159337), with following update:
  + Download upstream tarball through source service
  + Add pre_checkin.sh to convert tarball to zip file
  + Update spec-file to use the zip file as main source
- No longer recommend -lang: supplements are in use
- Update to version 2.40.0:
  + Allow creating a GdkPixbuf instance without any property.
- Update to version 2.39.2:
  + Add gdk_pixbuf_init_modules() for applications with GdkPixbuf
    loader modules in a separate directory.
  + Add subproject fallback for dependencies.
  + Handle large XPM without crashing.
  + Use the appropriate gdk-pixbuf-query-loaders on install.
  + Disable deprecation warnings introduced by GLib 2.62.
  + Escape GIF version in error messages.
  + Render GIF frames on demand.
- Update to version 2.38.2:
  + build: Remove unnecessary argument.
  + gif: Suppress last deprecation warning.
  + tests:
  - Disable deprecation warnings for GTimeVal.
  - Add test for issue 95.
  - Add test image for invalid XPM data.
  + Disable deprecation warnings for GTimeVal.
  + Use the monotonic clock instead of wall one.
  + xpm:
  - Fail when XPM file doesn't contain enough data.
  - Simplify error path.
  - Sanity check XPM file dimensions.
- Move RPM macros to %_rpmmacrodir.
- Update to version 2.38.1:
  + Fix OOM in JPEG2000 loader.
  + Fix thumbnailing of animated GIFs.
  + Multiple improvements to the GIF loader.
  + Fix introspection generation.
  + Fix error handling in PNG loader.
  + Improve reproducibility of the build.
  + Speed up saving PNG files.
  + Add variables in the pkg-config files for binary utilities.
  + Build fixes.
- Update to version 2.38.0:
  + Stable release.
  + Documentation fixes.
- Update to version 2.37.92:
  + Ensure that GdkPixbuf's storage is safely handled.
  + Add test case for buffer overflow in pixdata loader.
- Pass all options to meson, ensure we build gdk-pixbuf with the
  features we want.
- Update to version 2.37.0:
  + Plug a memory leak when using GBytes (bgo#787626).
  + Fix introspection annotations (bgo#789935).
  + Fix OOB error when dithering (bgo#748211).
  + Drop the MMX assembly optimizations for pixops.
  + Improve compatibility for the post-install script (bgo#795705).
  + Expose the dimensions of the original image from
    GdkPixbufLoader (bgo#778517).
  + Improve thumbnailer implementation (bgo#778517).
  + Generate separate introspection data for GdkPixdata API
    (glgo#GNOME/gdk-pixbuf#72).
  + Deprecate GDK_INTERP_HYPER (glgo#GNOME/gdk-pixbuf#3).
- Pass installed_tests as false to meson to make sure we don't ship
  unnecessary tests.
- Add typelib-1_0-GdkPixdata GI subpackage and require it on the
  devel package, following upstream changes.
- Update to version 2.36.12:
  + gif, ico, jpeg, tiff, icns: various fixes (bgo#778584,
    bgo#779012, bgo#753605, bgo#779020, bgo#779016).
  + Implement async loading without threads.
  + Updated translations.
- Rename with_docs meson option to docs, following usptream change.
- Drop fixed upstream patches:
  gdk-pixbuf-bgo779012-ico-overflow.patch,
  gdk-pixbuf-gif-negative-array-indexes.patch,
  gdk-pixbuf-gif-uninitialized-variable.patch,
  gdk-pixbuf-tiff-overflow.patch and
  gdk-pixbuf-icns-handle-short-blocklen.patch.
- Unconditionally enable translation-update-upstream: on
  Tumbleweed, this results in a NOP and for Leap in SLE paid
  translations being used (boo#1086036).
- Modernize spec-file by calling spec-cleaner
- Add gdk-pixbuf-bgo779012-ico-overflow.patch: fix a potential
  integer overflow (boo#1027026 CVE-2017-6312).
- Add gdk-pixbuf-gif-negative-array-indexes.patch and
  gdk-pixbuf-gif-uninitialized-variable.patch: protect against
  access to negative array indexes (BGO#778584).
- Add gdk-pixbuf-tiff-overflow.patch: avoid overflow during size
  computation (bgo#779020).
- Add gdk-pixbuf-icns-handle-short-blocklen.patch: protect against
  short block length when reading icns (boo#1027024
  CVE-2017-6313).
- Update to version 2.36.11:
  + Build:
  - Fix tiff loader build (bgo#786342).
  - Prefer newer libpng (bgo#786035).
  + Use a free reference images for tests (bgo#787050).
  + gif: fail quickly if image dimensions are too big (bgo#785973).
  + xlib: Avoid an out-of-bounds error on bigendian (bgo#775896).
  + Updated translations.
- Drop u_contrib-gdk-pixbuf-xlib-Fix-rgb888amsb.patch: fixed
  upstream.
- Add gdk-pixbuf-rpmlintrc: filter gdk-pixbuf-devel.*: W:
  non-conffile-in-etc /etc/rpm/macros.gdk-pixbuf.
- Update to version 2.36.10:
  + build: meson build improvements.
  + build: win32 build fixes.
  + tests: show error before failing (bgo#786259).
  + Updated translations.
- Update summaries and RPM categories.
- Migrate to meosn build system:
  + Add meson BuildRequires: new dependency.
  + Add xsltproc, gdk-doc and docbook-xsl-stylesheets
    BuildRequires: new dependencies, as gtk-doc and man pages are
    no longer pre-built.
  + Replace configure, make, make_install calls for respective
    meson, meson_build and meson_install macros.
- Drop libjasper-devel BuildRequires: drop JPEG2000 support: it is
  not enabled per default by upstream.
- Update to version 2.36.9:
  + build: meson build improvements.
  + OS X: don't require shared-mime-info (bgo#786167).
  + gif: fix a coverity warning (bgo#785696).
  + build: make queryloaders output reproducible (bgo#783592).
  + Updated translations.
- Update to version 2.36.8:
  + jpeg: restore grayscale image support (bgo#785171).
  + bmp: Tighten image dimension checks (bgo#776694).
  + ico: Fixo icon quality sorting (bgo#785447).
  + Various other leak and overflow fixes (bgo#765094, bgo#783538,
    bgo#778204).
  + Add some assertion to help static analysis (bgo#778943).
  + Remove support for building on various obsolete platforms.
  + Updated translations.
- Update to version 2.36.7:
  + Add tests for recent bug fixes.
  + ico, bmp, tiff: avoid integer overflows (bgo#776040,
    bgo#776694, bgo#780269).
  + jpeg: error out if wrong # of channels (bgo#784866).
  + Misc.bugfixes (bgo#784583).
  + Support mimetypes: image/wmf, image/emf.
  + Updated translations.
- Drop gdk-pixbuf-cve-2017-2862-jpeg-channels.patch and
  gdk-pixbuf-cve-2017-2870-tiff-mul-overflow.patch: Fixed upstream.
- Add fixes for crashes, taken from upstream git (CVE-2017-2862,
  CVE-2017-2870, bgo#784866, bgo#780269):
  gdk-pixbuf-cve-2017-2862-jpeg-channels.patch
  gdk-pixbuf-cve-2017-2870-tiff-mul-overflow.patch
- Supplement libgdk_pixbuf-2_0-0 by the thumbnailers (boo#1037100).
- Update to version 2.36.6:
  + jpeg: Support the EXIF tag (bgo#143608).
  + ico: Make option parsing locale-independent (bgo#776990).
  + Fix build on Windows.
  + Updated translations.
- Update to version 2.36.5:
  + Fix mimetypes for thumbnailer (bgo#778451).
  + Handle fseek failure (bgo#776990).
  + Fix signed/unsigned handling (bgo#777374).
  + Fix an overflow check (bgo#777315).
  + Handle extreme scaling better (bgo#80925).
  + Updated translations.
- Update to version 2.36.4:
  + Add a fastpath for no-op scales.
  + Documentation improvements (bgo#442452).
  + Fix some coverity warnings (bgo#776945, bgo#768062).
  + Updated translations.
- Update to version 2.36.3:
  + gif, ico: Fix area-updated coordinates (bgo#581484).
  + tga: Improve error handling (bgo#575217).
  + jasper: Improve error handling (bgo#685543).
  + Test suite improvements (bgo#696331).
  + Minor documentation fixes (bgo#776457).
  + Updated translations.
- Update to version 2.36.2:
  + Fix a NULL pointer dereference (bgo#776026).
  + Fix a memory leak (bgo#776020).
  + Support bmp headers with bitmask (bgo#766890).
  + Add tests for scaling (bgo#80925).
  + Handle compressed pixdata in resources (bgo#776105).
  + Avoid a buffer overrun in the qtif loader (bgo#775648).
  + Fix a crash in the bmp loader (bgo#775242).
  + Fix crash opening pnm images with large dimensions
    (bgo#775232).
  + Prevent buffer overflow in the pixdata loader (bgo#775693).
  + Updated translations.
- Update to version 2.36.1:
  + Remove the pixdata loader (bgo#776004).
  + Fix integer overflows in the jpeg loader (bgo#775218).
  + Add an external thumbnailer for images.
  + Updated translations.
- Split the external thumbnailer into gdk-pixbuf-thumbnailer.
- Add u_contrib-gdk-pixbuf-xlib-Fix-rgb888amsb.patch:
  Fix RGBA conversion for big endian X11 environments.
  Fixes (boo#929462, bsc#1010497, bgo#775896).
- Update to version 2.36.0:
  + Updated translations.
- Update to version 2.35.5:
  + Fix undefined behavior in overflow checks (bgo#770986).
  + Fix a typo (bgo#770756).
  + Avoid segfault in some tests (bgo#771026).
  + Updated translations.
- Update to version 2.35.4:
  + Updated translations.
- Conditionally apply translations-update-upstream BuildRequires
  and macro for non-openSUSE only.
- Escape some macros in comments to silence rpmlint.
- Update to version 2.35.3:
  + Add API to determine supported save options (bgo#683371).
  + Add helper API for pixbuf options (bgo#768043).
  + Fix invalid gettext use (bgo#758552).
  + Fix a compiler warning in the xpm loader (bgo#768042).
  + Fix integer overflows in the bmp loader (bgo#768688,
    bgo#768738).
  + Fix a crash in the ico loader (bgo#769170).
  + Updated translations.
- Drop gdk-pixbuf-bgo768688-bmp-overflow.patch,
  gdk-pixbuf-bgo768484-ico-set-errors.patch,
  gdk-pixbuf-bgo769738-bmp-overflow.patch and
  gdk-pixbuf-bgo769170-ico-headers.patch: Fixed upstream.
- Update to version 2.35.2:
  + Use compiler directives for exporting symbols (bgo#767164).
  + Fix a problem with nearest scaling (bgo#766842).
  + Avoid redundant property notification.
  + Updated translations.
- Update to version 2.35.1:
  + Add non-varargs variant to save to stream (bgo#683063).
  + Add a common autotools module (bgo#765034).
  + Updated translations.
- Add fixes for some crashes, taken from upstream git (bsc#988745
  bsc#991450 CVE-2016-6352):
  gdk-pixbuf-bgo768688-bmp-overflow.patch
  gdk-pixbuf-bgo768484-ico-set-errors.patch
  gdk-pixbuf-bgo769738-bmp-overflow.patch
  gdk-pixbuf-bgo769170-ico-headers.patch
- Update to GNOME 3.20  Fate#318572
- Remove upstreamed patches: gdk-pixbuf-bgo758991.patch,
  0001-pixops-Don-t-overflow-variables-when-shifting-them.patch,
  gdk-pixbuf-bgo747605.patch, gdk-pixbuf-bgo752297.patch,
  0001-ico-Protect-against-overflow.patch,
  0001-pixops-use-gint64-in-more-places-to-avoid-overflow-w.patch,
  gdk-pixbuf-bsc960155-divide-by-zero.patch,
  gdk-pixbuf-bsc948790-tga-dos.patch and
  gdk-pixbuf-2-32-overflow-fixes.patch.
- Update to version 2.34.0:
  + Don't force no static builds on Win32 (bgo#760369).
  + Updated translations.
- Add gdk-pixbuf-bsc960155-divide-by-zero.patch -- fix a possible
  divide by zero (bsc#960155).
- Add gdk-pixbuf-2-32-overflow-fixes.patch,
  0001-ico-Protect-against-overflow.patch,
  gdk-pixbuf-bgo747605.patch, and gdk-pixbuf-bgo758991.patch:
  fix various overflows (bsc#958963 CVE-2015-7552).
- Update to version 2.33.2:
  + Fix two crashes in the bmp loader (bgo#747605, bgo#758991).
  + Updated translations.
- Update to version 2.33.1:
  + Improve various tests.
  + ico: integer overflow fixes.
  + tga: rewrite the loader, introducing a buffer queue
    abstraction.
  + gif: fix thumbnailing animations.
  + Updated translations.
- Update to version 2.32.3:
  + Fix two crashes in the bmp loader (bgo#747605, bgo#758991).
  + ico: integer overflow fixes.
  + Updated translations.
- Add
  0001-pixops-use-gint64-in-more-places-to-avoid-overflow-w.patch:
  Fix some more overflows scaling a gif (bsc#948791 CVE-2015-7673).
- Update to version 2.32.2:
  + Avoid some integer overflow possibilities in scaling code.
  + Updated translations.
- Add gdk-pixbuf-bsc948790-tga-dos.patch: fix an overflow and DoS
  with a TGA (bsc#948790 CVE-2015-7673).
- Add
  0001-pixops-Don-t-overflow-variables-when-shifting-them.patch: Fix
  overflow when scaling a gif (bsc#948791 CVE-2015-7674).
- Update to version 2.32.1:
  + Make relocations optional.
  + Fix a crash due to overflow when scaling.
  + Drop loaders for some rare image formats: wbmp, ras, pcx.
  + Prevent testsuite failures due to lack of memory.
  + Updated translations.
- Update to version 2.32.0:
  + Fix build issues (bgo#754154).
  + Fix animation loading (bgo#755269).
  + More overflow fixes in the scaling code (bgo#754387).
  + Fix a crash in the tga loader.
  + Updated translations.
- Add gdk-pixbuf-bgo752297.patch: Check for overflow before
  allocating memory when scaling (bsc#942801 CVE-2015-4491).
  Taken from upstream.
- Update to version 2.31.7:
  + Fix several integer overflows (bgo#753908, bgo#753569).
  + Fix build failure with --disable-modules (bgo#740912).
  + Port animations to GTask.
  + Updated translations.
- Update to version 2.31.6:
  + Really fix bgo#752297. This is CVE-2015-4491.
  + Updated translations.
- Update to version 2.31.5:
  + Add support for g_autoptr for all object types (bgo#750497).
  + Avoid a possible divide-by-zero in the pixbuf loader
    (bgo#750440).
  + Remove gettext .pot file hack (bgo#743574).
  + Be more careful about integer overflow (bgo#752297).
  + Updated translations.
- Drop README from docs as it is now empty.
- Add generic www.gnome.org URL to silence a few lint warnings.
- Update to version 2.31.4:
  + SVGZ icons in notification GNOME3 (bgo#648815).
  + gdk_pixbuf_apply_embedded_orientation is not working
    (bgo#725582).
  + Updated translations.
- Update to version 2.31.3:
  + API changes: Revert an annotation change that broke bindings.
  + Build fixes:
  - Clean up configure
  - Fix Visual Studio build
  - Define MAP_ANONYMOUS when needed
  - Include gi18n-lib.h where needed
  + Updated translations.
- Update to version 2.31.2:
  + API changes:
  - Deprecate GdkPixdata.
  - Add gdk_pixbuf_get_options() helper to list set options.
  - Annotations fixes for various functions.
  - Remove incorrect info about area-prepared signal.
  + Image format support changes:
  - Flag multi-page TIFF files.
  - Fix memory usage for GIF animations, add note about minimum
    frame length.
  - Return an error for truncated PNG files.
  - Add density (DPI) support for JPEG, PNG and TIFF.
  - Fix reading CMYK JPEG files generated by Photoshop.
  - Allow saving 1-bit mono TIFF files as used in faxes.
  - Simplify loader names.
  - Fix loading GIF files when the first write is short.
  - Add progressive loading to ICNS files.
  - Add support for 256x256 ICO files.
  - Fix reading MS AMCap2 BMP files.
  + Other:
  - Honour requested depth in Xlib.
  - Special-case compositing/copying with no scaling.
  - Add relocation support to OSX and Linux.
  - Prefer gdk-pixbuf's loaders to the GDI+ ones on Windows.
- fix bashism in post script
gettext-runtime
- Fix boo941629-unnessary-rpath-on-standard-path.patch (boo#941629)
- update to 0.20.2:
  * The programs 'gettext', 'ngettext', when invoked with option -e,
    now expand '/' and octal escape sequences, instead of
    swallowing them
  * xgettext now recognizes 'gettext' program invocations with the
    '-e' option, such as gettext -e 'somenstringn'
  * xgettext now assumes a Python source file is in UTF-8 encoding
    by default, as stated in PEP 3120
  * The value of the 'Icon' property is no longer extracted into
    the POT file by xgettext
- Don't disable openmp with qemu, the emulation works now
- Add libtextstyle0 to baselibs.conf: gettext-runtime-32bit has a
  dependency on it, so we also need the library built as -32bit.
- Add missing Requires: libtextstyle0 in corresponding devel package,
  drop gettext-runtime Requires.
- Skip creation of shared libtextstyle in -mini flavor.
- Statically link to libtextstyle in -mini flavor, fixes
  broken bootstrap of gettext.
- Add -lm to LDFLAGS (boo#1138806)
- Added xz to requires (boo#1141380)
- The previous update to 0.20.1 also fixes (boo#1113719)
- Remove autoreconf call (not required), and drop the no longer
  required libtool build dependency.
- Heed SLPP by placing libtextstyle.so.0 in the right package.
- Drop documentation from libtextstyle0, no one will read it there.
- Drop static library.
- Remove pointless ldconfig calls for libtextstyle-devel.
- Avoid pointless sh invocation of libtextstyle0 scriptlets.
- Avoid unnecessary |xargs rm.
- Remove redundant %clean section.
- Disable LTO (boo#1138806).
- Updatetd to 0.20.1
  + msgfmt now eliminates the POT-Creation-Date header field from .mo files.
  + update-po target in Makefile.in.in now uses msgmerge --previous.
  + msgmerge now has an option --for-msgfmt, that produces a PO file meant
    for use by msgfmt only.  This option saves processing time, in particular
    by omitting fuzzy matching that is not useful in this situation.
  + The .pot file in a 'po' directory is now erased by "/make maintainer-clean"/.
  + It is now possible to override xgettext options from the po/Makefile.in.in
    through options in XGETTEXT_OPTIONS (declared in po/Makevars).
  + The --intl option of the gettextize program (deprecated since 2010) is
    no longer available. Instead of including the intl sources in your package,
    we suggest making the libintl library an optional prerequisite of your
    package. This will simplify the build system of your package.
  + Accordingly, the Autoconf macro AM_GNU_GETTEXT_INTL_SUBDIR is gone as well.
  + C, C++:
  * xgettext now supports strings in u8"/..."/ syntax, as specified in C11
    and C++11.
  * xgettext now supports 'p'/'P' exponent markers in number tokens, as
    specified in C99 and C++17.
  + C++:
  * xgettext now supports single-quotes in number tokens, as specified in
    C++14.
  + Shell:
  * The programs 'gettext', 'ngettext' now support a --context argument.
  * gettext.sh contains new function eval_pgettext and eval_npgettext
    for producing translations of messages with context.
  + Perl:
  * Native support for context functions (pgettext, dpgettext, dcpgettext,
    npgettext, dnpgettext, dcnpgettext).
  * better detection of question mark and slash as operators (as opposed
    to regular expression delimiters).
  + Scheme:
  * xgettext now parses the syntax for specialized byte vectors (#u8(...),
    [#]vu8(...), etc.) correctly.
  + Pascal:
  * xgettext can now extract strings from .rsj files, produced by the
    Free Pascal compiler version 3.0.0 or newer.
  + Vala:
  * xgettext now parses escape sequences in strings more accurately.
  + JavaScript:
  * xgettext now parses template literals correctly.
- Rebased gettext-dont-test-gnulib.patch
- Removed gettext-needlessly_init_vars.patch (now in upstream)
- Rebased gettext-po-mode.diff
- Removed msgfmt-remove-pot-creation-date.patch (now in upstream)
- Removed msgfmt-reset-msg-length-after-remove.patch (now in upstream)
- Removed parts of reproducible.patch (now in upstream)
- reproducible.patch: generate timestamp in .pot files from SOURCE_DATE_EPOCH
  for reproducible builds
- Only Require(Pre/Post) info in the non-mini variant: as the -mini
  version is only used inside OBS, it is irrelevant if the info
  files are present and registered or not.
- Add reproducible.patch to override build date (boo#1047218)
- Add patch msgfmt-reset-msg-length-after-remove.patch
  which does reset the length of message string after a line
  has been removed (boo#1106843)
- Use %license instead of %doc [bsc#1082318]
- Fix %install_info_delete usage:
  * It has to be performed in %preun, not %postun.
  * This fixes warning messages upon package removal.
- Ignore Recommends: on non-SUSE distributions
- Explicitly remove %{_infodir}/dir before creating package to
  allow builds on RHEL and derived Linux distributions
- Ignore rpm-build's dependency on gettext-tools while building
  the -mini variant: before gettext-runtime-mini is built, there is
  no provider of this symbol in a bootstrap cycle.
- Explicitly call autoreconf, as we have patches touching the build
  system. Implicit calling automake/autoconf works only as long as
  the version on the system is the same as was used to bootstrap
  originally.
- Add msgfmt-remove-pot-creation-date.patch
  to enable reproducible builds of packages using gettext-runtime
  such as dfc, e2fsprogs and acl
- GNU gettext 0.19.8.1:
  * Fix unintentional soname bump
- GNU gettext 0.19.8:
  * msgfmt now produces little-endian .mo files by default.
  * xml: xgettext and msgfmt now look for .its files in directories
    supplied through the GETTEXTDATADIRS or XDG_DATA_DIRS
    environment variable.
  * JavaScript: xgettext and msgfmt now recognize numbered
    arguments in format strings.
- drop gettext-runtime-grep-2.24.patch, no longer required for 2.25
- GNU gettext 0.19.7:
  * can now load custom string extraction rules in XML
    Internationalization Tag Set (ITS) standard
  * the existing XML-based language scanners (Glade, GSettings, and
    AppData) rewritten using ITS
  * Add msgfmt --xml option to merge translations back to the
    original XML document.
- Add gettext-runtime-grep-2.24.patch: Fix test suite with
  grep 2.24 (https://savannah.gnu.org/bugs/index.php?47674).
- Recommend  bison-lang by gettext-tools, as it is used by them.
- GNU gettext 0.19.6:
  * Support AppData file format
  * New macro AM_GNU_GETTEXT_REQUIRE_VERSION
  * po/Makefile.in.in can now insert the file $(DOMAIN).pot-header
    to $(DOMAIN).pot, instead of the standard header comments.
  * Fix mishandling of gettext version numbers for minor releases, in
    po-mode.el and gettextize.
  * Fix build with --enable-relocatable.
- remove no longer required gettext-0.19.5.1-gettextize.diff
- add patch: boo941629-unnessary-rpath-on-standard-path.patch
  * config.rpath from gettext-tools will set rpath for ELF binaries
    not in /usr/lib, even if it's the standard path the linker
    would search anyway.
- Add gettext-0.19.5.1-gettextize.diff
  * workaround gettextize in gettext 0.19.5.1, see
    http://lists.gnu.org/archive/html/bug-gettext/2015-07/msg00027.html
- GNU gettext 0.19.5.1:
  * fix build on old platforms where stpcpy and stpncpy is missing
- GNU gettext 0.19.5:
  * xgettext: feature to perform syntax checks on msgid, via
  - -check option or "/xgettext: "/ commentgs
  * msgfilter, msgexec: new option --newline
  * The base Unicode standard is now updated to 8.0.0.
  * msginit is now capable of generating "/Plural-Forms:"/ from
    Unicode CLDR. Via  GETTEXTCLDRDIR environment variable.
  * Improved Programming languages support
  * drop gettext-check-allocated-size-for-static-segment.patch,
    is upstream
- Add gettext-check-allocated-size-for-static-segment.patch from upstream
  * Check if the embedded segment size is valid, before adding it to
    the string length. Please see
    http://lists.gnu.org/archive/html/bug-gettext/2015-03/msg00005.html
- GNU gettext 0.19.4:
  * The --keyword option of xgettext now accepts same argument
    number for both singular and plural forms.
  * Programming languages support:
  - C#: xgettext now properly handles Unicode characters encoded
    with surrogate pairs.
  - C/C++: xgettext now recognizes ISO/IEC 9899:2011 string
    literals prefixed by R, u8, u8R, u, uR, U, UR, L, or LR.
  - Shell: xgettext now properly recognizes Bash ANSI-C quoting
    ($'...').
  * Bug fixes:
  - Fix integer overflow when reading certain MO files with
    msgunfmt.
  - Avoid invalid memory access in various cases.  In particular,
    when the same argument number is specified for singular/
    plural arguments, and when checking Lisp and Scheme format
    strings.
- fix 'echo -e' in cvs.sh script that may be unsupported in some
  POSIX-complete shells
- add patches:
  * gettext-0.19.3-fix-bashisms.patch
- GNU gettext 0.19.3:
  * Fix xgettext mishandling of octal character escapes in C.
  * Fix autopoint infinite recursion with certain configure.ac.
  * The po/Makevars file has a new field MSGINIT_OPTIONS, that can
    be used to adjust msginit's operation.  This is particularly
    useful for controlling line wrapping behavior together with
    MSGMERGE_OPTIONS and XGETTEXT_OPTIONS.
glib2
- Add glib2-CVE-2021-27218.patch: g_byte_array_new_take takes a
  gsize as length but stores in a guint, this patch will refuse if
  the length is larger than guint. (bsc#1182328,
  glgo#GNOME/glib!1944)
- Add glib2-CVE-2021-27219-add-g_memdup2.patch: g_memdup takes a
  guint as parameter and sometimes leads into an integer overflow,
  so add a g_memdup2 function which uses gsize to replace it.
  (bsc#1182362, glgo#GNOME/glib!1927, glgo#GNOME/glib!1933,
  glgo#GNOME/glib!1943)
- Add patches to support for slim format of timezone (bsc#1178346):
  + glib2-add-support-for-slim-timezone-format.patch: basic support
    for slim format (glgo#GNOME/glib!1533).
  + glib2-fix-6-days-until-the-end-of-the-month.patch: fix DST
    incorrect end day when using slim format
    (glgo#GNOME/glib!1683).
- Update to version 2.62.6:
  + This is expected to be the final release in the 2.62.x stable
    series; maintenance effort will shift to the newer 2.64.x
    stable series now.
  + Fix SOCKS5 username/password authentication.
  + Exception handling fixes on Windows.
  + Bugs fixed: glgo#GNOME/GLib#1986, glgo#GNOME/GLib#1988,
    glgo#GNOME/GLib#2049, glgo#GNOME/GLib!1378,
    glgo#GNOME/GLib!1380, glgo#GNOME/GLib!1393,
    glgo#GNOME/GLib!1394, glgo#GNOME/GLib!1411.
  + Updated translations.
- Update to version 2.62.5:
  + Fix potential relative read when calling g_printerr(), which
    could lead to a denial of service from a setuid-root process
    being used to block access to the TTY for another user.
  + Fix SOCKS proxy resolver sometimes not being used when
    resolving addresses via Happy Eyeballs (CVE-2020-6750).
  + Several other Happy Eyeballs fixes for address resolution.
  + Fix parsing of full Julian day range from `$TZ` environment
    variable.
  + Several race condition/crash fixes.
  + Bugs fixed: glgo#GNOME/GLib#1919, glgo#GNOME/GLib#1995,
    glgo#GNOME/GLib#1999, glgo#GNOME/GLib!1323,
    glgo#GNOME/GLib!1331, glgo#GNOME/GLib!1352,
    glgo#GNOME/GLib!1361, glgo#GNOME/GLib!1365,
    glgo#GNOME/GLib!1370, glgo#GNOME/GLib!1371.
  + Updated translations.
- No longer recommend -lang: supplements are in use
- Update to version 2.62.4:
  + Apply recursion depth limits to variants in D-Bus messages.
  + Bugs fixed: glgo#GNOME/GLib#1938, glgo#GNOME/GLib!1240,
    glgo#GNOME/GLib!1257, glgo#GNOME/GLib!1266,
    glgo#GNOME/GLib!1276, glgo#GNOME/GLib!1290.
- Update to version 2.62.3:
  + Use `poll()` in `g_spawn_sync()` rather than `select()`, which
    is subject to FD limits.
  + Fix undefined behaviour with `g_utf8_find_prev_char()`.
  + Bugs fixed: glgo#GNOME/GLib#954, glgo#GNOME/GLib#1318,
    glgo#GNOME/GLib#1897, glgo#GNOME/GLib#1903,
    glgo#GNOME/GLib#1916, glgo#GNOME/GLib#1917,
    glgo#GNOME/GLib!1174, glgo#GNOME/GLib!1184,
    glgo#GNOME/GLib!1194, glgo#GNOME/GLib!1203,
    glgo#GNOME/GLib!1207, glgo#GNOME/GLib!1215,
    glgo#GNOME/GLib!1219, glgo#GNOME/GLib!1222,
    glgo#GNOME/GLib!1228.
- Re-enable systemtap, and require systemtap-headers and
  systemtap-dtrace, rather than systemtap-sdt-devel, to avoid build
  cycle (boo#1145438).
- Own /usr/share/systemtap{|tapset} directories, since we no
  longer have systemtap-sdt-devel in BuildRequires.
- Disable lto if systemtap is enabled: build fails otherwise.
- Update to version 2.62.2:
  + Bugs fixed:
  - glgo#GNOME/GLib#1896: Use after free when calling
    g_dbus_connection_flush_sync() in a dedicated thread.
  - glgo#GNOME/GLib!1154: Backport glgo#GNOME/GLib!1152
    “gwinhttpvfs: Handle g_get_prgname() returning NULL” to
    glib-2-62.
  - glgo#GNOME/GLib!1156: Backport glgo#GNOME/GLib!1146 Solaris
    fixes to glib-2-62.
- Update to version 2.62.1:
  + Fix regression in g_file_copy() when passing
    `G_FILE_COPY_TARGET_DEFAULT_PERMS` flag; the destination
    permissions would be private rather than following the process’
    umask.
  + Several `GDateTime` parsing fixes.
  + Always build the tests if installed-tests are enabled, so that
    the tests can actually be installed.
  + Bugs fixed: glgo#GNOME/GLib#174, glgo#GNOME/GLib#1865,
    glgo#GNOME/GLib#1875, glgo#GNOME/GLib#1887,
    glgo#GNOME/GLib#1888, glgo#GNOME/GLib!1021,
    glgo#GNOME/GLib!1094, glgo#GNOME/GLib!1101,
    glgo#GNOME/GLib!1102, glgo#GNOME/GLib!1103,
    glgo#GNOME/GLib!1127, glgo#GNOME/GLib!1128,
    glgo#GNOME/GLib!1140, glgo#GNOME/GLib!1141,
    glgo#GNOME/GLib!1142.
  + Updated translations.
- Update to version 2.62.0:
  + Fix new `GFileInfo` APIs to work when
    `G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC` was not queried.
  + Bugs fixed: glgo#GNOME/GLib#487, glgo#GNOME/GLib!1084,
    glgo#GNOME/GLib!1086,glgo#GNOME/GLib!1087.
- Update to version 2.61.3:
  + Support setting thread name on BSD systems.
  + Install previously-uninstalled headers for public
    `GNativeSocketAddress` object.
  + Very initial support for Windows apps (UWP).
  + Add various new valgrind suppressions to `glib.supp`.
  + Bugs fixed: glgo#GNOME/GLib!83, glgo#GNOME/GLib!512,
    glgo#GNOME/GLib!873, glgo#GNOME/GLib!905, glgo#GNOME/GLib!1057,
    glgo#GNOME/GLib!1309, glgo#GNOME/GLib!1620,
    glgo#GNOME/GLib!1761, glgo#GNOME/GLib!1803,
    glgo#GNOME/GLib!1819, glgo#GNOME/GLib!1852,
    glgo#GNOME/GLib!1854, glgo#GNOME/GLib!1860,
    glgo#GNOME/GLib!1863, glgo#GNOME/GLib!1867,
    glgo#GNOME/GLib!1870, glgo#GNOME/GLib!1879,
    glgo#GNOME/GLib!1880, glgo#GNOME/GLib!1881,
    glgo#GNOME/GLib!1002, glgo#GNOME/GLib!1011,
    glgo#GNOME/GLib!1015, glgo#GNOME/GLib!1016,
    glgo#GNOME/GLib!1017, glgo#GNOME/GLib!1023,
    glgo#GNOME/GLib!1026, glgo#GNOME/GLib!1027,
    glgo#GNOME/GLib!1031, glgo#GNOME/GLib!1032,
    glgo#GNOME/GLib!1033, glgo#GNOME/GLib!1034,
    glgo#GNOME/GLib!1036, glgo#GNOME/GLib!1037,
    glgo#GNOME/GLib!1044, glgo#GNOME/GLib!1049,
    glgo#GNOME/GLib!1050, glgo#GNOME/GLib!1054,
    glgo#GNOME/GLib!1057, glgo#GNOME/GLib!1059,
    glgo#GNOME/GLib!1066, glgo#GNOME/GLib!1068,
    glgo#GNOME/GLib!1071, glgo#GNOME/GLib!1074,
    glgo#GNOME/GLib!1075.
- Update to version 2.61.2:
  + Add various new array functions (#236, #269, #373).
  + Rework how D-Bus connections are closed/unreffed when
    `g_test_dbus_down()` is called. Tests which leak a
    `GDBusConnection` may now time out and abort, rather than
    silently leaking. (#787)
  + Add a deprecation macro for GLib macros, and use it;
    third-party uses of long-deprecated GLib macros may now start
    causing warnings. (#1060).
  + Deprecate `GTime` and `GTimeVal`, and various functions which
    use them. Use `GDateTime` and `guint64` UNIX timestamps
    instead.
  + Stop using `G_DISABLE_DEPRECATED` to allow disabling
    deprecation warnings; third-party code should now be using
    `GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol
    usage.
  + Improve `GNetworkMonitor` detection of offline states (#1788).
  + Fix CVE-2019-12450, wide permissions of files when copying
    using GIO.
- Changes from version 2.61.1:
  + Upgrade to Unicode Character Database v12.1.
  + Improve network availability detection with NetworkManager to
    treat lower levels of connectivity as having reduced
    availability.
- Changes from version 2.61.0:
  + Add coloured output support to `gdbus introspect.
  + Updated translations.
- Update to version 2.60.7:
  + Bugs fixed: glgo#GNOME/GLib#1819, glgo#GNOME/GLib#1847,
    glgo#GNOME/GLib!1012, glgo#GNOME/GLib!1013,
    glgo#GNOME/GLib!1061, glgo#GNOME/GLib!1065,
    glgo#GNOME/GLib!1081.
- Update to version 2.60.6:
  + Fix various bugs with use of the `GKeyfileSettingsBackend`
    within flatpaks (glgo#GNOME/GLib!984, glgo#GNOME/GLib!985,
    glgo#GNOME/GLib#1825).
  + Bugs fixed: glgo#GNOME/GLib!993, glgo#GNOME/GLib!984,
    glgo#GNOME/GLib!985.
- Drop glib2-keyfile-handle-filename-being-null.patch: Fixed
  upstream.
- Add glib2-keyfile-handle-filename-being-null.patch: key file:
  Handle filename being NULL (glgo#GNOME/GLib!1825,
  glgo#GNOME/GLib#984).
- Update to version 2.60.5:
  + Fix implicit use of the `GKeyfileSettingsBackend`.
  + Fix opening a URI using the ‘Open URI’ portal.
  + Bugs fixed: glgo#GNOME/GLib!910, glgo#GNOME/GLib!949,
    glgo#GNOME/GLib!956, glgo#GNOME/GLib!958, glgo#GNOME/GLib!969,
    glgo#GNOME/GLib!977.
- Update to version 2.60.4:
  + Fixes to improved network status detection with NetworkManager.
  + Leak fixes to some `glib-genmarshal` generated code.
  + Further fixes to the Happy Eyeballs (RFC 8305) implementation.
  + File system permissions fix to clamp down permissions in a
    small time window when copying files (CVE-2019-12450).
  + Bugs fixed: glgo#GNOME/GLib#1755, glgo#GNOME/GLib#1788,
    glgo#GNOME/GLib#1792, glgo#GNOME/GLib#1793,
    glgo#GNOME/GLib#1795, glgo#GNOME/GLib!865, glgo#GNOME/GLib!878.
- Set umask to 022 before running glib-compile-schemas
  (boo#1131761).
- Update to version 2.60.3:
  + * Various fixes to small key/value support in `GHashTable`.
  * Bugs fixed:
  - Critical in g_socket_client_async_connect_complete.
  - New GHashTable implementation confuses valgrind.
  - test_month_names: assertion failed.
  - GNetworkAddressAddressEnumerator unsafely modifies cache in
    GNetworkAddress.
  - Leaks in gsocketclient.c connection code.
  - glib/date test fails.
  - GDB pretty-printer for GHashTable no longer works
  + Updated translations.
- Move glib2.macros to %_rpmmacrodir. /etc is for the system admin.
- Update to version 2.60.2:
  + Fix crash when displaying notifications on macOS.
  + Improve network status detection with NetworkManager.
  + Bugs fixed: glgo#GNOME/GLib!790, glgo#GNOME/GLib!793,
    glgo#GNOME/GLib!803.
  + Updated translations.
- Use FAT LTO objects in order to provide proper static library (boo#1133129).
- Update to version 2.60.1:
  + Fix documentation for `gdbus-tool wait` to use correct units.
  + Bugs fixed: glgo#GNOME/GLib#1709, glgo#GNOME/GLib#1725,
    glgo#GNOME/GLib#1737, glgo#GNOME/GLib!711, glgo#GNOME/GLib!722,
    glgo#GNOME/GLib!727, glgo#GNOME/GLib!729, glgo#GNOME/GLib!758,
    glgo#GNOME/GLib!775.
  + Updated translations.
- Drop upstream fixed patch:
  0001-Handle-an-UNKNOWN-NetworkManager-connectivity-as-NONE.patch.
- Add patch submitted upstream to handle an UNKNOWN NM connectivity
  the same as a NONE value. This partly fixes boo#1103678
  (packagekit reports the network as available on a computer
  without network connectivity which makes plasma-pk-update start
  an update check which obviously fails).
  * 0001-Handle-an-UNKNOWN-NetworkManager-connectivity-as-NONE.patch
- Update to version 2.60.0:
  + Further fixes to the Happy Eyeballs (RFC 8305) implementation.
  + Add support for the XDG trash portal.
  + Bugs fixed: glgo#GNOME/GLib#1653, glgo#GNOME/GLib#1658,
    glgo#GNOME/GLib#1668, glgo#GNOME/GLib#1675,
    glgo#GNOME/GLib#1676, glgo#GNOME/GLib#1679,
    glgo#GNOME/GLib#1693, glgo#GNOME/GLib#1697,
    glgo#GNOME/GLib#1698, glgo#GNOME/GLib!276, glgo#GNOME/GLib!639,
    glgo#GNOME/GLib!666, glgo#GNOME/GLib!674, glgo#GNOME/GLib!676,
    glgo#GNOME/GLib!677, glgo#GNOME/GLib!686, glgo#GNOME/GLib!688,
    glgo#GNOME/GLib!689, glgo#GNOME/GLib!691, glgo#GNOME/GLib!692,
    glgo#GNOME/GLib!696, glgo#GNOME/GLib!698, glgo#GNOME/GLib!699,
    glgo#GNOME/GLib!702, glgo#GNOME/GLib!703.
  + Updated translations.
- Update to version 2.59.2:
  + Fix check on GDBusMessage size when reading it.
  + Add async GIO API: g_file_query_default_handler_async(),
    g_app_info_launch_uris_async().
  + Fix some bugs in the Happy Eyeballs implementation.
  + Install a new generated header with enum types for Unicode
    enums.
  + Support the XDG trash portal.
  + Bugs fixed: glgo#GNOME/GLib#1224, glgo#GNOME/GLib#1249,
    glgo#GNOME/GLib#1347, glgo#GNOME/GLib#1376,
    glgo#GNOME/GLib#1642, glgo#GNOME/GLib#1646,
    glgo#GNOME/GLib#1649, glgo#GNOME/GLib#1673,
    glgo#GNOME/GLib!276, glgo#GNOME/GLib!481, glgo#GNOME/GLib!585,
    glgo#GNOME/GLib!593, glgo#GNOME/GLib!609, glgo#GNOME/GLib!619,
    glgo#GNOME/GLib!622, glgo#GNOME/GLib!626, glgo#GNOME/GLib!627,
    glgo#GNOME/GLib!629, glgo#GNOME/GLib!630.
  + Updated translations.
- BuildIgnore glib2-devel: since we have to require gtk-doc in
  order to produce the doc, we gained an implicit dependency on
  ourselves. The gtk-doc dependency is correct, but glib happens
  to be buildable without this dependency too.
- Rework the check section to be in an own if/endif block so that
  spec-cleaner is not getting confused by it.
- Conditionalize enabling of systemtap, default disabled: it
  creates a build loop.
- Update to version 2.59.1:
  + Autotools support is gone.
  + g_format_size() now uses a no-break space to separate digits
    and units; translations will need to be updated accordingly.
  + New g_queue_clear_full() API.
  + Fix argument quoting on win32 when spawning subprocesses.
  + Allow polling more than 64 handles on win32 using g_poll().
  + Tag various tests as ‘flaky’. These are no longer run routinely
    on our upstream CI machines, and downstream packagers may want
    to not run them (or not treat those test failures as package
    build failures) on their test machines either. They are in the
    `flaky` test suite.
  + Add overlay support to g_resources_get_info().
  + Support defaults and locks in the keyfile GSettings backend.
    This will be used for flatpaks.
  + Accept unquoted strings in the keyfile GSettings backend to
    simplify things for sysadmins.
  + Update our contribution guidelines (`CONTRIBUTING.md`).
  + Add writev() and writev_all() APIs to GOutputStream and
    GPollableOutputStream, and provide implementations of them for
    many subclasses.
  + Many more bugs fixed, see package NEWS file for full list.
  + Updated translations.
- Remove conditionals for meson build, use meson unconditionally
  following upstreams removal of autotools.
- Add new glib2-tests subpackage.
- Update to version 2.59.0:
  + This will be the last development release with autotools
    support. As our Meson support has been around since 2.56.x, and
    was used to release tarballs in 2.58.x, the next development
    release (2.59.1) will drop autotools as used to build GLib. The
    macros installed for other packages to use will remain.
  + Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_*_HOME` to a
    temporary directory for each unit test.
  + Support `Property.EmitsChangedSignal` annotations in
    `gdbus-codegen`.
  + Add `g_assert_cmpvariant()` API for unit tests.
  + Hide bind mounts from GIO mount listings.
  + Automatically realign data passed to
    `g_variant_new_from_bytes()` or `g_variant_new_from_data()` if
    it is not correctly aligned. This prevents misaligned accesses
    on architectures which don’t support them. Callers should still
    aim to correctly align data to get higher performance.
  + Support `ld -b binary` (on platforms which support it; i.e.
    Linux) to provide large pre-compiled `GResource` resources with
    a fast compilation time.
  + Unconditionally install GLib m4 macros, so that projects which
    depend on GLib and which still build using autotools can
    continue to build even once GLib has ported entirely to Meson.
  + Various fixes to the Meson build.
  + Drop Python 2 support and require Python 3.4+. See discussion
    on https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html.
  + `GHashTable` performance and memory improvements for common
    cases. See
    https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/.
  + Add flags that allow a `GApplication` to signal and replace a
    currently running other instance of the same `GApplication`.
    This will be used for app upgrades with flatpak.
  + Autostart xdg-desktop-portal when using the network monitor and
    proxy monitor portal backends.
  + Add a g_task_set_name() API to allow `GTask`s to be described;
    useful for debugging.
  + Enable FreeBSD CI on every commit for upstream GLib.
  + Various GVariant, GMarkup and GDBus fuzzing fixes, including
    buffer overflow fixes.
  + Various fixes to eliminate thread races, found by thread
    sanitizer (tsan).
  + Deprecate TLS/DTLS rehandshaking, as it has been removed from
    the protocol in TLS 1.3.
  + Support reading arguments from a file with `glib-mkenums`,
    which is useful for long argument lists due to having deeply
    nested build directories, on systems with a low limit on the
    command line length.
  + Make `g_environ_*()` case-insensitive on Windows, as the
    environment itself is case-insensitive on Windows.
  + Add Application Layer Protocol Negotiation (ALPN) support to
    `GTlsConnection` and `GDtlsConnection`, so that higher layer
    protocols can be negotiated when setting up a TLS connection,
    without additional round trips and latency. This is needed for
    eventual HTTP/2 support.
  + Add support for TPM keys in PEM files when loading TLS
    certificates.
  + Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`.
  + Many more bugs fixed, see package NEWS file for full list.
  + Updated translations.
- Update to version 2.58.3:
  + Fix GVariant tests on i686.
  + Fix crashes caused by filtering of mounts.
  + Bugs fixed: glgo#gnome/GLib#1626, glgo#gnome/GLib#1637,
    glgo#gnome/GLib#1645, glgo#gnome/GLib!558, glgo#gnome/GLib!577,
    glgo#gnome/GLib!578.
- Update to version 2.58.2:
  + Fix calling gdbus-codegen with --interface-info-{header,body}.
  + Fix parsing month names in certain locales with
    g_date_set_parse().
  + Fix ^*ay handling in g_variant_iter_loop().
  + Various buffer overflow fixes in GMarkup/GVariant/GDBus.
  + A huge number of fixes to the Meson build.
  + Prevent bind mounts being advertised as mounts.
  + Fix cross-compilation of 2.58.x releases with autotools.
  + Bugs fixed: glgo#gnome/GLib!527, glgo#gnome/GLib#1605,
    glgo#gnome/GLib#1271, glgo#gnome/GLib#1546,
    glgo#gnome/GLib#1527, glgo#gnome/GLib!406, glgo#gnome/GLib!334,
    glgo#gnome/GLib#1528, glgo#gnome/GLib#1539,
    glgo#gnome/GLib#1536, glgo#gnome/GLib#1544,
    glgo#gnome/GLib#1562, glgo#gnome/GLib!367, glgo#gnome/GLib!416,
    glgo#gnome/GLib#1572, glgo#gnome/GLib#1522,
    glgo#gnome/GLib#1576, glgo#gnome/GLib!407,
    glgo#gnome/GLib#1582, glgo#gnome/GLib!428,
    glgo#gnome/GLib#1588, glgo#gnome/GLib!462,
    glgo#gnome/GLib!238, glgo#gnome/GLib!312, glgo#gnome/GLib#1520,
    glgo#gnome/GLib!403, glgo#gnome/GLib#1543,
    glgo#gnome/GLib!414, glgo#gnome/GLib!409, glgo#gnome/GLib!400,
    glgo#gnome/GLib!430, glgo#gnome/GLib!437, glgo#gnome/GLib#1337,
    glgo#gnome/GLib!542, glgo#gnome/GLib#1343, glgo#gnome/GLib!471,
    glgo#gnome/GLib!544, glgo#gnome/GLib#945, glgo#gnome/GLib#1014,
    glgo#gnome/GLib#656, glgo#gnome/GLib#1313, glgo#gnome/GLib!346.
  + Updated translations.
- Drop upstream fixed patches:
  + 0001-gvariant-Fix-checking-arithmetic-for-tuple-element-e.patch
  + 0002-gvarianttype-Impose-a-recursion-limit-of-64-on-varia.patch
  + 0003-gvariant-Check-array-offsets-against-serialised-data.patch
  + 0004-gvariant-Check-tuple-offsets-against-serialised-data.patch
  + 0005-gvariant-Limit-GVariant-strings-to-G_MAXSSIZE.patch
  + 0006-gdbusmessage-Validate-type-of-message-header-signatu.patch
  + 0007-gdbusmessage-Improve-documentation-for-g_dbus_messag.patch
  + 0008-gdbusmessage-Clarify-error-returns-for-g_dbus_messag.patch
  + 0009-gdbusmessage-Fix-a-typo-in-a-documentation-comment.patch
  + 0008-gdbusmessage-Clarify-error-returns-for-g_dbus_messag.patch
  + 0009-gdbusmessage-Fix-a-typo-in-a-documentation-comment.patch
  + 0010-gdbusmessage-Check-for-valid-GVariantType-when-parsi.patch
  + 0011-gvariant-Clarify-internal-documentation-about-GVaria.patch
  + 0012-tests-Tidy-up-GError-handling-in-gdbus-serialization.patch
  + 0013-tests-Use-g_assert_null-in-gdbus-serialization-test.patch
  + 0014-gutf8-Add-a-g_utf8_validate_len-function.patch
  + 0015-glib-Port-various-callers-to-use-g_utf8_validate_len.patch
- Add patchset to fix gvariant parsing issues. (bsc#1111499).
  0001-gvariant-Fix-checking-arithmetic-for-tuple-element-e.patch
  0002-gvarianttype-Impose-a-recursion-limit-of-64-on-varia.patch
  0003-gvariant-Check-array-offsets-against-serialised-data.patch
  0004-gvariant-Check-tuple-offsets-against-serialised-data.patch
  0005-gvariant-Limit-GVariant-strings-to-G_MAXSSIZE.patch
  0006-gdbusmessage-Validate-type-of-message-header-signatu.patch
  0007-gdbusmessage-Improve-documentation-for-g_dbus_messag.patch
  0008-gdbusmessage-Clarify-error-returns-for-g_dbus_messag.patch
  0009-gdbusmessage-Fix-a-typo-in-a-documentation-comment.patch
  0010-gdbusmessage-Check-for-valid-GVariantType-when-parsi.patch
  0011-gvariant-Clarify-internal-documentation-about-GVaria.patch
  0012-tests-Tidy-up-GError-handling-in-gdbus-serialization.patch
  0013-tests-Use-g_assert_null-in-gdbus-serialization-test.patch
  0014-gutf8-Add-a-g_utf8_validate_len-function.patch
  0015-glib-Port-various-callers-to-use-g_utf8_validate_len.patch
- Update to version 2.58.1:
  + Fix to a regression in listing GIcon fallbacks.
  + Changes to pkg-config paths to helper programs when building
    with autotools: paths are now absolute with reference to the
    .pc file’s ${prefix}.
  + Fix installation path of glib-gettextize helper on Meson.
  + Fix autostarting xdg-desktop-portal.
  + Various fixes to the network monitor.
  + Various compilation fixes on macOS (generally older versions
    and older compilers).
  + Bugs fixed: glgo#GNOME/glib!318, glgo#GNOME/glib#1513,
    glgo#GNOME/glib#1521, glgo#GNOME/glib!321,
    glgo#GNOME/glib#1518, glgo#GNOME/glib#1509,
    glgo#GNOME/glib!288, glgo#GNOME/glib!298, glgo#GNOME/glib!295,
    glgo#GNOME/glib!294, glgo#GNOME/glib!290, glgo#GNOME/glib#1488,
    glgo#GNOME/glib#1506.
  + Updated translations.
- Update to version 2.58.0:
  + Fix cancellation of g_subprocess_communicate_async() calls
    (glgo#GNOME/glib!266.
  + Expose GSettings schema directory in gio-2.0.pc as `schemasdir`
    (glgo#GNOME/glib!274).
  + Support v3 of the xdg-desktop-portal network monitor API
    (glgo#GNOME/glib!265,  glgo#GNOME/glib!279).
  + Bugs fixed: glgo#GNOME/glib!266, glgo#GNOME/glib!279,
    glgo#GNOME/glib!265, glgo#GNOME/glib!274, glgo#GNOME/glib!239.
  + Updated translations.
- Set URL tag to https://wiki.gnome.org/Projects/GLib: Glib's wiki
  page.
- Conditionalize meson use while disabling it: use of Meson is
  still not recommended by upstream, plus openQA is having failures
  where Glib seems to be the one to blame.
- Update to 2.57.3:
  + No visible changes for the user.
- Add:
  + meson BuildRequires and replace configure/make/make_install
    with meson/meson_build/meson_install macros to follow upstream
    build system port to Meson.
  + gtk-doc and m4 BuildRequires while dropping gtk-doc.m4: now
    there is no pre-built API documentation so gtk-doc and m4
    packages are build requirements now.
- Drop automake and libtool BuildRequires and autoreconf call: they
  are no longer needed after switching to Meson build system.
- BuildIgnore shared-mime-info: we don't need this while building
  glib2.
- Update to version 2.57.2:
  + Require pcre 8.31 and meson 0.47.0.
  + Bugs fixed: bgo#742456, bgo#795569, bgo#796341,
    glgo#GNOME/glib#786, glgo#GNOME/glib#903, glgo#GNOME/glib#927,
    glgo#GNOME/glib#976, glgo#GNOME/glib#1013,
    glgo#GNOME/glib#1175, glgo#GNOME/glib#1360,
    glgo#GNOME/glib#1447, glgo#GNOME/glib#1407,
    glgo#GNOME/glib#1455, glgo#GNOME/glib#1459.
  + Security fixes:
  - Fix NULL pointer dereference in
    g_markup_parse_context_end_parse() (boo#1107121
    glgo#GNOME/glib#1364 glgo#GNOME/glib#1461 CVE-2018-16428)
  - Fix out-of-bounds read in g_markup_parse_context_parse()
    (boo##1107116 glgo#GNOME/glib#1361 glgo#GNOME/glib#1462
    CVE-2018-16429)
  + Updated translations.
- Drop glib2-gsettings-overrides-per-session.patch: fixed upstream.
- Update to version 2.57.1:
  + New API: g_hash_table_steal_extended and G_GNUC_NO_INLINE.
  + Bugs fixed: bgo#668132, bgo#736741, bgo#748620, bgo#784995,
    bgo#788771, bgo#788773, bgo#789968, bgo#794325, bgo#795152,
    bgo#795165, bgo#795180, bgo#795302, bgo#795376, bgo#795544,
    bgo#795735, bgo#795802, bgo#795960, bgo#796138, bgo#796139,
    bgo#796164, bgo#796186, bgo#796328.
  + Updated translations.
- Drop:
  + Posttrans section, and sed and coreutils PreReq aimed at
    pristine openSUSE releases <= 10.3.
  + Conditionalized python BuildRequires aimed at pristine openSUSE
    releases <= 1130.
- Enable building of systemtap tracing support to improve Glib
  problems diagnosability (bsc#1090047).
- Update to version 2.56.2:
  + Support version 2 of the NetworkMonitor portal interface.
  + Bugs fixed: bgo#740791, bgo#755721, bgo#773435, bgo#793727,
    bgo#794380, bgo#794801, bgo#795138, bgo#795234, bgo#795406,
    bgo#795429, bgo#795711, bgo#795735, bgo#795802,
    glgo#GNOME/glib2#1240, glgo#GNOME/glib2#1401,
    glgo#GNOME/glib2#1452, glgo#GNOME/glib2#1458.
  + Updated translations.
- Drop glib2-codegen-headers.patch: Fixed upstream.
- Refresh patches with quilt.
- Add glib2-codegen-headers.patch: gdbus-codegen: Fix header
  include in the body file (bgo#795802).
- Update to version 2.56.1:
  + Bugs fixed: bgo#793400, bgo#793578, bgo#793645, bgo#794194,
    bgo#794473, bgo#794506, bgo#794528, bgo#794606, bgo#794686.
  + Updated translations.
- Refresh following patches with quilt:
  + glib2-bgo569829-gettext-gkeyfile.patch.
  + glib2-dbus-socket-path.patch.
  + glib2-fate300461-gettext-gkeyfile-suse.patch.
  + glib2-gsettings-overrides-per-session.patch.
- Unconditionally enable translation-update-upstream: on
  Tumbleweed, this results in a NOP and for Leap in SLE paid
  translations being used (boo#1086036).
- Update to version 2.56.0:
  + Bugs fixed: bgo#672777, bgo#732184, bgo#733338, bgo#742124,
    bgo#749206, bgo#768507, bgo#791457, bgo#793272, bgo#793300,
    bgo#793399, bgo#793555, bgo#793565, bgo#793578, bgo#793597,
    bgo#793635, bgo#793880, bgo#794180.
  + Updated translations.
- Modernize spec-file by calling spec-cleaner
- Update to version 2.55.2:
  + GFile now has API to get the path without copying.
  + A network monitor implementation for Windows has been added.
  + Bugs fixed: bgo#520116, bgo#584284, bgo#605700, bgo#658713,
    bgo#685442, bgo#723003, bgo#749583, bgo#757284, bgo#760324,
    bgo#761102, bgo#767976, bgo#770335, bgo#772989, bgo#790698,
    bgo#791015, bgo#791622, bgo#792050, bgo#792217, bgo#792338,
    bgo#792351, bgo#792364, bgo#792370, bgo#792410, bgo#792432,
    bgo#792455, bgo#792499, bgo#792516, bgo#792777, bgo#792780,
    bgo#792856, bgo#792862, bgo#792903, bgo#793006, bgo#793026,
    bgo#793074.
  + Updated translations.
- Update to version 2.55.1:
  + Build:
  - The --enable-rebuilds configure option has been removed.
  - The --with-charsetalias-dir configure option has been added.
  + GList and GSList now have autoptr support.
  + The gsettings list-schemas command has gained a --print-paths
    option.
  + Bugs fixed: bgo#346816, bgo#508976, bgo#562334, bgo#662802,
    bgo#684282, bgo#692034, bgo#694723, bgo#697715, bgo#701156,
    bgo#720380, bgo#724383, bgo#724412, bgo#724794, bgo#732003,
    bgo#734479, bgo#737677, bgo#741167, bgo#748534, bgo#749527,
    bgo#749652, bgo#754634, bgo#756011, bgo#761102, bgo#773980,
    bgo#776147, bgo#776195, bgo#777075, bgo#779413, bgo#780309,
    bgo#780893, bgo#782057, bgo#784995, bgo#786796, bgo#788806,
    bgo#788936, bgo#790416, bgo#790588, bgo#790697, bgo#790785,
    bgo#790829, bgo#790830, bgo#790837, bgo#790839, bgo#790877,
    bgo#790894, bgo#790896, bgo#790914, bgo#790934, bgo#790948,
    bgo#791036, bgo#791128, bgo#791221, bgo#791235, bgo#791267,
    bgo#791296, bgo#791318, bgo#791325, bgo#791334, bgo#791337,
    bgo#791342, bgo#791460, bgo#791532, bgo#791622, bgo#791720,
    bgo#791744, bgo#791745, bgo#791906, bgo#792064, bgo#792098,
    bgo#792099, bgo#792129, bgo#792322, bgo#792324.
  + Updated translations.
- Rebase glib2-gdbus-codegen-version.patch.
- Drop glib2-gtester-report-py3.patch: fixed upstream.
- Drop glib2-gmain-partial-revert.patch: fixed upstream.
- Update to version 2.55.0:
  + New API:
  - g_clear_handle_id, to simplify removing sources from the
    default mainloop.
  - g_file_load_bytes, to make it more convenient to load files
    into GBytes.
  + Bugs fixed: bgo#330458, bgo#483341, bgo#569375, bgo#573251,
    bgo#629347, bgo#630983, bgo#632953, bgo#636210, bgo#656502,
    bgo#661442, bgo#668035, bgo#670139, bgo#677233, bgo#679347,
    bgo#679467, bgo#689323, bgo#691436, bgo#695681, bgo#705331,
    bgo#706667, bgo#711809, bgo#722256, bgo#723655, bgo#723743,
    bgo#725014, bgo#727346, bgo#730296, bgo#731625, bgo#731705,
    bgo#737278, bgo#738176, bgo#740223, bgo#740791, bgo#740826,
    bgo#742548, bgo#742997, bgo#745723, bgo#749371, bgo#751738,
    bgo#752239, bgo#752240, bgo#753459, bgo#753521, bgo#754026,
    bgo#756009, bgo#756103, bgo#756128, bgo#756430, bgo#756470,
    bgo#756588, bgo#760022, bgo#760109, bgo#760716, bgo#765063,
    bgo#765552, bgo#767215, bgo#767239, bgo#769674, bgo#769846,
    bgo#770459, bgo#773355, bgo#774083, bgo#776562, bgo#777308,
    bgo#777310, bgo#777956, bgo#779182, bgo#779501, bgo#780202,
    bgo#780296, bgo#781598, bgo#781867, bgo#783210, bgo#783270,
    bgo#783825, bgo#786737, bgo#786785, bgo#787271, bgo#787485,
    bgo#787551, bgo#787581, bgo#787671, bgo#787731, bgo#788138,
    bgo#788270, bgo#788368, bgo#788384, bgo#788385, bgo#788401,
    bgo#788467, bgo#788488, bgo#788489, bgo#788561, bgo#788594,
    bgo#788705, bgo#788766, bgo#788772, bgo#788863, bgo#788880,
    bgo#788927, bgo#788936, bgo#788948, bgo#788975, 7889bgo#78,
    bgo#788989, bgo#788990, bgo#789087, bgo#789170, bgo#789245,
    bgo#789444, bgo#789637, bgo#789681, bgo#789723, bgo#789755,
    bgo#789820, bgo#790015, bgo#790030, bgo#790093, bgo#790126,
    bgo#790147, bgo#790157, bgo#790272, bgo#790275, bgo#790310.
  + Updated translations.
- Switch libmount-devel by its pkgconfig counterpart as configure
  only looks for this module.
- Add libgio-2_0-0 for the rpmlintrc shlib-fixed-dependency warning
  filter. And add 2 extra filters:
  + non-conffile-in-etc warning for zzz-gilb2.csh, zzz-glib2.sh and
    macros.glib2 files.
  + env-script-interpreter warning for gdbus-codegen,
    glib-genmarshal nad glib-mkenums files.
- Update to version 2.54.3:
  + Bugs fixed: bgo#691436, bgo#761102, bgo#776147, bgo#779182,
    bgo#782057, bgo#785113, bgo#788990, bgo#789637, bgo#789894,
    bgo#790030, bgo#790093, bgo#790126, bgo#790829, bgo#790934,
    bgo#791235, bgo#791267, bgo#791296, bgo#791325, bgo#791334,
    bgo#791337, bgo#791720, bgo#791744, bgo#791754, bgo#791906.
  + Updated translations.
- Drop glib2-gtester-report-py3.patch: Fixed upstream.
- Add glib2-gmain-partial-revert.patch: gmain: Partial revert of
  recent wakeup changes to gmain.c (bgo#761102).
- Add glib2-gsettings-overrides-per-session.patch: gsettings
  default value can be overridden depending on session
  (bgo#746592 bsc#1070090).
- Add glib2-gtester-report-py3.patch: gtester-reporter fails to
  run with python3 (bgo#791296, boo#1071378).
- Switch to python3:
  + Pass --with-python=/usr/bin/python3 to configure.
  + Replace python-base and python-xml BuildRequires with their
    python3 equivalents python3-base and python3-xml.
  + Replace the -devel package's python-xml requires with
    python3-xml.
- Update to version 2.54.2:
  + Bugs fixed: bgo#780296.
  + Updated translations.
- Install dummy *-mimeapps.list files to prevent dead symlinks
  (bsc#1061599).
- Update to version 2.54.1:
  + Bugs fixed: bgo#786737, bgo#787551, bgo#783270, bgo#783210,
    bgo#781867.
  + Updated translations.
- Avoid running fdupes across hardlink boundaries.
  Replace some old RPM macros.
- Update RPM groups and package summaries.
- Update to version 2.54.0:
  + Bugs fixed: bgo#780861, bgo#786983, bgo#787109, bgo#787123,
    bgo#787146.
  + Updated translations.
- Update to version 2.53.7:
  + Bugs fixed: bgo#736710, bgo#785260, bgo#786456, bgo#786555,
    bgo#786580, bgo#786807.
  + Updated translations.
- Ignore errors in postun of gio-fam: when uninstalling the entire
  glib stack, we can end up with the -tools package no longer being
  functional. As nothing will read the cache, we can accept that.
- Update to version 2.53.6:
  + Bugs fixed: bgo#766358, bgo#783270, bgo#785955, bgo#786060,
    bgo#786360, bgo#786452, bgo#786460, bgo#786462, bgo#786463.
  + Updated translations.
- Update to version 2.53.5:
  + Bugs fixed: bgo#695573, bgo#725950, bgo#731703, bgo#769135,
    bgo#779332, bgo#779607, bgo#784000, bgo#784815, bgo#784965,
    bgo#784995, bgo#785113, bgo#785130, bgo#785438, bgo#785468,
    bgo#785520, bgo#785577.
  + Updated translations.
- Rebase glib2-suppress-schema-deprecated-path-warning.patch.
- Update to version 2.53.4:
  + Unicode support has been updated to Unicode 10.0.0.
  + glib-genmarshal and glib-mkenums have been rewritten in python.
    Every effort has been made to keep compatibility. Please report
    problems related to these tools.
  + GLib can now be built with meson. Autotools are still
    supported.
  + Bugs fixed: bgo#722047, bgo#733821, bgo#773842, bgo#779332,
    bgo#780095, bgo#780634, bgo#783841, bgo#784000, bgo#784020,
    bgo#784037, bgo#784433, bgo#784456, bgo#784528, bgo#784579,
    bgo#784581, bgo#784739, bgo#784792.
  + Updated translations.
- Update to version 2.53.3:
  + Bugs fixed: bgo#658446, bgo#661926, bgo#674885, bgo#775593,
    bgo#776169, bgo#776333, bgo#776504, bgo#777307, bgo#778422,
    bgo#781301, bgo#782336, bgo#782996, bgo#783061, bgo#783130,
    bgo#783193, bgo#783201, bgo#783340, bgo#783350, bgo#783392,
    bgo#783593.
  + Updated translations.
- Update to version 2.53.2:
  + A few new number parsing functions have been added. These have
    better error handling than the existing ones.
  + glib-mkenums now supports /*< private >*/ and /*< public >*/.
  + GSettings now consider XDG_DATA_HOME in addition to
    XDG_DATA_DIRS.
  + Bugs fixed: bgo#674885, bgo#698064, bgo#732000, bgo#734946,
    bgo#741335, bgo#748263, bgo#776876, bgo#777030, bgo#780300,
    bgo#780309, bgo#781755, bgo#781826, bgo#781830, bgo#781847,
    bgo#781867, bgo#782068, bgo#782075, bgo#782089, bgo#782162,
    bgo#782237, bgo#782311, bgo#782628.
  + Updated translations.
- Add file triggers to libgio-2_0-0: whenever a package installs a
  schema file to /usr/share/glib-2.0/schemas, the trigger will
  automaticlaly fire, making it no longer a problem for packagers
  to forget doing it.
- Require glib2-tools by libgio-2_0-0: it contains the tools for
  the file trigger. Historically, every package installing schemas
  already had to require the -tools package in order to be
  functional.
- Change the macros %glib2_gsettings_schema_{requires,post,postun}
  to be no-op fuctions. The macros are no longer needed with the
  file trigger. Removing the macro would break a big number of
  packages though.
- Update to version 2.53.1:
  + The gdbus tool gained a wait command.
  + g_unix_signal_source_new support SIGWINCH now.
  + There are now g_enum_to_string and g_flags_to_string functions.
  + A new function to instantiate objects:
    g_objet_new_with_properties.
  + Parameter and related APIs have been deprecated.
  + Bugs fixed: bgo#447907, bgo#668962, bgo#669355, bgo#674885,
    bgo#698064, bgo#709865, bgo#725894, bgo#734946, bgo#741229,
    bgo#745971, bgo#755046, bgo#761102, bgo#761889, bgo#766660,
    bgo#769534, bgo#772221, bgo#775879, bgo#776169, bgo#777961,
    bgo#778049, bgo#778207, bgo#780066, bgo#780095, bgo#780306,
    bgo#780310, bgo#780384, bgo#780441, bgo#780634, bgo#780908,
    bgo#780924.
  + Updated translations.
- Drop
  glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch:
  fixed upstream.
- Update to version 2.52.3:
  + Bugs fixed: bgo#781301, bgo#781601, bgo#781867, bgo#783130,
    bgo#783193, bgo#783201.
- Drop
  glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch:
  Fixed upstream.
- Add
  glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch:
  Fix event loop thread wakeup issue (bgo#761102).
- Remove version string from files generated by gdbus-codegen
  to avoid needless republishing of pkgs depending on glib2-devel
  added glib2-gdbus-codegen-version.patch
- Update to version 2.52.2:
  + Bugs fixed: bgo#734946, bgo#761102, bgo#780300, bgo#780309,
    bgo#781298.
  + Updated translations.
- Update to version 2.52.1:
  + Bugs fixed: bgo#674885, bgo#698064, bgo#725894, bgo#734946,
    bgo#755046, bgo#775879, bgo#777961, bgo#778049, bgo#778207,
    bgo#778287, bgo#779409, bgo#780066, bgo#780095, bgo#780306,
    bgo#780310, bgo#780384, bgo#780441, bgo#780471, bgo#780924.
  + Updated translations.
- Update to version 2.52.0:
  + gdatetime test fails with tzdata 2017a (bgo#779799).
  + Add missing attributes to two functions (bgo#780032).
  + gio/fam: Remove leftover debug print (bgo#780144).
  + Updated translations.
- Drop glib2-remove_fam_debug_print.patch: fixed upstream.
- Update to version 2.51.5:
  + OS X implementations of GContentType and GAppInfo have been
    added.
  + Bugs fixed: bgo#673047, bgo#734946, bgo#747146, bgo#769983,
    bgo#777203, bgo#778515, bgo#779456.
  + Updated translations.
- Update to version 2.51.4:
  + Memory leak fixes.
  + Fix the released tarball.
- Drop glib2-fix-broken-configure.patch: Fixed upstream.
- Update to version 2.51.3:
  + Bugs fixed: bgo#771997, bgo#778422, bgo#778581, bgo#778801,
    bgo#778991, bgo#779183.
  + Updated translations.
- Add glib2-fix-broken-configure.patch: Workaround broken tarball
  released by upstream, allows autoreconf to complete.
- Update to version 2.51.2:
  + Minimal support for UUIDs has been added.
  + A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been
    added to improve sorting of recent files.
  + Bugs fixed: bgo#639078, bgo#777135, bgo#777307, bgo#777481,
    bgo#777493, bgo#777507, bgo#777592, bgo#778002, bgo#778096.
  + Updated translations.
- Update to version 2.51.1:
  + glib-compile-resources grew a --generate-phony-targets flag.
  + GLib now installs a valgrind suppressions file for GLib and
    GIO.
  + Bugs fixed: bgo#642026, bgo#666114, bgo#729730, bgo#730932,
    bgo#735731, bgo#736810, bgo#762283, bgo#767609, bgo#767952,
    bgo#769745, bgo#770175, bgo#770646, bgo#772160, bgo#772989,
    bgo#773823, bgo#774086, bgo#774368, bgo#774421, bgo#774520,
    bgo#775309, bgo#775468, bgo#775510, bgo#775517, bgo#775621,
    bgo#775765, bgo#775913, bgo#776198, bgo#776586, bgo#777077.
  + Updated translations.
- Drop glib2-fix-notify-id-FDO-notification-backend.patch and
  glib2-Add-missing-check-for-termios_h.patch: fixed upstream.
- Update to version 2.51.0:
  + glib-genmarshal and glib-mkenums have gained --output options
    for better build system integration.
  + New API: g_utf8_make_valid.
  + Bugs fixed: bgo#591603, bgo#610969, bgo#772160, bgo#772221,
    bgo#773303.
  + Updated translations.
- Update to version 2.50.3:
  + Bugs fixed: bgo#775309, bgo#775468, bgo#775517, bgo#775765.
  + Updated translations.
- Drop glib2-Add-missing-check-for-termios_h.patch and
  glib2-fix-notify-id-FDO-notification-backend.patch: Fixed
  upstream.
- Conditionally apply translations-update-upstream BuildRequires
  and macro for non-openSUSE only.
- Replace dbus-1-x11 Requires of libgio-2_0-0 to dbus-launch:
  openSUSE provides two implementations of dbus-launch (with and
  without X interaction). For glib, it does not matter which one is
  being used (boo#1020651).
- Add glib2-Add-missing-check-for-termios_h.patch: Add missing
  check for termios.h. Check for termios.h is missing and passwords
  in the new gio tool are echoed in the terminal consequently,
  which is really bad! (bgo#775517).
- Add glib2-fix-notify-id-FDO-notification-backend.patch: Fixed
  notify id in FDO notification backend (bgo#775765).
- Update to version 2.50.2:
  + Bugs fixed: bgo#767882, bgo#769135, bgo#769630, bgo#772054,
    bgo#773303, bgo#773344.
  + Updated translations.
- Update to version 2.50.1:
  + Update Unicode support to Unicode 9.0.0.
  + Bugs fixed: bgo#662946, bgo#771591, bgo#772054, bgo#772255,
    bgo#772269, bgo#772297, bgo#772511.
  + Updated translations.
- Update to version 2.50.0:
  + bgo#771438: Turn on libmount by default on linux.
  + Fix the annotation for g_log_variant.
  + Updated translations.
- Add libmount-devel BuildRequires: follow upstreams recommendation
  to use libmount on Linux.
- Update to version 2.49.7:
  + Add g_log_variant, binding-friendly api for structured logging.
  + Bugs fixed: bgo#646926.
  + Updated translations.
- Update to version 2.49.6:
  + The gsettings commandline tool now has a describe command.
  + Bugs fixed: bgo#745754, bgo#769076, bgo#770372.
  + Updated translations.
- Update to version 2.49.4:
  + Structured logging:
  - Drop libsystemd dependency.
  - Document that g_test_expect_message does not work with
    structured logs.
  + Use libmount for unix mount support.
  + Add an async variant of g_app_info_launch_default_for_uri.
  + Bugs fixed: bgo#522053, bgo#682794, bgo#744456, bgo#766370,
    bgo#767240, bgo#768198, bgo#768453, bgo#768752, bgo#769027,
    bgo#769029, bgo#769042, bgo#769087, bgo#769089, bgo#769104,
    bgo#769139, bgo#769238, bgo#769245, bgo#769507, bgo#769785,
    bgo#769995.
  + Updated translations.
- Drop pkgconfig(libsystemd) BuildRequires following upstream
  changes.
- Drop glib2-add-g_autoptr-support.patch,
  glib2-gmessages-support-NULL.patch,
  glib2-gvariant-Avoid-anonymous-struct.patch: Fixed upstream.
- Add glib2-add-g_autoptr-support.patch: gobject: add g_autoptr
  support for GTypeModule, fix build of gobject-introspection
  (bgo#769033).
- Add glib2-gmessages-support-NULL.patch: Don't crash wayland
  session. The new g_log_structured have some bugs.. (bgo#769087).
- Add glib2-gvariant-Avoid-anonymous-struct.patch: Fix c++
  building, patch from upstream git.
- Update to version 2.49.4:
  + Change the just-introduced structured logging API. The
    arguments of g_log_structured() had to be reordered to enable
    an implementation within the limits of what the standards
    guarantee about var args.
  + Bugs fixed: bgo#744456, bgo#768936, bgo#768963, bgo#768968.
  + Updated translations.
- Update to version 2.49.3:
  + GLib has a structured logging API, g_log_structured, with
    support for writing to the systemd journal. It also supports
    colored output in terminals.
  + Some new GBytes API has been added:
  - g_key_file_load_from_bytes.
  - g_compute_hmac_for_bytes.
  + Stack-allocated GVariantBuilder and GVariantDict objects can
    now be initialized with G_VARIANT_BUILDER_INIT and
    G_VARIANT_DICT_INIT.
  + gio:
  - Add a way to register handlers for custom uri schemes.
  - Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to have
    these heuristics in a single place.
  - Include a gio tool that makes the functionality of the
    various gvfs commandline tools available in a single place.
  - Add portal support to g_app_info_launch_default_for_uri.
  - Add portal support to GNetworkMonitor.
  - Add portal support to GProxyResolver.
  - Add portal support to g_application_send_notification.
  + Bugs fixed: bgo#547200, bgo#662802, bgo#723506, bgo#725902,
    bgo#728207, bgo#729914, bgo#744456, bgo#744678, bgo#746685,
    bgo#747134, bgo#750257, bgo#753231, bgo#754012, bgo#760115,
    bgo#760423, bgo#761102, bgo#765338, bgo#766370, bgo#766899,
    bgo#766933, bgo#767765, bgo#767880, bgo#767887, bgo#767949,
    bgo#768029, bgo#768119, bgo#768357, bgo#768498, bgo#768504,
    bgo#768549, bgo#768551, bgo#768560, bgo#768780, bgo#768806.
  + Updated translations.
- Add pkgconfig(libsystemd) BuildRequires: Configure looks for it.
- Update to version 2.49.2:
  + GMainContext and GTask have gained more systemtap probes.
  + Bugs fixed: bgo#673101, bgo#700756, bgo#730187, bgo#755439,
    bgo#759813, bgo#761810, bgo#767172, bgo#767218, bgo#767245,
    bgo#767824.
  + Updated translations.
- Update to version 2.49.1:
  + GDesktopAppInfo now allows bus activation with dashes. This is
    not technically allowed per the Desktop Entry specification,
    but it happens in the wild. Rather than forcing people to go
    through another traumatic desktop file rename, accept it and
    translate - to _.
  + The support for giving names to threads has been improved.
    Thread names are now supported on Solaris as well, and the
    Linux support no longer uses prctl() but the pthread api.
  + GIO resources can now be overridden at runtime, using the
    G_RESOURCE_OVERLAYS environment variable.
  + gdbus-codegen can now generate autocleanup definitions for the
    types it generates. Use the --c-generate-autocleanup option to
    control this.
  + Bugs fixed: bgo#665446, bgo#742898, bgo#749583, bgo#755898,
    bgo#760186, bgo#764163, bgo#764415, bgo#765173, bgo#765668,
    bgo#765710, bgo#765712, bgo#765861, bgo#765900, bgo#765924,
    bgo#765991, bgo#766092, bgo#766211, bgo#766407, bgo#766570.
  + Updated translations.
- Update to version 2.48.2:
  + Bugs fixed: bgo#547200, bgo#673101, bgo#700756, bgo#725902,
    bgo#728207, bgo#730187, bgo#746685, bgo#750257, bgo#753231,
    bgo#755439, bgo#760115, bgo#760423, bgo#761810, bgo#766211,
    bgo#766899, bgo#766933, bgo#767172, bgo#767218, bgo#767824,
    bgo#767949, bgo#768453, bgo#768504, bgo#768551, bgo#768560,
    bgo#768806, bgo#769027.
  + Updated translations.
- Update to GNOME 3.20.2  Fate#318572
- Update to version 2.48.1:
  + Bugs fixed: bgo#731988, bgo#747107, bgo#747478, bgo#748474,
    bgo#748530, bgo#748806, bgo#749606, bgo#758174, bgo#758738,
    bgo#762994, bgo#763379, bgo#763821, bgo#764092, bgo#764574,
    bgo#764575, bgo#764685, bgo#764754, bgo#765959, bgo#765990.
  + Updated translations.
- Update to GNOME 3.20  Fate#318572
- Remove patches: glib2-dbus-object-manager-ref.patch,
  glib2-trash-on-other-partitions.patch,
  glib2-bnc873225-add-get-default-value.patch,
  glib2-missing-annotations.patch.
- baselibs.conf: also add the pkgconfig file to the -32bit package
  (boo#973217).
- Update to version 2.48.0:
  + A minor build fix in the name of determinism.
  + A few coverity fixes.
  + bgo#763617: giotypefuncs.c: Sort _get_type functions in the 'C'
    locale.
  + Updated translations.
- Update to version 2.47.92:
  + gdbus-codegen now supports g_autoptr().
  + g_get_user_runtime_dir() now reliably returns an existing
    directory.
  + g_array_remove_range() can now remove 0 items from the end of
    an array.
  + Many fixes for Windows.
  + Documentation improvements.
  + Other small bugfixes.
  + Bugs fixed: bgo#724847, bgo#743933, bgo#756706, bgo#757506,
    bgo#760694, bgo#762202, bgo#762637, bgo#762748, bgo#762937,
    bgo#763339, bgo#763344, bgo#763379.
  + Updated translations.
- Include the glibconfig.h in the baselibs glib2-devel-xxbit
  package, as it contains the architecture specific configuration
  (bsc#970694).
- Follow the freedesktop conventions for the mime handler
  associations. The created link is gnome specific, so make it
  specific (gnome-mimeapps.list). This prevents association
  problems in Plasma 5 (boo#966739)
  https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html
- Update to version 2.47.6:
  + Windows support:
  - Fixes and improvements to the GSettings registry backend.
  - Handle readability and writability of registry keys.
  - Use Unicode registry APIs.
  + Bugs fixed: bgo#760852, bgo#744772, bgo#761126, bgo#747927,
    bgo#761337, bgo#744570, bgo#761504, bgo#761550, bgo#761843,
    bgo#744570, bgo#744772, bgo#747927, bgo#760852, bgo#761126,
    bgo#761337, bgo#761504, bgo#761550, bgo#761843.
  + Updated translations.
- Fix default mime handler associtations: since GLIB 2.42, the file
  in question is no longer defaults.list (too unspecific), but is
  called mimeapps.list. Touch and link the right files.
- Update to version 2.47.5:
  + The system copy of PCRE is now used by default to implement
    GRegex. Configure with --with-pcre=internal if a system PCRE
    version is unavailable or undesired.
  + Interfaces for DTLS support have been added. A new version of
    glib-networking will also be required.
  + GDBusMethodInvocation now drops replies if the sender set the
    NO_REPLY_EXPECTED flag.
  + Several GApplication fixes, including fixes for commandline
    arguments in interpreted languages on Windows.
  + Bugs fixed: bgo#624186, bgo#734095, bgo#735754, bgo#748064,
    bgo#752240, bgo#755421, bgo#756875, bgo#759554, bgo#760199,
    bgo#760215, bgo#760683.
  + Updated translations.
- Update to version 2.47.4:
  + gapplication: Acquire the main context before running.
  + Enable contenttype test on W32, tweak it to pass (mostly).
  + xdgmime Finer handling for cases where mmap() is not available.
  + Add GParamSpec object ref management annotations.
  + file monitors: reorder some code to avoid segfault.
  + glib-compile-resources: do not leak c_name.
  + macros: add G_GNUC_CHECK_VERSION() for compiler checks.
  + GApplication: destroy the impl on shutdown.
  + Stop supporting non-POSIX getpwuid_r, getgrgid_r.
  + glib.py: Fix Python 3 TypeError in gdb pretty-printers.
  + W32: fix uninitialized var in g_app_info_get_all_for_type.
  + Add missing checks for gnulib vasnprintf().
  + glibconfig.h.win32.in: remove G_CAN_INLINE.
  + GDBusProxy: Fix a memory leak during initialization.
  + Bugs fixed: bgo#752983, bgo#735696, bgo#735696, bgo#710243,
    bgo#756214, bgo#758823, bgo#758553, bgo#578363, bgo#757299,
    bgo#728099, bgo#757372, bgo#756475, bgo#749092, bgo#759408,
    bgo#759134, bgo#757374, bgo#758641.
  + Updated translations.
- Update to version 2.47.3:
  + The inline cleanup in the last release accidentally removed
    three symbols from libglib-2.0.so. It is unlikely that this
    will have caused any problems because these symbols were only
    backup symbols for definitions exported as inlines in the
    header files, but ABI is ABI. This release corrects only this
    problem.
- Update to version 2.47.2:
  + We have formalised the assumption that all compilers that are
    interested in support 'static inline' and simplified the macros
    around this considerably.  Please watch for and report
    unintentional fallout.
  + New API: hardware-assisted helpers for overflow-checked integer
    math.
  + Bugs fixed: bgo#696324, bgo#719966, bgo#752837, bgo#755364,
    bgo#756134, bgo#756179, bgo#756988, bgo#757294, bgo#757374,
    bgo#757451, bgo#757628, bgo#757693, bgo#757742, bgo#758181.
  + Updated translations.
- Update to version 2.47.1:
  + GDesktopAppInfo no longer sets the DISPLAY environment variable
    when launching apps. This is now done in the GAppLaunchContext
    implementations when appropriate.
  + Bugs fixed: bgo#664740, bgo#687223, bgo#692085, bgo#697907,
    bgo#735754, bgo#737116, bgo#743011, bgo#749161, bgo#749314,
    bgo#751924, bgo#752240, bgo#752837, bgo#753310, bgo#753935,
    bgo#754855, bgo#754983, bgo#754994, bgo#755083, bgo#755351,
    bgo#755355, bgo#755374, bgo#755496, bgo#755609, bgo#755766,
    bgo#755795, bgo#755961, bgo#756053, bgo#756054, bgo#756077,
    bgo#756099, bgo#756139, bgo#756179, bgo#756251, bgo#756255,
    bgo#756316, bgo#756382, bgo#756477, bgo#756550, bgo#756875,
    bgo#756952.
  + Updated translations.
- Update to version 2.46.2:
  + Varioius small fixes, with a focus on win32.
  + The docs should now be complete when doing non-srcdir builds.
  + Bugs fixed: bgo#687223, bgo#754983, bgo#754994, bgo#755609,
    bgo#756179, bgo#756382, bgo#757628.
- Add glib2-remove_fam_debug_print.patch: remove debug output
  "/II 1"/ from the fam monitor (boo#951221, bgo#756879).
- Update to version 2.46.1:
  + Remove system_header pragma (should fix lack of warnings with
    things like g_return_if_fail).
  + Move GStrv typedef (and auto-cleanup) from libgobject to
    libglib.
  + Fix order of trashing files to be closer to what is required in
    the specification. Namely, trashinfo files are written first.
    This should fix issues with the gvfs trash backend failing to
    correctly read the info for recently trashed files (preventing
    'restore').
  + Tweak mime logic to return text/plain on all empty files
    instead of returning application/octet-stream. This includes
    files that have extensions that imply that they may be other
    types of files, which is a slight change of behaviour with
    respect to old GLib versions.
  + Many win32 fixes.
  + Many docs fixes.
  + Bugs fixed: bgo#735754, bgo#743011, bgo#749161, bgo#751924,
    bgo#752837, bgo#753310, bgo#755083, bgo#755351, bgo#755355,
    bgo#755496, bgo#755795, bgo#756179, bgo#756251, bgo#756255.
  + Updated translations.
- Update to version 2.46.0:
  + Disable runtime-deprecation warnings.
  + Fix marshalling of flags on bigendian 64bit architectures.
  + Updated translations.
- Update to version 2.45.8:
  + Utf8 validation and utf8-to-ucs4 conversion are faster.
  + Small speedups to property change notification.
  + Various other small optimizations for GQuark, GData.
  + Bugs fixed: bgo#696426, bgo#735429, bgo#738504, bgo#742903,
    bgo#748633, bgo#754431, bgo#754560, bgo#754582, bgo#754601,
    bgo#754636, bgo#754788, bgo#754831, bgo#754924, bgo#754986.
  + Updated translations.
- Update to version 2.45.7:
  + Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by
    non-POSIX-like backends (e.g. cloud storage).
  + GFileMonitor: Make the inotify backend work with atomic renames
    again.
  + GSettings: change notification is again working
    unconditionally.
  + GListStore has a sort function now.
  + Test infrastructure:
  - Tests are now required to have unique names.
  - TAP support has been improved.
  - A macro for asserting that two memory regions have identical
    content has been added.
  + Bugs fixed: bgo#708525, bgo#742849, bgo#744060, bgo#747364,
    bgo#749492, bgo#752769, bgo#753745, bgo#754152, bgo#754211,
    bgo#754264, bgo#754283, bgo#754284, bgo#754286, bgo#754307.
  + Updated translations.
- Add zsh completion for gsettings from (source gsettings.zsh).
  https://github.com/jmatsuzawa/zsh-comp-gsettings (MIT license).
- Update to version 2.45.6:
  + Fix a test failure and a build failure.
- Update to version 2.45.5:
  + GNetworkMonitor now provides information about metered
    networks.
  + g_mem_set_vtable has been deprecated; it has not been working
    for quite a while. The recommendation is to use valgrind, or
    replace malloc itself.
  + Bugs fixed: bgo#656325, bgo#741779, bgo#741822, bgo#742386,
    bgo#743018, bgo#750282, bgo#751358, bgo#751592, bgo#751598,
    bgo#751610, bgo#751751, bgo#752210, bgo#752656, bgo#752767,
    bgo#753278, bgo#753285.
  + Updated translations.
- Update to version 2.45.4:
  + Bugs fixed: bgo#727829, bgo#741901, bgo#746339, bgo#747676,
    bgo#748610, bgo#749911, bgo#749912, bgo#750625, bgo#750807,
    bgo#751160, bgo#751672, bgo#751731, bgo#751737, bgo#751798,
    bgo#752089, bgo#752293.
  + Updated translations.
- Update to version 2.45.3:
  + Improve performance of g_signal_handler_disconnect for signals
    with many handlers.
  + GDBus has gained a new call flag to allow interactive
    authorization.
  + GSettings:
  - New API: g_settings_schema_list_keys.
  - Deprecated: g_settings_list_keys.
  + OS X:
  - Implement GNotification.
  - Bump the OS X requirement to 10.9.
  + Windows:
  - Add registry reading API.
  - Reimplement GAppInfo using registry information.
  + Bugs fixed: bgo#666831, bgo#728489, bgo#730168, bgo#733325,
    bgo#734888, bgo#737009, bgo#738185, bgo#738504, bgo#739122,
    bgo#739424, bgo#739616, bgo#740308, bgo#740516, bgo#741788,
    bgo#745013, bgo#747146, bgo#747941, bgo#748727, bgo#749693,
    bgo#750203, bgo#750322, bgo#750344, bgo#750369, bgo#750386,
    bgo#750399, bgo#750573, bgo#750918, bgo#751122, bgo#479730.
  + Updated translations.
- Update to version 2.45.2:
  + Improve error reporting in glib-compile-schemas.
  + Add introspection annotations to GListStore.
  + Bugs fixed: bgo#696749, bgo#723394, bgo#724113, bgo#725981,
    bgo#733325, bgo#744895, bgo#747882, bgo#748534, bgo#748612,
    bgo#748614, bgo#748834, bgo#749079, bgo#749080, bgo#749180,
    bgo#749352, bgo#749353.
  + Updated translations.
- Update to version 2.45.1:
  + The GSettings schema compiler, glib-compile-schemas has been
    changed to reject schema xml that has duplicate <summary> or
    <description> elements. Such elements typically occur when
    translations are merged into the schema, with xml:lang
    attributes. This is not the correct way to translate schemas.
    Instead keep the translations in the .mo file and set the
    gettext-domain attribute on the <schemalist> element.
  + The file monitoring infrastructure has been rewritten, and all
    backends have seen major improvements.
  + The inotify backend is reporting events with less delay (no
    event will be delayed more than 10ms) and wakeups due to file
    monitoring have been significantly reduced. A CHANGES_DONE
    event will also be sent when new files appear.
  + The poll implementation is now using the thread default main
    context.
  + The fam implmentation is now running in the worker thread.
  + The fen implementation has been removed, since it was
    unmaintained.
  + The GSettings schema compiler, glib-compile-schemas, is more
    strict about rejecting schemas with xml:lang style merged
    translations.
  + Schema translations should be done by specifying the gettext
    domain in the xml, and keeping the translations in gettext. To
    avoid breaking already-installed schemas, this change is only
    taking effect when you use the --strict option.
  + The hardcoded 10-thread limit of GTask's thread pool has been
    removed, since it was prone to causing deadlocks. The thread
    pool is now allowed to grow dynamically and will shrink back
    over time.
  + GSimpleAsyncResult has been deprecated in favor of GTask.
  + The algorithm used by GAppInfo to find default handlers for
    mime types has been tweaked to prefer apps that handle the
    specific subtype over default handlers for a generic supertype.
  + Bugs fixed: bgo#627285, bgo#631597, bgo#661767, bgo#687223,
    bgo#711547, bgo#719966, bgo#726447, bgo#728663, bgo#728669,
    bgo#730188, bgo#733325, bgo#738207, bgo#739850, bgo#741791,
    bgo#744282, bgo#745255, bgo#745745, bgo#745821, bgo#746749,
    bgo#746753, bgo#747209, bgo#747349, bgo#747363, bgo#747472,
    bgo#747541, bgo#747772, bgo#748019, bgo#748177.
  + Updated translations.
- Update to version 2.44.1:
  + Don't redefine typedefs to avoid build problems on OpenBSD.
  + Improve the default application algorithm.
  + Bump the number of children a GType can have.
  + Various testsuite improvements.
  + Updated translations.
- Update to version 2.44.0:
  + gsocket: Document FD ownership with g_socket_new_from_fd()
    (bgo#730188).
  + Updated translations.
- Update to version 2.43.92:
  + GUnixMountMonitor now properly supports multiple main contexts
  + Many documentation improvements and cleanups.  We are now
    approaching a point where the documentation is 100% complete
    and the xml will build without warnings. This will probably be
    enabled by default in the next cycle.
  + New support for HTTP proxies in GIO.
  + New GTask:completed property.
  + Use "/private"/ futexes in order to further improve the
    performance of the contended case of GMutex and g_bit_lock().
  + Bugs fixed: bgo#614684, bgo#730352, bgo#733876, bgo#741442,
    bgo#742599, bgo#743636, bgo#743661, bgo#744722, bgo#745589,
    bgo#745634.
  + Updated translations.
- Update to version 2.43.91:
  + We have now added 'g_autofree' as a libgsystem-style
    autocleanup macro that calls g_free() on the content of a local
    variable when it leaves scope (working only on GCC and clang).
  + GApplication now has an "/is-busy"/ property, allowing one to
    query the effective busy state.
  + There have been various other bugfixes and cleanups.
  + Bugs fixed: bgo#661554, bgo#744263, bgo#744565, bgo#744747,
    bgo#744756, bgo#744830, bgo#744876, bgo#745239.
  + Updated translations.
- Update to version 2.43.90:
  + New GSimpleIOStream class to construct a GIOStream from an
    arbitrary GInputStream and GOutputStream.
  + GApplication: new API for marking 'busy' state according to the
    value of a boolean property on another object.
  + GOptionGroup: add binding support (boxed type, annotation
    fixes, etc.)
  + Bugs fixed: bgo#739724, bgo#741024, bgo#741630, bgo#743349,
    bgo#743990, bgo#744565.
  + Updated translations.
- Update to version 2.43.4:
  + GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
    G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which
    significantly reduce the boilerplate needed for GObject types
    and interfaces.
  + g_autoptr and g_auto are macros for declaring variables with
    automatic cleanup. They only work with gcc and clang.
  + GListModel is a new interface that represents a dynamic list of
    GObjects.
  + GListStore is a GSequence-based implementation of GListModel.
  + Support thread names on OS X.
  + g_simple_action_set_state_hint: New function to set the state
    hint of GSimpleActions.
  + g_win32_check_windows_version: New function to check Windows
    version.
  + g_settings_schema_list_children and
    g_settings_schema_key_get_name are new functions to complete
    the GSettingsSchema API.
  + Bugs fixed: bgo#389585, bgo#729351, bgo#736914, bgo#741807,
    bgo#741895, bgo#742456, bgo#743508, bgo#743517, bgo#743521,
    bgo#743596, bgo#743640, bgo#743827, bgo#743927, bgo#743936,
    bgo#744012, bgo#744190.
- Update to version 2.43.3:
  + Add g_set_object() convenience function.
  + GNetworkMonitor: check if NM is not running and don't crash.
  + Fix some races with g_mkdir_with_parents.
  + Fix some warnings in MSVC.
  + Avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order
    to save on static strings.
  + Fix some content type vs. mime issues.
  + Documentation improvements.
  + Bugs fixed: bgo#719455, bgo#732439, bgo#734946, bgo#741589
    bgo#741653, bgo#741654, bgo#741707, bgo#741788, bgo#742548
    bgo#742851, bgo#742972, bgo#743014.
  + Updated translations.
- Update to version 2.43.2:
  + New functions: g_strv_contains, g_network_address_new_loopback,
    g_socket_send_messages.
  + A new GNetworkMonitor implementation using NetworkManager
    provides more detailed connectivity information.
  + Bugs fixed: bgo#11059, bgo#664562, bgo#685880, bgo#712570,
    bgo#719646, bgo#728928, bgo#732317, bgo#740814, bgo#740848,
    bgo#741016, bgo#741226.
  + Updated translations.
- Update to version 2.43.1:
  + GQueue now accepts NULL as a sibling in g_queue_insert_before()
    and g_queue_insert_after().
  + Bugs fixed: bgo#11059, bgo#726037, bgo#727988, bgo#729739,
    bgo#733791, bgo#736286, bgo#736620, bgo#737150, bgo#737160,
    bgo#738259, bgo#738551, bgo#738633, bgo#740157, bgo#740309,
    bgo#740413.
  + Updated translations.
- Update to version 2.43.0:
  + GObject gained a debug option to provide instance counts. To
    use it, set GOBJECT_DEBUG=instance-count and call
    g_type_get_instance_count().
  + GOption now has a strict POSIX mode in which it stops parsing
    arguments as soon as a non-option argument is encountered.
  + Bugs fixed: bgo#354457, bgo#695082, bgo#723160, bgo#729739,
    bgo#733338, bgo#736273, bgo#736284, bgo#736914, bgo#737259,
    bgo#737338, bgo#737446, bgo#737451, bgo#737741, bgo#737869,
    bgo#738374, bgo#738675.
  + Updated translations.
- Update to version 2.42.2:
  + Bugs fixed: bgo#712570, bgo#719455, bgo#727829, bgo#734946,
    bgo#741024, bgo#741654, bgo#741788, bgo#741807, bgo#742851,
    bgo#743508, bgo#743936.
  + Updated translations.
- Update to version 2.42.1:
  + This release disables deprecation warnings by default.
  + Bugs fixed: bgo#728256, bgo#736806, bgo#737143, bgo#738170,
    bgo#738197.
  + Updated translations.
- Update glib2-fate300461-gettext-gkeyfile-suse.patch: Initialize
  variable has_gettext.
glib2-branding:SLE
- Only recommend wallpaper-branding-%{branding_name} when
  gnome-shell is present. Allows gio to be installed on text-only
  systems without pulling wallpapers in (boo#1162600).
- Only recommend wallpaper-branding-%{branding_name} when
  gnome-shell is present. Allows gio to be installed on text-only
  systems without pulling wallpapers in (boo#1162600).
- Update .gschema.override.in:
  + Set sleep-inactive-ac-timeout, sleep-inactive-battery-timeout to
    0 for Leap to be consistent with SLE and old versions (bsc#1158497).
- Update .gschema.override.in:
  + Delete unused settings-daemon.plugins.power keys.
  + Set sleep-inactive-ac-timeout, sleep-inactive-battery-timeout to
    0 for SLE to be consistent with old versions (bsc#1158497).
- Add super+f1 key binding for help to match GNOME default.
- Fix keyassignment for help: the schema was changed to array of
  strings, as multiple keys can now be bound.
- Update gnome_defaults: evince.desktop has been renamed to
  org.gnome.Evince.desktop with GNOME 3.30.
- Recommend sound-theme-freedesktop by both openSUSE and SLE.
  (bsc#1097595)
- Update .gschema.override.in: referring the implementation of
  bsc#1077332, fully enable gnome-software notification which is
  now used on both leap15 and sle15 to replace the legacy g-s-d
  notification method (boo#1090042).
- Modernize spec-file by calling spec-cleaner
- Update .gschema.override.in: evolution.desktop has been renamed
  to org.gnome.Evolution.desktop (for GNOME 3.28).
- Revert "/Update .gschema.override.in: evolution.desktop has been
  renamed to org.gnome.Evolution.desktop."/: This will only be valid
  with GNOME 3.28.
- Use variable flavor instead of BUILD_FLAVOR: obs is only
  replacing the first occurence.
- Rename base package to glib2-branding and add SLE and openSUSE as
  multibuild flavors. There is no other difference to the previous
  glib2-branding-{openSUSE,SLE} packages.
- Drop pre_checkin.sh: no longer needed with multibuild.
-  Update .gschema.override.in to show application menu on title
  bar in sle-classic session (bgo#746592 bsc#1070090).
- Update .gschema.override.in: evolution.desktop has been renamed
  to org.gnome.Evolution.desktop.
- Update SLE version to 15.
- Remove post/postun scripts, no longer needed with file triggers.
- Update favorites applications on SLE15, we switched to pidgin and
  gnome-photos.
- Update .gschema.override.in to set small icon size on Desktop and
  nautilus in Leap, which is consistent with SLE (bsc#1043604).
- Enable freedesktop sound theme by default (boo#1004919):
  + Set org.gnome.desktop.sound/theme-name to 'freedesktop' for
    openSUSE.
  + Recommend sound-theme-freedesktop by gio-branding-openSUSE.
- Introdue @@IF_LEAP@@ logic into the .gschema.override.in file:
  IF_LEAP is true if building for 'openSUSE' and sle_version is set
  in prjconf. Apply IF_LEAP to the GNOME Software update
  notifications.
- Once again disable GNOME Software update notifications (automatic
  download of patches; openSUSE relies on gnome-settings-daemon's
  internal update plugin for update notifications) (boo#997572).
- Do not attempt to build -openSUSE on SLE and -SLE on openSUSE:
  trick the .spec file to ExclusiveArch: %nil in this case.
- Make gnome-settings-daemon housekeeping plugin ignore /boot/efi
  [bsc#919217].
  Summary from bsc#919217:
  "/On a default UEFI installation, /boot/efi is created with a size
  of 156MB. It will cause gnome-settings-daemon to popup a warning,
  if logged as root (not 100% sure when logged as a regular user)
  that a partition has less than than 1GB of free space.
  /boot/efi should be added to default schema
  org.gnome.settings-daemon.plugin.housekeeping ignore-paths"/
- Resync with glib2-branding-SLE and simplify specfile.
- Replaces Requires by Recommends on wallpaper-branding-openSUSE:
  gio-branding-openSUSE is required by glib2, which is causing
  openSUSE wallpaper as hard dependency on non-graphical install.
  (boo#993969).
- Add some settings from SLE12 SP2, not enabled when building on
  openSUSE (default zoom on nautilus).
- Update favorite applications default to use new names from
  upstream, prevent writing some defaults to dconf (partially fixes
  bsc#979947).
- Fix KeySym assigned for Help, XF86Help doesn't exist anymore.
- Drop org.gnome.settings-daemon.plugins.media-keys/toggle-mute
  since we dropped the patch making this needed.
- The touchpad schemas migrated to org.gnome.desktop.peripherals
  from org.gnome.settings-daemon.peripherals, adapt tap-to-click
  setting accordingly (boo#954526).
- The "/disable-while-typing"/ key no longer exists, remove it
  accordingly.
- Bump version to 42.1, to prepare for next version of openSUSE.
- Drop org.gnome.settings-daemon.plugins.power/button-power
  override: this settings has been removed in GNOME 3.17.92.
- Drop org.gnome.eog.ui/external-editor reference: EOG 3.15 no
  longer supports this.
- Gedit desktop file got renamed to org.gnome.gedit.desktop,
  update gnome_defaults.conf accordingly (boo#904010).
glibc
- s390-memmove-ifunc-selector-arch13.patch: S390: Also check vector
  support in memmove ifunc-selector (bsc#1184035, BZ #27511)
- Update glibc-2.31-HTM-vzeroupper.diff with a AVX-SSE transition
  fix.
- Add glibc-2.31-HTM-vzeroupper.diff to avoid VZEROUPPER in the
  AVX2 accelerated string routines which cause HTM transaction
  aborts.  Instead use EVEX or SSE.  (bsc#1181403)
- nscd-netgroupcache.patch: nscd: Fix double free in netgroupcache
  (CVE-2021-27645, bsc#1182733, BZ #27462)
- gconv-assertion-iso-2022-jp.patch: gconv: Fix assertion failure in
  ISO-2022-JP-3 module (CVE-2021-3326, bsc#1181505, BZ #27256)
- sysvipc-sem-stat-any.patch: sysvipc: Fix SEM_STAT_ANY kernel argument
  pass (bsc#1180557, BZ #26637)
- aarch64-getauxval.patch: aarch64: Accept PLT calls to __getauxval within
  libc.so (bsc#1167939)
- iconv-redundant-shift.patch: iconv: Accept redundant shift sequences in
  IBM1364 (CVE-2020-27618, bsc#1178386, BZ #26224)
- iconv-ucs4-loop-bounds.patch: iconv: Fix incorrect UCS4 inner loop
  bounds (CVE-2020-29562, bsc#1179694, BZ #26923)
- printf-long-double-non-normal.patch: x86: Harden printf against
  non-normal long double values (CVE-2020-29573, bsc#1179721, BZ #26649)
- get-nprocs-cpu-online-parsing.patch: Fix parsing of
  /sys/devices/system/cpu/online (bsc#1180038, BZ #25859)
- power10-support.patch: Add support for POWER10 (jsc#SLE-13520)
- iconv-option-parsing.patch: Rewrite iconv option parsing
  (CVE-2016-10228, bsc#1027496, BZ #19519)
- Update to glibc 2.31
- glibc-2.14-crypt.diff, crypt_blowfish-const.patch,
  crypt_blowfish-1.2-sha.diff, crypt_blowfish-gensalt.patch,
  crypt_blowfish-1.2-hack_around_arm.diff, glibc-nodate.patch,
  powerpc-elision-enable-envvar.patch, s390-elision-enable-envvar.patch,
  crt-nocompress-debug-sections.patch, resolv-context-leak.patch,
  dl-runtime-resolve-opt-avx512f.patch, libpthread-compat-wrappers.patch,
  math-c++-compat.patch, remove-nss-nis-compat.patch,
  eh-frame-zero-terminator.patch, ld-so-hwcap-x86-64.patch,
  assert-pedantic.patch, getaddrinfo-errno.patch, resolv-conf-oom.patch,
  dynarray-allocation.patch, nearbyint-inexact.patch, nss-compat.patch,
  nscd-libnsl.patch, malloc-tcache-leak.patch,
  falkor-memcpy-memmove.patch, aarch64-cpu-features.patch,
  nss-files-large-buffers.patch, sysconf-uio-maxiov.patch,
  glob-tilde-overflow.patch, dl-runtime-resolve-xsave.patch,
  spawni-assert.patch, x86-64-dl-platform.patch, glob64-s390.patch,
  tst-tlsopt-powerpc.patch, powerpc-hwcap-bits.patch,
  malloc-tcache-check-overflow.patch, dl-init-paths-overflow.patch,
  fillin-rpath-empty-tokens.patch, getcwd-absolute.patch,
  memalign-overflow.patch, stack-guard-size-accounting.patch,
  libgcc-rtld-now.patch, res-send-enomem.patch,
  glibc-fix-avx512-mempcpy.patch, i386-memmove-sse2-unaligned.patch,
  realpath-ssize-max-overflow.patch, localtime-2039.patch,
  math-remove-slow-path.patch, aarch64-hwcap-atomics.patch,
  glibc-fix-aarch64-build.diff, absolute-symbols.patch,
  x86-haswell-string-flags.patch,
  pthread-cond-broadcast-waiters-after-spinning.patch,
  mman-map-sync.patch, mman-linux-map-shared-validate.patch,
  nptl-setxid-error.patch, pthread-mutex-trylock-barrier.patch,
  getaddrinfo-parse-ipv4-address.patch, japanese-era-name-may-2019.patch,
  force-elision-race.patch, regex-read-overrun.patch,
  regex-parse-reg-exp.patch,
  0001-S390-Add-configure-check-to-detect-z10-as-mininum-ar.patch,
  0002-S390-Use-hwcap-instead-of-dl_hwcap-in-ifunc-resolver.patch,
  0003-S390-Unify-31-64bit-memcpy.patch,
  0004-S390-Refactor-memcpy-mempcpy-ifunc-handling.patch,
  0005-S390-Remove-s390-specific-implementation-of-bcopy.patch,
  0006-S390-Use-memcpy-for-forward-cases-in-memmove.patch,
  0007-S390-Add-configure-check-to-detect-z13-as-mininum-ar.patch,
  0008-S390-Add-z13-memmove-ifunc-variant.patch,
  0009-S390-Add-z13-strstr-ifunc-variant.patch,
  0010-S390-Add-z13-memmem-ifunc-variant.patch,
  0011-S390-Cleanup-ifunc-resolve.h.patch,
  0012-S390-Mark-vx-and-vxe-as-important-hwcap.patch,
  0013-S390-Add-new-hwcap-values-for-new-cpu-architecture-a.patch,
  0014-S390-Add-configure-check-to-detect-support-for-arch1.patch,
  0015-S390-Add-arch13-memmove-ifunc-variant.patch,
  0016-S390-Add-arch13-strstr-ifunc-variant.patch,
  0017-S390-Add-arch13-memmem-ifunc-variant.patch,
  prefer-map-32bit-exec.patch, s390-strstr-page-boundary.patch,
  ppc-tle-htm-nosc.patch,
  posix-Add-internal-symbols-for-posix_spawn-interface.patch,
  glibc-2.29-posix-Use-posix_spawn-on-popen.patch,
  backtrace-powerpc.patch, pthread-rwlock-pwn.patch,
  manual-memory-protection.patch, ldbl-96-rem-pio2l.patch,
  dl-sort-maps.patch, dlopen-filter-object.patch,
  glob-use-after-free.patch, nptl-setxid-race.patch, nscd-senfile.patch,
  ldd-system-interp.patch, abort-no-flush.patch,
  fnmatch-collating-elements.patch, nss-files-long-lines-2.patch,
  iconv-reset-input-buffer.patch, nscd-prune.patch, syslog-locking.patch:
  Removed.
- long-double-alias.patch, glibc-nsswitch-usr.diff, euc-kr-overrun.patch,
  riscv-syscall-clobber.patch, nscd-gc-cycle.patch: Added.
- nscd-senfile.patch: Fix concurrent changes on nscd aware files
  (bsc#1171878, BZ #23178)
- nscd-prune.patch: nscd: bump GC cycle during cache pruning (bsc#1171878,
  BZ #26130)
- syslog-locking.patch: Correct locking and cancellation cleanup in syslog
  functions (bsc#1172085, BZ #26100)
- nptl-setxid-race.patch: nptl: wait for pending setxid request also in
  detached thread (bsc#1162930, BZ #25942)
- glob-use-after-free.patch: Fix use-after-free in glob when expanding
  ~user (CVE-2020-1752, bsc#1167631, BZ #25414)
- dl-sort-maps.patch, dlopen-filter-object.patch: Allow dlopen of filter
  object to work (bsc#1166106, BZ #16272)
- ldbl-96-rem-pio2l.patch: Avoid ldbl-96 stack corruption from range
  reduction of pseudo-zero (CVE-2020-10029, bsc#1165784, BZ #25487)
- pthread-rwlock-pwn.patch: Fix rwlock stall with
  PREFER_WRITER_NONRECURSIVE_NP (bsc#1164505, BZ #23861)
- manual-memory-protection.patch: manual: Document mprotect and introduce
  section on memory protection (bsc#1163184)
- backtrace-powerpc.patch: Fix array overflow in backtrace on PowerPC
  (CVE-2020-1751, bsc#1158996, BZ #25423)
- posix-Add-internal-symbols-for-posix_spawn-interface.patch,
  glibc-2.29-posix-Use-posix_spawn-on-popen.patch: Use posix_spawn on
  popen (bsc#1149332, BZ #22834)
- ppc-tle-htm-nosc.patch: powerpc: Fix syscalls during early process
  initialization (SLE-8348, BZ #22685)
- s390-strstr-page-boundary.patch: S390: Fix handling of needles crossing
  a page in strstr z15 ifunc-variant (bsc#1157893, BZ #25226)
- prefer-map-32bit-exec.patch: rtld: Check __libc_enable_secure before
  honoring LD_PREFER_MAP_32BIT_EXEC (CVE-2019-19126, bsc#1157292, BZ
  [#25204])
- GNU1815 - Hardware support in toolchain (bsc#1151582)
  0001-S390-Add-configure-check-to-detect-z10-as-mininum-ar.patch
  0002-S390-Use-hwcap-instead-of-dl_hwcap-in-ifunc-resolver.patch
  0003-S390-Unify-31-64bit-memcpy.patch
  0004-S390-Refactor-memcpy-mempcpy-ifunc-handling.patch
  0005-S390-Remove-s390-specific-implementation-of-bcopy.patch
  0006-S390-Use-memcpy-for-forward-cases-in-memmove.patch
  0007-S390-Add-configure-check-to-detect-z13-as-mininum-ar.patch
  0008-S390-Add-z13-memmove-ifunc-variant.patch
  0009-S390-Add-z13-strstr-ifunc-variant.patch
  0010-S390-Add-z13-memmem-ifunc-variant.patch
  0011-S390-Cleanup-ifunc-resolve.h.patch
  0012-S390-Mark-vx-and-vxe-as-important-hwcap.patch
  0013-S390-Add-new-hwcap-values-for-new-cpu-architecture-a.patch
  0014-S390-Add-configure-check-to-detect-support-for-arch1.patch
  0015-S390-Add-arch13-memmove-ifunc-variant.patch
  0016-S390-Add-arch13-strstr-ifunc-variant.patch
  0017-S390-Add-arch13-memmem-ifunc-variant.patch
- regex-parse-reg-exp.patch: ERE '0|()0|1|0' causes regexec undefined
  behavior (CVE-2009-5155, bsc#1127223, BZ #18986)
- regex-read-overrun.patch: regex: fix read overrun (CVE-2019-9169,
  bsc#1127308, BZ #24114)
- crt-nocompress-debug-sections.patch: Don't compress debug sections in
  crt*.o files (bsc#1123710)
- ldconfig-concurrency.patch: Avoid concurrency problem in ldconfig
  (bsc#1117993, BZ #23973)
- force-elision-race.patch: Fix race in pthread_mutex_lock while promoting
  to PTHREAD_MUTEX_ELISION_NP (bsc#1131330, BZ #23275)
- japanese-era-name-may-2019.patch: ja_JP locale: Add entry for the new
  Japanese era (bsc#1100396, BZ #22964)
- pthread-mutex-trylock-barrier.patch: pthread_mutex_trylock does not use
  the correct order of instructions while maintaining the robust mutex
  list due to missing compiler barriers (bsc#1130045, BZ #24180)
- getaddrinfo-parse-ipv4-address.patch: getaddrinfo: Fully parse IPv4
  address strings (CVE-2016-10739, bsc#1122729, BZ #20018)
- mman-map-sync.patch: Add MAP_SYNC from Linux 4.15 (bsc#1126590)
- mman-linux-map-shared-validate.patch: Add MAP_SHARED_VALIDATE from Linux
  4.15 (bsc#1126590)
- nptl-setxid-error.patch: nptl: Preserve error in setxid thread broadcast
  in coredumps (bsc#1063675, BZ #22153)
- x86-haswell-string-flags.patch: Fix Haswell CPU string flags
  (bsc#1114984, BZ #23709)
- pthread-cond-broadcast-waiters-after-spinning.patch: Fix
  waiters-after-spinning case (bsc#1114993, BZ #23538)
- absolute-symbols.patch: Don't relocate absolute symbols (bsc#1112570, BZ
  [#19818])
- glibc-fix-aarch64-build.diff: Fix build on aarch64 with
  binutils newer than 2.30.
- Add glibc-locale-base subpackage containing only C, C.UTF-8 and
  en_US.UTF-8 locales (fate#326551)
- aarch64-hwcap-atomics.patch: aarch64: add HWCAP_ATOMICS to
  HWCAP_IMPORTANT (fate#325962)
- math-remove-slow-path.patch: Remove slow paths from math routines
  (fate#325815, fate#325879, fate#325880, fate#325881, fate#325882)
- localtime-2039.patch: Fix year 2039 bug for localtime with 64-bit time_t
  (bsc#1102526, BZ #22639)
- i386-memmove-sse2-unaligned.patch: Fix SSE2 memmove issue when crossing
  2GB boundary (CVE-2017-18269, bnc#1094150, BZ #22644)
- realpath-ssize-max-overflow.patch: Fix overflow in path length
  computation (CVE-2018-11236, bsc#1094161, BZ #22786)
- glibc-fix-avx512-mempcpy.patch: replace with upstream version
- Use %license also for COPYING and COPYING.LIB (bsc#1082318)
- Add glibc-fix-avx512-mempcpy.patch as quick fix for mempcpy
  buffer overwrite in memmove-avx512-no-vzeroupper.S for Knights
  Landing CPUs (CVE-2018-11237, bnc#1094154, bnc#1092877, BZ #23196)
- Readd nis to netgroup and automount nss config (bsc#1088860)
- res-send-enomem.patch: Fix crash in resolver on memory allocation
  failure (bsc#1086690, BZ #23005)
- Use %license (bsc#1082318)
- stack-guard-size-accounting.patch: Fix stack guard size accounting
  (bsc#1074208, BZ #22637)
- libgcc-rtld-now.patch: Open libgcc.so with RTLD_NOW during
  pthread_cancel (bsc#1074208, BZ #22636)
- Mark source0 as nosource in non-main source rpms
- Add systemtap-headers to BuildRequires.
- Add --enable-systemtap to configure arguments. (fate#324969,
  bsc#1073636)
- memalign-overflow.patch: Fix integer overflows in internal memalign and
  malloc functions (CVE-2018-6485, CVE-2018-6551, bsc#1079036, BZ #22343,
  BZ #22774)
- fix-locking-in-_IO_cleanup.patch: Skip locked files during exit
  (bsc#1070491, BZ #15142)
- Avoid duplicate source rpm
- getcwd-absolute.patch: make getcwd(3) fail if it cannot obtain an
  absolute path (CVE-2018-1000001, bsc#1074293, BZ #22679)
- dl-init-paths-overflow.patch: Count components of the expanded path in
  _dl_init_path (CVE-2017-1000408, CVE-2017-1000409, bsc#1071319, BZ
  [#22607], BZ #22627)
- fillin-rpath-empty-tokens.patch: Check for empty tokens before dynamic
  string token expansion (CVE-2017-16997, bsc#1073231, BZ #22625)
- tst-tlsopt-powerpc.patch: fix tst-tlsopt-powerpc (bcn#1070419)
- powerpc-hwcap-bits.patch: Update HWCAP for powerpc (bnc#1070420)
- malloc-tcache-check-overflow.patch: Fix integer overflow in malloc when
  tcache is enabled (CVE-2017-17426, bnc#1071479, BZ #22375)
- Add _multibuild
- glob64-s390.patch: no compat glob64 on s390
- noversion.tar.bz2: remove unused source
- x86-64-dl-platform.patch: Don't set GLRO(dl_platform) to NULL (BZ #22299)
- spawni-assert.patch: Fix improper assert in Linux posix_spawn (BZ
  [#22273])
- math-c++-compat.patch: Add more C++ compatibility (BZ #22296)
- malloc-tcache-leak.patch: Fix tcache leak after thread destruction (BZ
  [#22111])
- falkor-memcpy-memmove.patch: Optimized implementation of memcpy/memmove
  for Qualcomm Falkor
- aarch64-cpu-features.patch: Fix glibc.tune.cpu tunable handling
- nss-files-large-buffers.patch: Avoid large buffers with many host
  addresses (BZ #22078)
- sysconf-uio-maxiov.patch: Fix missing definition of UIO_MAXIOV (BZ
  [#22321])
- glob-tilde-overflow.patch: Fix buffer overflows with GLOB_TILDE
  (CVE-2017-15670, CVE-2017-15671, CVE-2017-15804,
  bsc#1064569. bsc#1064580, bsc#1064583, BZ #22320, BZ #22325, BZ #22332)
- dl-runtime-resolve-xsave.patch: Use fxsave/xsave/xsavec in
  _dl_runtime_resolve (BZ #21265)
- nscd-libnsl.patch: Remove reference to libnsl from nscd (bsc#1062244)
- Drop glibc-obsolete
- glibc-2.3.90-noversion.diff: remove
- reinitialize-dl_load_write_lock.patch: remove
- nss-compat.patch: Move nss_compat from nis to nss subdir and install it
  unconditionally
- nsswitch.conf: switch back to compat for passwd, group, shadow
- assert-pedantic.patch: Suppress pedantic warning caused by statement
  expression (BZ #21242, BZ #21972)
- math-c++-compat.patch: Add more C++ compatibility (BZ #22235)
- getaddrinfo-errno.patch: Fix errno and h_errno handling in getaddrinfo
  (BZ #21915, BZ #21922)
- resolv-conf-oom.patch: Fix memory handling in OOM situation during
  resolv.conf parsing (BZ #22095, BZ #22096)
- dynarray-allocation.patch: Fix initial size of dynarray allocation and
  set errno on overflow error
- nearbyint-inexact.patch: Avoid spurious inexact in nearbyint (BZ #22225)
- math-c++-compat.patch: add more C++ compatibility (BZ #22146)
- Remove rpcsvc/yppasswd.* from glibc-devel
- ld-so-hwcap-x86-64.patch: add x86_64 to hwcap (bsc#1056606, BZ #22093)
- eh-frame-zero-terminator.patch: Properly terminate .eh_frame (BZ #22051)
- Disable obsolete libnsl and NIS support
- remove-nss-nis-compat.patch: remove nis and compat from default NSS
  configs
- nsswitch.conf: Likewise
- math-c++-compat.patch: Do not use __builtin_types_compatible_p in C++
  mode (BZ #21930)
- Add iconvconfig to baselibs.conf (bsc#1051042)
- resolv-context-leak.patch: Fix leaks of resolver contexts
- dl-runtime-resolve-opt-avx512f.patch: Use _dl_runtime_resolve_opt only
  with AVX512F (BZ #21871)
- libpthread-compat-wrappers.patch: Don't use IFUNC resolver for longjmp
  or system in libpthread (BZ #21041)
- Update to glibc 2.26
  * A per-thread cache has been added to malloc
  * Unicode 10.0.0 Support
  * Improvements to the DNS stub resolver
  * New function reallocarray, which resizes an allocated block (like
    realloc) to the product of two sizes, with a guaranteed clean failure
    upon integer overflow in the multiplication
  * New wrappers for the Linux-specific system calls preadv2 and pwritev2
  * posix_spawnattr_setflags now supports the flag POSIX_SPAWN_SETSID, to
    create a new session ID for the spawned process
  * errno.h is now safe to use from C-preprocessed assembly language on all
    supported operating systems
  * On ia64, powerpc64le, x86-32, and x86-64, the math library now implements
    128-bit floating point as defined by ISO/IEC/IEEE 60559:2011 (IEEE
    754-2008) and ISO/IEC TS 18661-3:2015
  * The synchronization that pthread_spin_unlock performs has been changed to
    now be equivalent to a C11 atomic store with release memory order to the
    spin lock's memory location
  * The DNS stub resolver no longer performs EDNS fallback
  * res_mkquery and res_nmkquery no longer support the IQUERY opcode
  * The _res_opcodes variable has been removed from libresolv
  * <string.h> no longer includes inline versions of any string functions,
    as this kind of optimization is better done by the compiler
  * The nonstandard header <xlocale.h> has been removed
  * The obsolete header <sys/ultrasound.h> has been removed
  * The obsolete signal constant SIGUNUSED is no longer defined by <signal.h>
  * The obsolete function cfree has been removed
  * The stack_t type no longer has the name struct sigaltstack
  * The ucontext_t type no longer has the name struct ucontext
  * On S/390 GNU/Linux, the constants defined by <sys/ptrace.h> have been
    synced with the kernel
  * Linux kernel 3.2 or later is required at runtime, on all architectures
    supported by that kernel
  * The DNS stub resolver limits the advertised UDP buffer size to 1200 bytes,
    to avoid fragmentation-based spoofing attacks (CVE-2017-12132)
  * LD_LIBRARY_PATH is now ignored in binaries running in privileged
    AT_SECURE mode to guard against local privilege escalation attacks
    (CVE-2017-1000366)
  * Avoid printing a backtrace from the __stack_chk_fail function since it
    is called on a corrupt stack and a backtrace is unreliable on a
    corrupt stack (CVE-2010-3192)
  * A use-after-free vulnerability in clntudp_call in the Sun RPC system
    has been fixed (CVE-2017-12133)
  * fate#322258, fate#321513, fate#322453
- fts-symbol-redirect.patch, glibc-resolv-reload.diff, glibc-2.2-sunrpc.diff,
  i686-memchr-sse.patch, ld-hwcap-mask-suid.patch, ld-library-path-suid.patch,
  sunrpc-use-after-free.patch, test-math-vector-sincos-aliasing.patch,
  tunables-bigendian.patch: Removed
- Fix RPM group
- s390-elision-enable-envvar.patch: enable TLE only if
  GLIBC_ELISION_ENABLE=yes is defined (fate#322271)
- ld-hwcap-mask-suid.patch: Ignore and remove LD_HWCAP_MASK for AT_SECURE
  programs (BZ #21209)
- ld-library-path-suid.patch: Completely ignore LD_LIBRARY_PATH for
  AT_SECURE=1 programs (CVE-2017-1000366, bsc#1039357, BZ #21624)
- Remove glibc-cpusetsize.diff, no longer useful
- fts-symbol-redirect.patch: Fix symbol redirect for fts_set (bsc#1041123,
  BZ #21289)
- test-math-vector-sincos-aliasing.patch: Fix test-math-vector-sincos.h
  aliasing
- add-locales.patch: renamed from glibc-2.3.locales.diff.bz2, drop en_BE
  locales (bsc#1039502)
- Remove glibc-testsuite.patch, no longer relevant
- Use multibuild feature
- Remove obsolete check-build.sh
- glibc.rpmlintrc: remove obsolete entries
- Use %tmpfiles_create in nscd postin
- i686-memchr-sse.patch: Fix i686 memchr overflow calculation
  (bsc#1031021, BZ #21182)
- sunrpc-use-after-free.patch: Avoid use-after-free read access in
  clntudp_call (BZ #21115)
- Build testsuite with gdb and python-pexpect to enable more tests
- tunables-bigendian.patch: Fix getting tunable values on big-endian (BZ
  [#21109])
- Update to glibc 2.25
  * The feature test macro __STDC_WANT_LIB_EXT2__, from ISO/IEC TR
    24731-2:2010, is supported to enable declarations of functions from that
    TR.
  * The feature test macro __STDC_WANT_IEC_60559_BFP_EXT__, from ISO/IEC TS
    18661-1:2014, is supported to enable declarations of functions and macros
    from that TS.
  * The feature test macro __STDC_WANT_IEC_60559_FUNCS_EXT__, from ISO/IEC TS
    18661-4:2015, is supported to enable declarations of functions and macros
    from that TS.
  * The nonstandard feature selection macros _REENTRANT and _THREAD_SAFE are
    now treated as compatibility synonyms for _POSIX_C_SOURCE=199506L.
  * The inclusion of <sys/sysmacros.h> by <sys/types.h> is deprecated.
  * New <fenv.h> features from TS 18661-1:2014 are added to libm: the
    fesetexcept, fetestexceptflag, fegetmode and fesetmode functions, the
    femode_t type and the FE_DFL_MODE and FE_SNANS_ALWAYS_SIGNAL macros.
  * Integer width macros from TS 18661-1:2014 are added to <limits.h>:
    CHAR_WIDTH, SCHAR_WIDTH, UCHAR_WIDTH, SHRT_WIDTH, USHRT_WIDTH, INT_WIDTH,
    UINT_WIDTH, LONG_WIDTH, ULONG_WIDTH, LLONG_WIDTH, ULLONG_WIDTH; and to
    <stdint.h>: INT8_WIDTH, UINT8_WIDTH, INT16_WIDTH, UINT16_WIDTH,
    INT32_WIDTH, UINT32_WIDTH, INT64_WIDTH, UINT64_WIDTH, INT_LEAST8_WIDTH,
    UINT_LEAST8_WIDTH, INT_LEAST16_WIDTH, UINT_LEAST16_WIDTH,
    INT_LEAST32_WIDTH, UINT_LEAST32_WIDTH, INT_LEAST64_WIDTH,
    UINT_LEAST64_WIDTH, INT_FAST8_WIDTH, UINT_FAST8_WIDTH, INT_FAST16_WIDTH,
    UINT_FAST16_WIDTH, INT_FAST32_WIDTH, UINT_FAST32_WIDTH, INT_FAST64_WIDTH,
    UINT_FAST64_WIDTH, INTPTR_WIDTH, UINTPTR_WIDTH, INTMAX_WIDTH,
    UINTMAX_WIDTH, PTRDIFF_WIDTH, SIG_ATOMIC_WIDTH, SIZE_WIDTH, WCHAR_WIDTH,
    WINT_WIDTH.
  * New <math.h> features are added from TS 18661-1:2014:
  - Signaling NaN macros: SNANF, SNAN, SNANL.
  - Nearest integer functions: roundeven, roundevenf, roundevenl, fromfp,
    fromfpf, fromfpl, ufromfp, ufromfpf, ufromfpl, fromfpx, fromfpxf,
    fromfpxl, ufromfpx, ufromfpxf, ufromfpxl.
  - llogb functions: the llogb, llogbf and llogbl functions, and the
    FP_LLOGB0 and FP_LLOGBNAN macros.
  - Max-min magnitude functions: fmaxmag, fmaxmagf, fmaxmagl, fminmag,
    fminmagf, fminmagl.
  - Comparison macros: iseqsig.
  - Classification macros: iscanonical, issubnormal, iszero.
  - Total order functions: totalorder, totalorderf, totalorderl,
    totalordermag, totalordermagf, totalordermagl.
  - Canonicalize functions: canonicalize, canonicalizef, canonicalizel.
  - NaN functions: getpayload, getpayloadf, getpayloadl, setpayload,
    setpayloadf, setpayloadl, setpayloadsig, setpayloadsigf, setpayloadsigl.
  * The functions strfromd, strfromf, and strfroml, from ISO/IEC TS 18661-1:2014,
    are added to libc.
  * Most of glibc can now be built with the stack smashing protector enabled.
  * The function explicit_bzero, from OpenBSD, has been added to libc.
  * On ColdFire, MicroBlaze, Nios II and SH3, the float_t type is now defined
    to float instead of double.
  * On x86_64, when compiling with -mfpmath=387 or -mfpmath=sse+387, the
    float_t and double_t types are now defined to long double instead of float
    and double.
  * The getentropy and getrandom functions, and the <sys/random.h> header file
    have been added.
  * The buffer size for byte-oriented stdio streams is now limited to 8192
    bytes by default.
  * The <sys/quota.h> header now includes the <linux/quota.h> header.
  * The malloc_get_state and malloc_set_state functions have been removed.
  * The “ip6-dotint” and “no-ip6-dotint” resolver options, and the
    corresponding RES_NOIP6DOTINT flag from <resolv.h> have been removed.
  * The "/ip6-bytestring"/ resolver option and the corresponding RES_USEBSTRING
    flag from <resolv.h> have been removed.
  * The flags RES_AAONLY, RES_PRIMARY, RES_NOCHECKNAME, RES_KEEPTSIG,
    RES_BLAST defined in the <resolv.h> header file have been deprecated.
  * The "/inet6"/ option in /etc/resolv.conf and the RES_USE_INET6 flag for
    _res.flags are deprecated.
  * DNSSEC-related declarations and definitions have been removed from the
    <arpa/nameser.h> header file, and libresolv will no longer attempt to
    decode the data part of DNSSEC record types.
  * The resource record type classification macros ns_t_qt_p, ns_t_mrr_p,
    ns_t_rr_p, ns_t_udp_p, ns_t_xfr_p have been removed from the
    <arpa/nameser.h> header file because the distinction between RR types and
    meta-RR types is not officially standardized, subject to revision, and
    thus not suitable for encoding in a macro.
  * The types res_sendhookact, res_send_qhook, re_send_rhook, and the qhook
    and rhook members of the res_state type in <resolv.h> have been removed.
  * For multi-arch support it is recommended to use a GCC which has
    been built with support for GNU indirect functions.
  * GDB pretty printers have been added for mutex and condition variable
    structures in POSIX Threads.
  * Tunables feature added to allow tweaking of the runtime for an application
    program.
  * A new version of condition variables functions have been implemented in
    the NPTL implementation of POSIX Threads to provide stronger ordering
    guarantees.
  * A new version of pthread_rwlock functions have been implemented to use a more
    scalable algorithm primarily through not using a critical section anymore to
    make state changes.
  * On ARM EABI (32-bit), generating a backtrace for execution contexts which
    have been created with makecontext could fail to terminate due to a
    missing .cantunwind annotation.  (CVE-2016-6323)
  * The DNS stub resolver functions would crash due to a NULL pointer
    dereference when processing a query with a valid DNS question type which
    was used internally in the implementation. (CVE-2015-5180)
- Enable stack protector if part of %optflags
- startcontext-cantunwind.patch: Removed
- cpuid-assertion.patch: Removed
- cpuid-assertion.patch: Don't assert on older Intel CPUs (BZ #20647)
- glibc-2.3.3-nscd-db-path.diff: Move persistent nscd databases to
  /var/lib/nscd
- glibc-2.3.90-langpackdir.diff: simplify
- Update to glibc 2.24
  * The minimum Linux kernel version that this version of the GNU C Library
    can be used with is 3.2
  * The pap_AN locale has been deleted
  * The readdir_r and readdir64_r functions have been deprecated
  * The type `union wait' has been removed
  * A new NSS action is added to facilitate large distributed system
    administration
  * The deprecated __malloc_initialize_hook variable has been removed from
    the API
  * The long unused localedef --old-style option has been removed
  * nextupl, nextup, nextupf, nextdownl, nextdown and nextdownf are added
    to libm
  * An unnecessary stack copy in _nss_dns_getnetbyname_r was removed
    (CVE-2016-3075)
  * Previously, getaddrinfo copied large amounts of address data to the
    stack, even after the fix for CVE-2013-4458 has been applied,
    potentially resulting in a stack overflow.  getaddrinfo now uses a
    heap allocation instead (CVE-2016-3706)
  * The glob function suffered from a stack-based buffer overflow when it
    was called with the GLOB_ALTDIRFUNC flag and encountered a long file
    name (CVE-2016-1234)
  * The Sun RPC UDP client could exhaust all available stack space when
    flooded with crafted ICMP and UDP messages (CVE-2016-4429)
  * The IPv6 name server management code in libresolv could result in a
    memory leak for each thread which is created, performs a failing
    naming lookup, and exits (CVE-2016-5417)
- startcontext-cantunwind.patch: mark __startcontext as .cantunwind
  (bsc#974800, BZ #20435)
- Removed patches:
  * 0001-Updated-translations-for-2.23.patch
  * 0002-Regenerate-libc.pot-for-2.23.patch
  * 0003-Regenerated-configure-scripts.patch
  * 0004-x86_64-Set-DL_RUNTIME_UNALIGNED_VEC_SIZE-to-8.patch
  * 0005-Add-fts64_-to-sysdeps-arm-nacl-libc.abilist.patch
  * 0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch
  * 0007-NEWS-2.23-Fix-typo-in-bug-19048-text.patch
  * 0008-Update-NEWS.patch
  * 0009-sln-use-stat64.patch
  * 0010-Add-sys-auxv.h-wrapper-to-include-sys.patch
  * 0011-mips-terminate-the-FDE-before-the-return-trampoline-.patch
  * 0012-Use-HAS_ARCH_FEATURE-with-Fast_Rep_String.patch
  * 0013-Mention-BZ-19762-in-NEWS.patch
  * 0014-Define-_HAVE_STRING_ARCH_mempcpy-to-1-for-x86.patch
  * 0015-Or-bit_Prefer_MAP_32BIT_EXEC-in-EXTRA_LD_ENVVARS.patch
  * 0016-Fix-resource-leak-in-resolver-bug-19257.patch
  * 0017-math-don-t-clobber-old-libm.so-on-install-BZ-19822.patch
  * 0018-resolv-Always-set-resplen2-out-parameter-in-send_dg-.patch
  * 0019-S390-Save-and-restore-fprs-vrs-while-resolving-symbo.patch
  * 0020-S390-Extend-structs-La_s390_regs-La_s390_retval-with.patch
  * 0021-CVE-2016-3075-Stack-overflow-in-_nss_dns_getnetbynam.patch
  * 0022-configure-fix-test-usage.patch
  * 0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch
  * 0024-nss_db-Propagate-ERANGE-error-if-parse_line-fails-BZ.patch
  * 0025-getnameinfo-Do-not-preserve-errno.patch
  * 0026-getnameinfo-Refactor-and-fix-memory-leak-BZ-19642.patch
  * 0027-getnameinfo-Reduce-line-length-and-add-missing-comme.patch
  * 0028-getnameinfo-Avoid-calling-strnlen-on-uninitialized-b.patch
  * 0029-getnameinfo-Return-EAI_OVERFLOW-in-more-cases-BZ-197.patch
  * 0030-hesiod-Remove-RCS-keywords.patch
  * 0031-hesiod-Always-use-thread-local-resolver-state-BZ-195.patch
  * 0032-hesiod-Avoid-heap-overflow-in-get_txt_records-BZ-200.patch
  * 0033-malloc-Remove-NO_THREADS.patch
  * 0034-Fix-malloc-threaded-tests-link-on-non-Linux.patch
  * 0035-malloc-Run-fork-handler-as-late-as-possible-BZ-19431.patch
  * 0036-malloc-Remove-malloc-hooks-from-fork-handler.patch
  * 0037-malloc-Add-missing-internal_function-attributes-on-f.patch
  * 0038-nss_dns-Fix-assertion-failure-in-_nss_dns_getcanonna.patch
  * 0039-nss_dns-Validate-RDATA-length-against-packet-length-.patch
  * 0040-resolv-nss_dns-Remove-remaining-syslog-logging-BZ-19.patch
  * 0041-nss_dns-Check-address-length-before-creating-addrinf.patch
  * 0042-nss_dns-Skip-over-non-PTR-records-in-the-netent-code.patch
  * 0043-resolv-Always-set-resplen2-out-parameter-in-send_vc-.patch
  * 0044-tst-audit4-tst-audit10-Compile-AVX-AVX-512-code-sepa.patch
  * 0045-Fix-tst-audit10-build-when-mavx512f-is-not-supported.patch
  * 0046-tst-audit10-Fix-compilation-on-compilers-without-bit.patch
  * 0047-strfmon_l-Use-specified-locale-for-number-formatting.patch
  * 0048-glob-Simplify-the-interface-for-the-GLOB_ALTDIRFUNC-.patch
  * 0049-CVE-2016-1234-glob-Do-not-copy-d_name-field-of-struc.patch
  * 0050-ldconfig-Do-not-remove-stale-symbolic-links-with-X-B.patch
  * 0051-Report-dlsym-dlvsym-lookup-errors-using-dlerror-BZ-1.patch
  * 0052-Fix-tst-dlsym-error-build.patch
  * 0053-Remove-trailing-newline-from-date_fmt-in-Serbian-loc.patch
  * 0054-Revert-Report-dlsym-dlvsym-lookup-errors-using-dlerr.patch
  * 0055-CVE-2016-3706-getaddrinfo-stack-overflow-in-hostent-.patch
  * 0056-Fix-strfmon_l-Use-specified-locale-for-number-format.patch
  * clntudp-call-alloca.patch
  * glibc-memset-nontemporal.diff
  * nis-initgroups-status.patch
  * nscd-gc-crash.patch
  * robust-mutex-deadlock.patch
  * strncat-avoid-array-bounds-warning.patch
- strncat-avoid-array-bounds-warning.patch: Avoid array-bounds warning for
  stncat on i586 (BZ #20260)
- Update glibc.keyring
- Unset MALLOC_CHECK_ during testsuite run
- nsswitch.conf: Add fallback to files for passwd and group to prepare for
  libnsl removal.
- nis-initgroups-status.patch: Return proper status from
  _nss_nis_initgroups_dyn (bsc#984269, BZ #20262)
- robust-mutex-deadlock.patch: Fix generic __lll_robust_timedlock_wait to
  check for timeout (bsc#985170, BZ #20263)
- nscd-gc-crash.patch: Fix nscd assertion failure in gc (bsc#965699, BZ
  [#19755])
- clntudp-call-alloca.patch: do not use alloca in clntudp_call
  (CVE-2016-4429, bsc#980854, BZ #20112)
- Import patches from 2.23 branch
  0001-Updated-translations-for-2.23.patch
  0002-Regenerate-libc.pot-for-2.23.patch
  0003-Regenerated-configure-scripts.patch
  0004-x86_64-Set-DL_RUNTIME_UNALIGNED_VEC_SIZE-to-8.patch
  0005-Add-fts64_-to-sysdeps-arm-nacl-libc.abilist.patch
  0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch
  0007-NEWS-2.23-Fix-typo-in-bug-19048-text.patch
  0008-Update-NEWS.patch
  0009-sln-use-stat64.patch
  0010-Add-sys-auxv.h-wrapper-to-include-sys.patch
  0011-mips-terminate-the-FDE-before-the-return-trampoline-.patch
  0012-Use-HAS_ARCH_FEATURE-with-Fast_Rep_String.patch
  0013-Mention-BZ-19762-in-NEWS.patch
  0014-Define-_HAVE_STRING_ARCH_mempcpy-to-1-for-x86.patch
  0015-Or-bit_Prefer_MAP_32BIT_EXEC-in-EXTRA_LD_ENVVARS.patch
  0016-Fix-resource-leak-in-resolver-bug-19257.patch
  0017-math-don-t-clobber-old-libm.so-on-install-BZ-19822.patch
  0018-resolv-Always-set-resplen2-out-parameter-in-send_dg-.patch
  0019-S390-Save-and-restore-fprs-vrs-while-resolving-symbo.patch
  0020-S390-Extend-structs-La_s390_regs-La_s390_retval-with.patch
  0021-CVE-2016-3075-Stack-overflow-in-_nss_dns_getnetbynam.patch
  0022-configure-fix-test-usage.patch
  0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch
  0024-nss_db-Propagate-ERANGE-error-if-parse_line-fails-BZ.patch
  0025-getnameinfo-Do-not-preserve-errno.patch
  0026-getnameinfo-Refactor-and-fix-memory-leak-BZ-19642.patch
  0027-getnameinfo-Reduce-line-length-and-add-missing-comme.patch
  0028-getnameinfo-Avoid-calling-strnlen-on-uninitialized-b.patch
  0029-getnameinfo-Return-EAI_OVERFLOW-in-more-cases-BZ-197.patch
  0030-hesiod-Remove-RCS-keywords.patch
  0031-hesiod-Always-use-thread-local-resolver-state-BZ-195.patch
  0032-hesiod-Avoid-heap-overflow-in-get_txt_records-BZ-200.patch
  0033-malloc-Remove-NO_THREADS.patch
  0034-Fix-malloc-threaded-tests-link-on-non-Linux.patch
  0035-malloc-Run-fork-handler-as-late-as-possible-BZ-19431.patch
  0036-malloc-Remove-malloc-hooks-from-fork-handler.patch
  0037-malloc-Add-missing-internal_function-attributes-on-f.patch
  0038-nss_dns-Fix-assertion-failure-in-_nss_dns_getcanonna.patch
  0039-nss_dns-Validate-RDATA-length-against-packet-length-.patch
  0040-resolv-nss_dns-Remove-remaining-syslog-logging-BZ-19.patch
  0041-nss_dns-Check-address-length-before-creating-addrinf.patch
  0042-nss_dns-Skip-over-non-PTR-records-in-the-netent-code.patch
  0043-resolv-Always-set-resplen2-out-parameter-in-send_vc-.patch
  0044-tst-audit4-tst-audit10-Compile-AVX-AVX-512-code-sepa.patch
  0045-Fix-tst-audit10-build-when-mavx512f-is-not-supported.patch
  0046-tst-audit10-Fix-compilation-on-compilers-without-bit.patch
  0047-strfmon_l-Use-specified-locale-for-number-formatting.patch
  0048-glob-Simplify-the-interface-for-the-GLOB_ALTDIRFUNC-.patch
  0049-CVE-2016-1234-glob-Do-not-copy-d_name-field-of-struc.patch
  0050-ldconfig-Do-not-remove-stale-symbolic-links-with-X-B.patch
  0051-Report-dlsym-dlvsym-lookup-errors-using-dlerror-BZ-1.patch
  0052-Fix-tst-dlsym-error-build.patch
  0053-Remove-trailing-newline-from-date_fmt-in-Serbian-loc.patch
  0054-Revert-Report-dlsym-dlvsym-lookup-errors-using-dlerr.patch
  0055-CVE-2016-3706-getaddrinfo-stack-overflow-in-hostent-.patch
  0056-Fix-strfmon_l-Use-specified-locale-for-number-format.patch
- CVE-2016-3075 CVE-2016-1234 CVE-2016-3706 bsc#973164 bsc#969727
- resolv-mem-leak.patch: renamed to
  0016-Fix-resource-leak-in-resolver-bug-19257.patch
- no-long-double.patch: renamed to
  0006-Don-t-use-long-double-math-functions-if-NO_LONG_DOUB.patch
- glibc-gcc6.patch: renamed to
  0023-Suppress-GCC-6-warning-about-ambiguous-else-with-Wpa.patch
- glibc-c-utf8-locale.patch: fix bad standard in LC_IDENTIFICATION categories
- glibc-2.3.locales.diff.bz2: likewise
- glibc-gcc6.patch: Suppress GCC 6 warning about ambiguous 'else' with
  - Wparentheses
- Add compatibility symlinks for LSB 3.0 (fate#318933)
- powerpc-elision-enable-envvar.patch: enable TLE only if
  GLIBC_ELISION_ENABLE=yes is defined (bsc#967594, fate#318236)
- ldd-system-interp.patch: Restore warning about execution permission, it
  is still needed for noexec mounts (bsc#915985)
- Add C.UTF-8 locale (see https://sourceware.org/glibc/wiki/Proposals/C.UTF-8)
  and rh#902094 . Added with glibc-c-utf8-locale.patch.
- Add glibc-disable-gettext-for-c-utf8.patch to disable gettext for
  C.UTF-8 same as C locale.
- Move %install_info_delete to %preun
- crypt_blowfish-1.3.tar.gz.sign: Remove, the sign key is no longer
  acceptable
- no-long-double.patch: Don't use long double functions if NO_LONG_DOUBLE
- Update to glibc 2.23 release.
  * Unicode 8.0.0 Support
  * sched_setaffinity, pthread_setaffinity_np no longer attempt to guess
    the kernel-internal CPU set size
  * The fts.h header can now be used with -D_FILE_OFFSET_BITS=64
  * getaddrinfo now detects certain invalid responses on an internal
    netlink socket
  * A defect in the malloc implementation, present since glibc 2.15 (2012)
    or glibc 2.10 via --enable-experimental-malloc (2009), could result in
    the unnecessary serialization of memory allocation requests across
    threads
  * The obsolete header <regexp.h> has been removed
  * The obsolete functions bdflush, create_module, get_kernel_syms,
    query_module and uselib are no longer available to newly linked
    binaries
  * Optimized string, wcsmbs and memory functions for IBM z13.
  * Newly linked programs that define a variable called signgam will no
    longer have it set by the lgamma, lgammaf and lgammal functions
- Removed patches:
  * dont-remove-nodelete-flag.patch
  * openat64-readd-o-largefile.patch
  * mntent-blank-line.patch
  * opendir-o-directory-check.patch
  * strcoll-remove-strdiff-opt.patch
  * ld-pointer-guard.patch
  * tls-dtor-list-mangling.patch
  * powerpc-lock-elision-race.patch
  * prelink-elf-rtype-class.patch
  * vector-finite-math-aliases.patch
  * powerpc-elision-adapt-param.patch
  * catopen-unbound-alloca.patch
  * strftime-range-check.patch
  * hcreate-overflow-check.patch
  * errorcheck-mutex-no-elision.patch
  * refactor-nan-parsing.patch
  * send-dg-buffer-overflow.patch
  * isinf-cxx11-conflict.patch
  * ibm93x-redundant-shift-si.patch
  * iconv-reset-input-buffer.patch
  * tzset-tzname.patch
  * static-dlopen.patch
- isinf-cxx11-conflict.patch: Fix isinf/isnan declaration conflict with
  C++11 (bsc#963700, BZ #19439)
- tls-dtor-list-mangling.patch: Harden tls_dtor_list with pointer mangling
  (BZ #19018)
- prelink-elf-rtype-class.patch: Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits
  for prelink (BZ #19178)
- vector-finite-math-aliases.patch: Better workaround for aliases of
  * _finite symbols in vector math library (BZ# 19058)
- powerpc-elision-adapt-param.patch: powerpc: Fix usage of elision
  transient failure adapt param (BZ #19174)
- catopen-unbound-alloca.patch: Fix unbound alloca in catopen
  (CVE-2015-8779, bsc#962739, BZ #17905)
- strftime-range-check.patch: Add range check on time fields
  (CVE-2015-8776, bsc#962736, BZ #18985)
- hcreate-overflow-check.patch: Handle overflow in hcreate (CVE-2015-8778,
  bsc#962737, BZ #18240)
- errorcheck-mutex-no-elision.patch: Don't do lock elision on an error
  checking mutex (bsc#956716, BZ #17514)
- refactor-nan-parsing.patch: Refactor strtod parsing of NaN payloads
  (CVE-2014-9761, bsc#962738, BZ #16962)
- send-dg-buffer-overflow.patch: Fix getaddrinfo stack-based buffer
  overflow (CVE-2015-7547, bsc#961721, BZ #18665)
- powerpc-lock-elision-race.patch: renamed from
  0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch
- Add audit-devel and libcap-devel to BuildRequires, for use by nscd
- reinitialize-dl_load_write_lock.patch: Reinitialize dl_load_write_lock
  on fork (bsc#958315, BZ #19282)
- resolv-mem-leak.patch: Fix resource leak in resolver (bsc#955647, BZ #19257)
- tzset-tzname.patch: Force rereading TZDEFRULES after it was used to set
  DST rules only (BZ #19253)
- glibc-2.3.90-noversion.diff: use stat64
- ld-pointer-guard.patch: Always enable pointer guard (CVE-2015-8777,
  bsc#950944, BZ #18928)
- strcoll-remove-strdiff-opt.patch: Remove incorrect STRDIFF-based
  optimization (BZ #18589)
- iconv-reset-input-buffer.patch: Fix iconv buffer handling with IGNORE
  error handler (BZ #18830)
- new patch [BZ #18743] PowerPC: Fix a race condition when eliding a lock
  0001-powerpc-Fix-a-race-condition-when-eliding-a-lock-20150730.patch
- nss-files-long-lines-2.patch: Properly reread entry after failure in
  nss_files getent function (bsc#945779, BZ #18991)
- fnmatch-collating-elements.patch: Fix fnmatch handling of collating
  elements (BZ #17396, BZ #16976)
- opendir-o-directory-check.patch: Fix opendir inverted o_directory_works
  test
- static-dlopen.patch: Static dlopen default library search path fix
  (bsc#937853)
- mntent-blank-line.patch: Fix memory corruption w/blank lines
- dont-remove-nodelete-flag.patch: Don't remove DF_1_NODELETE flag from
  all loaded objects on failed dlopen
- openat64-readd-o-largefile.patch: Readd O_LARGEFILE flag for openat64
- Update to glibc 2.22 release.
  * Cache information can be queried via sysconf() function on s390
  * A buffer overflow in gethostbyname_r and related functions performing DNS
    requests has been fixed.  (CVE-2015-1781)
  * The time zone file parser has been made more robust against crafted time
    zone files
  * A powerpc and powerpc64 optimization for TLS, similar to TLS descriptors
    for LD and GD on x86 and x86-64, has been implemented.
  * Character encoding and ctype tables were updated to Unicode 7.0.0
  * Added vector math library named libmvec
  * A new fmemopen implementation has been added with the goal of POSIX
    compliance.
  * The header <regexp.h> is deprecated, and will be removed in a future
    release.
  * bsc#905313 bsc#920338 bsc#927080 bsc#928723 bsc#931480 bsc#939211
    bsc#940195 bsc#940332 bsc#944494 bsc#968787
- Patches from upstream removed
  * htm-tabort.patch
  * o-tmpfile.patch
  * memcpy-chk-non-SSE2.patch
  * pthread-mutexattr-gettype-kind.patch
  * powerpc-software-sqrt.patch
  * static-tls-dtv-limit.patch
  * threaded-trim-threshold.patch
  * resolv-nameserver-handling.patch
  * nss-separate-state-getXXent.patch
  * aarch64-sigstksz.patch
  * heap-top-corruption.patch
  * pthread-join-deadlock.patch
- pthread-join-deadlock.patch: Use IE model for static variables in
  libc.so, libpthread.so and rtld (bsc#930015, BZ #18457)
- glibc-nodate.patch: fix verification of timestamp
- also filter out -fstack-protector-strong
- getaddrinfo-ipv6-sanity.diff: Remove.  It breaks services that start
  before IPv6 is up (bsc#931399)
- glibc-2.3.locales.diff.bz2: Remove sh_YU locales, fix currency for en_BE.
- Add /usr/include/gnu/lib-names-.*.h to baselibs
- pthread-join-deadlock.patch: Don't require rtld lock to store static TLS
  offset in the DTV (bsc#930015, BZ #18457)
- heap-top-corruption.patch: Do not corrupt the top of a threaded heap if
  top chunk is MINSIZE (BZ #18502)
- threaded-trim-threshold.patch: Fix regression in threaded application
  malloc performance (bsc#915955, BZ #17195)
- aarch64-sigstksz.patch: Increase MINSIGSTKSZ and SIGSTKSZ (BZ #16850)
- powerpc-software-sqrt.patch: Fix powerpc software sqrt (BZ #17964, BZ
  [#17967])
- nss-separate-state-getXXent.patch: Separate internal state between
  getXXent and getXXbyYY NSS calls (CVE-2014-8121, bsc#918187, BZ #18007)
- static-tls-dtv-limit.patch: Fix DTV race, assert, DTV_SURPLUS Static TLS
  limit, and nptl_db garbage (bsc#919678, BZ #17090, BZ #17620, BZ #17621,
  BZ #17628)
- resolv-nameserver-handling.patch: Replace with simpler version with more
  compatibility
- memcpy-chk-non-SSE2.patch: Fix __memcpy_chk on non-SSE2 CPUs
  (bsc#920084)
- resolv-nameserver-handling.patch: Rewrite handling of nameserver
  configuration in resolver
- htm-tabort.patch: Fix TABORT encoding for little endian
- Update to glibc 2.21 release.
  * A new semaphore algorithm has been implemented in generic C code for all
    machines
  * Added support for TSX lock elision of pthread mutexes on powerpc32,
    powerpc64 and powerpc64le
  * Optimized strcpy, stpcpy, strchrnul and strrchr implementations for
    AArch64
  * i386 memcpy functions optimized with SSE2 unaligned load/store
  * New locales: tu_IN, bh_IN, raj_IN, ce_RU
  * The obsolete sigvec function has been removed
  * CVE-2015-1472 CVE-2015-1473 CVE-2012-3406 CVE-2014-9402
    CVE-2014-7817 bsc#864081 bsc#906371 bsc#909053 bsc#910599 bsc#916222
- Patches from upstream removed
  * ifunc-x86-slow-sse4.patch
  * pthread-mutex-trylock-elision.patch
- o-tmpfile.patch: Fix value of O_TMPFILE for architectures with
  non-default O_DIRECTORY (BZ #17912)
- Update to crypt_blowfish 1.3.
  * Add support for the $2b$ prefix.
- ifunc-x86-slow-sse4.patch: Fix misdetected Slow_SSE4_2 cpu feature bit
  (BZ #17501)
gmp
- adjusted to be the same license as in factory (bsc#1180603)
- correct license statement (library itself is no GPL-3.0)
- Install checksums for binary integrity verification which are
  required when running in FIPS mode (bsc#1152692, jsc#SLE-9518)
- Run spec-cleaner on the spec
- Use %license (boo#1082318)
- Explicitly BuildRequire m4
- Update to GMP 6.1.2 release.
  * Mini-GMP: Fixed a division bug, which on a machine with 64-bit
    unsigned long affects approximately 1 out of 2^32 divisors.
  * Mini-GMP: Fix mpz_set_str crash on inputs with a large number of
    leading zeros. Also stricter input validation, rejecting inputs
    with no digits.
  * Handle more systems which require PIC code in static libraries (e.g.,
    "/hardened"/ Gentoo and Debian 9).
  * Configuration for arm (-32 and -64) has been rewritten, fixing poor
    code selection for many CPUs.
  * Mini-GMP: Updated to the latest development version, including
    new functions mpn_com and mpn_neg.
- Add gmp-6.1.2-conftest.patch to fix configure test.
- Use macro for configure (as bsc#870358) is already fixed
- Use xz compressed archives
- Update info pages dependencies
- gmp 6.1.1:
  * Work around faulty cpuid on some recent Intel chips (this
    allows GMP to run on Skylake Pentiums).
- Update to GMP 6.1.0 release.
  * New C++ functions gcd and lcm for mpz_class
  * New public mpn functions mpn_divexact_1, mpn_zero_p, and mpn_cnd_swap
  * New public mpq_cmp_z function, to efficiently compare rationals with
    integers
  * Support for more 32-bit arm processors
  * Support for AVX-less modern x86 CPUs
  * Speedups and bugfixes
- Includes gmp-6.0.0-ppc64-gcd.diff, now removed
- Update gmp keyring
- Remove old ppc related conditionals
- Cleanup spec file with spec-cleaner
- Refresh sources
- Add gpg signature
- Correct version number so that it matches actuall version
- Make gmp-noexec.diff compatible with arm
- Use correct version number
- Fix tarball directory name to unbreak build
gnutls
- Add gnutls-3.6.7-fix-FTBFS-2024.patch to let tests pass after 2024 (boo#1186579)
- Add gnutls-3.6.7-reproducible-date.patch to override build date (boo#1047218)
- Security fix: [bsc#1183456, CVE-2021-20232]
  * A use after free issue in client_send_params
    in lib/ext/pre_shared_key.c may lead to memory
    corruption and other potential consequences.
- Add gnutls-CVE-2021-20232.patch
- Security fix: [bsc#1183457, CVE-2021-20231]
  * A use after free issue in client sending key_share extension
    may lead to memory corruption and other consequences.
- Add gnutls-CVE-2021-20231.patch
- Avoid spurious audit messages about incompatible signature algorithms
  (bsc#1172695)
  * add 0001-pubkey-avoid-spurious-audit-messages-from-_gnutls_pu.patch
- FIPS: Use 2048 bit prime in DH selftest (bsc#1176086)
  * add gnutls-FIPS-use_2048_bit_prime_in_DH_selftest.patch
- FIPS: Add TLS KDF selftest (bsc#1176671)
  * add gnutls-FIPS-TLS_KDF_selftest.patch
- Fix heap buffer overflow in handshake with no_renegotiation alert sent
  * CVE-2020-24659 (bsc#1176181)
- add gnutls-CVE-2020-24659.patch
- FIPS: Implement (EC)DH requirements from SP800-56Arev3 (bsc#1176086)
- add patches
  * 0001-Add-Full-Public-Key-Check-for-DH.patch
  * 0001-Add-test-to-ensure-DH-exchange-behaves-correctly.patch
  * 0002-Add-test-to-ensure-ECDH-exchange-behaves-correctly.patch
  * 0003-Add-plumbing-to-handle-Q-parameter-in-DH-exchanges.patch
  * 0004-Always-pass-in-and-check-Q-in-TLS-1.3.patch
  * 0005-Check-Q-for-FFDHE-primes-in-prime-check.patch
  * 0006-Pass-down-Q-for-FFDHE-in-al-pre-TLS1.3-as-well.patch
  * 0001-dh-primes-add-MODP-primes-from-RFC-3526.patch
  * 0002-dhe-check-if-DH-params-in-SKE-match-the-FIPS-approve.patch
  * 0001-dh-check-validity-of-Z-before-export.patch
  * 0002-ecdh-check-validity-of-P-before-export.patch
  * 0003-dh-primes-make-the-FIPS-approved-check-return-Q-valu.patch
  * 0004-dh-perform-SP800-56A-rev3-full-pubkey-validation-on-.patch
  * 0005-ecdh-perform-SP800-56A-rev3-full-pubkey-validation-o.patch
- drop obsolete gnutls-3.6.7-fips_DH_ECDH_key_tests.patch
- GNUTLS-SA-2020-06-03 (Fixed insecure session ticket key construction)
  The TLS server would not bind the session ticket encryption key with a
  value supplied by the application until the initial key rotation, allowing
  attacker to bypass authentication in TLS 1.3 and recover previous
  conversations in TLS 1.2 (#1011). (bsc#1172506, CVE-2020-13777)
  * add patches:
    + gnutls-CVE-2020-13777.patch
- Fixed handling of certificate chain with cross-signed intermediate
  CA certificates (#1008). (bsc#1172461)
  * add patches:
    +  0001-_gnutls_verify_crt_status-apply-algorithm-checks-to-.patch
    +  0002-_gnutls_pkcs11_verify_crt_status-check-validity-agai.patch
    +  0003-x509-trigger-fallback-verification-path-when-cert-is.patch
    +  0004-tests-add-test-case-for-certificate-chain-supersedin.patch
- Add RSA 4096 key generation support in FIPS mode (bsc#1171422)
  * add gnutls-3.6.7-fips-rsa-4096.patch
- Don't check for /etc/system-fips which we don't have (bsc#1169992)
  * add gnutls-fips_mode_enabled.patch
- Backport AES XTS support (bsc#1168835)
  * add 0001-Vendor-in-XTS-functionality-from-Nettle.patch
  * add gnutls-fips_XTS_key_check.patch
- Fix zero random value in DTLS client hello
  (CVE-2020-11501, bsc#1168345)
  * add gnutls-CVE-2020-11501.patch
- Split off FIPS checksums into a separate libgnutls30-hmac
  subpackage (bsc#1152692)
  * update baselibs.conf
- bsc#1166881 - FIPS: gnutls: cfb8 decryption issue
  * No longer truncate output IV if input is shorter than block size.
  * Added gnutls-3.6.7-fips-backport_dont_truncate_output_IV.patch
- bsc#1155327 jira#SLE-9518 - FIPS: add DH key test
  * Added Diffie Hellman public key verification test.
  * gnutls-3.6.7-fips_DH_ECDH_key_tests.patch
- Install checksums for binary integrity verification which are
  required when running in FIPS mode (bsc#1152692, jsc#SLE-9518)
- Explicitly require libnettle 3.4.1 (bsc#1134856)
  * The RSA decryption code was rewritten in GnuTLS 3.6.5 in order
    to fix CVE-2018-16868, the new implementation makes use of a new
    rsa_sec_decrypt() function introduced in libnettle 3.4.1
  * libnettle was recently updated to the 3.4.1 version but we need
    to add explicit dependency on it to prevent missing symbol errors
    with the older versions
- Restored autoreconf in build.
- Removed gnutls-3.6.6-SUSE_SLE15_congruent_version_requirements.patch
  since the version requirements of required libraries are once again
  automatically determined.
- Added gnutls-3.6.7-SUSE_SLE15_guile_site_directory.patch because it is a
  better patch name for handling the '--with-guile-site-dir=' problem in
  3.6.7.
- Update gnutls to 3.6.7
  * * libgnutls, gnutls tools: Every gnutls_free() will automatically set
    the free'd pointer to NULL. This prevents possible use-after-free and
    double free issues. Use-after-free will be turned into NULL dereference.
    The counter-measure does not extend to applications using gnutls_free().
  * * libgnutls: Fixed a memory corruption (double free) vulnerability in the
    certificate verification API. Reported by Tavis Ormandy; addressed with
    the change above. [GNUTLS-SA-2019-03-27, #694] [bsc#1130681] (CVE-2019-3829)
  * * libgnutls: Fixed an invalid pointer access via malformed TLS1.3 async messages;
    Found using tlsfuzzer. [GNUTLS-SA-2019-03-27, #704] [bsc#1130682] (CVE-2019-3836)
  * * libgnutls: enforce key usage limitations on certificates more actively.
    Previously we would enforce it for TLS1.2 protocol, now we enforce it
    even when TLS1.3 is negotiated, or on client certificates as well. When
    an inappropriate for TLS1.3 certificate is seen on the credentials structure
    GnuTLS will disable TLS1.3 support for that session (#690).
  * * libgnutls: the default number of tickets sent under TLS 1.3 was increased to
    two. This makes it easier for clients which perform multiple connections
    to the server to use the tickets sent by a default server.
  * * libgnutls: enforce the equality of the two signature parameters fields in
    a certificate. We were already enforcing the signature algorithm, but there
    was a bug in parameter checking code.
  * * libgnutls: fixed issue preventing sending and receiving from different
    threads when false start was enabled (#713).
  * * libgnutls: the flag GNUTLS_PKCS11_OBJ_FLAG_LOGIN_SO now implies a writable
    session, as non-writeable security officer sessions are undefined in PKCS#11
    (#721).
  * * libgnutls: no longer send downgrade sentinel in TLS 1.3.
    Previously the sentinel value was embedded to early in version
    negotiation and was sent even on TLS 1.3. It is now sent only when
    TLS 1.2 or earlier is negotiated (#689).
  * * gnutls-cli: Added option --logfile to redirect informational messages output.
- Disabled dane support since dane is not shipped with SLE-15
- Changed configure script to hardware guile site directory since command-line
  option '--with-guile-site-dir=' was removed from the configure script in 3.6.7.
  * * Modified gnutls-3.6.6-SUSE_SLE15_congruent_version_requirements.patch
- Modified gnutls-3.6.0-disable-flaky-dtls_resume-test.patch to fix
  compilation issues on PPC
- Fixed Bleichenbacher-like side channel leakage in PKCS#1 v1.5 verification
  and padding oracle verification (in 3.6.5) [bsc#1118087] (CVE-2018-16868)
- FATE#327114 - Update gnutls to 3.6.6 to support TLS 1.3
  * * libgnutls: gnutls_pubkey_import_ecc_raw() was fixed to set the number bits
    on the public key (#640).
  * * libgnutls: Added support for raw public-key authentication as defined in RFC7250.
    Raw public-keys can be negotiated by enabling the corresponding certificate
    types via the priority strings. The raw public-key mechanism must be explicitly
    enabled via the GNUTLS_ENABLE_RAWPK init flag (#26, #280).
  * * libgnutls: When on server or client side we are sending no extensions we do
    not set an empty extensions field but we rather remove that field competely.
    This solves a regression since 3.5.x and improves compatibility of the server
    side with certain clients.
  * * libgnutls: We no longer mark RSA keys in PKCS#11 tokens as RSA-PSS capable if
    the CKA_SIGN is not set (#667).
  * * libgnutls: The priority string option %NO_EXTENSIONS was improved to completely
    disable extensions at all cases, while providing a functional session. This
    also implies that when specified, TLS1.3 is disabled.
  * * libgnutls: GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION was marked as deprecated.
    The previous definition was non-functional (#609).
  * Removed patches:
    0001-dummy_wait-correctly-account-the-length-field-in-SHA.patch
    0002-dummy_wait-always-hash-the-same-amount-of-blocks-tha.patch
    0003-cbc_mac_verify-require-minimum-padding-under-SSL3.0.patch
    0004-hmac-sha384-and-sha256-ciphersuites-were-removed-fro.patch
  * Added Patches:
  * * disable failing psk-file test (race condition):
    disable-psk-file-test.patch
  * * Patch configure script to accept specific versions of autotools and guile
    that are present in SUSE-SLE15. (A bug prevents configure from accepting
    a range of compatible versions. Upstream's solution is to hardwire for
    the most current versions.)
    gnutls-3.6.6-SUSE_SLE15_congruent_version_requirements.patch
  * Modified:
  * * gnutls-3.6.0-disable-flaky-dtls_resume-test.patch
- Security update
  Improve mitigations against Lucky 13 class of attacks
  * "/Just in Time"/ PRIME + PROBE cache-based side channel attack
    can lead to plaintext recovery (CVE-2018-10846, bsc#1105460)
  * HMAC-SHA-384 vulnerable to Lucky thirteen attack due to use of
    wrong constant (CVE-2018-10845, bsc#1105459)
  * HMAC-SHA-256 vulnerable to Lucky thirteen attack due to not
    enough dummy function calls (CVE-2018-10844, bsc#1105437)
  * add patches:
    0001-dummy_wait-correctly-account-the-length-field-in-SHA.patch
    0002-dummy_wait-always-hash-the-same-amount-of-blocks-tha.patch
    0003-cbc_mac_verify-require-minimum-padding-under-SSL3.0.patch
    0004-hmac-sha384-and-sha256-ciphersuites-were-removed-fro.patch
- Simplify the DANE support %ifdef condition
  * build with DANE on openSUSE only
- Adjust RPM groups. Drop %if..%endif guards that are idempotent.
- build without DANE support on SLE-15, as it doesn't have unbound
  (bsc#1086428)
- add back refreshed gnutls-3.6.0-disable-flaky-dtls_resume-test.patch
  the dtls-resume test still keeps randomly failing on PPC
- remove gnutls-3.6.0-disable-flaky-dtls_resume-test.patch
  patch does not apply any more and apparently the build
  suceeds even if the formerly flaky testcase is run (bsc#1086579)
- gnutls.keyring: Nikos key refreshed to be unexpired
- GnuTLS 3.6.2:
  * libgnutls: When verifying against a self signed certificate ignore issuer.
    That is, ignore issuer when checking the issuer's parameters strength,
    resolving issue #347 which caused self signed certificates to be
    additionally marked as of insufficient security level.
  * libgnutls: Corrected MTU calculation for the CBC ciphersuites. The data
    MTU calculation now, it correctly accounts for the fixed overhead due to
    padding (as 1 byte), while at the same time considers the rest of the
    padding as part of data MTU.
  * libgnutls: Address issue of loading of all PKCS#11 modules on startup
    on systems with a PKCS#11 trust store (as opposed to a file trust store).
    Introduced a multi-stage initialization which loads the trust modules, and
    other modules are deferred for the first pure PKCS#11 request.
  * libgnutls: The SRP authentication will reject any parameters outside
    RFC5054. This protects any client from potential MitM due to insecure
    parameters. That also brings SRP in par with the RFC7919 changes to
    Diffie-Hellman.
  * libgnutls: Added the 8192-bit parameters of SRP to the accepted parameters
    for SRP authentication.
  * libgnutls: Addressed issue in the accelerated code affecting
    interoperability with versions of nettle >= 3.4.
  * libgnutls: Addressed issue in the AES-GCM acceleration under aarch64.
  * libgnutls: Addressed issue in the AES-CBC acceleration under ssse3 (patch by
    Vitezslav Cizek).
  * srptool: the --create-conf option no longer includes 1024-bit parameters.
  * p11tool: Fixed the deletion of objects in batch mode.
- Dropped gnutls-check_aes_keysize.patch as it is included upstream now.
- Use %license (boo#1082318)
- Sanity check key size in SSSE3 AES cipher implementation (bsc#1074303)
  * add gnutls-check_aes_keysize.patch
- GnuTLS 3.6.1:
  * Fix interoperability issue with openssl when safe renegotiation
    was used
  * gnutls_x509_crl_sign, gnutls_x509_crt_sign,
    gnutls_x509_crq_sign, were modified to sign with a better
    algorithm than SHA1. They will now sign with an algorithm that
    corresponds to the security level of the signer's key.
  * gnutls_x509_*_sign2() functions and gnutls_x509_*_privkey_sign()
    accept GNUTLS_DIG_UNKNOWN (0) as a hash function option. That
    will signal the function to auto-detect an appropriate hash
    algorithm to use.
  * Remove support for signature algorithms using SHA2-224 in TLS.
    TLS 1.3 no longer uses SHA2-224 and it was never a widespread
    algorithm in TLS 1.2
  * Refuse to use client certificates containing disallowed
    algorithms for a session, reverting a change on 3.5.5
  * Refuse to resume a session which had a different SNI advertised
    That improves RFC6066 support in server side.
  * p11tool: Mark all generated objects as sensitive by default.
  * p11tool: added options --sign-params and --hash. This allows
    testing signature with multiple algorithms, including RSA-PSS.
- Disable flaky dtls_resume test on Power
  * add gnutls-3.6.0-disable-flaky-dtls_resume-test.patch
- GnuTLS 3.6.0:
  * Introduce a lock-free random generator which operates per-
    thread and eliminates random-generator related bottlenecks in
    multi-threaded operation.
  * Replace the Salsa20 random generator with one based on CHACHA.
    The goal is to reduce code needed in cache (CHACHA is also
    used for TLS), and the number of primitives used by the
    library. That does not affect the AES-DRBG random generator
    used in FIPS140-2 mode.
  * Add support for RSA-PSS key type as well as signatures in
    certificates, and TLS key exchange
  * Add support for Ed25519 signing in certificates and TLS key
    exchange following draft-ietf-tls-rfc4492bis-17
  * Enable X25519 key exchange by default, following
    draft-ietf-tls-rfc4492bis-17.
  * Add support for Diffie-Hellman group negotiation following
    RFC7919.
  * Introduce various sanity checks on certificate import
  * Introduce gnutls_x509_crt_set_flags(). This function can set
    flags in the crt structure. The only flag supported at the
    moment is GNUTLS_X509_CRT_FLAG_IGNORE_SANITY which skips the
    certificate sanity checks on import.
  * PKIX certificates with unknown critical extensions are rejected
    on verification with status GNUTLS_CERT_UNKNOWN_CRIT_EXTENSIONS
  * Refuse to generate a certificate with an illegal version, or an
    illegal serial number. That is, gnutls_x509_crt_set_version()
    and gnutls_x509_crt_set_serial(), will fail on input considered
    to be invalid in RFC5280.
  * Call to gnutls_record_send() and gnutls_record_recv() prior to
    handshake being complete are now refused
  * Add support for PKCS#12 files with no salt (zero length) in
    their password encoding, and PKCS#12 files using SHA384 and
    SHA512 as MAC.
  * libgnutls: Exported functions to encode and decode DSA and ECDSA
    r,s values.
  * Add new callback setting function to gnutls_privkey_t for
    external keys. The new function (gnutls_privkey_import_ext4),
    allows signing in addition to previous algorithms (RSA PKCS#1
    1.5, DSA, ECDSA), with RSA-PSS and Ed25519 keys.
  * Introduce the %VERIFY_ALLOW_BROKEN and
    %VERIFY_ALLOW_SIGN_WITH_SHA1 priority string options. These
    allows enabling all broken and SHA1-based signature algorithms
    in certificate verification, respectively.
  * 3DES-CBC is no longer included in the default priorities list.
    It has to be explicitly enabled, e.g., with a string like
    "/NORMAL:+3DES-CBC"/.
  * SHA1 was marked as insecure for signing certificates.
    Verification of certificates signed with SHA1 is now considered
    insecure and will fail, unless flags intended to enable broken
    algorithms are set. Other uses of SHA1 are still allowed.
  * RIPEMD160 was marked as insecure for certificate signatures.
    Verification of certificates signed with RIPEMD160 hash
    algorithm is now considered insecure and will fail, unless
    flags intended to enable broken algorithms are set.
  * No longer enable SECP192R1 and SECP224R1 by default on TLS
    handshakes. These curves were rarely used for that purpose,
    provide no advantage over x25519 and were deprecated by TLS 1.3.
  * Remove support for DEFLATE, or any other compression method.
  * OpenPGP authentication was removed; the resulting library is ABI
    compatible, with the openpgp related functions being stubs that
    fail on invocation.
    Drop gnutls-broken-openpgp-tests.patch, no longer required.
  * Remove support for libidn (i.e., IDNA2003); gnutls can now be
    compiled only with libidn2 which provides IDNA2008.
  * certtool: The option '--load-ca-certificate' can now accept
    PKCS#11 URLs in addition to files.
  * certtool: The option '--load-crl' can now be used when
    generating PKCS#12 files (i.e., in conjunction with '--to-p12' option).
  * certtool: Keys with provable RSA and DSA parameters are now
    only read and exported from PKCS#8 form, following
    draft-mavrogiannopoulos-pkcs8-validated-parameters-00.txt.
    This removes support for the previous a non-standard key format.
  * certtool: Added support for generating, printing and handling
    RSA-PSS and Ed25519 keys and certificates.
  * certtool: the parameters --rsa, --dsa and --ecdsa to
  - -generate-privkey are now deprecated, replaced by the
  - -key-type option.
  * p11tool: The --generate-rsa, --generate-ecc and --generate-dsa
    options were replaced by the --generate-privkey option.
  * psktool: Generate 256-bit keys by default.
  * gnutls-server: Increase request buffer size to 16kb, and added
    the --alpn and --alpn-fatal options, allowing testing of ALPN
    negotiation.
  * Enables FIPS 140-2 mode during build
- Buildrequire iproute2: the test suite calls /usr/bin/ss and as
  such we have to ensure to pull it in.
- GnuTLS 3.5.15:
  * libgnutls: Disable hardware acceleration on aarch64/ilp32 mode
  * certtool: Keys with provable RSA and DSA parameters are now
    only exported in PKCS#8 form
- RPM group fix. Diversification of summaries.
- Avoid aims and future plans in description. Say what it does now.
- Drop the deprecated openssl compat ; discussed and suggested by
  vcizek
- Cleanup a bit with spec-cleaner
- GnuTLS 3.5.14:
  * Handle specially HSMs which request explicit authentication
  * he GNUTLS_PKCS11_OBJ_FLAG_LOGIN will force a login on HSMs
  * do not set leading zeros when copying integers on HSMs
  * Fix issue discovering certain OCSP signers, and improved the
    discovery of OCSP signer in the case where the Subject Public
    Key identifier field matches
  * ensure OCSP responses are saved with --save-ocsp even if
    certificate verification fails.
- GnuTLS 3.5.13:
  * libgnutls: fixed issue with AES-GCM in-place encryption and
    decryption in aarch64
  * libgnutls: no longer parse the ResponseID field of the status
    response TLS extension. The field is not used by GnuTLS nor is
    made available to calling applications. That addresses a null
    pointer dereference on server side caused by packets containing
    the ResponseID field. GNUTLS-SA-2017-4, bsc#1043398
  * libgnutls: tolerate certificates which do not have strict DER
    time encoding. It is possible using 3rd party tools to generate
    certificates with time fields that do not conform to DER
    requirements. Since 3.4.x these certificates were rejected and
    cannot be used with GnuTLS, however that caused problems with
    existing private certificate infrastructures, which were
    relying on such certificates. Tolerate reading and using these
    certificates.
  * minitasn1: updated to libtasn1 4.11.
  * certtool: allow multiple certificates to be used in --p7-sign
    with the --load-certificate option
- GnuTLS 3.5.12:
  * libgnutls: gnutls_x509_crt_check_hostname2() no longer matches
    IP addresses against DNS fields of certificate (CN or DNSname).
    The previous behavior was to tolerate some misconfigured
    servers, but that was non-standard and skipped any IP
    constraints present in higher level certificates.
  * libgnutls: when converting to IDNA2008, fallback to IDNA2003
    (i.e., transitional encoding) if the domain cannot be converted.
    That provides maximum compatibility with browsers like firefox
    that perform the same conversion.
  * libgnutls: fix issue in RSA-PSK client callback which resulted
    in no username being sent to the peer
  * libgnutls: fix regression causing stapled extensions in trust
    modules not to be considered.
  * certtool: introduced the email_protection_key option.  This
    option was introduced in documentation for certtool without an
    implementation of it. It is a shortcut for option
  'key_purpose_oid = 1.3.6.1.5.5.7.3.4'.
  * certtool: made printing of key ID and key PIN consistent
    between certificates, public keys, and private keys. That is
    the private key printing now uses the same format as the rest.
  * gnutls-cli: introduced the --sni-hostname option. This allows
    overriding the hostname advertised to the peer.
- skip trust-store tests to avoid build cycle with
  ca-certificates-mozilla, add gnutls-3.5.11-skip-trust-store-tests.patch
- GnuTLS 3.5.11:
  * gnutls.pc: do not include libtool options into Libs.private.
  * libgnutls: Fixed issue when rehandshaking without a client certificate in
    a session which initially used one
  * libgnutls: Addressed read of 4 bytes past the end of buffer in OpenPGP
    certificate parsing (bsc#1038337)
  * libgnutls: Introduced locks in gnutls_pkcs11_privkey_t structure access.
    That allows PKCS#11 operations such as signing to be performed with the
    same object from multiple threads.
  * libgnutls: when disabling OpenPGP authentication, the resulting library
    is ABI compatible (will openpgp related functions being stubs that fail
    on invocation).
- call gzip -n to make build fully reproducible
- update to 3.5.10
  * addresses GNUTLS-SA-2017-3 CVE-2017-7869 bsc#1034173
  * gnutls.pc: do not include libidn2 in Requires.private
  * libgnutls: optimized access to subject alternative names (SANs) in parsed
    certificates
  * libgnutls: Print the key PIN value used by the HPKP protocol as per RFC7469
    when printing certificate information.
  * libgnutls: gnutls_ocsp_resp_verify_direct() and gnutls_ocsp_resp_verify()
    flags can be set from the gnutls_certificate_verify_flags enumeration.
    This allows the functions to pass the same flags available for certificates
    to the verification function (e.g., GNUTLS_VERIFY_DISABLE_TIME_CHECKS or
    GNUTLS_VERIFY_ALLOW_BROKEN).
  * libgnutls: gnutls_store_commitment() can accept flag
    GNUTLS_SCOMMIT_FLAG_ALLOW_BROKEN. This is to allow the function to operate
    in applications which use SHA1 for example, after SHA1 is deprecated.
  * certtool: No longer ignore the 'add_critical_extension' template option if
    the 'add_extension' option is not present.
  * gnutls-cli: Added LMTP, POP3, NNTP, Sieve and PostgreSQL support to the
    starttls-proto command- drop gnutls-3.5.9-pkgconfig.patch (upstream)
- drop gnutls-3.5.9-pkgconfig.patch (upstream)
- remove unknown --disable-srp flag (bsc#901857)
- disable the deprecated OpenPGP authentication support
  * see https://gitlab.com/gnutls/gnutls/issues/102
- add gnutls-broken-openpgp-tests.patch
- GnuTLS 3.5.9:
  * libgnutls: OpenPGP references removed, functionality deprecated
  * libgnutls: Improve detection of AVX support
  * libgnutls: Add support for IDNA2008 with libidn2 FATE#321897
  * p11tool: re-use ID from corresponding objects when writing
    certificates.
  * API and ABI modifications:
    gnutls_idna_map: Added
    gnutls_idna_reverse_map: Added
- prevent pkgconfig issues due to libidn2 when building with GnuTLS
  add gnutls-3.5.9-pkgconfig.patch
- Version 3.5.8 (released 2016-01-09)
  * libgnutls: Ensure that multiple calls to the gnutls_set_priority_*
    functions will not leave the verification profiles field to an
    undefined state. The last call will take precedence.
  * libgnutls: Ensure that GNUTLS_E_DECRYPTION_FAIL will be returned
    by PKCS#8 decryption functions when an invalid key is provided. This
    addresses regression on decrypting certain PKCS#8 keys.
  * libgnutls: Introduced option to override the default priority string
    used by the library. The intention is to allow support of system-wide
    priority strings (as set with --with-system-priority-file). The
    configure option is --with-default-priority-string.
  * libgnutls: Require a valid IV size on all ciphers for PKCS#8 decryption.
    This prevents crashes when decrypting malformed PKCS#8 keys.
  * libgnutls: Fix crash on the loading of malformed private keys with certain
    parameters set to zero.
  * libgnutls: Fix double free in certificate information printing. If the PKIX
    extension proxy was set with a policy language set but no policy specified,
    that could lead to a double free.
  * libgnutls: Addressed memory leaks in client and server side error paths
    (issues found using oss-fuzz project)
  * libgnutls: Addressed memory leaks in X.509 certificate printing error paths
    (issues found using oss-fuzz project)
  * libgnutls: Addressed memory leaks and an infinite loop in OpenPGP certificate
    parsing. Fixes by Alex Gaynor. (issues found using oss-fuzz project)
  * libgnutls: Addressed invalid memory accesses in OpenPGP certificate parsing.
    (issues found using oss-fuzz project)
- security issues fixed: GNUTLS-SA-2017-1 GNUTLS-SA-2017-2
- GnuTLS 3.5.7, the next stable branch, with the following
  highlights:
  * SHA3 as a certificate signature algorithm
  * X25519 (formerly curve25519) for ephemeral EC diffie-hellman
    key exchange
  * TLS false start
  * New APIs to access the Shawe-Taylor-based provable RSA and DSA
    parameter generation
  * Prevent the change of identity on rehandshakes by default
- GnuTLS 3.4.17:
  * libgnutls: Introduced time and constraints checks in the end
    certificate in the gnutls_x509_crt_verify_data2() and
    gnutls_pkcs7_verify_direct() functions.
  * libgnutls: Set limits on the maximum number of alerts handled.
    That is, applications using gnutls could be tricked into an
    busy loop if the peer sends continuously alert messages.
    Applications  which set a maximum handshake time (via
    gnutls_handshake_set_timeout) will eventually recover but
    others may remain in a busy loops indefinitely. This is related
    but not identical to CVE-2016-8610, due to the difference in
    alert handling of the libraries (gnutls delegates that handling
    to applications). boo#1005879
  * libgnutls: Enhanced the PKCS#7 parser to allow decoding old
    (pre-rfc5652) structures with arbitrary encapsulated content.
  * libgnutls: Backported cipher priorities order from 3.5.x branch
    That adds CHACHA20-POLY1305 ciphersuite to SECURE priority
    strings.
  * certtool: When exporting a CRQ in DER format ensure no text data
    are intermixed.
  * API and ABI modifications:
    gnutls_pkcs7_get_embedded_data_oid: Added
- includes changes from 3.4.16:
  * libgnutls: Ensure proper cleanups on
    gnutls_certificate_set_*key() failures due to key mismatch.
    This prevents leaks or double freeing on such failures.
  * libgnutls: Increased the maximum size of the handshake message
    hash. This will allow the library to cope better with larger
    packets, as the ones offered by current TLS 1.3 drafts.
  * libgnutls: Allow to use client certificates despite them
    containing disallowed algorithms for a session. That allows for
    example a client to use DSA-SHA1 due to his old DSA
    certificate, without requiring him to enable DSA-SHA1 (and thus
    make it acceptable for the server's certificate).
  * guile: Backported all improvements from 3.5.x branch.
  * guile: Update code to the I/O port API of Guile >= 2.1.4
    This makes sure the GnuTLS bindings will work with the
    forthcoming 2.2 stable series of Guile, of which 2.1 is a
    preview.
- GnuTLS 3.4.15:
  * libgnutls: Corrected the comparison of the serial size in OCSP
    response. Previously the OCSP certificate check wouldn't verify
    the serial length and could succeed in cases it shouldn't
    (GNUTLS-SA-2016-3).
  * libgnutls: Fixes in gnutls_x509_crt_list_import2, which was
    ignoring flags if all certificates in the list fit within the
    initially allocated memory.
  * libgnutls: Corrected issue which made
    gnutls_certificate_get_x509_crt() to return invalid pointers
    when returned more than a single certificate.
  * libgnutls: Fix gnutls_pkcs12_simple_parse to always extract the
    complete chain.
  * libgnutls: Added support for decrypting PKCS#8 files which use
    the HMAC-SHA256 as PRF.
  * libgnutls: Addressed issue with PKCS#11 signature generation on
    ECDSA keys. The signature is now written as unsigned integers
    into the DSASignatureValue structure. Previously signed
    integers could be written depending on what the underlying
    module would produce. Addresses #122.
- fix build error for 13.2, 42.1 and 42.2
- GnuTLS 3.4.14:
  * libgnutls: Address issue when utilizing the p11-kit trust store
    for certificate verification (GNUTLS-SA-2016-2, boo#988276)
  * libgnutls: Fixed DTLS handshake packet reconstruction.
  * libgnutls: Fixed issues with PKCS#11 reading of sensitive
    objects from SafeNet Network HSM
  * libgnutls: Corrected the writing of PKCS#11 CKA_SERIAL_NUMBER
- drop upstreamed
  0001-tests-use-datefudge-in-name-constraints-test.patch
- Fix a problem with expired test certificate by using datefudge
  (boo#987139)
  * add 0001-tests-use-datefudge-in-name-constraints-test.patch
- Version 3.4.13 (released 2016-06-06)
  * libgnutls: Consider the SSLKEYLOGFILE environment to be compatible with
    NSS instead of using a separate variable; in addition append any keys to
    the file instead of overwriting it.
  * libgnutls: use secure_getenv() where available to obtain environment
    variables. Addresses GNUTLS-SA-2016-1.
- Version 3.4.12 (released 2016-05-20)
  * libgnutls: The CHACHA20-POLY1305 ciphersuite is enabled by default. This
    cipher is prioritized after AES-GCM.
  * libgnutls: Fixes in gnutls_privkey_import_ecc_raw().
  * libgnutls: Fixed gnutls_pkcs11_get_raw_issuer() usage with the
    GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_EXT flag. Previously that
    operation could fail on certain PKCS#11 modules.
  * libgnutls: gnutls_pkcs11_obj_import_url() and gnutls_x509_crt_import_url()
    can accept the GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_EXT flag.
  * libgnutls: gnutls_certificate_set_key() was enhanced to import the DNS
    name of the certificates if the provided names are NULL.
  * libgnutls: when receiving SNI names, only save and expose to application
    the supported DNS names.
  * libgnutls: when importing the certificate names at the
    gnutls_certificate_set* functions, only consider the CN as a fallback
    if DNS names are provided via the alternative name extension.
  * gnutls-cli: on OCSP verification do not fail if we have a single valid
    reply. Report and reproducer by Thomas Klute.
  * libgnutls: The GNUTLS_KEYLOGFILE environment variable can be used to
    log session keys in client side. These session keys are compatible with
    the NSS Key Log Format and can be used to decrypt the session for
    debugging using wireshark.
- enabled guile support
- removed duplicates
- Updated to 3.4.11
  * Version 3.4.11 (released 2016-04-11)
  * * libgnutls: Fixes in gnutls_record_get/set_state() with DTLS.
    Reported by Fridolin Pokorny.
  * * libgnutls: Fixes in DSA key generation under PKCS #11. Report and
    patches by Jan Vcelak.
  * * libgnutls: Corrected behavior of ALPN extension parsing during
    session resumption. Report and patches by Yuriy M. Kaminskiy.
  * * libgnutls: Corrected regression (since 3.4.0) in
    gnutls_server_name_set() which caused it not to accept non-null-
    terminated hostnames. Reported by Tim Ruehsen.
  * * libgnutls: Corrected printing of the IP Adress name constraints.
  * * ocsptool: use HTTP/1.0 for requests. This avoids issue with servers
    serving chunk encoding which ocsptool doesn't support. Reported by
    Thomas Klute.
  * * certtool: do not require a CA for OCSP signing tag. This follows the
    recommendations in RFC6960 in 4.2.2.2 which allow a CA to delegate
    OCSP signing to another certificate without requiring it to be a CA.
    Reported by Thomas Klute.
  * Version 3.4.10 (released 2016-03-03)
  * * libgnutls: Eliminated issues preventing buffers more than 2^32 bytes
    to be used with hashing functions.
  * * libgnutls: Corrected leaks and other issues in
    gnutls_x509_crt_list_import().
  * * libgnutls: Fixes in DSA key handling for PKCS #11. Report and
    patches by Jan Vcelak.
  * * libgnutls: Several fixes to prevent relying on undefined behavior
    of C (found with libubsan).
  * Version 3.4.9 (released 2016-02-03)
  * * libgnutls: Corrected ALPN protocol negotiation. Before GnuTLS would
    negotiate the last commonly supported protocol, rather than the
    first. Reported by Remi Denis-Courmont (#63).
  * * libgnutls: Tolerate empty DN fields in informational output
    functions.
  * * libgnutls: Corrected regression causes by incorrect fix in
    gnutls_x509_ext_export_key_usage() at 3.4.8 release.
- follow the work in the unbound package and use the
  libunbound-devel symbol for the buildrequires. we override it for
  the distro build with libunbound-devel-mini to avoid build loops.
- reenable dane support, require unbound-devel bsc#964346
- split out libgnutls-dane-devel to try to avoid build cycle.
- Update to 3.4.8
  All changes since 3.4.4:
  * libgnutls: Corrected memory leak in gnutls_pubkey_import_privkey()
    when used with PKCS #11 keys.
  * libgnutls: For DSA and ECDSA keys in PKCS #11 objects, import
    their public keys from either a public key object or a certificate.
    That is, because private keys do not contain all the required
    parameters for a direct import.
  * libgnutls: Fixed issue when writing ECDSA private keys in PKCS #11
    tokens.
  * libgnutls: Fixed out-of-bounds read in
    gnutls_x509_ext_export_key_usage()
  * libgnutls: The CHACHA20-POLY1305 ciphersuites were updated to
    conform to draft-ietf-tls-chacha20-poly1305-02.
  * libgnutls: Several fixes in PKCS #7 signing which improve
    compatibility with the MacOSX tools.
  * libgnutls: The max-record extension not negotiated on DTLS. This
    resolves issue with the max-record being negotiated but ignored.
  * certtool: Added the --p7-include-cert and --p7-show-data options.
  * libgnutls: Properly require TLS 1.2 in all CBC-SHA256 and CBC-SHA384
    ciphersuites. This solves an interoperability issue with openssl.
  * libgnutls: Corrected the setting of salt size in
    gnutls_pkcs12_mac_info().
  * libgnutls: On a rehandshake allow switching from anonymous to ECDHE
    and DHE ciphersuites.
  * libgnutls: Corrected regression from 3.3.x which prevented
    ARCFOUR128 from using arbitrary key sizes.
  * libgnutls: Added GNUTLS_SKIP_GLOBAL_INIT macro to allow programs
    skipping the implicit global initialization.
  * gnutls.pc: Don't include libtool specific options to link flags.
  * tools: Better support for FTP AUTH TLS negotiation
  * libgnutls: Added new simple verification functions. That avoids the
    need to install a callback to perform certificate verification. See
    doc/examples/ex-client-x509.c for usage.
  * libgnutls: Introduced the security parameter 'future' which is at
    the 256-bit level of security, and 'ultra' was aligned to its
    documented size at 192-bits.
  * libgnutls: When writing a certificate into a PKCS #11 token, ensure
    that CKA_SERIAL_NUMBER and CKA_ISSUER are written.
  * libgnutls: Allow the presence of legacy ciphers and key exchanges in
    priority strings and consider them a no-op.
  * libgnutls: Handle the extended master secret as a mandatory
    extension. That fixes incompatibility issues with Chromium (#45).
  * libgnutls: Added the ability to copy a public key into a PKCS #11
    token.
  * tools: Added support for LDAP and XMPP negotiation for STARTTLS.
  * p11tool: Allow writing a public key into a PKCS #11 token.
  * certtool: Key generation security level was switched to HIGH. That
    is, by default the tool generates 3072 bit keys for RSA and DSA.
  * libgnutls: When re-importing CRLs to a trust list ensure that there
    no duplicate entries.
  * certtool: Removed any arbitrary limits imposed on input file sizes
    and maximum number of certificates imported.
  * certtool: Allow specifying fixed dates on CRL generation.
  * gnutls-cli-debug: Added check for inappropriate fallback support
    (RFC7507).
- Update to 3.4.4
  This update contains a fix for a denial of service vulnerability:
  * Allow the parsing of very long DNs. Also fixes double free
    in DN decoding [GNUTLS-SA-2015-3]. boo#941794 CVE-2015-6251
  Other changes:
  * Add high level API (gnutls_prf_rfc5705) to access the PRF as
    specified by RFC5705.
  * Link to trousers (TPM library) dynamically when this
    functionality is requested. (disabled in SUSE package)
  * Fix issue with server side sending the status request extension
    even when not requested.
  * Add support for RFC7507 by introducing the %FALLBACK_SCSV
    priority string option.
  * gnutls_pkcs11_privkey_generate2() will store the generated
    public key, unless the GNUTLS_PKCS11_OBJ_FLAG_NO_STORE_PUBKEY
    flag is specified.
  * Correct regression from 3.4.3 in loading PKCS #8 keys as fallback.
  * API and ABI modifications:
    gnutls_prf_rfc5705: Added
    gnutls_hex_encode2: Added
    gnutls_hex_decode2: Added
- build with autogen for libopts compatibility
- fix failures in test suite, add upstream commits
  0001-certtool-lifted-limits-on-file-size-to-load.patch
  0002-certtool-eliminated-memory-leaks-due-to-new-cert-loa.patch
- update to 3.4.3
  * * libgnutls: Follow closely RFC5280 recommendations and use UTCTime for
    dates prior to 2050.
  * * libgnutls: Force 16-byte alignment to all input to ciphers (previously it
    was done only when cryptodev was enabled).
  * * libgnutls: Removed support for pthread_atfork() as it has undefined
    semantics when used with dlopen(), and may lead to a crash.
  * * libgnutls: corrected failure when importing plain files
    with gnutls_x509_privkey_import2(), and a password was provided.
  * * libgnutls: Don't reject certificates if a CA has the URI or IP address
    name constraints, and the end certificate doesn't have an IP address
    name or a URI set.
  * * libgnutls: set and read the hint in DHE-PSK and ECDHE-PSK ciphersuites.
  * * p11tool: Added --list-token-urls option, and print the token module name
    in list-tokens.
  * * libgnutls: DTLS blocking API is more robust against infinite blocking,
    and will notify of more possible timeouts.
  * * libgnutls: corrected regression with Camellia-256-GCM cipher. Reported
    by Manuel Pegourie-Gonnard.
  * * libgnutls: Introduced the GNUTLS_NO_SIGNAL flag to gnutls_init(). That
    allows to disable SIGPIPE for writes done within gnutls.
  * * libgnutls: Enhanced the PKCS #7 API to allow signing and verification
    of structures. API moved to gnutls/pkcs7.h header.
  * * certtool: Added options to generate PKCS #7 bundles and signed
    structures.
- includes changes from 3.4.2:
  * DTLS blocking API is more robust against infinite blocking,
    and will notify of more possible timeouts.
  * Correct regression with Camellia-256-GCM cipher.
  * Introduce the GNUTLS_NO_SIGNAL flag to gnutls_init(). That
    allows to disable SIGPIPE for writes done within gnutls.
  * Enhance the PKCS #7 API to allow signing and verification
    of structures. Move API to gnutls/pkcs7.h header.
  * certtool: Added options to generate PKCS #7 bundles and signed
    structures.
- disable testsuite run against valgrind on aarch64
- Updated to 3.4.1 (released 2015-05-03)
  * * libgnutls: gnutls_certificate_get_ours: will return the certificate even
  if a callback was used to send it.
  * * libgnutls: Check for invalid length in the X.509 version field. Without
  the check certificates with invalid length would be detected as having an
  arbitrary version. Reported by Hanno Böck.
  * * libgnutls: Handle DNS name constraints with a leading dot. Patch by
  Fotis Loukos.
  * * libgnutls: Updated system-keys support for windows to compile in more
  versions of mingw. Patch by Tim Kosse.
  * * libgnutls: Fix for MD5 downgrade in TLS 1.2 signatures. Reported by
  Karthikeyan Bhargavan [GNUTLS-SA-2015-2]. bsc#929690
  * * libgnutls: Reverted: The gnutls_handshake() process will enforce a timeout
  by default. That caused issues with non-blocking programs.
  * * certtool: It can generate SHA256 key IDs.
  * * gnutls-cli: fixed crash in --benchmark-ciphers. Reported by James Cloos.
  * * API and ABI modifications: gnutls_x509_crt_get_pk_ecc_raw: Added
- gnutls-fix-double-mans.patch: fixed upstream
- Disable buggy valgrind on armv7l
- updated to 3.4.0 (released 2015-04-08)
  * * libgnutls: Added support for AES-CCM and AES-CCM-8 (RFC6655 and RFC7251)
  ciphersuites. The former are enabled by default, the latter need to be
  explicitly enabled, since they reduce the overall security level.
  * * libgnutls: Added support for Chacha20-Poly1305 ciphersuites following
  draft-mavrogiannopoulos-chacha-tls-05 and draft-irtf-cfrg-chacha20-poly1305-10.
  That is currently provided as technology preview and is not enabled by
  default, since there are no assigned ciphersuite points by IETF and there
  is no guarrantee of compatibility between draft versions. The ciphersuite
  priority string to enable it is "/+CHACHA20-POLY1305"/.
  * * libgnutls: Added support for encrypt-then-authenticate in CBC
  ciphersuites (RFC7366 -taking into account its errata text). This is
  enabled by default and can be disabled using the %NO_ETM priority
  string.
  * * libgnutls: Added support for the extended master secret
  (triple-handshake fix) following draft-ietf-tls-session-hash-02.
  * * libgnutls: Added a new simple and hard to misuse AEAD API (crypto.h).
  * * libgnutls: SSL 3.0 is no longer included in the default priorities
  list. It has to be explicitly enabled, e.g., with a string like
  "/NORMAL:+VERS-SSL3.0"/.
  * * libgnutls: ARCFOUR (RC4) is no longer included in the default priorities
  list. It has to be explicitly enabled, e.g., with a string like
  "/NORMAL:+ARCFOUR-128"/.
  * * libgnutls: DSA signatures and DHE-DSS are no longer included in the
  default priorities list. They have to be explicitly enabled, e.g., with
  a string like "/NORMAL:+DHE-DSS:+SIGN-DSA-SHA256:+SIGN-DSA-SHA1"/. The
  DSA ciphersuites were dropped because they had no deployment at all
  on the internet, to justify their inclusion.
  * * libgnutls: The priority string EXPORT was completely removed. The string
  was already defunc as support for the EXPORT ciphersuites was removed in
  GnuTLS 3.2.0.
  * * libgnutls: Added API to utilize system specific private keys in
  "/gnutls/system-keys.h"/. It is currently provided as technology preview
  and is restricted to windows CNG keys.
  * * libgnutls: gnutls_x509_crt_check_hostname() and friends will use
  RFC6125 comparison of hostnames. That introduces a dependency on libidn.
  * * libgnutls: Depend on p11-kit 0.23.1 to comply with the final
  PKCS #11 URLs draft (draft-pechanec-pkcs11uri-21).
  * * libgnutls: Depend on nettle 3.1.
  * * libgnutls: Use getrandom() or getentropy() when available. That
  avoids the complexity of file descriptor handling and issues with
  applications closing all open file descriptors on startup.
  * * libgnutls: Use pthread_atfork() to detect fork when available.
  * * libgnutls: The gnutls_handshake() process will enforce a timeout by
  default.
  * * libgnutls: If a key purpose (extended key usage) is specified for verification,
  it is applied into intermediate certificates. The verification result
  GNUTLS_CERT_PURPOSE_MISMATCH is also introduced.
  * * libgnutls: When gnutls_certificate_set_x509_key_file2() is used in
  combination with PKCS #11, or TPM URLs, it will utilize the provided
  password as PIN if required. That removes the requirement for the
  application to set a callback for PINs in that case.
  * * libgnutls: priority strings VERS-TLS-ALL and VERS-DTLS-ALL are
  restricted to the corresponding protocols only, and the VERS-ALL
  string is introduced to catch all possible protocols.
  * * libgnutls: Added helper functions to obtain information on PKCS #8
  structures.
  * * libgnutls: Certificate chains which are provided to gnutls_certificate_credentials_t
  will automatically be sorted instead of failing with GNUTLS_E_CERTIFICATE_LIST_UNSORTED.
  * * libgnutls: Added functions to export and set the record state. That
  allows for gnutls_record_send() and recv() to be offloaded (to kernel,
  hardware or any other subsystem).
  * * libgnutls: Added the ability to register application specific URL
  types, which express certificates and keys using gnutls_register_custom_url().
  * * libgnutls: Added API to override existing ciphers, digests and MACs, e.g.,
  to override AES-GCM using a system-specific accelerator. That is, (crypto.h)
  gnutls_crypto_register_cipher(), gnutls_crypto_register_aead_cipher(),
  gnutls_crypto_register_mac(), and gnutls_crypto_register_digest().
  * * libgnutls: Added gnutls_ext_register() to register custom extensions.
  Contributed by Thierry Quemerais.
  * * libgnutls: Added gnutls_supplemental_register() to register custom
  supplemental data handshake messages. Contributed by Thierry Quemerais.
  * * libgnutls-openssl: it is no longer built by default.
  * * certtool: Added --p8-info option, which will print PKCS #8 information
  even if the password is not available.
  * * certtool: --key-info option will print PKCS #8 encryption information
  when available.
  * * certtool: Added the --key-id and --fingerprint options.
  * * certtool: Added the --verify-hostname, --verify-email and --verify-purpose
  options to be used in certificate chain verification, to simulate verification
  for specific hostname and key purpose (extended key usage).
  * * certtool: --p12-info option will print PKCS #12 MAC and cipher information
  when available.
  * * certtool: it will print the A-label (ACE) names in addition to UTF-8.
  * * p11tool: added options --set-id and --set-label.
  * * gnutls-cli: added options --priority-list and --save-cert.
  * * guile: Deprecated priority API has been removed. The old priority API,
  which had been deprecated for some time, is now gone; use 'set-session-priorities!'
  instead.
  * * guile: Remove RSA parameters and related procedures. This API had been
  deprecated.
  * * guile: Fix compilation on MinGW. Previously only the static version of the
  'guile-gnutls-v-2' library would be built, preventing dynamic loading from Guile.
- updated to 3.3.13 (released 2015-03-30)
  * * libgnutls: When retrieving OCTET STRINGS from PKCS #12 ContentInfo
  structures use BER to decode them (requires libtasn1 4.3). That allows
  to decode some more complex structures.
  * * libgnutls: When an end-certificate with no name is present and there
  are CA name constraints, don't reject the certificate. This follows RFC5280
  advice closely. Reported by Fotis Loukos.
  * * libgnutls: Fixed handling of supplemental data with types > 255.
  Patch by Thierry Quemerais.
  * * libgnutls: Fixed double free in the parsing of CRL distribution points certificate
  extension. Reported by Robert Święcki.
  * * libgnutls: Fixed a two-byte stack overflow in DTLS 0.9 protocol. That
  protocol is not enabled by default (used by openconnect VPN).
  * * libgnutls: The maximum user data send size is set to be the same for
  block and non-block ciphersuites. This addresses a regression with wine:
  https://bugs.winehq.org/show_bug.cgi?id=37500
  * * libgnutls: When generating PKCS #11 keys, set CKA_ID, CKA_SIGN,
  and CKA_DECRYPT when needed.
  * * libgnutls: Allow names with zero size to be set using
  gnutls_server_name_set(). That will disable the Server Name Indication.
  Resolves issue with wine: https://gitlab.com/gnutls/gnutls/issues/2
- new main library major version .so.30
- requires new libnettle >= 3.1, p11-kit-devel >= 0.23.1
- Now need to configure --enable-openssl-compatibility (might go away)
- added gnutls-fix-double-mans.patch: avoid double installing manpages
- dropped gnutls-3.0.26-skip-test-fwrite.patch: does not seem to be needed
  anymore
- install_info_delete moved from %postun to %preun
- for DANE support, use bcond_with
- for tpm support, same
- note p11-kit >= 0.20.7 requirement
- note libtasn1 3.9 requirement (built-in lib used otherwise)
- disable trousers and unbound again for now, as it causes too long
  build cycles.
- added unbound-devel (for DANE) and trousers-devel (for TPM support)
- removed now upstreamed gnutls-implement-trust-store-dir-3.2.8.diff
- libgnutls-dane0 new library added
- updated to 3.3.13 (released 2015-02-25)
  * * libgnutls: Enable AESNI in GCM on x86
  * * libgnutls: Fixes in DTLS message handling
  * * libgnutls: Check certificate algorithm consistency, i.e.,
    check whether the signatureAlgorithm field matches the signature
    field inside TBSCertificate.
  * * gnutls-cli: Fixes in OCSP verification.
- Version 3.3.12 (released 2015-01-17)
  * * libgnutls: When negotiating TLS use the lowest enabled version in
  the client hello, rather than the lowest supported. In addition, do
  not use SSL 3.0 as a version in the TLS record layer, unless SSL 3.0
  is the only protocol supported. That addresses issues with servers that
  immediately drop the connection when the encounter SSL 3.0 as the record
  version number. See:
  http://lists.gnutls.org/pipermail/gnutls-help/2014-November/003673.html
  * * libgnutls: Corrected encoding and decoding of ANSI X9.62 parameters.
  * * libgnutls: Handle zero length plaintext for VIA PadLock functions.
  This solves a potential crash on AES encryption for small size plaintext.
  Patch by Matthias-Christian Ott.
  * * libgnutls: In DTLS don't combine multiple packets which exceed MTU.
  Reported by Andreas Schultz. https://savannah.gnu.org/support/?108715
  * * libgnutls: In DTLS decode all handshake packets present in a record
  packet, in a single pass. Reported by Andreas Schultz.
  https://savannah.gnu.org/support/?108712
  * * libgnutls: When importing a CA file with a PKCS #11 URL, simply
  import the certificates, if the URL specifies objects, rather than
  treating it as trust module.
  * * libgnutls: When importing a PKCS #11 URL and we know the type of
  object we are importing, don't require the object type in the URL.
  * * libgnutls: fixed openpgp authentication when gnutls_certificate_set_retrieve_function2
  was used by the server.
  * * certtool: --pubkey-info will also attempt to load a public key from stdin.
  * * gnutls-cli: Added --starttls-proto option. That allows to specify a
  protocol for starttls negotiation.
- Version 3.3.11 (released 2014-12-11)
  * * libgnutls: Corrected regression introduced in 3.3.9 related to
  session renegotiation. Reported by Dan Winship.
  * * libgnutls: Corrected parsing issue with OCSP responses.
- Version 3.3.10 (released 2014-11-10)
  * * libgnutls: Refuse to import v1 or v2 certificates that contain
  extensions.
  * * libgnutls: Fixes in usage of PKCS #11 token callback
  * * libgnutls: Fixed bug in gnutls_x509_trust_list_get_issuer() when used
  with a PKCS #11 trust module and without the GNUTLS_TL_GET_COPY flag.
  Reported by David Woodhouse.
  * * libgnutls: Removed superfluous random generator refresh on every call
  of gnutls_deinit(). That reduces load and usage of /dev/urandom.
  * * libgnutls: Corrected issue in export of ECC parameters to X9.63 format.
  Reported by Sean Burford [GNUTLS-SA-2014-5].
  * * libgnutls: When gnutls_global_init() is called for a second time, it
  will check whether the /dev/urandom fd kept is still open and matches
  the original one. That behavior works around issues with servers that
  close all file descriptors.
  * * libgnutls: Corrected behavior with PKCS #11 objects that are marked
  as CKA_ALWAYS_AUTHENTICATE.
  * * certtool: The default cipher for PKCS #12 structures is 3des-pkcs12.
  That option is more compatible than AES or RC4.
- Version 3.3.9 (released 2014-10-13)
  * * libgnutls: Fixes in the transparent import of PKCS #11 certificates.
  Reported by Joseph Peruski.
  * * libgnutls: Fixed issue with unexpected non-fatal errors resetting the
  handshake's hash buffer, in applications using the heartbeat extension
  or DTLS. Reported by Joeri de Ruiter.
  * * libgnutls: When both a trust module and additional CAs are present
  account the latter as well; reported by David Woodhouse.
  * * libgnutls: added GNUTLS_TL_GET_COPY flag for
  gnutls_x509_trust_list_get_issuer(). That allows the function to be used
  in a thread safe way when PKCS #11 trust modules are in use.
  * * libgnutls: fix issue in DTLS retransmission when session tickets
  were in use; reported by Manuel Pégourié-Gonnard.
  * * libgnutls-dane: Do not require the CA on a ca match to be direct CA.
  * * libgnutls: Prevent abort() in library if getrusage() fails. Try to
  detect instead which of RUSAGE_THREAD and RUSAGE_SELF would work.
  * * guile: new 'set-session-server-name!' procedure; see the manual for
  details.
  * * certtool: The authority key identifier will be set in a certificate only
  if the CA's subject key identifier is set.
- Version 3.3.8 (released 2014-09-18)
  * * libgnutls: Updates in the name constraints checks. No name constraints
  will be checked for intermediate certificates. As our support for name
  constraints is limited to e-mail addresses in DNS names, it is pointless
  to check them on intermediate certificates.
  * * libgnutls: Fixed issues in PKCS #11 object listing. Previously multiple
  object listing would fail completely if a single object could not be exported.
  * * libgnutls: Improved the performance of PKCS #11 object listing/retrieving,
  by retrieving them in large batches. Report and suggestion by David
  Woodhouse.
  * * libgnutls: Fixed issue with certificates being sanitized by gnutls prior
  to signature verification. That resulted to certain non-DER compliant modifications
  of valid certificates, being corrected by libtasn1's parser and restructured as
  the original. Issue found and reported by Antti Karjalainen and Matti Kamunen from
  Codenomicon.
  * * libgnutls: Fixes in gnutls_x509_crt_set_dn() and friends to properly handle
  strings with embedded spaces and escaped commas.
  * * libgnutls: when comparing a CA certificate with the trusted list compare
  the name and key only instead of the whole certificate. That is to handle
  cases where a CA certificate was superceded by a different one with the same
  name and the same key.
  * * libgnutls: when verifying a certificate against a p11-kit trusted
  module, use the attached extensions in the module to override the CA's
  extensions (that requires p11-kit 0.20.7).
  * * libgnutls: In DTLS prevent sending zero-size fragments in certain cases
  of MTU split. Reported by Manuel Pégourié-Gonnard.
  * * libgnutls: Added gnutls_x509_trust_list_verify_crt2() which allows
  verifying using a hostname and a purpose (extended key usage). That
  enhances PKCS #11 trust module verification, as it can now check the purpose
  when this function is used.
  * * libgnutls: Corrected gnutls_x509_crl_verify() which would always report
  a CRL signature as invalid. Reported by Armin Burgmeier.
  * * libgnutls: added option --disable-padlock to allow disabling the padlock
  CPU acceleration.
  * * p11tool: when listing tokens, list their type as well.
  * * p11tool: when listing objects from a trust module print any attached
  extensions on certificates.
- Version 3.3.7 (released 2014-08-24)
  * * libgnutls: Added function to export the public key of a PKCS #11
  private key. Contributed by Wolfgang Meyer zu Bergsten.
  * * libgnutls: Explicitly set the exponent in PKCS #11 key generation.
  That improves compatibility with certain PKCS #11 modules. Contributed by
  Wolfgang Meyer zu Bergsten.
  * * libgnutls: When generating a PKCS #11 private key allow setting
  the WRAP/UNWRAP flags. Contributed by Wolfgang Meyer zu Bergsten.
  * * libgnutls: gnutls_pkcs11_privkey_t will always hold an open session
  to the key.
  * * libgnutls: bundle replacements of inet_pton and inet_aton if not
  available.
  * * libgnutls: initialize parameters variable on PKCS #8 decryption.
  * * libgnutls: gnutls_pkcs12_verify_mac() will not fail in other than SHA1
  algorithms.
  * * libgnutls: gnutls_x509_crt_check_hostname() will follow the RFC6125
  requirement of checking the Common Name (CN) part of DN only if there is
  a single CN present in the certificate.
  * * libgnutls: The environment variable GNUTLS_FORCE_FIPS_MODE can be used
  to force the FIPS mode, when set to 1.
  * * libgnutls: In DTLS ignore only errors that relate to unexpected packets
  and decryption failures.
  * * p11tool: Added --info parameter.
  * * certtool: Added --mark-wrap parameter.
  * * danetool: --check will attempt to retrieve the server's certificate
  chain and verify against it.
  * * danetool/gnutls-cli-debug: Added --app-proto parameters which can
  be used to enforce starttls (currently only SMTP and IMAP) on the connection.
  * * danetool: Added openssl linking exception, to allow linking
  with libunbound.
- Version 3.3.6 (released 2014-07-23)
  * * libgnutls: Use inet_ntop to print IP addresses when available
  * * libgnutls: gnutls_x509_crt_check_hostname and friends will also check
  IP addresses, and match documented behavior. Reported by David Woodhouse.
  * * libgnutls: DSA key generation in FIPS140-2 mode doesn't allow 1024
  bit parameters.
  * * libgnutls: fixed issue in gnutls_pkcs11_reinit() which prevented tokens
  being usable after a reinitialization.
  * * libgnutls: fixed PKCS #11 private key operations after a fork.
  * * libgnutls: fixed PKCS #11 ECDSA key generation.
  * * libgnutls: The GNUTLS_CPUID_OVERRIDE environment variable can be used to
  explicitly enable/disable the use of certain CPU capabilities. Note that CPU
  detection cannot be overriden, i.e., VIA options cannot be enabled on an Intel
  CPU. The currently available options are:
    0x1: Disable all run-time detected optimizations
    0x2: Enable AES-NI
    0x4: Enable SSSE3
    0x8: Enable PCLMUL
    0x100000: Enable VIA padlock
    0x200000: Enable VIA PHE
    0x400000: Enable VIA PHE SHA512
  * * libdane: added dane_query_to_raw_tlsa(); patch by Simon Arlott.
  * * p11tool: use GNUTLS_SO_PIN to read the security officer's PIN if set.
  * * p11tool: ask for label when one isn't provided.
  * * p11tool: added --batch parameter to disable any interactivity.
  * * p11tool: will not implicitly enable so-login for certain types of
  objects. That avoids issues with tokens that require different login
  types.
  * * certtool/p11tool: Added the --curve parameter which allows to explicitly
  specify the curve to use.
- Version 3.3.5 (released 2014-06-26)
  * * libgnutls: Added gnutls_record_recv_packet() and gnutls_packet_deinit().
  These functions provide a variant of gnutls_record_recv() that avoids
  the final memcpy of data.
  * * libgnutls: gnutls_x509_crl_iter_crt_serial() was added as a
  faster variant of gnutls_x509_crl_get_crt_serial() when coping with
  very large structures.
  * * libgnutls: When the decoding of a printable DN element fails, then treat
  it as unknown and print its hex value rather than failing. That works around
  an issue in a TURKTRST root certificate which improperly encodes the
  X520countryName element.
  * * libgnutls: gnutls_x509_trust_list_add_trust_file() will return the number
  of certificates present in a PKCS #11 token when loading it.
  * * libgnutls: Allow the post client hello callback to put the handshake on
  hold, by returning GNUTLS_E_AGAIN or GNUTLS_E_INTERRUPTED.
  * * certtool: option --to-p12 will now consider --load-ca-certificate
  * * certtol: Added option to specify the PKCS #12 friendly name on command line.
  * * p11tool: Allow marking a certificate copied to a token as a CA.
- Version 3.3.4 (released 2014-05-31)
  * * libgnutls: Updated Andy Polyakov's assembly code. That prevents a
  crash on certain CPUs.
- Version 3.3.3 (released 2014-05-30)
  * * libgnutls: Eliminated memory corruption issue in Server Hello parsing.
  Issue reported by Joonas Kuorilehto of Codenomicon.
  * * libgnutls: gnutls_global_set_mutex() was modified to operate with the
  new initialization process.
  * * libgnutls: Increased the maximum certificate size buffer
  in the PKCS #11 subsystem.
  * * libgnutls: Check the return code of getpwuid_r() instead of relying
  on the result value. That avoids issue in certain systems, when using
  tofu authentication and the home path cannot be determined. Issue reported
  by Viktor Dukhovni.
  * * libgnutls-dane: Improved dane_verify_session_crt(), which now attempts to
  create a full chain. This addresses points from https://savannah.gnu.org/support/index.php?108552
  * * gnutls-cli: --dane will only check the end certificate if PKIX validation
  has been disabled.
  * * gnutls-cli: --benchmark-soft-ciphers has been removed. That option cannot
  be emulated with the implicit initialization of gnutls.
  * * certtool: Allow multiple organizations and organizational unit names to
  be specified in a template.
  * * certtool: Warn when invalid configuration options are set to a template.
  * * ocsptool: Include path in ocsp request. This resolves #108582
  (https://savannah.gnu.org/support/?108582), reported by Matt McCutchen.
- Version 3.3.2 (released 2014-05-06)
  * * libgnutls: Added the 'very weak' certificate verification profile
  that corresponds to 64-bit security level.
  * * libgnutls: Corrected file descriptor leak on random generator
  initialization.
  * * libgnutls: Corrected file descriptor leak on PSK password file
  reading. Issue identified using the Codenomicon TLS test suite.
  * * libgnutls: Avoid deinitialization if initialization has failed.
  * * libgnutls: null-terminate othername alternative names.
  * * libgnutls: gnutls_x509_trust_list_get_issuer() will operate correctly
  on a PKCS #11 trust list.
  * * libgnutls: Several small bug fixes identified using valgrind and
  the Codenomicon TLS test suite.
  * * libgnutls-dane: Accept a certificate using DANE if there is at least one
  entry that matches the certificate. Patch by simon [at] arlott.org.
  * * libgnutls-guile: Fixed compilation issue.
  * * certtool: Allow exporting a CRL on DER format.
  * * certtool: The ECDSA keys generated by default use the SECP256R1 curve
  which is supported more widely than the previously used SECP224R1.
- Version 3.3.1 (released 2014-04-19)
  * * libgnutls: Enforce more strict checks to heartbeat messages
  concerning padding and payload. Suggested by Peter Dettman.
  * * libgnutls: Allow decoding PKCS #8 files with ECC parameters
  from openssl.
  * * libgnutls: Several small bug fixes found by coverity.
  * * libgnutls: The conditionally available self-test functions
  were moved to self-test.h.
  * * libgnutls: Fixed issue with the check of incoming data when two
  different recv and send pointers have been specified. Reported and
  investigated by JMRecio.
  * * libgnutls: Fixed issue in the RSA-PSK key exchange, which would
  result to illegal memory access if a server hint was provided. Reported
  by André Klitzing.
  * * libgnutls: Fixed client memory leak in the PSK key exchange, if a
  server hint was provided.
  * * libgnutls: Corrected the *get_*_othername_oid() functions.
- Version 3.3.0 (released 2014-04-10)
  * * libgnutls: The initialization of the library was moved to a
  constructor. That is, gnutls_global_init() is no longer required
  unless linking with a static library or a system that does not
  support library constructors.
  * * libgnutls: static libraries are not built by default.
  * * libgnutls: PKCS #11 initialization is delayed to first usage.
  That avoids long delays in gnutls initialization due to broken PKCS #11
  modules.
  * * libgnutls: The PKCS #11 subsystem is re-initialized "/automatically"/
  on the first PKCS #11 API call after a fork.
  * * libgnutls: certificate verification profiles were introduced
  that can be specified as flags to verification functions. They
  are enumerations in gnutls_certificate_verification_profiles_t
  and can be converted to flags for use in a verification function
  using GNUTLS_PROFILE_TO_VFLAGS().
  * * libgnutls: Added the ability to read system-specific initial
  keywords, if they are prefixed with '@'. That allows a compile-time
  specified configuration file to be used to read pre-configured priority
  strings from. That can be used to impose system specific policies.
  * * libgnutls: Increased the default security level of priority
  strings (NORMAL and PFS strings require at minimum a 1008 DH prime),
  and set a verification profile by default.  The LEGACY keyword is
  introduced to set the old defaults.
  * * libgnutls: Added support for the name constraints PKIX extension.
  Currently only DNS names and e-mails are supported (no URIs, IPs
  or DNs).
  * * libgnutls: Security parameter SEC_PARAM_NORMAL was renamed to
  SEC_PARAM_MEDIUM to avoid confusion with the priority string NORMAL.
  * * libgnutls: Added new API in x509-ext.h to handle X.509 extensions.
  This API handles the X.509 extensions in isolation, allowing to parse
  similarly formatted extensions stored in other structures.
  * * libgnutls: When generating DSA keys the macro GNUTLS_SUBGROUP_TO_BITS
  can be used to specify a particular subgroup as the number of bits in
  gnutls_privkey_generate; e.g., GNUTLS_SUBGROUP_TO_BITS(2048, 256).
  * * libgnutls: DH parameter generation is now delegated to nettle.
  That unfortunately has the side-effect that DH parameters longer than
  3072 bits, cannot be generated (not without a nettle update).
  * * libgnutls: Separated nonce RNG from the main RNG. The nonce
  random number generator is based on salsa20/12.
  * * libgnutls: The buffer alignment provided to crypto backend is
  enforced to be 16-byte aligned, when compiled with cryptodev
  support. That allows certain cryptodev drivers to operate more
  efficiently.
  * * libgnutls: Return error when a public/private key pair that doesn't
  match is set into a credentials structure.
  * * libgnutls: Depend on p11-kit 0.20.0 or later.
  * * libgnutls: The new padding (%NEW_PADDING) experimental TLS extension has
  been removed. It was not approved by IETF.
  * * libgnutls: The experimental xssl library is removed from the gnutls
  distribution.
  * * libgnutls: Reduced the number of gnulib modules used in the main library.
  * * libgnutls: Added priority string %DISABLE_WILDCARDS.
  * * libgnutls: Added the more extensible verification function
  gnutls_certificate_verify_peers(), that allows checking, in addition
  to a peer's DNS hostname, for the key purpose of the end certificate
  (via PKIX extended key usage).
  * * certtool: Timestamps for serial numbers were increased to 8 bytes,
  and in batch mode to 12 (appended with 4 random bytes).
  * * certtool: When no CRL number is provided (or value set to -1), then
  a time-based number will be used, similarly to the serial generation
  number in certificates.
  * * certtool: Print the SHA256 fingerprint of a certificate in addition
  to SHA1.
  * * libgnutls: Added --enable-fips140-mode configuration option (unsupported).
  That option enables (when running on FIPS140-enabled system):
  o RSA, DSA and DH key generation as in FIPS-186-4 (using provable primes)
  o The DRBG-CTR-AES256 deterministic random generator from SP800-90A.
  o Self-tests on initialization on ciphers/MACs, public key algorithms
    and the random generator.
  o HMAC-SHA256 verification of the library on load.
  o MD5 is included for TLS purposes but cannot be used by the high level
    hashing functions.
  o All ciphers except AES are disabled.
  o All MACs and hashes except GCM and SHA are disabled (e.g., HMAC-MD5).
  o All keys (temporal and long term) are zeroized after use.
  o Security levels are adjusted to the FIPS140-2 recommendations (rather
    than ECRYPT).
- build with PIE for commandline tools
- Updated to 3.2.21 (released 2014-12-11)
  - libgnutls: Corrected regression introduced in 3.2.19 related to
    session renegotiation. Reported by Dan Winship.
  - libgnutls: Corrected parsing issue with OCSP responses.
- Updated to 3.2.20 (released 2014-11-10)
  * * libgnutls: Removed superfluous random generator refresh on every
    call of gnutls_deinit(). That reduces load and usage of /dev/urandom.
  * * libgnutls: Corrected issue in export of ECC parameters to X9.63
    format.  Reported by Sean Burford [GNUTLS-SA-2014-5].
  (CVE-2014-8564 bnc#904603)
- Updated to 3.2.19 (released 2014-10-13)
  * * libgnutls: Fixes in the transparent import of PKCS #11 certificates.
    Reported by Joseph Peruski.
  * * libgnutls: Fixed issue with unexpected non-fatal errors resetting the
    handshake's hash buffer, in applications using the heartbeat extension
    or DTLS. Reported by Joeri de Ruiter.
  * * libgnutls: fix issue in DTLS retransmission when session tickets were
    in use; reported by Manuel Pégourié-Gonnard.
  * * libgnutls: Prevent abort() in library if getrusage() fails. Try to
    detect instead which of RUSAGE_THREAD and RUSAGE_SELF would work.
  * * guile: new 'set-session-server-name!' procedure; see the manual
    for details.
gobject-introspection
- Drop python3-Sphix BuildRequires, only used for rebuilding the
  website contents.
- Depend on the specific Python ABI version the module was built with,
  as the _giscanner binary module is ABI dependent. Fixes boo#1153837
- Update to version 1.62.0:
  + No changes since 1.61.2.
- Update to version 1.61.2:
  + dumper: Use the distutils linker.
  + structinfo: Fix offset in find_method().
  + tests: Don't include "/config.h"/ in installed files.
  + meson: Make meson.override_find_program working on more complex
    use cases.
- Changes from version 1.61.1:
  + Drop autotools build system.
  + meson: require 0.49.2.
  + Update glib annotations.
  + Add documentation to the RelaxNG schema.
  + Unused variable fixes.
  + cachestore: handle cache getting deleted while loading it.
  + Add Vulkan gir.
  + Make g_irepository_get_object_gtype_interfaces actually work.
  + gimarshallingtests: Add a marshalling test case for GPtrArrays
    and GArrays of structures.
  + scanner: parse and expose function macros.
  + meson: use pkg-config directly for libffi cflags and libs.
  + meson: Fix wrong dependency type check for gio-unix.
  + regress: Add regression test for signal with GError param.
- Add Vulkan to typelib template.
- Update gi-find-deps.sh: upate javascript_requires function to parse
  the new JS import style (bsc#1140614).
- Update to version 1.60.2:
  + docwriter: Fix Exception message attribute.
  + meson: fix default cairo DLL name on Windows.
  + scanner: Fix error on Windows in case source files are on
    different drives.
  + gi-test: Fix gir file tests with MSVC.
  + MSVC.README.rst: Update VS 2008/x64 build notes.
  + giscanner/scannerlexer.l: Include io.h on Windows.
  + build: Force-include msvc_recommended_pragmas.h on Visual
    Studio.
  + Update glib annotations.
- Update to version 1.60.1:
  + Update glib annotations.
  + shlibs: fall back to basename on macOS for relative paths.
  + meson: always pass --quiet to g-ir-scanner.
  + docs: include '--c-include' in g-ir-scanner man page.
  + tests: Fix compatibility with Python 3.5.
- Update to version 1.60.0:
  + gir: Update glib annotations.
- Update to version 1.59.5:
  + gir:
  - Include C header in cairo gir file.
  - Skip glib-enumtypes.h for GObject-2.0.
- Update to version 1.59.4:
  + tests: Add functions using flat struct arrays.
  + Clean shebangs out of non-executable scripts and drop exec perm
    from xmlwriter.py.
  + maintransformer: parse deprecation annotations for section
    blocks.
  + repository: g_irepository_get_object_gtype_interfaces.
  + message: handle fatal errors even if warnings are disabled.
  + autotools: Fix build with ``-Wl,--as-needed``.
  + maintransformer: Don't warn on (optional) annotations on
    (inout).
  + girepository: Fix a possible use-after-free if
    g_mapped_file_new() fails and fix possible leak of transitive
    dependency names.
- Fix shebangs for files installed to /usr/bin to not use
  /usr/bin/env.
- Update to version 1.59.3:
  + meson:
  - Use underscore as a separator in build options (gtk-doc->
    gtk_doc etc).
  - Warn that not all tests will be run if building without
    cairo/doctool.
  + scanner:
  - Merge specifiers and qualifiers when merging basic types.
    Fixes "/unsigned char"/ being wrongly parsed as "/unsigned"/ etc.
  - Rework source root directory guessing code to not depend on
    the build directory.
  - Remove incorrect c:type generated for array of synthesized
    unions.
  - Flatten multi-dimensional arrays fields.
  + website: add cppgir C++ binding.
- Replace -Dgtk-doc=true call to meson with -Dgtk_doc=true.
- Pass -Ddoctool=true and -Dcairo=true to meson, build and install
  g-ir-doc-tool and use cairo during meson_check (tests).
- Update to version 1.59.2:
  + Everything included in 1.58.3.
  + meson: Various fixes and all tests have been ported.
  + scanner: Save preprocessor input and output files with
    ``save-temps``.
  + automake: Use the wildcard function where needed.
  + build: extend ``PYTHONPATH`` instead of replacing it.
  + gir/cairo: add ``cairo_rectangle_t``.
  + Add a ``--version`` option to g-ir-compiler and g-ir-generate.
  + tests: various test improvements.
  + ccompiler: don't use Python compiler flags.
  + parser: Do not bail out when parsing GIR files without doc
    positions.
  + gimarshallingtests: Remove declarations of nonexistent
    functions.
- Changes from version 1.59.1:
  + Everything included in 1.58.2.
  + build:
  - Drop Python 2 support, require Python 3.4+.
  - Add option to make .gir files installation paths
    configurable.
  - Skip gobject/gvaluecollector.h when constructing GObject GIR.
  - Port various tests to work with meson.
  + regress:
  - Add test for write-only property.
  - Implement interface and override properties.
  + writer: Include documentation and symbol position in source
    files.
  + giscanner:
  - Print relative filename paths when warning.
  - Define grefcount and gatomicrefcount as aliases to gint.
  - Allow empty declarations. Fixes warnings with mingw headers.
  - Replace linked lists with arrays in source scanner.
  + girepository:
  - Various docs cleanups and fixes.
  - Don't abort when calling g_base_info_get_name() on a
    GITypeInfo.
  - Add version macros and functions.
- Update to version 1.58.3:
  + docwriter: Support python-markdown 3.x.
  + scanner: Define grefcount and gatomicrefcount as aliases to
    gint.
  + scanner: make using bool without stdbool include work again.
  + gir: Update glib annotations for glib 2.58.2.
- Drop upstream fixed patches:
  + gi-docwriter-Support-markdown-3.x.patch: docwriter: Support
    markdown 3.x.
  + gi-Define-grefcount-and-gatomicrefcount-as-aliases.patch:
    Define grefcount and gatomicrefcount as aliases to gint.
  + gi-Update-glib-annotations.patch: Update glib annotations
    (glib-2-58).
- Add upstream bug fix patches from stable branch:
  + gi-docwriter-Support-markdown-3.x.patch: docwriter: Support
    markdown 3.x.
  + gi-Define-grefcount-and-gatomicrefcount-as-aliases.patch:
    Define grefcount and gatomicrefcount as aliases to gint.
  + gi-Update-glib-annotations.patch: Update glib annotations
    (glib-2-58).
- Update to version 1.58.2:
  + meson: Fix random build errors (mostly MSVC).
  + scanner:
  - Fix parsing of __typeof__ that is part of a cast expression.
  - Ignore __pragma keyword used by MSVC.
- Update to version 1.58.1:
  + meson:
  - Install warnlib.
  - Add back /usr/bin/env to the python-cmd.
  + scanner: Parse __typeof__ and discard it.
  + Fix non libtool build.
- Drop gobject-introspection-3.30.0-install-warnlib.patch: Fixed
  upstream.
- Modernize spec, use autosetup macro.
- Update gi-find-reqs.sh to support new Polari's imports.gi pattern
  "/const { Foo, Bar } = imports.gi;"/.
- Add gobject-introspection-3.30.0-install-warnlib.patch: Install
  missing files, notably required by gjs (picked from upstream).
- Update to version 1.58.0:
  + Changes:
  - Add a --version argument to the Python-based tools
  - Allow selecting the output format for g-ir-doc-tool
  - Support all _Float* C types from ISO/IEC TS 18661-3:2015
  - g-ir-doc-tool: Add DevDocs formatting for GJS
    (--format=devdocs).
  + Issues resolved:
  - Default element-type not set for GByteArray object properties
    (glgo#GNOME/gobject-introspection#184).
  - c:type missing pointer/array information in GIR for C array
    parameters (glgo#GNOME/gobject-introspection#189).
  - Allow multiple output formats
    (glgo#GNOME/gobject-introspection#134).
  - gtk2 hits unreachable code after enable -Wswitch-default
    (glgo#GNOME/gobject-introspection#218).
  - Memory leaks in GI regress and marshalling tests property
    setter (glgo#GNOME/gobject-introspection#113).
- Add python3-Sphinx BuildRequires: New dependency.
- Add meson BuildRequires and replace configure/make/make_install
  with meson/meson_build/meson_install/meson_test macros to reflect
  upstream's build system port to Meson.
- Enable tests run to increase QA of package.
- Update to version 1.57.3:
  + The autotools build now uses autoconf-archive.
  + g-ir-doc-tool: Add DevDocs formatting for GJS
    (--format=devdocs). This adds a dependency on the Python
    markdown package.
- Add python3-Markdown BuildRequires: New dependency.
- Update to version 1.57.2:
  + Add a --version argument to the Python-based tools.
  + Allow selecting the output format for g-ir-doc-tool.
  + Support all _Float* C types from ISO/IEC TS 18661-3:2015.
  + Issues resolved: glgo#GNOME/gobject-introspection#184,
    glgo#GNOME/gobject-introspection#189,
    glgo#GNOME/gobject-introspection#134,
    glgo#GNOME/gobject-introspection#218,
    glgo#GNOME/gobject-introspection#113.
- Update to version 1.56.1:
  + gir: Update annotations from glib 2.56.1.
  + giscanner: fix --no-libtool on macOS.
- Update to version 1.56.0:
  + gir: Update annotations from GLib git master.
- Modernize spec-file by calling spec-cleaner
- Update to version 1.55.2:
  + Changes: Add _Float128 to the base C types.
  + Bugs fixed:
  - Fails to parse flag-constants
    (glgo#GNOME/gobject-introspection#173).
  - Writer: Include documentation and symbol position in source
    files (glgo#GNOME/gobject-introspection#175).
  - Const qualifier dropped from c:type on (type filename)
    parameters (glgo#GNOME/gobject-introspection#190).
  - giscanner: don't print "/suppressed N warnings"/ if --quiet
    was specified (glgo#GNOME/gobject-introspection#188).
  - gitypelib.c: increase #define MAX_NAME_LEN from 200 to 255
    (bgo#764791).
  - g-ir-scanner does not recognize _Thread_local (bgo#756921).
  - MY_ENUM_VALUE = <constant> only works for last member
    (bgo#629667).
  - os.name can be wrong in some context (bgo#761985).
- Update '+' in GPL/LGPL License tag to '-or-later' to comply with
  SPDX 3.0.
- go-find-deps.sh: add riscv64 to x64bitarch.
- Update to version 1.55.1:
  + Sync up with glib 2.55.1.
- Update to version 1.55.0:
  + gir: Update annotations from GLib.
  + Bug fix: girepository:
    Don't skip g_irepository_get_option_group() (bgo#786665).
- Update Url to the current GObject introspetion's web page:
  https://wiki.gnome.org/Projects/GObjectIntrospection
- Switch libffi-devel BuildRequires with its pkgconfig version
  since configure just looks for its module.
- Update glib-2.0 pkgconfig BuildRequires version to 2.55.0
  according it to configure check.
- Add gio-2.0, gio-unix-2.0 and gmodule-2.0 pkgconfig
  BuildRequires: note that they were alredy being pulled with
  pkgconfig(glib-2.0) BuildRequires and used, since they live in
  the same devel package.
- Switch to python3
- Cleanup with spec-cleaner
- Run tests during build
- Update to version 1.54.1:
  + girnode.c: Use locale-independent functions to parse numbers
    (bgo#788087).
- Drop '%if 0%{suse_version} <= 1140' conditional: obsolete.
- Update to version 1.54.0:
  + giscanner: fix EOF check with flex >= 2.6.1.
  + gir: Update annotations from GLib 2.54.0.
- Update to version 1.53.7:
  + gir: Update annotations from GLib.
  + Ignore _Nonnull,_Nullable and _Null_unspecified type
    qualifiers.
  + build: Only generate .pc files for this package for MSVC
    builds.
- Update to version 1.53.5:
  + gir: Update annotations.
- Update to version 1.53.4:
  + MSVC 201x builds: Allow different Python versions per toolset.
  + gir: Update annotations from GLib git master.
  + regress: Test for property and method with conflicting names.
- Update to version 1.53.3:
  + Visual Studio builds: Use the Centricular fork of libffi.
  + When handling errors according to errno, catch both IOError and
    OSError.
  + gir: Update annotations from GLib 2.53.3.
- gi-find-deps.sh: sort autogenerated Requires to make builds fully
  reproducible.
- Update to version 1.53.2:
  + gir: Update annotations.
  + Misc fixes.
- Update to version 1.53.1:
  + gir: Update annotations from GLib.
  + regress: Add test for setting a NULL strv in a GValue.
  + Visual Studio 201x builds: Fix "/installation"/.
  + Fix 'Bad file descriptor' error when checking libtool version.
- Update to version 1.52.1:
  + gir: Update annotations from GLib 2.52.1.
  + tests: Add marshalling tests for GValue-valued properties.
  + gimarshallingtests: Add a flags and enum property.
  + g-ir-scanner: fix wrong order of -L options in libtool
    invocation.
  + giscanner: Use shlex.split() for environment variables.
- Update to version 1.52.0:
  + typedefs: fix type information.
  + gir: Update annotations from GLib 2.52.0.
- Update to version 1.51.5:
  + g-ir-scanner: document GI_SCANNER_DEBUG in man page.
  + Visual Studio builds: Support Visual Studio 2017.
  + gir: Update annotations from GLib git master.
- Update to version 1.51.3:
  + gir: Update annotations from GLib git master.
- Update to version 1.51.2:
  + Fix "/Annotation"/ element in RelaxNG schema.
  + gir: Update annotations from GLib git master.
  + scanner: Add a way to specify extra libraries to link against.
  + girepository: Annotate array and array-length parameter.
- Update to version 1.51.1:
  + Gio-2.0.gir: Don't exclude gsettingsbackend.h and pass needed
    define.
  + gir: Update annotations from GLib git master.
- gi-find-deps.sh: do not match "/from gi.repository import"/ if
  there is anything but white space in front of it (usually
  indicates we are in some descriptive comment block)"/
- Adjust the required version for pkgconfig(glib-2.0) according to
  what configure expects.
- Update to version 1.50.0:
  + Updated translations.
- Update to version 1.49.2:
  + gir: Update annotations from GLib git master.
  + gthash: free cmph objects.
  + g-ir-inspect:
  - Make description for --version a bit better.
  - Remove last usage of g_autoptr().
- Update to version 1.49.1:
  + gir: Update annotations from GLib 2.49.4.
  + Various MSVC build fixes.
  + g-ir-inspect: Inspect GI typelibs.
- Drop g-ir-dep-tool.patch: Fix upstream in a different way.
- Rebase gi-find-deps.sh to to conform to upstreams commits.
- Following the above: drop libtool BuildRequires and stop passing
  autoreconf pre configure, no longer needed.
- gi-find-deps.sh: scan GI overrides glue layers to add their
  respective dependencies.
- Update to GNOME 3.20  Fate#318572
- Remove 0001-typelib-compiler-properly-initialise-memory.patch,
  gobject-introspection-bgo729662-ownership-transfer.patch.
- Update to version 1.48.0:
  + gir: Update annotations from GLib 2.48.0.
  + Various MSVC build fixes.
- Update to version 1.47.92:
  + Bugs fixed: bgo#696773, bgo#733535, bgo#736109, bgo#752047,
    bgo#757126, bgo#757442, bgo#757443, bgo#757678, bgo#757934,
    bgo#758448, bgo#759531, bgo#760682, bgo#761658, bgo#761659,
    bgo#761981, bgo#761982, bgo#761983, bgo#761984, bgo#762653,
    rh#1285991.
- Add baselibs.conf: provide libgirepository-1_0-1 as -32bit
  package as needed by libcjs0-32bit.
- gi-find-deps.sh: work with the fact that newer file versions
  identify python scripts differently, based on the shebang.
- Update to version 1.47.1:
  + No changelog provided, please check git.gnome.org.
- Update to version 1.46.0:
  + g-ir-scanner: Support multiple arguments for compiler.
  + Update the GLib introspection data.
- Update to version 1.45.4:
  + Update the GLib introspection data.
  + scanner:
  - use open() as os.fdopen as context managers.
  - fix cachestore race.
  + g-ir-compiler: message when arguments are wrong.
  + sourcescanner.py: Use Distutils for Preprocessing.
  + giscanner/ccompiler.py: Initiate Distutils Compiler Instance.
  + MSVC Builds:
  - Update README.txt's.
  - Builds: Drop GCC Requirement.
  - Fix Script Generation Command.
  - Update to Fix Build of Scripts.
  - Clean Up And Fix the Projects.
  - Generate The Tools Scripts.
  + giscanner/sourcescanner.py: Use Tempfiles For Parsing.
  + girepository: Remove "/optimization"/ for found prefixes.
  + scanner:
  - Fix stray comment in previous commit.
  - Recognize __signed.
  + MSVC Introspection Builds: Make Cairo Note Clearer.
  + build/: Fix Incorrect Naming of Script.
  + MSVC .gir Builds: Allow More Flexibility for Cairo.
  + build/gi-inrtospection-msvc.mak: Allow Libtool Style Names.
  + build/gen-cairo-gir.py: Clean Up A Bit.
  + Update glib annotations from glib 2.45.4.
  + test: Add a test for GList containing GType.
- Update to version 1.45.3:
  + No changelog provided, please check git.gnome.org.
- Update to version 1.45.2:
  + Build system fixes.
  + Update glib annotations.
  + scanner: Add --symbol-filter-cmd.
- Add 0001-typelib-compiler-properly-initialise-memory.patch:
  typelib compiler writes uninitialised memory to typelib file
  (bnc#930584).
- Update to version 1.44.0:
  + Update glib annotations from glib-2-44 git.
  + build: use the detected pkg-config (bgo#746669).
  + Fixed reference to obsolete name used in g-ir-generate manpage
    (bgo#729901).
- Update to version 1.43.92:
  + Bugs fixed: bgo#657754, bgo#738171, bgo#744536, bgo#745498,
    bgo#745608, bgo#746138.
- Update to version 1.43.91:
  + Update glib annotations from git master.
  + Build system fixes.
- Update to version 1.43.3:
  + tests: Change names with case-only distinction.
  + Don't unconditionally include config.h in regress.c.
  + Update glib annotations from git master.
google-guest-agent
- Update to version 20210414.00 (bsc#1185848, bsc#1185849)
  * start sshd (#106)
  * Add systemd-networkd.service restart dependency. (#104)
  * Update error message for handleHealthCheckRequest. (#105)
- Update to version 20210223.01 (bsc#1183414, bsc#1183415)
  * add a match block to sshd_config for SAs (#99)
  * add ipv6 forwarded ip support (#101)
  * call restorecon on ssh host keys (#98)
  * Include startup and shutdown in preset (#96)
  * set metadata URL earlier (#94)
- Fix activation logic of systemd services (bsc#1182793)
- Update to version 20201211.00
  * Require snapshot scripts to live under /etc/google/snapshots (#90)
  * Adding support for Windows user account password lengths
    between 15 and 255 characters. (#91)
  * Adding bkatyl to OWNERS (#92)
- Update to version 20201102.00 (bsc#1179031, bsc#1179032)
  * Only attempt to connect to snapshot service once (#88)
- Update to version 20201026.00
  * remove old unused workflow files (#86)
  * fallback to IP for metadata (#82)
  * getPasswd: Check full prefix of line for username (#81)
- dont_overwrite_ifcfg.patch: Do not overwrite existing ifcfg files
  to allow manual configuration and compatibility with
  cloud-netconfig (bsc#1159460, bsc#1178486)
- Update to version 20200929.00
  * correct varname (#75)
  * don't call dhclient -x on network setup (#77)
  * add instance id dir override (#78)
  * update agent systemd service file (#73)
  * typo, change to noadjfile (#79)
  * add gaohannk to OWNERS
  * remove illfelder from OWNERS
  * Add all license files to packages (#71)
- Update to version 20200819.00 (bsc#1175740, bsc#1175741)
  * handle oslogin enable/disable cases (#70) (bsc#1175173)
  * add README (#69)
  * Fix metric for addIPForwardEntry (#68)
  * Correctly determine default route index (#67)
  * oslogin: dont add entry to pam.d/su (#66)
  * end group.conf with newline (#64)
  * Add source field in googet spec (#59)
  * Set route to metadata on interface with default route (#47)
  * fix typo in boto.cfg (#62)
- Properly handle enabling of systemd services when upgrading
  from the old google-compute-engine-init package (bsc#1174745)
- Initial build (bsc#1174304, bsc#1174306, jsc#ECO-2099, jsc#PM-1945)
  + Version 20200630.00
  + Replaces google-compute-engine-init package
google-guest-configs
- Update to version 20210317.00 (bsc#1183414, bsc#1183415)
  * dracut.conf wants spaces around values (#19)
  * make the same change for debian (#18)
  * change path back for google_nvme_id (#17)
  * move google_nvme_id to /usr/bin (#16)
  * correct udev rule syntax (#15)
  * prune el6 spec (#13)
  * Updated udev rules (#11)
- Remove empty %{_sbindir} from %install and %files section
- Remove service files (bsc#1180304)
  + google-optimize-local-ssd.service, google-set-multiqueue.service
    scripts are called from within the guest agent
- Update to version 20200626.00 (bsc#1175740, bsc#1175741)
  * Updates the udev rules for local SSD disks. (#9)
  * Fix tx affinity logic when number of CPUs is above 32 (#6)
- Switch udev requires to pkgconfig to allow the build service to use
  the -mini package for build optimization
- Initial build (bsc#1174304, bsc#1174306, jsc#ECO-2099, jsc#PM-1945)
  + Version 20200626.00
  + Replaces configuration from google-compute-engine-{init,oslogin} package
google-guest-oslogin
- Update to version 20210429.00 (bsc#1185848, bsc#1185849)
  * correct pagetoken in groupsforuser (#59)
  * resolve self groups last (#58)
  * support empty groups (#57)
  * no paginating to find groups (#56)
  * clear users vector (#55)
  * correct usage of pagetoken (#54)
- Update to version 20210316.00 (bsc#1183414, bsc#1183415)
  * call correct function in pwenthelper (#53)
- Update to version 20210108.00
  * Update logic in the cache_refresh binary (#52)
  * remove old unused workflow files (#49)
- Update to version 20200925.00 (bsc#1179031, bsc#1179032)
  * add getpwnam,getpwuid,getgrnam,getgrgid (#42)
  * Change requires to not require the python library for policycoreutils. (#44)
  * add dial and recvline (#41)
  * PR feedback
  * new client component and tests
- Update to version 20200819.00 (bsc#1175740, bsc#1175741)
  * deny non-2fa users (#37)
  * use asterisks instead (#39)
  * set passwords to ! (#38)
  * correct index 0 bug (#36)
  * Support security key generated OTP challenges. (#35)
- No post action for ssh
- Initial build (bsc#1174304, bsc#1174306, jsc#ECO-2099, jsc#PM-1945)
  + Version 20200507.00
  + Replaces google-compute-engine-oslogin package
google-opensans-fonts
- amend spec file to reflect new font packaging scheme
  (see openFATE#313536);
- call spec-cleaner
- Apache-2.0 license
- packaged LICENSE.txt
- First public version (declared "/1.0"/)
google-osconfig-agent
- Update to version 20210506.00 (bsc#1185848, bsc#1185849)
  * Add more os policy assignment examples (#348)
  * e2e_tests: enable stable tests for OSPolicies (#347)
  * Align start and end task logs (#346)
  * ConfigTask: add additional info logs (#345)
  * e2e_tests: add validation tests (#344)
  * Config Task: make sure agent respects policy mode (#343)
  * update
  * e2e_tests: readd retries to OSPolicies
  * Set minWaitDuration as a string instead of object (#341)
  * e2e_tests: Fix a few SUSE tests (#339)
  * Remove pre-release flag from config (#340)
  * e2e_tests: fixup OSPolicy tests (#338)
  * e2e_tests: unlock mutex for CreatePolicies as soon as create finishes (#337)
  * e2e_tests: Don't retry failed OSPolicy tests, fix msi test (#336)
  * Examples for os policy assignments (#334)
  * e2e_tests: increase the deadline for OSPolicy tests and only start after a zone has been secured (#335)
  * Fix panic when installing MSI (#332)
  * e2e_tests: Add test cases of installing dbe, rpm and msi packages (#333)
  * e2e_tests: add more logging
  * e2e_tests: (#330)
  * e2e_test: Add timouts to OSPolicy tests so we don't wait forever (#329)
  * Create top level directories for gcloud and console for os policy assignment examples (#328)
  * e2e_tests: Move api from an internal directory (#327)
  * Make sure we use the same test name for reruns (#326)
  * Add CONFIG_V1 capability (#325)
  * e2e_tests: reduce size of instances, use pd-balanced, rerun failed tests once (#324)
  * Only report installed packages for dpkg (#322)
  * e2e_tests: fix windows package and repository tests (#323)
  * Add top level directories for os policy examples (#321)
  * e2e_tests: move to using inventory api for inventory reporting (#320)
  * e2e_tests: add ExecResource tests (#319)
  * ExecResource: make sure we set permissions correctly for downloaded files (#318)
  * Config task: only run post check on resources that have already been evaluated (#317)
  * e2e_test: reorganize OSPolicy tests to be per Resource type (#316)
  * Set custom user agent (#299)
  * e2e_tests: check InstanceOSPoliciesCompliance for each test case, add LocalPath FileResource test (#314)
  * PackageResource: make sure to run AptUpdate prior to package install (#315)
  * Fix bugs/add more logging for OSPolicies (#313)
  * Change metadata http client to ignore http proxies (#312)
  * e2e_test: add tests for FileResource (#311)
  * Add task_type context logging (#310)
  * Fix e2e_test typo (#309)
  * Fix e2e_tests (#308)
  * Disable OSPolicies by default since it is an unreleased feature (#307)
  * e2e_tests: Add more OSPolicies package and repo tests (#306)
  * Do not enforce repo_gpgcheck in guestpolicies (#305)
  * Gather inventory 3-5min after agent start (#303)
  * e2e_tests: add OSPolicies tests for package install (#302)
  * Add helpful error log if a service account is missing (#304)
  * OSPolicies: correct apt repo extension, remove yum/zypper gpgcheck override (#301)
  * Update cos library to parse new version of packages file (#300)
  * config_task: Rework config step logic (#296)
  * e2e_test: enable serial logs in cos to support ReportInventory test (#297)
- Update to version 20210316.00 (bsc#1183414, bsc#1183415)
  * ExecResource: fix bug in return code handling (#295)
  * Fix ExecResource permissions, add logs to fetcher (#294)
  * e2e_tests: Fix ubuntu proposed family (#293)
  * e2e_tests: add proposed debian images to head tests (#292)
  * Fix exec_resource for config task, add minimal unit test (#291)
  * Change util.WriteFile to AtomicWriteFileStream (#289)
  * Merge development branch into master (#288)
  * Create util.TempFile to work nicely with Windows (#287)
  * Fix copy step write (#286)
  * Fix error on linux lock (#285)
  * Ensure we cleanup on error in AtomicWrite (#284)
  * Make writes atomic, add unused "/allowDowngrades"/ option
    to apt, fix a few recipe issues (#283)
  * update reviewers (#282)
  * update apt package lists before running installs (#281)
  * Simplify build tags for COS package (#280)
- Update to version 20210112.00
  * Fix builds for ppc and s390x (#274)
  * Minor updates to tests and additional debug logging (#272)
  * Add Ubuntu 2004 to tests (#271)
  * Make sure we stop tickers (#270)
  * Drop Windows 1903 and CentOS 6 from tests (#269)
  * Pin el6 tests to last published image as it is EOL (#267)
  * support cos (#266)
- Update to version 20201117.00 (bsc#1179031, bsc#1179032)
  * Ignore Unavailable erros on stream receive (#260)
  * Update test Windows images (#259)
  * update ReportInventory e2e test regexes (#255)
  * Don't return on a windows update error (#254)
  * use retryutil for ReportInventory calls (#253)
  * add additional debug logging for ReportInventory request payload for e2e tests (#252)
  * stop logging instance identity token as part of ReportInventory request and remove
    feature-flag setting in OSInventoryReporting e2e tests (#251)
  * complete ExecTask as no-op when the ExecStepConfig doesn't match the OS (#250)
  * Add software recipe tests for COS (#249)
  * remove feature flag for inventory reporting (#243)
  * Force yum to never colorize output (#247)
  * Add sleep after Unavailable errors for agentendpoint (#241)
  * Ensure we record epoch for rpm packages (#242)
  * Make inventory WUAUpdates call spawn a new process,
    retry on metadata unmarshal error (#239)
  * add debug logging for report inventory response (#240)
  * add initial e2e tests for inventory reporting (#237)
  * Report installed packages on COS (#236)
- Update to version 20200929.00
  * Merge inventory feature from development (#235)
  * Set full version during Windows build (#234)
- Remove Provides/Obsoletes for google-compute-engine-init
- Initial build (bsc#1176427, bsc#1178249, jsc#ECO-2702, jsc#PM-2203)
  + Version 20200908.00
gpg2
- Update gpg2 for SLE15-SP3 [jsc#SLE-17559, bsc#1182572]
- Remove patches fixed upstream:
  * gnupg-gpg-agent-ssh-agent.patch
  * gnupg-2.2.22-fix-segv-import-keys.patch
  * gnupg-Allow-redirection-from-https-to-http-for-CRLs.patch
  * gnupg-CRL-fetching-via-https.patch
  * gnupg-CVE-2018-1000858.patch
  * gnupg-CVE-2018-12020.patch
  * gnupg-CVE-2019-13050_0_of_5.patch
  * gnupg-CVE-2019-13050_1_of_5.patch
  * gnupg-CVE-2019-13050_2_of_5.patch
  * gnupg-CVE-2019-13050_3_of_5.patch
  * gnupg-CVE-2019-13050_4_of_5.patch
  * gnupg-CVE-2019-13050_5_of_5.patch
  * gnupg-CVE-2019-14855.patch
- Update gpg2.keyring
- GnuPG 2.2.27:
  * gpgconf: Fix case with neither local nor global gpg.conf
  * gpgconf: Fix description of two new options
- includes changes from 2.2.26:
  * gpg: New AKL method "/ntds"/
  * gpg: Fix --trusted-key with fingerprint arg
  * scd: Fix writing of ECC keys to an OpenPGP card
  * scd: Make an USB error fix specific to SPR532 readers
  * dirmngr: With new LDAP keyservers store the new attributes.
    Never store the useless pgpSignerID. Fix a long standing
    bug storing some keys on an ldap server.
  * dirmngr: Support the new Active Direcory LDAP schema for
    keyservers
  * dirmngr: Allow LDAP OpenPGP searches via fingerprint
  * dirmngr: Do not block other threads during keyserver LDAP calls
  * Support global configuration files
  * Fix the iconv fallback handling to UTF-8
- GnuPG 2.2.25:
  * scd: Fix regression in 2.2.24 requiring gpg --card-status
    before signing or decrypting
  * gpgsm: Using Libksba 1.5.0 signatures with a rarely used
    combination of attributes can now be verified
- GnuPG 2.2.24:
  * gpg: New command --quick-revoke-sig
  * gpg: Do not use weak digest algos if selected by recipient
    preference during sign+encrypt
  * gpg: Switch to AES256 for symmetric encryption in de-vs mode
  * gpg: Silence weak digest warnings with --quiet
  * gpg: Print new status line CANCELED_BY_USER for a cancel during
    symmetric encryption
  * gpg: Fix the encrypt+sign hash algo preference selection for
    ECDSA.  This is in particular needed for keys created from
    existing smartcard based keys
  * agent: Fix secret key import of GnuPG 2.3 generated Ed25519
    keys
  * agent: Keep some permissions of private-keys-v1.d
  * dirmngr: Align sks-keyservers.netCA.pem use between ntbtls and
    gnutls builds
  * dirmngr: Fix the pool keyserver case for a single host in the
    pool
  * scd: Fix the use case of verify_chv2 by CHECKPIN
  * scd: Various improvements to the ccid-driver
  * scd: Minor fixes for Yubikey
  * gpgconf: New option --show-versions
  * i18n: Complete overhaul and completion of the Italian
    translation
- GnuPG 2.2.23:
  * gpg: fix AHEAD preference list overflow boo#1176034 /  CVE-2020-25125
  * gpg: fix possible segv in the key cleaning code
  * gpgsm: fix a minor RFC2253 parser gub
  * scdaemon: Fix a PIN verify failure on certain OpenPGP card
    implementations
- Fix segv importing certain keys (e.g. ed25519). [bsc#1176034]
- Add gnupg-2.2.22-fix-segv-import-keys.patch
- GnuPG 2.2.22:
  * gpg: Change the default key algorithm to rsa3072
  * gpg: Add regular expression support for Trust Signatures on
    all platforms
  * gpg: Ignore --personal-digest-prefs for ECDSA keys
  * gpgsm: Make rsaPSS a de-vs compliant scheme
  * gpgsm: Show also the SHA256 fingerprint in key listings
  * gpgsm: Do not require a default keyring for --gpgconf-list
  * gpg-agent: Default to extended key format and record the
    creation time of keys
    Add new option --disable-extended-key-format
  * gpg-agent: Support the WAYLAND_DISPLAY envvar
  * gpg-agent: Allow using --gpgconf-list even if HOME does not
    exist
  * gpg-agent: Make the Pinentry work even if the envvar TERM is
    set to the empty string
  * scdaemon: Add a workaround for Gnuk tokens <= 2.15 which
    wrongly incremented the error counter when using the
    "/verify"/ command of "/gpg --edit-key"/ with only the signature
    key being present
  * dirmngr: Better handle systems with disabled IPv6
  * gpgpslit: Install tool.  It was not installed in the past to
    avoid conflicts with the version installed by GnuPG 1.4
  * gpgtar: Make --files-from and --null work as documented
- drop gnupg-gpgme-t-encrypt-sym.patch, upstream
- Fix regression in latest gpg2 that makes gpgme fail to build [bsc#1174007]
- Add gnupg-gpgme-t-encrypt-sym.patch
- GnuPG 2.2.21:
  * gpg: Improve symmetric decryption speed by about 25%
  * gpg: Support decryption of AEAD encrypted data packets
  * gpg: Add option --no-include-key-block
  * gpg: Allow for extra padding in ECDH
  * gpg: Only a single pinentry is shown for symmetric encryption if
    the pinentry supports this
  * gpg: Print a note if no keys are given to --delete-key
  * gpg,gpgsm: The ridiculous passphrase quality bar is not anymore
    shown
  * gpgsm: Certificates without a CRL distribution point are now
    considered valid without looking up a CRL. The new option
  - -enable-issuer-based-crl-check can be used to revert to the
    former behaviour
  * gpgsm: Support rsaPSS signature verification
  * gpgsm: Unless CRL checking is disabled lookup a missing issuer
    certificate using the certificate's authorityInfoAccess
  * gpgsm: Print the certificate's serial number also in decimal
    notation
  * gpgsm: Fix possible NULL-deref in messages of --gen-key
  * scd: Support the CardOS 5 based D-Trust Card 3.1
  * dirmngr: Allow http URLs with "/LOOKUP --url"/
  * wkd: Take name of sendmail from configure. Fixes an OpenBSD
    specific bug
- Fix warning: agent returned different signature type ssh-rsa
  * The gpg-agent's ssh-agent does not handle flags in signing
    requests properly [bsc#1161268, bsc#1172308]
  * Add gnupg-gpg-agent-ssh-agent.patch
- Fix gpgme and gpgme-qt builds on gpg2 2.2.20 update [bsc#1170811]
- Refresh patches:
  * gnupg-2.2.8-files-are-digests.patch
  * gnupg-add_legacy_FIPS_mode_option.patch
- GnuPG 2.2.20:
  * Protect the error counter against overflow to guarantee that the
    tools can't be tricked into returning success after an error
  * gpg: Make really sure that --verify-files always returns an error
  * gpg: Fix key listing --with-secret if a pattern is given
  * gpg: Fix detection of certain keys used as default-key
  * gpg: Fix default-key selection when a card is available
  * gpg: Fix key expiration and key usage for keys created with a
    creation date of zero
  * gpgsm: Fix import of some CR,LF terminated certificates
  * gpg: New options --include-key-block and --auto-key-import to
    allow encrypted replies after an initial signed message
  * gpg: Allow the use of a fingerprint with --trusted-key
  * gpg: New property "/fpr"/ for use by --export-filter
  * scdaemon: Disable the pinpad if a KDF DO is used
  * dirmngr: Improve finding OCSP certificates
- drop gpg2-gcc10-build-fno-common.patch, upstream
- Split dirmngr into a subpackage to avoid a hard dependency of
  gpg2 on libgnutls
- Fix build with GCC-10: [bsc#1160394]
  * Always use EXTERN_UNLESS_MAIN_MODULE pattern
  * In GCC-10, the default option -fcommon will change to -fno-common
- Add gpg2-gcc10-build-fno-common.patch
- Accept key updates even without UIDs [bsc#1143158]
- Add patches:
  * gnupg-allow-import-of-previously-known-keys-even-without-UIDs.patch
  * gnupg-accept_subkeys_with_a_good_revocation_but_no_self-sig_during_import.patch
  * gnupg-add-test-cases-for-import-without-uid.patch
- Security fix: [bsc#1157900, CVE-2019-14855, jsc#SLE-16534]
  * Web of Trust forgeries using collisions in SHA-1 signatures
  * Ignore all SHA-1 signatures in 3rd party key signatures.
  * Forbid the creation of SHA-1 third-party key signatures.
  * Add option --allow-weak-key-signatures
- Add gnupg-CVE-2019-14855.patch
- update to 2.2.19:
  * gpg: Fix double free when decrypting for hidden recipients
  * gpg: Use auto-key-locate for encryption even for mail addressed
    given with angle brackets
  * gpgsm: Add special case for certain expired intermediate
    certificates
- Update to 2.2.18 [bsc#1157900, CVE-2019-14855]
  * gpg: Changed the way keys are detected on a smartcards; this
    allows the use of non-OpenPGP cards.  In the case of a not very
    likely regression the new option --use-only-openpgp-card is
    available.  [#4681]
  * gpg: The commands --full-gen-key and --quick-gen-key now allow
    direct key generation from supported cards.  [#4681]
  * gpg: Prepare against chosen-prefix SHA-1 collisions in key
    signatures.  This change removes all SHA-1 based key signature
    newer than 2019-01-19 from the web-of-trust.  Note that this
    includes all key signature created with dsa1024 keys.  The new
    option --allow-weak-key-signatues can be used to override the new
    and safer behaviour.  [#4755,CVE-2019-14855]
  * gpg: Improve performance for import of large keyblocks.  [#4592]
  * gpg: Implement a keybox compression run.  [#4644]
  * gpg: Show warnings from dirmngr about redirect and certificate
    problems (details require --verbose as usual).
  * gpg: Allow to pass the empty string for the passphrase if the
    '--passphase=' syntax is used.  [#4633]
  * gpg: Fix printing of the KDF object attributes.
  * gpg: Avoid surprises with --locate-external-key and certain
  - -auto-key-locate settings.  [#4662]
  * gpg: Improve selection of best matching key.  [#4713]
  * gpg: Delete key binding signature when deletring a subkey.
    [#4665,#4457]
  * gpg: Fix a potential loss of key sigantures during import with
    self-sigs-only active.  [#4628]
  * gpg: Silence "/marked as ultimately trusted"/ diagnostics if
    option --quiet is used.  [#4634]
  * gpg: Silence some diagnostics during in key listsing even with
    option --verbose.  [#4627]
  * gpg, gpgsm: Change parsing of agent's pkdecrypt results.  [#4652]
  * gpgsm: Support AES-256 keys.
  * gpgsm: Fix a bug in triggering a keybox compression run if
  - -faked-system-time is used.
  * dirmngr: System CA certificates are no longer used for the SKS
    pool if GNUTLS instead of NTBTLS is used as TLS library.  [#4594]
  * dirmngr: On Windows detect usability of IPv4 and IPv6 interfaces
    to avoid long timeouts.  [#4165]
  * scd: Fix BWI value for APDU level transfers to make Gemalto Ezio
    Shield and Trustica Cryptoucan work.  [#4654,#4566]
  * wkd: gpg-wks-client --install-key now installs the required policy
    file.
- Rebase patches:
  * gnupg-2.2.8-files-are-digests.patch
  * gnupg-add_legacy_FIPS_mode_option.patch
- Remove self-buildrequire [bsc#1152755]
- Do not recommend lang package. The lang package already has a
  supplements.
- Security fix: [bsc#1141093, CVE-2019-13050]
  * Denial of service attacks via big keys
  * Added patches:
  - gnupg-CVE-2019-13050_0_of_5.patch
  - gnupg-CVE-2019-13050_1_of_5.patch
  - gnupg-CVE-2019-13050_2_of_5.patch
  - gnupg-CVE-2019-13050_3_of_5.patch
  - gnupg-CVE-2019-13050_4_of_5.patch
  - gnupg-CVE-2019-13050_5_of_5.patch
- Update to 2.2.17 [bsc#1141093]
  * gpg: Do not try the import fallback if the options are already used.
  * gpg: Fix regression in option "/self-sigs-only"/.
  * gpg: With --auto-key-retrieve prefer WKD over keyservers.
  * gpg: Add "/self-sigs-only"/ and "/import-clean"/ to the keyserver options.
  * gpg: Avoid printing false AKL error message.
  * gpg: New command --locate-external-key.
  * gpg: Make the get_pubkey_byname interface easier to understand.
  * gpg: Fallback to import with self-sigs-only on too large keyblocks.
  * gpg: New import and keyserver option "/self-sigs-only"/
  * gpg: Make read_block in import.c more flexible.
  * dirmngr: fix handling of HTTPS redirections during HKP.
  * dirmngr: Avoid endless loop in case of HTTP error 503.
  * dirmngr: Do not rewrite the redirection for the "/openpgpkey"/ subdomain.
  * dirmngr: Support the new WKD draft with the openpgpkey subdomain.
  * wkd: Change client/server limit back to 64 KiB.
  * tools: gpgconf: Killing order is children-first.
  * Return better error code for some getinfo IPC commands.
  * po: Update Russian translation.
- Fix secure memory being disabled before fips checks in libgcrypt [boo#1137307]
  * Added gnupg-2.2.16-secmem.patch
- Update to 2.2.16
  * gpg: Fixed i18n markup of some strings.
  * gpg: Allow deletion of subkeys with --delete-[secret-]key.
  * gpg: Do not bail on an invalid packet in the local keyring.
  * gpg: Do not allow creation of user ids larger than our parser allows.
  * gpg: Do not delete any keys if --dry-run is passed.
  * gpg: Fix using --decrypt along with --use-embedded-filename.
  * gpg: Improve the photo image viewer selection.
  * gpg: enable OpenPGP export of cleartext keys with comments.
  * gpg: Do not print a hint to use the deprecated --keyserver option.
  * gpg: Change update_keysig_packet to replace SHA-1 by SHA-256.
  * gpg: Use just the addrspec from the Signer's UID.
  * gpg: Accept also armored data from the WKD.
  * gpg: Set a limit of 5 to the number of keys imported from the WKD.
  * gpg: Don't use EdDSA algo ID for ECDSA curves.
  * agent: Stop scdaemon after reload when disable_scdaemon.
  * agent: For SSH key, don't put NUL-byte at the end.
  * agent: correct length for uri and comment on 64-bit big-endian platforms
  * dirmngr: Allow for other hash algorithms than SHA-1 in OCSP.
  * dirmngr: Improve domaininfo cache update algorithm.
  * dirmngr: Better error code for http status 413.
  * g10: Fix possible null dereference.
  * g10: Fix double free when locating by mbox.
  * g10: Fix symmetric cipher algo constant for ECDH.
  * sm: Avoid confusing diagnostic for the default key.
  * sm: Fix a warning in an es_fopencooie function.
  * gpgconf: Before --launch check that the config file is fine.
  * gpgconf: Support --homedir for --launch.
  * build: Update m4/iconv.m4.
  * doc: correct documentation for gpgconf --kill.
  * scd: Add dummy option --application-priority.
  * common: Fix AWK portability.
- Allow coredumps in X11 desktop sessions (bsc#1124847)
  gpg-agent unconditionally disables coredumps, which is not
  supposed to happen in the code path that does just exec(argv[])
  * Added gnupg-gpg-agent-ulimit.patch
- Update to 2.2.15
  * sm: Allow decryption even if expired keys are configured.
  * agent: Change command KEYINFO to print ssh fingerprints with other
    hash algos.
  * dirmngr: Fix build problems on Solaris due to the use of reserved
    symbol names.
  * wkd: New commands --print-wkd-hash and --print-wkd-url for
    gpg-wks-client.
- Update to 2.2.14:
  * gpg: Allow import of PGP desktop exported secret keys. Also avoid
    importing secret keys if the secret keyblock is not valid.
  * gpg: Do not error out on version 5 keys in the local keyring.
  * gpg: Make invalid primary key algo obvious in key listings.
  * sm: Do not mark a certificate in a key listing as de-vs compliant
    if its use for a signature will not be possible.
  * sm: Fix certificate creation with key on card.
  * sm: Create rsa3072 bit certificates by default.
  * sm: Print Yubikey attestation extensions with --dump-cert.
  * agent: Fix cancellation handling for scdaemon.
  * agent: Support --mode=ssh option for CLEAR_PASSPHRASE.
  * scd: Fix flushing of the CA-FPR DOs in app-openpgp.
  * scd: Avoid a conflict error with the "/undefined"/ app.
  * dirmngr: Add CSRF protection exception for protonmail.
  * dirmngr: Fix build problems with gcc 9 in libdns.
  * gpgconf: New option --show-socket for use wity --launch.
  * gpgtar: Make option -C work for archive creation.
- Removed patches that are included upstream by now:
  - 0001-libdns-Avoid-using-compound-literals.patch
  - 0002-libdns-Avoid-using-compound-literals-2.patch
  - 0003-libdns-Avoid-using-compound-literals-3.patch
  - 0004-libdns-Avoid-using-compound-literals-4.patch
  - 0005-libdns-Avoid-using-compound-literals-5.patch
  - 0006-libdns-Avoid-using-compound-literals-6.patch
  - 0007-libdns-Avoid-using-compound-literals-7.patch
  - 0008-libdns-Avoid-using-compound-literals-8.patch
- Fix build with gcc9 [bsc#1121223]
  * Avoid using compound literals
  - Upstream bug: https://dev.gnupg.org/T4367
  * Added upstream patches:
  - 0001-libdns-Avoid-using-compound-literals.patch
  - 0002-libdns-Avoid-using-compound-literals-2.patch
  - 0003-libdns-Avoid-using-compound-literals-3.patch
  - 0004-libdns-Avoid-using-compound-literals-4.patch
  - 0005-libdns-Avoid-using-compound-literals-5.patch
  - 0006-libdns-Avoid-using-compound-literals-6.patch
  - 0007-libdns-Avoid-using-compound-literals-7.patch
  - 0008-libdns-Avoid-using-compound-literals-8.patch
- Update to 2.2.13:
  * gpg: Implement key lookup via keygrip (using the & prefix).
  * gpg: Allow generating Ed25519 key from existing key.
  * gpg: Emit an ERROR status line if no key was found with -k.
  * gpg: Stop early when trying to create a primary Elgamal key.
  * gpgsm: Print the card's key algorithms along with their keygrips
    in interactive key generation.
  * agent: Clear bogus pinentry cache in the error case.
  * scd: Support "/acknowledge button"/ feature.
  * scd: Fix for USB INTERRUPT transfer.
  * wks: Do no use compression for the the encrypted challenge and response.
  Release-info: https://dev.gnupg.org/T4290
  See-also: gnupg-announce/2019q1/000434.html
- Security fix: [bsc#1120346, CVE-2018-1000858]
  * Cross Site Request Forgery (CSRF) vulnerability in dirmngr that
    can result in Attacker controlled CSRF.
  * Added patches:
  - gnupg-CRL-fetching-via-https.patch
  - gnupg-Allow-redirection-from-https-to-http-for-CRLs.patch
  - gnupg-CVE-2018-1000858.patch
- Update to 2.2.12:
  * tools: New commands --install-key and --remove-key for
    gpg-wks-client.  This allows to prepare a Web Key Directory on a
    local file system for later upload to a web server.
  * gpg: New --list-option "/show-only-fpr-mbox"/.  This makes the use
    of the new gpg-wks-client --install-key command easier on Windows.
  * gpg: Improve processing speed when --skip-verify is used.
  * gpg: Fix a bug where a LF was accidentally written to the console.
  * gpg: --card-status now shwos whether a card has the new KDF
    feature enabled.
  * agent: New runtime option --s2k-calibration=MSEC.  New configure
    option --with-agent-s2k-calibration=MSEC.  [#3399]
  * dirmngr: Try another keyserver from the pool on receiving a 502,
    503, or 504 error.  [#4175]
  * dirmngr: Avoid possible CSRF attacks via http redirects.  A HTTP
    query will not anymore follow a 3xx redirect unless the Location
    header gives the same host.  If the host is different only the
    host and port is taken from the Location header and the original
    path and query parts are kept.
  * dirmngr: New command FLUSHCRL to flush all CRLS from disk and
    memory.  [#3967]
- Code no longer uses libcurl, remove from buildrequires.
- Update to 2.2.11:
  * gpgsm: Fix CRL loading when intermediate certicates are not yet trusted.
  * gpgsm: Fix an error message about the digest algo.
  * gpg: Fix a wrong warning due to new sign usage check introduced with 2.2.9.
  * gpg: Print the "/data source"/ even for an unsuccessful keyserver query.
  * gpg: Do not store the TOFU trust model in the trustdb.
  * scd: Fix cases of "/Bad PIN"/ after using "/forcesig"/.
  * agent: Fix possible hang in the ssh handler.
  * dirmngr: Tack the unmodified mail address to a WKD request.
  * dirmngr: Tweak diagnostic about missing LDAP server file.
  * dirmngr: In verbose mode print the OCSP responder id.
  * dirmngr: Fix parsing of the LDAP port.
  * wks: Add option --directory/-C to the server.
  * wks: Add option --with-colons to the client.
  * Fix EBADF when gpg et al. are called by broken CGI scripts.
  * Fix some minor memory leaks and bugs.
- Make package build reproducible (boo#1047218)
- Update to 2.2.10:
  * Refresh expired keys originating from the WKD
  * Use a 256 KiB limit for a WKD imported key
  * New option --known-notation
  * dirmngr: Validate SRV records in WKD queries
- Add basic udev rules for smartcards to be used with
  scdaemon, taken from debian:
  * scdaemon.udev
- GnuPG 2.2.9:
  * dirmngr: Fix recursive resolver mode and other bugs in the
    libdns code
  * dirmngr: When using libgpg-error 1.32 or later a GnuPG build
    with NTBTLS support does not anymore block for dozens of
    seconds before returning data.
  * gpg: Fix bug in --show-keys which actually imported revocation
    certificates
  * gpg: Ignore too long user-ID and comment packets
  * gpg: Fix crash due to bad German translation.  Improved printf
    format compile time check.
  * gpg: Handle missing ISSUER sub packet gracefully in the presence of
    the new ISSUER_FPR
  * gpg: Allow decryption using several passphrases in most cases.
  * gpg: Command --show-keys now enables the list options
    show-unusable-uids, show-unusable-subkeys, show-notations and
    show-policy-urls by default.
  * gpg: Command --show-keys now prints revocation certificates.
  * gpg: Add revocation reason to the "/rev"/ and "/rvs"/ records of the
    option --with-colons.  [#1173]
  * gpg: Export option export-clean does now remove certain expired
    subkeys; export-minimal removes all expired subkeys.
  * gpg: New "/usage"/ property for the drop-subkey filters.
- Added gnupg-CVE-2018-12020.patch: Sanitize the diagnostic output of the
  original file name in verbose mode (bsc#1096745, CVE-2018-12020).
- Update to version 2.2.8:
  * gpg: Decryption of messages not using the MDC mode will now lead to a
    hard failure even if a legacy cipher algorithm was used. The option
  - -ignore-mdc-error can be used to turn this failure into a warning. Take
    care: Never use that option unconditionally or without a prior warning.
  * gpg: The MDC encryption mode is now always used regardless of the
    cipher algorithm or any preferences.  For testing --rfc2440 can be
    used to create a message without an MDC.
  * gpg: Sanitize the diagnostic output of the original file name in
    verbose mode (bsc#1096745, CVE-2018-12020)
  * gpg: Detect suspicious multiple plaintext packets in a more reliable way.
  * gpg: Fix the duplicate key signature detection code.
  * gpg: The options --no-mdc-warn, --force-mdc, --no-force-mdc,
  - -disable-mdc and --no-disable-mdc have no more effect.
  * agent: Add DBUS_SESSION_BUS_ADDRESS and a few other envvars to the
    list of startup environment variables.
- Refresh gnupg-2.0.18-files-are-digests.patch
  to gnupg-2.2.8-files-are-digests.patch
- GnuPG 2.2.7:
  * gpg: New option --no-symkey-cache to disable the passphrase
    cache for symmetrical en- and decryption.
  * gpg: The ERRSIG status now prints the fingerprint if that is
    part of the signature
  * gpg: Relax emitting of FAILURE status lines
  * gpg: Add a status flag to "/sig"/ lines printed with --list-sigs
  * gpg: Fix "/Too many open files"/ when using --multifile
  * ssh: Return an error for unknown ssh-agent flags
  * dirmngr: Fix a CNAME problem with pools and TLS.  Also use a
    fixed mapping of keys.gnupg.net to sks-keyservers.net
  * dirmngr: Try resurrecting dead hosts earlier (from 3h to 1.5h)
  * dirmngr: Fallback to CRL if no default OCSP responder is
    configured
  * dirmngr: Implement CRL fetching via https.  Here a redirection
    to http is explictly allowed
  * agent,dirmngr: New sub-command "/getenv"/ for "/getinfo"/ to ease
    debugging
- GnuPG 2.2.6:
  * gpg,gpgsm: New option --request-origin to pretend requests coming
    from a browser or a remote site.
  * gpg: Fix race condition on trustdb.gpg updates due to too early
    released lock.
  * gpg: Emit FAILURE status lines in almost all cases.
  * gpg: Implement --dry-run for --passwd to make checking a key's
    passphrase straightforward.
  * gpg: Make sure to only accept a certification capable key for key
    signatures.
  * gpg: Better user interaction in --card-edit for the factory-reset
    sub-command.
  * gpg: Improve changing key attributes in --card-edit by adding an
    explicit "/key-attr"/ sub-command.
  * gpg: Print the keygrips in the --card-status.
  * scd: Support KDF DO setup.
  * scd: Fix suspend/resume handling in the CCID driver.
  * agent: Evict cached passphrases also via a timer.
  * agent: Use separate passphrase caches depending on the request
    origin.
  * ssh: Support signature flags.
  * dirmngr: Handle failures related to missing IPv6 support
    gracefully.
  * Allow the use of UNC directory names as homedir.  [#3818]
- Dropped gnupg-CVE-2018-9234.patch since it is included upstream
- Added gnupg-CVE-2018-9234.patch: Enforce that key certification
  can only be done with the master key, and not a signing subkey.
  (bnc#1088255 CVE-2018-9234)
- GnuPG 2.2.5:
  * gpg: Allow the use of the "/cv25519"/ and "/ed25519"/ short names
    in addition to the canonical curve names in --batch --gen-key
  * gpg: Make sure to print all secret keys with option --list-only
    and --decrypt
  * gpg: Fix the use of future-default with --quick-add-key for
    signing keys
  * gpg: Select a secret key by checking availability under
    gpg-agent
  * gpg: Fix reversed prompt texts for --only-sign-text-ids
  * gpg,gpgsm: Fix detection of bogus keybox blobs on 32 bit
    systems
  * gpgsm: Fix regression since 2.1 in --export-secret-key-raw
    which got $d mod (q-1)$ wrong
  * scd: Support the KDF Data Object of the OpenPGP card 3.3
  * scd: Fix a regression in the internal CCID driver for certain
    card readers
  * dirmngr: Improve returned error description on failure of DNS
    resolving
  * wks: Implement command --install-key for gpg-wks-server.
- Use %license (boo#1082318)
- GnuPG 2.2.4:
  * gpg: Change default preferences to prefer SHA512.
  * gpg: Print a warning when more than 150 MiB are encrypted using
    a cipher with 64 bit block size.
  * gpg: Print a warning if the MDC feature has not been used for a
    message.
  * gpg: Fix regular expression of domain addresses in trust
    signatures
  * agent: New option --auto-expand-secmem to help with high
    numbers of concurrent connections. Requires libgcrypt 1.8.2
    for having an effect.
  * dirmngr: Cache responses of WKD queries.
  * gpgconf: Add option --status-fd.
  * wks: Add commands --check and --remove-key to gpg-wks-server
  * Increase the backlog parameter of the daemons to 64 and add
    option --listen-backlog.
- Not enabled features:
  * New configure option --enable-run-gnupg-user-socket to first
    try a socket directory which is not removed by systemd at
    session end.
- GnuPG 2.2.3:
  * dirmngr: Fix crash in case of a CRL loading error
  * gpgtar: Fix wrong behaviour of --set-filename
  * gpg: Silence AKL retrieval messages
  * agent: Use clock or clock_gettime for calibration
  * agent: Improve robustness of the shutdown pending state
- GnuPG 2.2.2:
  * gpg: Avoid duplicate key imports by concurrently running gpg
    processes
  * gpg: Fix creating on-disk subkey with on-card primary key
  * gpg: Fix validity retrieval for multiple keyrings
  * gpg: Fix --dry-run and import option show-only for secret keys
  * gpg: Print "/sec"/ or "/sbb"/ for secret keys with import option
    import-show
  * gpg: Make import less verbose
  * gpg: Add alias "/Key-Grip"/ for parameter "/Keygrip"/ and new
    parameter "/Subkey-Grip"/ to unattended key generation
  * gpg: Improve "/factory-reset"/ command for OpenPGP cards
  * gpg: Ease switching Gnuk tokens into ECC mode by using the magic
    keysize value 25519
  * gpgsm: Fix --with-colon listing in crt records for fields > 12.
  * gpgsm: Do not expect X.509 keyids to be unique
  * agent: Fix stucked Pinentry when using --max-passphrase-days
  * agent: New option --s2k-count
  * dirmngr: Do not follow https-to-http redirects
  * dirmngr: Reduce default LDAP timeout from 100 to 15 seconds
  * gpgconf: Ignore non-installed components for commands
  - -apply-profile and --apply-defaults
  * Add configure option --enable-werror
- GnuPG 2.2.1:
  * gpg: Fix formatting of the user id in batch mode key generation
    if only "/name-email"/ is given.
  * gpgv: Fix annoying "/not suitable for"/ warnings.
  * wks: Convey only the newest user id to the provider. This is
    the case if different names are used with the same addr-spec.
  * wks: Create a complying user id for provider policy mailbox-only.
  * wks: Add workaround for posteo.de.
  * scd: Fix the use of large ECC keys with an OpenPGP card.
  * dirmngr: Use system provided root certificates if no specific
    HKP certificates are configured. If bu
- GnuPG 2.2.0:
  * New long term stable branch, replacing the 2.0.x series
  * gpg: Reverted change in 2.1.23 so that --no-auto-key-retrieve
    is again the default boo#1054088
  * Fixed a few minor bugs
- GnuPG 2.1.23:
  * gpg: Options --auto-key-retrieve and --auto-key-locate "/local,wkd"/
    are now used by default.  Note: this enables keyserver and Web Key
    Directory operators to notice when a signature from a locally
    non-available key is being verified for the first time or when
    you intend to encrypt to a mail address without having the key
    locally.  This new behaviour will eventually make key discovery
    much easier and mostly automatic.  Disable this by adding
    no-auto-key-retrieve
    auto-key-locate local
    to your gpg.conf.
  * agent: Option --no-grab is now the default.  The new option --grab
    allows to revert this.
  * gpg: New import option "/show-only"/.
  * gpg: New option --disable-dirmngr to entirely disable network
    access for gpg.
  * gpg,gpgsm: Tweaked DE-VS compliance behaviour.
  * New configure flag --enable-all-tests to run more extensive tests
    during "/make check"/.
  * gpgsm: The keygrip is now always printed in colon mode as
    documented in the man page.
- GnuPG 2.1.22:
  * gpg: Extend command --quick-set-expire to allow for setting the
    expiration time of subkeys.
  * gpg: By default try to repair keys during import. New sub-option
    no-repair-keys for --import-options.
  * gpg,gpgsm: Improved checking and reporting of DE-VS compliance.
  * gpg: New options --key-origin and --with-key-origin. Store the
    time of the last key update from keyservers, WKD, or DANE.
  * agent: New option --ssh-fingerprint-digest.
  * dimngr: Lower timeouts on keyserver connection attempts and made
    it configurable.
  * dirmngr: Tor will now automatically be detected and used. The
    option --no-use-tor disables Tor detection.
  * dirmngr: Now detects a changed /etc/resolv.conf.
  * agent,dirmngr: Initiate shutdown on removal of the GnuPG home
    directory.
  * gpg: Avoid caching passphrase for failed symmetric encryption.
  * agent: Support for unprotected ssh keys.
  * dirmngr: Fixed name resolving on systems using only v6
    nameservers.
  * dirmngr: Allow the use of TLS over http proxies.
  * wks: New man pages for client and server.
- GnuPG 2.1.21:
  * modified gnupg-2.0.18-files-are-digests.patch to work with
    obs-sign again bsc#1039899
- GnuPG 2.1.21:
  * gpg,gpgsm: Fix corruption of old style keyring.gpg files,
    regression in 2.1.20
  * gpg,dirmngr: Removed the skeleton config file support
    New installations no longer generate a configuration file.
    In the absence of a file, SHA-2 family hashes are used.
    Existing configurations are not touched.
    drop gnupg-2.1.19-stronger-defaults.patch FATE#323084
  * gpg: Fixed import filter property match bug.
  * scd: Removed Linux support for Cardman 4040 PCMCIA reader.
  * scd: Fixed some corner case bugs in resume/suspend handling.
  * Many minor bug fixes and code cleanup.
- GnuPG 2.1.20:
  * gpg: New properties 'expired', 'revoked', and 'disabled' for the
    import and export filters.
  * gpg: New command --quick-set-primary-uid.
  * gpg: New compliance field for the --with-colon key listing.
  * gpg: Changed the key parser to generalize the processing of local
    meta data packets.
  * gpg: Fixed assertion failure in the TOFU trust model.
  * gpg: Fixed exporting of zero length user ID packets.
  * scd: Improved support for multiple readers.
  * scd: Fixed timeout handling for key generation.
  * agent: New option --enable-extended-key-format.
  * dirmngr: Do not add a keyserver to a new dirmngr.conf.  Dirmngr
    uses a default keyserver.
  * dimngr: Do not treat TLS warning alerts as severe error when
    building with GNUTLS.
  * dirmngr: Actually take /etc/hosts in account.
  * wks: Fixed client problems on Windows.  Published keys are now set
    to world-readable.
  * tests: Fixed creation of temporary directories.
  * A socket directory for a non standard GNUGHOME is now created on
    the fly under /run/user.  Thus "/gpgconf --create-socketdir"/ is now
    optional.  The use of "/gpgconf --remove-socketdir"/ to clean up
    obsolete socket directories is however recommended to avoid
    cluttering /run/user with useless directories.
  * Fixed build problems on some platforms.
- Use stronger defaults for new users, using SHA-2 digest family
  for certificates and message signatures - FATE#323084
  adding gnupg-2.1.19-stronger-defaults.patch
- GnuPG 2.1.19:
  * gpg: Print a warning if Tor mode is requested but the Tor
    daemon is not running.
  * gpg: New status code DECRYPTION_KEY to print the actual private
    key used for decryption.
  * gpgv: New options --log-file and --debug.
  * gpg-agent: Revamp the prompts to ask for card PINs.
  * scd: Support for multiple card readers.
  * scd: Removed option --debug-disable-ticker. Ticker is used
    only when it is required to watch removal of device/card.
  * scd: Improved detection of card inserting and removal.
  * dirmngr: New option --disable-ipv4.
  * dirmngr: New option --no-use-tor to explicitly disable the use
    of Tor.
  * dirmngr: The option --allow-version-check is now required even
    if the option --use-tor is also used.
  * dirmngr: Handle a missing nsswitch.conf gracefully.
  * dirmngr: Avoid PTR lookups for keyserver pools. The are only
    done for the debug command "/keyserver --hosttable"/.
  * dirmngr: Rework the internal certificate cache to support
    classes of certificates. Load system provided certificates on
    startup.
  * Add options --tls, --no-crl, and --systrust to the "/VALIDATE"/
    command.
  * dirmngr: Add support for the ntbtls library.
  * wks: Create mails with a "/WKS-Phase"/ header. Fix detection of
    Draft-2 mode.
  * Many other bug fixes and new regression tests.
- dirmngr: use system certificate store
- Rewrite descriptions
- GnuPG 2.1.18:
  * gpg: Remove bogus subkey signature while cleaning a key (with
    export-clean, import-clean, or --edit-key's sub-command clean)
  * gpg: Allow freezing the clock with --faked-system-time.
  * gpg: New --export-option flag "/backup"/, new --import-option flag
    "/restore"/.
  * gpg-agent: Fixed long delay due to a regression in the progress
    callback code.
  * scd: Lots of code cleanup and internal changes.
  * scd: Improved the internal CCID driver.
  * dirmngr: Fixed problem with the DNS glue code (removal of the
    trailing dot in domain names).
  * dirmngr: Make sure that Tor is actually enabled after changing the
    conf file and sending SIGHUP or "/gpgconf --reload dirmngr"/.
  * dirmngr: Fixed Tor access to IPv6 addresses.  Note that current
    versions of Tor may require that the flag "/IPv6Traffic"/ is used
    with the option "/SocksPort"/ in torrc to actually allow IPv6
    traffic.
  * dirmngr: Fixed HKP for literally given IPv6 addresses.
  * dirmngr: Enabled reverse DNS lookups via Tor.
  * dirmngr: Added experimental SRV record lookup for WKD.
    See commit 88dc3af3d4ae1afe1d5e136bc4c38bc4e7d4cd10 for details.
  * dirmngr: For HKP use "/pgpkey-hkps"/ and "/pgpkey-hkp"/ in SRV record
    lookups.  Avoid SRV record lookup when a port is explicitly
    specified.  This fixes a regression from the 1.4 and 2.0 behavior.
  * dirmngr: Gracefully handle a missing /etc/nsswitch.conf.  Ignore
    negation terms (e.g. "/[!UNAVAIL=return]"/ instead of bailing out.
  * dirmngr: Better debug output for flags "/dns"/ and "/network"/.
  * dirmngr: On reload mark all known HKP servers alive.
  * gpgconf: Allow keyword "/all"/ for --launch, --kill, and --reload.
  * tools: gpg-wks-client now ignores a missing policy file on the
    server.
  * Avoid unnecessary ambiguity error message in the option parsing.
  * Further improvements of the regression test suite.
  * Fixed building with --disable-libdns configure option.
  * Fixed a crash running the tests on 32 bit architectures.
  * Fixed spurious failures on BSD system in the spawn functions.
    This affected for example gpg-wks-client and gpgconf.
- Remove the fixme, condition around fdupes
- add runtime dependency to match runtime version check for libksba
- GnuPG 2.1.17:
  * gpg: By default new keys expire after 2 years.
  * gpg: New command --quick-set-expire to conveniently change the
  expiration date of keys.
  * gpg: Option and command names have been changed for easier
  comprehension.  The old names are still available as aliases.
  * gpg: Improved the TOFU trust model.
  * gpg: New option --default-new-key-algo.
  * scd: Support OpenPGP card V3 for RSA.
  * dirmngr: Support for the ADNS library has been removed. Now using
  bundled libdns, enabling Tor support on all platforms.
  New option --standard-resolver can be used to disable this code
  at runtime.
  * dirmngr: Lazily launch ldap reaper thread.
  * tools: New options --check and --status-fd for gpg-wks-client.
  * The UTF-8 byte order mark is now skipped when reading conf files.
  * Fixed many bugs and regressions.
  * Major improvements to the test suite.  For example it is possible
  to run the external test suite of GPGME.
- GnuPG 2.1.16:
  * gpg: New algorithm for selecting the best ranked public key when
  using a mail address with -r, -R, or --locate-key.
  * gpg: New option --with-tofu-info to print a new "/tfs"/ record in
  colon formatted key listings.
  * gpg: New option --compliance as an alternative way to specify
  options like --rfc2440, --rfc4880, et al.
  * gpg: Many changes to the TOFU implementation.
  * gpg: Improve usability of --quick-gen-key.
  * gpg: In --verbose mode print a diagnostic when a pinentry is
  launched.
  * gpg: Remove code which warns for old versions of gnome-keyring.
  * gpg: New option --override-session-key-fd.
  * gpg: Option --output does now work with --verify.
  * gpgv: New option --output to allow saving the verified data.
  * gpgv: New option --enable-special-filenames.
  * agent, dirmngr: New --supervised mode for use by systemd and alike.
  * agent: By default listen on all available sockets using standard
  names.
  * agent: Invoke scdaemon with --homedir.
  * dirmngr: On Linux now detects the removal of its own socket and
  terminates.
  * scd: Support ECC key generation.
  * scd: Support more card readers.
  * dirmngr: New option --allow-version-check to download a software
  version database in the background.
  * dirmngr: Use system provided CAs if no --hkp-cacert is given.
  * dirmngr: Use a default keyserver if none is explicitly set
  * gpgconf: New command --query-swdb to check software versions
  against an copy of an online database.
  * gpgconf: Print the socket directory with --list-dirs.
  * tools: The WKS tools now support draft version -02.
  * tools: Always build gpg-wks-client and install under libexec.
  * tools: New option --supported for gpg-wks-client.
  * The log-file option now accepts a value "/socket://"/ to log to the
  socket named "/S.log"/ in the standard socket directory.
  * Provide fake pinentries for use by tests cases of downstream
  developers.
  * Fixed many bugs and regressions.
  * Many changes and improvements for the test suite.
- drop upstreamed patches:
  * 0001-common-Follow-up-to-14479e2-fix-void-return-in-non-v.patch
  * gnupg-2.1.15-bsc993324-status-output.patch
- avoid mixing up status and colon line output - bsc#993324
  add gnupg-2.1.15-bsc993324-status-output.patch
- enable web key discovery tools
- Add an explicit runtime dependency on libgcrypt >= 1.7.0 to
  match runtime version check
- GnuPG 2.1.15:
  * gpg: Remove the --tofu-db-format option and support for the
  split TOFU database.
  * gpg: Add option --sender to prepare for coming features.
  * gpg: Add option --input-size-hint to help progress indicators.
  * gpg: Extend the PROGRESS status line with the counted unit.
  * gpg: Avoid publishing the GnuPG version by default with --armor.
  * gpg: Properly ignore legacy keys in the keyring cache.
  * gpg: Always print fingerprint records in --with-colons mode.
  * gpg: Make sure that keygrips are printed for each subkey in
  - -with-colons mode.
  * gpg: New import filter "/drop-sig"/.
  * gpgsm: Fix a bug in the machine-readable key listing.
  * gpg,gpgsm: Block signals during keyring updates to limits the
  effects of a Ctrl-C at the wrong time.
  * g13: Add command --umount and other fixes for dm-crypt.
  * agent: Fix regression in SIGTERM handling.
  * agent: Cleanup of the ssh-agent code.
  * agent: Allow import of overly long keys.
  * scd: Fix problems with card removal.
  * dirmngr: Remove all code for running as a system service.
  * tools: Make gpg-wks-client conforming to the specs.
  * tests: Improve the output of the new regression test tool.
  * tests: Distribute the standalone test runner.
  * tests: Run each test in a clean environment.
  * Spelling and grammar fixes.
- fix build error, adding
  0001-common-Follow-up-to-14479e2-fix-void-return-in-non-v.patch
- GnuPG 2.1.14:
  * gpg: Removed options --print-dane-records and --print-pka-records.
    The new export options "/export-pka"/ and "/export-dane"/ can instead
    be used with the export command.
  * gpg: New options --import-filter and --export-filter.
  * gpg: New import options "/import-show"/ and "/import-export"/.
  * gpg: New option --no-keyring.
  * gpg: New command --quick-revuid.
  * gpg: New options -f/--recipient-file and -F/--hidden-recipient-file
    to directly specify encryption keys.
  * gpg: New option --mimemode to indicate that the content is a MIME
    part.  Does only enable --textmode right now.
  * gpg: New option --rfc4880bis to allow experiments with proposed
    changes to the current OpenPGP specs.
  * gpg: Fix regression in the "/fetch"/ sub-command of --card-edit.
  * gpg: Fix regression since 2.1 in option --try-all-secrets.
  * gpgv: Change default options for extra security.
  * gpgsm: No more root certificates are installed by default.
  * agent: "/updatestartuptty"/ does now affect more environment
    variables.
  * scd: The option --homedir does now work with scdaemon.
  * scd: Support some more GEMPlus card readers.
  * gpgtar: Fix handling of '-' as file name.
  * gpgtar: New commands --create and --extract.
  * gpgconf: Tweak for --list-dirs to better support shell scripts.
  * tools: Add programs gpg-wks-client and gpg-wks-server to implement
    a Web Key Service.  The configure option --enable-wks-tools is
    required to build them; they should be considered Beta software.
  * tests: Complete rework of the openpgp part of the test suite.  The
    test scripts have been changed from Bourne shell scripts to Scheme
    programs.  A customized scheme interpreter (gpgscm) is included.
    This change was triggered by the need to run the test suite on
    non-Unix platforms.
  * The rendering of the man pages has been improved.
- drop upstream gnupg-make_--try-all-secrets_work.patch
- Fix date call as the curlified parameter for sure are not parsed
  correctly by escaping it with %
- Fix upstream bug 1985: --try-all-secrets doesn't work when
  decrypting messages encrypted with --hidden-recipient, fixes unit
  tests of the duplicity package.
  Adding gnupg-make_--try-all-secrets_work.patch
- record the fact that gpg-error 1.21 is required
- GnuPG 2.1.13:
  * gpg: New command --quick-addkey.  Extend the --quick-gen-key
  command.
  * gpg: New --keyid-format "/none"/ which is now also the default.
  * gpg: New option --with-subkey-fingerprint.
  * gpg: Include Signer's UID subpacket in signatures if the secret key
  has been specified using a mail address and the new option
  - -disable-signer-uid is not used.
  * gpg: Allow unattended deletion of a secret key.
  * gpg: Allow export of non-passphrase protected secret keys.
  * gpg: New status lines KEY_CONSIDERED and NOTATION_FLAGS.
  * gpg: Change status line TOFU_STATS_LONG to use '~' as
  a non-breaking-space character.
  * gpg: Speedup key listings in Tofu mode.
  * gpg: Make sure that the current and total values of a PROGRESS
  status line are small enough.
  * gpgsm: Allow the use of AES192 and SERPENT ciphers.
  * dirmngr: Adjust WKD lookup to current specs.
  * dirmngr: Fallback to LDAP v3 if v2 is is not supported.
  * gpgconf: New commands --create-socketdir and --remove-socketdir,
  new option --homedir.
  * If a /run/user/$UID directory exists, that directory is now used
  for IPC sockets instead of the GNUPGHOME directory.  This fixes
  problems with NFS and too long socket names and thus avoids the
  need for redirection files.
  * Speedup fd closing after a fork.
- drop upstreamed gnupg-fix-signature-checking.patch
- add gnupg-fix-signature-checking.patch (bsc#981020)
  https://bugs.gnupg.org/gnupg/issue2351
- GnuPG 2.1.12:
  * gpg: New --edit-key sub-command "/change-usage"/ for testing
  purposes.
  * gpg: Out of order key-signatures are now systematically detected
  and fixed by --edit-key.
  * gpg: Improved detection of non-armored messages.
  * gpg: Removed the extra prompt needed to create Curve25519 keys.
  * gpg: Improved user ID selection for --quick-sign-key.
  * gpg: Use the root CAs provided by the system with --fetch-key.
  * gpg: Add support for the experimental Web Key Directory key
  location service.
  * gpg: Improve formatting of Tofu messages and emit new Tofu specific
  status lines.
  * gpgsm: Add option --pinentry-mode to support a loopback pinentry.
  * gpgsm: A new pubring.kbx is now created with the header blob so
  that gpg can detect that the keybox format needs to be used.
  * agent: Add read support for the new private key protection format
  openpgp-s2k-ocb-aes.
  * agent: Add read support for the new extended private key format.
  * agent: Default to --allow-loopback-pinentry and add option
  - -no-allow-loopback-pinentry.
  * scd: Changed to use the new libusb 1.0 API for the internal CCID
  driver.
  * dirmngr: The dirmngr-client does now auto-detect the PEM format.
  * g13: Add experimental support for dm-crypt.
  * The man pages for gpg and gpgv are now installed under the correct
  name (gpg2 or gpg - depending on a configure option).
- GnuPG 2.1.11:
  * gpg: New command --export-ssh-key to replace the gpgkey2ssh tool.
  * gpg: Allow to generate mail address only keys with --gen-key.
  * gpg: "/--list-options show-usage"/ is now the default.
  * gpg: Make lookup of DNS CERT records holding an URL work.
  * gpg: Emit PROGRESS status lines during key generation.
  * gpg: Don't check for ambigious or non-matching key specification in
  the config file or given to --encrypt-to.  This feature will return
  in 2.3.x.
  * gpg: Lock keybox files while updating them.
  * gpg: Fix possible keyring corruption. (bug#2193)
  * gpg: Fix regression of "/bkuptocard"/ sub-command in --edit-key and
  remove "/checkbkupkey"/ sub-command introduced with 2.1.  (bug#2169)
  * gpg: Fix internal error in gpgv when using default keyid-format.
  * gpg: Fix --auto-key-retrieve to work with dirmngr.conf configured
  keyservers. (bug#2147).
  * agent: New option --pinentry-timeout.
  * scd: Fix regression for generating RSA keys on card.
  * dirmmgr: All configured keyservers are now searched.
  * dirmngr: Install CA certificate for hkps.pool.sks-keyservers.net.
  Use this certiticate even if --hkp-cacert is not used.
  * gpgtar: Add actual encryption code.  gpgtar does now fully replace
  gpg-zip.
  * gpgtar: Fix filename encoding problem on Windows.
  * Print a warning if a GnuPG component is using an older version of
  gpg-agent, dirmngr, or scdaemon.
- disable running test which no longer work
- remove 0001-gpg-Improve-the-keyblock-cache-s-transparency.patch
  is now upstream
- the PIE options are implemented in the upstream build, and spec
  code broke the build. The only remaining broken executable was
  gpgsplit, which was removed from the package
- add g13, an experimental tool for accessing encrypted storage
  with with GnuPG (cards)
- fix fingerprint ambiguity (bsc#958891)
  * https://bugs.gnupg.org/gnupg/issue2198
  * add 0001-gpg-Improve-the-keyblock-cache-s-transparency.patch
- Move to pkgconfig() packaging style
- GnuPG 2.1.10 adds TOFU (Trust-On-First-USe) and anonymous key
  retrival via Tor.
  * gpg: New trust models "/tofu"/ and "/tofu+pgp"/.
  * gpg: New command --tofu-policy.  New options --tofu-default-policy
  and --tofu-db-format.
  * gpg: New option --weak-digest to specify hash algorithms which
  should be considered weak.
  * gpg: Allow the use of multiple --default-key options; take the last
  available key.
  * gpg: New option --encrypt-to-default-key.
  * gpg: New option --unwrap to only strip the encryption layer.
  * gpg: New option --only-sign-text-ids to exclude photo IDs from key
  signing.
  * gpg: Check for ambigious or non-matching key specification in the
  config file or given to --encrypt-to.
  * gpg: Show the used card reader with --card-status.
  * gpg: Print export statistics and an EXPORTED status line.
  * gpg: Allow selecting subkeys by keyid in --edit-key.
  * gpg: Allow updating the expiration time of multiple subkeys at
  once.
  * dirmngr: New option --use-tor.  For full support this requires
  libassuan version 2.4.2 and a patched version of libadns
  (e.g. adns-1.4-g10-7 as used by the standard Windows installer).
  * dirmngr: New option --nameserver to specify the nameserver used in
  Tor mode.
  * dirmngr: Keyservers may again be specified by IP address.
  * dirmngr: Fixed problems in resolving keyserver pools.
  * dirmngr: Fixed handling of premature termination of TLS streams so
  that large numbers of keys can be refreshed via hkps.
  * gpg: Fixed a regression in --locate-key [since 2.1.9].
  * gpg: Fixed another bug for keyrings with legacy keys.
  * gpgsm: Allow combinations of usage flags in --gen-key.
  * Make tilde expansion work with most options.
  * Many other cleanups and bug fixes.
- enable tests for PPC64 again,
  the problem from bsc#935887 went away
- Improve upgrade to gpg2 from security:privacy w.r.t. libassuan
  run-time dependencies (boo#955982)
- GnuPG 2.1.9:
  * gpg: Allow fetching keys via OpenPGP DANE (--auto-key-locate).+  New option --print-dane-records.
  * gpg: Fix for a problem with PGP-2 keys in a keyring.
  * gpg: Fail with an error instead of a warning if a modern cipher
  algorithm is used without a MDC.
  * agent: New option --pinentry-invisible-char.
  * agent: Always do a RSA signature verification after creation.
  * agent: Fix a regression in ssh-add-ing Ed25519 keys.
  * agent: Fix ssh fingerprint computation for nistp384 and EdDSA.
  * agent: Fix crash during passprase entry on some platforms.
  * scd: Change timeout to fix problems with some 2.1 cards.
  * dirmngr: Displayed name is now Key Acquirer.
  * dirmngr: Add option --keyserver.  Deprecate that option for gpg.
  Install a dirmngr.conf file from a skeleton for new installations.
- update gnupg-add_legacy_FIPS_mode_option.patch for context change
- GnuPG 2.1.8:
  * gpg: Sending very large keys to the keyservers works again.
  * gpg: Validity strings in key listings are now again translatable.
  * gpg: Emit FAILURE status lines to help GPGME.
  * gpg: Does not anymore link to Libksba to reduce dependencies.
  * gpgsm: Export of secret keys via Assuan is now possible.
  * agent: Raise the maximum passphrase length from 100 to 255 bytes.
  * agent: Fix regression using EdDSA keys with ssh.
  * Does not anymore use a build timestamp by default.
  * The fallback encoding for broken locale settings changed
  from Latin-1 to UTF-8.
  * Many code cleanups and improved internal documentation.
  * Various minor bug fixes.
- GnuPG 2.1.7:
  * gpg: Support encryption with Curve25519 if Libgcrypt 1.7 is used.
  * gpg: In the --edit-key menu: Removed the need for "/toggle"/, changed
  how secret keys are indicated, new commands "/fpr *"/ and "/grip"/.
  * gpg: More fixes related to legacy keys in a keyring.
  * gpgv: Does now also work with a "/trustedkeys.kbx"/ file.
  * scd: Support some feature from the OpenPGP card 3.0 specs.
  * scd: Improved ECC support
  * agent: New option --force for the DELETE_KEY command.
  * Dropped deprecated gpgsm-gencert.sh
  * Various other bug fixes.
- do not run checks on ppc64 for now
- GnuPG 2.1.6:
  * agent: New option --verify for the PASSWD command.
  * gpgsm: Add command option "/offline"/ as an alternative to
  - -disable-dirmngr.
  * gpg: Do not prompt multiple times for a password in pinentry
  loopback mode.
  * Allow the use of debug category names with --debug.
  * Using gpg-agent and gpg/gpgsm with different locales will now show
  the correct translations in Pinentry.
  * gpg: Improve speed of --list-sigs and --check-sigs.
  * gpg: Make --list-options show-sig-subpackets work again.
  * gpg: Fix an export problem for old keyrings with PGP-2 keys.
  * scd: Support PIN-pads on more readers.
  * dirmngr: Properly cleanup zombie LDAP helper processes and avoid
  hangs on dirmngr shutdown.
  * Various other bug fixes.
- remove documentation make workaround, fixed upstream
- Enable workaround for missing dependencies everywhere
- fix build with openSUSE 13.2 and earlier, call make to
  compensate for incorrect documentation dependencies.
- GnuPG 2.1.5:
  * Support for an external passphrase cache.
  * Support for the forthcoming version 3 OpenPGP smartcard.
  * Manuals now show the actual used file names.
  * Prepared for improved integration with Emacs.
  * Code cleanups and minor bug fixes.
- info deinstall needs to be in %preun
- update to 2.1.4:
  * gpg: Add command --quick-adduid to non-interacitivly add a new
  user id to an existing key.
  * gpg: Do no enable honor-keyserver-url by default.  Make it work
  if enabled.
  * gpg: Display the serial number in the --card-staus output again.
  * agent: Support for external password managers.
  Add option --no-allow-external-cache.
  * scdaemon: Improved handling of extended APDUs.
  * Make HTTP proxies work again.
  * All network access including DNS as been moved to Dirmngr.
  * Allow building without LDAP support.
  * Fixed lots of smaller bugs.
- update to 2.1.3:
  * gpg: LDAP keyservers are now supported by 2.1.
  * gpg: New option --with-icao-spelling.
  * gpg: New option --print-pka-records.  Changed the PKA method to
  use CERT records and hashed names.
  * gpg: New command --list-gcrypt-config.  New parameter "/curve"/
  for --list-config.
  * gpg: Print a NEWSIG status line like gpgsm always did.
  * gpg: Print MPI values with --list-packets and --verbose.
  * gpg: Write correct MPI lengths with ECC keys.
  * gpg: Skip legacy PGP-2 keys while searching.
  (drop 0001-gpg-Skip-legacy-keys-while-searching-keyrings.patch
    now upstream)
  * gpg: Improved searching for mail addresses when using a keybox.
  * gpgsm: Changed default algos to AES-128 and SHA-256.
  * gpgtar: Fixed extracting files with sizes of a multiple of 512.
  * dirmngr: Fixed SNI handling for hkps pools.
  (drop hkps-fix-host-name-verification-when-using-pools.patch
    now upstream)
  * dirmngr: extra-certs and trusted-certs are now always loaded
  from the sysconfig dir instead of the homedir.
  * Fixed possible problems due to compiler optimization, two minor
  regressions, and other bugs.
- refreshed for context changes:
  * gnupg-2.0.18-files-are-digests.patch
  * gnupg-add_legacy_FIPS_mode_option.patch
- Add hkps-fix-host-name-verification-when-using-pools.patch to
  fix hkps support w/ pools. Upstream commit dc10d46.
- Ensure secure memory can be used with default 64k memlock limit
  Fixes [boo#915931], removes gnupg-large_keys.patch
- Removed gnupg-remove_development_version_warning.patch, obsolete
- Removed gnupg-2.0.4-install_tools.diff, replaced by spec install
- Removed autoconf requirement and autoreconf calls thus obsoleted
- Fix invalid packet read error when reading keyrings [boo#914625]
  add 0001-gpg-Skip-legacy-keys-while-searching-keyrings.patch
- update to 2.1.2:
  * gpg: The parameter 'Passphrase' for batch key generation works
  again.
  * gpg: Using a passphrase option in batch mode now has the
  expected effect on --quick-gen-key.
  * gpg: Improved reporting of unsupported PGP-2 keys.
  * gpg: Added support for algo names when generating keys using
  - -command-fd.
  * gpg: Fixed DoS based on bogus and overlong key packets.
  * agent: When setting --default-cache-ttl the value
  for --max-cache-ttl is adjusted to be not lower than the former.
  * agent: Fixed problems with the new --extra-socket.
  * agent: Made --allow-loopback-pinentry changeable with gpgconf.
  * agent: Fixed importing of unprotected openpgp keys.
  * agent: Now tries to use a fallback pinentry if the standard
  pinentry is not installed.
  * scd: Added support for ECDH.
  * Fixed several bugs related to bogus keyrings and improved some
  other code.
- in gnupg-2.0.18-files-are-digests.patch, change buffer_to_u32 to
  buf32_to_u32 from host2net.h to match upstream changes
- now requires automake 1.14
- update to 2.1.1:
  * gpg: Detect faulty use of --verify on detached signatures.
  * gpg: New import option "/keep-ownertrust"/.
  * gpg: New sub-command "/factory-reset"/ for --card-edit.
  * gpg: A stub key for smartcards is now created by --card-status.
  * gpg: Fixed regression in --refresh-keys.
  * gpg: Fixed regresion in %g and %p codes for --sig-notation.
  * gpg: Fixed best matching hash algo detection for ECDSA and EdDSA.
  * gpg: Improved perceived speed of secret key listisngs.
  * gpg: Print number of skipped PGP-2 keys on import.
  * gpg: Removed the option aliases --throw-keyid and --notation-data;
    use --throw-keyids and --set-notation instead.
  * gpg: New import option "/keep-ownertrust"/.
  * gpg: Skip too large keys during import.
  * gpg,gpgsm: New option --no-autostart to avoid starting gpg-agent or
    dirmngr.
  * gpg-agent: New option --extra-socket to provide a restricted
    command set for use with remote clients.
  * gpgconf --kill does not anymore start a service only to kill it.
  * gpg-pconnect-agent: Add convenience option --uiserver.
  * More translations (but most of them are not complete).
  * To support remotely mounted home directories, the IPC sockets may
    now be redirected.  This feature requires Libassuan 2.2.0.
  * Improved portability and the usual bunch of bug fixes.
- removed patch not part of upstream release:
    gnupg-2.1.0-boo-907198-openpgp_oid_to_str-buffer-overflow.patch
- refresh for context changes:
    gnupg-2.0.18-files-are-digests.patch
    gnupg-2.0.4-install_tools.diff
- refresh for upstream code changes:
    gnupg-add_legacy_FIPS_mode_option.patch
    gnupg-detect_FIPS_mode.patch (MD5 removed)
- Support for large RSA keys
  This involves compiling with --enable-large-rsa and
  - -enable-large-secmem, as well as patching the number
  of secmem bytes and IPC bytes to slightly larger values.
  See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739424
  * added gnupg-large_keys.patch
- update build requirement versions that changed with 2.1.0
- fix buffer overflow in OID to string conversion function
  [boo#907198], adding
  gnupg-2.1.0-boo-907198-openpgp_oid_to_str-buffer-overflow.patch
- obsolete dirmngr (shipped with gpg since 2.1.0)
- spec cleanup after previous update
- get rid of "/THIS IS A DEVELOPMENT VERSION"/ warning
  http://lists.gnupg.org/pipermail/gnupg-devel/2014-November/029065.html
  * added gnupg-remove_development_version_warning.patch
- upgrade to 2.1.0 (modern)
  - The file "/secring.gpg"/ is not anymore used to store the secret
    keys.  Merging of secret keys is now supported.
  - All support for PGP-2 keys has been removed for security reasons.
  - The standard key generation interface is now much leaner.  This
    will help a new user to quickly generate a suitable key.
  - Support for Elliptic Curve Cryptography (ECC) is now available.
  - Commands to create and sign keys from the command line without any
    extra prompts are now available.
  - The Pinentry may now show the new passphrase entry and the
    passphrase confirmation entry in one dialog.
  - There is no more need to manually start the gpg-agent.  It is now
    started by any part of GnuPG as needed.
  - Problems with importing keys with the same long key id have been
    addressed.
  - The Dirmngr is now part of GnuPG proper and also takes care of
    accessing keyserver.
  - Keyserver pools are now handled in a smarter way.
  - A new format for locally storing the public keys is now used.
    This considerable speeds up operations on large keyrings.
  - Revocation certificates are now created by default.
  - Card support has been updated, new readers and token types are
    supported.
  - The format of the key listing has been changed to better identify
    the properties of a key.
  - The gpg-agent may now be used on Windows as a Pageant replacement
    for Putty in the same way it is used for years on Unix as
    ssh-agent replacement.
  - Creation of X.509 certificates has been improved.  It is now also
    possible to export them directly in PKCS#8 and PEM format for use
    on TLS servers.
- dropped patches:
  * gnupg-2.0.20-automake113.diff
  * gnupg-2.0.18-tmpdir.diff (socket is created in homedir now)
- refresh most of the remaining patches
- added new BuildRequires: gnutls-devel, pkg-config, npth-devel
gpgme
- Fix t-json test in SP3: https://dev.gnupg.org/T4820 [bsc#1183801]
  * tests/json: Bravo key does not have secret key material
  * tests/json: Do not check for keygrip of pubkeys
  * core: Make sure the keygrip is available in WITH_SECRET mode
- Add gpgme-test-json.patch
- Build qt bindings separately to avoid build cycle with
  samba/libsoup.
- gpgme 1.13.1:
  * core: At debug levels up to 9 print only an ascii dump.
  * core: Add commented debug helper to posix-io.c.
  * core: Fix error return value of _gpgme_run_io_cb.
  * core: Prettify _gpgme_io_select debug output again and fix TRACE_SYSRES.
  * core: Improve the debug messages even more.
  * core: Avoid explicit locks in the debug code.
  * json: Print "/nan"/, "/-inf"/, "/inf"/ if needed.
  * json: Improve handling of large exponents in the JSON parsor.
  * core: Implement recpstring option parsing for gpgsm.
  * core: Make gpgme_op_encrypt_ext work for CMS.
  * python: Fix typo in DecryptionError exception.
  * python: Make EXTRA_DIST files explicit.
  * Python, doc: Minor style improvement.
  * Always use maintainer mode -Wno cflags.
  * cpp: Fix initialization warning.
  * python: stop raising BadSignatures from decrypt(verify=True)
  * cpp: Add wrapper for gpgme_set_global_flag.
  * core: Fix duplication of close_notify_handler for gpgsm.
- gpgme 1.13.0:
  * Support GPGME_AUDITLOG_DIAG for gpgsm
  * New context flag "/trust-model"/.
  * Aligned the gpgrt-config code with our other libaries
  * Auto-check for all installed Python versions
  * Fixed generating card key in the C++ bindings
  * Fixed a segv due to bad parameters in genkey
  * Fixed crash if the plaintext is ignored in a CMS verify
  * Fixed test suite problems related to dtags
  * Fixed bunch of python bugs
  * Several fixes to the Common Lisp bindings
  * Fixed minor bugs in gpgme-json
  * Require trace level 8 to dump all I/O data
  * The compiler must now support variadic macros
- drop gpgme-key-expirity.patch, included upstream
- Regen keys in Qt tests to not expire bsc#1121051:
  * gpgme-key-expirity.patch
- Fix the build on ix86 as we disable one test there that should
  not work, sadly just sed is employed as the infrastructure for
  testing is not smart enough for comfy test filtering
- Update to 1.12.0:
  * Enhanced the JSON based interface tool gpgme-json to support Native
  Messaging as well as new Javascript code to support the browser
  site.  See lang/js/README for details.
  * Major overhaul of the Python language bindings documentation
  * Even for old versions of gpg a missing MDC will now lead to a
  decryption failure
  * Added context flag "/auto-key-locate"/ to control the
  behavior of GPGME_KEYLIST_MODE_LOCATE
  * New data function to create a data object from an estream
  * Add more interfaces to the C++ binding
  * Improved error codes on decryption failure
  * Lots of minor fixes
  * Interface changes
- update to 1.11.1:
  * Fixed build problems in the 1.11.0 releas
    drop gpgme-1.11-fix-gpgme-json-rpath.patch,
    drop gpgme-1.11-fix-tests.patch
  * Added C++ interfaces which were planned for 1.11.0
- Update to 1.11
  * New encryption API to support direct key specification including
  hidden recipients option and taking keys from a file.  This also
  allows to enforce the use of a subkey.
  * New encryption flag for the new API to enforce the use of plain
  mail addresses (addr-spec).
  * The import API can now tell whether v3 keys are skipped. These
  old and basically broken keys are not anymore supported by GnuPG
  2.1.
  * The decrypt and verify API will now return the MIME flag as
  specified by RFC-4880bis.
  * The offline mode now has an effect on gpg by disabling all
  network access.
  * A failed OpenPGP verification how returns the fingerprint of the
  intended key if a recent gpg version was used for signature
  creation.
  * Various minor fixes.
- Dropped patch 0001-core-Tweak-STATUS_FAILURE-handling.patch, since
  it is included upstream now.
- add gpgme-1.11-fix-gpgme-json-rpath.patch to remove rpath
- add gpgme-1.11-fix-tests.patch to fix tests
- bsc#1089497: Address failure handling issues when using gpg 2.2.6
  via gpgme, as used by libzypp
  Add 0001-core-Tweak-STATUS_FAILURE-handling.patch
- Tweak up the python conditional to allow us finegraining and
  selecting only py2 or py3 if needed
- gpgme 1.10.0:
  * Now returns more specific error codes for decryption to distinguish
    between bad passphrase, user canceled, and no secret key.
  * Now returns key origin information if available.
  * Added context flag "/auto-key-retrieve"/ to selectively enable the
    corresponding gpg option.
  * Added flag is_de_vs to decryption and verify results.
  * py: Use SEEK_SET as default for data.seek.
  * cpp: Various new APIs.
  * Reduced spawn overhead on Linux again.  Added new configure option
  - -disable-linux-getdents to disable this feature for very old
    Linux versions.
  * Improved the Python bindings build system.
  * Made the test suite less fragile.
  * Interface changes relative to the 1.9.0 release:
    gpgme_decrypt_result_t      EXTENDED: New field 'is_de_vs'.
    gpgme_signature_t           EXTENDED: New field 'is_de_vs'.
    gpgme_keyorg_t              NEW.
    gpgme_op_delete_ext         NEW.
    gpgme_op_delete_ext_start   NEW.
    GPGME_DELETE_ALLOW_SECRET   NEW.
    GPGME_DELETE_FORCE          NEW.
    gpgme_op_conf_dir           NEW.
    gpgme_set_ctx_flag          EXTENDED: New flag 'auto-key-retrieve'.
    cpp: DecryptionResult::isDeVs         NEW.
    cpp: Signature::isDeVs                NEW.
    cpp: EngineInfo::Version::operator>   NEW.
    cpp: Context::createKey               NEW.
    cpp: Context::startCreateKey          NEW.
    cpp: Context::createSubkey            NEW.
    cpp: Context::startCreateSubkey       NEW.
    qt: QuickJob                          NEW.
    py: DecryptResult           EXTENDED: New boolean field 'is_de_vs'.
    py: Signature               EXTENDED: New boolean field 'is_de_vs'.
    py: GpgError                EXTENDED: Partial results in 'results'.
- Make python package naming consistent with python singlespec
- gpgme 1.9.0:
  * Clarified meaning of the 'expire' parameter of gpgme_op_createkey
  and gpgme_op_createsubkey.  New flag to force a key without an
  expiration date.
  * New function gpgme_op_keylist_from_data_start to list keys from
  data objects without importing them.
  * New function gpgme_op_set_uid_flag to flag a key as primary.
  * New function gpgme_op_decrypt_ext to run decryption with special
  flags.  This can for example be used to unwrap keys (remove only
  the encryption layer).
  * New encryption flags to wrap a key (adding an encryption layer to
  an OpenPGP message) or to create anonymously encrypted messages.
  * Support for adduid and revuid operations in the C++ bindings.
  * Support for smartcard key generation in the C++ bindings.
  * Several new functions for the Python binding.
  * Many smaller bug fixes.
  * Interface changes relative to the 1.8.0 release:
  gpgme_op_createkey          CHANGED: Meaning of 'expire' parameter.
  gpgme_op_createsubkey       CHANGED: Meaning of 'expire' parameter.
  GPGME_CREATE_NOEXPIRE       NEW.
  gpgme_key_t                 EXTENDED: New field 'origin'.
  gpgme_key_t                 EXTENDED: New field 'last_update'.
  gpgme_subkey_t              EXTENDED: New field 'is_de_vs'.
  gpgme_user_id_t             EXTENDED: New field 'origin'.
  gpgme_user_id_t             EXTENDED: New field 'last_update'.
  gpgme_op_keylist_from_data_start NEW.
  gpgme_op_set_uid_flag_start      NEW.
  gpgme_op_set_uid_flag            NEW.
  gpgme_op_decrypt_ext_start       NEW.
  gpgme_op_decrypt_ext             NEW.
  GPGME_ENCRYPT_THROW_KEYIDS       NEW.
  GPGME_ENCRYPT_WRAP               NEW.
  GPGME_DECRYPT_VERIFY             NEW.
  GPGME_DECRYPT_UNWRAP             NEW.
  gpgme_data_rewind                UN-DEPRECATE.
  cpp: Context::revUid(const Key&, const char*)      NEW.
  cpp: Context::startRevUid(const Key&, const char*) NEW.
  cpp: Context::addUid(const Key&, const char*)      NEW.
  cpp: Context::startAddUid(const Key&, const char*) NEW.
  cpp: Key::UserID::revoke()                         NEW.
  cpp: Key::addUid()                                 NEW.
  cpp: Key::isDeVs                                   NEW.
  cpp: GpgGenCardKeyInteractor                       NEW.
  cpp: Subkey::keyGrip                               NEW.
  cpp: Subkey::isDeVs                                NEW.
  cpp: Data::toKeys                                  NEW.
  cpp: Context::setDecryptFlags                      NEW.
  cpp: Context::decrypt                         EXTENDED: Flags added.
  cpp: Context::startDecrypt                    EXTENDED: Flags added.
  cpp: Context::decryptAndVerify                EXTENDED: Flags added.
  cpp: Context::startCombinedDecryptionAndVerification EXTENDED: Flags.
  cpp: Context::encryptFlags                    EXTENDED: New flags.
  qt: CryptoConfig::stringValueList()                NEW.
  py: Context.__init__        EXTENDED: New keyword arg home_dir.
  py: Context.home_dir        NEW.
  py: Context.keylist         EXTENDED: New keyword arg mode.
  py: Context.keylist         EXTENDED: New keyword arg source.
  py: Context.create_key      NEW.
  py: Context.create_subkey   NEW.
  py: Context.key_add_uid     NEW.
  py: Context.key_revoke_uid  NEW.
  py: Context.key_sign        NEW.
  py: Context.key_tofu_policy NEW.
  py: core.pubkey_algo_string NEW.
  py: core.addrspec_from_uid  NEW.
- drop upstreamed patches:
  * gpgme-include_functional.patch
  * remove-a-forgotten-instance-of-libsuffix.diff
- Re-conditionalize python builds, to allow gpgme to build on
  Leap 42.3 (python tests fail with an older gpg, see
  gpg issue 3008)
- Enable Qt build also on Leap 42.3 (needed for KDE PIM)
- Unconditionalize python and python3 builds
- Unconditionalize c++ build
- Fix RPM groups
- Do not condition around the qt version as it breaks baselibs validator
- gpgme-include_functional.patch: include <functional> where
  needed, fix GCC7 build
- Add remove-a-forgotten-instance-of-libsuffix.diff: fix CMake
  files for gpgmepp (or they won't work with KDE software)
- gpgme 1.8:
  * The module of the Python bindings has been renamed to 'gpg'.
  * New interface to query current software versions.
  * New feature to use gpg's --{show,override}session-key options.
  * New interface to set the sender of a mail.
  * qt: Added Distinguished Name parser from libkleo
  * The --homedir option is now used with recent gpgconf versions.
  * The internal locking functions have been replaced by libgpg-error
    locking functions.
  * Interface changes relative to the 1.7.1 release:
    gpgme_set_sender                NEW.
    gpgme_get_sender                NEW.
    gpgme_op_query_swdb             NEW.
    gpgme_op_query_swdb_result      NEW.
    gpgme_query_swdb_result_t       NEW.
    gpgme_get_ctx_flag              NEW.
    gpgme_decrypt_result_t          EXTENDED: New field session_key.
    qt: DN                          NEW.
    qt: DN::Attribute               NEW.
    qt: Job::context(Job*)          NEW.
    cpp: EngineInfo::Version::Version(const char*) NEW.
    cpp: EngineInfo::Version::Version()            NEW.
    cpp: SwdbResult                                NEW.
    cpp: Context::setSender(const char*)           NEW.
    cpp: Context::getSender()                      NEW.
- in addition to dropping gpgme-1.7.0-python-Include-config.h.patch
  remove automake depdendency and autogen.sh call
- build QT lib only on Factory
- Trim and update descriptions
- New upstream release 1.7.1
  * Fixed problems with the new language bindings.
  * New helper function gpgme_addrspec_from_uid.
  * Use option --exit-on-status-write-error with newer gpg versions.
  * qt: Missed API from the Qt Binding inclusion has
    been added again.
  * qt: abstractimportjob.h is now installed to that
    ImportJobs can be used again.
  * qt: Fixed spelling error in API (startReceive).
  * Interface changes relative to the 1.7.0 release:
    gpgme_addrspec_from_uid         NEW.
    qt: WksPublishJob::startRecieve RENAMED to ::startReceive.
    qt: MultiDeleteJob              NEW.
    qt: AbstractImportJob           NEW.
    qt: SpecialJob                  NEW.
    cpp: Signature::key(bool, bool)              NEW.
    cpp: UserID::addrSpecFromString(const char*) NEW.
    cpp: UserID::addrSpec()                      NEW.
- Drop conflict (handled on kdepimlibs4 side)
- Drop upstreamed patches:
  * gpgme-1.7.0-nonvoid-returns.patch
  * gpgme-1.7.0-cpp-qt-Include-config.h.patch
  * gpgme-1.7.0-python-Include-config.h.patch
- Switch on the Qt bindings
- Add missing buildrequires, files, and needed adjustments for the
  Qt build
- Conflict libgpgmepp-devel with kdepimlibs4-devel as they both
  install the same header (kdepimlibs4 for historical reasons)
- gpgme 1.7.0:
  * Python2 bindings
  * C++ bindings
  * disabled: Python3, Qt-Framework API
  * New functions gpgme_op_createkey and gpgme_op_createsubkey to make
    key creation easier (requires GnuPG 2.1).
  * New functions gpgme_op_adduid and gpgme_op_revuid to make user id
    management easier (requires GnuPG 2.1).
  * New function gpgme_op_keysign to make key signing easier (requires
    GnuPG 2.1).
  * New function gpgme_op_interact to replace the now deprecated
    functions gpgme_op_edit and gpgme_op_card_edit.
  * New function gpgme_pubkey_algo_string to convert a public key
    algorithm into a GnuPG 2.1 style string.
  * Support for GnuPG 2.1's TOFU trust model.
  * Notation flags are now correctly set on verify.
  * New global flag "/require-gnupg"/ to set a minimal gnupg version.
  * More supported items in gpgme_get_dirinfo.
  * New function gpgme_data_set_flag and flag "/size-hint"/.
  * New function gpgme_set_ctx_flag and flags "/full-status"/ and
    "/raw-description"/.
  * Improved gpgme_data_identify to distinguish more file types.
  * New flag GPGME_ENCRYPT_SYMMETRIC for gpgme_op_encrypt to allow
    mixed public key and symmetric encryption.
  * New field KEYGRIP in gpgme_subkey_t.  New fields FPR in gpgme_key_t.
  * New flag GPGME_DATA_ENCODING_MIME to declare that the encrypted or
    signed data is a valid MIME part.  This is to support future GnuPG
    versions.
  * Interface changes relative to the 1.6.0 release:
    gpgme_pubkey_algo_string       NEW.
    GPGME_PK_EDDSA                 NEW.
    gpgme_set_ctx_flag             NEW.
    gpgme_data_set_flag            NEW.
    gpgme_op_createkey             NEW.
    gpgme_op_createkey_start       NEW.
    gpgme_op_createsubkey          NEW.
    gpgme_op_createsubkey_start    NEW.
    gpgme_op_adduid_start          NEW.
    gpgme_op_adduid                NEW.
    gpgme_op_revuid_start          NEW.
    gpgme_op_revuid                NEW.
    gpgme_op_keysign_start         NEW.
    gpgme_op_keysign               NEW.
    gpgme_op_tofu_policy_start     NEW.
    gpgme_op_tofu_policy           NEW.
    gpgme_op_interact_start        NEW.
    gpgme_op_interact              NEW.
    gpgme_interact_cb_t            NEW.
    gpgme_op_edit_start            DEPRECATED.
    gpgme_op_edit                  DEPRECATED.
    gpgme_op_card_edit_start       DEPRECATED.
    gpgme_op_card_edit             DEPRECATED.
    gpgme_edit_cb_t                DEPRECATED.
    gpgme_status_code_t            DEPRECATED.
    gpgme_genkey_result_t          EXTENDED: New fields pubkey and seckey.
    gpgme_signature_t              EXTENDED: New field key.
    gpgme_key_t                    EXTENDED: New field fpr.
    gpgme_subkey_t                 EXTENDED: New field keygrip.
    gpgme_user_id_t                EXTENDED: New field tofu.
    gpgme_tofu_policy_t            NEW.
    gpgme_tofu_info_t              NEW.
    GPGME_STATUS_KEY_CONSIDERED    NEW.
    GPGME_STATUS_TOFU_USER         NEW.
    GPGME_STATUS_TOFU_STATS        NEW.
    GPGME_STATUS_TOFU_STATS_LONG   NEW.
    GPGME_STATUS_NOTATION_FLAGS    NEW.
    GPGME_KEYLIST_MODE_WITH_TOFU   NEW.
    GPGME_DATA_TYPE_PGP_ENCRYPTED  NEW.
    GPGME_DATA_TYPE_PGP_SIGNATURE  NEW.
    GPGME_DATA_ENCODING_MIME       NEW.
    GPGME_ENCRYPT_SYMMETRIC        NEW.
    GPGME_CREATE_SIGN              NEW.
    GPGME_CREATE_ENCR              NEW.
    GPGME_CREATE_CERT              NEW.
    GPGME_CREATE_AUTH              NEW.
    GPGME_CREATE_NOPASSWD          NEW.
    GPGME_CREATE_SELFSIGNED        NEW.
    GPGME_CREATE_NOSTORE           NEW.
    GPGME_CREATE_WANTPUB           NEW.
    GPGME_CREATE_WANTSEC           NEW.
    GPGME_CREATE_FORCE             NEW.
    GPGME_KEYSIGN_LOCAL            NEW.
    GPGME_KEYSIGN_LFSEP            NEW.
    GPGME_INTERACT_CARD            NEW.
  * Add patches to fix build:
    + gpgme-1.7.0-nonvoid-returns.patch
    + gpgme-1.7.0-cpp-qt-Include-config.h.patch
    + gpgme-1.7.0-python-Include-config.h.patch
- restore taking build timestamp from changelog date
- gpgme 1.6.0:
  * Added gpgme_set_offline to do a key listinging w/o requiring
  CRL.
  * Added gpgme_set_status_cb to allow a user to see some status
  messages.
  * Added an export mode for secret keys.
  * More precise error codes are returned if GnuPG >= 2.1.8 is used.
  * The passphrase handler for the loopback mode has been improved and may
  also be used with genkey.
  * Interface changes relative to the 1.5.1 release:
  gpgme_set_offline              NEW.
  gpgme_get_offline              NEW.
  gpgme_set_status_cb            NEW.
  gpgme_get_status_cb            NEW.
  GPGME_EXPORT_MODE_SECRET       NEW
  GPGME_EXPORT_MODE_RAW          NEW.
  GPGME_EXPORT_MODE_PKCS12       NEW.
- fix install-info for clean uninstall [boo#935339]
- gpgme 1.5.5:
  * Fixed crash in key listings for user ids with a backslash.
  * Fixed regression for GPGSM use with GnuPG < 2.1.
  * Properly set signature summary for revoked OpenPGP keys.
- gpgme 1.5.4:
  * Fixed a possible crash in the debug code.
- making the build reproducible - see
  http://lists.gnupg.org/pipermail/gnupg-commits/2014-September/010683.html
  for a very similiar problem
- gpgme 1.5.3:
  * The export key functions do now return an error if used with the
  latest GnuPG version.
- gpgme 1.5.2:
  + gpgme-tool is now installed.
  + Fix external listing for modern keyservers.
  + Minor other fixes.
- disable failing unit tests
gptfdisk
- Use %license instead of %doc [bsc#1082318]
- Update to new upstream release 1.0.1
  * new type codes
  * bug fixes
  * changes to the OS X build for OS X 10.11 ("/El Capitan"/)
- Update to new upstream release 1.0.0
  * Added partition type for Windows Storage Spaces, Ceph,
    and Discoverable Linux Partitions.
  * Added -O/--print-mbr option to sgdisk
- Remove old RPM tags for pre-12.x openSUSE.
  Remove duplicated documentation.
- Update to new upstream release 0.8.10
  * Bug fix of previous version: The hybrid MBR creation code in
  gdisk would ignore the second and third partitions to be
  hybridized.
  * Fix bug that could cause incorrect partition end points to be
  set on hybridized partitions that spanned the 2^32-sector mark
  on disks.
  * Finally, this version enables the use of 0 as a value for a
  partition number to the -A/--attributes, -c/--change-name,
  - t/--typecode, and -u/--partition-guid commands if an earlier
  - n/--new option created a new partition; in this case, 0 refers
  to that newly-created partition.
- Update to new upstream release 0.8.9
  * Three new type codes.
  * The verify (v) function now checks for MBR partitions (the 0xEE
  protective partitions or hybrid MBR partitions) that don't fit
  on the disk.
  * The GPT-destruction options (z in gdisk, -z and -Z in sgdisk)
  now wipe out the final few sectors on the disk rather than
  wherever the backup GPT data are recorded as being. This is done
  to prevent wiping out data mid-disk, which can otherwise happen
  if a RAID array is resized in certain ways and the GPT data are
  not moved prior to wiping the GPT data.
  * The FixParts program had developed a bug in which it complained
  that the 0xEE partition didn't begin on sector 1; this version
  fixes that bug.
  * Finally, this version removes the dependency on libicu for UTF-16
  support in partition names.
- remove obsolete libicu dependency
- Update to new upstream release 0.8.8
  * Fixed bug that could cause segfault when passing an invalid
    partition number to sgdisk's -i/--info command.
  * Added new partition type codes.
  * Added a pause (with a prompt to hit <Enter>) to display more
    items gdisk and cgdisk. There's no such pause/prompt in sgdisk,
    though.
  * Fine-tuned verification ('v') check for 0xEE partition that
    doesn't begin on sector 1.
  * Fixed hybrid MBR creation on disks larger than 2TiB
  * Added check for an active/bootable 0xEE protective partition to
    the verify ('v') function.
- Update to new upstream release 0.8.7
  * Small improvements and bug fixes mark this revision.
  * Three new partition type codes have been added:
    freedesktop.org's proposed $BOOT partition (type code EA00),
    the Intel Rapid Start partition (code 8400),
    and for Haiku's BFS (code EB00).
  * Removed a stray debug message that appeared when reading MBR
    disks.
  * The "/converting MBR to GPT"/ message has been modified to
    clarify that changes are being held in memory.
  * The Mac version now works on /dev/rdisk* devices as well as
    /dev/disk* devices.
  * When used with /dev/rdisk* devices, the partition table can
    sometimes be re-read without rebooting or unplugging and
    re-inserting the disk.
  * Finally, cgdisk now supports a -a option, which works similarly
    to the -a option in cfdisk.
- remove gptfdisk-0.8.5-fix-test-suite-short-opt-usage.patch, is
  upstream merged
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
- Update to new upstream release 0.8.6
  * add type codes for a Sony System Partition and for VMWare ESX
  * new check in the verification code
  * support for building under Solaris.
  * fix Mac OS X build
  * fix the hybrid MBR creation support that could cause it to omit
    the 0xEE partition under some circumstances
  * fix a bug that could cause a crash when passing a partition
    number of 0 via the -t option.
- remove outdated (0.8.2) debian spec files from package sources
- fix build for old suse and other distros
- add gptfdisk-0.8.5-fix-test-suite-short-opt-usage.patch and
  enable test suite
- change package group to System/Base (rpmlint fix)
- Update to new upstream release 0.8.5
  * sgdisk: fix bug that caused truncation of 2+ TiB partitions
    on 32-bit
  * added type codes for Midnight BSD
- Rip out unused gdisk subpackage
- Add gptfdisk-gcc47.patch: Fix build with gcc 4.7.
- Created spec file for 0.8.2 release
graphite2
- Use python3 everywhere
- Drop fonttools test dep as it pulls TON of py3 packages
- Update to 1.3.11:
- removed patches (upstreamed or not needed)
  * gcc8.patch (code commeted out)
  * graphite-nonvoid-return.patch (code commented out)
  * graphite2-python3_tests.patch (upstreamed)
  * graphite2-python3_tests_cornercases.patch (upstreamed
- refreshed patch
  * link-gcc-shared.diff
- fixes security issue: CVE-2018-7999 [bsc#1084850]
  + graphite2-CVE-2018-7999.patch
- gcc8.patch: return correct value from stream operator
- Do not BR asciidoc as we do not install the generated html page
- Make sure we switch to python3 only on SLE15+ and not on SLE12
- Add patches to fix tests when using python3:
  * graphite2-python3_tests.patch
  * graphite2-python3_tests_cornercases.patch
- Refresh all other patches
- Use fancy name for downloaded tarball
- Run spec-cleaner
- Use %ctest macro
- Update license string to lgpl2.1+ and mpl2.0+
- Remove patch graphite2-CVE-2017-5436.patch
- Update to 1.3.10:
  * Upstream marks this as contianing various bugfixes without
    any specific mentions
- security update:
  * CVE-2017-5436 [bsc#1035204]
    + graphite2-CVE-2017-5436.patch
- Version update to 1.3.9: fixes some bugs in the collision
  avoidance and may give slightly improved results in some cases.
- Version update to 1.3.8:
  * Various bugfixes found by fuzzers
- Update to 1.3.6
  * This fixes a number of security related bugs. There are no feature
    improvements or bug fixes in this release.
- updated to 1.3.5 bnc#965803 CVE-2016-1521:
  * Security bug fix
  * Fix ARM misalignment problem
  * Track latest cmake
- Version update to 1.3.4:
  * Fix Collision Kerning ignoring some diacritics
  * Handle pass bits 16-31 to speed up fonts with > 16 passes
  * Various minor fuzz bug fixes
  * Make Coverity happy
  * Add GR_FALLTHROUGH macro for clang c++11
- Upstream moved to github
- updated to 1.3.3
  * Slight speed up in Collision Avoidance
  * Remove dead bidi code
  * Bug fixes
    . Between pass bidi reorderings and at the end
    . Decompressor fuzz bugs
    . Other fuzz bugs
- Version bump top 1.3.2:
  * Remove full bidi. All segments are assumed to be single directioned.
  * Bug fixes:
    + Decompressor corner cases
    + Various fuzz bugs
- Version bump to 1.3.1:
  * Deprecation warning: Full bidi support is about to be deprecated. Make
    contact if this impacts you.
  * Change compression block format slightly to conform to LZ4
  * Handle mono direction text with diacritics consistently. Fonts
    now see the direction they expect consistently and bidi now
    gives expected results.
  * Fixed lots of fuzz bugs
  * Coverity cleanups
  * Build now works for clang and/or asan and/or afl etc.
- Version bump to 1.3.0:
  * Various tweaks for the arabic fonts
- Added patches:
  * graphite-nonvoid-return.patch
  * graphite2-1.2.0-cmakepath.patch
- Removed patches:
  * no-specific-nunit-version.diff
  * soname.diff
- Remove unnecessary utf-8  characters from the spec file
- add link-gcc-shared.diff: link -lgcc_s to fix undefined symbols
  on various ARM architectures
- Remove harfbuzz dep. Breaks another buildcycle.
  This effectively means we are not running tests. No functional
  changes otherwise.
- Remove texlive dep to remove dep circle.
- Use rpath so the tests work.
- Enable the tests. They work on 13.1 but fail on Factory...
- Version bump to 1.2.4:
  * Various bugfixes
  * Expanded testsuite
- Remove graphite2-arm.patch - applied upstream
- Add patches from debian:
  * soname.diff
  * no-specific-nunit-version.diff
- Run^Wdocument tests and generate documentation
- Use cmake macros for nice and tidy setup.
- Add baselibs.conf and provide libgraphite2-3-32bit, which is at
  this moment required by harfbuzz.
- graphite2-arm.patch :Fix build in arm and possible other platforms, we should
  notuse -nodefaultlibs as a linker flag and let the system
  do its job automatically.
- freetype-devel should be freetype2-devel
- license update: LGPL-2.1+ or GPL-2.0+ or MPL-1.1
  See License file (most source code notices concur)
- Whitespace trying to figure out why spec file is interpreted as
  binary.
- Fix desc not to mention libexttextcat.
- Initial commit version 1.2.0.
graphviz
- Added graphviz-out-of-bounds-write.patch to fix CVE-2020-18032
  (bsc#1185833)
- Added graphviz-null_dereference.patch to fix CVE-2018-10196
  (boo#1093447)
- Added graphivz-malformed_input.patch from commit  839085f8
  to fix CVE-2019-11023 (boo#1132091)
- Disable building the graphviz-ocaml package: we have no consumer
  of it, but not building it allows us to elminiate a build cycle.
- Reverse last change.
- Remove pre_checkin.sh and graphviz-addon.* as they aren't needed
  anymore.
- Replace the recommends for graphviz-gnome by a 'supplements packageand'
  so that graphviz doesn't pull in all the X11 related stuff on a
  machine without graphical desktop (bsc#930442).
- Exclude %{_mandir}/man1/smyrna.1%{ext_man} from graphiz' main
  package, since the man page is packaged in the -smyrna sub
  package already.
- Add bcond for java and ocaml that can be overriden in staging prj
- Drop smyrna and gvedit separate spec, now handled by
  graphviz-addons
  * Switch graphviz-gvedit to Qt5:
    + graphviz-qt5.patch
- Drop graphviz-plugin subkpg in favor of graphviz-addons.spec
  that is generated from graphviz directly
- Make sure all patches are applied also in main package so none
  get lost by accident
- Refresh patch graphviz-plugins-fix_install_dirs.patch
- Make sure graphviz php plugins are generated using php7
  * set the php7 path in graphviz-plugins-fix_install_dirs.patch
- Remove tkspline from tcl package as it is no longer shipped
- Make sure the pic/pie is enforced on all the libs/bins
- Update to 2.40.1 release:
  * Remove usage of ast_common.h
  * network-simplex fixes and optimization (Stephen North)
  * built-in tred tool now available in the various swig generated
    language bindings (John Ellson)
  * number rounding added to SVG renderer (same as PS and TK rounding)
    to aid regression testing. (John Ellson)
  * additional regressson test framework, used in Travis CI builds. (Erwin Janssen)
  * PHP7 support (requires swig-3.0.11 or later). (John Ellson)
  * Allow user to specify clustering algorithm in gvmap. (Emden Gansner)
  * Add Sierpinski graph generator to gvgen. (Emden Gansner)
  * Extensive code cleanup (Erwin Janssen)
  * Removal of libgd source - use vanilla libgd from separate install
  * Windows builds (Erwin Janssen)
  * Appveyor CI for automated Windows build testing (Erwin Janssen)
  * Travis CI for Fedora/Centos builds (Erwin Janssen)
  * Added JSON output format, -Tjson  (Emden Gansner)
  * New curved arrowhead, cylinder node shape.
  * Resolves bugs: 2599, 1172
  * Add cylinder shape for databases.
  * Free installed plugins
  * Update makefile for dot so that the using libpanco_C in the static build include PANGOFT2
    as well as PANGOCAIRO_LIBS (needed for some versions of Ubuntu)
  * Add json output format
  * output class value in svg files
  * Add plain shape for use with HTML-like labels.
  * Add icurve arrowhead.
  * Revert to old, translate to origin semantics in neato, etc. Add flag notranslate if that is
    what the user desires.
- Run over with spec-cleaner and convert deps to pkgconfig
- Fix Group
- Remove unused pre requirements as there is no pre phase
- Inline sed changes and do not rely on pipes
- Do not add needless requires to devel pkg, there are no such stated
  dependencies in any of the .pc files provided
- Add pre_checkin.sh scriptlet to allow generating of the extras subpkg
  instead of having independent spec files
- Add reproducible.patch to not have binaries depend on build system timings
- Remove pangocairo and lasi support as it introduces build cycle
- Build with pangocairo and lasi support.
- fix ksh-specific constrictions in gvmap.sh script
- add patches:
  + graphviz-2.38.0-fix-gvmap.patch
graphviz-addons
- Added graphviz-null_dereference.patch to fix CVE-2018-10196
  (boo#1093447)
- Added graphivz-malformed_input.patch from commit  839085f8
  to fix CVE-2019-11023 (boo#1132091)
- Disable building the graphviz-ocaml package: we have no consumer
  of it, but not building it allows us to elminiate a build cycle.
- Reverse last change.
- Remove pre_checkin.sh and graphviz-addon.* as they aren't needed
  anymore.
- Replace the recommends for graphviz-gnome by a 'supplements packageand'
  so that graphviz doesn't pull in all the X11 related stuff on a
  machine without graphical desktop (bsc#930442).
- Exclude %{_mandir}/man1/smyrna.1%{ext_man} from graphiz' main
  package, since the man page is packaged in the -smyrna sub
  package already.
- Add bcond for java and ocaml that can be overriden in staging prj
- Drop smyrna and gvedit separate spec, now handled by
  graphviz-addons
  * Switch graphviz-gvedit to Qt5:
    + graphviz-qt5.patch
- Drop graphviz-plugin subkpg in favor of graphviz-addons.spec
  that is generated from graphviz directly
- Make sure all patches are applied also in main package so none
  get lost by accident
- Refresh patch graphviz-plugins-fix_install_dirs.patch
- Make sure graphviz php plugins are generated using php7
  * set the php7 path in graphviz-plugins-fix_install_dirs.patch
- Remove tkspline from tcl package as it is no longer shipped
- Make sure the pic/pie is enforced on all the libs/bins
- Update to 2.40.1 release:
  * Remove usage of ast_common.h
  * network-simplex fixes and optimization (Stephen North)
  * built-in tred tool now available in the various swig generated
    language bindings (John Ellson)
  * number rounding added to SVG renderer (same as PS and TK rounding)
    to aid regression testing. (John Ellson)
  * additional regressson test framework, used in Travis CI builds. (Erwin Janssen)
  * PHP7 support (requires swig-3.0.11 or later). (John Ellson)
  * Allow user to specify clustering algorithm in gvmap. (Emden Gansner)
  * Add Sierpinski graph generator to gvgen. (Emden Gansner)
  * Extensive code cleanup (Erwin Janssen)
  * Removal of libgd source - use vanilla libgd from separate install
  * Windows builds (Erwin Janssen)
  * Appveyor CI for automated Windows build testing (Erwin Janssen)
  * Travis CI for Fedora/Centos builds (Erwin Janssen)
  * Added JSON output format, -Tjson  (Emden Gansner)
  * New curved arrowhead, cylinder node shape.
  * Resolves bugs: 2599, 1172
  * Add cylinder shape for databases.
  * Free installed plugins
  * Update makefile for dot so that the using libpanco_C in the static build include PANGOFT2
    as well as PANGOCAIRO_LIBS (needed for some versions of Ubuntu)
  * Add json output format
  * output class value in svg files
  * Add plain shape for use with HTML-like labels.
  * Add icurve arrowhead.
  * Revert to old, translate to origin semantics in neato, etc. Add flag notranslate if that is
    what the user desires.
- Run over with spec-cleaner and convert deps to pkgconfig
- Fix Group
- Remove unused pre requirements as there is no pre phase
- Inline sed changes and do not rely on pipes
- Do not add needless requires to devel pkg, there are no such stated
  dependencies in any of the .pc files provided
- Add pre_checkin.sh scriptlet to allow generating of the extras subpkg
  instead of having independent spec files
- Add reproducible.patch to not have binaries depend on build system timings
- Remove pangocairo and lasi support as it introduces build cycle
- Build with pangocairo and lasi support.
- fix ksh-specific constrictions in gvmap.sh script
- add patches:
  + graphviz-2.38.0-fix-gvmap.patch
grep
- Update testsuite expectations, no functional changes (bsc#1155271)
- Use %license (boo#1082318)
- Update to grep 3.1
  * grep '[0-9]' is now just as fast as grep '[[:digit:]]' when run
    in a multi-byte locale
  * Context no longer excludes selected lines omitted because of -m
- Use https url's
- Drop no longer needed explicit pie
- Enable profiled build
- Update to version 3.0:
  * grep without -F no longer goes awry when given two or more
    patterns that contain no special characters other than '' and
    also contain a subpattern like '.' that escapes a character to
    make it ordinary.
  * grep no longer fails to build on PCRE versions before 8.20.
- Cleanup spec file:
  * Drop support for old distributions
  * Create lang subpackage
  * Use fdupes to replace duplicate files with symlinks
- Update to version 2.28:
  * Improve performance for -E or -G pattern lists that are easily
    converted to -F format.
  * Fix performance regression with multiple patterns.
  * When standard output is /dev/null, grep no longer fails when
    standard input is a file in the Linux /proc file system, or when
    standard input is a pipe and standard output is in append mode.
  * When grep -Fo finds matches of differing length, it could
    mistakenly print a shorter one.  Now it prints a longest one.
- Drop upstreamed proc-lseek-glitch.patch
- testsuite.patch: remove
- proc-lseek-glitch.patch: work around proc lseek glitch
- Update to grep 2.27
  * grep no longer reports a false match in a multibyte, non-UTF8 locale
    like zh_CN.gb18030, with a regular expression like "/.*7"/ that just
    happens to match the 4-byte representation of gb18030's uC9, the
    final byte of which is the digit "/7"/.
  * grep by default now reads all of standard input if it is a pipe,
    even if this cannot affect grep's output or exit status.
  * grep no longer mishandles ranges in nontrivial unibyte locales.
  * grep -P no longer attempts multiline matches.
  * grep -m0 -L PAT FILE now outputs "/FILE"/.
  * To output ':' and tab-align the following character C, grep -T no
    longer outputs tab-backspace-':'-C, an approach that has problems if
    run inside an Emacs shell window.
  * grep -T now uses worst-case widths of line numbers and byte offsets
    instead of guessing widths that might not work with larger files.
  * grep no longer reads the input in a few more cases when it is easy to
    see that matching cannot succeed, e.g., 'grep -f /dev/null'.
- grep 2.26:
  * no longer omit output merely because it follows an output line
    suppressed due to encoding errors
  * In the Shift_JIS locale, no longer mistakenly match in the
    middle of a multibyte character
  * grep can be much faster now when standard output is /dev/null.
  * grep -F is now typically much faster when many patterns are
    given, as it now uses the Aho-Corasick algorithm instead of
    the Commentz-Walter algorithm in that case.
  * grep -iF is typically much faster in a multibyte locale, if
    the pattern and its case counterparts contain only single byte
    characters.
  * grep with complicated expressions (e.g., back-references) and
    without -i now uses the regex fastmap for better performance.
  * In multibyte locales, grep now handles leading "/."/ in patterns
    more efficiently.
  * grep now prints a "/FILENAME:LINENO: "/ prefix when diagnosing
    an invalid regular expression that was read from an
  '-f'-specified file.
- grep 2.25:
  * In the C or POSIX locale, grep now treats all bytes as valid
    characters even if the C runtime library says otherwise.
    ( Fixes yast2-users and other build failures - boo#966780 )
  * grep -oz now uses null bytes, not newlines, to terminate output
    lines.
  * grep now outputs details more consistently when reporting a
    write error.
- Update to 2.24
  * grep -z would match strings it should not.  To trigger the bug,
    you'd have to use a regular expression including an anchor
    (^ or $) and a feature like a range or a backreference, causing
    grep to forego its DFA matcher and resort to using re_search.
    With a multibyte locale, that matcher could mistakenly match a
    string containing a newline. For example, this command:
    printf 'anb0' | LC_ALL=en_US.utf-8 grep -z '^[a-b]*b'
    would mistakenly match and print all four input bytes.  After
    the fix, there is no match, as expected.
    [bug introduced in grep-2.7]
  * grep -Pz now diagnoses attempts to use patterns containing ^
    and $, instead of mishandling these patterns.  This problem
    seems to be inherent to the PCRE API; removing this limitation
    is on PCRE's maint/README wish list.  Patterns can continue to
    match literal ^ and $ by escaping them with  (now needed even
    inside [...]). [bug introduced in grep-2.5]
- Update to 2.23
  * Binary files are now less likely to generate diagnostics and
    more likely to yield text matches.  grep now reports "/Binary
    file FOO matches"/ and suppresses further output instead of
    outputting a line containing an encoding error; hence grep can
    now report matching text before a later binary match.
    Formerly, grep reported FOO to be binary when it found an
    encoding error in FOO before generating output for FOO, which
    meant it never reported both matching text and matching binary
    data; this was less useful for searching text containing
    encoding errors in non-matching lines. [bug introduced in
    grep-2.21]
  * grep -c no longer stops counting when finding binary data.
    [bug introduced in grep-2.21]
  * grep no longer outputs encoding errors in unibyte locales. For
    example, if the byte 'x81' is not a valid character in a
    unibyte locale, grep treats the byte as binary data. [bug
    introduced in grep-2.21]
  * grep -oP is no longer susceptible to an infinite loop when
    processing invalid UTF8 just before a match. [bug introduced in
    grep-2.22]
  * --exclude and related options are now matched against trailing
    parts of command-line arguments, not against the entire
    arguments. This partly reverts the --exclude-related change
    in 2.22. [bug introduced in grep-2.22]
  * --line-buffer is no longer ineffective when combined with -l.
    [bug introduced in grep-2.5]
  * -xw is now equivalent to -x more consistently, with -P and
    with backrefs.  [bug only partially fixed in grep-2.19]
- Update info handling scriplets
  * move from postun to preun
  * add dependeny for preun
- Refresh partially upstreamed patch
  * testsuite.patch
- testsuite.patch: also disable long-pattern-perf test
- testsuite.patch: disable unreliable test mb-non-UTF8-performance
- GNU grep 2.22:
  * Improve performance for patterns containing very long strings
  * Output and pattern matching bug fixes
- drop add gnulib-perl522.patch, changed upstream
- drop grep-F-heap-overrun.patch, included upstream
- add gnulib-perl522.patch from gnulib.bugs
- grep-F-heap-overrun.patch: fix heap overrun with grep -F (CVE-2015-1345,
  bsc#914695)
- Fix last change
- build with PIE enabled
- GNU grep 2.21
- Improvements:
  * performance improved for searching files containing holes, on
    platforms where lseek's SEEK_DATA flag works efficiently.
  * performance improved for rejecting data that cannot match even
    the first part of a nontrivial pattern.
  * performance improved for very long strings in patterns.
  * If a file contains data improperly encoded for the current
    locale, and this is discovered before any of the file's contents
    are output, grep now treats the file as binary.
  * -P no longer reports an error and exits when given invalid UTF-8
    data. Instead, it considers the data to be non-matching.
- Bug fixes:
  * fix issues in multibyte locales
  * grep -F -x -o no longer prints an extra newline for each match.
  * grep in a non-UTF8 multibyte locale could mistakenly match in
    the middle of a multibyte character when using a '^'-anchored
    alternate in a pattern, leading it to print non-matching lines.
  * grep -F Y no longer fails to match in non-UTF8 multibyte locales
  * grep -E rejected unmatched ')', instead of treating it like ')'.
- Changes in behavior:
  * The GREP_OPTIONS environment variable is now obsolescent
  * In locales with multibyte character encodings other than UTF-8,
    grep -P now reports an error and exits instead of misbehaving.
  * When searching binary data, grep now may treat non-text bytes as
    line terminators.  This can boost performance significantly.
  * grep -z no longer automatically treats the byte '200' as
    binary data.
groff
- Add 0001-make-package-build-reproducible.patch
    0002-Implement-SOURCE_DATE_EPOCH-for-reproducible-builds.patch
  to make corosync build reproducibly (bsc#1180276)
- Use %license instead of %doc [bsc#1082318]
- Set the license to GPL-3.0+ as per COPYING
- Replace xorg-x11-devel buildrequires by the needed individual
  libraries
- Add patch for bnc#989903 and move all scripts from libdir to
  libexecdir
- Version bump to latest release 1.22.3:
  * X11 resources for `gxditview', which were previously installed in
    /usr/X11/lib/X11/app-defaults no matter which `prefix' was set, are
    now installed in appresdir=$prefix/lib/X11/app-defaults.  If
    `appresdir' is not a standard X11 resource directory, the environment
    variable XFILESEARCHPATH should be set to this path.  The standard
    default directories depends on the system `libXt'.
  * This new preprocessor (contributed by Bernd Warken) allows embedding of
    code for GNU LilyPond (http://www.lilypond.org), a music typesetter.  The
    data gets automatically processed and embedded as EPS images.
  * Bernd Warken contributed a new preprocessor to handle Perl code that can
    be evaluated and then processed by groff.
  * Another preprocessor from Bernd Warken to pretty-print Pinyin syllables
    like `guo2wang2' as `guówáng'.
  * The pdfroff utility script now activates its `--no-toc-relocation' option
    by default, unless a request similar to:
    .if !n[PHASE] .tm pdfroff-option:set toc_relocation=enabled
    is invoked during input file processing; (`.if !n[PHASE] ...' ensures
    that the effect of the `.tm' request is restricted to the document setup
    phase of processing, as pdfroff sets it to 1 or 2 in the output phase,
    but leaves it unset in the setup phase).
    The bundled `spdf.tmac' macro package, which implicitly activates
    `-mpdfmark' for `ms' macro users, ensures that TOC relocation is
    appropriately enabled, when the `.TC' macro is invoked.
  * The -mom macro package now has full support for eqn, pic, and tbl, as well
    as captioning and labelling of pdf images and preprocessor output.  Lists
    of Figures, Equations, and Tables can now be autogenerated.  PDF_IMAGE has
    a new FRAME option.
  * A French introduction to the -me macro package has been added (file
    `meintro_fr.me').
  * In -mdoc, command %C is now available, providing a city or place
    reference.
- Refreshed patches:
  * groff-1.21-CVE-2009-5081.patch
  * groff-1.21-groffer-libexecdir.patch
  * groff-force-locale-usage.patch
- Replaced patches:
  * deleted groff_1.22.2-2.debian.diff
  * added groff_1.22.3-1.debian.diff
- New patches:
  * groff-multi-thread.patch
- build with PIE
- move man.local and mdoc.local from groff-full to groff
  * fixes libssh2.org testsuite
- Take care of mmroff.1.gz as well as of mmroff perl script
- Move important non-graphical macros from groff-full back to groff
  as otherwise many packages do not build anymore
growpart
- Update to version 0.31 (bsc#1164736)
  + mount-image-callback: mount with -o 'rw' or -o 'ro' (LP: #1663722)
  + mount-image-callback: run blockdev and udevadm settle on nbd devices.
    (LP: #1741096, 1741300)
  + mount-image-callback: Drop support for mounting lxd containers.
    (LP: #1715994)
  + growpart: fix bug that stopped GPT disks from being grown past 2TB.
    (LP: #1762748)
  + mount-image-callback: mention --help and -C/--cd-mountpoint in Usage
  + growpart: fix bug when resizing a middle partition with sgdisk
    (LP: #1706751) [Fred De Backer]
  + growpart: Resolve symbolic links before operating.
    [Kevin Locke] (LP: #1744406)
  + growpart: fix bug occurring if start sector and size were the same.
    [Lars Kellogg-Stedman] (LP: #1807171)
  + debian/control: drop Suggests on lxc1
  + debian/tests/control: add test growpart-start-matches-size.
  + White space cleanup.  Remove trailing space and tabs.
  + Move to git.
- Clean growpart.spec:
  * Drop obsolete tags
  * Use install instead of mkdir+cp+chmod
  * Fix build on SLE 12 SP4
- Replaced hardcoded systemd paths with macros in spec file
- Reference entry for maintenance
  Tracker bug for the submission set to: bsc#1154357
- Deleted rootgrow source and sub-package build
  rootgrow is provided on github: https://github.com/SUSE-Enceladus/rootgrow
  and builds a standalone package now
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut the build queues by allowing usage of systemd-mini
- Support btrfs resize, handle ro setup in rootgrow (bsc#1097455, bsc#1098681)
- Use %license instead of %doc [bsc#1082318]
- Split rootgrow and script and service into subpackage to retain
  dependency chain for growpart
- Update to version 0.30 (bsc#1064755)
  + improved error messages on failure.
  + ignore sfdisk failure in 2.28.1 when due to reread failing
  (LP: #1619285)
  + Add service file to start growpart via systemd
  + Add rootgrow script to wrap growpart
- Update to version 0.29 (bsc#998378)
  + fix use of partx for newer util-linux versions (LP: #1587971)
    [Lars Kellogg-Stedman]
  + fix some issues in error path reporting
  + capture output of 'partx --help' as older versions
    do not support that flag, and send output to stderr.
  + fix bug when growing partitions on disks > 2TB. (LP: #1259703)
  + run partx only on block devices (not files)
  + better --dry-run output for gpt disks, providing sgdisk command
    line that would be used.
  + support sfdisk >= 2.26, and support gpt partitions with sfdisk
growpart-rootgrow
- Fix root partition ID lookup. Only consider trailing digits to be
  part of the paritition ID. (bsc#1188868) (bsc#1188904)
- Change the logic to determine the partition ID of the root filesystem
  (bsc#1188179)
  + Previously the algorithm depended on the order of the output
  from lsblk using an index to keep track of the known partitions.
  The new implementation is order independent, it depends on the
  partition ID being numerical in nature and at the end of the device
  string.
- Add coverage config.
  Omit version module from coverage check.
- Fix string formatting for flake8 formatting.
- Replace travis testing with GitHub actions.
  Add ci testing workflow action.
- Switch implementation to use Popen for Python 3.4 compatibility (bsc#1165198)
- Bump version: 1.0.2 → 1.0.3
- Fixed unit tests and style
  This clobbers several fixes into one. Sorry about it but I
  started on already made changes done by other people.
  This commit includes several pep8 style fixes mostly on
  the indentation level. In addition it fixes the unit
  tests to really cover all code and to make the exception
  tests really effective.
- Switch to use Popen instead of run
  The run() fuction in the subprocess module was implemented after
  Python 3.4. However, we need to support Python 3.4 for SLES 12
- Bump version: 1.0.1 → 1.0.2
- Package LICENSE file
  The LICENSE file is part of the source repo but was not
  packaged with the rpm package
- Bump version: 1.0.0 → 1.0.1
- Reference entry for maintenance
  Tracker bug for the submission set to: bsc#1154357
- Fixed binary location in service unit file
  rootgrow is installed via the console_scripts entrypoint
  of pythons setuptools. Unfortunately that entrypoint does
  not have an easy way to target a console script to /usr/sbin
  which would be the correct location. As patching the situation
  in setuptools will cause a huge chain of after effects for
  a simple thing I decided to just go with /usr/bin and provide
  this simple one liner patch in the systemd service file
- Bump version: 0.0.2 → 1.0.0
- Name package growpart-rootgrow for compat reasons
  Avoid any change on the image description level. This requires
  the package to be named like the subpackage from the growpart
  build before
- Bump version: 0.0.1 → 0.0.2
- Update spec file requirement list
- Refactor entire code and device handling
  Split code into more readable parts. Make use of
  util linux findmnt, lsblk and friends and stabilize
  the entire code base. Also cover code with unit tests
- Initial project setup
  Created all infrastructure, testing, virtualenv and package
  data files to develop rootgrow as a python project. Also
  adapted the existing code to be flake8 clean. Some more
  restructuring and especially unit testing needs to be done
  prior to the first package build
grub2
- Fix obsolete syslog in systemd unit file and updating to use journal as
  StandardOutput (bsc#1185149)
  * grub2-once.service
- Fix build error on armv6/armv7 (bsc#1184712)
  * 0001-emu-fix-executable-stack-marking.patch
- Fix error grub_file_filters not found in Azure virtual machine (bsc#1182012)
  * 0001-Workaround-volatile-efi-boot-variable.patch
- Fix powerpc-ieee1275 lpar takes long time to boot with increasing number of
  nvme namespace (bsc#1177751)
  0001-ieee1275-Avoiding-many-unecessary-open-close.patch
- Fix chainloading windows on dual boot machine (bsc#1183073)
  * 0001-kern-efi-sb-Add-chainloaded-image-as-shim-s-verifiab.patch
- VUL-0: grub2,shim: implement new SBAT method (bsc#1182057)
  * 0031-util-mkimage-Remove-unused-code-to-add-BSS-section.patch
  * 0032-util-mkimage-Use-grub_host_to_target32-instead-of-gr.patch
  * 0033-util-mkimage-Always-use-grub_host_to_target32-to-ini.patch
  * 0034-util-mkimage-Unify-more-of-the-PE32-and-PE32-header-.patch
  * 0035-util-mkimage-Reorder-PE-optional-header-fields-set-u.patch
  * 0036-util-mkimage-Improve-data_size-value-calculation.patch
  * 0037-util-mkimage-Refactor-section-setup-to-use-a-helper.patch
  * 0038-util-mkimage-Add-an-option-to-import-SBAT-metadata-i.patch
  * 0039-grub-install-common-Add-sbat-option.patch
- Fix CVE-2021-20225 (bsc#1182262)
  * 0022-lib-arg-Block-repeated-short-options-that-require-an.patch
- Fix CVE-2020-27749 (bsc#1179264)
  * 0024-kern-parser-Fix-resource-leak-if-argc-0.patch
  * 0025-kern-parser-Fix-a-memory-leak.patch
  * 0026-kern-parser-Introduce-process_char-helper.patch
  * 0027-kern-parser-Introduce-terminate_arg-helper.patch
  * 0028-kern-parser-Refactor-grub_parser_split_cmdline-clean.patch
  * 0029-kern-buffer-Add-variable-sized-heap-buffer.patch
  * 0030-kern-parser-Fix-a-stack-buffer-overflow.patch
- Fix CVE-2021-20233 (bsc#1182263)
  * 0023-commands-menuentry-Fix-quoting-in-setparams_prefix.patch
- Fix CVE-2020-25647 (bsc#1177883)
  * 0021-usb-Avoid-possible-out-of-bound-accesses-caused-by-m.patch
- Fix CVE-2020-25632 (bsc#1176711)
  * 0020-dl-Only-allow-unloading-modules-that-are-not-depende.patch
- Fix CVE-2020-27779, CVE-2020-14372 (bsc#1179265) (bsc#1175970)
  * 0001-include-grub-i386-linux.h-Include-missing-grub-types.patch
  * 0002-efi-Make-shim_lock-GUID-and-protocol-type-public.patch
  * 0003-efi-Return-grub_efi_status_t-from-grub_efi_get_varia.patch
  * 0004-efi-Add-a-function-to-read-EFI-variables-with-attrib.patch
  * 0005-efi-Add-secure-boot-detection.patch
  * 0006-efi-Only-register-shim_lock-verifier-if-shim_lock-pr.patch
  * 0007-verifiers-Move-verifiers-API-to-kernel-image.patch
  * 0008-efi-Move-the-shim_lock-verifier-to-the-GRUB-core.patch
  * 0009-kern-Add-lockdown-support.patch
  * 0010-kern-lockdown-Set-a-variable-if-the-GRUB-is-locked-d.patch
  * 0011-efi-Lockdown-the-GRUB-when-the-UEFI-Secure-Boot-is-e.patch
  * 0012-efi-Use-grub_is_lockdown-instead-of-hardcoding-a-dis.patch
  * 0013-acpi-Don-t-register-the-acpi-command-when-locked-dow.patch
  * 0014-mmap-Don-t-register-cutmem-and-badram-commands-when-.patch
  * 0015-commands-Restrict-commands-that-can-load-BIOS-or-DT-.patch
  * 0016-commands-setpci-Restrict-setpci-command-when-locked-.patch
  * 0017-commands-hdparm-Restrict-hdparm-command-when-locked-.patch
  * 0018-gdb-Restrict-GDB-access-when-locked-down.patch
  * 0019-loader-xnu-Don-t-allow-loading-extension-and-package.patch
  * 0040-shim_lock-Only-skip-loading-shim_lock-verifier-with-.patch
  * 0041-squash-Add-secureboot-support-on-efi-chainloader.patch
  * 0042-squash-grub2-efi-chainload-harder.patch
  * 0043-squash-Don-t-allow-insmod-when-secure-boot-is-enable.patch
  * 0044-squash-kern-Add-lockdown-support.patch
  * 0045-squash-Add-support-for-Linux-EFI-stub-loading-on-aar.patch
  * 0046-squash-verifiers-Move-verifiers-API-to-kernel-image.patch
- Drop patch supersceded by the new backport
  * 0001-linuxefi-fail-kernel-validation-without-shim-protoco.patch
  * 0001-shim_lock-Disable-GRUB_VERIFY_FLAGS_DEFER_AUTH-if-se.patch
  * 0007-linuxefi-fail-kernel-validation-without-shim-protoco.patch
- Add SBAT metadata section to grub.efi
- Drop shim_lock module as it is part of core of grub.efi
  * grub2.spec
- Fix build error in binutils 2.36 (bsc#1181741)
  * 0001-Fix-build-error-in-binutils-2.36.patch
- Fix executable stack in grub-emu (bsc#1181696)
  * 0001-emu-fix-executable-stack-marking.patch
- Restore compatibilty sym-links
  * grub2.spec
- Use rpmlintrc to filter out rpmlint 2.0 error (bsc#1179044)
  * grub2.rpmlintrc
- Complete Secure Boot support on aarch64 (jsc#SLE-15020)
  * 0001-Add-support-for-Linux-EFI-stub-loading-on-aarch64.patch
  * 0002-arm64-make-sure-fdt-has-address-cells-and-size-cells.patch
  * 0003-Make-grub_error-more-verbose.patch
  * 0004-arm-arm64-loader-Better-memory-allocation-and-error-.patch
  * 0005-Make-linux_arm_kernel_header.hdr_offset-be-at-the-ri.patch
  * 0006-efi-Set-image-base-address-before-jumping-to-the-PE-.patch
  * 0007-linuxefi-fail-kernel-validation-without-shim-protoco.patch
  * 0008-squash-Add-support-for-Linux-EFI-stub-loading-on-aar.patch
  * 0009-squash-Add-support-for-linuxefi.patch
- Fix rpmlint 2.0 error for having arch specific path in noarch package aiming
  for compatibility with old package (bsc#1179044)
  * grub2.spec
- Fix non POSIX sed argument which failed in sed from busybox (bsc#1181091)
  * grub2-check-default.sh
- Fix boot failure in blocklist installation (bsc#1178278)
  * Modified 0002-grub-install-Avoid-incompleted-install-on-i386-pc.patch
- Fix grub2-install error with "/failed to get canonical path of
  `/boot/grub2/i386-pc'."/ (bsc#1177957)
  * Modified 0002-grub-install-Avoid-incompleted-install-on-i386-pc.patch
- Fix https boot interrupted by unrecognised network address error message
  (bsc#1172952)
  * 0001-add-support-for-UEFI-network-protocols.patch
- grub2.spec: Fix bare words used as string in expression which is no longer
  allowed in rpm 4.16
- Improve the error handling when grub2-install fails with short mbr gap
  (bsc#1176062)
  * 0001-Warn-if-MBR-gap-is-small-and-user-uses-advanced-modu.patch
  * 0002-grub-install-Avoid-incompleted-install-on-i386-pc.patch
- Make efi hand off the default entry point of the linux command (bsc#1176134)
  * 0001-efi-linux-provide-linux-command.patch
- Fix verification requested but nobody cares error when loading external
  module in secure boot off (bsc#1175766)
  * 0001-shim_lock-Disable-GRUB_VERIFY_FLAGS_DEFER_AUTH-if-se.patch
- Make consistent check to enable relative path on btrfs (bsc#1174567)
  * 0001-Unify-the-check-to-enable-btrfs-relative-path.patch
- Add fibre channel device's ofpath support to grub-ofpathname and search hint
  to speed up root device discovery (bsc#1172745)
  * 0001-ieee1275-powerpc-implements-fibre-channel-discovery-.patch
  * 0002-ieee1275-powerpc-enables-device-mapper-discovery.patch
- Fix for CVE-2020-15705 (bsc#1174421)
  * 0001-linuxefi-fail-kernel-validation-without-shim-protoco.patch
  * 0002-cmdline-Provide-cmdline-functions-as-module.patch
- Make grub-calloc inline to avoid symbol not found error as the system may not
  use updated grub to boot the system (bsc#1174782) (bsc#1175060) (bsc#1175036)
  * 0001-kern-mm.c-Make-grub_calloc-inline.patch
- Fix for CVE-2020-10713 (bsc#1168994)
  * 0001-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch
- Fix for CVE-2020-14308 CVE-2020-14309, CVE-2020-14310, CVE-2020-14311
  (bsc#1173812)
  * 0002-safemath-Add-some-arithmetic-primitives-that-check-f.patch
  * 0003-calloc-Make-sure-we-always-have-an-overflow-checking.patch
  * 0004-calloc-Use-calloc-at-most-places.patch
  * 0005-malloc-Use-overflow-checking-primitives-where-we-do-.patch
  * 0006-iso9660-Don-t-leak-memory-on-realloc-failures.patch
  * 0007-font-Do-not-load-more-than-one-NAME-section.patch
- Fix CVE-2020-15706 (bsc#1174463)
  * 0008-script-Remove-unused-fields-from-grub_script_functio.patch
  * 0009-script-Avoid-a-use-after-free-when-redefining-a-func.patch
- Fix CVE-2020-15707 (bsc#1174570)
  * 0010-linux-Fix-integer-overflows-in-initrd-size-handling.patch
- Use overflow checking primitives where the arithmetic expression for buffer
  allocations may include unvalidated data
- Use grub_calloc for overflow check and return NULL when it would occur
  * 0001-add-support-for-UEFI-network-protocols.patch
  * 0003-bootp-New-net_bootp6-command.patch
  * grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
  * grub2-btrfs-09-get-default-subvolume.patch
  * grub2-gfxmenu-support-scrolling-menu-entry-s-text.patch
  * grub2-grubenv-in-btrfs-header.patch
- No 95_textmode for PowerPC (boo#1174166)
- Skip zfcpdump kernel from the grub boot menu (bsc#1166513)
  * grub2-s390x-skip-zfcpdump-image.patch
- Fix boot failure as journaled data not get drained due to abrupt power
  off after grub-install (bsc#1167756)
  * grub-install-force-journal-draining-to-ensure-data-i.patch
- Fix executable stack in grub-probe and other grub utility (bsc#1169137)
  * grub2-btrfs-06-subvol-mount.patch
- Fix GCC 10 build fail (bsc#1158189)
  * 0001-mdraid1x_linux-Fix-gcc10-error-Werror-array-bounds.patch
  * 0002-zfs-Fix-gcc10-error-Werror-zero-length-bounds.patch
- Backport to support searching for specific config files for netboot
  (bsc#1166409)
  * 0001-normal-Move-common-datetime-functions-out-of-the-nor.patch
  * 0002-kern-Add-X-option-to-printf-functions.patch
  * 0003-normal-main-Search-for-specific-config-files-for-net.patch
  * 0004-datetime-Enable-the-datetime-module-for-the-emu-plat.patch
- move *.module files to separate -debug subpackage (boo#1166578)
- Fix EFI console detection to make it a runtime decision (bsc#1164385)
  * grub2-SUSE-Add-the-t-hotkey.patch
- Downgrade mtools to Suggests for consistency with xorriso (boo#1165839)
- remove info requirements, file triggers are used now (boo#1152105)
- Add secure boot support for s390x.  (jsc#SLE-9425)
  * grub2-s390x-11-secureboot.patch
- Fix grub hangs after loading rogue image without valid signature for uefi
  secure boot (bsc#1159102)
  * grub2-verifiers-fix-system-freeze-if-verify-failed.patch
- From Stefan Seyfried <seife@novell.slipkontur.de> : Fix grub2-install fails
  with "/not a directory"/ error (boo#1161641, bsc#1162403)
  * grub2-install-fix-not-a-directory-error.patch
- Correct awk pattern in 20_linux_xen (bsc#900418, bsc#1157912)
- Correct linux and initrd handling in 20_linux_xen (bsc#1157912)
  M grub2-efi-xen-cfg-unquote.patch
  M grub2-efi-xen-chainload.patch
  M grub2-efi-xen-cmdline.patch
  M grub2-efi-xen-removable.patch
- Disable btrfs zstd support for i386-pc to workaround core.img too large to be
  embedded in btrfs bootloader area or MBR gap (boo#1154809)
  * 0001-btrfs-disable-zstd-support-for-i386-pc.patch
- Fix grub2.sleep to load old kernel after hibernation (boo#1154783)
- Enable support for riscv64
- Backports from upstream:
  * risc-v-fix-computation-of-pc-relative-relocation-offset.patch
  * risc-v-add-clzdi2-symbol.patch
  * grub-install-define-default-platform-for-risc-v.patch
- Version bump to 2.04
  * removed
  - translations-20170427.tar.xz
  * grub2.spec
  - Make signed grub-tpm.efi specific to x86_64-efi build, the platform
    currently shipped with tpm module from upstream codebase
  - Add shim_lock to signed grub.efi in x86_64-efi build
  - x86_64: linuxefi now depends on linux, both will verify kernel via
    shim_lock
  - Remove translation tarball and po file hacks as it's been included in
    upstream tarball
  * rediff
  - grub2-setup-try-fs-embed-if-mbr-gap-too-small.patch
  - grub2-commands-introduce-read_file-subcommand.patch
  - grub2-secureboot-add-linuxefi.patch
  - 0001-add-support-for-UEFI-network-protocols.patch
  - grub2-efi-HP-workaround.patch
  - grub2-secureboot-install-signed-grub.patch
  - grub2-linux.patch
  - use-grub2-as-a-package-name.patch
  - grub2-pass-corret-root-for-nfsroot.patch
  - grub2-secureboot-use-linuxefi-on-uefi.patch
  - grub2-secureboot-no-insmod-on-sb.patch
  - grub2-secureboot-provide-linuxefi-config.patch
  - grub2-secureboot-chainloader.patch
  - grub2-s390x-01-Changes-made-and-files-added-in-order-to-allow-s390x.patch
  - grub2-s390x-02-kexec-module-added-to-emu.patch
  - grub2-s390x-04-grub2-install.patch
  - grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
  - grub2-efi-chainloader-root.patch
  - grub2-ppc64le-disable-video.patch
  - grub2-ppc64-cas-reboot-support.patch
  - grub2-Fix-incorrect-netmask-on-ppc64.patch
  - 0003-bootp-New-net_bootp6-command.patch
  - 0006-bootp-Add-processing-DHCPACK-packet-from-HTTP-Boot.patch
  - 0012-tpm-Build-tpm-as-module.patch
  - grub2-emu-4-all.patch
  - grub2-btrfs-09-get-default-subvolume.patch
  - grub2-ppc64le-memory-map.patch
  - grub2-ppc64-cas-fix-double-free.patch
  - 0008-efinet-Setting-DNS-server-from-UEFI-protocol.patch
  * drop upstream patches
  - grub2-fix-locale-en.mo.gz-not-found-error-message.patch
  - grub2-fix-build-with-flex-2.6.4.patch
  - grub2-accept-empty-module.patch
  - 0001-Fix-packed-not-aligned-error-on-GCC-8.patch
  - 0001-Fix-PCIe-LER-when-GRUB2-accesses-non-enabled-MMIO-da.patch
  - unix-exec-avoid-atexit-handlers-when-child-exits.patch
  - 0001-xfs-Accept-filesystem-with-sparse-inodes.patch
  - grub2-binutils2.31.patch
  - grub2-msdos-fix-overflow.patch
  - 0001-tsc-Change-default-tsc-calibration-method-to-pmtimer.patch
  - grub2-efi-Move-grub_reboot-into-kernel.patch
  - grub2-efi-Free-malloc-regions-on-exit.patch
  - grub2-move-initrd-upper.patch
  - 0002-Add-Virtual-LAN-support.patch
  - 0001-ofnet-Initialize-structs-in-bootpath-parser.patch
  - 0001-misc-fix-invalid-character-recongition-in-strto-l.patch
  - 0001-tpm-Core-TPM-support.patch
  - 0002-tpm-Measure-kernel-initrd.patch
  - 0003-tpm-Add-BIOS-boot-measurement.patch
  - 0004-tpm-Rework-linux-command.patch
  - 0005-tpm-Rework-linux16-command.patch
  - 0006-tpm-Measure-kernel-and-initrd-on-BIOS-systems.patch
  - 0007-tpm-Measure-the-kernel-commandline.patch
  - 0008-tpm-Measure-commands.patch
  - 0009-tpm-Measure-multiboot-images-and-modules.patch
  - 0010-tpm-Fix-boot-when-there-s-no-TPM.patch
  - 0011-tpm-Fix-build-error.patch
  - 0013-tpm-i386-pc-diskboot-img.patch
  - grub2-freetype-pkgconfig.patch
  - 0001-cpio-Disable-gcc9-Waddress-of-packed-member.patch
  - 0002-jfs-Disable-gcc9-Waddress-of-packed-member.patch
  - 0003-hfs-Fix-gcc9-error-Waddress-of-packed-member.patch
  - 0004-hfsplus-Fix-gcc9-error-with-Waddress-of-packed-membe.patch
  - 0005-acpi-Fix-gcc9-error-Waddress-of-packed-member.patch
  - 0006-usbtest-Disable-gcc9-Waddress-of-packed-member.patch
  - 0007-chainloader-Fix-gcc9-error-Waddress-of-packed-member.patch
  - 0008-efi-Fix-gcc9-error-Waddress-of-packed-member.patch
- Consistently find btrfs snapshots on s390x.  (bsc#1136970)
  * grub2-s390x-04-grub2-install.patch
- Fix fallback embed doesn't work when no post mbr gap at all (boo#1142229)
  * Refresh grub2-setup-try-fs-embed-if-mbr-gap-too-small.patch
- Revert grub2-ieee1275-FCP-methods-for-WWPN-and-LUNs.patch until merged by
  upstream (bsc#1134287, bsc#1139345, LTC#177836, LTC#174229).
- Fix iteration of FCP LUNs (bsc#1134287, bsc#1139345, LTC#177836, LTC#174229).
  * Refresh grub2-ieee1275-FCP-methods-for-WWPN-and-LUNs.patch
- Use grub2-install to handle signed grub installation for UEFI secure
  boot and also provide options to override default (bsc#1136601)
  * grub2-secureboot-install-signed-grub.patch
- Remove arm64 linuxefi patches as it's not needed for secure boot
  * 0001-efi-refactor-grub_efi_allocate_pages.patch
  * 0002-Remove-grub_efi_allocate_pages.patch
  * 0003-arm64-efi-move-EFI_PAGE-definitions-to-efi-memory.h.patch
  * 0004-efi-Add-central-copy-of-grub_efi_find_mmap_size.patch
  * 0005-efi-Add-grub_efi_get_ram_base-function-for-arm64.patch
  * 0006-Add-support-for-EFI-handover-on-ARM64.patch
- Avoid high resolution when trying to keep current mode (bsc#1133842)
  * grub2-video-limit-the-resolution-for-fixed-bimap-font.patch
- Make GRUB_SAVEDEFAULT working with btrfs (bsc#1128592)
  * grub2-grubenv-in-btrfs-header.patch
- Check/refresh zipl-kernel before hibernate on s390x.  (bsc#940457)
  (Getting rid of hardcoded 'vmlinuz', which failed on PPC as well.)
  * grub2-systemd-sleep.sh
- Try to refresh zipl-kernel on failed kexec.  (bsc#1127293)
  * grub2-s390x-04-grub2-install.patch
- Fully support "/previous"/ zipl-kernel,
  with 'mem=1G' being available on dedicated entries.  (bsc#928131)
  * grub2-s390x-09-improve-zipl-setup.patch
- Refresh
  * grub2-zipl-setup-fix-btrfs-multipledev.patch
- Fix GCC 9 build failure (bsc#1121208)
  * 0001-cpio-Disable-gcc9-Waddress-of-packed-member.patch
  * 0002-jfs-Disable-gcc9-Waddress-of-packed-member.patch
  * 0003-hfs-Fix-gcc9-error-Waddress-of-packed-member.patch
  * 0004-hfsplus-Fix-gcc9-error-with-Waddress-of-packed-membe.patch
  * 0005-acpi-Fix-gcc9-error-Waddress-of-packed-member.patch
  * 0006-usbtest-Disable-gcc9-Waddress-of-packed-member.patch
  * 0007-chainloader-Fix-gcc9-error-Waddress-of-packed-member.patch
  * 0008-efi-Fix-gcc9-error-Waddress-of-packed-member.patch
- Use %doc for older products for compatibility, or may end up with
  unsuccessful build result
  * grub2.spec
- Revert grub2-ieee1275-open-raw-mode.patch for regression of crashing lvm on
  multipath SAN (bsc#1113702)
  * deleted grub2-ieee1275-open-raw-mode.patch
- Add exception handling to FCP lun enumeration (bsc#1113702)
  * grub2-ieee1275-FCP-methods-for-WWPN-and-LUNs.patch
- Fix LOADER_TYPE parsing in grub2-once (boo#1122569)
- Create compatibility sym-link of grub.xen in the old location to which
  old VM definition is pointing (bsc#1123942)
- Add patch to fix ARM boot, when kernel become too big:
  * grub2-move-initrd-upper.patch (boo#1123350)
- Replace old $RPM_* shell vars.
- Support long menu entry by scrolling its text left and right through
  the key stroke ctrl+l and ctrl+r (FATE#325760)
  * grub2-gfxmenu-support-scrolling-menu-entry-s-text.patch
- Improved hiDPI device support (FATE#326680)
  * grub2-video-limit-the-resolution-for-fixed-bimap-font.patch
- Build platform-packages 'noarch' and move to '/usr/share/efi'
  for SUSE Manager.  (FATE#326960)
  * grub2-efi-xen-chainload.patch (bsc#1122563)
  * grub2-efi-xen-removable.patch (refresh)
- Support for UEFI Secure Boot on AArch64 (FATE#326541)
  * 0001-efi-refactor-grub_efi_allocate_pages.patch
  * 0002-Remove-grub_efi_allocate_pages.patch
  * 0003-arm64-efi-move-EFI_PAGE-definitions-to-efi-memory.h.patch
  * 0004-efi-Add-central-copy-of-grub_efi_find_mmap_size.patch
  * 0005-efi-Add-grub_efi_get_ram_base-function-for-arm64.patch
  * 0006-Add-support-for-EFI-handover-on-ARM64.patch
- Change default tsc calibration method to pmtimer on EFI (bsc#1114754)
  * 0001-tsc-Change-default-tsc-calibration-method-to-pmtimer.patch
- ieee1275: Fix double free in CAS reboot (bsc#1111955)
  * grub2-ppc64-cas-fix-double-free.patch
- Support NVDIMM device names (bsc#1110073)
  * grub2-getroot-support-nvdimm.patch
- Translate caret back to space as the initrd stanza could use space to
  delimit multiple files loaded (bsc#1101942)
  * grub2-util-30_os-prober-multiple-initrd.patch
- ieee1275: implement FCP methods for WWPN and LUNs (bsc#1093145)
  * grub2-ieee1275-FCP-methods-for-WWPN-and-LUNs.patch
- Fix broken network interface with random address and same name (bsc#1084508)
  * 0001-ofnet-Initialize-structs-in-bootpath-parser.patch
- Fix outputting invalid btrfs subvol path on non btrfs filesystem due to bogus
  return code handling. (bsc#1106381)
  * modified grub2-btrfs-10-config-directory.patch
- Fix overflow in sector count calculation (bsc#1105163)
  * grub2-msdos-fix-overflow.patch
- Downgrade libburnia-tools to suggest as minimal system can't afford pulling
  in tcl/tk and half of the x11 stack (bsc#1102515)
  * modified grub2.spec
- Add grub2-binutils2.31.patch: x86-64: Treat R_X86_64_PLT32 as
  R_X86_64_PC32. Starting from binutils commit bd7ab16b x86-64
  assembler generates R_X86_64_PLT32, instead of R_X86_64_PC32, for
  32-bit PC-relative branches.  Grub2 should treat R_X86_64_PLT32
  as R_X86_64_PC32.
- The grubxenarch packages are now architecture-independent.
  [bsc#953297, grub2.spec, grub2-rpmlintrc]
- Fix config_directory on btrfs to follow path scheme (bsc#1063443)
  * grub2-btrfs-10-config-directory.patch
- Fix grub2-install --root-directory does not work for /boot/grub2/<arch> on
  separate btrfs subvolume (boo#1098420)
  * grub2-btrfs-06-subvol-mount.patch
- Fix setparams doesn't work as expected from boot-last-label NVRAM var, after
  inital CAS reboot on ieee1275 (bsc#1088830)
  * grub2-ppc64-cas-new-scope.patch
- Fix install on xfs error (bsc#1101283)
  * 0001-xfs-Accept-filesystem-with-sparse-inodes.patch
- grub2.spec: change %config to %config(noreplace)
  Don't overwrite user changes to config files on upgrades.
- Marked %{_sysconfdir}/grub.d/40_custom as (noreplace)
  [bsc#1079332, grub2.spec]
- Replace "/GRUB_DISABLE_LINUX_RECOVERY"/ by "/GRUB_DISABLE_RECOVERY"/
  in /etc/default/grub and remove test from s390x install
  section in upec file.
  [bsc#1042433, grub.default, grub2.spec]
- Added "/# needssslcertforbuild"/, which got lost somewhere,
  to spec file
  [grub2.spec]
- Replace confusing menu on btrfs "/snapper rollback"/ by help text.
  [bsc#1027588, grub2-btrfs-help-on-snapper-rollback.patch]
- Use %license instead of %doc [bsc#1082318]
- grub2-emu on s390 keep network during kexec boot (bsc#1089493)
  * grub2-s390x-10-keep-network-at-kexec.patch
- Add grub2-freetype-pkgconfig.patch to fix build with new freetype
  use pkgconfig to find Freetype libraries.
- Fallback to raw mode if Open Firmware returns invalid ihandler (bsc#1071559)
  * grub2-ieee1275-open-raw-mode.patch
- Fix error of essential directory not found on UEFI Xen host (bsc#1085842)
  * add grub2-efi-xen-removable.patch
  * rediff grub2-suse-remove-linux-root-param.patch
- Fix corruption of "/grub2-install --help"/ and grub2-install manual
  page (bsc#1086670)
  * unix-exec-avoid-atexit-handlers-when-child-exits.patch
- Fix Nvidia GPU in legacy I/O slot 2 disappears during system
  startup (bsc#1082914)
  * 0001-Fix-PCIe-LER-when-GRUB2-accesses-non-enabled-MMIO-da.patch
- Fix packed-not-aligned error on GCC 8 (bsc#1084632)
  * 0001-Fix-packed-not-aligned-error-on-GCC-8.patch
- Fix incorrect netmask on ppc64 (bsc#1085419)
  * grub2-Fix-incorrect-netmask-on-ppc64.patch
- Fix UEFI HTTPS Boot from ISO installation image (bsc#1076132)
  * 0001-add-support-for-UEFI-network-protocols.patch
- fix wrong command output when default subvolume is toplevel tree with
  id 5 (bsc#1078775)
  * grub2-btrfs-09-get-default-subvolume.patch
- insert mdraid modules to support software RAID (bsc#1078775)
  * grub2-xen-pv-firmware.cfg
- Rename grub2-btrfs-workaround-grub2-once.patch to
  grub2-grubenv-in-btrfs-header.patch
- Store GRUB environment variable health_checker_flag in Btrfs header
- Fix incorrect check preventing the script from running (bsc#1078481)
  * 80_suse_btrfs_snapshot
- Fix disappeared snapshot menu entry (bsc#1078481)
  * 80_suse_btrfs_snapshot
- Fix unquoted string error and add some more checks (bsc#1079330)
  * grub2-check-default.sh
- The %prep section applies patches, the %build section builds.
  Remove mixup of patching and building from %prep for quilt setup
  Related to bsc#1065703
- Check if default entry need to be corrected for updated distributor version
  and/or use fallback entry if default kernel entry removed (bsc#1065349)
  * grub2-check-default.sh
  * grub2-mkconfig-default-entry-correction.patch
- Fix grub2-mkconfig warning when disk is LVM PV (bsc#1071239)
  * grub2-getroot-scan-disk-pv.patch
-  Filter out autofs and securityfs from /proc/self/mountinfo to speed
  up nfsroot test in large number of autofs mounts (bsc#1069094)
  * modified grub2-pass-corret-root-for-nfsroot.patch
- Fix http(s) boot security review (bsc#1058090)
  * 0002-AUDIT-0-http-boot-tracker-bug.patch
- 0001-add-support-for-UEFI-network-protocols.patch:
  * Workaround http data access in firmware
  * Fix DNS device path parsing for efinet device
  * Relaxed UEFI Protocol requirement
  * Support Intel OPA (Omni-Path Architecture) PXE Boot (bsc#1015589)
- grub2-xen-pv-firmware.cfg: remove linemode=1 from cmdline for
  SUSE installer. openQA expects ncurses interface. (bsc#1066919)
- use python3 for autogen.sh (fate#323526)
- Do not check that PReP partition does not contain an ELF during installation
  (bsc#1065738).
  * grub2-install-remove-useless-check-PReP-partition-is-empty.patch
- Build diskboot_tpm.img as separate image to diskboot.img to prevent failure
  in booting on some bogus firmware. To use the TPM image you have to use
  suse-enable-tpm option of grub2-install (bsc#1052401)
  * 0013-tpm-i386-pc-diskboot-img.patch
- Use /boot/<arch>/loader/linux to determine if install media
  is SUSE instead of /contents file (bsc#1054453)
- Use the pvops-enabled default kernel if the traditional xen
  pv kernel and initrd are not found (bsc#1054453)
- Fix reboot in UEFI environments (bsc#1047331)
  * Add grub2-efi-Move-grub_reboot-into-kernel.patch
  * Refresh grub2-efi-Free-malloc-regions-on-exit.patch
- Add preliminary patch for UEFI HTTPS and related network protocol support
  (fate#320130)
  * 0001-add-support-for-UEFI-network-protocols.patch
- grub2-s390x-04-grub2-install.patch : remove arybase dependency in
  grub2-zipl-setup by not referencing to $[ (bsc#1055280)
- Fix minor oversights in and the exit value of the grub2-install
  helper on s390x.  (bsc#1055343, fate#323298)
  * grub2-s390x-09-improve-zipl-setup.patch
- Make grub2.info build reproducible (boo#1047218)
- add grub2-fix-build-with-flex-2.6.4.patch - fix build with flex 2.6.4+
  that removed explicit (void) cast from fprintf call in yy_fatal_error.
- Support LVM physical volume created without metadatacopies (bsc#1027526)
  * grub2-diskfilter-support-pv-without-metadatacopies.patch
- Fix page fault exception when grub loads with Nvidia cards (bsc#1038533)
  * grub2-efi-uga-64bit-fb.patch
- Require 'kexec-tools' for System z. (bsc#944358)
  * modified grub2.spec
- grub2-xen-pv-firmware.cfg: insmod lvm module as it's not auto-loaded
  to support booting from lvm volume (bsc#1004324)
- Grub not working correctly with xen and btrfs snapshots (bsc#1026511)
  * Add grub2-btrfs-09-get-default-subvolume.patch
  * grub2-xen-pv-firmware.cfg : search path in default subvolume
- new upstream version 2.02
  * rediff
  - use-grub2-as-a-package-name.patch
  * drop upstream patches
  - grub2-fix-uninitialized-variable-in-btrfs-with-GCC7.patch
  - grub2-add-FALLTHROUGH-annotations.patch
- update translations
- update grub2-btrfs-workaround-grub2-once.patch to also store saved_entry
  in additional environment block (boo#1031025)
- fix building with GCC (bsc#1030247)
  * add grub2-fix-uninitialized-variable-in-btrfs-with-GCC7.patch
  * grub2-add-FALLTHROUGH-annotations.patch
- Fix out of memory error on lvm detection (bsc#1016536) (bsc#1027401)
  * grub2-lvm-allocate-metadata-buffer-from-raw-contents.patch
- Fix boot failure if /boot is separate btrfs partition (bsc#1023160)
  * grub2-btrfs-06-subvol-mount.patch
- 0004-tpm-Rework-linux-command.patch : Fix out of bound memory copy
  (bsc#1029187)
- new upstream version 2.02~rc2
  * rediff
  - use-grub2-as-a-package-name.patch
  - grub2-linguas.sh-no-rsync.patch
  * drop upstream patches
  - 0001-efi-strip-off-final-NULL-from-File-Path-in-grub_efi_.patch
- TPM Support (FATE#315831)
  * 0001-tpm-Core-TPM-support.patch
  * 0002-tpm-Measure-kernel-initrd.patch
  * 0003-tpm-Add-BIOS-boot-measurement.patch
  * 0004-tpm-Rework-linux-command.patch
  * 0005-tpm-Rework-linux16-command.patch
  * 0006-tpm-Measure-kernel-and-initrd-on-BIOS-systems.patch
  * 0007-tpm-Measure-the-kernel-commandline.patch
  * 0008-tpm-Measure-commands.patch
  * 0009-tpm-Measure-multiboot-images-and-modules.patch
  * 0010-tpm-Fix-boot-when-there-s-no-TPM.patch
  * 0011-tpm-Fix-build-error.patch
  * 0012-tpm-Build-tpm-as-module.patch
- grub2.spec : Add grub-tpm.efi for Secure Boot
- Fix invalid Xen EFI config files if xen_args include GRUB2 quoting
  (bsc#900418) (bsc#951748)
  * grub2-efi-xen-cfg-unquote.patch
- Fix linuxefi erroneously initialize linux's boot_params with non-zero
  values. (bsc#1025563)
  * grub2-linuxefi-fix-boot-params.patch
- Removed grub2-fix-multi-device-root-kernel-argument.patch as it has
  regression on how GRUB_DISABLE_LINUX_UUID=true interpreted (bsc#1015138)
- Fix for openQA UEFI USB Boot failure with upstream patch (bsc#1026344)
  * added 0001-efi-strip-off-final-NULL-from-File-Path-in-grub_efi_.patch
  * removed 0001-Revert-efi-properly-terminate-filepath-with-NULL-in-.patch
- Temporary fix for openQA UEFI USB Boot failure (bsc#1026344)
  * 0001-Revert-efi-properly-terminate-filepath-with-NULL-in-.patch
- grub2.spec: fix s390x file list.
- require efibootmgr in efi package (boo#1025520)
- Merge changes from SLE12
- add grub2-emu-4-all.patch
  * Build 'grub2-emu' wherever possible, to allow a better
    implementation of that feature.
- add grub2-s390x-06-loadparm.patch,
- add grub2-commands-introduce-read_file-subcommand.patch:
  * allow s390x to telecontrol grub2.  (bsc#891946, bsc#892852)
- add grub2-s390x-06-loadparm.patch:
  * ignore case and fix transliteration of parameter.  (bsc#891946)
- add grub2-s390x-07-add-image-param-for-zipl-setup.patch
  * Add --image switch to force zipl update to specific kernel
    (bsc#928131)
- add grub2-s390x-08-workaround-part-to-disk.patch
  * Ignore partition tables on s390x. (bsc#935127)
- add grub2-efi-chainload-harder.patch:
  * allow XEN to be chain-loaded despite firmware flaws.  (bnc#887793)
  * Do not use shim lock protocol for reading pe header, it won't be
  available when secure boot disabled (bsc#943380)
  * Make firmware flaw condition be more precisely detected and add
  debug message for the case
  * Check msdos header to find PE file header (bsc#954126)
- grub2-s390x-04-grub2-install.patch:
  * streamline boot to grub menu.  (bsc#898198)
  * Force '/usr' to read-only before calling kexec. (bsc#932951)
- grub2-once:
  * add '--enum' option to enumerate boot-entries in a way
    actually understood by 'grub2'.  (bsc#892852, bsc#892811)
  * Examine variables from grub environment in 'grub2-once'. (fate#319632)
- new upstream version 2.02~rc1
  * rediff
  - use-grub2-as-a-package-name.patch
  - grub2-s390x-04-grub2-install.patch
  - grub2-accept-empty-module.patch
  - grub2-btrfs-04-grub2-install.patch
  - grub2-btrfs-06-subvol-mount.patch
  * drop upstream patches
  - 0001-dns-fix-buffer-overflow-for-data-addresses-in-recv_h.patch
  - 0001-build-Use-AC_HEADER_MAJOR-to-find-device-macros.patch
  - 0002-configure-fix-check-for-sys-sysmacros.h-under-glibc-.patch
  - 0001-Fix-fwpath-in-efi-netboot.patch
  - 0001-arm64-Move-firmware-fdt-search-into-global-function.patch
  - 0002-arm-efi-Use-fdt-from-firmware-when-available.patch
  - grub2-arm64-mknetdir-add-suport-for-arm64-efi.patch
  - 0001-10_linux-Fix-grouping-of-tests-for-GRUB_DEVICE.patch
  - 0002-20_linux_xen-fix-test-for-GRUB_DEVICE.patch
  - 0001-xen-make-xen-loader-callable-multiple-times.patch
  - 0002-xen-avoid-memleaks-on-error.patch
  - 0003-xen-reduce-number-of-global-variables-in-xen-loader.patch
  - 0004-xen-add-elfnote.h-to-avoid-using-numbers-instead-of-.patch
  - 0005-xen-synchronize-xen-header.patch
  - 0006-xen-factor-out-p2m-list-allocation-into-separate-fun.patch
  - 0007-xen-factor-out-allocation-of-special-pages-into-sepa.patch
  - 0008-xen-factor-out-allocation-of-page-tables-into-separa.patch
  - 0009-xen-add-capability-to-load-initrd-outside-of-initial.patch
  - 0010-xen-modify-page-table-construction.patch
  - 0011-xen-add-capability-to-load-p2m-list-outside-of-kerne.patch
  * add
  - fix-grub2-use-stat-instead-of-udevadm-for-partition-lookup-with-new-glibc.patch
    fix compilation with new glibc
- Fix build error on glibc-2.25
  * 0001-build-Use-AC_HEADER_MAJOR-to-find-device-macros.patch
  * 0002-configure-fix-check-for-sys-sysmacros.h-under-glibc-.patch
- Fix fwpath in efi netboot (fate#321993) (bsc#1022294)
  * 0001-Fix-fwpath-in-efi-netboot.patch
- grub2-systemd-sleep.sh: Fix prematurely abort by commands error return code
  and skip the offending menu entry (bsc#1022880)
- Add support for BLT only EFI GOP adapters (FATE#322332)
  * grub2-efi-gop-add-blt.patch
- info-dir-entry.patch: Update info dir entry to follow renaming to grub2
- Add serial module to efi image.
  Serial terminal is still useful even with EFI Secure Boot
- Support %posttrans with marcos provided by update-bootloader-rpm-macros
  package (bsc#997317)
- Remove outdated README.openSUSE (bsc#907693)
- 20_memtest86+: avoid adding memtest86+ to the list with UEFI
  booting.
- Fix new line character in distributor (bsc#1007212)
  * modified grub2-default-distributor.patch
- From Juergen Gross <jgross@suse.com>: grub-xen: support booting huge
  pv-domains (bsc#1004398) (bsc#899465)
  * 0001-xen-make-xen-loader-callable-multiple-times.patch
  * 0002-xen-avoid-memleaks-on-error.patch
  * 0003-xen-reduce-number-of-global-variables-in-xen-loader.patch
  * 0004-xen-add-elfnote.h-to-avoid-using-numbers-instead-of-.patch
  * 0005-xen-synchronize-xen-header.patch
  * 0006-xen-factor-out-p2m-list-allocation-into-separate-fun.patch
  * 0007-xen-factor-out-allocation-of-special-pages-into-sepa.patch
  * 0008-xen-factor-out-allocation-of-page-tables-into-separa.patch
  * 0009-xen-add-capability-to-load-initrd-outside-of-initial.patch
  * 0010-xen-modify-page-table-construction.patch
  * 0011-xen-add-capability-to-load-p2m-list-outside-of-kerne.patch
- add support for netboot on arm64-efi platforms (bsc#998097)
  * grub2-arm64-mknetdir-add-suport-for-arm64-efi.patch
- use $PRETTY_NAME instead of $NAME $VERSION for $GRUB_DISTRIBUTOR
  in openSUSE Tumbleweed (bsc#995549)
  * modified grub2-default-distributor.patch
- grub2.spec: add http module to grub.efi (fate#320129)
- binutils 2.27 creates empty modules without a symtab.
  Add patch grub2-accept-empty-module.patch to not reject them.
- since version 1.7 cryptsetup defaults to SHA256 for LUKS - include
  gcry_sha256 in signed EFI image
- Workaround default entry in snapshot menu (bsc#956046)
  * grub2-btrfs-08-workaround-snapshot-menu-default-entry.patch
- grub2.spec: Add true command to grub.efi (bsc#993274)
- grub.default: Empty GRUB_CMDLINE_LINUX_DEFAULT, the value will be fully
  taken from YaST settings. (bsc#989803)
- Add patches from Roberto Sassu <rsassu@suse.de>
- Fix grub2-10_linux-avoid-multi-device-root-kernel-argument.patch,
  device path is not tested if GRUB_DISABLE_LINUX_UUID="/true"/
  - added grub2-fix-multi-device-root-kernel-argument.patch
  (bsc#960776)
- grub2-zipl-setup: avoid multi-device root= kernel argument
  * added grub2-zipl-setup-fix-btrfs-multipledev.patch
  (bsc#960776)
- Add SUSE_REMOVE_LINUX_ROOT_PARAM configuration option
  to /etc/default/grub, to remove root= and rootflags= from the
  kernel command line in /boot/grub2/grub.cfg and /boot/zipl/config
  - added grub2-suse-remove-linux-root-param.patch
  (bsc#962585)
- Support HTTP Boot IPv4 and IPv6 (fate#320129)
  * 0001-misc-fix-invalid-character-recongition-in-strto-l.patch
  * 0002-net-read-bracketed-ipv6-addrs-and-port-numbers.patch
  * 0003-bootp-New-net_bootp6-command.patch
  * 0004-efinet-UEFI-IPv6-PXE-support.patch
  * 0005-grub.texi-Add-net_bootp6-doument.patch
  * 0006-bootp-Add-processing-DHCPACK-packet-from-HTTP-Boot.patch
  * 0007-efinet-Setting-network-from-UEFI-device-path.patch
  * 0008-efinet-Setting-DNS-server-from-UEFI-protocol.patch
- Fix heap corruption after dns lookup
  * 0001-dns-fix-buffer-overflow-for-data-addresses-in-recv_h.patch
- fix filelist for s390x
- Fix grub2-editenv error on encrypted lvm installation (bsc#981621)
  * modified grub2-btrfs-workaround-grub2-once.patch
- Add missing closing bracket in 'grub2-snapper-plugin.sh'.
- Fix snapshot booting on s390x (bsc#955115)
  * modified grub2-snapper-plugin.sh
- Fallback to old subvol name scheme to support old snapshot config
  (bsc#953538)
  * added grub2-btrfs-07-subvol-fallback.patch
- update grub2-once with patch from Björn Voigt - skip comments in
  /etc/sysconfig/bootloader (boo#963610)
- Make sure all systemd unit files are passed to %service_ macros.
- Add patch to free memory on exit in efi environments (bsc#980739)
  * grub2-efi-Free-malloc-regions-on-exit.patch
- Remove xen-devel from BuildRequires
  required headers are included in grub-2.0.2
- Add support for "/t"/ hotkey to switch to text mode (bsc#976836)
  * added grub2-SUSE-Add-the-t-hotkey.patch
- Add support for hidden menu entries (bsc#976836)
  * added grub2-Add-hidden-menu-entries.patch
- Correct show user defined comments in menu for snapshots (bsc#956698)
  * modified grub2-snapper-plugin.sh
- Fix GRUB_DISABLE_LINUX_UUID to be ignore and also fallback kernel device
  won't be used if fs uuid not detected (bsc#971867)
  * added 0001-10_linux-Fix-grouping-of-tests-for-GRUB_DEVICE.patch
  * added 0002-20_linux_xen-fix-test-for-GRUB_DEVICE.patch
- new upstream version 2.02~beta3
  * highlights of user visible changes not yet present in openSUSE package
  - arm-uboot now generates position independent self relocating image, so
    single binary should run on all supported systems
  - loader for Xen on aarch64. grub-mkconfig support was not in time for
    beta3 yet.
  - improved ZFS support (extensible_dataset, large_blocks, embedded_data,
    hole_birth features)
  - support for IPv6 Router Advertisements
  - support for persistent memory (we do not overwrite it and pass correct
    information to OS)
  - try to display more specific icons for os-prober generated menu entries
  - grub-install detects EFI bit size and selects correct platform (x86_64-efi
    or i386-efi) independent of OS bit size; needs kernel 4.0 or higher.
  - LVM RAID1 support
  - xnu loader fixes which should make OS X menu entry generated by os-prober
    work again
  - key modifiers (Ctrl-X etc) should work on EFI too
  - ... and lot of fixes over entire tree
  * rediff
  - rename-grub-info-file-to-grub2.patch
  - use-grub2-as-a-package-name.patch
  - grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch
  - grub2-fix-menu-in-xen-host-server.patch
  - grub2-efi-HP-workaround.patch
  - grub2-secureboot-chainloader.patch
  - grub2-s390x-02-kexec-module-added-to-emu.patch
  - grub2-s390x-04-grub2-install.patch
  - grub2-s390x-05-grub2-mkconfig.patch
  - grub2-efi-xen-chainload.patch
  - grub2-mkconfig-aarch64.patch
  - grub2-btrfs-04-grub2-install.patch
  - grub2-ppc64-cas-reboot-support.patch
  - 0002-Add-Virtual-LAN-support.patch
  * fix grub2-secureboot-add-linuxefi.patch - use grub_memset and
    grub_memcpy instead of memset and memcpy (caused errors due to
    compiler warning)
  * drop upstream patches
  - 0001-grub-core-kern-efi-efi.c-Ensure-that-the-result-star.patch
  - 0001-look-for-DejaVu-also-in-usr-share-fonts-truetype.patch
  - 0001-efidisk-move-device-path-helpers-in-core-for-efinet.patch
  - 0002-efinet-skip-virtual-IPv4-and-IPv6-devices-when-enume.patch
  - 0003-efinet-open-Simple-Network-Protocol-exclusively.patch
  - 0001-efinet-Check-for-immediate-completition.patch
  - 0001-efinet-enable-hardware-filters-when-opening-interfac.patch
  - grub2-xen-legacy-config-device-name.patch
  - grub2-getroot-support-NVMe-device-names.patch
  - grub2-netboot-hang.patch
  - grub2-btrfs-fix-incorrect-address-reference.patch
  - aarch64-reloc.patch
  - grub2-glibc-2.20.patch (related code dropped upstream)
  - grub2-Initialized-initrd_ctx-so-we-don-t-free-a-random-poi.patch
  - grub2-btrfs-fix-get_root-key-comparison-failures-due-to-en.patch
  - grub2-getroot-fix-get-btrfs-fs-prefix-big-endian.patch
  - grub2-ppc64-qemu.patch
  - grub2-xfs-Add-helper-for-inode-size.patch
  - grub2-xfs-Fix-termination-loop-for-directory-iteration.patch
  - grub2-xfs-Convert-inode-numbers-to-cpu-endianity-immediate.patch
  - grub2-xfs-V5-filesystem-format-support.patch
  - 0001-Add-bootargs-parser-for-open-firmware.patch
  - grub2-arm64-set-correct-length.patch
  - grub2-arm64-setjmp-Add-missing-license-macro.patch
  - grub2-arm64-efinet-handle-get_status-on-buggy-firmware-properly.patch
  - 0001-unix-password-Fix-file-descriptor-leak.patch
  - 0002-linux-getroot-fix-descriptor-leak.patch
  - 0003-util-grub-mount-fix-descriptor-leak.patch
  - 0004-linux-ofpath-fix-descriptor-leak.patch
  - 0005-grub-fstest-fix-descriptor-leak.patch
  - ppc64le.patch
  - libgcc-prereq.patch
  - libgcc.patch
  - 0001-Fix-security-issue-when-reading-username-and-passwor.patch
  - 0001-menu-fix-line-count-calculation-for-long-lines.patch
  - grub2-arm64-Reduce-timer-event-frequency-by-10.patch
  - 0001-unix-do-not-close-stdin-in-grub_passwd_get.patch
  - 0001-grub-core-kern-i386-tsc.c-calibrate_tsc-Ensure-that.patch
  - 0002-i386-tsc-Fix-unused-function-warning-on-xen.patch
  - 0003-acpi-do-not-skip-BIOS-scan-if-EBDA-length-is-zero.patch
  - 0004-tsc-Use-alternative-delay-sources-whenever-appropria.patch
  - 0005-i386-fix-TSC-calibration-using-PIT.patch
  - biendian.patch
  - ppc64_opt.patch
  * drop workarounds for gdb_grub and grub.chrp, they are now installed under fixed name
  * do not patch docs/Makefile.in, it is regenerated anyway
- Make mkconfig search for zImage on arm
  * grub2-mkconfig-arm.patch
- Add support to directly pass an EFI FDT table to a kernel on 32bit arm
  * 0001-arm64-Move-firmware-fdt-search-into-global-function.patch
  * 0002-arm-efi-Use-fdt-from-firmware-when-available.patch
- Add config option to set efi xen loader command line option (bsc#957383)
  * added grub2-efi-xen-cmdline.patch
- Drop ppc64le patches. Build stage1 as BE for Power
  Droped patches:
  - grub2-ppc64le-01-Add-Little-Endian-support-for-Power64-to-the-build.patch
  - grub2-ppc64le-02-Build-grub-as-O1-until-we-add-savegpr-and-restgpr-ro.patch
  - grub2-ppc64le-03-disable-creation-of-vsx-and-altivec-instructions.patch
  - grub2-ppc64le-04-powerpc64-LE-s-linker-knows-how-to-handle-the-undefi.patch
  - grub2-ppc64le-05-grub-install-can-now-recognize-and-install-a-LE-grub.patch
  - grub2-ppc64le-06-set-the-ABI-version-to-0x02-in-the-e_flag-of-the-PPC.patch
  - grub2-ppc64le-07-Add-IEEE1275_ADDR-helper.patch
  - grub2-ppc64le-08-Fix-some-more-warnings-when-casting.patch
  - grub2-ppc64le-09-Add-powerpc64-types.patch
  - grub2-ppc64le-10-powerpc64-is-not-necessarily-BigEndian-anymore.patch
  - grub2-ppc64le-11-Fix-warnings-when-building-powerpc-linux-loader-64bi.patch
  - grub2-ppc64le-12-GRUB_ELF_R_PPC_-processing-is-applicable-only-for-32.patch
  - grub2-ppc64le-13-Fix-powerpc-setjmp-longjmp-64bit-issues.patch
  - grub2-ppc64le-14-Add-powerpc64-ieee1275-trampoline.patch
  - grub2-ppc64le-15-Add-64bit-support-to-powerpc-startup-code.patch
  - grub2-ppc64le-16-Add-grub_dl_find_section_addr.patch
  - grub2-ppc64le-17-Add-ppc64-relocations.patch
  - grub2-ppc64le-18-ppc64-doesn-t-need-libgcc-routines.patch
  - grub2-ppc64le-19-Use-FUNC_START-FUNC_END-for-powerpc-function-definit.patch
  - grub2-ppc64le-20-.TOC.-symbol-is-special-in-ppc64le-.-It-maps-to-the-.patch
  - grub2-ppc64le-21-the-.toc-section-in-powerpc64le-modules-are-sometime.patch
  - grub2-ppc64le-22-all-parameter-to-firmware-calls-should-to-be-BigEndi.patch
  - grub2-ppc64le-fix-64bit-trampoline-in-dyn-linker.patch
  - grub2-ppc64le-timeout.patch
  - grub2-ppc64-build-ppc64-32bit.patch
- Added patches:
  - biendian.patch
  - grub2-ppc64-cas-reboot-support.patch
  - libgcc-prereq.patch
  - libgcc.patch
  - ppc64_opt.patch
  - ppc64le.patch
- Backport upstream patches for HyperV gen2 TSC timer calbration without
  RTC (bsc#904647)
  * added 0001-grub-core-kern-i386-tsc.c-calibrate_tsc-Ensure-that.patch
  * added 0002-i386-tsc-Fix-unused-function-warning-on-xen.patch
  * added 0003-acpi-do-not-skip-BIOS-scan-if-EBDA-length-is-zero.patch
  * added 0004-tsc-Use-alternative-delay-sources-whenever-appropria.patch
  * added 0005-i386-fix-TSC-calibration-using-PIT.patch
- Add 0001-menu-fix-line-count-calculation-for-long-lines.patch (bsc#943585)
- grub2-xen-pv-firmware.cfg: fix hd boot (boo#926795)
- Add 0001-Fix-security-issue-when-reading-username-and-passwor.patch
  Fix for CVE-2015-8370 [boo#956631]
- Update grub2-efi-xen-chainload.patch - fix copying of Linux kernel
  and initrd to ESP (boo#958193)
- Rename grub2-xen.cfg to grub2-xen-pv-firmware.cfg (boo#926795)
- grub2-xen.cfg: to handle grub1 menu.lst in PV guest (boo#926795)
- Expand list of grub.cfg search path in PV Xen guest for systems
  installed to btrfs snapshot. (bsc#946148) (bsc#952539)
  * modified grub2-xen.cfg
- drop grub2-fix-Grub2-with-SUSE-Xen-package-install.patch (bsc#774666)
- Add 0001-unix-do-not-close-stdin-in-grub_passwd_get.patch
  Fix reading password by grub2-mkpasswd-pbdk2 without controlling
  tty, e.g. when called from Xfce menu (boo#954519)
- Modify grub2-linguas.sh-no-rsync.patch to re-enable en@quot catalog
  (boo#953022).  Other autogenerated catalogs still fail to build due
  to missing C.UTF-8 locale.
- Allow to execute menuentry unrestricted as default (fate#318574)
  * added grub2-menu-unrestricted.patch
- Add missing quoting for linuxefi (bsc#951962)
  * modified grub2-secureboot-use-linuxefi-on-uefi.patch
  * refreshed grub2-secureboot-provide-linuxefi-config.patch
- Include custom.cfg into the files scanned by grub2-once.
  Allows to chose manually added entries as well (FATE#319632).
- Upstream patches for fixing file descriptor leakage (bsc#943784)
  * added 0001-unix-password-Fix-file-descriptor-leak.patch
  * added 0002-linux-getroot-fix-descriptor-leak.patch
  * added 0003-util-grub-mount-fix-descriptor-leak.patch
  * added 0004-linux-ofpath-fix-descriptor-leak.patch
  * added 0005-grub-fstest-fix-descriptor-leak.patch
- Do not force ro option in linuxefi patch (bsc#948555)
  * modified grub2-secureboot-use-linuxefi-on-uefi.patch
  * refrehed grub2-secureboot-provide-linuxefi-config.patch
- add 0001-efinet-Check-for-immediate-completition.patch,
  0001-efinet-enable-hardware-filters-when-opening-interfac.patch,
  grub2-arm64-efinet-handle-get_status-on-buggy-firmware-properly.patch
  (bsc#947203)
- Set default GRUB_DISTRIBUTOR from /etc/os-release if it is empty
  or not set by user (bsc#942519)
  * added grub2-default-distributor.patch
  * modified grub.default
- add systemd-sleep-plugin subpackage (bsc#941758)
- evaluate the menu entry's title string by printf
  * modified grub2-once
  * added grub2-systemd-sleep.sh
- fix for 'rollback' hint (bsc#901487)
  * modified grub2-btrfs-05-grub2-mkconfig.patch:
- Replace 12.1 with 12 SP1 for the list of snapshots (bsc#934252)
  * modified grub2-snapper-plugin.sh
- Fix btrfs subvol detection on BigEndian systems (bsc#933541)
  * modified grub2-btrfs-06-subvol-mount.patch
- Fix grub2-mkrelpath outputs wrong path on BigEndian system
  * added grub2-getroot-fix-get-btrfs-fs-prefix-big-endian.patch
- If we have a post entry and the description field is empty, we should use the
  "/Pre"/ number and add that description to the post entry. (fate#317972)
- Show user defined comments in grub2 menu for snapshots (fate#318101)
  * modified grub2-snapper-plugin.sh
- add 0001-grub-core-kern-efi-efi.c-Ensure-that-the-result-star.patch
  make sure firmware path starts with '/' (boo#902982)
- Fix btrfs patch on BigEndian systems (bsc#933541)
  * modified grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
  * modified grub2-btrfs-06-subvol-mount.patch
- Fix license for setjmp module
  * added grub2-arm64-setjmp-Add-missing-license-macro.patch
- Fix install into snapper controlled btrfs subvolume and can't
  load grub modules from separate subvolume (fate#318392)
  * added grub2-btrfs-06-subvol-mount.patch
  * grub2-snapper-plugin.sh: use absolute subvol name
- also Recommends mtools for grub2-mkrescue (used to create EFI
  boot image) in addition to libburnia-tools.
- Support booting opensuse installer as PV DomU (boo#926795)
  * added grub2-xen.cfg for tracking default pvgrub2 xen configs rather than
    generating it from spec file
  * grub2-xen.cfg: from Olaf Hering <ohering@suse.com>
- replace grub2-efinet-reopen-SNP-protocol-for-exclusive-use-by-grub.patch
  with upstream version:
  * 0001-efidisk-move-device-path-helpers-in-core-for-efinet.patch
  * 0002-efinet-skip-virtual-IPv4-and-IPv6-devices-when-enume.patch
  * 0003-efinet-open-Simple-Network-Protocol-exclusively.patch
  Fixes EFI network boot in some QEMU configurations.
- fix grub2-mkconfig-aarch64.patch: fix arch detection broken
  by malformed patch rediffing
- Cleanup patch not applied
  * remove grub2-enable-theme-for-terminal-window.patch
  * grub2.rpmlintrc: remove addFilter("/patch-not-applied"/)
- Merge changes from SLE12
- Do not pass root= when root is on nfs (bnc#894374)
  * modified grub2-pass-corret-root-for-nfsroot.patch
  * modified grub2-secureboot-provide-linuxefi-config.patch
  * modified grub2-secureboot-use-linuxefi-on-uefi.patch
- Fix xen pvops kernel not appear on menu (bnc#895286)
  * modified grub2-fix-menu-in-xen-host-server.patch
- Workaround grub2-once (bnc#892358)
  * added grub2-btrfs-workaround-grub2-once.patch
  * added grub2-once.service
  * modified grub2-once
- Fix busy-loop and hang while network booting (bnc#870613)
  * added grub2-netboot-hang.patch
- Add warning in grubenv file about editing it directly (bnc#887008)
  * added grub2-editenv-add-warning-message.patch
- Fix broken graphics with efifb on QEMU/KVM and nomodeset (bnc#884558)
  * added grub2-efi-disable-video-cirrus-and-bochus.patch
- Disable video support on Power (bnc#877142)
  * added grub2-ppc64le-disable-video.patch
- Track occupied memory so it can be released on exit (bnc#885026)
  * added grub2-ppc64le-memory-map.patch
- Fix grub.xen config searching path on boot partition (bnc#884828)
- Add linux16 and initrd16 to grub.xen (bnc#884830)
  * added grub2-xen-linux16.patch
- VLAN tag support (fate#315753)
  * added 0001-Add-bootargs-parser-for-open-firmware.patch
  * added 0002-Add-Virtual-LAN-support.patch
- Use chainloader to boot xen.efi under UEFI (bnc#871857)
  * added grub2-efi-xen-chainload.patch
- Use device part of chainloader target, if present (bnc#871857)
  * added grub2-efi-chainloader-root.patch
- Create only hypervisor pointed by /boot/xen.gz symlink (bnc#877040)
  * modified grub2-fix-Grub2-with-SUSE-Xen-package-install.patch
- Fix xen and native entries differ in grub.cfg (bnc#872014)
  * modified grub2-linux.patch
- Fix install error on ddf md device (bnc#872360)
  * added grub2-getroot-treat-mdadm-ddf-as-simple-device.patch
- Fix booting from NVMe device (bnc#873132)
  * added grub2-getroot-support-NVMe-device-names.patch
- Document peculiarities of s390 terminals
  * added README.ibm3215
- Grub2 for System z (fate#314213)
  * added grub2-s390x-02-kexec-module-added-to-emu.patch
  * added grub2-s390x-03-output-7-bit-ascii.patch
  * added grub2-s390x-04-grub2-install.patch
  * added grub2-s390x-05-grub2-mkconfig.patch
- grub2-arm64-set-correct-length.patch: arm64: set correct length of
  device path end entry
- grub2-efi-HP-workaround.patch:
  * try to read config from all-uppercase prefix as last resort.
    (bnc#872503) (boo#902982)
- add luks, gcry_rijndael, gcry_sha1 to signed EFI image to support
  LUKS partition in default setup (boo#917427)
- enable i386-xen (boo#891043)
- Downgrade os-prober dependency to Recommends (boo#898610)
- grub2-snapper-plugin.sh: cleanup grub-snapshot.cfg not referring
  to any snapshot (boo#909359)
- Require efibootmgr also on i586
- Require efibootmgr also on aarch64
- grub2-snapper-plugin.sh: fix use of printf without format string; fix
  quoting
- grub2-arm64-Reduce-timer-event-frequency-by-10.patch: fix periodic timer
  on arm64
- enable 32bit arm targets for uboot and efi
- Replace 'echo -e' command in grub2-snapper-plugin.sh script to
  'printf' command. '-e' option of 'echo' command may be
  unsupported in some POSIX-complete shells.
- fix bashism in post script
- grub2.spec: Fix conditional construct which wasn't supported by
  older versions of rpmbuild (caused error message
  "/parseExpressionBoolean returns -1"/.)
- fix errors when boot is btrfs with Windows partition scheme. The
  first partition is created on cylinder boundary that can't offer
  enough room for core.img and also the installation has to be in
  logical paritition which made MBR the only location to install.
  (bnc#841247)
  * add grub2-setup-try-fs-embed-if-mbr-gap-too-small.patch
gtk2
- No longer recommend -lang: supplements are in use
- Add Obsoletes/Provides to baselibs.conf to ensure
  gtk2-immodule-tigrigna-32bit can be upgraded from old version.
- bsc#1158897: Remove dependency on jasper (due to planned removal)
  Removes JPEG2000 support.
- Update to version 2.24.32+67:
  * Do not use VIQR input method for vi locale by default
  * Add CI for gtk-2-24
  * win32: Remove extraneous changes
- Update to version 2.24.32+62 (boo#1147106):
  * gtk-builder-convert: Update bug report URL.
  * gtk-builder-convert: Remove compat code for Python 2.3 and
  * below.
  * Make gtk-builder-convert compatible with Python 3.
  * Fix use-after-free due to unexpected unref of context->default_style.
  * Visual Studio builds: Fix previous commit.
  * Visual Studio builds: "/Add"/ Visual Studio 2019 projects.
- Drop gtk2-converter-python3.patch: fixed upstream.
- Replace shebang in ./gtk/gtk-builder-convert using sed (use
  python3).
- Move RPM macros to %_rpmmacrodir.
- Update to version 2.24.32+54:
  + Force redraw on Mojave and later when processing updates.
  + Fix UAC manifest RC file
  + atk key: Always convert control character events into key names
  + icontheme: Fix annotations on array arguments
  + MSVC introspection: Make more robust and avoid confusion
  + Revert "/gdk: deactivation/activate window on keyboard grabs"/
  + gtk/gtkiconcache.c: Fix running on GLib-2.57.3 or later on
    Windows
  + MSVC builds: Fix pkg-config file generation
  + MSVC builds: Improve pkg-config files generation
  + [gdk|gtk]/Makefile.am: Fix CFlags passed to introspecion on
    MSVC
- Switch to gitcheckout of stable branch again, upstream is not
  making releases.
- Drop 0001-build-support-automake-1.16.patch: Fixed upstream.
- Fix package name to be uniform immodules -> immodule bsc#1104264
- Update _service to point to new
  https://gitlab.gnome.org/GNOME/gtk.git home.
- Add 0001-build-support-automake-1.16.patch: Support automake
  1.16.
- Unconditionally enable translation-update-upstream: on
  Tumbleweed, this results in a NOP and for Leap in SLE paid
  translations being used (boo#1086036).
- Use SPDX3.0 license tags and package COPYING as %license
- Update to version 2.24.32:
  + Fix abicheck.
- Use the release version as revision and set versionformat to
  PARENT_TAG, ensure we build the upstream released tag.
- Sync summaries with gtk4.
- Manually move the position of "/Group System/Libraries"/ line,
  which was moved automatically by format_spec_file, above the
  comment of "/Requires: hicolor-icon-theme"/:
  https://lists.opensuse.org/opensuse-packaging/2017-07/msg00062.html
- Update to version 2.24.31+20171209.61d5c82f5c:
  + Fix updating the widget accessible description when using its
    tooltip
  + Fix introspection builds on Visual Studio 2017
  + imcontextxim: Fix showing glyph in status window
  + Visual Studio builds: Improve binary security
  + Fixed: If can’t add child, don’t add to child info
  + ComboBox: Don’t let modes disconnect each other
  + Enter submenus when activating their parent item
  + ComboBox: Don’t pile up ::grab-broken handlers
  + testcombo: Test grid :row- and :column-span-column
  + Updated translations.
- Switch to git checkout via source service.
- Following the above, remove gnome-common BuildRequires and
  gnome-autogen.sh call. Replace with libtool BuildRequires and
  autogen.sh call, also add gtk-doc BuildRequires and pass
  - -enable-gtk-doc to configure.
- Clean up patch numbering.
- Drop gtk2-window-dragging.patch: Fixed upstream (bgo#554057).
- Drop bugzilla-131498-allow-xim-for-all-languages.patch: This
  patch was only applied to work around a missing recommends for
  scim-32Bit, stop doing that, as we should not fix errors in other
  packages in a toolkit.
- Conditionally apply translations-update-upstream BuildRequires
  and macro for non-openSUSE only.
- Switch to using python3:
  + Replace -devel's python2-xml Requires with python3-xml.
  + Add gtk2-converter-python3.patch: convert gtk-build-converter
    to be a python3 script.
- Explicitly require python2 modules for devel package
- Cleanup with spec-cleaner
- Migrate %icon_theme_cache_post/postun macro from
  hicolor-icon-theme to gtk2-tools file triggers. Any package
  installing icons below /usr/share/icons will trigger. Each
  package will produce the cache for every icon theme being
  updated. The same trigger is also added to gtk3-tools, where only
  the one owning the current instance of
  /usr/bin/gtk-update-icon-cache update-alternatie link actually
  executes the update.
- Add gtk2-updateiconcache_sort.patch: have gtk-update-icon-cache
  sort directory entries when creating caches. The build system
  uses this to produce an embedded cache for the stock icons. With
  this, we can have reproducible builds.
- Update to version 2.24.31 (CVE-2013-7447, bgo#703220):
  + Backport many file chooser entry fixes and cleanups.
  + Don't crash if invisible files are deleted.
  + Bugs fixed: bgo#555087, bgo#586367, bgo#635287, bgo#640698,
    bgo#648419, bgo#672271, bgo#679333, bgo#687196, bgo#703220
    (CVE-2013-7447), bgo#720330, bgo#729927, bgo#737777,
    bgo#752707, bgo#756450, bgo#765120, bgo#765193, bgo#768163,
    bgo#764996, bgo#769126.
- Rebase gtk2-bgo743166-remember-printing-authentication.patch.
- Drop gtk2-bgo737777-fix-printing-authentication-crash.patch and
  gtk2-bnc957400-filechooserentry-update.patch: fixed upstream.
- Fix update-alterntatives usage.
- Update to GNOME 3.20  Fate#318572
- Add gtk2-bnc957400-filechooserentry-update.patch. This updates
  the Tab completion code in GtkFileChooser, so it works the same
  as in gtk3 (bnc#957400). The patch was associated with upstream
  commits: 55764ddd, 191d1cd90, 92d45e12, 8f9487f
- Update to version 2.24.30:
  + Win32: Build fixes.
  + X11: Support Randr 1.5 monitor information.
  + Bugs fixed: bgo#722815, bgo#612611, bgo#699652, bgo#698652,
    bgo#758893.
  + Updated translations.
- Drop gtk2-Deliver-GdkModifierType-during-drag-motion.patch and
  gtk2-randr-1.5-monitor-support.patch: Fixed upstream.
- Add gtk2-Deliver-GdkModifierType-during-drag-motion.patch:
  Deliver GdkModifierType during 'drag-motion' (bgo#722815). Patch
  from upstream git.
- Add gtk2-randr-1.5-monitor-support.patch: Adds support for using
  the newly introduced monitor objects in the XRandR protocol.
  Patch from upstream git (bgo#759912).
- Update to version 2.24.29:
  + OS X: Partial aspect ratio support.
  + Bugs fixed: bgo#345345, bgo#745127, bgo#749507, bgo#752638,
    bgo#753644, bgo#753691, bgo#753992, bgo#754046.
  + Updated translations.
- Drop gtk2-gdk_region_destroy_instead_of_cairo_region_destroy:
  fixed upstream.
- gtk2-gdk_region_destroy_instead_of_cairo_region_destroy.patch
  added: Fix a wrong function call.
- Add two patches to fix boo#933034:
  + Add gtk2-bgo743166-remember-printing-authentication.patch:
    Allow credentials from gnome-keyring to be used for printing
    in GTK 2 (bgo#743166)
  + Add gtk2-bgo737777-fix-printing-authentication-crash.patch:
    Fix applications from randomly crashing while printing with
    a password-secured SMB printer (bgo#737777)
- Update to version 2.24.28:
  + Bugs fixed: bgo#693738, bgo#746064, bgo#746269, bgo#748014.
- Update to version 2.24.27:
  + Don't leak pixel data in some error paths.
  + Bugs fixed: bgo#696505, bgo#745052, bgo#745536.
- Update to version 2.24.26:
  + gailbutton: Avoid a possible NULL dereference.
  + label: Avoid a possible NULL dereference.
  + Bugs fixed: bgo#635380, bgo#738837, bgo#741060, bgo#741959,
    bgo#743544, bgo#743917.
- Drop gtk2-allow-deprecated-gdk-pixbuf-API.patch,
  gtk2-gdk_window_begin_paint_region.patch and
  gtk2-Do-not-leak-a-cairo-region.patch: fixed upstream.
- Add gtk2-Do-not-leak-a-cairo-region.patch: Fix memory leak
  (bgo#738837).
- Add gtk2-gdk_window_begin_paint_region.patch: When using the
  implicit paint pixmap, always draw to the same surface each time
  rather than creating a new one each time. This is both more
  effective and more natural (bgo#741060).
- Do not package ChangeLog: it's a 2MB plain text file which is not
  going to be read ever by anybody. NEWS contains similar
  information in a more approachable way.
- Add gtk2-allow-deprecated-gdk-pixbuf-API.patch: Allow deprecated
  gdk-pixbuf API, taken from git.
- fix bashism in post script
gzip
- fix DFLTCC segfault [bsc#1177047]
- added patches
  fix https://git.savannah.gnu.org/cgit/gzip.git/commit/?id=be0a534ba2b6e77da289de8da79e70843b1028cc
  + gzip-1.10-fix-DFLTCC-segfault.patch
- gzip.spec: move %patch10 from the ifarch condition (mistake)
- add gzip-1.10-fix_count_of_lines_to_skip.patch to fix count
  of lines to skip [bsc#1180713]
- Enable DFLTCC compression for s390x for levels 1-6 (i. e. to make
  it used by default) by adding -DDFLTCC_LEVEL_MASK=0x7e to CLFAGS.
  [jsc#SLE-13775]
- refresh gzip-1.10-ibm_dfltcc_support.patch to fix three data
  corruption issues [bsc#1145276] [jsc#SLE-5818] [jsc#SLE-8914]
- add gzip-1.10-ibm_dfltcc_support.patch [jsc#SLE-5818] [jsc#SLE-8914]
  * it adds support for DFLTCC (hardware-accelerated deflation)
    for s390x arch
  * enable it via "/--enable-dfltcc"/ option
- gzip 1.10:
  * Compressed gzip output no longer contains the current time as
    a timestamp when the input is not a regular file.  Instead, the
    output contains a null (zero) timestamp.  This makes gzip's
    behavior more reproducible when used as part of a pipeline.
  * A use of uninitialized memory on some malformed inputs has been
    fixed.
  * A few theoretical race conditions in signal handers have been
    fixed.
- drop upstreamed patches:
  * gnulib-libio.patch
  * gzip-1.8-deprecate_netstat.patch
- gnulib-libio.patch: Update gnulib for libio.h removal
- Use %license (boo#1082318)
- license is GPL-3.0+
- Update to 1.9
  * Fix suffix handling
  * Fix bug when handling pack format while decompressing
  * Fix time handling bug
  * Improve exit code handling for shell scripts
- remove gzip-1.8-fix_unpack_EOB_check.patch as it is included
  upstream now
- refresh manpage-no-date.patch
- spec file cleanups
- add gzip-1.8-deprecate_netstat.patch to get rid of deprecated
  'netstat -n' command in tests/init.sh script
- add gzip-1.8-fix_unpack_EOB_check.patch to fix mishandling of
  leading zeros in the end-of-block code [bsc#1067891]
- Make build reproducible in spite of gcc profile based optimizations
  (boo#1040589)
- changing the way how gcc profiling is generating to have a reproducible
  build
- define %{_buildshell} to /bin/bash as we newly rely on bash
  features like {1..9}
- cleanup with spec-cleaner
- use loop with a range instead of a number list
- Update to 1.8
  * gzip -l no longer falsely reports a write error when writing to
    a pipe.
  * Port to Oracle Solaris Studio 12 on x86-64.
  * When configuring gzip, ./configure DEFS='...-DNO_ASM...' now
    suppresses assembler again.
- Small spec file cleanup
- Version update to release 1.7:
  * gzip now accepts the --synchronous option
  * gzip now accepts the --rsyncable option
  * The GZIP environment variable is now obsolescent
  * Installed programs like 'zgrep' now use the PATH environment variable as
    usual to find subsidiary programs like 'gzip' and 'grep'
- Remove obsolete patch tempfile.diff
- Remove upstreamed patch gzip-rsyncable.diff
- Rebase manpage-no-date.patch to apply to 1.7 version
- Rename reproducible.patch to something actually explanatory:
  * manpage-no-date.patch
- Add reproducible.patch to fix build-compare
- build with PIE
ha-cluster-bootstrap
- update ha-cluster-init man page since qdevice option changed(bsc#1168948)
  When package rebuilding, latest man page will be generated by help2man
- use help2man to generate init/join/remove man page (bsc#1138353)
- Switch to Python 3 (bsc#1070140)
- Recommend sbd, resource-agents and fence-agents (bsc#1050427)
- Update to version 0.5:
  * Clarify crmsh version that has bootstrap commands
  * Include sleha- aliases for commands (bnc#862798)
- Remove 0004-Warn-if-using-the-old-sleha-command-form-bnc-862798.patch
- Update to version 0.4+git.1481877541.6b06de6:
  * Replace commands with stubs that call crmsh (fate#321114)
  * Fix typoed variable name in error message
- Update to version 0.4+git.1475739556.1088521:
  * Better corosync defaults (bsc#1001164)
- Update to version 0.4+git.1469191369.b497afa:
  * Set pcmk_delay_max=30s for SBD resource (bsc#988356) (bsc#990213)
- Update to version 0.4+git.1469178371.e8b668d:
  * Reload corosync configuration if unicast (bsc#989809)
  * Use ip route to find iface name over netstat which is deprecated
- Update to version 0.4+git.1464165931.150e061:
  + Don't configure no-quorum-policy=ignore, ever (bsc#981056)
- Update to version 0.4+git.1456303675.b6eb2b3:
  + Corosync UDPU support (fate#320604) (fate#320605)
- Add recommends for hawk2 (bsc#952982)
- Drop recommends for hawk (bsc#952428)
- Update to version 0.4+git.1441350120.8e9abbe:
  + Sync entire /etc/booth directory (fate#319318)
  + Check corosync.conf before access (bsc#943227)
  + Use update over replace to avoid deleting DC attributes (bsc#890802)
  + Update README with a bit more detail
- Remove 0001-sync-entire-booth-directory-fate-319318.patch
- Update to version 0.4+git.1440306826.cf7cfcf:
  - Patches are now merged upstream
  - Remove 0001-Only-check-for-pseudy-tty-if-in-interactive-mode-bnc.patch
  - Remove 0002-Add-administration-Virtual-IP-fate-318549.patch
  - Remove 0003-Only-check-watchdog-if-potentially-using-SBD.patch
  - Remove 0004-Remove-admin-IP-suggestion-as-it-is-confusing-bsc-93.patch
- Sync entire /etc/booth directory (fate#319318)
- Add 0001-sync-entire-booth-directory-fate-319318.patch
- Require ha-cluster-webui instead of hawk (bsc#942723)
- Remove admin IP suggestion as it is confusing (bsc#939351)
- Add 0004-Remove-admin-IP-suggestion-as-it-is-confusing-bsc-93.patch
- Only check for pseudo-tty if in interactive mode (bnc#892702)
- Add administration Virtual IP (fate#318549)
- Only check watchdog if potentially using SBD
- Add 0001-Only-check-for-pseudy-tty-if-in-interactive-mode-bnc.patch
- Add 0002-Add-administration-Virtual-IP-fate-318549.patch
- Add 0003-Only-check-watchdog-if-potentially-using-SBD.patch
- Update to version 0.4+git.1430918556.6f42311:
  + Patches merged upstream
  + Exit with error if ha-cluster-join is called over ssh without -t (bnc#892702)
- Remove 0001-Improved-IP-address-detection-algorithm-boo-920226.patch
- Remove 0002-Use-crm_node-to-count-nodes-in-cluster-when-deciding.patch
- Updated IP address detection fix (boo#920226)
- Improved IP address detection algorithm (boo#920226)
- Use crm_node to count nodes in cluster when deciding
  to reset no-quorum-policy=ignore (boo#923372)
- Add 0001-Improved-IP-address-detection-algorithm-boo-920226.patch
- Add 0002-Use-crm_node-to-count-nodes-in-cluster-when-deciding.patch
harfbuzz
- update to 2.6.4:
  + small bug fixes and build fixes
- update to 2.6.3:
  + Misc small fixes, mostly to build-related issues
  + New API: hb_font_get_nominal_glyphs()
- add upstream sigining keyring and verify source signature
- Update to version 2.6.2:
  + Misc small fixes, mostly to build-related issues.
- Update to version 2.6.1:
  + Fix regression with hb_font_create_sub_font scaling introduced
    in 2.6.0.
  + Change interpretation of font PTEM size / CoreText font size
    handling.
  + hb-ot-font: Prefer symbol cmap subtable if present.
  + Apply 'dist'/'abvm'/'blwm' features to all scripts.
  + Drop experimental DirectWrite API.
- Changes from version 2.6.0:
  + New OpenType metrics, baseline, and metadata table access APIs.
  + New API to set font variations to a named-instance.
  + New hb-gdi.h header and API for creating hb_face_t from HFONT.
  + Amalgam: Provide a single-file harfbuzz.cc file for easier
    alternate building.
  + More size-reduction configurable options, enabled by HB_TINY.
- Update to version 2.5.3:
  + Fix UCD script data for Unicode 10+ scripts. This was broken
    since 2.5.0.
  + More optimizations for HB_TINY.
- Changes from version 2.5.2:
  + More hb-config.hh facilities to shrink library size, namely
    when built as HB_TINY.
  + New documentation of custom configurations in CONFIG.md.
  + Fix build on gcc 4.8. That's supported again.
  + Universal Shaping Engine improvements.
  + API Changes: Undeprecate some horizontal-kerning API and
    re-enable in hb-ft, such that Type1 fonts will continue
    kerning.
- Changes from version 2.5.1:
  + Fix build with various versions of Visual Studio.
  + Improved documentation.
  + Bugfix in subsetting glyf table.
  + Improved scripts for cross-compiling for Windows using mingw.
  + Rename HB_MATH_GLYPH_PART_FLAG_EXTENDER to
    HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER. A deprecated macro is
    added for backwards-compatibility.
- Changes from version 2.5.0:
  + This release does not include much functional changes, but
    includes major internal code-base changes. We now require
    C++11. Support for gcc 4.8 and earlier has been dropped.
  + New hb-config.hh facility for compiling smaller library for
    embedded and web usecases.
  + New Unicode Character Databse implementation that is half the
    size of previously-used UCDN.
  + Subsetter improvements.
  + Improved documentation.
  + isc shaping fixes.
- Changes from version 2.4.0:
  + Unicode 12.
  + Misc fixes.
  + Subsetter improvements.
  + New API: HB_BUFFER_FLAG_DO_NOT_INSERT_DOTTED_CIRCLE and
    hb_directwrite_face_create().
- Update to 2.3.1:
  * too many changes to ever iterate, see NEWS for the details
- Update to 1.9.0:
  * Various gcc warning fixes
  * New Face-builder API
  * Internal source header name changes
  * Major Khmer shaper improvements
  * Couple of Indic bugfixes
- Update to version 1.8.1:
  + Add correctness bug in hb_set_t operations, introduced in
    1.7.7.
- Changes from version 1.8.0:
  + Update to Unicode 11.0.0.
- Changes from version 1.7.7:
  + All HarfBuzz objects are significantly smaller in size now.
  + Sinhala: Position repha on top of post-consonant, not base.
  + Significant libharfbuzz-subset changes. API subject to change.
  + New API in libharfbuzz: hb_blob_create_from_file() and
    hb_face_count().
- Add missing post(un) ldconfig scriptlets for libharfbuzz-subset
  shared library.
- Update to version 1.7.6:
  + Fix to hb_set_t binary operations. Ouch.
  + New experimental harfbuzz-subset library. All of hb-subset.h is
    experimental right now and API WILL change.
  + New API:
  - hb_blob_copy_writable_or_fail().
  - HB_OT_TAG_BASE.
  - hb_set_previous().
  - hb_set_previous_range().
- Split out new sub-package libharfbuzz-subset0.
- Add libharfbuzz-gobject0 and libharfbuzz-subset0 to baselibs.
- Use make_build macro.
- Update summaries.
- Fix broken libharbuzz-gobject.so symlink by requiring Harfbuzz's
  Gobject library for the devel package.
- Add missing GI bindings requirement for the devel package.
- Fix build on Leap 42.3: don't use make_build.
- Modernize spec-file by calling spec-cleaner
- Update to version 1.7.5:
  + Separate Khmer shaper from Indic.
  + First stab at AAT morx. Not hooked up.
  + Misc bug fixes.
- harfbuzz-devel hb-ft.h requires pkgconfig(freetype2) but it is
  not automatically added by the dependency generator.
- Add pkgconfig(gobject-2.0) and
  pkgconfig(gobject-introspection-1.0) BuildRequires, and pass
  with-gobject=yes to configure, build GObject and Introspection
  support.
- Following this, package the new sub-packages libharfbuzz-gobject0
  and typelib-1_0-HarfBuzz-0_0.
- Clean up spec, use autosetup and make_build macros.
- Update to version 1.7.4:
  + Fix collect_glyphs() regression caused by hb_set_t changes.
- Changes from version 1.7.3:
  + hb_set_t performance tuning and optimizations.
  + Speed up collect_glyphs() and reject garbage data.
  + In hb_coretext_font_create() set font point-size (ptem).
  + Misc fixes.
- Update to version 1.7.2:
  + Optimize hb_set_add_range().
  + Misc fixes.
  + New API: hb_coretext_font_create().
- Update to version 1.7.1:
  + Fix atexit object destruction regression.
  + Fix minor integer-overflow.
- Changes from version 1.7.0:
  + Minor Indic fixes.
  + Implement kerning and glyph names in hb-ot-font.
  + Various DSO optimization re .data and .bss sizes.
  + Make C++11 optional; build fixes.
  + Mark all other backends "/unsafe-to-break"/.
  + Graphite fix.
- Update to version 1.6.3:
  + Fix hb_set_t some more.  Should be solid now.
  + Implement get_glyph_name() for hb-ot-font.
  + Misc fixes.
- Changes from version 1.6.2:
  + Yesterday's release had a bad crasher; don't use it
    (gh#behdad/harfbuzz#578).
- Changes from version 1.6.1:
  + Don't skip over COMBINING GRAPHEME JOINER when ligating, etc
    (gh#behdad/harfbuzz#554).
  + Faster hb_set_t implementation.
  + Don't use deprecated ICU API.
  + Fix undefined-behavior in Myanmar shaper, introduced in 1.6.0.
  + Deprecated API: hb_set_invert().
- Changes from version 1.6.0:
  + Update to Unicode 10.
  + Various Indic and Universal Shaping Engine fixes.
  + Implement Unicode Arabic Mark Ordering Algorithm UTR#53.
  + Implement optical sizing / tracking in CoreText backend, using
    new API hb_font_set_ptem().
  + Allow notifying hb_font_t that underlying FT_Face changed
    sizing, using new API hb_ft_font_changed().
  + More Graphite backend RTL fixes.
  + Fix caching of variable font shaping plans.
  + hb-view / hb-shape now accept following new arguments:
    o --unicodes: takes a list of hex numbers that represent
    Unicode codepoints.
  + New API: hb_face_get_table_tags(), hb_font_set_ptem(),
    hb_font_get_ptem() and hb_ft_font_changed().
- Drop pkgconfig(gobject-2.0) BuildRequires: not needed/used.
- Update to version 1.5.1:
  + Fix "/unsafe-to-break"/ in fallback shaping and other corner
    cases. All our tests pass with --verify now, meaning
    unsafe-to-break API works as expected.
  + Add --unicodes to hb-view / hb-shape.
  + [indic] Treat Consonant_With_Stacker as consonant.  This will
    need further tweaking.
  + hb_buffer_diff() tweaks.
- Changes from version 1.5.0:
  + Misc new API, for appending a buffer to another, and for
    comparing contents of two buffers for types of differences.
  + New "/unsafe-to-break"/ API.  Can be used to speed up reshaping
    in line-breaking situations.  Essentially, after shaping, it
    returns positions in the input string (some of the cluster
    boundaries) that are "/safe to break"/ in that if the text is
    segmented at that position and two sides reshaped and
    concatenated, the shaping result is exactly the same as shaping
    the text in one piece.
  + hb-view and hb-shape and hb-shape now take --verify, which
    verifies the above property.
  + Some corner cases of the implementation are still not quite
    working. Those will be fixed in subsequent releases.
- Update to version 1.4.8:
  + Major fix to avar table handling.
  + Rename hb-shape --show-message to --trace.
  + Build fixes.
- Changes from version 1.4.7:
  + Multiple Indic, Tibetan, and Cham fixes.
  + CoreText: Allow disabling kerning.
  + Adjust Arabic feature order again.
  + Misc build fixes.
- Update to version 1.4.6:
  + Graphite2: Fix RTL positioning issue.
  + Backlist GDEF of more versions of Padauk and Tahoma.
  + New, experimental, cmake alternative build system.
- Update to version 1.4.5 (fate#322101):
  + Revert "/Fix Context lookup application when moving back after a
    glyph..."/ This introduced memory access problems. To be fixed
    properly soon.
- Update to version 1.4.4:
  + Fix Context lookup application when moving back after a glyph
    deletion.
  + Fix buffer-overrun in Bengali.
- Update to version 1.4.3:
  + Route Adlam script to Arabic shaper.
  + Misc fixes.
  + New API: hb_font_set_face().
  + Deprecate API: hb_graphite2_font_get_gr_font().
- Tweak descriptions for icu and devel subpackages.
- Update to version 1.4.2:
  + Implement OpenType Font Variation tables avar/fvar/HVAR/VVAR.
  + hb-shape and hb-view now accept --variations.
  + Various API additions.
- Update to version 1.4.1:
  + Always build and use UCDN for Unicode data by default. Reduces
    dependence on version of Unicode data in glib.
- Changes from version 1.4.0:
  + Merged "/OpenType GX"/ branch which adds core of support for
    OpenType 1.8 Font Variations.
  + New API:
  - hb_font_set_var_coords_normalized().
  - HB_OT_LAYOUT_NO_VARIATIONS_INDEX.
  - hb_ot_layout_table_find_feature_variations().
  - hb_ot_layout_feature_with_variations_get_lookups().
  - hb_shape_plan_create2().
  - hb_shape_plan_create_cached2().
  + Currently variations in GSUB/GPOS/GDEF are fully supported, and
    no other tables are supported. In particular, fvar/avar are NOT
    supported, hence the hb_font_set_var_coords_normalized() taking
    normalized coordinates. API to take design coordinates will be
    added in the future.
  + HVAR/VVAR/MVAR support will also be added to hb-ot-font in the
    future.
  + Fix regression in GDEF glyph class processing.
  + Add decompositions for Chakma, Limbu, and Balinese in USE
    shaper.
  + Misc fixes.
- Update to version 1.3.4:
  + Fix vertical glyph origin in hb-ot-font.
  + Implement CBDT/CBLC color font glyph extents in hb-ot-font.
- Update to version 1.3.3:
  + Implement parsing of OpenType MATH table.
- Drop pkgconfig(icu-le) BuildRequires: That was actually removed
  upstream in version 0.9.21.
- Update to version 1.3.2:
  + Fix build of hb-coretext on older OS X versions.
- Update to version 1.3.1:
  + Blacklist bad GDEF of more fonts.
  + More CoreText backend crash fixes with OS X 10.9.5.
  + Misc fixes.
- Update to version 1.3.0:
  + Update to Unicode 9.0.0.
  + Move Javanese from Indic shaper to Universal Shaping Engine.
  + Allow MultipleSubst to delete a glyph (matching Windows
    engine).
  + Update Universal Shaping Engine to latest draft from Microsoft.
  + DirectWrite backend improvements.  Note: this backend is for
    testing ONLY.
  + CoreText backend improvements with unreachable fonts.
  + Implement symbol fonts (cmap 3.0.0) in hb-ft and hb-ot-font.
  + Blacklist bad GDEF of more fonts (Tahoma & others).
  + Misc fixes.
- Update to GNOME 3.20.2 FATE#318572
- Update to version 1.2.7:
  + Blacklist another version of Times New Roman (Bold) Italic from
    Windows 7.
  + Fix Mongolian Free Variation Selectors shaping with certain
    fonts.
  + Fix Tibetan shorthand contractions shaping.
  + Improved list of language tag mappings.
  + Unbreak build on Windows CE.
  + Make 'glyf' table loading lazy in hb-ot-font.
- Update to version 1.2.6:
  + Blacklist GDEF table of another set of Times New Roman (Bold)
    Italic.
  + DirectWrite backend improvements. Note: DirectWrite backend is
    exclusively for our internal testing and should NOT be used in
    any production system whatsoever.
- Update to version 1.2.5:
  + Fix GDEF mark-filtering-set, which was broken in 1.2.3.
- Update to version 1.2.4:
  + Synthesize GDEF glyph class for any glyph that does not have
    one in GDEF. Hope we don't discover broken fonts that shape
    badly with this change.
  + Misc build and other minor fixes.
  + API changes: Added HB_NDEBUG. It's fine for production systems
    to define this to disable high-overhead debugging checks.
- Update to version 1.2.3:
  + Blacklist GDEF table of certain versions of Times New Roman
    (Bold) Italic, due to bug in glyph class of ASCII double-quote
    character. This should address "/regression"/ introduced in 1.2.0
    when we switched mark zeroing in most shapers from
    BY_UNICODE_LATE to BY_GDEF_LATE. This fourth release in a week
    should finally stablize things...
  + hb-ot-font's get_glyph() implementation saw some optimizations.
    Though might be really hard to measure in real-world
    situations.
  + Also, two rather small API changes:
  - We now disable some time-consuming internal bookkeeping if
    built with NDEBUG defined. This is a first time that we use
    NDEBUG to disable debug code. If there exist production
    systems that do NOT want to enable NDEBUG, please let me know
    and I'll add HB_NDEBUG.
  - Added get_nominal_glyph() and get_variation_glyph() instead
    of get_glyph()
  + New API:
  - hb_font_get_nominal_glyph_func_t.
  - hb_font_get_variation_glyph_func_t.
  - hb_font_funcs_set_nominal_glyph_func().
  - hb_font_funcs_set_variation_glyph_func().
  - hb_font_get_nominal_glyph().
  - hb_font_get_variation_glyph().
  + Deprecated API:
  - hb_font_get_glyph_func_t.
  - hb_font_funcs_set_glyph_func().
  + Clients that implement their own font-funcs are encouraged to
    replace their get_glyph() implementation with a
    get_nominal_glyph() and get_variation_glyph() pair. The
    variation version can assume that variation_selector argument
    is not zero. Old (deprecated) functions will continue working
    indefinitely using internal gymnastics; it is just more
    efficient to use the new functions.
- Changes from version 1.2.2:
  + Fix regression with mark positioning with fonts that have
    non-zero mark advances. This was introduced in 1.2.0 while
    trying to make mark and cursive attachments to work together.
    I have partially reverted that, so this version is much more
    like what we had before. All clients who updated to 1.2.0
    should update to this version.
- Changes from version 1.2.1:
  + CoreText:
  - Fix bug with wrong scale if font scale was changed later
    (gh/libass/libass/#212).
  - Drastically speed up font initialization.
  - Fix tiny leak.
  + Group ZWJ/ZWNJ with previous syllable under cluster-level=0
    (gh/behdad/harfbuzz#217).
  + Add test/shaping/README.md about how to add tests to the suite.
- Add Conflicts: cantarell-fonts < 0.0.23. Previous versions of
  cantarell-fonts have a bug that harfbuzz now exposes, so add a
  conflicts to work-around that.
- Update to version 1.2.0:
  + Fix various issues (hangs mostly) in case of memory allocation
    failure.
  + Change mark zeroing types of most shapers from BY_UNICODE_LATE
    to BY_GDEF_LATE. This seems to be what Uniscribe does.
  + Change mark zeroing of USE shaper from NONE to BY_GDEF_EARLY.
    That's what Windows does.
  + Allow GPOS cursive connection on marks, and fix the interaction
    with mark attachment. This work resulted in some changes to how
    mark attachments work (gh#behdad/harfbuzz#211).
  + Graphite2 shaper: improved negative advance handling
    (eg. Nastaliq).
  + Add nmake-based build system for Windows.
  + Minor speedup.
  + Misc. improvements.
- Update to version 1.1.3:
  + Ported Indic shaper to Unicode 8.0 data.
  + Universal Shaping Engine fixes.
  + Speed up CoreText shaper when font fallback happens in
    CoreText.
  + Documentation improvements, thanks to Khaled Hosny.
  + Very rough directwrite shaper for testing.
  + Misc bug fixes.
  + API extensions.
- Update to version 1.1.2:
  + Fix badly-broken fallback shaper that affected terminology.
  + Fix y_scaling in Graphite shaper.
  + API changes: An unset glyph_h_origin() function in font-funcs
    now (sensibly) implies horizontal origin at 0,0. Ie, the nil
    callback returns true instead of false. As such,
    implementations that have a glyph_h_origin() that simply
    returns true, can remove that function with HarfBuzz >= 1.1.2.
    This results in a tiny speedup.
- Update to version 1.1.1:
  + Build fixes, specially for hb-coretext.
- Update to version 1.1.0:
  + Implement 'stch' stretch feature for Syriac Abbreviation Mark.
  + Disable use of decompose_compatibility() callback.
  + Implement "/shaping"/ of various Unicode space characters, even
    if the font does not support them.
  + If font does not support U+2011 NO-BREAK HYPHEN, fallback to
    U+2010 HYPHEN.
  + Changes resulting from libFuzzer continuous fuzzing:
  - Reject font tables that need more than 8 edits.
  - Bound buffer growth during shaping to 32x.
  - Fix assertions and other issues at OOM / buffer max-growth.
  + Misc fixes and optimizations.
  + API changes: All fonts created with hb_font_create() now
    inherit from (ie. have parent) hb_font_get_empty().
- Update to version 1.0.6:
  + Reduce max nesting level in OT lookups from 8 to 6.
  + Fix memory access issue in ot-font.
  + Revert default load-flags of fonts created using
    hb_ft_font_create() back to FT_LOAD_DEFAULT|FT_LOAD_NO_HINTING.
    This was changed in 1.0.5, but caused major issues, so revert.
- Changes from version 1.0.5:
  + Fix multiple memory access bugs discovered using libFuzzer.
  + Misc fixes.
  + New API:
  - hb_font_set_parent().
  - hb_ft_font_[sg]et_load_flags()
    The default flags for fonts created using hb_ft_font_create()
    has changed to default to FT_LOAD_DEFAULT now. Previously it
    was defaulting to FT_LOAD_DFEAULT|FT_LOAD_NO_HINTING.
  + API changes:
  - Fonts now default to units-per-EM as their scale, instead
    of 0.
  - hb_font_create_sub_font() does NOT make parent font immutable
    anymore. hb_font_make_immutable() does.
- Update to version 1.0.4:
  + Fix minor out-of-bounds read error.
- Update to version 1.0.3:
  + Start of user documentation.
  + Implement glyph_extents() for TrueType fonts in hb-ot-font.
  + Improve GPOS cursive attachments with conflicting lookups.
  + More fixes for cluster-level = 1.
  + Uniscribe positioning fix.
- Changes from version 1.0.2:
  + Fix shaping with cluster-level > 0.
  + Fix Uniscribe backend font-size scaling.
  + Declare dependencies in harfbuzz.pc. FreeType is not declared
    though, to avoid bugs in pkg-config 0.26 with recursive
    dependencies.
  + Slightly improved debug infrastructure.  More to come later.
  + Misc build fixes.
- Changes from version 1.0.1:
  + Fix out-of-bounds access in USE shaper.
- Changes from version 1.0.0:
  + Implement Universal Shaping Engine:
    https://www.microsoft.com/typography/OpenTypeDev/USE/intro.htm
    http://blogs.windows.com/bloggingwindows/2015/02/23/windows-shapes-the-worlds-languages/
  + Bump version to 1.0.0. The soname was NOT bumped.
- Update to version 0.9.42:
  + New API to allow for retrieving finer-grained cluster
    mappings if the client desires to handle them. Default behavior
    is unchanged.
  + Fix cluster merging when removing default-ignorables.
  + Update to Unicode 8.0
  + hb-graphite2 fixes.
  + Misc fixes.
  + Removed HB_NO_MERGE_CLUSTERS hack.
  + New API:
  - hb_buffer_cluster_level_t enum
  - hb_buffer_get_cluster_level()
  - hb_buffer_set_cluster_level()
  - hb-shape / hb-view --cluster-level
- Changes from version 0.9.41:
  + Fix hb-coretext with trailing whitespace in right-to-left.
  + New API: hb_buffer_reverse_range().
  + Allow implementing atomic ops in config.h.
  + Fix hb_language_t in language bindings.
  + Misc fixes.
- Revert the introduction of harfbuzz-bootstrap: it did not help to
  work around the cycle.
- Add this-is-only-for-build-envs requires to the -bootstrap
  package: This ensures that OBS can use it, but the users will
  not install it on their systems.
- Make harfbuzz-bootstrap package provide the libharfbuzz.so.0
  * Makes the freshly built freetype2 installable
- Make harfbuzz-bootstrap-devel package provide the
  pkgconfig(harfbuzz)
  * Makes the freshly built freetype2-devel installable
- Make harfbuzz-bootstrap-devel conflict with harfbuzz-devel
- Try to completely disable the provides for harfbuzz-bootstrap
- Split a minimal harfbuzz-bootstrap package in order to avoid
  possible build cycles between freetype2 and harfbuzz.
- Add harfbuzz-bootstrap-rpmlintrc file to avoid errors on this
  bootstrap package (to be used only for freetype2 build)
- Add pre_checkin.sh script to sync the harfbuzz.spec and
  harfbuzz-bootstrap.spec as well as the harfbuzz.changes and
  harfbuzz-bootstrap.changes automatically.
- Update to version 0.9.40:
  + Another hb-coretext crasher fix.
- Update to version 0.9.39:
  + Critical hb-coretext fixes.
  + Optimizations and refactoring; no functional change expected.
  + Misc build fixes.
- Update to version 0.9.38:
  + Fix minor out-of-bounds access in Indic shaper.
  + Change New Tai Lue shaping engine from South-East Asian to
    default, reflecting change in Unicode encoding model.
  + Add hb-shape --font-size.  Can take up to two numbers for
    separate x / y size.
  + Fix CoreText and FreeType scale issues with negative scales.
  + Reject blobs larger than 2GB. This might break some icu-le-hb
    clients that need security fixes. See:
    http://www.icu-project.org/trac/ticket/11450
  + Avoid accessing font tables during face destruction, in case
    rogue clients released face data already.
  + Fix up gobject-introspection a bit.
  + Misc fixes.
  + API additions:
    hb_ft_face_create_referenced()
    hb_ft_font_create_referenced()
- Changes from version 0.9.37:
  + Fix out-of-bounds access in Context lookup format 3.
  + Indic: Allow ZWJ/ZWNJ before syllable modifiers.
- Update to version 0.9.36:
  + Fix performance bug in hb_ot_collect_glyphs() (moz#1090869).
  + Add basic vertical-text support to hb-ot-font.
  + Misc build fixes.
haveged
- Add patch f2193587.patch from github pull request (bsc#1134351)
  * Fix segfault on arm machines which do not eport the cache size
    or say it is -1 in sysfs
- Use %license instead of %doc [bsc#1082318]
- update to 1.9.2
  * Cross compile fixes
  * Limit watermark max to less than pool size to avoid 100% cpu
    condition
  * Add service.suse init script
- drop fix-enforced-clock-gettime.patch (fixed upstream)
- cleanup with spec-cleaner
- reset rpm groups
- Add haveged-no-syslog.patch to remedy the potential for deadlocks
  when booting the system: journald reads from /dev/random, which
  receives entropy from haveged, which in turn logs to syslog
  before providing any. Ideally, haveged would provide a proper
  command-line flag to disable use of syslog. Will work with
  upstream to resolve this in a cleaner way. (bnc#959237)
- Remove "/After=systemd-random-seed.service"/ from systemd service
  file to avoid the potential for deadlocks when booting the
  system: systemd-random-seed needs /var to read its previous
  state; mounting /var needs journald; journald needs entropy; and
  entropy is provided by haveged, which needs systemd-random-seed.
  (bnc#959237)
- Fix missing dependency on coreutils for initrd macros (boo#958562)
- haveged.service: reverted the dependency on systemd-journald.socket
  for now, as it causes a dependency loop. bsc#949728 bsc#950857
- modules-setup.sh should be module-setup.sh in dracut, also 755
- add dependency on systemd-journald.socket to make haveged
  really start before journald in the initrd. bsc#898669
- add fix-enforced-clock-gettime.patch to fix build on generic
  platforms like e.g. aarch64, which is only needed due to
  our (non-recommended choice) of using gettime (fate#318370)
- haveged-dracut.module: include haveged into the initrd for
  randomness generation. bsc#898669
- haveged.service: adjust so it is started before journald
  and also make sure it is shutdown quite late. bsc#898669
- regenerate initrd on installation. bsc#898669
hawk-apiserver
-  Version 0.0.4:
  * various enhancement security https related (fix bsc#1178228)
  * update to go modules
  * add -version flag to show build version
- Update to version 0.0.2+git8.af5b3f9 (bsc#1080006):
  * Move to go 1.9.
  * bump vendor/golang.org/x/sys
  * bump vendor/golang.org/x/net
- Update to version 0.0.2+git5.9164c0d (bsc#1080006):
  * bump vendor/golang.org/x/crypto
  * bump github.com/krig/go-pacemaker
- Update to version 0.0.2+git3.7b57e31:
  * Add manpage to repository
- Remove hawk-apiserver.8.gz
- do not build on s390, only on s390x (no go on s390)
- Update to version 0.0.2+git2.9d745dc:
  * Log with configurable log levels (bsc#1067408)
- Update to version 0.0.1+git1510917627.a05c8b6:
  * Avoid error on short reads (bsc#1068675)
- Update to version 0.0.1+git1505046827.f7eadc5:
  * Use configured port/cert correctly
  * Protect proxy map with Mutex
- Remove txt2man dependency.
- Update to version 0.0.1+git1504254570.54f3c7e:
  * Initial package.
hawk2
- Update to version 2.6.4:
  * Fix wizards ui (bsc#1184274)
- Update to version 2.6.3:
  * Remove hawk_invoke and use capture3 instead of runas (bsc#1179999)(CVE-2020-35459)
  * Remove unnecessary chmod (bsc#1182166)(CVE-2021-25314)
  * Sanitize filename to contains whitelist of alphanumeric (bsc#1182165)
- Update to version 2.6.0:
  * Use fullpath of binary (bsc#1181436)
  * remove %x (bsc#1182163)
- Update to version 2.4.0+git.1611141202.2fe6369e:
  * Improve further mechanism of controllers to system commands.
  * drop patch 0001-Improve-controllers.patch since merged upstream
  (CVE-2020-35458)
- Update to version 2.3.0+git.1603969748
  * fix bsc#1179998. Handle better input on app controllers (CVE-2020-35458)
- Update to version 2.2.0+git.1603969748.10468582:
  * Fix server error after authentication if a resource has the same name as a node (bsc#1163381)
  * Allow also users in haclient to view history explorer (jsc#SLE-7358)
- Update to version 2.1.2+git.1594886920.d00b94aa:
  * update puma rubygem to 4.3.5 requirement for for disabling TLSv1.0 and TLSv1.1 (jsc#SLE-6965)
  * add functional tests in docker
  * various refactoring and cleanup
- Update to version 2.1.1+git.1585233369.bea4326a:
  * drop patch 0001-Fix-nameless-cluster-display-bsc-1137891.patch
  * drop patch 0002-Fix-acl_version-check-bsc-1089802.patch
  * drop patch 0003-Fix-cib.xml-parsing-for-acl_version-bsc-1158681.patch
  * drop patch hawk2-nodev.patch
  * Implement mechanism to switch binaries in case (bsc#1165587)
  * Low: Fix omission of built-in stonith attributes (bsc#1165587)
  * Refactor: Obtain the Pacemaker daemon directory during initialization
  * Work around the removal of Dir::Tmpname#make_tmpname (bsc#1162221)
  * Fix cib.xml parsing for acl_version (bsc#1158681)
  * Fix boot.rb
  * Fix Rails.groups issue when requiring the Gemfile
  * Remove Number Precision since it's handled by sassc-rails
  * Dev: Fix sass-rails version
  * Add application/x-bzip2 mime type (bsc#1098637)
  * Fix Sass version for Travis build
  * Fix mime type issue in MS windows (bsc#1098637)
  * preserve CIB_server et al environment variables (connect to remote)
  * Fix nameless cluster display (bsc#1137891)
  * High: Enable invoking new daemon names via hawk_invoke
  * High: Handle new daemon names in CrmConfig
  * Dev: Update Dashboard and fix compatibility issue
  * Dev: Fix provisioning on remote libvirt
  * Dev: Disable Nagios client provisioning
  * Dev: Update Readme
  * Dev: Add webui keys for testing masterless
  * Dev: Fix loading yaml from the pillars
  * Dev: Clean up the yaml config
  * Dev: skip installing grafana for now
  * Dev: get pillars from vagrant.sls
  * Dev: Fix missing dep
  * Dev: Read pillars from vconf.yml
  * Dev: Fix master config
  * Dev: Allow configuring vagrant through external conf
  * Dev: avoid using global variables
  * Dev: Clean up config
  * Dev: Change to yaml config
  * Dev: Fix Master config
  * Dev: Install master using bootstrap script
  * Dev: Update Vagrantfile
  * Dev: accept all  incoming public keys from minions
  * Dev: instruct the minion to look for a master
  * Dev: Update to working bootstrap script
  * Dev: Create pillar defaults
  * Dev: Sync salt root and pillar with nfs and fix path in salt/etc/minion
  * dev: Use Prometheus Formula for configuring prometheus.yml
  * Dev: Configure installation repo using the Formula
  * Dev: Adapt Pillar data to changes in Formula
  * Dev: install prometheus server packages
  * Dev: Disable legacy provisioning
  * Have to use NFS v3 over UDP for it to work
  * connect_via_ssh only if VM_HOST is set
  * Dev: Fixing the prometheus Pillar
  * Dev: Disabling Nagios provisioning
  * Dev: Change to forked Prometheus formula
  * Dev: Use the Prometheus formula and configure it using pillars
  * Dev: configure salt to use Gitfs backend
  * Dev: Install necessary packages for gitfs
  * Dev: Fix constant name conflict
  * Dev: exclude minion_id file from sync
  * Dev: Add configure_minion method and use minion_id
  * Dev: Remove vagrant triggers from Vagrantfile
  * Dev: Remove Virtualbox provider config
  * Dev: Fix minion config file paths
  * Dev: Sync Pillar directory
  * Dev: Rename salt directory to avoid confusion
  * Dev: Deploy Grafana's Datasource and HA Dashboard
  * Dev: Configure Grafana datasource
  * Dev: Disable bundler-audit
  * Dev: Continue when errors with Vagrant Triggers
  * Update SUSE's Copyright
  * Dev: Scrap data from all the nodes and not only localhost
  * Dev: Configure Grafana and change serving port
  * Dev: Configure prometheus for using pacemaker-exporter
  * Dev: fix pacemaker-exporter systemd issue
  * Dev: Install godep and fix pacemaker_exporter build
  * Dev: Install packages and configure go
  * Dev: Use requisites for managing dependencies
  * Dev: Use Salt to configure public ip for nagios
  * Dev: Restart apache using apachectl
  * Dev: Remove accidental log file addition
  * Dev: Restart gracefully nagios and apache2 services
  * Dev: Clean up Nagios scripts
  * Dev: Restart Nagios and apache2 after config
  * Dev: Fix typo in configure_nagios_server.sh
  * Dev: Rename Nagios scripts
  * Dev: Configure the before destroy trigger to run on the host instead of the guest
  * Dev: Fix Nagios server local hostname
  * Dev: Parse nagios_nrpe script with Jinja
  * Dev: Salt config for Nagios
  * Dev: require vagrant 2.1.0
  * Dev: Add public_ip files to .gitignore
  * Dev: Save guests public ips
  * Dev: Disable firewalld using Salt
  * Dev: Support external config for vagrant and Salt
  * Doc: Add Lukas Krause to Authors list and sort Alphabetically
  * Dev: Fix incorrect disk size for DRBD disk
  * High: Set secure flag to enforce https (bsc#1090657)
  * Medium: Improve hawk-server side cookie handling (bsc#1090667)
  * Medium: Set Symmetrical to False when score is Serialize (bsc#1085515)
  * Medium: Make resource stop/start icon dependent on target-role (bsc#1076421)
  * Dev: Update box to leap 15.0 version 1.0.7
  * Dev: Use latest bootstrap script that support Leap 15
  * Api: Fix  undefined method `get_cib' for #<Api::V1::Status> error
  * Api: Add necessary headers for cross-origin resource sharing
  * Api: Add the options method to the /register endpoint
  * Api: Add advance resource type(group|clone|master|bundle) in resource route(fate#323437)
  * Dev: Ignore byebug_history file
  * Dev: Start server using hawk binary instead
  * Dev: Load byebug in dev env
  * Dev: Install byebug by default
  * Dev: Disable hawk-dev-backend service
  * Dev: Enabling hawk dev services
  * Dev: Update dev env using salt
  * Api: Add 'param/meta/op' in resource return value(fate#323437)          To show the parameters/attributes/operations of this ra
  * Api: Add 'script' in resource return value(fate#323437)      To show the class/provider/type of this ra
  * Api: Add 'belong' in resource return value(fate#323437)
  * Api: primitive resource's type should always be primitive(fate#323437)
  * Api: Add 'attributes' and 'utilization' in node return value(fate#323437)
  * Api: Add cors preflight check and enable options method in routes(fate#323437)
  * Api: instance variable should not use here(fate#323437)      will cause NoMethodError
  * Api: get right status when resource is started(fate#323437)
  * Api: change to_hash function more dynamic(fate#323437)
  * Api: implement show method in controller(fate#323437)
  * Api: return nil if elem is nil(fate#323437)      in some case, param in determine_online_status_fencing is nil,      this will cause NoMethodError
  * Testing: Add validation test for order model
  * Testing: Enhance colocation validation tests a little
  * Dev: Prevent error through strip! method on empty score
  * Testing: Add ID to colocation validation test
  * Testing: Add validation test for colocation model
  * Dev: Create validation class for colocation and order model
  * Medium: Fix acl_version check (bsc#1089802)
  * Dev: Move colocation validation to constraint model
  * High: Fetch correct meta data (bsc#1092122)
  * Medium: Fix history explorer views (bsc#1093420)
  * High: Update links to release notes and documentation (bsc#1089709)
  * High: Return after redirect in reports (bsc#1090562)
  * Dev: Remove json extension from javascript delete operations
  * Medium: Comply routes' id with resources' ID (bsc#1092108)
  * Testing: Add tag to tests where cluster env is needed
  * Testing: Create helper for dummy yaml store
  * Testing: Add rspec fixtures and test api endpoints with valid token
  * Api: Implement basic structure for each endpoint (fate#323437)
  * Api: Fix typo (fate#323437)
  * Api: Clean up status structure (fate#323437)
  * Api: Create models' super class (fate#323437)
  * Api: Render basic response from /status (fate#323437)
  * Api: Refactor status.rb (fate#323437)
  * Api: Refactor api models (fate#323437)
  * Api: Set current_user during authentication (fate#323437)
  * Api: Implement models' logic (fate#323437)
  * Api: Add models' structure (fate#323437)
  * Api: Refactor checking expiry method (fate#323437)
  * Api: Fix Struct class name (fate#323437)
  * Api: convert expiry date to unix timestamp (fate#323437)
  * Api: Send back the expiry date as well (fate#323437)
  * Api: Fix missing token issue (fate#323437)
  * Api: Improve error response (fate#323437)
  * Api: Handle authentication cases (fate#323437)
  * Api: Add expiration check for api tokens (fate#323437)
  * Dev: Ignore VS code trash folder
  * Api: Ignore the api_token_entries.store (fate#323437)
  * Testing: Test fake authentication token
  * Api: Check if the store exists when auth (fate#323437)
  * Api: Use Yaml store for now (fate#323437)
  * Api: clean up api controller (fate#323437)
  * Api: Add register action (fate#323437)
  * Api: Add registration route (fate#323437)
  * Testing: Test authentication token
  * Api: Implement the structure of http token auth (fate#323437)
  * Api: Create api_controller.rb (fate#323437)
  * Testing: testing the api endpoints routing
  * Testing: Add a cluster_env tag
  * Api: Create the actions for each controller (fate#323437)
  * Api: Create the Api file structure (fate#323437)
  * Api: Add the status resource routes (fate#323437)
  * Api: Add basic api token comparison for authentication (fate#323437)
  * Api: Add validation for existing yaml store and api tokens
  * Low: Update copyright year in branding
  * Api: Use Yaml store for now (fate#323437)
  * Api: clean up api controller (fate#323437)
  * Api: Add register action (fate#323437)
  * Api: Add registration route (fate#323437)
  * Dev: Clean up vagrant file and hawkdev state file
  * Dev: Change hacluster user's shell in Vagrantfile
  * Dev: Bump version Vagrant box to 1.1.14
  * High: Replace Promoted/Running in dashboard with asterisk icon to avoid overflow issues
  * Dev: Some minor style nits
  * High: Better guest node detection / display (bsc#1074856)
  * High: Calculate guest node state correctly (bsc#1074856)
  * Doc: Fix syntax errors in README
  * Doc: Update screenshots in README
  * Doc: Translate README from asciidoc to markdown
  * Dev: Disable bundle feature configuration using Salt
  * Dev: Update ruby to 2.5
  * Dev: update Hawk's readme
  * Dev: Remove Chef provisioning scripts
  * Testing: Test authentication token
  * Api: Implement the structure of http token auth (fate#323437)
  * Api: Create api_controller.rb (fate#323437)
  * Testing: testing the api endpoints routing
  * Testing: Add a cluster_env tag
  * Api: Create the actions for each controller (fate#323437)
  * Api: Create the Api file structure (fate#323437)
  * Api: Add the status resource routes (fate#323437)
  * Dev: Remove vagrant cloud url since it's fetched correctly in Vagrant 2
  * Dev: Bump Vagrant box version to 1.1.12
  * Dev: Clarify wording in testing doc
  * Use Promotable etc. (bsc#1085318) (bsc#1085343)
  * Enable node events for remote/guest nodes (fate#324558)
  * Low: Drop errors heading in status to align with dashboard
  * Add minimal bundle model object (fate#324558)
  * UI: Implement icons in left navigation and modify js code
  * UI: Remove test code
  * UI: Implement code for active tab based on the current URl
  * UI: Merge access control menu into configuration menu
  * UI: Implement collapsible side navebar
  * Dev: Force vagrant to download boxes from vagrant cloud instead of atlas
  * High: Fix remote nodes iteration (bsc#1080439)
  * Dev: Fix the state of containers
  * Dev: Fix the state of bundle resources
  * Dev: fetch primitive resource for bundles
  * Dev: append port-mapping and storage-mappping to arrays instead of objects
  * Dev: Fetch the storage element from the cib
  * Dev: Fetch the docker/rkt, network elements from the cib
  * Dev: Define the basic JSON structure for the bundle
  * Dev: Nest the bundle object inside resources
  * Dev: Configure a dummy resource for testing bundle feature
  * Dev: Fix apparmor issue for apache bundle
  * Dev: Add the bundle support in the cib's model
  * Dev: Check if the feature is supported by the current pacemaker version
  * Dev: Configure the bundle using crmsh on the webui machine
  * Dev: Configure the docker host for testing the bundle feature
  * Dev: Fix remote nodes iteration (bsc#1080439)
  * Dev: update the box version with the latest build by packer
  * Dev: solve broken requirement in hawkdev/init.sls
  * Remove non-used state files from init.sls
  * Dev: Remove state files used by packed to build the base image
  * Dev: remove accidentally created files
  * Dev-env: Remove Salt bootstrap scripts since Salt is already installed
  * Dev-env: Update the vagrant box with the image built with packer
  * Dev: Update salt bootstrap script
  * High: Support guest nodes (bsc#1074856)
  * dev: Move to box 1.0.6
  * Ensure certificate/key is group readable (bsc#1071481)
  * Test: fix yet another typo
  * Test: Check for the Travis env variable
  * Dev: Fix typo
  * Dev: Skip running the test for #acl_enabled? in Travis
  * Test: Add test suit for (bsc#1069296)
  * Dev: Fix acl_enabled? (bsc#1069296)
  * Dev: Correct path to Cluster configuration page
  * Test: run rspec tests in Travis
  * Test: Run rspec tests in test container
  * Dasherize available languages map
  * Test: Add model test for Profile
  * Dev: Add scripts for running the test suite in a container
  * Dev: Dev: Handle redirection correctly after renaming resources (bsc#1068942)
  * Dev: Handle redirection correctly after renaming constraints (bsc#1068942)
  * Dev: Dev: split rename action for constraints to edit/update (bsc#1068942)
  * Dev: Refactor resouces.js (bsc#1068942)
  * Dev: Change the rename path for resources (#bsc#1068942)
  * Dev: split rename action to edit/update (bsc#1068942)
  * Fix node/resource event injection in simulator (bsc#1069217)
  * Dev: Add public key to the vagrant env
  * Dev: Check data-wizard-enable to disable/enable related options
  * Dev: disabled click when wizard apply successfully
  * Permit parameter conversion in history upload dialog
  * Dev: Use /bin/bash in shebang for generate-ssl-cert script
  * Dev: Set target-role default value to Stopped
  * Dev: Remove the jQuery element's key from the attlist-mapping
  * Dev: Convert string keys to symboles in Ticket's creation page.
  * Dev: Move RSC_DEFAULTS/OP_DEFAULTS to tableless.rb for maintain purpose
  * Dev: Use "/overflow: inherit"/ to avoid dropdown creates scrollbar
  * Dev: Use 'M'/'S' tooltip stand for Master/Slave role
  * Dev: Change monitor in oplist for Master/Slave resource
  * Dev: add default value and longdesc for timeout option
  * Dev: add longdesc for enabled in operation defaults
  * Dev: interval-origin should just in operation defaults
  * Dev: 0 instead of INFINITY means disabled for migration-threshold
  * Dev: In wizards, replace chaotic boolean value of params
  * Dev: Let error message shown in group/clone/master page
  * Dev: Strip redundant error messages(from errors.messages[:id])
  * Dev: Let error message shown in location/colocation/order page
  * Dev: Convert hash's key to symbol
  * Dev: Make sure no errors before crm configure verify
  * Dev: Required param's value shouldn't be blank
  * Dev: Move get_meta_data function to util and do some replaces
  * Dev: Wizards resource params missing default value
  * Dev: Required param should not be removed
  * Dev: Replace type="/string"/ to 'type="/text"/ in ra's meta-data   If don't do this, the default value of params will lost after from xml to json
  * Dev: Check whether param's value is blank
  * Show descriptions in cluster config (bsc#1054027)
- Added patches:
  - Fix the acl_version method when parsing the cib.xml (bsc#1158681)
  * 0003-Fix-cib.xml-parsing-for-acl_version-bsc-1158681.patch
- Added patches:
  - Fix display in case of nameless cluster (bsc#1137891)
  * 0001-Fix-nameless-cluster-display-bsc-1137891.patch
  - Fix utility method for checking ACL version in Hawk (bsc#1089802)
  * 0002-Fix-acl_version-check-bsc-1089802.patch
- Added build dependency nodejs10
- Update to version 2.1.0+git.1526638315.05cdaf9d:
  * High: Return after redirect in reports (bsc#1090562)
  * Medium: Comply routes' id with resources' ID (bsc#1092108)
  * High: Update links to release notes and documentation (bsc#1089709)
  * Medium: Fix history explorer views (bsc#1093420)
  * High: Fetch correct meta data (bsc#1092122)
- Update to version 2.1.0+git.1525082027.af7afec4:
  * Low: Update copyright year in branding
  * Medium: Implement Hawk's cluster API (fate#323437)
- Update to version 2.1.0+git.1522277768.8e5a2060:
  * High: Better guest node detection / display (bsc#1074856)
  * High: Calculate guest node state correctly (bsc#1074856)
  * Use Promotable etc. (bsc#1085318) (bsc#1085343)
  * Enable node events for remote/guest nodes (fate#324558)
  * Add minimal bundle model object (fate#324558)
  * Low: Drop errors heading in status to align with dashboard
- Update to version 2.1.0+git.1519229624.7c397acb:
  * Medium: Support Pacemaker Container Bundle feature (fate#324558)
  * Medium: Improved navigational structure in Hawk 2 (fate#323418)
- Update to version 2.1.0+git.1518590724.856b089e:
  * High: Fix remote nodes iteration (bsc#1080439)
- Update to version 2.1.0+git.1515768475.ff6e103b:
  * High: Support guest nodes (bsc#1074856)
- Update to version 2.1.0+git.1512558762.84542abc:
  * Ensure certificate/key is group readable (bsc#1071481)
- Update to version 2.1.0+git.1512139291.a886c8b1:
  * Disabled click when wizard apply successfully
  * Check data-wizard-enable to disable/enable related options
  * Correct path to Cluster configuration page
  * Fix acl_enabled? (bsc#1069296)
- Fix incorrect virtus dependency
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Update to version 2.1.0+git.1511437564.94d31646:
  * Fix resources and constraints renaming (bsc#1068942)
  * Fix node/resource event injection in simulator (bsc#1069217)
- Update to version 2.1.0+git.1510742499.03cc2be8:
  * Switch to ruby 2.5 (bsc#1068183)
  * Permit parameter conversion in history upload dialog
- Update to version 2.1.0+git.1510051134.341d508e:
  * Show descriptions in cluster config (bsc#1054027)
  * Fix systemd installation for hawk-backend.service
- Update to version 2.1.0+git.1505978451.64a32626:
  * Link error to report creation (bsc#1056483)
  * Low: Show cluster name in status title
  * Show revoke action for locally granted tickets (bsc#1059662)
- Update to version 2.1.0+git.1505902130.031a9f76:
  * Medium: Get post-expression value of ip resource for booth (bsc#1059492)
  * Only trigger attrlist click if paired with a SELECT element (bsc#1053456)
- Require timezone data to be present during build
- Loosen BR for nodejs to enable nodejs8
- add some BR to help the scheduler
- Update to version 2.1.0+git.1505201925.7f077708:
  * Use hawk-apiserver as proxy
  * Remove hawk_monitor and related dependencies
- minimize the packages we really need for this package:
  - adds hawk2-nodev.patch
  - use %{rubygem } syntax for BuildRequires/Requires
  - reorder requires to match the Gemfile
  - drop unused BR for nokogiri
  - run "/bundle.%{rb_ruby_suffix} exec bin/rails version"/
    to verify that we have everything needed for the Gemfile
- Update to version 2.1.0+git.1504876724.75e1a8b2:
  * Require Rails 5.1
- Require hawk-apiserver (fate#323437)
- Update to version 2.1.0+git.1504122466.88c339b3:
  * Upgrade to Rails 5
  * Drop support for bundling rubygems (fate#321115)
  * Move hawk data files out of /srv/www (fate#321020)
  * Remove the Strange char in Dashboard (bsc#1037430)
  * Add have-watchdog to list of readonly options
  * UI: Move sidebar down slightly when batch mode is enabled
  * UI: Fix typo in template.rb
  * Low: tools: crmd and pengine executables have moved to %_libdir/pacemaker
  * Medium: Don't offset failure time by 10 minutes in notification (bsc#1056483)
- Remove 0001-Don-t-drop-any-gems-from-bundle.patch
- Remove json-1.8.1.gem
- Remove rake-10.1.0.gem
- Remove rake-10.4.2.gem
- Update to version 2.1.0+git.1500894042.99eca950:
  * generate-ssl-cert: Make sure commonName isn't too long (bsc#1046820)
- Update to version 2.1.0+git.1496403895.2d3dbf1f:
  * Add have-watchdog to list of readonly options (bsc#1042361)
  * UI: Move sidebar down slightly when batch mode is enabled (bsc#1042360)
- Update to version 2.1.0+git.1494403016.19b2aada:
  * Fix systemd usage (bsc#1038400)
- Update to version 2.1.0+git.1493374455.0363b9be:
  * UI: Improve layout of Show/Edit/Graph buttons (bsc#1036761)
- Update to version 2.1.0+git.1493367682.5e6c2dc5:
  * UI: Add filter, link and ticket buttons. (bsc#1036738)
  * UI: Add search box for cluster table (bsc#1036738)
- Update to version 2.1.0+git.1493122558.004910fa:
  * Bug: Use cib_id parameter if provided (bsc#1029532)
  * Update translations
- Update to version 2.1.0+git.1492690749.6147693e:
  * UI: Display output from wizard in modal (fate#320866)
- Update to version 2.1.0+git.1491892871.5d65a24d:
  * Updated multi-cluster dashboard (bsc#1029532)
  * Fix sidebar in low resolutions (bsc#1031816)
- Update to version 2.1.0+git.1490950724.558e8212:
  * Escape body attrs correctly (bsc#1031822)
- Update to version 2.1.0+git.1489564721.15ee423b:
  * UI: Remove trailing brackets (bsc#1029271)
  * UI: Implement language list button and documentation, github and website link in footer
- Update to version 2.1.0+git.1488276154.57dd3268:
  * Add fencing topology support (fate#321133)
  * Add documentation for fencing topology (fate#321133)
  * UI: Revise copy for login screen
  * UI: Anchor backlinks to correct tab
  * UI: Fix footer position issues
  * UI: Fix missing alerts attribute controls
  * Check and warn re: DRBD disk/connection status (fate#322043)
  * UI: Show recent event = running (master) as info, not danger
  * Increase size of eventcontrol markers (bsc#1001357)
  * Show transition node as DC for clarity (bsc#1010843)
  * Reports: Display times as UTC as consistently as possible (bsc#1010831)
- Always bundle gems for hawk
- Add 0001-Don-t-drop-any-gems-from-bundle.patch
- Update to version 2.0.0+git.1480940121.2c59e4e:
  * Doc: Add missing link to HA quick guide
  * UI: Show local doc links as large buttons
- Update to version 2.0.0+git.1480523437.b6a234a:
  * UI: Every help entry needs a :html entry as well
- Update to version 2.0.0+git.1479373464.68754a3:
  * Dashboard: Try persisted session before login (bsc#1009880)
  * Group: Don't duplicate object list on errors (bsc#1009748)
  * Reports: Show diff from the past, not to the future (bsc#1010602)
- Update to version 2.0.0+git.1478971272.e716a0b:
  * UI: Fix typos in RC description for m/s (bsc#1009867)
  * UI: Hide ACL in mainnav if offline (bsc#1009869)
  * Batch Mode: Handle CSRF token (bsc#1009866)
  * Persist session across cluster nodes using attrd_updater (bsc#1009880)
  * Installation and Setup Quick Start (bsc#1006831)
- Update to version 2.0.0+git.1478179791.a7b6c5e:
  * UI: Use Recent events for both resources and nodes (bsc#1008268)
  * Cib: Add only node name to feature set map (bsc#1008321)
- Update to version 2.0.0+git.1478101560.4ab8817:
  * High: Catch div by 0 when utilization attribute has no value set (bsc#1008104)
  * UI: Clearer error when creating group with no children (bsc#1006169)
  * UI: Fix issues with larger markers (bsc#1001357)
- Update to version 2.0.0+git.1476083916.a1e9463:
  * Allow use of spring 2.0.0
- Update to version 2.0.0+git.1475584027.541506e:
  * Add preference to disable STONITH warning
  * Support for configuring event-based alerts (fate#321118)
  * Increase size of eventcontrol markers (bsc#1001357)
  * Fix crash when redirecting after editing missing object for tags and templates
  * Fix crash when creating alert with recipients (fate#321118)
  * Fix incorrect paths in systemd script
  * Install sysconfig script for hawk
  * Don't try to start hawk via bundle unless gems are bundled
  * Set verify_mode: none to workaround puma bug in 3.6.0 (bsc#1002369)
- Detect service status before upgrade (bsc#993055)
- Enable hawk service if upgrading from Hawk 1 (bsc#993055)
- Update to version 2.0.0+git.1471356649.a5ecac4:
  * Skip authenticity token for cib#show to enable dashboard (bsc#989794)
- Be stricter about requiring web-console 2, not 3
- Update to version 2.0.0+git.1470723261.8166faf:
  * Update translations (bsc#984336)
- Update to version 2.0.0+git.1469920946.db7b726:
  * Expose OPTIONS route for /cib/<ID> (bsc#989794)
  * DOC: Update README and generate table of content (#69)
  * Run puma via bundle exec to locate gems correctly
- Update to version 2.0.0+git.1468428505.0135e38:
  * Don't use Rails titleize method in wizards (bsc#987696)
  * Update translations (bsc#984336)
  * Pass correct context to grant/revoke popup (bsc#987860)
- Update to version 2.0.0+git.1468326669.6b3a189:
- Drop merged patches:
  * Remove 0001-Set-Content-Security-Policy-to-frame-ancestors-self-.patch
  * Remove 0002-Call-correct-method-to-revoke-ticket-bsc-987860.patch
- Call correct method to revoke ticket (bsc#987860)
- Add 0002-Call-correct-method-to-revoke-ticket-bsc-987860.patch
- Set Content-Security-Policy to frame-ancestors 'self' (bsc#984619)
- Add 0001-Set-Content-Security-Policy-to-frame-ancestors-self-.patch
- Update to version 2.0.0+git.1465754567.b838c7a:
  * Update translations (bsc#984336)
- Update to version 2.0.0+git.1465200752.ce534f0:
  * Cib: Fix broken instance assignment (bsc#983202)
  * UI: Make configuration graph clickable (bsc#983169)
  * UI: Make clicking a graph open it in a separate tab/window (bsc#983169)
  * UI: Fix tabs in edit view
  * UI: Show child count and clone type in status Type column
  * UI: Format tabs in location constraints like status / edit configuration pages
  * UI: Fix incorrect overflows on panels
- Update to version 2.0.0+git.1464959248.4c8523a:
  * Handle agent names containing underscores (bsc#982503)
  * UI: Fix hidden language selector (bsc#982582)
  * Cib: Fix crash when adding resource failures (bsc#983028)
  * Add links to help screen
  * Change circle in status page to medium
  * UI: Reduce movement when switching agent
  * UI: Nicer formatting in command log
  * UI: Reports: Add buttons to zoom in and out of the event timeline
  * UI: Fix broken tabs after adding zoom in/out buttons
  * UI: Add titles to prev/next transition buttons
  * UI: Show node in transition popup
- Update to version 2.0.0+git.1464769312.daad221:
  * Wizard: Fix wizard listing when running as less privileged user (bsc#981583)
- Update to version 2.0.0+git.1464213601.5005ce3:
  + Controller: Fix 500 error when create fails
  + UI: Highlight master instances in location list
  + UI: Limit tag operations to those that actually work on tags
  + Set per-resource maintenance instead of is-managed (bsc#981659)
- Update to version 2.0.0+git.1464164578.80eba76:
  + UI: Show resource / node count in status tabs
  + UI: Fix tickets display in status view (bsc#981552)
  + Group: Enforce target-role after create/update (bsc#968876)
- Update to version 2.0.0+git.1463943986.78a1933:
  + Dashboard: Cycle through node list if credentials are set
  + Dashboard: Improved display of multiple errors
  + Cib: Show error if in partition without quorum (bsc#980919)
  + Cib: Show quorum error before fencing errors
  + Cib: Update cluster status when pushing errors
  + UI: Move panels in Edit Configuration into proper tabs
  + UI: Show which node is DC
  + UI: Status: Pagination and smartDisplay
  + UI: Remove Hawk icon from navbar
  + UI: Status: Remove sort and search controls since they are broken (bsc#980993)
  + UI: Fix font weight in dashboard
  + UI: Allow renaming constraints (bsc#981006)
  + UI: Allow renaming tags (bsc#981006)
  + UI: Show resource type in Edit Resource view
  + UI: Add tabs in Status view for each tag
  + UI: Fix outdated title formatting
  + UI: Clean up and fix column sorting in Edit Configuration (bsc#979311)
  + UI: Fix ugly footer on small screens
  + UI: Status: No title even when no errors
- Update to version 2.0.0+git.1462794622.796a8a6:
  + Cib: Warn if partial cluster upgrade detected (fate#320759)
  + Change title from Simulator to Batch Mode
  + Try to use fonts available on Linux by default
  + Dashboard: Improved responsive grid layout
- Update to version 2.0.0+git.1461322965.7f27886:
  + UI: Revised primitive attribute loading to avoid ugly bounce
  + UI: Avoid using spinner placeholders
  + Call correct rake when running gettext:pack / assets:precompile
- Update to version 2.0.0+git.1460021004.dc75922:
  + UI: Correct font-awesome icon asset paths (bsc#974435)
  + Improved hawk 1 package obsoletion statement
- Update to version 2.0.0+git.1459616683.31efac7:
  + Reports: Allow generating reports on offline nodes
  + UI: Add clear state operation for nodes
  + UI: Status: Always show migrate option
  + Model: Fix missing fence operation for nodes (bsc#973722)
  + UI: Status: Refresh CIB after user changes (bsc#973723)
  + UI: Fix partial CIB refresh by removing monitor epoch (bsc#973723)
  + UI: Only overwrite CIB if epoch is newer
- Update to version 2.0.0+git.1459374052.159281a:
  + Cib: Save fence history in node data (bsc#968055)
  + Wizard: Need admin rights if non-local call
  + UI: Status: Display constraints for resource
  + UI: Status: Display migration status for resources
  + UI: Status: Make remote node indicator a small icon
  + Remove use of Hashie
- Update to version 2.0.0+git.1458543074.dc9aa66:
  + UI: Updated EventControl (bsc#970280)
  + History: Show timezone for report dates
  + History: Fix tab memory between transitions
- Update to version 2.0.0+git.1458303640.7745849:
  + UI: Use EventControl in history explorer (bsc#970280)
  + Wizard: Fix broken file system category by dehumanizing category names for ids
  + Wizard: Allow more actions without requiring admin access
  + Simulator: Ignore error RC from crm_simulate if nothing is written to stderr
  + Wizard: Nicer category icons
  + Reports: Less verbose version string
  + Deflate assets in production
- Update to version 2.0.0+git.1457531142.ac2dc9f:
  + UI: Fix broken dashboard remove button (bsc#970289)
- Update to version 2.0.0+git.1456998191.16a7222:
  + Enable use of Puma 3+
- Update to version 2.0.0+git.1456913361.8ae2d27:
  + Load reports in the background to enable cancel (bsc#878819)
  + Cib: Avoid crash if corosync is offline (bsc#968239)
  + Wizard: Avoid printing login message if set (bsc#969069)
  + Wizard: Don't require password for an extended set of crm commands
  + Reports: Add Download/Delete buttons to report view
  + UI: Update favicon
- Update to version 2.0.0+git.1456226540.23c625f:
  + UI: Fix spurious error after creating resources
  + Model: Override child meta attributes correctly (bsc#967800)
  + UI: Calculate CIB hash correctly
- Replace hawk with hawk2 (fate#320561)
- Update to version 2.0.0+git.1455729634.14c4a76:
  + Replace Simulator with Batch Mode (fate#318298) (fate#317834) (fate#318314)
  + Add copy shortcut to Primitive/Template
  + UI: Create primitive in group directly (fate#318318)
  + UI: Remove any use of external fonts
  + UI: Fix broken confirmation dialogs
  + UI: Fix batch mode resetting when opening dialog
  + UI: Don't set background when highlighting
  + UI: Add disconnect status
  + UI: Better navigation buttons for edit/show/graph pages
- Update to version 2.0.0+git.1454943728.a962a79:
  + Release v2.0.0
  + UI: Use title case in sidebar menu
  + UI: Add Rename and drop List from edit pages (fate#318316)
- Update to version 1.0.1+git.1454694176.4f9f2b5:
  + UI: Add option to show CIB as XML (fate#319665)
  + Node utilization edit support (fate#320420)
  + Resource utilization edit support (fate#320420)
  + UI: Improved show/hide tickets in status
  + UI: Improved dashboard mouse over popup
  + UI: Clean up some detail views
  + Doc: Updated README
  + Don't spam command log with show xml calls
  + Switch icon for command log
- Update to version 1.0.1+git.1453970823.70b8dcb:
  + UI: Update font awesome to 4.5.0
  + Enable migrate/cleanup with node argument (bsc#958386)
  + Skip broken wizards without crashing
- Update to version 1.0.1+git.1449317258.6ecc8dd:
  + UI: Fix missing info about extra operation values and help text (bsc#957992) (bsc#957997)
- Update to version 1.0.1+git.1449142434.d79ea19:
  + UI: Prevent default action on deleting constraint (bsc#957760)
  + UI: Fix failed submit from wizard
- Update to version 1.0.1+git.1449052401.725ce5f:
  + UI: Link constraint edit form back buttons to the Add constraint page
  + UI: Make colocation advanced section toggleable
  + UI: Wizard: Add advanced params with value
  + UI: Fix wizard tabs markup and remove confusing verify pill
  + UI: Retain param values when going back from verify in wizard
  + UI: Wizard: Validate resource IDs
  + UI: Keep group children in defined order when displaying (bsc#957169)
  + Model: Enable saving changes to group children (bsc#957169)
  + Reports: Add cancel button to report collection UI (bsc#878819)
  + UI: Improved colocation and order constraint editors
  + UI: Fix lost parameters after failed validation in create primitive (bsc#956452)
  + Model: Basic validation for new resources/constraints using a temporary shadow CIB
  + UI: Show error message as graph image if generation fails
  + UI: Unify rightbar help display across all pages
  + UI: Keep boolean style depending on configured value
  + Fix UI glitches from low decimal precision in Sass
  + UI: Dashboard: Replace Advanced config with port only
  + UI: Add simple mode for location constraint editor (bsc#953829)
  + UI: Fall back to english text if no translation is available
  + Command Log: Add timestamp to each log entry
  + Model: Unified common ID handling for records
  + UI: Add improved help text for Primitive / Template
  + UI: Fix incorrect layout for ticket new/edit
  + Fix missing flash after edit of group/clone/ms resources
  + UI: Separated meta attribute mappings from general form help text
  + Precompile and minify assets when packaging (bsc#951364)
  + Model: Prefer uname over id to avoid making illegal numeric ids
  + UI: Use node ID in URI, not name
  + UI: Handle missing information for tickets
  + Events: Get rid of moment.js deprecation warning
  + Cib: Add listing of remote nodes to mini output
  + Status: Revised status view and confirmation dialogs
  + Status (nodes): Use body CIB for node list
  + Status: Update tables at the correct time
  + UI: Single ajax update on status change (bsc#951364)
  + UI: Implement ticket listing using ajax (bsc#951364)
  + Status: Better handling of long resource names in status view
  + Status: Cleaned up and improved detail views
  + Status: Fix broken confirmation dialogs
  + Status: Show ticket status even if no local constraint is defined
  + Cib: Implement running_on for resources in model
  + Status: Show more details for tickets
  + Add elsewhere status for tickets (bsc#952861)
  + Layout: Put simulator and flashes in container
  + Modified simulator styling
  + Status: Clean up URLs in ticket UI
  + Add Cib meta and edit routes
  + Model: List all children in Resource.all
  + Model: Enable editing node attributes
  + UI: Revised footer / meta data display
  + UI: Add new Cib edit and show views
  + UI: Add new node edit view
  + Clearer titles for ACL Roles and Targets pages
  + UI: Fix non-circular status circle
  + UI: Reorganize sidebar
  + Controller: Include templates in complete resource listing
  + UI: Link back button in edit forms to Cib edit view
  + UI: Link graph view to Cib edit view
  + UI: Add templates to the add a resource screen
  + Cib: Add more Cib metadata to details pane
  + Cib: Cleaned up constraints data in cib
  + Status: Revised status UI
  + Status: Fix case of template listing
  + Colocation: Re-enable configuring node attribute for colocations
  + Cib: Clean up old-style ruby code
  + Controller: Clean up TicketsController
  + CibController: Return error message for json
  + Cib: Fix bug in previous clean-up
  + Status: Don't include constraints in tags
  + Status: Handle multiple levels of nesting in resources
  + Status: Filter out tags without resources from status
  + UI: Fix simulator header for rightbar layout
  + Cib: Find current cib even if parameter name is :id, not :cib_id
  + UI: Improved modal for agent info
  + Routing: Reorganize UI to fix routing issues
  + Command Log: Log simulator commands into separate command log (bsc#950618)
  + UI: Add create shortcut to resource/constraint edit screens
  + Status: Add Recent events for nodes and resources
  + Status: Include children in recent events
  + UI: Better icons for configuration edit screens
  + UI: Add hawk logo to top bar
  + UI: Hide timeout warning if user is navigating away
  + Fix hang checking schema version
  + UI: Fix issue with agents that have no description (bsc#956463)
- Update to version 1.0.1+git.1448454104.9e71083:
  + Model: Require Invoker properly (bsc#956446)
  + Fix 'illegal argument Symbol to Attribute constructor' error (bsc#956446)
  + Location: Fix constraint bug after error (bsc#953847)
  + Show name of currently logged in user
  + Clean up command log entries
  + ACL: Fix ACL enabled check
  + Dashboard: Update epoch tracking correctly
  + Colocation: Don't crash on missing node-attr
  + Model: Fix removal of last item in attrlist
  + Cib: Support optional mini query parameter
- Update to version 1.0.1+git.1447941962.3d88e5f:
  + Enable 404 page in production (bsc#953846)
  + Location: Fix crash on empty create (bsc#953847)
  + Status: Rename name column to ID (bsc#953158)
  + Location: Add support for resource-discovery (bsc#952191)
- Disable rubygem bundling
- Clean up package description (bsc#952794)
- Update to version 1.0.1+git.1447036244.df8e574:
  + Update translations
  + Enable access logging (bsc#950572)
  + Wizard: GFS2 is supported in SLE12+
  + Swap certificate and private key if inverted (bsc#954159)
  + Fix back link in templates
  + Reflect actual language choice in profile view
  + Calling crm script would fail for users other than hacluster
  + Narrow the range of commands hawk_invoke accepts
  + redirect unknown routes to root
  + properly format form error messages
  + disable showColumns for all bootstrap-tables
  + Handle cloned groups when calculating resource locations
  + Dashboard: More resilient cluster copy
  + Dashboard: Force a refresh after a connection failure
  + Cib: Link to configuration screen from STONITH error message
  + Status: Don't show error when leaving status page
  + Show node ID on details pane
  + Wizard: Parameter example is not a placeholder value
  + Dashboard: Revised rendering with resource labels
  + Status: Escape quotes in tooltip
- Update to version 1.0.1+git.1446573432.048f37e:
  + Cib: Handle multiple nest levels in mini (bsc#953417)
  + Location: Fix rule_elem typo (bsc#953419)
  + Fix RecordNotFound error
- Update to version 1.0.1+git.1446137442.d9c6c0e:
  + Simulator: Fix ticket simulation (bsc#952489)
- Update to version 1.0.1+git.1446048276.98c4de1 (bsc#952441):
  + Fix help text for clone / multi-state (bsc#952439)
  + Dashboard: Fix ownership of dashboard config (bsc#952442)
  + Dashboard: Fix bad error message
- Update to version 1.0.0~alpha1+git.1445930333.51d3703:
  + Report: Enable uploading gzipped archives (bsc#952136)
- Update to version 1.0.0~alpha1+git.1445537620.7637b7f:
  + Dashboard: Blinkenlights display for dashboard (bsc#951584)
  + Command Log: Tag simulated commands (bsc#950618)
- Update to version 1.0.0~alpha1+git.1445441661.907341b:
  + View: Fix overlapping growl notifications (bsc#950626)
  + Cib: Patch remote node state from resource (bsc#949240)
  + Cib: Don't try to read CIB XML if cluster is not running
  + Dashboard: Fix adding/removing clusters
  + Status: Show unclean status as error
- Update to version 1.0.0~alpha1+git.1445271072.1114d0a:
  + Wizard: Disable apply button correctly (bsc#950617)
  + Wizard: Allow resubmit if password is edited (bsc#950605)
  + Wizard: Strip Password: prompt from stderr output (bsc#950605)
  + Ticket: Use correct ID and disable ticket grant/revoke in simulator (bsc#950624) (bsc#950630)
  + Ticket: Display Ticket ID in tables (bsc#950624)
  + Ticket: Add Details pane for tickets
  + Status: Add edit link to resources and tickets (bsc#950599)
  + Wizard: Only allow CIB-only wizards in simulator mode (bsc#950630)
  + Add wizard application to command log (bsc#950588)
  + View: Show validation tooltip (bsc#950465)
  + Improved quoting for wizard parameters in command log (bsc#950588)
- Update to version 1.0.0~alpha1+git.1444948199.57048c0:
  + Add missing descriptions for clone/multistate resource options
  + Require fast_gettext >= 0.9.2
- Update to version 1.0.0~alpha1+git.1444890849.7fa23f3:
  + Don't insert nil as error in Record, and don't crash if error is nil (bsc#950325)
  + Command Log: Hide some invocations from log (bsc#950329)
  + New favicon
- Update to version 1.0.0~alpha1+git.1444693784.7d65d43:
  + Don't crash if tagged resource is stateless (bsc#950072)
  + Status: Filter out tagged records that aren't resources (bsc#950072)
  + Rails complains if we don't skip the CORS after_filter (bsc#950070)
  + after-filters don't work on live controllers (bsc#950070)
  + Add missing OPTIONS route for /monitor (bsc#950070)
- Update to version 1.0.0~alpha1+git.1444651897.824bd0b:
  + Status: Fix state calculation for multi-state resources (fate#318288)
  + Status: Display resource action dropdown above table
  + Status: Fix promote/demote actions
  + Relax gettext_i18n_rails dependency
- Update to version 1.0.0~alpha1+git.1444641059.112bbcf:
  + Status: Fixed nested resources view (fate#318286)
  + Fix bug in parameter shortdesc display for certain agents
  + Status: Fix display of tag resources (fate#318288)
  + Status: Fix state calculation for tags
  + Status: Display clones in resources list
  + Status: Fixed display of state for m/s
- Update to version 1.0.0~alpha1+git.1444318089.6dd31cf:
  + Cib: More informative error message when node is unclean (fate#318287)
  + Cib: Make standby a separate state variable so the indicators work properly
    (fate#318297) (fate#318296) (fate#318288)
  + Report: Show last diff on last transition
  + Report: diff: Don't show error unless there actually was an error
  + Resources: Fix agent link for non-templates
  + Resources: Use running_on property to determine location
  + Resources: Show instance and failure information on resource details page
    (fate#318287)
  + Status: Disable pagination for tickets and nodes (fate#318295)
  + Status: Hide tickets table when there are no tickets
  + Node: Split utilization lines correctly (#58)
- Update to version 1.0.0~alpha1+git.1444236681.45aa654:
  + move simulator panel to the top
  + rearrange input elements in simulator panel
  + remember state of simulator toggle on page reloads
  + Report: Convert problematic characters to _ for download
  + Report: Better graph styling with img-thumbnail
  + Report: Handle report filenames containing spaces
- Make gem bundling conditional on SLE or openSUSE (bsc#949046)
- Bundle gems in SLE 12 SP1 (bsc#949046)
- Remove build dependency on quiet_assets
- Update to version 1.0.0~alpha1+git.1444137703.9beb93e:
  + Update ACL enablement message (bsc#946041)
  + Fix possible race condition in CrmEvents
  + enable view for editing location constraints
  + Changelog: Fix incorrect bug reference (bnc#917428)
  + Location rules: Score quoting and extra space in <type>:<operation>
  + Record: Better escaping for fetching xml records
  + Resource: Include tags in listing
  + Cib: Inject cib into record
  + Status: Removed tabs, added tickets and removed constraints
  + Resources: Cleaned help texts and removed backups
  + Ticket: Added standby and granted attributes
  + Resource: Added state and managed attributes
  + Resource: Added nested resources for status view
  + Footer: Partial fix for ui glitch
  + Dashboard: Don't redundantly show tickets as info notices
  + Simulator: Fix ticket name listing after Cib change
  + Reimplement /monitor as a Live controller (bsc#947748)
  + History: Don't crash on reports with no transitions
  + Report: Improved from/to date inference
  + Location: Initialize with an empty rule
  + Fix issues with running hawk in offline mode (bsc#947818)
  + Reports: Improved available information for reports
  + Report: Dropdown lists in transition navigation
  + Cib: Fix bug in offline?
  + Location: operator must be set
  + CrmEvents: Preserve log if not too big
  + Report: Don't confuse errors with transitions
  + Report: Fix incorrect nesting of node/resource events
  + Location: Fix destroy action without content
  + Location: Better defaults for new/empty rule
  + Invoker: Slightly less inscrutable error message
  + Monitor: Implement /monitor as live controller (bsc#947748)
  + Service: 16 threads, 1 process, SIGKILL after timeout
  + Monitor: Refresh on monitor event
  + Dashboard: Use /monitor for great success
  + Resource: Added actions for the resources
  + Resource: Made the node for migrate and cleanup optional
  + Colocation: Hide node attribute option (bsc#943591)
  + ACLs: Small tweak to the enabled? message (bsc#946041)
  + Refer to ACL Targets, not Users (bsc#946085)
  + Add help text for ACL Role/Target
  + Fixed ACL handling (bsc#946229) (bsc#946247)
  + Cib: all resources now have a :state
  + Updated crmsh mode for highlight.js
  + Resource: Cleanup managed
  + Model: Use the current_cib in resources as much as possible
  + Invoker: Make logged load updates actual shell commands
  + Log cibadmin --replace to command log
  + Basic help text for Cluster Configuration
  + use MutationObserver to fix the footer issue
  + Fix the simulator creation redirect flow
  + Status: Update status circle
  + fix pull_right icon_tags next to icon_texts in FF
  + Resource: Added all required actions
  + Tag: Use validates...presence for array attributes
  + make the footer on login page sticky
- Update to version 1.0.0~alpha1+git.1442580882.11cc227:
  + Status: Some reordering and sizing of list items
  + Reports: Implement generating, uploading, downloading and deleting reports
  + Report: Show timestamp for transition in tooltip (fate#318281)
  + Update note on bindfs in README
  + Sort roles before users (bsc#946053)
  + Reports: Fix null derefence
  + Fall back to session storage if cache is disabled (may hit 4k limit)
  + Change /agent route to handle agents with colon or slash in the name
  + Fix potential null dereference in wizattrlist
  + Implement operation editing for primitives and templates (fate#318281)
  + Redirect to templates list after deleting a template
- Update to version 1.0.0~alpha1+git.1442306372.6b81608:
  + Primitive: Display template clazz, provider and type correctly
  + CrmConfig: Default value in help text [fix translation] (bsc#889767)
  + Commands: Hide command log when shadow CIB is active
  + Relax version requirement for spring
- Update to version 1.0.0~alpha1+git.1442143739.2d5ab0e:
  + Simulator: Implement result dialog and simulator controller
  + Vendor: Add highlight.js
  + hawk_invoke: Allow simulator to run as hacluster
  + Stylesheets: Fixed bootstrap imports
  + Stylesheets: Updated to latest bootstrap-table version
  + Views: Added listings and fixed confirm dialogs
  + Added kramdown markdown processor
  + Listings: Integrated listings for resources and constraints
  + Attrlist: Removed value preselection
  + Wizards: Redesigned wizard selection
  + Assets: Fixed confirm dialogs
  + Wizards: Fixed stylesheets for general listing
  + Help: Moved help texts around
  + Template: Added more flexible attributes and parameters
  + Primitives: Integrated template behavior into primitives
  + WIP: Add /commands view (fate#318290)
  + Explorer: Default to last hour
  + View: Tags: Fix tags listing
- Add dependency on kramdown for parsing markdown (bsc#944755)
- Update to version 1.0.0~alpha1+git.1441319582.8c8d426:
  + Integrate documentation for add resource
  + Template: Fix broken implementation of crm ra classes
  + add steps to README Hacking section
  + Revert broken rewrite in Template
  + Add agents view to display information about resource agents
  + Enable showing agent for appropriate resources in resource view
  + Details view for resources
  + Add help text for resource templates (bsc#944043)
  + Add help text for meta attributes
  + Minor fixes to the wizard param view
  + CrmConfig: Show default value (if any)
- Update to version 1.0.0~alpha1+git.1441003128.fa0ca82:
  + Order: Fix validation of score/kind
  + Colocation: Fix shell_syntax generation for colocation constraints (bsc#940194)
  + Location: Fix CLI syntax generation for location constraints (bsc#940194)
  + location: fix validation for location rules
  + Fix more references to Multi-state resources (bsc#940193)
  + One more reference to Multi-state (bsc#940193)
  + Template: Don't include hidden clazz/providers in list
  + Primitive/Template: Fix class/provider/type selector
  + Update to Bootstrap 3.3.5 to fix modal page shift bug (twbs/bootstrap#13103)
  + Graph: Show loading placeholder while generating graph
  + Constraints: Show score as separate column
  + Constraints: Fix display of tickets
  + Wizard: cache list of wizards with 2 hour expiry
  + Clearer category for legacy wizards (fate#318211)
  + Dashboard: Set panel frame color based on status
- Update to version 1.0.0~alpha1+git.1440623163.e6e2342:
  + Primitive: Remove debug inspect (bsc#940194)
  + CrmScript: error output is not line-by-line, report as a single error notification
- Update to version 1.0.0~alpha1+git.1440604736.8fb27d9:
  + Dashboard: Add details pane, now at feature parity with old UI (bsc#808703)
  + Cib: Remove tags and constraints from mini CIB
  + Status: Show tickets in constraints list
  + Stylesheets: Fixed multiple alert boxes
  + CrmScript: Pass data to crm via tempfile
  + CrmScript: Handle output from script correctly
  + Wizard: Implemented views for wizards (fate#318482) (fate#318211) (fate#318281)
  + Status: Clone resources may not have a default instance (bsc#938798)
- Update to version 1.0.0~alpha1+git.1440497150.ec9656c:
  + Wizard: html-escape descriptions since they may contain <, >, etc., and simple_format would strip them
  + Wizard: @loaded should not be an accessible attribute
  + Wizard: Reworked wizard model structure
  + Wizard: Improved client-side validation for wizards
  + Wizard: Fix styling of generated form controls
  + Wizard: Improved handling for substeps
  + Config: Require fileutils in puma.rb
  + Create Node model objects via Cib to get correct node state (fate#318281)
  + Node: Hide fence control if STONITH is disabled
  + View: Very basic implementation of resources and constraints tabs in status display
  + Show all resources, not just groups
  + Don't hide the help text on mouseleave
  + Explorer: Report::Upload now saves report correctly
  + Render graph as svg instead of png
- Add provides for ha-cluster-webui (bsc#942723)
- Update to version 1.0.0~alpha1+git.1439476251.f3c7344:
  + Wizard: Better formatting for longdesc
  + Wizard: Improved help display
  + Model: Fix display of operation errors (bsc#938702)
  + Model: Show description of rc for failed operation
  + CrmScript: Fix invocation of splitline
- Update to version 1.0.0~alpha1+git.1439303419.9ae3a70:
  + hawk_invoke: Allow hawk to invoke crm report (bsc#941308)
- Update to version 1.0.0~alpha1+git.1438843863.671db31:
  + Relax requirement for js-routes
- Provide new hawk UI as a new package (bsc#940628)
- Update to version 1.0.0~alpha1+git.1438696250.7574201:
  + Util: Remove PerRequestCache, use Rails.cache instead
  + Don't cache ACL enabled check (possibly slower, but safer)
- Update to version 1.0.0~alpha1+git.1438678796.97668bf:
  + hawk_invoke: Fix bug in allow_root call (fate#318281)
  + Gemfile: Relax web-console requirement
  + Gemfile: Relax puma version requirement
  + View: Add well with step description
  + Naming of master/slave resources (switch to "/multi-state resources"/) (bsc#940193) (bsc#940205)
- Update to version 1.0.0~alpha1+git.1436521428.f08859d:
  + Add a :nostonith status code
  + Config: Enable gzip compression
  + Model: New Wizard model
  + Model: Don't use PTY to implement wizard backend, add support for running as root (fate#318281)
  + Status: Started to rebuild the status page
  + Status: Display error messages on status page correctly
  + Status: Synced icons correct with previous commits
  + Nodes: Moved the actions to a proper place within table view
  + Navigation: Reordered menu entries
  + Assets: Stretch responsive image to full width
  + Dashboard: Add multi-cluster dashboard
  + CrmScript: Utility for executing cluster scripts.
  + Monitor: Only update on epoch change
  + Views: Removed development navigation
  + View: Cleaner page render by setting image size
  + View: Add categories for wizards (fate#318211)
  + View: In-progress view for new wizards
  + View: 4-3-2 layout in dashboard
  + View: Fix location of flash in withrightbar layout
  + View: Rebalance withrightbar layout
  + View: Rebalance large screen layout to match withrightbar
  + View: Display indicators for verify / apply steps
- Update to version 1.0.0~alpha1+git.1435942029.3ca7b05:
  + New redesigned user interface (fate#318281)
  + Redesigned status page (fate#318296)
  + Search for resources (fate#318295)
  + Manage resources directly on status screen (fate#318288)
  + Improved error message handling (fate#318287)
  + Redesigned navigation structure (fate#318285)
  + Redesigned login page (fate#318282)
  + Model: Updated and integrated model for tags (fate#318319)
  + Model: Add Cluster model for dashboard (bsc#808703)
  + Initial version of revamped cluster dashboard using new UI (fate#318281)
  + Dashboard: Better status display (including tickets)
  + Locale: Just forget the browser locale settings
  + Config: Hawk is not thread-safe: Configure a single thread by default (bsc#934749)
  + Scripts: Send SIGINT to stop puma
  + Scripts: Update the sysvinit scripts for hawk to use puma
- Require dejavu so graphviz works correctly (bsc#931950)
- Update to version 0.7.0+git.1434033948.69e3e11:
  + Build: Reduce ruby_parser requirement to be >= 3.6.6, < 4.0
  + Service: Reduce number of threads to 1 since the old app is not thread safe (bsc#934749)
- Update to version 0.7.0+git.1433982319.3b31e49:
  + Build: Fix GEM_PATH
- Update to version 0.7.0+git.1433775810.76d9c05:
  + Build: Update Gemfile to include dependencies for new UI
  + Reports: use crm report to generate and pass -Q for improved generation speed
  + Controller: Always render graph png and but show errors as flash (bsc#931837)
- Require rake only in openSUSE 13.1 and earlier
- Make more transitive gem requires explicit to resolve ambiguities
- Update to version 0.7.0+git.1430487883.d57df13:
  + Wizard: Split cLVM wizard in two (bsc#924420)
  + Build: Add --local flag to bundle install when bundling gems
  + Build: Require mail 2.6 to resolve build ambiguity
- Update to version 0.7.0+git.1430078135.9e13c3c:
  + Controller: Use sanitize() to enable HTML in the primitive editing flash
  + Model: Fix use of @errors before it is created in CibObject
  + Model: Add model object for CIB tags
  + Model: Add @tags list in Cib object, feature check for tags support
  + Model: Store template reference and node id in Cib elements
  + Wizard: First version of MariaDB wizard (fate#318550)
  + Model: No need to feature-check when getting tags from CIB
  + Model: Improving the Tag model object
  + CibController: Add tags to output
  + Wizard: Remove GFS2 wizard (bsc#923964)
  + Wizard: Reorder wizards in the UI
  + Gemfile: Require sprockets ~> 3.0
  + Vagrant: Install a dummy index.html for the clustered web servers
- Update to version 0.7.0+git.1427954675.b847dc9:
  + GUI: Fix error display css
  + GUI: Redirect to new after creating, add link to edit created resource (bsc#921762)
  + Wizard: Add sbd_device as explicit parameter (bsc#924407)
  + Wizard: Remove cmirrord from cLVM wizard (bsc#924414)
  + Wizard: Fix check for CIB write access (bsc#924429)
- Depend strictly on supported versions of rubygems
- Depend on exact tilt version required (1.4)
- Add build dependency on git
- Update to version 0.7.0+git.1426755371.189d4a2:
  + Rely on hawk to pull in production dependencies
  + Reorder dependency install to avoid tilt trap
  + Rails 4: Fix use of @errors hash vs. array
- Update to version 0.7.0+git.1426677126.2ef8f08:
  + Vagrant: Increase development worker:thread count to 2:2
  + Build: Update rpm/hawk.spec
- Make dependency on tilt >= 1.4, < 2.0
- Update to version 0.7.0+git.1426603924.3cb835b:
  + Vagrant: Reduce number of workers in dev mode
  + Misc: Reduce number of server workers/threads
  + Chef: Fix spelling
  + Vagrant: retain insecure key
- Extended _service file to get changes generated as well
- Update to version 0.7.0+git.1426595507.808c2cc:
  + Removed active record related files
  + Fixed paths in systemd service template
  + We don't want to load all rails components
  + Fixed error messages within forms
  + Removed redundant repo addition
  + Updated submodule references
- Removed filter-requires.sh as it's not used anymore
- Create the sysconfig directory for the SSL certs
- Get rid of hawk_ruby_abi in favor of default ruby abi
- Update to git#25ecd9f
  - Misc: Run ExecStartPre= as root to generate certificate
- Update to git#4717cb9
  - Misc: Correct path to SSL certificate
- Update to git#ecf0fd4
  - Build: Allow bundling web-console 2.1.0
- Update to git#062915d
  - Fixed path for pregenerating ssl certs
  - Build: Add a fillup template for hawk
  - Integrated puma as a lighttpd replacement (fate#317078)
  - Moved monitor functionality into a controller
  - Build: Update spec file
- Update to git#eb17098
  - Wizard: Fix incorrect step index display (bnc#889907)
  - GUI: Refer to peinputs by the full name to avoid confusion with pe-warn files (bnc#917131)
  - GUI: Handle uncompressed peinput files correctly (bnc#917131)
  - Restructuring for rails upgrade to version 4.2.0
  - Disable forgery protection, else gettext wont work
  - Added quiet_assets to development
  - Moved rpm related stuff into subfolder
  - Misc: Remove references to individual rubygems in the README (rather than trying to keep the list up-to-date)
  - Build: Update spec file for Rails 4
  - Wizard: Detect missing secret key base
  - Tools: Drop extraneous groups when becoming haclient in hawk_invoke
- Wizard: Clarify netmask format
- Wizard: Fix bug in virtual-ip workflow
- Wizard: Fix bug in sbd workflow
- Wizard: Fix bug in filesystem workflow
- Wizard: Fix bugs in SAP workflows
- Wizard: Initial workflow for Oracle DB (fate#318152)
- Wizard: Create workflow for creating a Virtual IP resource.
- Wizard: Create workflow for creating a filesystem resource.
- Wizard: Add initial DRBD workflow
- Wizard: Translate crmsh clvm template to hawk wizard
- Wizard: Add initial GFS2 wizard
- Wizard: Initial workflow for SBD
- Wizard: Add initial DB2 HADR wizard (fate#318155)
- Wizard: Initial workflow for DB2 (fate#318154)
- Wizard: More modern example filesystems
- Misc: application_controller: rescue_action_without_handler is deprecated
hdparm
- update to version 9.52
  * 9.52 - add support for Jmicron USB-SATA bridges
  * 9.51 - New --security-prompt-for-password flag for use with the
    various --security- actions
  - Makefile tweak
  - fix spelling/typos in man page and "/removable"/
  - fix spelling/typos in --sanitize-crypto-scramble
  - fix NULL password handling in --security-unlock
  * 9.50 - minor fixes for sanitize device stuff
  * 9.49 - add ACS-3 overprovisioning support
  - fix bug in display of security section and use updated
    erase-time values from ACS-3
  - increase timeout on fwdownload to 2 minutes
  - fix bugs from devslp patch
- run spec-cleaner
- remove 56-idedma.rules and idedma.sh as none of these scripts
  have any function whatsoever. They rely on the obsolete IDE
  drivers [bsc#991898]
- remove /etc/sysconfig/ide file [bsc#922659]
- update to version 9.48
  * 9.48 - fixed a number of output bugs due to the devslp patch
  * 9.47 - added devslp patch (IDENTIFY word 76) from David Woodhouse.
  - help and manpage fixes from Michal Minar.
  * 9.46 - fix compilation with "/musl libc"/.
  - added "/hex:aabbcc.."/ for binary security passwords.
  - return EIO when read_big_block() fails
  - use llabs() rather than abs() in identify.c
- use spec-cleaner
- Update to version 9.45
  * fixed blocksize handling in fibmap code to use result from
    FIGETBSZ in more places
  * fixed divide by zero exception in geom.c
  * tidying up formatting in sgio.c
- Use preferred download URL; replace only rpm shell vars with
  macros to go in line with the rest.
- fix bashisms in ultrabayd and udev.idedma.sh scripts
- add patches:
  * hdparm-9.43-fix-bashisms.patch
- Fix udev rules, broken script location, scriptlets
  macro usages..
- Remove insserv dependency; the package doesn't contain any init
  script
- Add pkgconfig(udev) BuildRequires: needed in order to dynamically
  extract the right folder for udev rules and scripts.
- Copy the udev rules to %{_udevdir}, identified based on udev.pc.
- Add pkgconfig BuildRequires: needed, as we otherwise end up not
  having pkg-config in the build root, which we rely on to read
  the .pc file.
- update to hdparm-9.43
  - rearrange flag execution so that the idle/standby/sleep "/now"/
    flags are executed last.
- update to hdparm-9.42
  - fix ordering of -S -y flags
  - spelling, typo, and formatting fixes for manpage and others
  - set block-count to 1 for Security commands sent via SAT (sgio)
  - use FIGETBSZ to determine filesystem block size for fibmap -- needed for FAT
  - fix master password revcode handling
  - try and fix reg_flags (again!) for old IDE taskfile ioctls
  - fixed '&&' bug in dco_identify code
  - force sector dumps (read-sector, identify, ..) to use le16 output format
  - proper SCT identify info courtesy of Leonid Evdokimov <leon@darkk.net.ru>
  - updated raid1ext4trim.sh-1.5 script
  - avoid HDIO_GETGEO_BIG when possible (doesn't exist in
    linux-2.6.xx and beyond)
  - pad secure erase timeouts by 30minutes rather than 5minutes.
- fix license warning, set to SUSE-Permissive
- put binaries in /usr tree (UsrMerge) project
- update to hdparm-9.39
  - added -R flag to control Read-Write-Verify feature, courtesy of
    Gordan Bobic
  - nuked leftover sgio.c.orig file
- update to hdparm-9.38
  - updated wiper.sh to allow all SCSI_DISK major numbers
  - updated handing for very long SECURITY-ERASE times
  - added -J flag for wdidle3 set/get
- cross-build fix: use %__cc macro
- remove fragile _service file
- update to hdparm-9.37 (bnc#664825)
  - handle raid1 start_lba values, and show -1 for indeterminte
    raid start_lba values
  - abort --fibmap when start_lba is indeterminate
  - updated wiper.sh to fix a kink with hfsplus filesystems
  - updated wiper.sh to no longer rely on the obsolete "/rdev"/
    command
- update to hdparm-9.36
  - udpated raid1ext4trim.sh script to version 1.4
  - updated wiper.sh to support hfsplus and ntfs filesystem types,
    courtesy of Heiko Wegeler
  - updated wiper.sh with new flag to enable unattended operation,
    and handle SIGPIPE
  - updated manpage to indicate max sector range of 65335 for TRIM
- update to hdparm-9.35
  * third go at fixing cdb issues, fixing -B flag.  Got it this time (finally).
- changes in hdparm-9.34
  * fix bad/missing cdb transfer length field for IDENTIFY and some other commands
- update to hdparm-9.33
  * fix AHCI issues in sg16(): don't ask for sense_data
    on DATA-xfer commands
  * fix compiler warnings on old systems
  * fixed compilation on old systems lacking __be16
- update to hdparm-9.32
  * fix b0rked (since 9.27?) SET_FEATURES commands; eg. -B, -M, etc..
- update to hdparm-9.30
  * report word[105] in -I :  max 512-byte blocks of range-data
    per DSM/Trim command
  * fix wiper.sh/hdparm to use only as many LBA ranges per TRIM as
    the drive can handle
  * manpage / help-text cleanups from Benno Schulenberg
    <bensberg@justemail.net>
- update to hdparm-9.29
  * add --offset for use with -t, to get timings from middle/end
    of drive,
  * restrict --trim-sector-ranges-stdin to small TRIM commands on
    most drives
  * fix w62 bug in -I
  * dump all data bytes with --verbose
  * warn about bad/missing sense data, but continue regardless
  * show in/out data[] separately with --verbose
  * Add reporting to -I for sata3 signaling speed.
  * force use of ATA_16 for all commands to ATAPI devices.
  * supply a sector count of "/1"/ for IDENTIFY commands, to
    satisfy buggy USB3 bridges.
Update to hdparm-9.28:
  * check for EBADE for IDE/ATAPI compatibility with recent kernels
  * always issue both methods when setting DVD speed with -E
  * use /usr/sbin/rdev to find rootdev in wiper.sh
  * fix reporting of Sector-0 offset, from Martin Petersen
  * first crack at decoding the "/WD Idle3"/ vendor-unique command (disabled by default)
- added leak-fix.patch [bnc#538942]
- Install wiper.sh and its README; display appropriate warnings
- Update to hdparm-9.27:
  * Update wiper.sh to 2.3
  * Fix interaction with old IDE drivers
- Update to hdparm-9.26:
  * Update wiper.sh to 2.2
  * Fix handling of model names with spaces in hdparm -i
  * bugfix for --security-erase-enhanced
  * set _FILE_OFFSET_BITS in geom.c
  * added reporting for "/Deterministic read ZEROs after TRIM"/ feature
- Update to hdparm-9.25:
  * slightly tidier output from --trim-* commands
  * restrict --trim-sector-ranges-stdin to limit from
    /sys/block/sd?/queue/max_sectors_kb
  * updated wiper.sh to use --trim-sector-ranges-stdin
- Update to hdparm-9.24:
  * fixed malloc() bug in --trim-sector-ranges
- Update to hdparm-9.23:
  * minor cosmetic changes in fibmap.c
  * added --trim-sector-ranges-stdin for wiper.sh-2.0
  * tightened up excess-args checking on a number of flags
  * added name to version line
- updated to hdparm 9.22
  - added fsync() call inside --fallocate
  - fixed fibmap.c to work around an observed ext4 bug with FIEMAP's "/LAST"/ flag
  - added detailed comments to wiper.sh
  - more rework of wiper.sh, added xfs support, added generic online support
  - twiddled the code in geom.c slightly
  - cosmetic changes in fibmap.c and the manpage description of --fibmap
  - added kernel patch for compat_ioctl::fiemap support
- version hdparm 9.21
  - fixes and (big) speedups to wiper.sh (v1.2) script
- version hdparm 9.20
  - unified the online/offline wiper scripts into a single wiper.sh script
  - fixed bug whereby the wiper scripts generated command-lines too long for bash
  - fixed non-zero exit status from successful --trim-sector-ranges
  - reimplemented --trim-sector-ranges to use sg16() directly, with aligned data
  - allow wiper scripts to issue TRIM with up to 255 sectors of LBA-range data
  - added kernel patch file for sil24 protocol fix, needed for wiper/TRIM
  - cosmetic updates to the wiper scripts
  - fixed confirmation prompt text for --trim-sector-ranges
  - fixed manpage example for --trim-sector-ranges
  - removed some dead code (previously #if 0'd)
- update to version 9.19
  - fixed compile of fallocate.c on older systems
  - fixed man page description of --fallocate (parameters were reversed)
- version 9.18
  - fixed -E (set cd/dvd streaming speed)
  - updated man page for --fallocate, indicating ext4/xfs only
  - bumped max_sectors to 8000000 per TRIM in wiper scripts
  - s/awk/$GAWK/ in wiper.sh.online script
- version 9.17
  - added wiper/ subdirectory with preliminary SSD-wiper (TRIM) scripts
  - nuked kernel_patches/ subdirectory
  - Capitalize first word of each line of help output
  - added ioctl(FIEMAP) support to --fibmap
  - added --fallocate flag
  - added --trim-sector-ranges flag
  - removed --trim-sectors flag
  - removed --fibmap-sector flag
  - first cut at wiper.sh script, to trim unused space on a non-rw ext[234] filesystem
  - embed VERSION string for easier digging out with strings(1)
- update to version 9.16
  - new protocol-specific forms of --fwdownload flags
  - added --trim-sectors flag
  - prevent segfaults when get_identify_data() fails
  - added full word69 features reporting for -I
  - added BuffSize=unknown to -i
- dropped fix_standby object file from package (it breaks build
  process bnc#513109)
- update to version 9.15
  - fix sgio.c LBA48 bugs on big-endian machines
  - fix -m to work with libata
  - added development snapshot of --erase-sectors (256) command (do not use)
  - added development snapshot of --format-track  (256) command (do not use)
- version 9.14
  - display DSM determinate/indeterminate TRIM support in -I output
  - tidy output of CFA features from -I
  - switch back to O_RDONLY for everything, to keep Debian/udevd happy
- do not try to set DMA for libata devices - it will not do anything
- move rules file to /lib/udev/rules.d
- update to version 9.13
  * fix O_DIRECT (--direct) for arch's other than x86
  * strip leading/trailing spaces from -i model/fwrev/serno strings
- update to version 9.12
  * added logical/physical sector size reporting
  * updated -I output with SATA-2.6 additions
  * support APM level retrieval with -B flag
  * updated -C output to match ATA8
  * added "/form factor"/ and "/rotation"/ display to -I, courtesy of Martin K.Petersen.
hicolor-icon-theme
- Update to version 0.17:
  + Fix 256x256@2/animations name in index.theme.
- Changes from version 0.16:
  + Add hidpi icon directories (e.g. 48x48@2) with scale=2.
- Migrate %icon_theme_cache_post/postun macro from
  hicolor-icon-theme to gtk2-tools and gtk3-tools file triggers.
  The macros are defined to be nop, in order to not break all spec
  files for now.
- Update url to point to some existing location.
- Run over with spec-cleaner: Update macros and remove obsolete
  clean section.
- Drop hicolor-scalable-sizes.patch: It breaks builder icons, and
  default icons on desktops like MATE. It has never been taken
  upstream, nor is any other distro using it, so lets align with
  everyone else.
- Update to version 0.15:
  + Add symbolic/apps directory for symbolic app icons.
- Update to version 0.14:
  + Use automake to generate VPATH-compatible makefiles.
- Update to version 0.13:
  + Icon-theme-spec: Add icon scale support.
  + Support 512x512 bitmaps for high density display age.
- Rebase hicolor-scalable-sizes.patch.
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
- Spec-cleanup using format_spec_file service.
- Update macros.hicolor after upstream GTK+ decided to use the same
  name for the gtk-update-icon-cache tool in both gtk2 and gtk3: we
  use alternatives to handle the two versions of the tools. This
  means we can always assume that the tool name is
  gtk-update-icon-cache; so no need to check for
  gtk-update-icon-cache-3.0.
- Reformat macros.hicolor so that the generated scriptlet looks a
  bit nicer.
- Add rpm macros to update icon themes.
- Add a %ghost file for the hicolor icon cache, but since this
  package actually doesn't contain any icon, do not do anything in
  %post/%postun: this will be done by packages installing icons in
  the hicolor icon theme.
- Add a rpmlintrc file to suppress the ghost-files-without-postin
  warning which is wrong in this specific case.
- Update to version 0.12:
  + Fix details with 256x256 icons
- Remove hicolor-256.patch. Fixed upstream
- Update to version 0.11:
  + Added 256x256 size. (fdo#15231)
  + Build system updates.
- Remove call to suse_update_config macro, it's not needed.
- Update hicolor-256.patch to handle the missing parts, not done by
  the upstream fix.
- Update hicolor-scalable-sizes.patch to not added useless
  contexts.
- Drop hicolor-kde-bits.patch: it should not be needed, since the
  hicolor theme cannot be selected by the user (confirmed by some
  usptream KDE people).
- updated patches to apply with fuzz=0
- make patch0 usage consistent
- Respin hicolor-kde-bits.patch that doesn't apply with new patch
  package.
hostname
- Add build require libnsl-devel in preparation of libnsl removal
  from glibc.
- Add ypdomainname and nisdomainname, too. Were removed from yp-tools.
- Update to 3.16, announce message:
  * Changed buffer size to the recommended 255 character when working with
    names instead of IPs. (Closes: #796922)
  * Bumped Standards-Version to 3.9.6, no changes needed.
- Use %{name} instead of hostname
- Use CFLAGS="/%{optflags}"/ to fix 'File is compiled without RPM_OPT_FLAGS'
- Add changelog to Documentation
- BuildIgnore hostname (ourselves): net-tools has a dependency on
  hostname, and net-tools is part of the VMInstall package set. As
  we know we do not rely on our own code to build, we can safely
  ignore hostname and break that nasty buildcycle.
- initial packaging
hwinfo
- merge gh#openSUSE/hwinfo#92
- improve getting video mode info (bsc#1181101)
- try harder to break out of infinite I/O loops
- 21.72
- merge gh#openSUSE/hwinfo#89
- rework network device detection on aarch64 (bsc#1177600,
  bsc#1177261)
- 21.71
- merge gh#openSUSE/hwinfo#86
- update pci and usb ids (bsc#1169682)
- fix compiler warnings
- 21.70
- merge gh#openSUSE/hwinfo#85
- fix xen detection (bsc#1167561)
- add link to cpuid doc
- 21.69
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
  shortcut through the -mini flavor.
- merge gh#openSUSE/hwinfo#84
- the /sbin/udevadm compat symlink is gone
- 21.68
- Use FAT LTO objects in order to provide proper static library.
- merge gh#openSUSE/hwinfo#81
- fix DASD detection (bsc#1136475)
- don't include bcache devices
- 21.67
- merge gh#openSUSE/hwinfo#80
- fix Makefile and allow building for old distros
- 21.66
- merge gh#openSUSE/hwinfo#79
- return BIOS UUID in decoded (with '-'s) form (bsc#1135819)
- 21.65
- Update of pci and usb ids (bsc#1127840) (#77)
- 21.64
- merge gh#openSUSE/hwinfo#75
- adjust system type detection (bsc#1117982)
- rework version number generation in header file
- small correction
- 21.63
- merge gh#openSUSE/hwinfo#73
- update pci and usb ids (fate#326431)
- add script to update pci and usb ids
- adjust hwinfo know about RISC-V
- update git2log script
- fix curl commands
- 21.62
- merge gh#openSUSE/hwinfo#72
- fix id of s-par storage controller (bsc#1107196)
- 21.61
- merge gh#openSUSE/hwinfo#71
- add network interfaces found on mdio bus (bsc#1018271)
- 21.60
- merge gh#openSUSE/hwinfo#70
- The location of the S-Par drivers virtual buses has changed
  (bsc#1107196)
- The location of the S-Par drivers virtual buses has changed
- 21.59
- merge gh#openSUSE/hwinfo#59
- ensure udev device links are unique (bsc#1084700)
- 21.58
- merge gh#openSUSE/hwinfo#69
- check for vmware only when running in a vm (bsc#1105003)
- 21.57
- merge gh#openSUSE/hwinfo#66
- Add support for RISC-V
- 21.56
- merge gh#openSUSE/hwinfo#64
- try a more agressive way to catch all usb platform controllers
  (bsc#1072450)
- 21.55
- merge gh#openSUSE/hwinfo#63
- detect ARM HISILICON SAS controller (bsc#1072450)
- 21.54
- merge gh#openSUSE/hwinfo#60
- detect usb controller in ARM platform device (bsc#1072450)
- add xhci interface constant
- 21.53
- merge gh#openSUSE/hwinfo#57
- add another sanity check on scsi serial id (bsc#1078511)
- 21.52
- merge gh#openSUSE/hwinfo#55
- Please make CDBISDN_DATE ignore timezone.
- 21.51
- merge gh#openSUSE/hwinfo#54
- support SMBIOS 3.0 spec (bsc#1062562)
- 21.50
- merge gh#openSUSE/hwinfo#52
- Ensure /var/lib/hardware/udi exists and with 755 permissions
- 21.49
- merge gh#openSUSE/hwinfo#51
- sort input files (boo#1041090)
- allow to override current time (boo#1047218)
- 21.48
- merge gh#openSUSE/hwinfo#53
- really set default timeout to 20s for Video BIOS emulation calls
  (bsc#1051076)
- 21.47
- merge gh#openSUSE/hwinfo#50
- map also alternate video bios entry points (bsc#1033832)
- try harder to get the video mode list
- add links to technical specifications
- 21.46
- merge gh#openSUSE/hwinfo#49
- avoid access to video memory (bsc#1033832)
- 21.45
- merge gh#openSUSE/hwinfo#48
- fix conditional expression in hddb.c (gh#openSUSE/hwinfo#20)
- 21.44
- merge gh#openSUSE/hwinfo#47
- block i/o access when reading mode list from BIOS (bsc#1033832)
- 21.43
- merge gh#openSUSE/hwinfo#46
- include updated hd.h in package archive
- update pci and usb ids (fate#321448)
- 21.42
- remove references to qlogic-firmware (bsc#1036884)
- 21.41
- enhance documentation
- merge gh#openSUSE/hwinfo#45
- small doc changes
- 21.40
- sanitize changelog
- powerpc: support ibmvnic network interfaces (bsc#1031676)
- 21.39
- increase version
- simplify code in smbios_get_info()
- look for smbios entry point also in efi settings (bsc#1010276)
- 21.38
- increase version
- look for dmi table also in sysfs (bsc#1010276)
- 21.37
- provide also HD_MINOR_VERSION in hd.h header file
- add permanent mac address field for network cards (bsc#1007172)
- 21.36
- ensure network devices have a bus_id (bsc#1007172)
- 21.35
- update usb ids
- update script to parse usb id list correctly
- update pci ids (bsc#1006818)
- 21.34
- implement nvdimm support (bsc#970111)
- 21.33
- aarch64: fix detection of usb controllers (bsc#1005428)
- 21.32
- improved comment
- document id data sources
- find parent device
- add support for mmc/sdio devices (bsc#996183)
- add sdio id list
- 21.31
- fix input device name detection for usb devices (bsc#989633)
- 21.30
- refine last patch a bit (bsc#960507)
- 21.29
- avoid bogus virtio devices in device listing (bsc#960507)
- 21.28
- add aliases with '-' for options with '_' (bsc#983004)
- clarify hwinfo usage in man page and help text (bsc#982332)
- 21.27
- change wording for SCSI reference
- add reference to SCSI command specification
- change type of serial_buf[] to unsigned char (bsc#980819)
- 21.26
- Correct comma placement after part-number
- 21.25
- adjust dmi parser to read memory size according to latest smbios spec (bsc#974737)
- adjust dmi parser to read memory size according to latest smbios spec (bsc#974737)
- 21.24
- scsi serial id: read vpd page 0x80 from sysfs, if possible (bsc#949287)
- 21.23
- Add a general README.md
- Split README into README-legacy and README-hwprobe
- 21.22
- adjust disk device info gathering after nvme driver change (bsc#943008)
- 21.21
- added some comments
- updated pci id data from http://pci-ids.ucw.cz
- udated usb id data from http://www.linux-usb.org/usb.ids
- add pci ids to nvme devices
- watch out: nvme disks are pci devices
- update git2log script
- read disk model info also via scsi inquiry command (bsc#943008)
- 21.20
- update git2log script to create nicer logs
- 21.19
- Expose more properties to all devices in /proc/device-tree/vpd (bsc#941288)
- 21.18
- hd: Use <linux/pci.h> instead of <sys/pci.h>
- hd/hd.c: canonicalize_file_name(s) is equivalent to the more portable realpath(s,NULL)
- isdn/cdn: don't use stdin as lvalue with freopen()
- hd/manual.c: Include <limits.h> for PATH_MAX
- 21.17
- another Makefile fix
- 21.16
- fix Makefile typo
- 21.15
- adjusting Makefile
- use pkg-config for dbus
- allow to build outside git repository
- update compiler flags
- fix spelling errors
- 21.14
- bugzilla for all this: bsc#913360
- do not print anything to the console
- Collect and print "/Week of Manufacture"/ EDID data
- increase monitor list size
- refactor monitor detection
- dump extra monitor data
- initial support for detecting monitor via sysfs
- Makefile - use /usr/lib64 by default on x86_64
- 21.13
- Update aarch64 cpuinfo parser to handle post-3.19 format
- 21.12
- Add PowerNV platform support
- 21.11
- fixed distclean target in Makefile
- 21.10
- add arm platform devices
- 21.9
- fix bashisms in getsysinfo script
- mark gen-hwcfg-disk.sh as shell, no bash script
- 21.8
- added 'archive' Makefile target
- updated git2log script
- 21.7
icewm
- removed conflict on theming to make the transition work (bsc#1173441 bsc#1170420)
- Explicitly require icewm-theme-branding on SLE and Leap
  (jsc#SLE-11888, bsc#1170420).
- Add Conflicts between icewm-config-upstream and icewm-theme-branding.
- Improve build tag consistency between SLE and Leap
  (jsc#SLE-11888, bsc#1170420).
  * Recommend polkit-gnome to both Leap and SLE.
  * Disable icewm-preferences.patch for Leap. The patch makes sense
    to icewm-config-upstream while Leap uses icewm-theme-branding
    the provide the theme.
- Add icewm-Stop-messing-around-with-power-related-keys-by-default.patch:
  Icewm will suspend the system twice through concurrency with other
  listeners like systemd for the suspend key events, this patch
  disable icewm's suspend function key and let systemd manage power
  key events ( gh#bbidulock/icewm/commit/0cb93e9, bsc#1076817 ).
- Delete icewm.desktop and rename icewm-session.desktop to
  icewm.desktop to fix the upgrade issue ( bsc#1096917 ).
- Add icewm-use-iproute2-ss-instead-of-netstat.patch:
  Because netstat is not available by default, so call "/ss"/ instead
  of "/netstat"/, and make the Clock command work on icewm
  ( bsc#1079627  ).
- Change the recommend xlockmore to xscreensaver( bsc#1074932 ).
- Drop our distribution's icewm.desktop and use the one provided by
  IceWM upstream
- Add patch icewm-desktop-nodisplay.patch
  Set NoDisplay for upstream's icewm.desktop since it only starts the
  window manager, icewm-session.desktop (the preferred program to
  start the IceWM system) will be displayed in display manager
  (bsc#1072557)
- Make polkit-gnome is recommended in SLE, since SLES requires an
  authentication dialog when being rebooted and shutted-down from
  GUI (bsc#1067788 bsc#1072428)
- Bring back full icewm-preferences.patch from 1.3 series to actually
  work
- Use prefoverride instead of preferences in the sysconfig to make
  sure take priority over theme
- Move programs config option to /etc from /usr/share
- Partially revert icewm-preferences.patch to previous revision, otherwise
  the icewm default desktop background is used instead of the openSUSE/SLE
  specific one, breaking openQA all over the place
- Update to 1.4.2
- Rebase patches
  - icewm-susemenu.patch: rebase "/suseprog"/ function
  - icewm-preferences.patch: rebase, only IconPath hunk not in upstream now
  - icewm-mate.patch: rebase several hunks in which context changed
- Drop patches that were accepted upstream
  - icewm-session-desktop.patch
  - icewm-exit-fork.patch
  - icewm-mail.patch
- Swap "/sgmltool"/ for "/asciidoc"/
- Fix the updates-alternatives code
- Use update-alternatives to create default.desktop xsession (boo#1030873)
- Ensure a valid mailbox check tool (bsc#1026134)
  * icewm-mail.patch
  * https://github.com/bbidulock/icewm/pull/108
- Add patch icewm-exit-fork.patch to avoid deadlock (bsc#977233)
- Modify: icewm-preferences.patch
  bnc#977233 modify the command to correct one.
- Use just xlockmore wrt fate#320737
  * icewm-preferences.patch
- Disable image centering, with scaling now working it keeps aspect
  ration with centering enabled:
  * icewm-preferences.patch
- Update prefferences patch to point to correct wallpaper on the disk
  based on openSUSE/SLE branding package
- Add back icewm menu as it is used by us
  * icewm-susemenu.patch
- Add patch to fix icewm session desktop files
  * icewm-session-desktop.patch
- Small fix to continue requiring xterm in distributions that don't
  have xterm-bin (Leap 42.1 and older)
- Require xterm-bin instead of xterm: only the binary is required.
- Version bump to 1.3.12:
  * various bugfixes collected from all upstream vendors
  * added new translations
- Removed upstreamed patches:
  * icewm-toolbar-icons-generic.patch
  * icewm-fix-local-search.patch
- Split out configuration files to allow icewm-theme-branding to
  work
- Simplify reboot/shutdown commands:
  * icewm-preferences.patch
- Enable fribidi support on main package RTL is quite used
- Kill back the mate subpkg as it does not really pose any benefit
  for us. But keep the patch as it should be merged upstream
- Cleanup a bit the update-alternatives syntax
- Add icewm-fix-local-search.patch: make icewm-menu-fdo not to
  search through whole ~/.local/share/ as it can be unexpectedly big.
- Add icewm-toolbar-icons-generic.patch: don't specify paths in
  toolbar icons.
- Require adwaita-icon-theme instead of gnome-icon-theme.
- Append icon search paths to icewm-preferences.patch including
  Adwaita theme.
- Add basic MATE support via icewm-mate.patch and icewm-mate
  subpackage.
- Fix build under openSUSE 13.1.
- Deprecate the gnome subpackage as after investigation we figured
  we can simply use icewm-menu-fdo to generate the taskbar menu
  without any need for gnome2 ties.
- Drop binary icewm-set-gnomewm as the gnome2 is not supported anyway
  and thus gconf settings of its defaults are bit pointless
- Move icesound to default package as alsa is in by default
- Add requires on xterm+alsa-utils that are used in default calls
  of icewm
- For icewm-default add requires on gnome-icon-theme as otherwise
  we would not see icons for most of the things
- Set up icesound to base on alsa only, as OSS and ESD are quite
  not useful nowdays
- Drop gnome-desktop-devel BuildRequires: That symbol is provided
  by libgnome-desktop-3-devel now, and is not what configure needs,
  nor is looking for. The compat package libgnome-desktop-2-devel
  is the correct one for icewm-gnome, and is already present via
  pkgconfig(gnome-desktop-2.0) BuildRequires.
- Also drop libgnomeui-devel as pkgconfig(libgnomeui-2.0) takes
  care of that.
- Move pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: to the with
  gnome section.
- Add back bcond_with gnome conditional as it is redefined on low
  rings
- Sed in lower requirement on gettext to work on Leap and 13.2
- Split lang pkg and properly recommend it
- Install icewm-menu-fdo and manpage
- Properly set docdir
- Add sgmltool to generate html help pages
- Use %configure macros properly
- Cleanup with spec-cleaner
- Drop bcond for gnome as it is enabled everywhere anyway
- Drop patches that should not be needed after discussion with mmarek:
  * icewm-menu.patch
  * icewm-susemenu.patch
- Peferences file is now in src not in lib so update patch,
  also use systemd to call shutdown and reboot which should be bit more safe
  today:
  * icewm-preferences.patch
- Version bump to 1.3.11:
  * various bugfixes collected from all upstream vendors
- Remove upstreamed patches:
  * icewm-1.2.35-empty-winmenu.patch
  * icewm-1.2.35-override-config.patch
  * icewm-1.2.35-unaligned-access.patch
  * icewm-1.3.6-winoptions.patch
  * icewm-1.3.8-enable-guievents.patch
  * icewm-1.3.8-shutdown-reboot-command.patch
  * icewm-1.3.8.tar.gz
  * icewm-bg-default-at-error.patch
  * icewm-docdir.patch
  * icewm-fix-themes.patch
  * icewm-linking.patch
  * icewm-multiByte.patch
- Refresh patch:
  * icewm-menu.patch
- Fix the bnc#905159:shutdown and reboot commands not working.
  Change the shutdown and reboot command in preference.
  Add patch: icewm-1.3.8-shutdown-reboot-command.patch
  and updated from upstream:https://github.com/bbidulock/icewm.
icewm-theme-branding:SLE
- Change file /etc/icewm/startup: Pass environment variables to
  systemd --user session (bsc#1179237).
- Bring back the obsoletion of icemwm-upstream-config (bsc#1173441,
  bsc#1170420) for SLE and Leap.
- Improve spec:
  * Conditionally define icewm_version to the version number used
    in Leap/SLE 15 code stream and Tumbleweed.
- Version update to 1.2.5
  * Update the format of SLE backgound image to png (bsc#1176835).
  * Drop upstreamed add-adwaita-legacy-iconpath-to-preference.patch.
- Update spec
  * Keep the format of Leap background image to jpg.
- fixed obsoletion of icemwm-upstream-config (bsc#1173441 bsc#1170420)
- Improve spec:
  * Make a more explict summary since this package is not used by
    openSUSE Tumbleweed.
  * Introduce %{icewm_version} to make the provided capability had a
    consistent version number with icewm-config-upstream.
  * Explicitly obsoletes icewm-config-upstream to fix the "/zypper
    dup"/ issue on Leap (bsc#1170420).
- Improve build tag consistency between SLE and Leap
  (jsc#SLE-11888, bsc#1170420).
  * Build the branding package separately for openSUSE and SLE,
    like most of other branding packages did.
- Add add-adwaita-legacy-iconpath-to-preference.patch:
  Add the adwaita legacy path to the IconPath in
  preferences. adwaita-icon-theme has its main icon updated to
  symbolic style, while icewm's style is more suitable for
  legacy-style icons (eg. web-browser).  Without the update,
  current icewm can not find default web-browser toolbar icon
  (bsc#1157930).
- Version update to 1.2.4
  CJK fonts issue with the zpaker theme was fixed (bsc#1077174) and
  MenuMouseTracking now enabled by default.
- Use prefoverride instead of preferences in the sysconfig to make
  sure take priority over theme
- Version update to 1.2.3
  Add xcreensaver back because of the risk brought by xlockmore's
  monolithic runtime. Some detailed were discussed in fate#323630.
- Version update to 1.2.2
  Add new startup script for icewm-session (bsc#977233)
  Fix quotation in commands in preferences (bsc#977233)
- Version update to 1.2.1
  drop xscreensaver, use only xlockmore (fate#320737)
- Copy package from openSUSE to SLE;
  Allow icewm to have several brandings.(fate#319667)
- Conflict with older icewm to ensure clean migration path
- Version update to 1.2 and transfer to git repository contiaing all
  the content
- Use tarball instead of files in OSC
- Retweak to use config infrastructure from the default icewm package
  to not mess with post/postun/...
- Fix rpmlint warnings
- Move start.xpm to theme instead of having it as default button
icu
- Add the provides for libicu to Make .Net core can install
  successfully. (bsc#1167603, bsc#1161007)
- Update to release 65.1 (jsc#SLE-11118).
  * Updated to CLDR 36 locale data with many additions and
    corrections, and some new measurement units.
  * The Java LocaleMatcher API is improved, and ported to C++.
- Drop 075cefb2e21f57f4cac1bc2868e93dd1b8c077cc.patch
  (merged)
- Remove old obsoletes/provides for migration from very old
  products, as they break our shared library policy (bsc#1146907).
- Add 075cefb2e21f57f4cac1bc2868e93dd1b8c077cc.patch to fix a
  regression with the C.UTF-8 locale
  https://unicode-org.atlassian.net/browse/ICU-20575
- Update to new upstream release 64.2
  * This maintenance update for ICU 64 includes draft Unicode
    12.1 update, CLDR 35.1 locale data and support for the new
    Japanese era Reiwa (令和). (boo#1112183, bnc#1103893,
    FATE#325570)
- Update to new upstream release 64.1
  * Updates to Unicode 12 and to CLDR 35 locale data with many
    additions and corrections, and some new languages. ICU adds a
    data filtering/subsetting mechanism, improved formatting API,
    and a C++ LocaleBuilder.
- New python3 dependency to build intermediate file
  test/testdata/rules.mk.
- Update to new upstream release 63.1
  * CLDR 34
    + Segmentation rules and emoji sort order adjusted for
    Unicode 11
    + Somali and Javanese data now up to moderate level
    (document content)
    + Tongan, Konkani, Maori, Dzongkha, Tatar, Kurdish (ku),
    and Xhosa data now up to basic level
    + Many data additions and corrections in many other
    languages
    + The following languages have been added to ICU: Sindhi,
    Maori, Turkmen, Javanese, Interlingua, Kurdish (ku), Xhosa
  * New currency: Venezuela's Bolívar Soberano (VES)
  * New Japanese calendar era from 2019: CLDR and ICU include
    data for testing that can be enabled.
    (ICU #12973, CLDR #10750)
  * To enable CLDR new Japanese era placeholder name, set
    environment variable (and Java system property for ICU4J)
    ICU_ENABLE_TENTATIVE_ERA=true.
  * New API for number and currency range formatting
    (class NumberRangeFormatter, #11276)
  * Support for additional Unicode properties:
    Indic_Positional_Category & Indic_Syllabic_Category (#8966)
    and Vertical_Orientation (#12850)
  * New API for code point maps and tries, mapping Unicode
    code points (U+0000..U+10FFFF) to integer values. (#13530)
  * Java classes CodePointMap, CodePointTrie, MutableCodePointTrie
  * C types UCPMap, UCPTrie, UMutableCPTrie
  * New API for getting a UnicodeSet per binary property and a code
    point map per enumerated/int-value property. (#20086)
  * Full conformance with UAX #14 Line Breaking
    (required BreakIterator feature work). (#7270)
  * C++ Locale class
    + Additional functions forLanguageTag()/toLanguageTag(),
    and functions that are easier and safer to use by using
    StringPiece and ByteSink rather than raw buffers. (#13417)
    + Move semantics. (#13645)
  * Various Out-Of-Memory (OOM) issues have been fixed.
- Refresh icu-versioning.diff
- Update to new upstream release 62.1
  * Unicode 11: 684 new characters, including 7 new scripts,
    Mtavruli Georgian capital letters, 5 new Han characters, and
    66 new emoji characters.
  * CLDR 33.1
  * Under-the-hood overhaul of number parsing. Behavior is mostly
    compatible with previous versions, but there are some known
    differences.
- Remove xlocale.patch (code to patch is gone),
  icu-number-grouping.diff (merged upstream)
- Add icu-susevers.diff and disable UTF-8 assumption
  [boo#1095425]
- Update to new upstream release 61.1
  * ICU 61 upgrades to CLDR 33 locale data.
- Add icu-number-grouping.diff
- Drop dangling symlinks /usr/lib64/icu/*.inc
- Update to new upstream release 60.2
  * ICU 60 provides full support for the Unicode 10.0 release
    with many new characters and many property improvements.
    Locale data is updated to CLDR 32, which adds several
    languages and data improvements. A new number formatting API
    has been added.
- refresh icu-avoid-x87-excess-precision.diff with p1
- xlocale.patch: don't use obsolete <xlocale.h>
- Add icu-avoid-x87-excess-precision.diff to avoid
  FixedPrecision::initVisibleDigits failure on i586 with GCC 7.
  (bnc#1030253)
- Update to new upstream release 59.1
  * Emoji 5.0 data
  * CLDR 31.0.1
  * * GMT and UTC are no longer unified, and CLDR provides
    distinct UTC display names, avoiding confusion with standard
    (winter) time in Britain.
  * New case mapping API (C++ & Java classes CaseMap) supports
    styled text
  * ICU4C now uses and requires C++11 language features and
    libraries.
  * ICU4C has also moved to char16_t as the type for UTF-16. This
    is a breaking change. Please see the detail section below.
- Update to new upstream release 58.2
  * CLDR 30.0.3:
    + Fix incorrect data for number of Cantonese speakers in China.
    + Hani_Latn transform was not updated with Unihan 9.0 kMandarin
    readings.
  * Time zone database version 2016j
  * #12815 uspoof_getSkeleton sets backwards-incompatible illegal
    argument exception
  * #12825 uspoof_check goes into an "/infinite loop"/ when U+30FB
    is in an input string
  * #12832 GreekUpper::toUpper skips the final character on a
    non-terminated UTF-8 string
  * #12849 u_strToTitle returns incorrect length if destination
    is NULL
- Update to new upstream release 58.1
  * CLDR 30.0.2: For details of the many changes in CLDR, see
  CLDR 30. Some things to note:
  * For some combinations of numbering system (arab, arabext, latn)
  and/or locale (ar, fa, he), there were changes to the
  bidirectional control characters used with certain symbols
  (percent, minus, plus), and changes to number patterns (currency
  and/or percent, including addition of bidirectional control
  characters in some cases).
  * Thhe bidirectional controls used for such purposes include U+061C
  ARABIC LETTER MARK (ALM), which requires use of the bidirectional
  algorithm from Unicode 6.3 or later.
  * The time separator for Norwegian locales (nb, nn) was changed to
  be ':' throughout.
  * Unicode 9.0: Version 9.0 adds exactly 7,500 characters, for a
  total of 128,172 characters. These additions include six new
  scripts, 19 symbols for the new 4K TV standard, and 72 new
  emoji characters.
  * Draft Emoji 4.0 data
  * Emoji updates for word & line breaking
  * UBiDiTransform/BidiTransform API for convenient transformation of
  text between different Bidi layouts.
  * MeasureFormat API for measurement unit display names
  * Most COUNT and LIMIT enum constants have been deprecated
  * SpoofChecker: Handling of "/whole script confusables"/ has been
  removed from ICU, in accordance with its removal from UTS #39
  Version 9.0.0 and the removal of the corresponding Unicode data
  file.
  * Greek uppercasing ("/el"/ locale ID) removes most diacritics.
  * More robust locale data loading across ICU implementation code.
  * Reduced heap memory usage in DateTimePatternGenerator
- Update to new upstream release 57.1
  * CLDR 29 support
  * Grapheme/word/line breaking for emoji sequences, based on
  Unicode 9 proposed rules.
  * Four new Unicode emoji properties
  * DateFormat day period formatting of "/noon"/, "/at night"/, etc. via
  new pattern characters b & B, and DateTimePatternGenerator
  support of C for selecting the customary form.
  * RelativeDateTimeFormatter: Simpler formatting API.
  * New simple & fast SimpleFormatter class for a trivial subset of
  MessageFormat as used in CLDR data.
- Update to new upstream release 56.1
  * CLDR 28: For details of the many changes in CLDR, see CLDR 28.
  * Unicode data updated to Unicode 8.0: 41 new emoji characters,
  5,771 new ideographs for Chinese/Japanese/Korean, 6 new scripts,
  improved character properties data, etc.
  * ICU data size reduced by about 7.2% (1.8MB) via sharing string
  values across resource bundles.
  * DateIntervalFormat now handles intervals with seconds, and sets
  FieldPosition more consistently.
  * DateFormat::createInstanceForSkeleton() caches DateFormat
  patterns rather than DateTimePatternGenerator instances, for
  better performance (for cache hits) and lower heap memory
  consumption.
  * StringSearch (based on collation) defaults to matches on
  normalization boundaries rather than grapheme cluster boundaries,
  which yields more matches on Indic text.
  * RuleBasedNumberFormat (spelled-out numbers) now handles
  infinity, NaN.
  * Most of the old Normalizer/unorm.h had been replaced by
  (and reimplemented via) Normalizer2, and is now deprecated.
  * COLON has been withdrawn as a date pattern character
  corresponding to the date field [UDAT_]TIME_SEPARATOR_FIELD;
  there is currently no pattern character corresponding to that
  field.
  * Support for locale key "/cf"/ to specify currency format style,
  and interaction with NumberFormat values for UNumberFormatStyle.
- Drop icu-remove-datetime.patch (merged upstream)
- Update baselibs.conf
- Version bump to latest release 55.1:
  * support of CLDR 27 (with a major cleanup of region locales, among many
    other improvements), formatting for scientific notation ("/1.2 × 10³"/)
  * update to Unicode 7.0 data for spoof-checking
  * Various performance enhancements
  * Full upstream changelog:
    http://site.icu-project.org/download/55
- Refresh the soname versioning patch:
  * icu-versioning.diff
initviocons
- Actually build with RPM_OPT_FLAGS, will also catch
  too long -F arguments (bsc#1041840)
- place binary in /usr tree (UsrMerge project)
- add automake as buildrequire to avoid implicit dependency
- add missing executable permissions to /usr/bin/termprobes
  [bnc#544224]
- update to r27:
  - when using -e, only output the TERM value and don't add
    LINES,COLUMNS by default anymore. Discussion in [#184179] (ssh
    installation exit abnormally when change terminal window size)
    has shown that they are not needed anyway, and they seem to
    cause problems in some cases (when used together with ssh).  In
    order to be able to revert to the previous behaviour, the -s
    switch was added. It adds LINES and COLUMNS to the eval output
    again.
- update to r25:
  - recognize WebSM console
    https://bugzilla.novell.com/show_bug.cgi?id=256139
    which sends a characteristic primary da
- update to 0.5 (svn r24)
  - support for mlterm and Terminal.app
  - prefer Terminal.app over kterm (which responds in the same
    way). kterm is not widely used anymore, it was an old xterm
    fork but it isn't UTF-8 capable.
  - make it compile on Darwin 8.6
  - fold in patches initviocons-0.4.dif (c shell eval mode)
    initviocons.minimal-termsize.patch [#140383]
    initviocons.ps3-hack.patch
    initviocons.ps3-matching.patch
- added new /proc/device-tree/model matching for ps3 detection
- do not run initviocons on PS3, until the kernel fb is fixed
- converted neededforbuild to BuildRequires
insserv-compat
- fix handling of ,start= parameters (bsc#1133306)
- remove not needed named entry from insserv.conf (bsc#1052837)
- Own the lib/lsb directories, without this package, lsb init scripts
  are not supported and nobody else is using them.
- Also provide /etc/rc.d link which was provided by filesystem (bsc#1035062)
- Add /etc/init.d hierachy from filesystem
- ntp was renamed to ntpd at some point (bsc#960820)
- fix directory argument parsing (bnc#944903)
- it's perl script so actually require perl(Getopt::Long)
- don't add dependency between named and $network as
  systemd-insserv-generator translates them to nss-lookup.target and
  network-online.target which results in an undesirable,
  unconditional dependency of multi-user.target on
  network-online.target (bnc#895611)
- remove reference to openSUSE 12.3
- add LSB init script header block as example (bnc#865018)
- support runlevel override (bnc#869260)
- turn into a noarch package
ipmitool
- Use /run instead of /var/run (bsc#1185162)
  A Use-run-instead-of-var-run.patch
  Be aware that the patch has been submitted mainstream, therefore
  the git hash tag, but may not have been accepted.
- Correct /etc/ipmievd config file to point to the new pidfile in /run
  not /var/run
- Fixes (bsc#1179133) lanplus: hanging on getting cipher suites for 10 seconds
  A lanplus-don-t-retry-pre-session-Get-cipher-suites.patch
- Don't hardcode /usr but use rpm variables
- bsc#1163026
- CVE-2020-5208
- Use license macro for COPYING, instead of doc
- Add ChangeLog mainline log to docs for shorter
  obs changelogs. This will be the last more detailed
  changelog, due to more important buffer overflow patches.
  Otherwise this changelog will not include (mainline) changes
  anymore.
- Update to version 1.8.18+git20200204.7ccea28:
  * fru, sdr: Fix id_string buffer overflows
  * lanp: Fix buffer overflows in get_lan_param_select
  * channel: Fix buffer overflow
  * session: Fix buffer overflow in ipmi_get_session_info
  * fru: Fix buffer overflow in ipmi_spd_print_fru
  * fru: Fix buffer overflow vulnerabilities
  * chassis: bootmbox: Refix 62a04390
  * configure: Drop requirement for curses et. al libs
- Add a configure option to disable IANA PEN database internet download
  A    autotools_define_DOWNLOAD.diff
  D    create_pen_list_from_local_file.patch
- New pen database:
  M    enterprise-numbers
- Patches adjusted to latest mainline code:
  M    fix_file_permissions.patch
  M    ipmitool_adjust_suse_paths.patch
  M    several_more_compile_fixes.patch
- Enable USB interface by explicit passing --enable-intf-usb (jira#SLE-7780)
- Enable free interface by adding freeipmi-devel package to
  build requires
- Update to latest git HEAD revision of 1.8.18 version
    commit 6f336d04f14b420822902dca7ef595cd49847d21
    Date:   Mon Sep 24 15:41:00 2018 +0200
- Change git repo and URL in spec from sourceforge to github
- Add download of iana pen list via _service
  from www.iana.org which is used to
  create a C include file at build time (lib/ipmi_pen_list.inc.c)
  Downloaded file added:
  A enterprise-numbers
- Add possiblity to create the include file from an already
  downloaded, local file
  A create_pen_list_from_local_file.patch
- Use noun phrase in summary.
- Make bmc-snmp-proxy into a (sub)package of its own.
  [fate#322044, ipmitool.spec]
- Added missing references.
  [bsc#1041374,bsc#976123,bsc#988443,bsc#989985,bsc#968105,
  bsc#948540,fate#321578,fate#321579,fate#320439]
- Switch to OBS service to generate the tarball and changelog
  automatically from git "/osc service dr"/
- Update to version git checkout 20170406.ecb4cfb:
  * Prevent autoreconf from complaining about missing NEWS
  * Add git hash and dirty mark to ipmitool version
- Remove patch ipmitool_1_8_18_ecb4cfbff855_to_HEAD.patch as the
  patch is directly in the tarball
- Rename patch:
  ipmitool_adjust_suse.paths to ipmitool_adjust_suse_paths.patch
- Drop the --pic switch as it was only for static library
- Reduce the suse_version for 1210 check to switch systemd on as
  the package is not building on sle11 anyway
  * properly depend on systemd-rpm-macros and not full systemd
- Enable switch for file-security to be more strict on open files
- Update to latest git HEAD revision of 1.8.18 version
  commit ecb4cfbff855bb24099f2a80a6dd558518702c7d
  All these patches are now included in one big revision (1.8.18) to
  HEAD patch:
  D    0001-fix-typo.patch
  D    0002-added-microTCA-major-version.patch
  D    0003-replaced-removed-defines-which-are-already-present-i.patch
  D    0004-fix-typo.patch
  D    0006-ID-461-OpenSSL-1.1-compatibility-error-storage-size-.patch
  D    0007-ID-461-Make-compiler-happier-about-changes-related-t.patch
  D    0008-ID-474-Compile-fix-on-nonlinux-systems.patch
  D    0009-Add-bootstrap-support-for-Mac.patch
  D    0013-ID-478-ekanalyzer-Fixed-decoding-of-FRU-fields.patch
  D    0014-ID-479-ekanalyzer-fix-processing-of-custom-mfg.-fiel.patch
  D    0015-ID-477-fru-Fix-decoding-of-non-text-data-in-get_fru_.patch
  D    0017-ID-480-ipmitool-coredumps-in-EVP_CIPHER_CTX_init.patch
  This is the big revision (1.8.18) to HEAD patch:
  A    ipmitool_1_8_18_ecb4cfbff855_to_HEAD.patch
- Note: the tarball has been generated with git archive from the git
  repo. It slightly differs (.gitignore and configure.ac) from what
  was in osc before. No idea why, but the change is tiny and does not matter.
- Lower prio of message from error to debug (bsc#948540)
  A hpm_x_compatibility_msg_is_debug_only.patch
- Update to latest git HEAD version adding quite some fixes (fate#321578)
  * Add:
  0001-fix-typo.patch
  0002-added-microTCA-major-version.patch
  0003-replaced-removed-defines-which-are-already-present-i.patch
  0004-fix-typo.patch
  0006-ID-461-OpenSSL-1.1-compatibility-error-storage-size-.patch
  0007-ID-461-Make-compiler-happier-about-changes-related-t.patch
  0008-ID-474-Compile-fix-on-nonlinux-systems.patch
  0009-Add-bootstrap-support-for-Mac.patch
  0013-ID-478-ekanalyzer-Fixed-decoding-of-FRU-fields.patch
  0014-ID-479-ekanalyzer-fix-processing-of-custom-mfg.-fiel.patch
  0015-ID-477-fru-Fix-decoding-of-non-text-data-in-get_fru_.patch
  0017-ID-480-ipmitool-coredumps-in-EVP_CIPHER_CTX_init.patch
- Update to latest version: 1.8.18 (fate#321579)
  D	0001-Incorporate-upstream-comments-to-289-add-whitespace.patch
- Update to latest version: 1.8.17
  D    ipmitool-1.8.10-implicit-fortify-decl.patch
  D    ipmitool-1_8_16_HEAD.patch
  D    latest_compile_fixes.patch
  D    ipmitool-sol_memleak.patch
  D    ipmitool-1_8_15_HEAD.patch
- Remove whitespace changes from:
  M    0001-Incorporate-upstream-comments-to-289-add-whitespace.patch
- Update to latest ipmitool source code
  commit 9020b67347f46554009591ae91e4fa8875c65dfa
  Date:   Tue Jan 12 21:16:37 2016 +0500
- Fix memleak: bnc#968105
  Add: ipmitool-sol_memleak.patch
- do not use systemd macros for non-systemd distributions
- Update to latest ipmitool source code
  commit 999cd0ad9192b19ec57574e7aca111571f4d21d8
  Date:   Fri Mar 6 09:03:05 2015 -0600
  and throw away patches that went mainline.
  * Remove: fix_dell_oem_exitcode
- Add correct exit code on Dell specific commands which did not get mainline
  yet (bnc#886184)
  * Add patch: fix_dell_oem_exitcode
- Update to latest ipmitool sources.
  This is version 1.8.15 (git tag: IPMITOOL_1_8_15) plus mainline patches up
  to commit 708be8bc450f907cddb6d9e4b83aee6ba67b7d04
  Date:   Fri Jan 9 12:48:35 2015 +0100
  * Add: latest_compile_fixes.patch
  * Add: ipmitool-1_8_15_HEAD.patch
  * Remove: automake-1.13.patch
  * Remove: sdradd_close_file_handle.patch
  * Remove: ipmitool-1.8.10-implicit-fortify-decl.patch
iproute2
- follow-up fixes backported from upstream (bsc#1160242):
  ip-fix-link-type-and-vlan-oneline-output.patch
  ip-xfrm-Fix-help-messages.patch
  ip-link-xstats-fix-TX-IGMP-reports-string.patch
  erspan-set-erspan_ver-to-1-by-default.patch
  xfrm-not-try-to-delete-ipcomp-states-when-using-dele.patch
  nexthop-fix-error-reporting-in-filter-dump.patch
- refresh:
  xfrm-support-displaying-transformations-used-for-Mob.patch
- fix duplicated patch metadata:
  introduce-print_masked_u16-and-print_masked_u32.patch
- Move arpd into own subpackage to avoid libdb dependency
  [jsc#SLE-12189]
- support alternative names as we already support them in SLE15-SP2
  kernel (jsc#SLE-7290):
  lib-ll_map-cache-alternative-names.patch
  ip-add-support-for-alternative-name-addition-deletio.patch
  ip-allow-to-use-alternative-names-as-handle.patch
  ip-fix-oneline-output.patch
- follow-up fixes backported from upstream (bsc#1160242):
  bpf-replace-snprintf-with-asprintf-when-dealing-with.patch
  bridge-Deduplicate-vlan-show-functions.patch
  bridge-Fix-BRIDGE_VLAN_TUNNEL-attribute-sizes.patch
  bridge-Fix-src_vni-argument-in-man-page.patch
  bridge-Fix-tunnelshow-json-output.patch
  bridge-Fix-typo-in-error-messages.patch
  bridge-Fix-vni-printing.patch
  devlink-Add-a-new-time-stamp-format-for-health-repor.patch
  devlink-Add-helper-for-left-justification-print.patch
  devlink-Fix-fmsg-nesting-in-non-JSON-output.patch
  devlink-Fix-inconsistency-between-command-input-and-.patch
  devlink-Left-justification-on-FMSG-output.patch
  devlink-Print-health-reporter-s-dump-time-stamp-in-a.patch
  devlink-allow-full-range-of-resource-sizes.patch
  devlink-require-resource-parameters.patch
  introduce-print_masked_u16-and-print_masked_u32.patch
  ip-fix-ip-route-show-json-output-for-multipath-nexth.patch
  ip-xfrm-if_id-ve-value-is-error.patch
  json_print-Remove-declaration-without-implementation.patch
  sync-UAPI-header-copies-with-SLE15-SP2.patch
  tc-fix-segmentation-fault-on-gact-action.patch
  tc-fix-warning-in-tc-q_pie.c.patch
  tc-flower-fix-output-for-ip-tos-and-ttl.patch
  tc-fq_codel-fix-missing-statistic-in-JSON-output.patch
  tc-pie-add-dq_rate_estimator-option.patch
  tc_util-add-an-option-to-print-masked-numbers-with-w.patch
  tc_util-add-functions-for-big-endian-masked-numbers.patch
  tc_util-introduce-a-function-to-print-JSON-non-JSON-.patch
  testsuite-Fix-line-count-test.patch
- upgrade to upstream version 5.3 (jsc#SLE-7290)
  * replace upstream tarball and signature
  * import specfile updates from Factory package
  * drop mainline backports contained in 5.3:
  - bpf-remove-obsolete-samples.patch
  - utils-return-default-family-when-rtm_family-is-not-R.patch
  - Really-fix-get_addr-and-get_prefix-error-messages.patch
  - iproute-Add-support-for-extended-ack-to-rtnl_talk.patch
  - ss-enclose-IPv6-address-in-brackets.patch
  - lib-fix-extended-ack-with-and-without-libmnl.patch
  - lib-need-to-pass-LIBMNL-flag.patch
  - tc-ip-more-Makefile-updates-for-LIBMNL.patch
  - change-how-Config-is-used-in-Makefile-s.patch
  - lib-Dump-ext-ack-string-by-default.patch
  - bpf-unbreak-libelf-linkage-for-bpf-obj-loader.patch
  - libnetlink-Fix-extack-attribute-parsing.patch
  - ifstat-Fix-memleak-in-dump_kern_db-for-json-output.patch
  - ss-Fix-potential-memleak-in-unix_stats_print.patch
  - utils-Move-BIT-macro-to-common-header.patch
  - rdma-Add-basic-infrastructure-for-RDMA-tool.patch
  - rdma-Add-dev-object.patch
  - rdma-Add-link-object.patch
  - rdma-Add-json-and-pretty-outputs.patch
  - rdma-Implement-json-output-for-dev-object.patch
  - rdma-Add-json-output-to-link-object.patch
  - rdma-Add-initial-manual-for-the-tool.patch
  - iproute-Fix-for-missing-Oifs-display.patch
  - ipmaddr-Avoid-accessing-uninitialized-data.patch
  - rdma-fix-duplicate-initialization-in-port_names.patch
  - ss-Fix-for-added-diag-support-check.patch
  - link_gre6-Fix-for-changing-tclass-flowlabel.patch
  - iplink-check-for-message-truncation-in-iplink_get.patch
  - iplink-double-the-buffer-size-also-in-iplink_get.patch
  - tc-actions-store-and-dump-correct-length-of-user-coo.patch
  - json_writer-add-new-json-handlers-null-float-with-fo.patch
  - doc-remove-obsolete-ip-tunnels-documentation.patch
  - doc-remove-outdated-ss-documentation.patch
  - doc-remove-outdated-arpd-documentation.patch
  - doc-remove-outdated-nstat-rtstat-documentation.patch
  - doc-remove-outdated-tc-filters-documentation.patch
  - doc-remove-outdated-IPv6-flow-label-document.patch
  - doc-drop-old-ip-command-documentation.patch
  - ss-Distinguish-between-IPv4-and-IPv6-wildcard-socket.patch
  - ip-maddr-fix-filtering-by-device.patch
  - man-add-additional-explainations-for-ss.patch
  - lib-libnetlink-re-malloc-buff-if-size-is-not-enough.patch
  - lib-libnetlink-update-rtnl_talk-to-support-malloc-bu.patch
  - tc-move-action-cookie-print-out-of-the-stats-if.patch
  - tc-remove-action-cookie-len-from-printout.patch
  - link_gre6-Detect-invalid-encaplimit-values.patch
  - man-tc-csum.8-Fix-inconsistency-in-example-descripti.patch
  - tc-bash-completion-add-missing-classid-keyword.patch
  - tc-fix-command-tc-actions-del-hang-issue.patch
  - gre-ip6tnl-tunnel-Fix-noencap-support.patch
  - Restore-no-print-directory-option-for-silent-builds.patch
  - iplink-Validate-minimum-tx-rate-is-less-than-maximum.patch
  - ipaddress-Make-sure-VF-min-max-rate-API-is-supported.patch
  - rdma-Reduce-scope-of-_dev_map_lookup-call.patch
  - rdma-Protect-dev_map_lookup-from-wrong-input.patch
  - rdma-Move-per-device-handler-function-to-generic-cod.patch
  - rdma-Fix-misspelled-SYS_IMAGE_GUID.patch
  - rdma-Check-that-port-index-exists-before-operate-on-.patch
  - rdma-Rename-free-function-to-be-rd_cleanup.patch
  - rdma-Rename-rd_free_devmap-to-be-rd_free.patch
  - rdma-Move-link-execution-logic-to-common-code.patch
  - rdma-Add-option-to-provide-sign-for-the-port-number.patch
  - rdma-Make-visible-the-number-of-arguments.patch
  - rdma-Add-filtering-infrastructure.patch
  - rdma-Set-pointer-to-device-name-position.patch
  - rdma-Add-resource-tracking-summary.patch
  - rdma-Add-QP-resource-tracking-information.patch
  - rdma-Check-return-value-of-strdup-call.patch
  - README-update-location-of-git-repositories-remove-br.patch
  - Remove-leftovers-from-removed-Latex-documentation.patch
  - README-re-add-updated-information-link.patch
  - rdma-Avoid-memory-leak-for-skipper-resource.patch
  - ip-link-Fix-use-after-free-in-nl_get_ll_addr_len.patch
  - ip-address-Fix-negative-prints-of-large-TX-rate-limi.patch
  - devlink-fix-port-new-monitoring-message-typo.patch
  - rdma-Add-CM_ID-resource-tracking-information.patch
  - rdma-Add-CQ-resource-tracking-information.patch
  - rdma-Add-MR-resource-tracking-information.patch
  - rdma-Add-PD-resource-tracking-information.patch
  - rdma-Ignore-unknown-netlink-attributes.patch
  - bridge-fix-typo-in-hairpin-error-message.patch
  - iproute-Abort-if-nexthop-cannot-be-parsed.patch
  - iplink_vrf-Save-device-index-from-response-for-retur.patch
  - rdma-Print-net-device-name-and-index-for-RDMA-device.patch
  - rdma-print-driver-resource-attributes.patch
  - rdma-sync-some-IP-headers-with-glibc.patch
  - devlink-CTRL_ATTR_FAMILY_ID-is-a-u16.patch
  - ip-Add-violation-counters-to-VF-statisctics.patch
  - ip-route-Fix-segfault-with-many-nexthops.patch
  - rdma-Fix-representation-of-PortInfo-CapabilityMask.patch
  - macsec-fix-off-by-one-when-parsing-attributes.patch
  - rdma-Fix-for-ineffective-check-in-add_filter.patch
  - ip-route-Fix-for-memleak-in-error-path.patch
  - rdma-Don-t-pass-garbage-to-rd_check_is_filtered.patch
  - ip-route-Fix-parse_encap_seg6-srh-parsing.patch
  - rdma-Refresh-help-section-of-resource-information.patch
  - tc-f_u32-allow-skip_hw-and-skip_sw-flags-to-be-last.patch
  - ip-route-Fix-nexthop-encap-parsing.patch
  - rdma-Fix-broken-32-bit-compilation.patch
  - rdma-Fix-incorrectly-handled-NLA-validation.patch
  - rdma-Introduce-command-execution-helper-with-require.patch
  - rdma-Add-an-option-to-rename-IB-device-interface.patch
  - rdma-Add-print-of-link-CapabilityMask2-flags.patch
  * drop non-upstream patches obsoleted by rebase to 5.3:
  - sync-UAPI-header-copies-with-SLE15-SP1.patch
  - man-fix-documentation-references-in-manual-pages.patch
  * refresh remaining patches:
  - adjust-installation-directories-for-openSUSE-SLE.patch
  - use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch
  - add-explicit-typecast-to-avoid-gcc-warning.patch
  - xfrm-support-displaying-transformations-used-for-Mob.patch
  - split-link-and-compile-steps-for-binaries.patch
  - examples-fix-bashisms-in-example-script.patch
- VF stats backport for SLE15-SP1 (fate#326021 bsc#1104003):
  ip-Add-violation-counters-to-VF-statisctics.patch
- RDMA backport for SLE15-SP1 (fate#326021 bsc#1104003):
  sync-UAPI-header-copies-with-SLE15-SP1.patch
  bpf-remove-obsolete-samples.patch
  json_writer-add-new-json-handlers-null-float-with-fo.patch
  rdma-Move-per-device-handler-function-to-generic-cod.patch
  rdma-Rename-free-function-to-be-rd_cleanup.patch
  rdma-Rename-rd_free_devmap-to-be-rd_free.patch
  rdma-Move-link-execution-logic-to-common-code.patch
  rdma-Add-option-to-provide-sign-for-the-port-number.patch
  rdma-Make-visible-the-number-of-arguments.patch
  rdma-Set-pointer-to-device-name-position.patch
  rdma-Add-filtering-infrastructure.patch
  rdma-Add-resource-tracking-summary.patch
  rdma-Add-QP-resource-tracking-information.patch
  rdma-Avoid-memory-leak-for-skipper-resource.patch
  rdma-Add-CM_ID-resource-tracking-information.patch
  rdma-Add-CQ-resource-tracking-information.patch
  rdma-Add-MR-resource-tracking-information.patch
  rdma-Add-PD-resource-tracking-information.patch
  rdma-Print-net-device-name-and-index-for-RDMA-device.patch
  rdma-print-driver-resource-attributes.patch
  rdma-sync-some-IP-headers-with-glibc.patch
  rdma-Fix-for-ineffective-check-in-add_filter.patch
  rdma-Don-t-pass-garbage-to-rd_check_is_filtered.patch
  rdma-Refresh-help-section-of-resource-information.patch
  rdma-Introduce-command-execution-helper-with-require.patch
  rdma-Add-an-option-to-rename-IB-device-interface.patch
  rdma-Add-print-of-link-CapabilityMask2-flags.patch
- add more follow-up fixes up to upstream 4.20 (bsc#1085669)
  bridge-fix-typo-in-hairpin-error-message.patch
  iproute-Abort-if-nexthop-cannot-be-parsed.patch
  iplink_vrf-Save-device-index-from-response-for-retur.patch
  devlink-CTRL_ATTR_FAMILY_ID-is-a-u16.patch
  ip-route-Fix-segfault-with-many-nexthops.patch
  rdma-Fix-representation-of-PortInfo-CapabilityMask.patch
  macsec-fix-off-by-one-when-parsing-attributes.patch
  ip-route-Fix-for-memleak-in-error-path.patch
  ip-route-Fix-parse_encap_seg6-srh-parsing.patch
  tc-f_u32-allow-skip_hw-and-skip_sw-flags-to-be-last.patch
  ip-route-Fix-nexthop-encap-parsing.patch
  rdma-Fix-broken-32-bit-compilation.patch
  rdma-Fix-incorrectly-handled-NLA-validation.patch
- refresh all patches
- spec file cleanup
- fix misplaced patch tags:
  patches/lib-libnetlink-update-rtnl_talk-to-support-malloc-bu.patch
  patches/rdma-Ignore-unknown-netlink-attributes.patch
  patches/tc-fix-command-tc-actions-del-hang-issue.patch
- normalize patches: remove git specific artefacts to reduce noise
  on future refreshes and updates
- list of patches packed into patches.tar.xz on its creation (this
  is a fake changelog entry added to silence factory-auto bot):
  adjust-installation-directories-for-openSUSE-SLE.patch
  use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch
  add-explicit-typecast-to-avoid-gcc-warning.patch
  xfrm-support-displaying-transformations-used-for-Mob.patch
  man-fix-documentation-references-in-manual-pages.patch
  split-link-and-compile-steps-for-binaries.patch
  examples-fix-bashisms-in-example-script.patch
  utils-Move-BIT-macro-to-common-header.patch
  rdma-Add-basic-infrastructure-for-RDMA-tool.patch
  rdma-Add-dev-object.patch
  rdma-Add-link-object.patch
  rdma-Add-json-and-pretty-outputs.patch
  rdma-Implement-json-output-for-dev-object.patch
  rdma-Add-json-output-to-link-object.patch
  rdma-Add-initial-manual-for-the-tool.patch
  rdma-fix-duplicate-initialization-in-port_names.patch
  iplink-check-for-message-truncation-in-iplink_get.patch
  iplink-double-the-buffer-size-also-in-iplink_get.patch
  utils-return-default-family-when-rtm_family-is-not-R.patch
  Really-fix-get_addr-and-get_prefix-error-messages.patch
  iproute-Add-support-for-extended-ack-to-rtnl_talk.patch
  ss-enclose-IPv6-address-in-brackets.patch
  lib-fix-extended-ack-with-and-without-libmnl.patch
  lib-need-to-pass-LIBMNL-flag.patch
  change-how-Config-is-used-in-Makefile-s.patch
  tc-ip-more-Makefile-updates-for-LIBMNL.patch
  lib-Dump-ext-ack-string-by-default.patch
  bpf-unbreak-libelf-linkage-for-bpf-obj-loader.patch
  libnetlink-Fix-extack-attribute-parsing.patch
  ifstat-Fix-memleak-in-dump_kern_db-for-json-output.patch
  ss-Fix-potential-memleak-in-unix_stats_print.patch
  iproute-Fix-for-missing-Oifs-display.patch
  ipmaddr-Avoid-accessing-uninitialized-data.patch
  ss-Fix-for-added-diag-support-check.patch
  link_gre6-Fix-for-changing-tclass-flowlabel.patch
  tc-actions-store-and-dump-correct-length-of-user-coo.patch
  ss-Distinguish-between-IPv4-and-IPv6-wildcard-socket.patch
  ip-maddr-fix-filtering-by-device.patch
  man-add-additional-explainations-for-ss.patch
  tc-move-action-cookie-print-out-of-the-stats-if.patch
  tc-remove-action-cookie-len-from-printout.patch
  link_gre6-Detect-invalid-encaplimit-values.patch
  man-tc-csum.8-Fix-inconsistency-in-example-descripti.patch
  tc-bash-completion-add-missing-classid-keyword.patch
  gre-ip6tnl-tunnel-Fix-noencap-support.patch
  Restore-no-print-directory-option-for-silent-builds.patch
  iplink-Validate-minimum-tx-rate-is-less-than-maximum.patch
  ipaddress-Make-sure-VF-min-max-rate-API-is-supported.patch
- add Provides and Obsoletes for removed iproute2-doc
- use fdupes to avoid OBS warnings (and unlinked duplicate files)
- use %license for license file (bsc#1082318)
- drop outdated sgml/tex/pdf documentation:
  patches/README-re-add-updated-information-link.patch
  patches/README-update-location-of-git-repositories-remove-br.patch
  patches/Remove-leftovers-from-removed-Latex-documentation.patch
  patches/doc-drop-old-ip-command-documentation.patch
  patches/doc-remove-obsolete-ip-tunnels-documentation.patch
  patches/doc-remove-outdated-IPv6-flow-label-document.patch
  patches/doc-remove-outdated-arpd-documentation.patch
  patches/doc-remove-outdated-nstat-rtstat-documentation.patch
  patches/doc-remove-outdated-ss-documentation.patch
  patches/doc-remove-outdated-tc-filters-documentation.patch
- move remaining files from iproute2-doc (which are fairly small)
  into the main package and drop iproute2-doc completely
- make guards and apply-patches scripts executable in prep phase
  (needed to fix build in IBS)
- add more post-4.12 fixes (bsc#1085669):
  devlink-fix-port-new-monitoring-message-typo.patch
  ip-address-Fix-negative-prints-of-large-TX-rate-limi.patch
  ip-link-Fix-use-after-free-in-nl_get_ll_addr_len.patch
  lib-libnetlink-re-malloc-buff-if-size-is-not-enough.patch
  lib-libnetlink-update-rtnl_talk-to-support-malloc-bu.patch
  rdma-Check-return-value-of-strdup-call.patch
  rdma-Check-that-port-index-exists-before-operate-on-.patch
  rdma-Fix-misspelled-SYS_IMAGE_GUID.patch
  rdma-Ignore-unknown-netlink-attributes.patch
  rdma-Protect-dev_map_lookup-from-wrong-input.patch
  rdma-Reduce-scope-of-_dev_map_lookup-call.patch
  tc-fix-command-tc-actions-del-hang-issue.patch
- add warning that changes should be submitted via git (i.e. not
  directly to IBS) to both specfiles
- reorder patches into upstream order (and move SUSE specific ones
  to the end); this allows fewer modifications compared to original
  upstream commits and makes future backports easier (no effect
  on expanded source tree)
- transform the package to patches tarball and series.conf for
  easier maintenance (no effect on expanded source tree)
  * pack all patches into a tarball
  * list them in series.conf
  * apply patches in a loop using guard utility
- ss-Fix-for-added-diag-support-check.patch:
  fix ss showing TCP sockets twice (bsc#1081093)
- proactively add post-4.12 fixes (bsc#1085669):
  utils-return-default-family-when-rtm_family-is-not-R.patch
  Really-fix-get_addr-and-get_prefix-error-messages.patch
  iproute-Add-support-for-extended-ack-to-rtnl_talk.patch
  ss-enclose-IPv6-address-in-brackets.patch
  lib-fix-extended-ack-with-and-without-libmnl.patch
  lib-need-to-pass-LIBMNL-flag.patch
  change-how-Config-is-used-in-Makefile-s.patch
  tc-ip-more-Makefile-updates-for-LIBMNL.patch
  lib-Dump-ext-ack-string-by-default.patch
  bpf-unbreak-libelf-linkage-for-bpf-obj-loader.patch
  libnetlink-Fix-extack-attribute-parsing.patch
  ifstat-Fix-memleak-in-dump_kern_db-for-json-output.patch
  ss-Fix-potential-memleak-in-unix_stats_print.patch
  iproute-Fix-for-missing-Oifs-display.patch
  ipmaddr-Avoid-accessing-uninitialized-data.patch
  link_gre6-Fix-for-changing-tclass-flowlabel.patch
  tc-actions-store-and-dump-correct-length-of-user-coo.patch
  ss-Distinguish-between-IPv4-and-IPv6-wildcard-socket.patch
  ip-maddr-fix-filtering-by-device.patch
  man-add-additional-explainations-for-ss.patch
  tc-move-action-cookie-print-out-of-the-stats-if.patch
  tc-remove-action-cookie-len-from-printout.patch
  link_gre6-Detect-invalid-encaplimit-values.patch
  man-tc-csum.8-Fix-inconsistency-in-example-descripti.patch
  tc-bash-completion-add-missing-classid-keyword.patch
  gre-ip6tnl-tunnel-Fix-noencap-support.patch
  Restore-no-print-directory-option-for-silent-builds.patch
  iplink-Validate-minimum-tx-rate-is-less-than-maximum.patch
  ipaddress-Make-sure-VF-min-max-rate-API-is-supported.patch
- fix "/ip link show dev ..."/ for NICs with many virtual functions
  (bsc#1056261):
  iplink-check-for-message-truncation-in-iplink_get.patch
  iplink-double-the-buffer-size-also-in-iplink_get.patch
- rdma-fix-duplicate-initialization-in-port_names.patch:
  a follow-up fix for rdma tool series
- add rdma tool, backport from upcoming upstream version 4.13
  (bsc#1050695):
  utils-Move-BIT-macro-to-common-header.patch
  rdma-Add-basic-infrastructure-for-RDMA-tool.patch
  rdma-Add-dev-object.patch
  rdma-Add-link-object.patch
  rdma-Add-json-and-pretty-outputs.patch
  rdma-Implement-json-output-for-dev-object.patch
  rdma-Add-json-output-to-link-object.patch
  rdma-Add-initial-manual-for-the-tool.patch
- drop patches conditionally applied on SLE11 and older:
  Revert-emp-fix-warning-on-deprecated-bison-directive.patch
  doc-revert-PDF-creation.patch
- patch cleanup for SLE15 package:
  * rename iproute2-dirs.diff
  - > adjust-installation-directories-for-openSUSE-SLE.patch
  * split iproute2-HZ.diff into
    use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch and
    add-explicit-typecast-to-avoid-gcc-warning.patch
  * rename revert-pdf-creation.diff
  - > doc-revert-PDF-creation.patch
  * rename revert-bison-fix.diff
  - > Revert-emp-fix-warning-on-deprecated-bison-directive.patch
  * rename kernel_xfrm6_raw.patch
  - > xfrm-support-displaying-transformations-used-for-Mob.patch
  * refresh man-fix-documentation-references-in-manual-pages.patch
  * rename iproute2-split-make.patch
  - > split-link-and-compile-steps-for-binaries.patch
  * rename iproute2-3.16.0-fix-bashisms.patch
  - > examples-fix-bashisms-in-example-script.patch
- apply all patches in both specfiles to make sure everything is
  built from fully patched sources
- move SLE11 workarounds to the end of the series
- Update to new upstream release 4.12
  * tc: add support for invisible qdisc dumping
  * ip route: support ttl-propagation attribute
  * ip route: support for MPLS LWT ttl attribute
  * libnetlink: add flag to suppress print of nlmsg error
  * ip netconf: show all address families by default
  * ip vrf: show command name next to pid
  * ip: add ip sr command to control SR-IPv6 internal structures
  * ip route: add support for SR-IPv6 lwtunnel encapsulation
  * ip link: expose packet marking atribute of tunnels
  * bpf: add support for generic xdp
  * ip xfrm: add xfrm state crypto offload
  * devlink: add support for pipeline debug (dpipe)
  * tc: reflect HW offload status
  * vxlan: add support for modifying vxlan device attributes
  * pedit: introduce IPv6 support
  * ip: add support for more MPLS labels
  * devlink: add option to set and show eswitch encapsulation support
  * ip: add handling for new CAN netlink interface
  * ip vrf: Add show command
  * ip link: add vxcan support
  * ip link: support gre6 encaplimit option
  * ip mroute: add table output to show command
  * ip neigh: allow flush FAILED neighbour entry
  * ip tunnel: add support for mpls/ip to ipip and sit tunnels
- Update to new upstream release 4.11
  * ip: support UID range routing.
  * ss: Add inet raw sockets information gathering via netlink diag interface
  * ss: print new tcp_info fields: delivery_rate and app_limited
  * ss: print new tcp_info fields: busy, rwnd-limited, sndbuf-limited times
  * tc: flower: support matching on ICMP type and code
  * lwt: BPF support for LWT
  * Introduce ip vrf command
  * iplink: bridge: add support for displaying xstats
  * iplink: bridge_slave: add support for displaying xstats
  * ip: Add support for MPLS netconf
- split link and compile steps for binaries, so LDFLAGS and CFLAGS
  are not mixed so the the PIE default build work.
- Add iproute2-split-make.patch
- Update to new upstream release 4.9
  * bridge: vlan: add support to display per-vlan statistics
  * tipc: add the ability to get UDP bearer options
  * tc: flower: Introduce vlan support
  * ss: output TCP BBR diag information
  * iptnl: add support for collect_md flag in IPv4 and IPv6 tunnels
  * ss: Support displaying and filtering on socket marks.
  * tc: fq: display unthrottle latency
  * ip link: Add support to configure SR-IOV VF to vlan protocol
    802.1ad (VST QinQ)
  * ip rule: add selector support
  * bridge: add support for the multicast flood flag
  * ip: update link types to show 6lowpan and ieee802.15.4 monitor
  * ss: Add support for SCTP protocol
  * iproute2: macvlan: add "/source"/ mode
- put lnstat nstat routef routel ss into /usr/bin so that users can
  actually run them
- Add libelf-devel to BuildRequires to enable bpf object loading
- Update to new upstream release 4.7
  * add support for VXLAN-GPE
  * ss: add SK_MEMINFO_DROPS display
  * devlink: implement shared buffer support
  * devlink: implement shared buffer occupancy control
  * ip, token: add del command
  * fq_codel: add per queue memory limit
  * ip: add MACsec support
  * ipaddress: Allow listing addresses by type
  * ip rule: Add support for l3mdev rules
  * ss: Add support to filter on device
  * ip link/addr/route: Add support for vrf keyword
  * bridge: add json support for bridge fdb/vlan show
- Update to new upstream release 4.8
  * ip: report IFLA_GSO_MAX_SIZE and IFLA_GSO_MAX_SEGS
  * tc: Add support for the matchall traffic classifier.
  * iptuntap: show processes using tuntap interface
- Update to new upstream release 4.6
  * vxlan: add support to set flow label
  * tc, bpf: add new csum and tunnel signatures
  * tc, bpf: further improve error reporting
  * tc, bpf: add support for map pre/allocation
  * ip link: Add support for kernel side filtering
  * tc: introduce IFE action
  * add devlink tool
  * iplink: display IFLA_PHYS_PORT_NAME
- Update to new upstream release 4.5
  * {f,m}_bpf: allow for sharing maps
  * geneve: add support for IPv6 link partners
  * geneve: add support for lwt tunnel creation and dst port selection
  * route: allow routes to be configured with expire values
  * iplink: support setting addrgenmode stable_secret
  * tipc: add peer remove functionality
  * tc, clsact: add clsact frontend
  * ss: support closing inet sockets via SOCK_DESTROY.
  * bridge: support for static and dynamic fdb entries
  * iplink: Support VF Trust
- Update to new upstream release 4.4
  * tunnel code rework
  * add VRF support
  * add lightweight tunnel support
  * ila: Add support for ILA lwtunnels
  * f_bpf: allow for optional classid and add flags
  * m_bpf: don't require default opcode on ebpf actions
  * route: Add RTM_F_LOOKUP_TABLE flag and show table id
  * neigh: Add support for filtering dumps by master device
  * route: print addrgenmode stable_secret and fallback otherwise
  * tc: flower no need to specify the ethertype
  * geneve: add support for IPv6 link partners
  * neigh: device is optional for proxy entries
  * tunnel: determine tunnel address family from the tunnel type
  * addr: ignore EADDRNOTAVAIL errors during address flush operation
  * vxlan, gre: add support for collect metadata flag
  * route: ignore RTAX_HOPLIMIT of value -1
  * route: fix printing of locked entries
  * vxlan: Add support for remote checksum offload
  * documentation improvements
- man-fix-documentation-references-in-manual-pages.patch:
  replace Debian specific paths and package names with SUSE ones
- Update to new upstream release 4.3
  * route: filter routes by family if so specified
  * ip: add `ip rule save/restore`
  * Manpage additions for tc filters
- Update to new upstream release 4.2
  * route: add support to print 'linkdown' nexthop flag
  * addr: add support for brief output
  * ss: add support for segs_in and segs_out
  * ss: add support for bytes_acked & bytes_received
  * Add displaying VF traffic statistics
  * tc: add support for Flower classifier
  * GENEVE support
  * link: add ageing_time, stp_state and priority for bridge
  * bridge: mdb: add support for router add/del notifications
  monitoring
  * ss: print value of IPV6_V6ONLY socket option if set
- Update to version 4.1.1:
  * tipc: make build conditional on having libmnl.
  * build: must honor pkg-config flags for libmnl.
  * include: add copy of tipc.h.
  * Fix MPLS support.
- Drop iproute2-tipc-headers.patch, iproute2-pkgconfig.diff
  (fixed upstream)
- iproute2-tipc-headers.patch:
  fix build on systems with pre-3.16 kernel headers
- apply build fixes also in iproute2-doc.spec
- Update to new upstream release 4.1
  * ip: support RFC4191 router preference
  * xfrm: add command for configuring SPD hash table
  * tipc: add new TIPC configuration tool
  * BPF support in tc
  * Lots of RED (tc scheduler) cleanup work
  * color option to ip command
- Add iproute2-pkgconfig.diff: work around continued ignorance of
  pkg-config
- Update iproute2-dirs.diff to respect /usr/share/tc [bnc#934828]
- Update to new upstream release 4.0
  * ip: route: add congestion control metric
  * vxlan: Group policy extension
  * tc: add support for BPF based actions
  * iproute2: bridge: support vlan range adds
  * ip xfrm: Allow to specify "/all"/ option for monitor
  * ipnetns: allow to get and set netns ids
  * iplink: add support of IFLA_LINK_NETNSID attribute
  * Allow specifying bridge port STP state by name rather than number.
  * ip-monitor: allow to monitor ip rules
  * bridge link: add support to specify master
- Update to new upstream release 3.19
  * ip link: Add support for remote checksum offload to IP tunnels
  * can: Add support for CAN FD non-ISO feature
  * ss: Filter inet dgram sockets with established state by default
  * ip link: Fix crash on older kernels when showing VF devices
  * ss: Unify packet stats output from netlink and proc
  * ss: Unify unix stats output from netlink and proc
  * tc class: Show classes as ASCII graph
  * ip link: Add ipvlan support to the iproute2/ip util
- Add kernel_xfrm6_raw.patch to recognize more XFRM types
- Update to new upstream release 3.18
  * Human readable output for `ip -s link` (ip -s -h link)
  * Permit filtering `ip monitor` events by device per "/dev NAME"/.
  * Permit filtering `ip link` output by device per "/master NAME"/,
  and by type per `type T` (e.g. type vlan).
  * Permit filtering `ip addr` output by flags like "/tentative"/ and
  "/-tentative"/.
- fix bashisms in gaiconf script
- add patches:
  * iproute2-3.16.0-fix-bashisms.patch
- Update to new upstream release 3.17
  * ip: allow to set ipv6 address generation mode
  * nstat: 64bit support on 32bit architectures
  * ip: don't require "/name"/ keyword when adding device
  (3.16 regression)
  * ip: support of usec rtt in tcp_metrics
  * ip: allow to change slave options via type_slave
  * ip: add support for IPv6 VTI tunnels
  * tc: rsvp/tcindex/route classifier support for multiple actions
  * ip: print stats with "/ip -s addr show"/
- Add revert-bison-fix.diff:
  fix build on SLE11
ipset
- add ipset-6.36_service_names_for_ports.patch to fix parsing
  service names for ports. Parsing is attempted both for numbers
  and service names and the temporary stored error message
  triggered to reset the state parameters about the set
  [bsc#1122853]
- Update to new upstream release 6.36
  * Adding a IPv4 range x.x.x.x–255.255.255.255 could lead to
    memory exhaustion, which has been fixed.
- Drop 0001-build-do-install-libipset-args.h.patch (merged)
- Add 0001-build-do-install-libipset-args.h.patch [boo#1077037].
- Update to new upstream release 6.35
  * Userspace revision handling is reworked
  * Backport patch: netfilter: ipset: use nfnl_mutex_is_locked
  * Missing nfnl_lock()/nfnl_unlock() is added to
    ip_set_net_exit()
  * netfilter: ipset: add resched points during set listing
  * Fix "/don't update counters"/ mode when counters used at the
    matching
  * netfilter: ipset: Fix race between dump and swap
- Update to new upstream release 6.34
  * Reset state after a command failed, when multiple ones
    are issued.
  * Handle padding attribute properly in userspace.
  * Test to check the fix to add an IPv4 range containing more
    than 2^31 addresses.
- Remove ipset-6.33-export-func.diff (merged)
- Update to new upstream release 6.33
  * Report if the option is supported by a newer kernel release
- Add ipset-6.33-export-func.diff
- fix build for Factory
- Update to new upstream release 6.31
  * ipset: avoid kernel null pointer exception in ipset list:set
  * fix bug: sometimes valid entries in hash:* types of sets were
    evicted
- Update to new upstream release 6.32
  * fix possible truncated output in ipset output buffer handling
- Update to new upstream release 6.30
  * hash:ipmac type support added to ipset
- Update to new upstream release 6.29
  * Fix race condition in ipset save, swap and delete
- Update to new upstream release 6.28
  * Test added to check 0.0.0.0/0,iface to be matched in
  hash:net,iface type
  * Check IPSET_ATTR_ETHER netlink attribute length
  * Fix set:list type crash when flush/dump set in parallel
  * Allow a 0 netmask with hash_netiface type
- Restore unreviewed deletion of KMP production,
  undo spec-cleaner refucktoring
- Add ipset-destdir.diff
- update to 6.27:
  * kernel part changes
  * fix reported memory size for hash:* types
  * fix hash type expire: release empty hash bucket block
  * fix hash type expiration: incorrect index fixed
  * collapse same condition body to a single one
  * fix extension alignment
  * compatibility: include linux/export.h when needed
  * compatibility: make sure vmalloc.h is included for kvfree()
  * compatibility: Fix detecting 'struct net' in 'struct tcf_ematch'
  * compatibility: Protect definition of RCU_INIT_POINTER in
    compatibility header file
  * netfilter: ipset: Fix sleeping memory allocation in atomic
    context (Nikolay Borisov)
  * userspace changes
  * handle uint64_t alignment issue in ipset tool
- disable KMP build as we support the in-kernel version instead.
  Remove ipset-preamble file that is no longer needed [bsc#962345]
- run spec-cleaner
- Update to new upstream release 6.26
  * Out of bound access in hash:net* types fixed
  * Make struct htype per ipset family
  * Optimize hash creation routine
- Update to new upstream release 6.25.1
  * Add element count to all set types header
  * Add element count to hash headers
  * Support linking libipset to C++ programs
  * When a single set is destroyed, make sure it cannot
  be grabbed by dump
  * Check CIDR value only when attribute is given
  * Permit CIDR equal to the host address CIDR in IPv6
- Update to new upstream release 6.24
  * Alignment problem between 64bit kernel 32bit userspace fixed
  * Potential read beyond the end of buffer resolved
  * Fix parallel resizing and listing of the same set
  * Introduce RCU in all set types instead of rwlock per set
  * Remove rbtree from hash:net,iface in order to run under RCU
  * Explicitly add padding elements to hash:net,net and
  hash:net,port,net
  * Allocate the proper size of memory when /0 networks are supported
  * Simplify cidr handling for hash:*net* types
  * Indicate when /0 networks are supported
- Update to new upstream release 6.23
  * Order create and add options in manpage so that generic ones
  come first
  * Centralise generic create options (family, hashsize, maxelem)
  on top of man page in the generic options section.
  * Add description of hash:mac set type to man page.
  * Add missing space for skbinfo option synopsis.
  * Support updating extensions when the set is full
- Drop sovers.diff (no longer needed)
- Update to new upstream release 6.22
  * includes the new set type hash:mac
  * The new skbinfo extension makes possible to store fw mark, tc
  class and/or hardware queue parameters together with the set
  elements and then attach them to the matchig packets by the SET
  target.
- Add sovers.diff to counter missing symbol errors
- Update to new upstream release 6.21.1
  * add userspace support for forceadd
  * fix ifname "/physdev:"/ prefix parsing
  * print mark & mark mask in hex rather then decimal
  * add markmask for hash:ip,mark data type
  * add hash:ip,mark data type to ipset
  * Fix all set output from list/save when set with counters in use.
  * ipset: Fix malformed output from list/save for ICMP types in port
  field
  * ipset: fix timeout data type size (Nikolay Martynov)
- Update to new upstream release 6.20.1
  * build fixes for kernel 3.8 and the userspace library
- Remove 0001-build-fix-incorrect-library-versioning.patch (merged)
- Add 0001-build-fix-incorrect-library-versioning.patch
- Update to new upstream release 6.20
  * netns support
  * new set types: hash:net,net and hash:net,port,net
  * new extension: "/comment"/, for annotation of set elements
- Drop sles11.diff (no longer needed, upstream has better fix)
- Update to new upstream release 6.19
  * This release adds per-element byte and packet counters for every
  set type. (Matching these will be available in iptables-1.4.19.)
- Update to new upstream release 6.18
  * bitmap:ip,mac: fix listing with timeout
  * hash:*net*: nomatch flag not excluded on set resize
  * list:set: update reference counter when last element pushed off
- Update to new upstream release 6.17
  * Fix revision printing in XML mode
  * Correct "/Suspicious condition (assignment + comparison)"/
  * Fix error path when protocol number is used with port range
  * Interactive mode error after syntax error
  * New utilities: ipset_bash_completion, ipset_list
  * Ensure ip_set_max is not set to IPSET_INVALID_ID
  * Resolve corrupted timeout values on set resize
  * Resolve "/Directory not empty"/ error message
- Update to new upstream release 6.16.1
  * Fix RCU handling when the number of maximal sets are increased
  * netfilter: ipset: fix netiface set name overflow
- Remove 0001-build-support-for-Linux-3.7-UAPI.patch, merged upstream
- Remove 0001-build-Linux-3.7-netlink-fun.patch, merged upstream
- Update to new upstream release 6.15
  * Userspace changes:
  * Use gethostbyname2 instead of getaddrinfo
  * Support protocol numbers as well, not only protocol names
  * Kernel part changes:
  * Increase the number of maximal sets automatically as needed
  * Fix range bug in hash:ip,port,net
- Add 0001-build-support-for-Linux-3.7-UAPI.patch
- Add 0001-build-Linux-3.7-netlink-fun.patch
- Update to new upstream release 6.14
  * Internal CIDR bookkeeping was broken and would lead to mismatches
  when the number of different sized networks are greater than the
  smallest CIDR value
  * Support to match elements marked with "/nomatch"/ in hash:*net* sets
  * Add /0 network support to hash:net,iface type
- Update to new upstream release 6.13
  * more restrictive command-line parser
  * documentation updates w.r.t. src/dst for hash:net,iface
  * allow saving to/restoring from a file without shell redirection
  * kernel: hash:net,iface: fix interface comparison
  * timeout fixing bug broke SET target special timeout value, fixed
- Update to new upstream release 6.12
  * Report syntax error messages immediately
  * Add dynamic module support to ipset userspace tool
  * Fix timeout value overflow bug at large timeout parameters
  * gcc 4.7 support
- Update to new upstream release 6.11
  * libipset is now complete; ipset is just a frontend
  * Log warning when a hash type of set gets full
  * Exceptions support added to hash:*net* types
  * hash:net,iface timeout bug fixed
  * Support hostnames and service names with dash
- Populate ipset package on build.opensuse.org after disabling
  ipset-genl compilation in xtables-addons
iptables
- Update to release 1.8.7
  * iptables-nft:
  * Improved performance when matching on IP/MAC address prefixes
    if the prefix is byte-aligned. In ideal cases, this doubles
    packet processing performance.
  * Dump user-defined chains in lexical order. This way ruleset
    dumps become stable and easily comparable.
  * Avoid pointless table/chain creation. For instance,
    `iptables-nft -L` no longer creates missing base-chains.
- Update to release 1.8.6
  * iptables-nft had pointlessly added "/bitwise"/ expressions to
    each IP address match, needlessly slowing down run-time
    performance (by 50% in worst cases).
  * iptables-nft-restore: Support basechain policy value of "/-"/
    (indicating to not change the chain's policy).
  * nft-translte: Fix translation of ICMP type "/any"/ match.
- Update to release 1.8.5
  * IDLETIMER: Add alarm timer option
  * nft: CT: add translation for NOTRACK
- Drop iptables-apply-mktemp-fix.patch (seemingly applied)
- Update to release 1.8.4
  * Fix for wrong counter format in `ebtables-nft-save -c` output.
  * Print typical iptables-save comments in arptables- and
    ebtables-save, too.
  * xt_owner: add --suppl-groups option
  * Remove support for /etc/xtables.conf
  * Restore support for "/-4"/ and "/-6"/ options in rule lines.
- Add Conflicts with iptables-nft = 1.6.2 as during the update to
  iptables 1.8 ip6tables-restore-translate, ip6tables-translate,
  iptables-restore-translate and iptables-translate were moved from
  iptables-nft subpackage (now iptables-backend-nft) to the main
  package. So we need to add a conflict here otherwise we hit file
  conflicts error during the update.
- add missing Provides/Obsoletes for the renamed package
  iptables-backend-nft (was iptables-nft)
- Update to new upstream release 1.8.3
  * ebtables: Fix rule listing with counters
  * ebtables-nft: Support user-defined chain policies
- Remove 0001-include-extend-the-headers-conflict-workaround-to-in.patch
  0001-include-fix-build-with-kernel-headers-before-4.2.patch
  (upstreamed)
- Add 0001-include-fix-build-with-kernel-headers-before-4.2.patch,
  0001-include-extend-the-headers-conflict-workaround-to-in.patch
  to fix build with older linux-glibc-devel. [boo#1132821]
- Add iptables-1.8.2-dont_read_garbage.patch that fixes a situation
  where 'iptables -L' reads garbage from the struct as the kernel
  never filled it in the bugged case. This can lead to issues like
  mapping a few TiB of memory [bsc#1106751].
- Update to new upstream release 1.8.2
  * Fix incorrect handling of various targets and options in
    iptables-nft,ebtables-nft,arptables-nft.
- Update to new upstream release 1.8.1
  * New cgroup match revision with reduced memory footprint
- note build-time dependency on libnftnl >= 1.1.1
- Add missing update-alternatives dependency to Requires(post)
  section. If this is missing the package fails to install properly
  when it is used as build dependency.
- Update to new upstream release 1.8.0 and snapshot 1.8.0.g75
  * The ipv6 "/srh"/ match can now match previous/next/last sid
  * CONNMARK target now supports bit-shifting for restore,set
    and save-mark.
  * DNAT now supports shifted portmap ranges.
  * iptables now comes in two backends: legacy and nft.
- Use %license instead of %doc [bsc#1082318]
- Fix ethertypes ownership, should be %exclude, not %ghost.
- Resolve conflict with ebtables and obtain ethertypes from new netcfg minor
  version. FATE#320520
- Update to new upstream release 1.6.2
  * add support for the "/srh"/ match
  * add randomize-full for the "/MASQUERADE"/ target
  * add rate match mode to the "/hashlimit"/ match
- Add iptables-batch-lock.patch: Fix a locking issue of
  iptables-batch which can cause it to spuriously fail when other
  programs modify the iptables rules in parallel (bnc#1045130).
  This can especially affect SuSEfirewall2 during startup.
- Update to new upstream release 1.6.1
  * add support for hashlimit rev 2 for higher pps rates
  * add support for cgroup2 path matching
  * translation program for nft
- Update to final release 1.6.0
  * Only a build fix, no new significant changes.
- Update to new snapshot v1.4.21-367-g9763347 [1.6.0~]
  * -m ah/esp/rt: restore matching "/any SPI id"/ by default
  (they unexpectedly defaulted to --spi 0 rather than --spi ALL)
  * -m cgroup: new module
  * -m dst: make ! --dst-len work
  * -m ipcomp: new module
  * -m socket: add --restore-skmark option
  * -j CT: add support for new zone options
  * -j REJECT: add missing ICMPv6 codes
  * -j TEE: make it possible to delete rules with -D ... -j
  * -j SNAT/DNAT: add randomize-full support
iputils
- Remove 2 old patches (iputils-sec-ping-unblock.diff, iputils-ping-interrupt.diff)
  Although not documented, they both belong to bsc#674304. Fix from 2011 was
  resolved upstream in commit 810dd7f ("/ping,ping6: Unmask signals on
  start-up."/) [1], released in s20121112.
- Update iputils-remove-bogus-check-required-for-2.4.9-kernels.patch
  (backport 4471ac6 to add changes in header files)
- Use git format for iputils-ping-fix-pmtu-for-ipv6.patch (required by
  %autosetup -p1)
- Use %autosetup -p1
- Backport license information from upstream (bnc#1082788):
  iputils-add-license-info.diff
- Backport iputils-ping-fix-pmtu-for-ipv6.patch from upstream
  to fix PMTU discovery in ping6. (bsc#1072460)
- Install rdisc as rdisc, do not use in.rdisc anymore (xinetd which
  was using in.* names is obsolete anyways)
- iputils: remove man pages of unused binaries: ninfod, pg3, rdisc
  (rdisc is in a separate package)
- Add systemd service for rarpd
- mark ping also verify not caps, as these are changed by the
  permissions package. (bsc#1065835)
- Reintroduce rarpd as subpackage
- Explicitly list content in filelist as we have two subpackages
  now
- Cleanup with spec-cleaner
- Update to version s20161105 (Changes taken from the RELNOTES file)
  * ping: eliminate deadcode & simplify
  * ping: do not allow oversized packets to root
  * correctly initialize first hop
  * ping: fix ping -6 -I
  * arping,doc: fix documentation of -I
  * ping: fix error message when getting EACCES from connect()
  * renamed INSTALL to INSTALL.md
  * (re)structured INSTALL.md and transformed into markdown; added hint that installation into prefix has to be done with DESTDIR make variable and that there's no prefix support in configure, close #21
  * ping: Silence GCC warnings when building with -fstrict-aliasing
  * tftpd: Drop supplementary groups for root
  * libgcrypt: fix static linking
  * doc: Inserted a missing word
  * tracepath6: avoid redundant family variable
  * tracepath: borrow everything good from tracepath6
  * tracepath: switch to dual-stack operation
  * tracepath: remove now redundant tracepath6
  * docs: fix parallel build of manpages
  * ping: remove assignments of values that are never read
  * docs: remove references to ping6 and traceroute6
  * ping: work with older kernels that don't support ping sockets
  * Revert "/ping_common.c: fix message flood when EPERM is encountered in ping"/
  * reorder -I option parsing (boo#1057664)
  * ping: also bind the ICMP socket to the specific device
- tracepath6 is now symlink to tracepath.
- Add ping6 symlink (boo#1017616)
- do not install rarpd and rarpd.8 manpage (comes from rarpd rpm currently)
- Update to version s20160308 (Changes taken from the RELNOTES file)
  * use syntax compatible with busybox date in Makefile
  * 'admin prohibited' should print !X not !S.
  * Makefile: use #define as in previous code changes
  * doc/Makefile: require bash, because we use pushd and popd
  * doc: don't timestamp manpages by default
  * ping: status() now returns received/transmitted instead of trans/recv
  * ping: don't mess with internals of struct msghdr
  * ping: ICMP error replies while errno < 0 is a hard error
  * ping: always use POSIX locale when parsing -i
  * ping: link against libm
  * made ping functions protocol independent
  * ping: perform dual-stack ping by default
  * ping: remove obsolete preprocessor directives
  * ping: avoid name clashes between IPv4 and IPv6 code
  * ping: merge all ping header files into a single one
  * ping: merge `ping6` command into `ping`
  * ping: refactor ping options
  * ping: refactor ping socket code
  * ping: merge IPv4 and IPv6 `pr_addr()`
  * ping: fix defines and libs in Makefile
  * ping: handle single protocol systems
  * iputils ping/ping6: Add a function to check if a packet is ours
  * ping: Add <linux/types.h> to fix compilation error.
  * ping6: Use GNUTLS API directly for MD5. (v2)
  * ping6: Use libgcrypt instead of gnutls for MD5.
  * Allow ping to use IPv6 addresses
  * ping,ping6 doc: More description on CAP_NET_RAW usage.
  * if IPv4 resolving fails fallback to ping6
  * ping: in usage print the 'ping -6' options as well
  * ping: allow option -4 which forces IPv4
  * combine sock and errno into a single structure
  * This patch allows running ping and ping6 without root privileges on
  * use better names for socket variables
  * tracepath,doc: fix corrupted tag
  * doc: ping: add missing options and remove ping6
  * ninfod: remove unused variables
  * ninfod: Regenerate configure by autoconf-2.69.
  * ninfod: libgcrypt support.
  * Fix building with musl
  * travis.yml: install nettle-dev
  * Allow using nettle instead of libgcrypt for MD5
  * avoid compiler warning caused by snapshot.h
  * make `getaddrinfo()` and `getnameinfo()` usage consistent
  * enable IDN by default
  * remove IPV4_TARGETS and IPV6_TARGETS
  * Use svg instead of png to get better image quality
  * spec: Configure before building ninfod.
  * spec: Fix date in %changelog.
  * make,spec: Add rpm target.
- Refreshed patches
  * iputils-ping-interrupt.diff
  * iputils-sec-ping-unblock.diff
- Remove ifenslave.c. It has been removed in the linux kernel commit
  b1098bbe1b24("/bonding: remove ifenslave.c from kernel source"/).
  bonding can be done via iproute (netlink)
- dropped iputils-ifenslave.diff
- Append our CFLAGS to the upstream ones instead of overriding them.
- Cleanup old make command since the upstream Makefile does things right
  it seems.
- Use Provides: for old /{,s}bin utils to satisfy reverse dependencies.
- Install utilities to /bin and /sbin until reverse dependencies are
  properly fixed.
- Do not install tftp and traceroute to avoid conflicts with the tftp and
  traceroute packages. Stick to what iputils used to provide in the past.
- Remove iputils-traceroute6-stdint.diff patch since we are not building
  the traceroute* utilities.
- Install tracepath to /usr/bin. (boo#795788)
- Update to version s20150815
  * use syntax compatible with busybox date in Makefile
  * Makefile: use #define as in previous code changes
  * ping: status() now returns received/transmitted instead of trans/recv
  * ping: don't mess with internals of struct msghdr
  * tracepath,doc: fix corrupted tag
  * made ping functions protocol independent
  * Allow ping to use IPv6 addresses
  * if IPv4 resolving fails fallback to ping6
  * ping: in usage print the 'ping -6' options as well
  * ping: allow option -4 which forces IPv4
  * combine sock and errno into a single structure
  * This patch allows running ping and ping6 without root privileges on
  * use better names for socket variables
  * travis.yml: install nettle-dev
  * Allow using nettle instead of libgcrypt for MD5
  * avoid compiler warning caused by snapshot.h
  * make `getaddrinfo()` and `getnameinfo()` usage consistent
  * enable IDN by default
  * ping: perform dual-stack ping by default
  * remove IPV4_TARGETS and IPV6_TARGETS
  * ping: remove obsolete preprocessor directives
  * ping: avoid name clashes between IPv4 and IPv6 code
  * ping: merge all ping header files into a single one
  * ping: merge `ping6` command into `ping`
  * ping: refactor ping options
  * ping: refactor ping socket code
  * ping: merge IPv4 and IPv6 `pr_addr()`
  * Use svg instead of png to get better image quality
  * iputils ping/ping6: Add a function to check if a packet is ours
  * ping: Add <linux/types.h> to fix compilation error.
  * ping6: Use GNUTLS API directly for MD5. (v2)
  * ping6: Use libgcrypt instead of gnutls for MD5.
  * ninfod: Regenerate configure by autoconf-2.69.
  * ninfod: libgcrypt support.
  * spec: Configure before building ninfod.
  * spec: Fix date in %changelog.
  * make,spec: Add rpm target.
  * ping,ping6 doc: More description on CAP_NET_RAW usage.
- Update patches
  * iputils-s20101006-ping-interrupt.diff > iputils-ping-interrupt.diff
  * iputils-s20101006-sec-ping-unblock.diff > iputils-sec-ping-unblock.diff
  * iputils-remove-bogus-check-required-for-2.4.9-kernels.patch
- Update home project page and download Url
- Remove obsolete %clean section
- Remove UsrMerge process; it has been done for more than two
  openSUSE releases now
- Fix a bogus kernel version check (boo#927831):
  iputils-remove-bogus-check-required-for-2.4.9-kernels.patch
ipvsadm
- Hardening: link as position independent executable (bsc#1184988).
  * Added ipvsadm-PIE.patch
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Update to version 1.29
  * No changelog available
- fixed systemd service file to restore correct config file at
  start (/etc/ipvsadm.rules) and do not break boot-time config
  at stop (bsc#1013581).
- Update to version 1.28
  * No changelog available
- Update download Url
- Remove obsolete patches
  * 03_libnl-3-linking.patch
  * ipvsadm-1.26-ipvs_dests_parse_cb-memory-corruption.diff
  * ipvsadm-1.26-wrong-error-with--ops-option.bnc847005.diff
- Update ipvsadm-1.26-print_largenum.diff > ipvsadm-print_largenum.diff
- 03_libnl-3-linking.patch from debian, allow use of libnl3
  instead of libnl1
- added necessary macros for systemd files
- Fix segfault when running 'ipvsadm -Ln' caused by buffer overrun
  in ipvs_dests_parse_cb() function (bnc#775051), by Tim Serong.
  [+ ipvsadm-1.26-ipvs_dests_parse_cb-memory-corruption.diff]
- Fix wrong error message when using ipvsadm with option "/--ops"/
  (bnc#847005), by Paul Zirnik.
  [+ ipvsadm-1.26-wrong-error-with--ops-option.bnc847005.diff]
- Add systemd support and drop sysvinit support
- Remove AUTHORS section
- Remove redundant %clean section
- Select libnl-1_1-devel
irqbalance
- not balancing interrupts in Xen guests (bsc#1178477, bsc#1183405)
  A procinterrupts-check-xen-dyn-event-more-flexible.patch
- Adapt also-fetch-node-info-for-non-PCI-devices.patch to v1.4.0, and
  backport process_one_line() and get_int() which is required for it
  to work.
- Correctly detect the NUMA node of non-PCI devices.
  (bsc#1156315 bsc#1183157)
- add also-fetch-node-info-for-non-PCI-devices.patch
- Due to a bug in irqbalance's parsing of /sys/devices/system/cpu/cpu*/node*
  entries, all CPUs is considered to be on NUMA node 0. Backport fix for
  ambiguous parsing of *node* entries in /sys from upstream to fix this issue.
  (bsc#1156315, bsc#1182254)
- add fix-ambiguous-parsing-of-node-entries-in-sys.patch
- Revert previous changes for kernel 5.3+
- remove 0001-Revert-remove-affinity_hint-infrastructure.patch
- remove set-numa-node.patch
- remove 0001-Revert-Types-clean-out-unused-variables-from-irq_inf.patch
- In HyperV VMs all NVME MSI interrupts are set to unmanaged to
  compensate the lack of matrix.c in pre-v4.20 kernels.
  Irqbalanced is supposed to spread the load. (bsc#1119461, bsc#1154905, bsc#1138190)
  Performance can be improved further with --hintpolicy=subset
- add 0001-Revert-remove-affinity_hint-infrastructure.patch
- add set-numa-node.patch
- add 0001-Revert-Types-clean-out-unused-variables-from-irq_inf.patch
- Allow compilation with SLE-12 and before by:
  * removing -std=C99 Latest compiler version does not complain
  anymore, SLE12 SPx and before did.
  * Fix a possible buffer overflow compiler warning
  A fix_buffer_overflow_compiler.patch
- Removed aarch64-compile-fixes.patch because it is mainline now.
- Update to version 1.4.0:
  * Fixed an erroneous calculation of min_load that restricted candidates to a
    subset of objects
  * Fixed powerpc hotplug detection
  * Cleaned up syslog target dependency
  * Added some self test infrastructure (via make check)
- Update to version 1.3.0
  * New features in this release:
    optimization of platform device irq detection
    Added sample udev rules to trigger irq rescans on device add/remove
    Made irqbalance ui an optional compile component
    Added support for Intel CoD
    Add -v | --version option to command line
  * Bug fixes in this release:
    Misc compiler warning fixes and spelling errors
    Compilation error fix on aarch64
    Compilation error fix when using clang in c99 mode
    Unused variable cleanup
    Lots of memory leak cleanup in irqbalance-ui
    Prevent irqbalance from running in a container
    Fix irq affinity assignment in some cases to wrong numa node
    Fix oneshot mode
    exclude legacy irq 255
  * Deprecations:
    without-glib2 is removed, we just need it enough that we can't dummy it up
    anymore
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Remove superfluous comment out man package packing
- Switch to ncurses6: use ncurses6-config to find the correct
  CFLAGS and libraries (boo#1021328).
- update to 1.2.0:
  * sort_irq logic rework to fix unintended ordering
  * removal of the affinity_hint infrastructure as its not needed
  * fixes for invalid cpumask parsing
  * many other minior fixes (see git log)
  * Aarch64 support
  * live interactive monitoring of irqbalance and live adjustment with irqbalance-ui
- remove fix-aarch64-support.patch: upstreamed
- add install-man-pages.patch
- add aarch64-compile-fixes.patch
- Set-fd-limit.patch: Increase limit on file descriptors (bsc#998399) (fate#321645)
- fix-aarch64-support.patch: Fix AArch64 support
- Update to 1.1.0
  * Banning support fixes
  * Load calculation improvements
  * Documentation fixes
  * Fix command line preservation across re-scan
  * Memory leak fixes
  * Misc. bug fixes
  * ARM irq support
  * New --banmod option
  * New sleep interval option
- Only exclude arch s390 and s390x
- enable build for aarch64
- enable build for %arm
- Clenup spec file with spec-cleaner
- Remove bug-893478_warn-once.patch
- Update to 1.0.9
  * PCI quirk support
  * System Logging compatibility
  * isolcpus inheritance
  * Misc. Bugfixes
- Update to version 1.0.8
  * No ChangeLog available
- Fix home page and download source Url
- Update bug-893478_warn-once.patch; (submitted and accepted to/by
  upstream)
isl
- Update to 0.18
  * improve elimination of redundant existentially quantified variables
  * improve coalescing
  * improve parametric integer programming
  * preserve isolate option in isl_schedule_node_band_split
  * print AST nodes in YAML format
  * minor improvements to Python bindings
- Inherits update to 0.17.1
  * fix bug in coalescing treatment
- Inherits update to 0.17
  * optionally combine SCCs incrementally in scheduler
  * optionally maximize coincidence in scheduler
  * optionally avoid loop coalescing in scheduler
  * fix handling of nested integer divisions
  * optionally detect min/max expressions during AST generation
  * minor AST generator improvements
  * simplify stride constraints
  * improve support for expansions in schedule trees
- Update to 0.16.1
  * fix bug in simplification
- Changes for 0.16
  * add 32 bit integer optimization for IMath
  * minor AST generator improvements
  * add isl_union_flow_get_full_{may,must}_dependence
  * minor improvements to Python bindings
  * minor improvements to set and map printing
- Use url for source
- Cleanup spec file with spec-cleaner
- Make building more verbose
- Update to ISL version 0.15
  * improve coalescing
  * add isl_union_access_info_compute_flow
  * add mark nodes in AST
  * add isl_union_pw_aff and isl_multi_union_pw_aff
  * add schedule trees
  * deprecate band forests
  * deprecate separation_class AST generation option
  * introduce isl_bool and isl_stat types
- Removes no longer needed isl-0.14-fixes.patch.
- Update to ISL version 0.14
  * support IMath as an optional replacement for GMP
  * minor AST generator improvements
- Inherits changes from ISL version 0.13
  * deprecate isl_int
  * improved support for multi piecewise quasi-affine expressions
  * allow the user to impose a bound on the number of low-level operations
  * add isl_id_to_ast_expr and isl_id_to_pw_aff
  * add isl_schedule_constraints
  * hide internal structure of isl_vec
  * remove support for piplib
- Add isl-0.14-fixes.patch to fix function returning without value.
- Update to ISL version 0.12.2
  * isl_int has been replaced by isl_val
  * some of the old functions are still available in isl/deprecated/*.h
  but they will be removed in the future
  * The functions isl_pw_qpolynomial_eval, isl_union_pw_qpolynomial_eval,
  isl_pw_qpolynomial_fold_eval and isl_union_pw_qpolynomial_fold_eval have
  been changed to return an isl_val instead of an isl_qpolynomial
- Remove obsolete config-guess-sub-update.diff patch
- Update to ISL version 0.12
  * adds isl_val abstraction
- Add config-guess-sub-update.diff:
  * Update config.guess/sub for aarch64
- Update to ISL version 0.11.1
  * fixes endianess issue
  * now comes with a LICENSE file
- Update to ISL version 0.11
  * license change to MIT
  * add support for code generation
- Add baselibs.conf, needed by cloog-isl-32bit
- ISL 0.10
java-1_8_0-ibm
- Update to Java 8.0 Service Refresh 6 Fix Pack 25
  [bsc#1182186, bsc#1181239, CVE-2020-27221, CVE-2020-14803]
  * CVE-2020-27221: Potential for a stack-based buffer overflow
    when the virtual machine or JNI natives are converting from
    UTF-8 characters to platform encoding.
  * CVE-2020-14803: Unauthenticated attacker with network access
    via multiple protocols allows to compromise Java SE.
- Update to Java 8.0 Service Refresh 6 Fix Pack 20 [bsc#1180063,bsc#1177943]
  CVE-2020-14792 CVE-2020-14797 CVE-2020-14781 CVE-2020-14779
  CVE-2020-14798 CVE-2020-14796 CVE-2020-14803
  * Class libraries:
  - SOCKETADAPTOR$SOCKETINPUTSTREAM.READ is blocking for more time
    that the set timeout
  - Z/OS specific C function send_file is changing the file pointer
    position
  * Java Virtual Machine:
  - Crash on iterate java stack
  - Java process hang on SIGTERM
  * JIT Compiler:
  - JMS performance regression from JDK8 SR5 FP40 TO FP41
- Update to Java 8.0 Service Refresh 6 Fix Pack 16
  * Java ifix for z15 compression problem [bsc#1175295]
  * Class Libraries:
  - z15 high utilization following Z/VM and Linux migration from
    z14 To z15
  * Java Virtual Machine:
  - Assertion failed when trying to write a class file
  - Assertion failure at modronapi.cpp
  - Improve the performance of defining and finding classes
  * JIT Compiler:
  - An assert in ppcbinaryencoding.cpp may trigger when running
    with traps disabled on power
  - AOT field offset off by n bytes
  - Segmentation fault in jit module on ibm z platform
- Update to Java 8.0 Service Refresh 6 Fix Pack 15 [bsc#1175259, bsc#1174157]
  CVE-2020-14577 CVE-2020-14578 CVE-2020-14579 CVE-2020-14581
  CVE-2020-14556 CVE-2020-14621 CVE-2020-14593 CVE-2020-14583
  CVE-2019-17639
  * Class Libraries:
  - JAVA.UTIL.ZIP.DEFLATER OPERATIONS THROW JAVA.LANG.INTERNALERROR
  - JAVA 8 DECODER OBJECTS CONSUME A LARGE AMOUNT OF JAVA HEAP
  - TRANSLATION MESSAGES UPDATE FOR JCL
  - UPDATE TIMEZONE INFORMATION TO TZDATA2020A
  * Java Virtual Machine:
  - IBM JAVA REGISTERS A HANDLER BY DEFAULT FOR SIGABRT
  - LARGE MEMORY FOOTPRINT HELD BY TRACECONTEXT OBJECT
  * JIT Compiler:
  - CRASH IN THE INTERPRETER AFTER OSR FROM INLINED SYNCHRONIZED METHOD
    IN DEBUGGING MODE
  - INTERMITTENT ASSERTION FAILURE REPORTED
  - CRASH IN RESOLVECLASSREF() DURING AOT LOAD
  - JIT CRASH DURING CLASS UNLOADING IN J9METHOD_HT::ONCLASSUNLOADING()
  - SEGMENTATION FAULT WHILE COMPILING A METHOD
  - UNEXPECTED CLASSCASTEXCEPTION THROWN IN HIGH LEVEL PARALLEL
    APPLICATION ON IBM Z PLATFORM
  * Security:
  - CERTIFICATEEXCEPTION OCCURS WHEN FILE.ENCODING PROPERTY SET TO
    NON DEFAULT VALUE
  - CHANGES TO IBMJCE AND IBMJCEPLUS PROVIDERS
  - IBMJCEPLUS FAILS, WHEN THE SECURITY MANAGER IS ENABLED, WITH
    DEFAULT PERMISSIONS, SPECIFIED IN JAVA.POLICY FILE
  - IN CERTAIN INSTANCES, IBMJCEPLUS PROVIDER THROWS EXCEPTION FROM
    KEYFACTORY CLASS
- Fix update-alternatives for the 32bit packages in baselibs.conf [bsc#1171352]
- The pack200 and unpack200 alternatives should be slaves of java [bsc#1171352]
- Update to Java 8.0 Service Refresh 6 Fix Pack 10 [bsc#1172277, bsc#1169511]
    CVE-2020-2805 CVE-2020-2803 CVE-2020-2830 CVE-2020-2781 CVE-2020-2800
    CVE-2020-2757 CVE-2020-2756 CVE-2020-2755 CVE-2020-2754 CVE-2019-2949
  * Security:
  - ADD RSA PSS SUPPORT TO IBMPKCS11IMPL
  - UPDATES TO IBMJCEPLUS AND IBMJCE
  * Java Virtual Machine:
  - ASSERTION FAILURE IN JCLEXCEPTION.C
  - FIX THE LENGTH OF THE CLASS NAME IN VERIFYING THE QUALIFIED CLASS NAME
  - MEMORY_COLLECTION_THRESH OLD_EXCEEDED NOTIFICATION FOR MEMORYPOOLMXBEAN
    IS TRIGGERED MORE THAN EXPECTED
  * JIT Compiler:
  - CRASH IN JIT COMPILED CODE ON SYSTEMZ
  - FAILURE TO COMPILE LARGE METHODS CONTAINING CALLS TO JNI ROUTINES
  - RARE CRASH READING AN ADDRESS JUST BEYOND THE END OF THE JAVA HEAP
- Update to Java 8.0 Service Refresh 6 Fix Pack 7
  * Java Virtual Machine:
  - SLOW JVM STARTUP SPEED ON A FULL SHARED CACHE
  * JIT Compiler:
  - GPF DURING COMPILATION WHILE PROCESSING CFG
  - JAVA JIT: NEW OPTION TO PREVENT ALIASING PRIMITIVE BOX CLASSES FINAL FIELDS
  - UNEXPECTED BEHAVIOUR: HASH MAP RETURNING INCORRECT HASH CODE VALUE AFTER
    CERTAIN ITERATION ON LINUX ON Z
  - UNEXPECTED NPE CAUSED BY AN INCORRECT JIT COMPILER OPTIMIZATION
  * Security:
  - KEYTOOL IS UNABLE TO LIST ALL THE CERTIFICATES IN A PKCS12 KEYSTORE IN
    CERTAIN CONDITIONS
  - NULLPOINTEREXCEPTION THROWN FROM X509CERTIMPL.GETISSUERKE YIDENTIFIER
  - WEBSPHERE FAILS TO SUCCESSFULLY VALIDATE A CERTIFICATE CHAIN USING THE
    CERTPATH SECURITY COMPONENT
- Update to Java 8.0 Service Refresh 6 Fix Pack 6 [bsc#1160968]
  * Security:
    IJ22978 FIX SECURITY VULNERABILITY CVE-2020-2654
    IJ22143 JAVA.IO.IOEXCEPTION: SEQUENCE TAG ERROR THROWN WHILE
    USING CERTPATH TO VALIDATE A CERTIFICATE CHAIN
  * Class Libraries:
    IJ22726 REGRESSION IN APPLET STARTUP TIME ON IE BROSWERS
  * Java Virtual Machine:
    IJ21943 MISSING PARAMETERS TO EXCEPTION MESSAGE
  * XML:
    IJ22335 THE XSD DATATYPE GYEAR INCORRECTLY ALLOWS VALUES WITH
    LESS THAN 4 DIGITS
- Update to Java 8.0 Service Refresh 6 Fix Pack 5 [bsc#1162972, bsc#1160968]
  * Security Fixes:
    CVE-2020-2583 CVE-2020-2593 CVE-2020-2604 CVE-2020-2659
    CVE-2019-4732
    IJ21985 IBMJCE PROVIDER IS UNABLE TO BUILD A CERTIFICATE CHAIN
    WHEN A PKCS12 KEYSTORE HAS BOTH GOOD AND BAD INTERMEDIATE
    CERTIFICATES
    IJ21208 KDB to JKS keystore conversion creates JKS keystore with
    broken certificate chain, regression introduced in
    CMSProvider 2.63
    IJ21616 THE SECURITY PROPERTY 'JDK.CERTPATH.DISABLED ALGORITHMS' IS
    MISTAKENLY BEING USED TO FILTER JAR SIGNING ALGORITHMS
  * Class Libraries:
    IJ22359 HANG IN JAVA_JAVA_NET_SOCKETINPUTSTREAM_SOCKETREAD0 EVEN
    WHEN TIMEOUT IS SET
    IJ22350 JAVA 7 AND JAVA 8 NOT WORKING WELL WITH TRADITIONAL/SIMPLIFIED
    CHINESE EDITION OF WINDOWS CLIENT SYSTEM
    IJ22064 JAVA OUT OF MEMORY (HEAP SPACE) JAVA V8 IN Z/OS WITH
    STRINGS OR CHAR ARRAYS
    IJ22142 JAXB XML VALIDATION FAILS ON IBM JDK >= 8.0.5.15
    IJ22141 PERFORMANCE ISSUE ON JAVA 8 WITH FDLIBM LIBRARY IN AIX
    IJ22351 SUN.NIO.CS.EXT.IBM1390$D ECODER OBJECTS CONSUMED JAVA HEAP
    FOR JAVA8
    IJ22337 THE NAME OF THE REPUBLIC OF BELARUS IN THE RUSSIAN LOCALE
    INCONSISTENT WITH CLDR
    IJ22349 UPDATE TIMEZONE INFORMATION TO TZDATA2019C
  * Java Virtual Machine:
    IJ20714 A SIGSEGV/GPF IS RECEIVED FROM METHOD RESIZELOA()
    IJ20379 CRASH OR ASSERTION FAILURE HAPPENED AFTER DECOMPILATION
    WHEN FSD WAS ENABLED
    IJ21959 GARBAGE COLLECTION NOTIFICATION IS NOT EMITTED
    IJ21098 IBM J9 UNBLOCKS SIGNALS BY DEFAULT
    IJ21009 INCREASED RESPONSE TIME AND HIGH CPU UNDER BALANCED GC POLICY
    IJ21925 RELAX REFERENCE ASSERT AFTER SCAVENGER CLEARING
  * JIT Compiler:
    IJ21488 CRASH DURING JIT COMPILATION
    IJ20441 CRASH IN JVM INTERPRETER AFTER OSR
    IJ20662 INCORRECT RESULTS FOR EXPRESSIONS WITH SHIFTS
    IJ21489 PERFORMANCE REGRESSION WHEN CALLING JNI ON POWER (AIX & LINUX)
    IJ22219 RUNTIME FAILURE IN THE JIT WHEN RUNNING ON Z ARCHITECTURE
    IJ22150 RUNTIME FAILURE IN THE JIT WHEN RUNNING ON Z ARCHITECTURE
  * ORB:
    IX90190 OUTOFMEMORYERROR THROWN FROM CDRREADER.READBYTESFORST RING
- Update to Java 8.0 Service Refresh 6 [bsc#1158442, bsc#1154212]
  * Security fixes:
    CVE-2019-2933 CVE-2019-2945 CVE-2019-2958
    CVE-2019-2962 CVE-2019-2964 CVE-2019-2975
    CVE-2019-2978 CVE-2019-2983 CVE-2019-2988
    CVE-2019-2989 CVE-2019-2992 CVE-2019-2996
    CVE-2019-2999 CVE-2019-2973 CVE-2019-2981
    CVE-2019-17631
  * Security:
    IJ18632 'NO SUCH ALGORITHM: 1.2.840.113549.2.X WHILE STORING OR RETRIEVING HMACSHAX USING A PKCS12 KEY STORE
    IJ19796 ADD PIECEMEAL SHA*WITHDSA SIGNATURE CAPABILITY TO THE IBMPKCS11IMPL CRYPTO PROVIDER
    IJ19669 NULLPOINTEREXCEPTION OCCURS WHEN READING AN EMPTY PKCS12 KEYSTORE USING JAVA
    IJ19242 CERTPATH UPDATES IN SUPPORT OF THE JSSE TLS 1.3 PROTOCOL
    IJ18349 IBMJCE ISSUE#44 ADD PKCS12 KEYSTORE ISSUER SUBJECT KEY ID CHECKING TO CERT CHAIN PROCESSING
    IJ18830 MEMORY GROWTH IN IBMJCEPLUS PROVIDER WHILE USING AESGCM IN TLS1.2 PROTOCOL
    IJ19243 PKCS UPDATES IN SUPPORT OF THE JSSE TLS 1.3 PROTOCOL
    IJ20639 SUPPORT FOR NEW ALGORITHMS ADDED TO IBMJCEPLUS AND IBMJCEPLUSFIPS PROVIDERS
    IJ18572 UPDATE CMSPROVIDER FOR IBMJCEPLUS
    IJ18573 UPDATE IKEYMAN FOR IBMJCEPLUS, PKCS12 KEYSTORE CORRUPTED AFTER USING IKEYMAN
  * Class libraries:
    IJ21181 3 JCK CASES FAILED IN IBM I PLATFORM ABOUT AWT
    IJ15709 JAVA LAUNCHER FAILS TO LOAD IF LOADED WITH AN EXPLICIT LOADER
    IJ20939 PROBLEM WITH SECRET (SYMMETRIC) KEY ALGORITHM IN IBMJCEPLUS
    IJ20980 UPDATE TIMEZONE INFORMATION TO TZDATA2019A AND 2019B
  * Java Virtual Machine
    IJ19657 ASSERTION FAILURE FROM STANDARDACCESSBARRIER.CP P:767
    IJ20612 CRASH FROM RUNCALLINMETHOD() RELATED TO SHARED CLASSES CACHE
    IJ20908 SEGMENTATION ERROR FROM LIBJ9VM29
    IJ20395 SEGV READING DATA VIA UNSAFE.GETBYTE()
  * JIT Compiler
    IJ20311 A SIGFPE ERROR IS RAISED IN JAVA JIT COMPILED METHOD USING DATA ACCESS ACCELERATOR LIBRARY
    IJ20441 CRASH IN JVM INTERPRETER AFTER OSR
    IJ19899 CRASH WHILE THROWING A CLASSCASTEXCEPTION
    IJ21225 INFINITELOOP ON STATIC FINAL FIELD MODIFICATION
    IJ18450 JAVA JIT - CRASH IN USEREGISTER() ON POWER HARDWARE
    IJ20528 NULLPOINTEREXCEPTION OR SEGMENTATION FAULT FOR METHOD CALL TO OBJECT OF A PRIMITIVE WRAPPER TYPE
  * z/OS Extentions
    PH17464 High CPU when using Elliptic Curve Ciphers (ECC) and the IBMJCECCA and IBMJSSE2 Providers
    PH19449 IBMJCEHYBRID DOES NOT FAILOVER BECAUSE SIGNATURE EXCEEDS BLOCKSIZE OF 2048
- Update to Java 8.0 Service Refresh 5 Fix Pack 41 [bsc#1143080]
  * JIT compiler crash: Remove implicit sign extension assumptions
    from iRegStore evaluator (https://github.com/eclipse/omr/pull/4103)
- Update to Java 8.0 Service Refresh 5 Fix Pack 40 [bsc#1147021]
  * Security fixes:
    CVE-2019-11772 (bsc#1147021) CVE-2019-11775 (bsc#1147021) CVE-2019-4473 (bsc#1147021)
    CVE-2019-11771 (bsc#1147021) CVE-2019-7317 (bsc#1141780) CVE-2019-2769 (bsc#1141783)
    CVE-2019-2762 (bsc#1141782) CVE-2019-2816 (bsc#1141785) CVE-2019-2766 (bsc#1141789)
    CVE-2019-2786 (bsc#1141787)
    IJ17282 IBMJCEPLUS NAME SPACE CHANGE FOR GSKIT
    IJ17055 JSSE2 MEMORY LEAK ON COM.IBM.JSSE2.EXT.ALPNJS SEEXT
    IJ17640 OPTIMIZE SHA PERFORMANCE
  * Class Libraries:
    IJ18126 JAVA.LANG.INTERNALERROR: SPAWNP FAILURE, ERRNO=3450
    IJ14454 REPLACE HARMONY IMPLEMENTATION OF JDWP WITH OPENJDK JDWP IMPLEMENTATION
    IJ18131 UPDATE TIMEZONE INFORMATION TO TZDATA2018I
  * JIT Compiler:
    IJ17054 JAVA JIT ON POWER: CRASH IN FREEBESTREGISTER()
    IJ17817 PROBLEMS CALLING NON-XPLINK NATIVE ON Z/OS 31BIT
    IJ18244 SEGMENTATION FAULT WHILE RUNNING JIT COMPILED CODE
  * ORB:
    IX90189 HANDLE SCHEMA USE-CASE SCENARIO FOR APAR IX90188
- Update to Java 8.0 Service Refresh 5 Fix Pack 37
  * Class Libraries:
    IJ16550 CP1386 CTRL CHARS COMPATIBILITY ISSUE BETWEEN JAVA AND DB2
    IJ15675 THE FONTMANAGER LIBRARY NEEDS TO BE LINKED AGAINST THE AWT HEADLESS LIBRARY
  * Java Virtual Machine:
    IJ15979 DUMP EVENT 'TRACEASSERT' (00080000) RECEIVED WHEN JNI CHECKING IS ENABLED
    IJ16376 SEGMENTATION ERROR WHEN INVOKING JNI METHOD JAVA.LANG.ACCESS.GETCONS TANTPOOL()
  * JIT Compiler:
    IJ16221 GC ASSERTION WHEN RUNNING METRONOME
    IJ16118 HANG WITH ALL THREADS WAITING
- Update to Java 8.0 Service Refresh 5 Fix Pack 36
  * JIT Compiler:
    IJ15764 CRASH DURING JIT COMPILATION
    IJ15793 CRASH DURING JIT COMPILATION
    IJ16011 INCORRECT RESULTS AFTER METHOD IS JIT COMPILED
    IJ15826 INTERMITTENT CRASH IN JAVA JIT COMPILER
  * z/OS Extentions:
    PH11921 JZOS PDS MEMBER STATISTICS THROWS AN EXCEPTION ON INVALID ISPF DATA
    PH11870 JZOS SUPPORT OF Z/OS CODE PAGES
- Update to Java 8.0 Service Refresh 5 Fix Pack 35 [bsc#1134718]
  * Security fixes:
    CVE-2019-10245 (bsc#1134718) CVE-2019-2698 (bsc#1132729)
    CVE-2019-2697 (bsc#1132734) CVE-2019-2602 (bsc#1132728)
    CVE-2019-2684 (bsc#1132732)
- Update to Java 8.0 Service Refresh 5 Fix Pack 30
  * Security fixes:
    CVE-2018-12547 CVE-2018-12549 CVE-2018-1890 (bsc#1128158)
    CVE-2018-11212 (bsc#1122299) CVE-2019-2426 CVE-2019-2449 (bsc#1122292)
    CVE-2019-2422 (bsc#1122293)
- Update to Java 8.0 Service Refresh 5 Fix Pack 27
  * Class Libraries:
    IJ12021 IBM JRE FAILS TO CLOSE THE FILE DESCRIPTORS RELATED TO
    ASYNCHRONOUSSERVERSOCKET CHANNEL OBJECT AFTER APPLYING
  FIX FOR APAR OA3350
  * Java Virtual Machine:
    IJ11480 CRASH IN FFISYS CALL IN ZOS
    IJ12137 FAILED TO START JVM WITH SPECIAL HEAP CONFIGURATION ON NUMA CAPABLE PLATFORM
  * JIT Compiler:
    IJ11315 ABEND IN TR_OSRCOMPILATIONDATA::W RITEMETADATA ON Z/OS
    IJ12196 ARRAYINDEXOUTOFBOUNDS EXCEPTION OR OTHER SYMPTOMS
    IJ11619 CONCURRENT SCAVENGE HANG WHEN GC DOES NOT MOVE OBJECT IN J9READBARRIER
    IJ11620 CRASH IN TR_J9VMBASE::GETRESOLVED VIRTUALMETHOD
    IJ12136 HIGH 32-BIT OF LONG VALUE IS CLOBBERED
    IJ12156 INCORRECT FLOATING POINT RESULT ON X86 MACHINES SUPPORTING AVX
    IJ12158 INCORRECT METHOD EXECUTION AFTER HCR METHOD REDEFINITION
    IJ12157 INCORRECT NULL POINTER EXCEPTION THROWN
    IJ11368 JAVA JIT PPC: CRASH IN JIT COMPILED CODE ON PPC MACHINES
    IJ12109 PERFORMANCE REGRESSION OF ABOUT 2%-6%
    IJ12097 WRONG RESULT FROM STRING.INDEXOF AND STRING.LASTINDEXOF
  * XML:
    IJ11730 XLXP XML PARSER: INTRODUCE SYSTEM PROPERTY TO ENABLE USE OF PLATFORM ENCODING
- Update to Java 8.0 Service Refresh 5 Fix Pack 26 [bsc#1119213]
  * JIT Compiler
    IJ11150 AUTOSIMD BADILOP ASSERTION
    IJ10792 CRASH DURING COMPILATION WITH STD::BAD_ALLOC ON X86
    IJ11151 CRASH IN JIT COMPILATION IN TR_CLASSLOOKAHEAD::EXAMI NENODE ON ALL PLATFORMS
    IJ10928 INTERMITTENT CRASH IN THE JAVA JIT COMPILER RUNNING ON Z/OS
    IJ11731 JAVA FAILS WITH SIGSEGV WHEN -XJIT:DISABLEZ10 OPTION IS SUPPLIED
    IJ11621 X86 CRASH WITH GC ASSERTION RUNNING JIT COMPILED METHOD
  * Reliability and Serviceability
    IJ10763 TRACEFORMAT CAN MISINTERPRET EVENTS CONTAINING CERTAIN STRINGS
- Update to Java 8.0 Service Refresh 5 Fix Pack 25 [bsc#1116574]
  * Class Libraries:
    IJ10934 CVE-2018-13785
    IJ10935 CVE-2018-3136
    IJ10895 CVE-2018-3139
    IJ10932 CVE-2018-3149
    IJ10894 CVE-2018-3180
    IJ10930 CVE-2018-3183
    IJ10933 CVE-2018-3214
    IJ09315 FLOATING POINT EXCEPTION FROM JAVA.TEXT.DECIMALFORMAT. FORMAT
    IJ09088 INTRODUCING A NEW PROPERTY FOR TURKEY TIMEZONE FOR PRODUCTS NOT IDENTIFYING TRT
    IJ10800 REMOVE EXPIRING ROOT CERTIFICATES IN IBM JDK'S CACERTS.
    IJ10566 SUPPORT EBCDIC CODE PAGE IBM-274 - BELGIUM EBCDIC
  * Java Virtual Machine
    IJ08730 APPLICATION SIGNAL HANDLER NOT INVOKED FOR SIGABRT
    IJ10453 ASSERTION FAILURE AT CLASSPATHITEM.CPP
    IJ09574 CLASSLOADER DEFINED THROUGH SYSTEM PROPERTY 'JAVA.SYSTEM.CLASS.LOADE R' IS NOT HONORED.
    IJ10931 CVE-2018-3169
    IJ10618 GPU SORT: UNSPECIFIED LAUNCH FAILURE
    IJ10619 INCORRECT ILLEGALARGUMENTEXCEPTION BECAUSE OBJECT IS NOT AN INSTANCE OF DECLARING CLASS ON REFLECTIVE INVOCATION
    IJ10135 JVM HUNG IN GARBAGECOLLECTORMXBEAN.G ETLASTGCINFO() API
    IJ10680 RECURRENT ABORTED SCAVENGE
  * ORB
    IX90187 CLIENTREQUESTIMPL.REINVO KE FAILS WITH JAVA.LANG.INDEXOUTOFBOUN DSEXCEPTION
  * Reliability and Serviceability
    IJ09600 DTFJ AND JDMPVIEW FAIL TO PARSE WIDE REGISTER VALUES
  * Security
    IJ10492 'EC KEYSIZE < 384' IS NOT HONORED USING THE 'JDK.TLS.DISABLEDALGORIT HMS' SECURITY PROPERTY
    IJ10310 ADD NULL CHECKING ON THE ENCRYPTION TYPES LIST TO CREDENTIALS.GETDEFAULTNA TIVECREDS() METHOD
    IJ10491 AES/GCM CIPHER - AAD NOT RESET TO UN-INIT STATE AFTER DOFINAL( ) AND INIT( )
    IJ08442 HTTP PUBLIC KEY PINNING FINGERPRINT,PROBLEM WITH CONVERTING TO JKS KEYSTORE
    IJ09107 IBMPKCS11IMPL CRYPTO PROVIDER - INTERMITTENT ERROR WITH SECP521R1 SIGNATURE ON Z/OS
    IJ10136 IBMPKCS11IMPL - INTERMITTENT ERROR WITH SECP521R1 SIG ON Z/OS AND Z/LINUX
    IJ08530 IBMPKCS11IMPL PROVIDER USES THE WRONG RSA CIPHER MECHANISM FOR THE RSA/ECB/PKCS1PADDING CIPHER
    IJ08723 JAAS THROWS A 'ARRAY INDEX OUT OF RANGE' EXCEPTION
    IJ08704 THE SECURITY PROPERTY 'JDK.CERTPATH.DISABLEDAL GORITHMS' IS MISTAKENLY BEING USED TO FILTER JAR SIGNING ALGORITHMS
  * z/OS Extentions
    PH03889 ADD SUPPORT FOR TRY-WITH-RESOURCES TO COM.IBM.JZOS.ENQUEUE
    PH03414 ROLLOVER FROM SYE TO SAE FOR ICSF REASON CODE 3059
    PH04008 ZERTJSSE - Z SYSTEMS ENCRYPTION READINESS TOOL (ZERT) NEW SUPPORT IN THE Z/OS JAVA SDK
- Update to Java 8.0 Service Refresh 5 Fix Pack 22
  * Java Virtual Machine
    IJ09139 CUDA4J NOT AVAILABLE ON ALL PLATFORMS
  * JIT Compiler
    IJ09089 CRASH DURING COMPILATION IN USEREGISTER ON X86-32
    IJ08655 FLOATING POINT ERROR (SIGFPE) IN ZJ9SYM1 OR ANY VM/JIT MODULE ON AN INSTRUCTION FOLLOWING A VECTOR INSTRUCTION
    IJ08850 CRASH IN ARRAYLIST$ITR.NEXT()
    IJ09601 JVM CRASHES ON A SIGBUS SIGNAL WHEN ACCESSING A DIRECTBYTEBUFFER
  * z/OS Extentions
    PH02999 JZOS data management classes accept dataset names in code pages supported by z/OS system services
    PH01244 OUTPUT BUFFER TOO SHORT FOR GCM MODE ENCRYPTION USING IBMJCEHYBRID
- Update to Java 8.0 Service Refresh 5 Fix Pack 21
  * Class Libraries
    IJ08569 JAVA.IO.IOEXCEPTION OCCURS WHEN A FILECHANNEL IS BIGGER THAN 2GB ON AIX PLATFORM
    IJ08570 JAVA.LANG.UNSATISFIEDLIN KERROR WITH JAVA OPTION -DSUN.JAVA2D.CMM=SUN.JAV A2D.CMM.KCMS.KCMSSERVICE
    PROVIDER ON AIX PLATFORM
  * Java Virtual Machine
    IJ08001 30% THROUGHPUT DROP FOR CERTAIN SYNCHRONIZATION WORKLOADS
    IJ07997 TRACEASSERT IN GARBAGE COLLECTOR(MEMORYSUBSPACE)
  * JIT Compiler
    IJ08503 ASSERTION IS HIT DUE TO UNEXPECTED STACK HEIGHT IN DEBUGGING MODE
    IJ08375 CRASH DURING HARDWARE GENERATED GUARDED STORAGE EVENT WITHIN A TRANSACTIONAL EXECUTION REGION WHEN
    RUNNING WITH -XGC:CONCURRENTS
    IJ08205 CRASH WHILE COMPILING
    IJ09575 INCORRECT RESULT WHEN USING JAVA.LANG.MATH.MIN OR MAX ON 31-BIT JVM
    IJ07886 INCORRECT CALUCATIONS WHEN USING NUMBERFORMAT.FORMAT() AND BIGDECIMAL.{FLOAT/DOUBLE }VALUE()
- Version update to 8.0.5.20 [bsc#1104668]
  * Various JIT/JVM crash fixes
  * Security fixes:
    CVE-2018-2952 CVE-2018-2940 CVE-2018-2973 CVE-2018-2964
    CVE-2016-0705 CVE-2017-3732 CVE-2017-3736 CVE-2018-1517
    CVE-2018-1656 CVE-2018-12539
- Version update to 8.0.5.15 [bsc#1093311, bsc#1085449]
  * Security fixes:
    CVE-2018-2826 CVE-2018-2825 CVE-2018-2814 CVE-2018-2794
    CVE-2018-2783 CVE-2018-2799 CVE-2018-2798 CVE-2018-2797
    CVE-2018-2796 CVE-2018-2795 CVE-2018-2800 CVE-2018-2790
    CVE-2018-1417
- Removed translations in the java-1_8_0-ibm-devel-32bit package
  as they conflict with those in java-1_8_0-ibm-devel.
- Version update to 8.0.5.11 [bsc#1089841]
  * IJ03328	Class Libraries		JAVA PLUGIN AND WEBSTART THROW A JAVA.LANG.STACKOVERFLOWE RROR EXCEPTION WITH IBM JAVA 1.8 ON UNIX PLATFORM
  * IJ03117	Class Libraries		UPDATE CACERTS TO INCLUDE ROOT CERTIFICATES FROM LETSENCRYPT AND IDENTRUST
  * IJ04429	Java Virtual Machine		A GPF EVENT IS THROWN FROM JAVA_COM_IBM_JIT_JITHELP ERS_GETBACKFILLOFFSETFRO MJ9CLASS64 OR A NULLPOINTEREXCEPTION IS THROWN
  * IJ04647	Java Virtual Machine		AVOID OPENING THE SHARED CACHE MEMORY CONTROL FILE TO RETRIEVE TOTAL CACHE SIZE FOR NON-PERSISTENT CACHE
  * IJ03676	Java Virtual Machine		JVM HUNG WHILE SHUTTING DOWN
  * IJ04706	Java Virtual Machine		NPE AT JAVA.SECURITY.ACCESSCONT ROLCONTEXT.HASHCODE()
  * IJ05407	JIT Compiler		CRASH IN JIT MODULE WHILE RUNNING JAVA 8SR5 X86-32 HARDWARE
  * IJ04875	JIT Compiler		JAVA JIT: CRASH IN JIT LIBRARY FUNCTION FINDCLASSINFO()
  * IJ04409	JIT Compiler		JAVA JIT: LONG GC PAUSE TIMES WHEN UNLOADING CLASSES
  * IJ04249	JIT Compiler		JAVA JIT PPC - CRASH EXECUTING SOME JAVA.UTIL.CONCURRENT.ATO MIC.ATOMIC* ROUTINES
  * IJ03854	JIT Compiler		JVM INFO MESSAGE APPEARS IN STDOUT
  * IJ03969	Security		IBMPKCS11IMPL CRYPTO PROVIDER - DEBUG TRACING ERROR IN THE PKCS11KEYSTORE CLASS
  * PI95513	z/OS Extentions		JZOS ZFILE.READJFCB MEMORY LEAK
- Renamed the update-alternatives link names for the different
  policy options to avoid collisions [bsc#1085018]
  * Available options:
  - jce_1.8.0_ibm_unlimited_local_policy [default]
  - jce_1.8.0_ibm_unlimited_us_export_policy
  - jce_1.8.0_ibm_limited_local_policy
  - jce_1.8.0_ibm_limited_us_export_policy
- Fixed priorities of alternatives [bsc#1085018]
- Fixed symlinks to policy files on update [bsc#1085018]
- Removed java-1_8_0-ibm-alsa and java-1_8_0-ibm-plugin entries in
  baselibs.conf due to errors in osc source_validator
- Version update to 8.0.5.10 [bsc#1082810]
  * Security fixes:
    CVE-2018-2639 CVE-2018-2638 CVE-2018-2633 CVE-2018-2637
    CVE-2018-2634 CVE-2018-2582 CVE-2018-2641 CVE-2018-2618
    CVE-2018-2603 CVE-2018-2599 CVE-2018-2602 CVE-2018-2678
    CVE-2018-2677 CVE-2018-2663 CVE-2018-2588 CVE-2018-2579
  * Defect fixes:
  - IJ02608 Class Libraries: Change of namespace definitions with
    handlers that implement javax.xml.ws.handler.soap.soaphandler
  - IJ04280 Class Libraries: Deploy Upgrade to Oracle level 8u161-b12
  - IJ03390 Class Libraries: JCL Upgrade to Oracle level 8u161-b12
  - IJ04001 Class Libraries: Performance improvement with child
    process on AIX
  - IJ04281 Class Libraries: Startup time increase after applying
    apar IV96905
  - IJ03822 Class Libraries: Update timezone information to tzdata2017c
  - IJ03440 Java Virtual Machine: Assertion failure during class creation
  - IJ03717 Java Virtual Machine: Assertion for gencon with concurrent
    scavenger on ZOS64
  - IJ03513 Java Virtual Machine: Assertion in concurrent scavenger if
    initial heap memory size -Xms is set too low
  - IJ03994 Java Virtual Machine: Class.getmethods() does not return
    all methods
  - IJ03413 Java Virtual Machine: Hang creating thread after redefining
    classes
  - IJ03852 Java Virtual Machine: ICH408I message when groupaccess is
    specified with -xshareclasses
  - IJ03716 Java Virtual Machine: java/lang/linkageerror from
    sun/misc/unsafe.definean onymousclass()
  - IJ03116 Java Virtual Machine: java.fullversion string contains an
    extra space
  - IJ03347 Java Virtual Machine: java.lang.IllegalStateException in
    related class MemoryMXBean
  - IJ03878 Java Virtual Machine: java.lang.StackOverflowError is thrown
    when custom security manager in place
  - IJ03605 Java Virtual Machine: Legacy security for com.ibm.jvm.dump,
    trace, log was not enabled by default
  - IJ04248 JIT Compiler: ArrayIndexOutOfBoundsException is thrown when
    converting BigDecimal to String
  - IJ04250 JIT Compiler: Assertion failure with concurrentScavenge on Z14
  - IJ03606 JIT Compiler: Java crashes with -version
  - IJ04251 JIT Compiler: JIT compiled method that takes advantage of
    AutoSIMD produces an incorrect result on x86
  - IJ03854 JIT Compiler: JVM info message appears in stdout
  - IJ03607 JIT Compiler: Result String contains a redundant dot when
    converted from BigDecimal with 0 on all platforms
  - IX90185 ORB: Upgrade ibmcfw.jar to version O1800.01
  - IJ03715 Security: Add additional support for the IBMJCEPlus provider,
    add support for new IBMJCEPlusFIPS provider
  - IJ03800 Security: A fix in CMS provider for KDB integrity
  - IJ04282 Security: Change in location and default of jurisdiction
    policy files
  - IJ03853 Security: IBMCAC provider does not support SHA224
  - IJ02679 Security: IBMPKCS11Impl - Bad sessions are being allocated
    internally
  - IJ02706 Security: IBMPKCS11Impl - Bad sessions are being allocated
    internally
  - IJ03552 Security: IBMPKCS11Impl - Config file problem with the slot
    specification attribute
  - IJ01901 Security: IBMPKCS11Impl - SecureRandom.setSeed() exception
  - IJ03801 Security: Issue with same DN certs, iKeyman GUI error with
    stash, JKS Chain issue and JVM argument parse issue with iKeyman
  - IJ03256 Security: javax.security.auth.Subject.toString() throws NPE
  - PI93233 z/OS Extentions: Cipher.doFinal() fails when using
    AES/GCM/nopadding with AAD data of 13 bytes and a block size
  of 4081 to 4096
  * Fixes in 8.0.5.7:
  - IJ02605 Class Libraries: Update IBM-1371 charset with new specification
    support
  - IJ02541 Java Virtual Machine: Assertions in GC when jvmti runs with
    Concurrent Scavenger
  - IJ02443 Java Virtual Machine: Committed eden region size is bigger than
    maximum eden region size
  - IJ02378 Java Virtual Machine: Existing signal action for SIG_IGN/SIG_DFL
    is not detected properly
  - IJ02758 JIT Compiler: Crash in JIT module during method compilation
  - IJ02733 JIT Compiler: Crash in jit module when compiling in non-default
    configuration
  * Fixes in 8.0.5.6:
  - IJ02283 Java Virtual Machine: IllegalAccessException due to a missing
    access check for the same class in MethodHandle apis
  - IJ02082 Java Virtual Machine: The default value for class unloading kick
    off threshold is not set
  - IJ02018 JIT Compiler: Crash or assertion while attempting to acquire
    VM access
  - IJ02284 JIT Compiler: Division by zero in JIT compiler
  - IV88941 JIT Compiler: JIT compiler takes far too long to compile a
    method
  - IJ02285 JIT Compiler: Performance degradation during class unloading in
    Java 8 SR5
- Version update to 8.0.5.5 [bsc#1070162]
  * CVE-2017-10346 CVE-2017-10285 CVE-2017-10388 CVE-2017-10309
    CVE-2017-10356 CVE-2017-10293 CVE-2016-9841  CVE-2016-10165
    CVE-2017-10355 CVE-2017-10357 CVE-2017-10348 CVE-2017-10349
    CVE-2017-10347 CVE-2017-10350 CVE-2017-10281 CVE-2017-10295
    CVE-2017-10345
- Fixed jpackage-java-1_8_0-ibm-webstart.desktop file to allow
  Java jnlp files run from Firefox. [bsc#1057460, bsc#1076390]
- Version update to 8.0-5.0 [bsc#1059808, fate#322435]
  * New features/enhancements.
  - IV99474 Security: Add support for the IBMJCEPlus provider
  * Fixes:
  - IV98234 Java JIT: Compiler time crash in analyzeexitedges()
  - IV99877 Class Libraries: Including Oracle update number in
    java -version ouput
  - IV99875 Class Libraries: Including Oracle update number in
    the release file
  - IV99598 Class Libraries: java.lang.reflect.Method.toGenericString()
    produce different output for generics which takes
  primitive array types
  - IV99876 Class Libraries: Update Xscmx description in IBM -X
    help output
  - IV99596 JVM: Calling Thread.getStackTrace on the current
    thread returns extra stack frames
  - IV99856 JVM: Crash during JVM shutdown
  - IV98626 JVM: Crash in JIT
  - IV96569 JVM: Extra 2GB page allocated for the object heap
    on z/OS or zLinux
  - IV99768 JVM: GC assertion in MM_ParallelTask or
    MM_ParallelScavengeTask after scavenger backout
  - IV81824 JVM: java.lang.Class.getMethods() does not return
    all interface methods
  - IV99741 JVM: Java synchronization improvements
  - IV99824 JVM: Java VM fails due to assertion in stringtable.cpp
  - IV99784 JVM: JVMTI API SetEventNotificationMode() fails for
    event type JVMTI_EVENT_RESOURCE_EXHAUSTED
  - IV93219 JVM: MethodHandle asType and invoke throw incorrect
    exception when return type doesn't match
  - IV99192 JVM: Method resolution reports default method
    conflict on virtual invocations
  - IV99769 JVM: Missing package private class
    java.lang.AbstractStringBuilder during verification
  - IV96433 JVM: Performance regression in JVMTI class redefinition
  - IV99821 JVM: System core file is missing when the Linux core
    file (not command) pattern contains %c and user's
  core file size limit is 0
  - IV99770 JVM: The VerifyError message contained an incorrect
    type to be matched for 'aastore' bytecodes
  - IV91274 JVM: Unexpected IllegalArgumentException requesting a
    BufferPoolMXBean by name
  - IV99742 JVM: Unnecessary message printed out when resetting
    a shared cache
  - IV99771 JVM: Verifier incorrectly rejected uses of uninitialized
    objects in 'monitorenter/monitorexit' bytecodes
  - IV99754 JVM: VM crashes when printing trace points
  - IV98212 Java JIT: Assertion in GC
  - IV99215 Java JIT: Crash during JIT compilation in Java 8
  - IV99780 Java JIT: Crashes in JIT-compiled java code
    containing loops
  - IV99783 Java JIT: Crashes in JIT-compiled java code on power platforms
  - IV99785 Java JIT: Crash in DAA API compiled code
  - IV99779 Java JIT: GC assertion when walking a JIT compiled frame
  - IV99778 Java JIT: Incorrect index used when accessing array
  - IV99782 Java JIT: InvocationTargetException in JSR 292 Java code
  - IV98001 Java JIT: ompiler crash
  - IV99693 Java JIT: Compiler crash in OSR processing during inlining
  - IV97890 Java JIT: Compiler problem handling empty control flow block
  - IV97950 Java JIT: JVM crashes in MethodHandle implementation
  - IV91208 Reliability and Serviceability: Crash calling
    com.ibm.jvm.Trace.registerApplication()
  - IV99823 Reliability and Serviceability: Phd files may be incomplete
    when using the balanced garbage collection policy
  - IJ00042 Build: Define the dependency of libstdc++.so.6 in the
    installer on pppc le
  - IV98625 Security: Connection reset during TLS handshake
  - IV98628 Security: NullPointerException performing SSL
    handshake using Chrome browser
- Version update to 8.0-4.10 [bsc#1053431]
  * CVE-2017-10111 CVE-2017-10110 CVE-2017-10107 CVE-2017-10101
    CVE-2017-10096 CVE-2017-10090 CVE-2017-10089 CVE-2017-10087
    CVE-2017-10102 CVE-2017-10116 CVE-2017-10074 CVE-2017-10078
    CVE-2017-10115 CVE-2017-10067 CVE-2017-10125 CVE-2017-10243
    CVE-2017-10109 CVE-2017-10108 CVE-2017-10053 CVE-2017-10105
    CVE-2017-10081
- Version update to 8.0-4.5 bsc#1038505
  CVE-2016-9840 CVE-2016-9841 CVE-2016-9842 CVE-2016-9843 CVE-2017-1289
  CVE-2017-3509 CVE-2017-3511 CVE-2017-3512 CVE-2017-3514 CVE-2017-3533
  CVE-2017-3539 CVE-2017-3544
- Include also in SLE13 fate#322435
- Version update to 8.0-4.1 bnc#1027038 CVE-2016-2183
- Require the main pkg in post phase of devel bsc#1025506
- Version update to 8.0-4.0 bnc#1024218:
  CVE-2016-5552 CVE-2017-3231 CVE-2017-3241 CVE-2017-3253 CVE-2017-3259
  CVE-2017-3261 CVE-2017-3272 CVE-2017-3289 CVE-2016-2183 CVE-2016-5547
  CVE-2016-5548 CVE-2016-5549 CVE-2017-3252
- Version update to 8.0-3.21 bnc#1009280
  CVE-2016-5568 CVE-2016-5556 CVE-2016-5573 CVE-2016-5597 CVE-2016-5554
  CVE-2016-5542
- Add patch for bnc#992537 provided by IBM
- Version update to 8.0-3.10 bnc#992537:
  CVE-2016-3485 CVE-2016-3511 CVE-2016-3511 CVE-2016-3598
- Add hwkeytool binary for s390x
- IBM Java 80-3.0 released:
  (bnc#977646 bnc#977648 bnc#977650 bsc#979252)
  CVE-2016-0376 CVE-2016-0264 CVE-2016-0363 CVE-2016-3443 CVE-2016-0687
  CVE-2016-0686 CVE-2016-3427 CVE-2016-3449 CVE-2016-3422 CVE-2016-3426
- There is no HtmlConverter and apt provided by jdk8 bnc#965665
- Version update to 8.0-2.10 bnc#963937:
  CVE-2015-5041 CVE-2016-0494 CVE-2016-0483 CVE-2015-8126 CVE-2015-8472
  CVE-2016-0475 CVE-2016-0466 CVE-2016-0402 CVE-2015-7575 CVE-2016-0448
- Move %_jvmdir/%sdklnk from main to develpkg for sle10 to avoid hickups
- Move %_jvmjardir/%sdkcompatdir from develprj to main for the same
- Move the pre phase to the baselibs.conf too bnc#960402
- Version update to 8.0-2.0 bnc#955131, bsc#929900:
  CVE-2015-4734 CVE-2015-4803 CVE-2015-4805 CVE-2015-4806 CVE-2015-4810
  CVE-2015-4835 CVE-2015-4840 CVE-2015-4842 CVE-2015-4843 CVE-2015-4844
  CVE-2015-4860 CVE-2015-4871 CVE-2015-4872 CVE-2015-4882 CVE-2015-4883
  CVE-2015-4893 CVE-2015-4902 CVE-2015-4903 CVE-2015-4911 CVE-2015-5006
- Regen qa filelists and fix summary to say java8 not java 7.1
- Add backcompat symlinks for sdkdir
- Fix bnc#941939 to provide %{name} instead of %{sdklnk} only in
  _jvmprivdir
- Add file %{_jvmdir}/%{sdkdir}/jre/lib/jexec.diz
- Version update to 8.0.1.10 bnc#938895:
  CVE-2015-1931  CVE-2015-2638  CVE-2015-4733  CVE-2015-4732  CVE-2015-2590
  CVE-2015-4731  CVE-2015-4760  CVE-2015-4748  CVE-2015-2664  CVE-2015-2632
  CVE-2015-2637  CVE-2015-2619  CVE-2015-2621  CVE-2015-2613  CVE-2015-2601
  CVE-2015-4749  CVE-2015-4000  CVE-2015-4729  CVE-2015-2808  CVE-2015-2625
  CVE-2015-0491  CVE-2015-0459  CVE-2015-0469  CVE-2015-0458  CVE-2015-0480
  CVE-2015-0488  CVE-2015-0486  CVE-2015-0478  CVE-2015-0477  CVE-2015-0204
- Version update to 8.0-1.1 bnc#935540 for the logjam attack
- Lets consider this the point we sattisfy the fate#317988
- Sync spec and baselibs.conf
- Remove obsolete parts of update-alternatives from baselibs.conf
- Do not bother with non-etc-marked-as-conf
- Move plugin desktop/icon to proper subpackage
- Fix fdupes usage and javapackages-tools vs jpackage-utils dependencies
- Drop creation of 0 size xlfd support files as they are never
  regenerated anyway
- Cleanup with spec-cleaner
- Filter out cuda requires/provides as it ain't provided in SUSE
  bnc#931693
- Fix removeing links before update-alternatives run. bnc#931702
- Fix bnc#912434, javaws/plugin stuff should slave plugin update-alternatives
- Fix bnc#912447, use system cacerts
- Add condition for fdupes to build on sle10
- Remove ppc from plugin archs, seems not to be around this time
- Drop jdbc subpackage as it is empty
- No specific i386 stuff for plugin anymore
- Remove not distributed files jrping and jibvdevinfo java_vm javad.options
- remove jdbc as it seems not distributed anymore
- Add jjs and jdeps as files and %{_jvmdir}/%{sdkdir}/jre/lib/tools/ folder
- Actually deploy installer and use proper rpmlintrc
- Update baselibs.conf to refference java 1.8.0
- Rename all stuff to try to accomodate java 1.8.0
- Update to 7.1.2.10 for sec issues bnc#916266 and bnc#916265 CVE-2014-8892 CVE-2014-8891
- javad binary seems to be no more, so remove
- bnc#904889 java 1.7.1_sr1.2 released
- CVE-2014-3065: ** RESERVED ** This candidate has been reserved by an
  organization or individual that will use it when announcing a new security
  problem.  When the candidate has been publicized, the details for this
  candidate will be provided. (bnc#)
- CVE-2014-3566: The SSL protocol 3.0, as used in OpenSSL through 1.0.1i and
  other products, uses nondeterministic CBC padding, which makes it easier for
  man-in-the-middle attackers to obtain cleartext data via a padding-oracle
  attack, aka the "/POODLE"/ issue. (bnc#901223 901254 901277 901748 901757 901759
  901889 901968 902229 902476 902912 903684 903690 903692)
- CVE-2014-6513: Unspecified vulnerability in Oracle Java SE 6u81, 7u67, and
  8u20, and Java SE Embedded 7u60, allows remote attackers to affect
  confidentiality, integrity, and availability via vectors related to AWT.
  (bnc#901239 901242 901246)
- CVE-2014-6456: Unspecified vulnerability in Oracle Java SE 7u67 and 8u20
  allows remote attackers to affect confidentiality, integrity, and
  availability via unknown vectors. (bnc#901239 901242 901246)
- CVE-2014-6503: Unspecified vulnerability in Oracle Java SE 6u81, 7u67, and
  8u20 allows remote attackers to affect confidentiality, integrity, and
  availability via unknown vectors related to Deployment, a different
  vulnerability than CVE-2014-4288, CVE-2014-6493, and CVE-2014-6532. (bnc#901239
  901242 901246)
- CVE-2014-6532: Unspecified vulnerability in Oracle Java SE 6u81, 7u67, and
  8u20 allows remote attackers to affect confidentiality, integrity, and
  availability via unknown vectors related to Deployment, a different
  vulnerability than CVE-2014-4288, CVE-2014-6493, and CVE-2014-6503. (bnc#901239
  901242 901246)
- CVE-2014-4288: Unspecified vulnerability in Oracle Java SE 6u81, 7u67, and
  8u20 allows remote attackers to affect confidentiality, integrity, and
  availability via unknown vectors related to Deployment, a different
  vulnerability than CVE-2014-6493, CVE-2014-6503, and CVE-2014-6532. (bnc#901239
  901242 901246)
- CVE-2014-6493: Unspecified vulnerability in Oracle Java SE 6u81, 7u67, and
  8u20 allows remote attackers to affect confidentiality, integrity, and
  availability via unknown vectors related to Deployment, a different
  vulnerability than CVE-2014-4288, CVE-2014-6503, and CVE-2014-6532. (bnc#901239
  901242 901246)
- CVE-2014-6492: Unspecified vulnerability in Oracle Java SE 6u81, 7u67, and
  8u20, when running on Firefox, allows remote attackers to affect
  confidentiality, integrity, and availability via unknown vectors related to
  Deployment. (bnc#901239 901242 901246)
- CVE-2014-6458: Unspecified vulnerability in Oracle Java SE 6u81, 7u67, and
  8u20 allows local users to affect confidentiality, integrity, and
  availability via unknown vectors related to Deployment. (bnc#901239 901242
  901246)
- CVE-2014-6466: Unspecified vulnerability in Oracle Java SE 6u81, 7u67, and
  8u20, when running on Internet Explorer, allows local users to affect
  confidentiality, integrity, and availability via unknown vectors related to
  Deployment. (bnc#901239 901242 901246)
- CVE-2014-6506: Unspecified vulnerability in Oracle Java SE 5.0u71, 6u81,
  7u67, and 8u20, and Java SE Embedded 7u60, allows remote attackers to affect
  confidentiality, integrity, and availability via unknown vectors related to
  Libraries. (bnc#901239 901242 901246)
- CVE-2014-6476: Unspecified vulnerability in Oracle Java SE 7u67 and 8u20
  allows remote attackers to affect integrity via unknown vectors related to
  Deployment, a different vulnerability than CVE-2014-6527. (bnc#901239 901242
  901246)
- CVE-2014-6515: Unspecified vulnerability in Oracle Java SE 6u81, 7u67, and
  8u20 allows remote attackers to affect integrity via unknown vectors related
  to Deployment. (bnc#901239 901242 901246)
- CVE-2014-6511: Unspecified vulnerability in Oracle Java SE 5.0u71, 6u81,
  7u67, and 8u20 allows remote attackers to affect confidentiality via unknown
  vectors related to 2D. (bnc#901239 901242 901246)
- CVE-2014-6531: Unspecified vulnerability in Oracle Java SE 5.0u71, 6u81,
  7u67, and 8u20, and Java SE Embedded 7u60, allows remote attackers to affect
  confidentiality via unknown vectors related to Libraries. (bnc#901239 901242
  901246)
- CVE-2014-6512: Unspecified vulnerability in Oracle Java SE 5.0u71, 6u81,
  7u67, and 8u20; Java SE Embedded 7u60; and JRockit R27.8.3 and R28.3.3 allows
  remote attackers to affect integrity via unknown vectors related to Libraries.
  (bnc#901239 901242 901246)
- CVE-2014-6457: Unspecified vulnerability in Oracle Java SE 5.0u71, 6u81,
  7u67, and 8u20; Java SE Embedded 7u60; and JRockit R27.8.3, and R28.3.3
  allows remote attackers to affect confidentiality and integrity via vectors
  related to JSSE. (bnc#901239 901242 901246)
- CVE-2014-6527: Unspecified vulnerability in Oracle Java SE 7u67 and 8u20
  allows remote attackers to affect integrity via unknown vectors related to
  Deployment, a different vulnerability than CVE-2014-6476. (bnc#901239 901242
  901246)
- CVE-2014-6502: Unspecified vulnerability in Oracle Java SE 5.0u71, 6u81,
  7u67, and 8u20, and Java SE Embedded 7u60, allows remote attackers to affect
  integrity via unknown vectors related to Libraries. (bnc#901239 901242 901246)
- CVE-2014-6558: Unspecified vulnerability in Oracle Java SE 5.0u71, 6u81,
  7u67, and 8u20; Java SE Embedded 7u60; and JRockit R27.8.3 and JRockit
  R28.3.3 allows remote attackers to affect integrity via unknown vectors related
  to Security. (bnc#901239 901242 901246)
javapackages-tools
- Rename gradle-local and ivy-local to javapackages-gradle and
  javapackages-ivy and let them depend only on javapackages-tools
  and javapackages-local. These packages only install files
  produced during the javapackages-tools build. The dependencies
  will be pulled by gradle-local, ivy-local and maven-local
  meta-packages built in a separate spec file.
- Split maven-local meta-package out of javapackages-tools spec
  file
- Make the ivy-local and maven-local sub-packages depend on the
  right stuff, so that they actually can be used for building
- Provide both com.sun:tools and sun.jdk:jconsole that are part of
  standard OpenJDK installation. These provides cannot be generated
  from metadata due to build sequence.
- Modified patch:
  * suse-use-libdir.patch
    + fix directories for eclipse.conf too
- Make the javapackages-local package depend on java-devel. It is
  used for package building and this avoids each package to require
  java-devel itself.
- Replace the occurences of /usr/lib by libdir in configuration
  files too
- Update to version 5.3.0
- Modified patch:
  * suse-no-epoch.patch
    + rediff to changed code
- Build the :extras flavour as noarch
- Added patch:
  * suse-no-epoch.patch
    + we did not bump epoch of OpenJDK packages in SUSE
    + fix a potential generation of unresolvable requires
    + adapt the tests to not expect the epoch
- Switch to multibuild layout
- Update to version 5.2.0+git20180620.70fa2258:
  * Rename the async kwarg in call_script to wait (reverses the logic)
  * Actually bump version to 5.3.0 snapshot
  * Bump version in VERSION file
  * [man] s/Pacakge/Package/g
  * Fix typos in README
  * Fix configure-base.sh after filesystem macro split
  * Split filesystem macros to separate macro file
  * Introduce javapackages-filesystem package
  * [java-functions] extend ABRT Java agent options
  * change abrt-java-connector upstream URL
  * Remove resolverSettings/prefixes from XMvn config
  * Add macros to allow passing arbitrary options to XMvn
  * [spec] Bump package version to 5.1.0
  * Allow specifying custom repo when calling xmvn-install
- Refresh patches:
  * suse-use-libdir.patch
  * python-optional.patch
- Update to version 5.0.0+git20180104.9367c8f6:
  * [java-functions] Avoid colons in jar names
  * Workaround for SCL enable scripts not working with -e
  * Second argument to pom_xpath_inject is mandatory
  * [mvn_artifact] Provide more helpful error messages
  * Fix traceback on corrupt zipfile
  * [test] Add reproducer for rhbz#1481005
  * [spec] Fix default JRE path
  * [readme] Fix typo
  * Add initial content to README.md (#21)
  * Decouple JAVA_HOME setting from java command alternatives
- Rebase patches:
  * python-optional.patch
  * suse-use-libdir.patch
- Drop merged patch fix-abs2rel.patch
- Fix typo in suse-use-libdir.patch
- Fix url to correct one https://github.com/fedora-java/javapackages
- Split to python and non-python edition for smaller depgraph
- Add patch python-optional.patch
- Fix abs2rel shebang:
  * fix-abs2rel.patch
- Fix Requires on subpackages to point to javapackages-tools proper
- Update to version 4.7.0+git20170331.ef4057e7:
  * Reimplement abs2rel in Python
  * Don't expand {scl} in macro definitions
  * Install expanded rpmfc attr files
  * [spec] Avoid file conflicts between in SCL
  * Fix macros.d directory ownership
  * Make %ant macro enable SCL when needed
  * [spec] Fix file conflicts between SCL and non-SCL packages
  * Fix ownership of ivyxmldir
  * [test] Force locale for python processes
  * Don't include timestamp in generated pom.properties
- Remove patch merged by upstream:
  * create_valid_xml_comments.patch
- Remove patch suse-macros-install-location.patch
  * We switch to /usr/lib/ location for macros
- Try to reduce some dependencies bsc#1036025
- Refresh patch suse-use-libdir.patch
- Add create_valid_xml_comments.patch
  python-lxml 3.5.0 introduces validation for xml comments, and
  one of the comments created in this package were not valid.
  This patch fixes the problem.  It backported from upstream and
  should be in the next release.
  https://github.com/mizdebsk/javapackages/commit/84211c0ee761e93ee507f5d37e9fc80ec377e89d
- Version update to 4.6.0:
  * various bugfixes for maven tooling
  * introduction to gradle-local package for gradle packaging
- Drop dependency over source-highlight as it causes build cycle
- Try to break buildcycle detected on Factory
- Fix build on SLE11
- Use python-devel instead of pkgconfig to build on sle11
- Add python-javapackages as requirement for main package
- Update requires on python packages to properly have all the needed
  dependencies on runtime
- Install macros to /etc/rpm as we do in SUSE:
  * suse-macros-install-location.patch
- Cleanup with spec-cleaner
- Drop patches
  * depgen.patch
  * javapackages-2.0.1-fix-bashisms.patch
  * javapackages-2.0.1-java9.patch
  * maven_depmap-no-attribute-exit.patch
- Remove hacky workarounds
- Fix rpmlint errors
- Enable maven-local
- Avoid unsatisfiable dependencies
- Enable unit tests
- Update to version 4.4.0
- Added patch:
  * javapackages-2.0.1-java9.patch: create directories for java,
    so that ant build works
- Add virtual provide jpackage-utils-java9 to be able to
  distinguish the presence of java9 compatibility
- fix bashisms
- Added patches:
  * javapackages-2.0.1-fix-bashisms.patch
jbigkit
- v2.1
-Fixes bnc#870855
-Fixes CVE-2013-6369
- Don't strip binaries
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
- fix baselibs.conf
- build -32bit packages to make libtiff5-32bit installable
- Initial SUSE package.
json-c
- json-c 0.13
  + Deprecated and removed features:
  * Internal use of bits.h has been eliminated.
  * lh_abort() is deprecated
  + Behavior changes:
  * Tighten the number parsing algorithm to raise errors instead
    of truncating the results.  For example 12.3.4 or 2015-01-15,
    which now return null.
  * Use size_t for array length and size. Platforms where
    sizeof(size_t) != sizeof(int) may not be backwards compatible
  * Check for failue when allocating memory, returning NULL and
    errno=ENOMEM.
  * Change json_object_object_add() return type from void to int,
    and will return -1 on failures, instead of exiting. (Note:
    this is not an ABI change)
  + New features:
  * Aiming to follow RFC 7159 now.
  * Support for JSON pointer, RFC 6901 (see json_pointer.h)
  * Add a couple of additional option to json_object_to_json_string_ext:
  JSON_C_TO_STRING_PRETTY_TAB
  JSON_C_TO_STRING_NOSLASHESCAPE
  * json_object_object_add_ex() - better perf when certain
    constraints are known to be true
  * Serialization format of doubles now configurable
  * New functions
  - json_object_equal() - utility function for comparing
    json_objects
  - json_object_deep_copy() - a way to copy entire object
    trees
  - json_object_set_<type>() - modify the value of
    existing json_object's without the need to recreate them.
  Also add a json_object_int_inc function to adjust an int's'
  value.
  - json_util_get_last_err() - retrieve the string describing
    the cause of errors, instead of printing to stderr.
  - perllike hash function for strings
  * json_global_set_string_hash()
  * json_c_visit() - a way to iterate over a tree of json-c
    objects.
  + Notable bug fixes and other improvements:
  * Make reference increment and decrement atomic to allow
    passing json objects between threads.
  * Fix json_object_object_foreach to avoid uninitialized
    variable warnings.
  * Improve performance by removing unneeded data items from
    hashtable code and reducing duplicate hash computation.
  * Performance: store small strings inside json_object
  * Performance: of json_object_to_json_string by removing
    variadic printf
  * Fix parsing of "/-Infinity"/, and avoid needlessly copying the
    input when doing so.
  * Fix stack buffer overflow in json_object_double_to_json_string_format()
  * Fix various potential null ptr deref and int32 overflows
  * Fix a long-standing bug in array_list_put_idx() where it
    would attempt to free previously free'd entries due to not
    checking the current array length.
  * use uselocale() instead of setlocale() in json_tokener to
    behave better in threaded environments.
  * Fix out of bounds read when handling unicode surrogate pairs.
  * Ensure doubles that happen to be a whole number are emitted
    with "/.0"/
  * Visual Studio: use a snprintf/vsnprintf wrapper that ensures
    the string is terminated.
  * Fix double to int cast overflow in json_object_get_int64.
  * Clamp double to int32 when narrowing in json_object_get_int.
  * Use strtoll() to parse ints - instead of sscanf
  * usual code linting
  + Build changes:
  * Add Appveyor and Travis build support
  * Support for MacOS and Windows through CMake
  * Silent build by default
  * Link against libm when needed
  * Add support for building with AddressSanitizer
  * Add support for building with Clang
  * Add a --enable-threading configure option, and only use the
    (slower) __sync_add_and_fetch()/__sync_sub_and_fetch()
    function when it is specified.
- cleanup with spec-cleaner
- remove fix-set-but-not-used.patch
  + fixed: https://github.com/json-c/json-c/issues/240
- remove gcc7-fix.patch
  + fixed in 014924ba899f659917bb64392bbff7d3c803afc2
- Added gcc7-fix.patch
- Update to upstream release 0.12.1
- Removed upstream fixed json-c-0.12-unused_variable_size.patch
- Added fix-set-but-not-used.patch
- json-c 0.12
  Fixes for security issues contained in this release have been
  previously patched into this package, but listed for completeness:
  * Address security issues:
  * CVE-2013-6371: hash collision denial of service
  * CVE-2013-6370: buffer overflow if size_t is larger than int
- Further changes:
  * Avoid potential overflow in json_object_get_double
  * Eliminate the mc_abort() function and MC_ABORT macro.
  * Make the json_tokener_errors array local.  It has been deprecated for
    a while, and json_tokener_error_desc() should be used instead.
  * change the floating point output format to %.17g so values with
    more than 6 digits show up in the output.
  * Remove the old libjson.so name compatibility support.  The library is
    only created as libjson-c.so now and headers are only installed
    into the ${prefix}/json-c directory.
  * When supported by the linker, add the -Bsymbolic-functions flag.
  * Make strict mode more strict:
  * number must not start with 0
  * no single-quote strings
  * no comments
  * trailing char not allowed
  * only allow lowercase literals
  * Added a json_object_new_double_s() convenience function to allow
    an exact string representation of a double to be specified when
    creating the object and use it in json_tokener_parse_ex() so
    a re-serialized object more exactly matches the input.
  * Add support NaN and Infinity
- packaging changes:
  * json-c-hash-dos-and-overflow-random-seed-4e.patch is upstream
  * Move from json-c-lfs.patch which removed warning errors and
    autoconf call to json-c-0.12-unused_variable_size.patch from
    upstream which fixes the warning
  * except for SLE 11 where autoreconf call is required
  * add licence file to main package
- Add json-c-hash-dos-and-overflow-random-seed-4e.patch to fix
  CVE-2013-6370 and CVE-2013-6371 (bnc#870147)
- Update metadata (description, RPM groups), and remove .la file
  in %install, not %check.
- Upgrade to 0.11 version:
  - SONAME change.
  - Fix provides and obsoletes accordingly
  - symlink the .pc file to the oldname for software that needs it
- Remove json-c-fix-headers.patch integrated upstream
- add json-c-fix-headers.patch from master branch to fix compilation
  of apps using the lib
- Update to 0.10 version :
  * Add a json_object_to_json_string_ext() function to allow output
  to be formatted in a more human readable form.
  * Add json_object_object_get_ex(), a NULL-safe get object method,
  to be able to distinguish between a key not present and the value
  being NULL.
  * Add an alternative iterator implementation, see json_object_iterator.h
  * Make json_object_iter public to enable external use of the
    json_object_object_foreachC macro.
  * Add a printbuf_memset() function to provide an effecient way to set and
    append things like whitespace indentation.
  * Adjust json_object_is_type and json_object_get_type so they return
    json_type_null for NULL objects and handle NULL passed to
    json_objct_object_get().
  * Rename boolean type to json_bool.
  * Fix various compile issues for Visual Studio and MinGW.
  * Allow json_tokener_parse_ex() to be re-used to parse multiple object.
    Also, fix some parsing issues with capitalized hexadecimal numbers and
    number in E notation.
  * Add json_tokener_get_error() and json_tokener_error_desc() to better
    encapsulate the process of retrieving errors while parsing.
  * Various improvements to the documentation of many functions.
  * Add new json_object_array_sort() function.
  * Fix a bug in json_object_get_int(), which would incorrectly return 0
    when called on a string type object.
    Eric Haszlakiewicz
  * Add a json_type_to_name() function.
    Eric Haszlakiewicz
  * Add a json_tokener_parse_verbose() function.
    Jehiah Czebotar
  * Improve support for null bytes within JSON strings.
    Jehiah Czebotar
  * Fix file descriptor leak if memory allocation fails in json_util
    Zachary Blair, zack_blair at hotmail dot com
  * Add int64 support. Two new functions json_object_net_int64 and
    json_object_get_int64. Binary compatibility preserved.
    Eric Haszlakiewicz, EHASZLA at transunion com
    Rui Miguel Silva Seabra, rms at 1407 dot org
  * Fix subtle bug in linkhash where lookup could hang after all slots
    were filled then successively freed.
    Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com
  * Make json_object_from_file take const char *filename
    Spotted by Vikram Raj V, vsagar at attinteractive dot com
  * Add handling of surrogate pairs (json_tokener.c, test4.c, Makefile.am)
    Brent Miller, bdmiller at yahoo dash inc dot com
  * Correction to comment describing printbuf_memappend in printbuf.h
    Brent Miller, bdmiller at yahoo dash inc dot com
- Packaging :
  * upgrade upstream location https://gitub.com/json-c/json-c/wiki
  * cleanup old patches included now upstream
  . json-c-0.9-linkhash.patch
  . json-c-0.9-json_tokener.patch
  . json-c-0.9-json_object_from_file.patch
  . json-c-0.9-base.patch
  * Redone lfs patch against new 0.10 release
  * Removed empty NEWS file
- Fix LFS support in x86.
- Do not build with -Werror
- Remove "/la"/ files
- tune up autotools scripts as well ensure config.h is included
  everywhere
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- add libtool as explicit buildrequire to avoid implicit dependency from prjconf
- add baselibs.conf for pulseaudio to use
- use original sources
- initial pkg 0.9
kbd
- Allow YaST to select Iranian (Persian, Farsi) keyboard layout
  (bsc#1092920)
- fbtest.c: include <sys/sysmacros.h> for major/minor
- Use %license instead of %doc [bsc#1082318]
- Disable characters >=U+F000. These do not work properly
  (bsc#1085432#c15, kbd-unicode-fxxx.patch).
- Do not cause error on UNICODE characters >= 0xF000 (e. g.
  ligature fi) (bsc#1085432, kbd-unicode-fxxx.patch).
- Move initial NumLock handling from systemd back to kbd:
  * Add kbdsettings service written by Thomas Blume (boo#1010880,
    kbdsettings, kbdsettings.service, numlockbios.c,
    update sysconfig.console and sysconfig.keyboard).
  * Exclude numlockbios support for non x86 platforms
    (kbdsettings-nox86.patch).
- Drop references to KEYTABLE and COMPOSETABLE (boo#1010880#c32,
  boo#1010880#c54,  sysconfig.keyboard.del, README.SUSE,
  drop kbd.fillup).
- Fix paths in kbd.pl.
- Drop from some fill-up templates, a couple of sysconfig variables no
  more read by systemd (fate#319454)
  So the relevant settings can be defined in only one place.
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- Add vlock.pamd PAM file (bsc#1056449#c8).
- Clean spec file.
- Version update to 2.0.4:
  * translation updates
  * support for U+202F
  * minor fixes and code cleanup
  * minor improvements and more characters support
- Enable vlock (bsc#1056449, FATE#261).
- call gzip -n to make build fully reproducible
- Revert dropping of kdb-legacy Requires: There are still packages
  and installation flows that needs this to be present
  (boo#1027379).
- Drop kdb-legacy Requires: No longer needed, and was always meant
  to be temporary.
- Version update to 2.0.3:
  * Various small updates
- Obsolete merged patch:
  * kbd-1.15.5-br-abnt2-slash-question.patch
- Quickly run over with spec-cleaner
- Remove arch check for alpha and other unused platforms
- Drop kbd.fillup.nonpc as it should not be needed nowdays
- Fix data/keymaps/i386/querty/br-abnt2.map
  (boo#984958, kbd-1.15.5-br-abnt2-slash-question.patch)
- Fix missing dependency on coreutils for initrd macros (boo#958562)
- Call missing initrd macro at postun (boo#958562)
- Rename conflicting legacy keymaps:
  * dvorak/no.map -> dvorak/no-dvorak.map
  * fgGIod/trf.map -> fgGIod/trf-fgGIod.map
  * olpc/pt.map -> olpc/pt-olpc.map
  * qwerty/cz.map -> qwerty/cz-qwerty.map
- i386/qwerty/sr-latin links to sr-cy
- add compose rules to cz layout (rh#1181581)
- genmap4systemd.sh: use 'abnt2' model for 'br' layouts, 'jp106'
  model for 'jp' layouts and 'microsoftpro' for anything else
  (instead of 'pc105' before) (FATE#318426)
- added genmap4systemd.sh tool, which generates entries for
  systemd's /usr/share/systemd/kbd-model-map table from
  xkeyboard-config converted keymaps; entries are written to
  /usr/share/systemd/kbd-model-map.xkb-generated, so these can
  easily be added to /usr/share/systemd/kbd-model-map by systemd
  package (FATE#318426)
- Include xkb layouts from xkeyboard-config converted to console
  keymaps, (FATE#318426)
  * Rename Finnish xkb converted layout
  * Add xkb and legacy keymaps subdirs to loadkyes search path
    (kbd-1.15.5-loadkeys-search-path.patch), remove symlinks,
    Don't convert layouts that can't input ASCII,
  * Original keymaps moved to legacy dir, created symlinks to xkb
    keymaps
- For the previos change to wok, we need to buildrequire
  suse-module-tools to get the initrd rpm macros.
- Regenerate the initrd if this package changes as it is
  included there for early console setup.
- Convert changelog to utf8
- fix bashisms in scripts
- add patches:
  * kbd-2.0.2-fix-bashisms.patch
- update patches:
  * kbd-1.15.2-unicode_scripts.patch
kdump
- kdump-Add-bootdev-to-dracut-command-line.patch: Add 'bootdev=' to
  dracut command line (bsc#1182309).
- Increase extra crash kernel reservation for LUKS Argon2 PBKDF
  (bsc#1180513):
  * kdump-Implement-KString-isHexNumber.patch
  * kdump-Mount-and-device-resolution-using-libmount-and-lsblk.patch
  * kdump-calibrate-Add-LUKS2-Argon2-requirements-to-the-reser.patch
  * kdump-Do-not-list-all-block-devices-if-no-block-devices-ar.patch
  * kdump-Enumerate-all-BTRFS-devices-for-btrfs-mount-points.patch
  * kdump-calibrate-Fix-kernel-command-line-parsing.patch
- kdump-query-systemd-network.service.patch: Query systemd
  network.service to find out if wicked is used (bsc#1182309).
- kdump-check-explicit-ip-options.patch: Do not add
  network-related dracut options if ip= is set explicitly
  (bsc#1182309).
- kdump-remove-console-hvc0-from-commandline.patch: remove
  console=hvc0 from commandline (bsc#1173914).
- kdump-set-serial-console-from-Xen-cmdline.patch: set serial
  console from Xen cmdline (bsc#1173914).
- kdump-do-not-add-rd.neednet.patch: Do not add 'rd.neednet=1' to
  dracut command line (bsc#1177196).
- kdump-make-sure-that-the-udev-runtime-directory-exists.patch:
  Make sure that the udev runtime directory exists (bsc#1164713).
- kdump-activate-udev-rules-late-during-boot.patch: Activate
  kdump udev rules late during boot (bsc#1154837)
- Use BuildRequire(udev) instead of udev: allow OBS to shortcut
  through the -mini flavors.
- Use systemd_ordering instead of systemd_requires: systemd is not
  a strict requirement, but if the system is going to use it, we
  want it to beinstalled prior to kdump.
- kdump-calibrate-Update-values.patch: calibrate: Update values
  (bsc#1130529).
- kdump-prefer-by-path-and-device-mapper.patch: Prefer by-path and
  device-mapper aliases over kernel device names (bsc#1101149,
  LTC#168532).
- kdump-powerpc-no-reload-on-CPU-removal.patch: powerpc: Do not
  reload on CPU hot removal (bsc#1133407, LTC#176111).
- kdump-Add-force-option-to-KDUMP_NETCONFIG.patch: Add "/:force"/
  option to KDUMP_NETCONFIG (bsc#1108919).
- kdump-Add-fence_kdump_send-when-fence-agents-installed.patch: Add
  fence_kdump_send when fence-agents installed (bsc#1108919).
- kdump-FENCE_KDUMP_SEND-variable.patch: Use var for path of
  fence_kdump_send and remove the unnecessary PRESCRIPT check
  (bsc#1108919).
- kdump-Document-fence_kdump_send.patch: Document kdump behaviour
  for fence_kdump_send (bsc#1108919).
- kdump-nss-modules.patch: Improve the handling of NSS
  (bsc#1021846).
- kdump-skip-mounts-if-no-proc-vmcore.patch: Skip kdump-related
  mounts if there is no /proc/vmcore (bsc#1102252, bsc#1125011).
- kdump-clean-up-kdump-mount-points.patch: Make sure that kdump
  mount points are cleaned up (bsc#1102252, bsc#1125011).
- kdump-Clean-up-the-use-of-current-vs-boot-network-iface.patch:
  Clean up the use of current vs. boot network interface names
  (bsc#1094444, bsc#1116463, bsc#1141064).
- kdump-Use-a-custom-namespace-for-physical-NICs.patch: Use a
  custom namespace for physical NICs (bsc#1094444, bsc#1116463,
  bsc#1141064).
- kdump-preserve-white-space.patch: Preserve white space when
  removing kernel command line options (bsc#1117652).
- add kdump-savedump-search-also-for-vmlinux.xz.patch (bnc#1155921)
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut the build queues by allowing usage of systemd-mini
- kdump-kdumprd-Look-for-boot-image-and-boot-Image.patch: kdumprd:
  Look for /boot/image-* and /boot/Image-* (bsc#1132799).
- kdump-Add-skip_balance-option-to-BTRFS-mounts.patch: Add
  skip_balance option to BTRFS mounts (bsc#1108255).
- Use %license instead of %doc (bsc#1082318, bsc#1129947).
- kdump-fix-multipath-user_friendly_names.patch: Fix multipath
  configuration with user_friendly_names and/or aliases
  (bsc#1111207, LTC#171953, bsc#1125218, LTC#175465).
- kdump-recover-from-missing-CRASHTIME.patch: Recover from missing
  CRASHTIME= in VMCOREINFO (bsc#1112387).
- kdump-fallback-re-register-fadump-from-userspace.patch:
  Re-register FADUMP from userspace if the kernel cannot do it
  (bsc#1108170, LTC#171288, bsc#1094016, LTC#168050)
- kdump-Restore-only-static-routes-in-kdump-initrd.patch: Restore
  only static routes in kdump initrd (bsc#1093795).
- kdump-on-error-option-yesno.patch: Support yes/no style for
  KDUMP_CONTINUE_ON_ERROR (bsc#1083155).
- kdump-use-pbl.patch: Replace obsolete perl-Bootloader library
  with a simpler script (bsc#1050349).
- Ensure added kdump-early.service is enabled properly after update
  (bsc#1021484).
- kdump-remove-noefi-and-acpi_rsdp-for-efi-firmware.patch: Remove
  noefi and acpi_rsdp for EFI firmware (bsc#1123940).
- kdump-turn-off-NUMA-in-kdump-kernel.patch: Turn off NUMA in the
  kdump kernel (bsc#1109784, bsc#1102609).
- kdump-fadump-add-udev-support.patch: fadump: add udev event
  support for fadump (bsc#1108170).
- kdump-fadump-avoid-multipath-optimizations.patch: fadump: avoid
  multipath optimizations that break regular boot (bsc#1101730).
- kdump-split-cmdline-purpose-wise.patch: cmdline: split kdump
  cmdline purpose wise (bsc#1101730).
- kdump-fadump-fix-network-bring-up.patch: fadump: fix network
  bring up issue during default boot (bsc#1101730).
- fix URL of upstream project
- kdump-block-initrd-parse-etc.service.patch: Block
  initrd-parse-etc.service until dump is saved (bsc#1091186).
- Remove kernel-ELF-aarch64: Included in upstream tarball.
- Update to 0.9.0
  o Remove support for mkinitrd(8).
- Drop patches now in mainline:
  o kdump-Don-t-split-by-default.patch
  o kdump-Dont-exit-even-if-initrd-is-not-built.patch
  o kdump-KDUMP_SSH_IDENTITY-cfg.patch
  o kdump-KDUMP_SSH_IDENTITY.patch
  o kdump-Limit-kdump-cpus-to-number-provided-by-config.patch
  o kdump-Routable-preferred-source-address.patch
  o kdump-URLTransfer-complete-target.patch
  o kdump-aarch64.patch
  o kdump-activate-QETH-devices.patch
  o kdump-additional-mounts-in-dracut-module.patch
  o kdump-always-copy-timezone.patch
  o kdump-always-kexec_load-if-kexec_file_load-fails.patch
  o kdump-always-pass-kernelver-to-dracut.patch
  o kdump-bail-out-if-no-default-interface.patch
  o kdump-bind-mount-sysroot.patch
  o kdump-bootloader-filter-out-KDUMPTOOL_FLAGS.patch
  o kdump-calibrate-adjust-sizeof-struct-page.patch
  o kdump-calibrate-do-not-add-KDUMP_PHYS_LOAD-to-RAM.patch
  o kdump-calibrate-update-kernel-text-data-size.patch
  o kdump-calibrate-update-user-space-requirements.patch
  o kdump-cmake-compat.patch
  o kdump-do-not-check-bind-mount.patch
  o kdump-do-not-free-fadump-memory-when-immediate-reboot-is-requested.patch
  o kdump-do-not-touch-dracut-vars-if-not-kdumprd.patch
  o kdump-explicitly-request-zFCP-devices.patch
  o kdump-fail-if-fadump-cannot-be-registered.patch
  o kdump-fix-m_threads-missing-initialization.patch
  o kdump-fix-missing-index-of-kdump_Host.patch
  o kdump-fix-save_dump-to-NFS.patch
  o kdump-fix-service-files.patch
  o kdump-invoke-subcommand-destructors-on-exit.patch
  o kdump-kdump_echo-and-kdump_logger-helpers.patch
  o kdump-move-class-SystemCPU-to-header-file.patch
  o kdump-multithreading-by-default.patch
  o kdump-no-crashkernel-in-Xen-PV-DomU.patch
  o kdump-no-xen-secondary-kernel.patch
  o kdump-nokaslr.patch
  o kdump-nsswitch.conf-filtering.patch
  o kdump-pass-IPv6-address-prefix-separately.patch
  o kdump-pass-all-IP-routes-to-kdump-environment.patch
  o kdump-pre-generate-mount-units.patch
  o kdump-prepend-IP-address.patch
  o kdump-remount-sysroot-readwrite.patch
  o kdump-remove-IPv6-brackets-for-getaddrinfo.patch
  o kdump-run-mkinitrd-if-fadump-is-active.patch
  o kdump-skip-IPv4-if-no-address.patch
  o kdump-source-save_dump.patch
  o kdump-treat-KDUMP_CPUS-0-as-all-available-CPUs.patch
  o kdump-try-both-kexec_load-and-kexec_file_load.patch
  o kdump-use-bus-id-to-identify-qeth-devices.patch
  o kdump-x86_64-kexec-file-syscall.patch
- Remove kdump-cmake-compat.patch: Since mkinitrd support has been
  removed, compatibility with SLE11 is no longer needed.
- kdump-do-not-touch-dracut-vars-if-not-kdumprd.patch: Do not touch
  any dracut variables when generating a non-kdump initrd
  (bsc#1091304).
- kdump-additional-mounts-in-dracut-module.patch: Handle additional
  mounts in the kdump dracut module (bsc#1089917).
- kdump-run-mkinitrd-if-fadump-is-active.patch: Run mkinitrd if
  fadump is active (bsc#1089917).
- kdump-pass-IPv6-address-prefix-separately.patch: IPv6 setup: pass
  address prefix in separate dracut arg (bsc#1062026).
- kdump-pass-all-IP-routes-to-kdump-environment.patch: IP setup:
  pass all routes to kdump environment (bsc#1062026).
- kdump-remove-IPv6-brackets-for-getaddrinfo.patch: Routable: do
  not pass bracketed IPv6 to getaddrinfo (bsc#1062026).
- kdump-skip-IPv4-if-no-address.patch: IP setup: don't bother with
  IPv4 if there are no addresses (bsc#1062026).
- kdump-use-bus-id-to-identify-qeth-devices.patch: Use bus id to
  identify qeth devices (bsc#1085617).
- kdump-always-copy-timezone.patch: Always copy timezone data into
  kdumprd (bsc#1081646).
- kdump-no-crashkernel-in-Xen-PV-DomU.patch: Do not reserve
  crashkernel on Xen PV DomU (bsc#989792).
- kdump-nokaslr.patch: Add 'nokaslr' to the kdump kernel command
  line (bsc#1075937).
- kdump-always-kexec_load-if-kexec_file_load-fails.patch: Try
  kexec_load(2) if kexec_file_load(2) fails for any reason
  (bsc#1080916).
- kdump-calibrate-do-not-add-KDUMP_PHYS_LOAD-to-RAM.patch:
  calibrate: Do not add KDUMP_PHYS_LOAD to required RAM.
- kdump-bootloader-filter-out-KDUMPTOOL_FLAGS.patch: bootloader:
  Filter out KDUMPTOOL_FLAGS (bsc#1072584).
- kdump-nsswitch.conf-filtering.patch
- kdump-fix-missing-index-of-kdump_Host.patch: Fix missing index of
  kdump_Host (bsc#1002617).
- kdump-bail-out-if-no-default-interface.patch: Bail out of
  kdump_check_net if no default interface is found (bsc#1058202).
- kdump-calibrate-adjust-sizeof-struct-page.patch: calibrate:
  Adjust sizeof(struct page).
- kdump-calibrate-update-kernel-text-data-size.patch: calibrate:
  Update kernel text+data size.
- kdump-calibrate-update-user-space-requirements.patch: calibrate:
  Update user-space requirements.
- kdump-fix-m_threads-missing-initialization.patch: Fix m_threads
  missing initialization (bsc#1047609).
- kdump-try-both-kexec_load-and-kexec_file_load.patch: Try both
  kexec_load(2) and kexec_file_load(2) (bsc#951144).
- kdump-kdump_echo-and-kdump_logger-helpers.patch: load.sh:
  introduce kdump_echo and kdump_logger helpers (bsc#951144).
- Add kdump-fillupdir-fixes.patch and correct specfile to build
  with new fillupdir location
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
- kdump-Dont-exit-even-if-initrd-is-not-built.patch: fadump restart does not
  always rebuild initramfs but may need to re-register (bsc#1047781).
- kdump-Limit-kdump-cpus-to-number-provided-by-config.patch (bsc#1036223, bsc#1068234).
- kdump-Don-t-split-by-default.patch (bsc#1036223, bsc#1068234).
- kdump-activate-QETH-devices.patch: Activate QETH network devices
  (bsc#1038669).
- Drop kdump-do-not-reload-FADUMP-on-CPU-memory-hotplug.patch:
  Reload is needed even with fadmp (bsc#1040567).
- kdump-fail-if-fadump-cannot-be-registered.patch: Fail at startup
  if fadump cannot be registered (bsc#1040567).
- kdump-do-not-reload-FADUMP-on-CPU-memory-hotplug.patch: Do not
  reload on CPU/memory hotplug when using FADUMP (bsc#1040567).
- kdump-explicitly-request-zFCP-devices.patch: Explicitly request
  zFCP devices in kdump initrd (bsc#1008352).
- kdump-move-class-SystemCPU-to-header-file.patch: Move class
  SystemCPU to a header file (bsc#1036223).
- kdump-treat-KDUMP_CPUS-0-as-all-available-CPUs.patch: Treat
  KDUMP_CPUS=0 as "/all available CPUs"/ (bsc#1036223).
- kdump-multithreading-by-default.patch: Use multithreading by
  default (bsc#1036223).
- kdump-fix-save_dump-to-NFS.patch: Fix save_dump to NFS targets
  (bsc#1045541).
- kdump-invoke-subcommand-destructors-on-exit.patch: Invoke
  subcommand destructors on exit (bsc#1045541).
- kdump-do-not-free-fadump-memory-when-immediate-reboot-is-requested.patch
  Releasing fadump memory can take a long time so skip it when
  rebooting anyway (bsc#1040610).
- kdump-do-not-check-bind-mount.patch: Do not request filesystem
  check on bind mounts (bsc#1034169).
- kdump-remount-sysroot-readwrite.patch: Also remount writable
  any mounts that were already mounted readonly by systemd
  (bsc#1034169).
- kdump-Routable-preferred-source-address.patch: Routable: parse
  and store preferred source address (FATE#321844).
- kdump-URLTransfer-complete-target.patch: Use the complete target
  URL for URLTransfer (FATE#321844).
- kdump-prepend-IP-address.patch: Prepend IP address to remote
  target subdirectory (FATE#321844).
- kdump-fix-service-files.patch: Fix kdump-related services
  (bsc#1021484).
- kernel-ELF-aarch64: Test data for aarch64 findkernel.
- kdump-KDUMP_SSH_IDENTITY.patch: Update with later upstream fixes.
- kdump-aarch64.patch: kdumptool: add aarch64 (bsc#1033464).
- kdump-source-save_dump.patch: save_dump.sh is designed to be
  sourced and has numerous toplevel return statements. Source it
  from the service definition as well to prevent bash complaints.
  (bcs#1034169).
- kdump-x86_64-kexec-file-syscall.patch: add -s on x86_64 for
  signature verification of kernel. (fate#315018, bsc#884453)
- kdump-bind-mount-sysroot.patch: Convert sysroot to a bind mount
  in kdump initrd (bsc#976864).
- kdump-pre-generate-mount-units.patch: Pre-generate kdump mount
  units (bsc#942895).
- kdump-always-pass-kernelver-to-dracut.patch: Always pass kernel
  version to dracut (bsc#900418).
- kdump-no-xen-secondary-kernel.patch: Avoid Xenlinux (aka
  traditional, Xenified or SUSE) kernels as kdump kernel
  (bsc#900418, bsc#974270).
- kdump-KDUMP_SSH_IDENTITY.patch: Add KDUMP_SSH_IDENTITY config
  option (FATE#321583).
- kdump-KDUMP_SSH_IDENTITY-cfg.patch: Add KDUMP_SSH_IDENTITY to the
  config file template (FATE#321583).
- Don't require insserv if we use systemd
- Remove kdump-helpers from Provides. This was needed to allow
  upgrading in SLE10, but this distribution is discontinued now.
- kdump-cmake-compat.patch: Build fix for pre-3.0.2 cmake.
- Update to 0.8.16
  o Improve systemd integration (FATE#319020, bsc#900134,
    bsc#909515, bsc#936363, bsc#936475, bsc#936489, bsc#942895,
    bsc#943902, bsc#944606, bsc#947825, bsc#948913).
  o Use OpenSSH for SSH and SFTP (FATE#318874, bsc#917747).
  o Improve 'kdumptool calibrate' (FATE#318842, bsc#882082,
    bsc#947539, bsc#952141, bsc#953732).
  o Improve network initialization (bsc#943214, bsc#944201,
    bsc#980328).
  o Fix FADUMP with systemd (bsc#917846, bsc#923790, bsc#944699).
  o Fix saving to XFS (bsc#964206).
  o Use full path to dracut (bsc#989972, bsc#990200,
    CVE-2016-5759).
  o Documentation updates (bsc#987862, bsc#997104).
  o Various smaller fixes (bsc#905690, bsc#927451, bsc#932339,
    bsc#934581, bsc#941088, bsc#946242, bsc#948956, bsc#951844,
    bsc#952149, bsc#970708, bsc#973213, bsc#984799, bsc#986081).
- Drop patches now in mainline:
  o 0001-multipath-Write-proper-regex-into-multipath-conf.patch
  o kdump-add-IPv6-KDUMP_NETCONFIG-modes.patch
  o kdump-bootloader-grub2.patch
  o kdump-calibrate-systemd-initramfs.patch
  o kdump-calibrate-systemd-runtime.patch
  o kdump-count-const-slabs.patch
  o kdump-count-framebuffer.patch
  o kdump-enable-fadump-ppc64le.patch
  o kdump-fadump-bootloader-always.patch
  o kdump-fadump-keep-sysroot.patch
  o kdump-get-multipath-wwid-from-sysfs.patch
  o kdump-move-network-setup-to-module-setup.patch
  o kdump-remove-root-and-resume.patch
  o kdump-split-kdump_default_netdev.patch
  o kdump-systemd-support.patch
  o kdump-use-fstab-device.patch
- Drop obsolete patches:
  o kdump-0.8.15-fix-shebang.patch
- explicitely build with -std=gnu++98
- fix shebang in rc.kdump.functions
- add patches:
  * kdump-0.8.15-fix-shebang.patch
- fix bashisms in post/postun scripts
kernel-default
- netfilter: x_tables: fix compat match/target pad out-of-bound
  write (CVE-2021-22555 bsc#1188116).
- commit 0b62bdb
- seq_file: Disallow extremely large seq buffer allocations
  (bsc#1188062, CVE-2021-33909).
- commit fe01024
- blacklist.conf: update blacklist
- commit 36a2250
- usb: dwc3: Fix debugfs creation flow (git-fixes).
- commit dc4de14
- blacklist.conf: update blacklist
- commit 6b0f6b8
- series.conf: cleanup
- update upstream references and resort:
  patches.suse/scsi-ibmvfc-Avoid-move-login-if-fast-fail-is-enabled.patch
  patches.suse/scsi-ibmvfc-Handle-move-login-failure.patch
  patches.suse/scsi-ibmvfc-Reinit-target-retries.patch
  patches.suse/scsi-lpfc-Add-a-option-to-enable-interlocked-ABTS-be.patch
  patches.suse/scsi-lpfc-Add-ndlp-kref-accounting-for-resume-RPI-pa.patch
  patches.suse/scsi-lpfc-Fix-Node-recovery-when-driver-is-handling-.patch
  patches.suse/scsi-lpfc-Fix-Unexpected-timeout-error-in-direct-att.patch
  patches.suse/scsi-lpfc-Fix-crash-when-lpfc_sli4_hba_setup-fails-t.patch
  patches.suse/scsi-lpfc-Fix-node-handling-for-Fabric-Controller-an.patch
  patches.suse/scsi-lpfc-Fix-non-optimized-ERSP-handling.patch
  patches.suse/scsi-lpfc-Fix-unreleased-RPIs-when-NPIV-ports-are-cr.patch
  patches.suse/scsi-lpfc-Ignore-GID-FT-response-that-may-be-receive.patch
  patches.suse/scsi-lpfc-Reregister-FPIN-types-if-ELS_RDF-is-receiv.patch
  patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.10.patch
  patches.suse/scsi-scsi_dh_alua-Retry-RTPG-on-a-different-path-aft.patch
- commit 9a3a833
- fix patch metadata
- fix Patch-mainline and move to "/almost mainline"/ section:
  patches.suse/qla2xxx-synchronize-rport-dev_loss_tmo-setting.patch
- commit 81935f9
- blacklist.conf: 1e886090cefe docs: admin-guide: update description for kernel.hotplug sysctl
- commit 1332420
- x86/elf: Use _BITUL() macro in UAPI headers (bsc#1178134).
- commit 5b8c19e
- blacklist.conf: 89f5f8fb5bf4 EDAC/thunderx: Remove irrelevant variable from error messages
- commit 7c3f543
- blacklist.conf: d8778e393afa x86/fpu: Invalidate FPU state after a failed XRSTOR from a user buffer
- commit 07e7bbd
- x86/pkru: Write hardware init value to PKRU when xstate is init
  (bsc#1152489).
- commit 05b202a
- scsi: ufs: ufshcd-pltfrm depends on HAS_IOMEM (bsc#1187980).
- commit bc82289
- cgroup1: don't allow 'n' in renaming (bsc#1187972).
- commit 31d330a
- qla2xxx: synchronize rport dev_loss_tmo setting (bsc#1182470
  bsc#1185486).
- commit 8249f86
- bpf: Fix integer overflow in argument calculation for
  bpf_map_area_alloc (bsc#1177028).
- bpf: Fix libelf endian handling in resolv_btfids (bsc#1177028).
- commit f52fc7f
- x86/process: Check PF_KTHREAD and not current->mm for kernel
  threads (bsc#1152489).
- commit f14058e
- x86/fpu: Preserve supervisor states in
  sanitize_restored_user_xstate() (bsc#1178134).
- commit 8de1b90
- ceph: must hold snap_rwsem when filling inode for async create
  (bsc#1187927).
- commit 288e232
- series.conf: cleanup
- update upstream reference and resort:
  patches.suse/Revert-ibmvnic-simplify-reset_long_term_buff-functio.patch
- commit dc51831
- Update
  patches.suse/RDMA-ucma-Rework-ucma_migrate_id-to-avoid-races-with.patch
  (bsc#1181147 bsc#1187050 CVE-2020-36385).
  Added CVE reference.
- commit f7b3ebb
- fix patch metadata
- fix upstream reference:
  patches.suse/bpfilter-Specify-the-log-level-for-the-kmsg-message.patch
- commit 4e6fe72
- perf/x86/intel/uncore: Fix a kernel WARNING triggered by
  maxcpus=1 (git-fixes).
- commit 9602802
- SUNRPC: Handle major timeout in xprt_adjust_timeout()
  (git-fixes).
- Refresh
  patches.suse/0001-ipmi-watchdog-Stop-watchdog-timer-when-the-current-a.patch.
- Refresh
  patches.suse/block-return-the-correct-bvec-when-checking-for-gaps.patch.
- Refresh
  patches.suse/ibmvnic-remove-default-label-from-to_string-switch.patch.
- commit bff6126
- nvmem: rmem: fix undefined reference to memremap (git-fixes).
- commit 420be35
- series.conf: cleanup
- update upstream references and resort:
  patches.suse/0001-ipmi-watchdog-Stop-watchdog-timer-when-the-current-a.patch
  patches.suse/block-return-the-correct-bvec-when-checking-for-gaps.patch
  patches.suse/ibmvnic-remove-default-label-from-to_string-switch.patch
  patches.suse/xfrm-policy-Read-seqcount-outside-of-rcu-read-side-i.patch
- commit fc2830a
- bpfilter: Specify the log level for the kmsg message
  (bsc#1155518).
- commit a6b5aff
- Blacklisted SCSI ufs core patch: way out of context.
- commit 33b89f4
- FCOE: fcoe_wwn_from_mac kABI fix (bsc#1187886).
- scsi: fcoe: Fix mismatched fcoe_wwn_from_mac declaration
  (bsc#1187886).
- commit bf3226e
- Blacklisted libsas new gfp variant patches
- commit 7d45a44
- scsi: core: Fix race between handling STS_RESOURCE and
  completion (bsc#1187883).
- Refresh
  patches.suse/scsi_dh_alua-return-BLK_STS_AGAIN-for-ALUA-transitio.patch.
- commit 1a66f28
- Blacklisted scsi commit that should be skipped.
- commit 6c0722b
- kthread: prevent deadlock when kthread_mod_delayed_work()
  races with kthread_cancel_delayed_work_sync() (bsc#1187867).
- commit 4323f85
- kthread_worker: split code for canceling the delayed work timer
  (bsc#1187867).
- commit f950430
- dax: fix ENOMEM handling in grab_mapping_entry() (bsc#1184212).
- commit fa16d18
- Revert "/ibmvnic: simplify reset_long_term_buff function"/
  (bsc#1186206 ltc#191041).
- commit ae5a395
- SCSI: ufs: fix ktime_t kabi change (bsc#1187795).
- scsi: ufs: Fix imprecise load calculation in devfreq window
  (bsc#1187795).
- commit 51e8b33
- Blacklisted commit already removed, to keep it away
- commit 2ac8cfe
- blacklist.conf: Append 'drm/shmem-helpers: vunmap: Don't put pages for dma-buf'
- commit 4f0b109
- s390/stack: fix possible register corruption with stack switch
  helper (bsc#1185677).
- commit d57c991
- powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu
  is not set (jsc#SLE-13513 bsc#1176919 ltc#186162 git-fixes).
- commit 8cc69d2
- Revert "/video: imsttfb: fix potential NULL pointer dereferences"/ (bsc#1152489)
- commit cb44bac
- Revert "/Update config files (bsc#1187167)"/ (bsc#1187711).
  The key is needed. When a random key is generaeted it is a problem with
  OBS repository setup. OBS should provide a signing key.
- commit b53af95
- s390/dasd: add missing discipline function (git-fixes).
- commit ea8d00e
- kernel: kexec_file: fix error return code of
  kexec_calculate_store_digests() (git-fixes).
- commit c886494
- drm/vc4: hdmi: Make sure the controller is powered in detect
  (git-fixes).
- drm/vc4: hdmi: Move the HSM clock enable to runtime_pm
  (git-fixes).
- commit 20bb391
- blacklist.conf: Add amdgpu entries that have been reverted (git-fixes)
- commit 41610da
- mmc: meson-gx: use memcpy_to/fromio for dram-access-quirk
  (git-fixes).
- commit c1d2306
- Removed patch that was incorrectly added to SLE15-SP2 (bsc#1186949)
  This patch was suggested as a git-fix for SLE15-SP2, but the
  commits it fixes are not present there.
- commit fc1818c
- bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error path
  (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Fix TQM fastpath ring backing store computation
  (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Rediscover PHY capabilities after firmware reset
  (jsc#SLE-8371 bsc#1153274).
- cxgb4: fix wrong shift (git-fixes).
- be2net: Fix an error handling path in 'be_probe()' (git-fixes).
- netxen_nic: Fix an error handling path in 'netxen_nic_probe()'
  (git-fixes).
- qlcnic: Fix an error handling path in 'qlcnic_probe()'
  (git-fixes).
- net/mlx5e: Block offload of outer header csum for UDP tunnels
  (git-fixes).
- net/mlx5: Consider RoCE cap before init RDMA resources
  (git-fixes).
- net/mlx5e: Fix page reclaim for dead peer hairpin (git-fixes).
- net/mlx5e: Remove dependency in IPsec initialization flows
  (git-fixes).
- ice: add ndo_bpf callback for safe mode netdev ops
  (jsc#SLE-7926).
- net/sched: act_ct: handle DNAT tuple collision (bsc#1154353).
- vrf: fix maximum MTU (git-fixes).
- net/mlx5: Fix PBMC register mapping (git-fixes).
- net/mlx5: Fix placement of log_max_flow_counter (git-fixes).
- net/mlx5: Fix sleep while atomic in mlx5_eswitch_get_vepa
  (git-fixes).
- commit 060a647
- net/mlx5: Reset mkey index on creation (jsc#SLE-15172).
- net/mlx5: E-Switch, Allow setting GUID for host PF vport
  (jsc#SLE-15172).
- net/mlx5: E-Switch, Read PF mac address (jsc#SLE-15172).
- cxgb4: fix wrong ethtool n-tuple rule lookup (jsc#SLE-15131).
- ethtool: strset: fix message length calculation (bsc#1176447).
- cxgb4: halt chip before flashing PHY firmware image
  (jsc#SLE-15131).
- cxgb4: fix sleep in atomic when flashing PHY firmware
  (jsc#SLE-15131).
- cxgb4: fix endianness when flashing boot image (jsc#SLE-15131).
- ice: parameterize functions responsible for Tx ring management
  (jsc#SLE-12878).
- mlxsw: reg: Spectrum-3: Enforce lowest max-shaper burst size
  of 11 (bsc#1176774).
- commit 3e01284
- drm/sun4i: dw-hdmi: Make HDMI PHY into a platform device
  (git-fixes).
- ASoC: rt5682: Fix the fast discharge for headset unplugging
  in soundwire mode (git-fixes).
- ASoC: tas2562: Fix TDM_CFG0_SAMPRATE values (git-fixes).
- ASoC: fsl-asoc-card: Set .owner attribute when registering card
  (git-fixes).
- commit af36159
- PCI: aardvark: Fix kernel panic during PIO transfer (git-fixes).
- commit ce71c77
- PCI: aardvark: Don't rely on jiffies while holding spinlock
  (git-fixes).
- commit 1bd7ff7
- spi: spi-nxp-fspi: move the register operation after the clock
  enable (git-fixes).
- Revert "/PCI: PM: Do not read power state in
  pci_enable_device_flags()"/ (git-fixes).
- PCI: Add ACS quirk for Broadcom BCM57414 NIC (git-fixes).
- radeon: use memcpy_to/fromio for UVD fw upload (git-fixes).
- spi: stm32-qspi: Always wait BUSY bit to be cleared in
  stm32_qspi_wait_cmd() (git-fixes).
- regulator: bd70528: Fix off-by-one for buck123 .n_voltages
  setting (git-fixes).
- commit 8ac9ce3
- cfg80211: make certificate generation more robust (git-fixes).
- PCI: Work around Huawei Intelligent NIC VF FLR erratum
  (git-fixes).
- PCI: Mark some NVIDIA GPUs to avoid bus reset (git-fixes).
- PCI: Mark TI C667X to avoid bus reset (git-fixes).
- ASoC: rt5659: Fix the lost powers for the HDA header
  (git-fixes).
- hwmon: (scpi-hwmon) shows the negative temperature properly
  (git-fixes).
- commit ed194e5
- fix patches metadata
- fix Patch-mainline:
  patches.suse/NFS-Fix-a-potential-NULL-dereference-in-nfs_get_clie.patch
  patches.suse/NFS-Fix-use-after-free-in-nfs4_init_client.patch
  patches.suse/NFSv4-Fix-deadlock-between-nfs4_evict_inode-and-nfs4.patch
  patches.suse/SUNRPC-Handle-major-timeout-in-xprt_adjust_timeout.patch
- commit e5e0666
- series.conf: cleanup
- update upstream reference and resort:
  patches.suse/xfrm-policy-Read-seqcount-outside-of-rcu-read-side-i.patch
- commit cafffbc
- video: hgafb: correctly handle card detect failure during probe
  (git-fixes).
- commit 55f7ec7
- Bluetooth: use correct lock to prevent UAF of hdev object
  (git-fixes).
- video: hgafb: fix potential NULL pointer dereference
  (git-fixes).
- Revert "/video: hgafb: fix potential NULL pointer dereference"/
  (git-fixes).
- commit 83627e7
- dmaengine: fsl-dpaa2-qdma: Fix error return code in two
  functions (git-fixes).
- drm/amd/amdgpu:save psp ring wptr to avoid attack (git-fixes).
- drm/amd/display: Fix potential memory leak in DMUB hw_init
  (git-fixes).
- drm/amdgpu: refine amdgpu_fru_get_product_info (git-fixes).
- Bluetooth: Add a new USB ID for RTL8822CE (git-fixes).
- commit d18513c
- module: limit enabling module.sig_enforce (git-fixes).
- commit 7f30f5d
- Bluetooth: use correct lock to prevent UAF of hdev object
  (bsc#1186666 CVE-2021-3573).
- commit 6781ea8
- blacklist.conf: Add unwanted commits
- commit 1da6dbc
- NFSv4: Fix deadlock between nfs4_evict_inode() and
  nfs4_opendata_get_inode() (git-fixes).
- NFS: Fix a potential NULL dereference in nfs_get_client()
  (git-fixes).
- NFS: Fix use-after-free in nfs4_init_client() (git-fixes).
- commit 3478e99
- lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSO (bsc#1164648,jsc#SLE-11493).
  Reduce delta to mainline
  Refresh patches.suse/lib-vdso-Prepare-for-time-namespace-support.patch.
- commit 7b06299
- Update patch reference for net keys fix (CVE-2021-0605 bsc#1187601)
- commit 7bb3e99
- Update patch reference for HID security fix (CVE-2021-0512 bsc#1187595)
- commit 0506954
- bpf: Fix leakage under speculation on mispredicted branches
  (bsc#1187554,CVE-2021-33624).
- bpf: Do not mark insn as seen under speculative path
  verification (bsc#1187554,CVE-2021-33624).
- bpf: Inherit expanded/patched seen count from old aux data
  (bsc#1187554,CVE-2021-33624).
- commit 06f1411
- bpf: Fix leakage under speculation on mispredicted branches
  (bsc#1187554,CVE-2021-33624).
- commit 7949a37
- patches.suse/0001-x86-sched-Treat-Intel-SNC-topology-as-default-COD-as.patch:
  (bsc#1187263).
- commit 349dc99
- Refresh
  patches.suse/scsi-qla2xxx-Reserve-extra-IRQ-vectors.patch.
  Add Signed-off-by tag for author of the patch in the SLE branch to suppress
  error during branch merges. Example error is
  patches.suse/scsi-qla2xxx-Reserve-extra-IRQ-vectors.patch An email
  address with @suse.de, @suse.com, @suse.cz, or @novell.com in the From,
  Signed-off-by, or Acked-by headers is required
- commit acfd671
- blacklist.conf: 28e5e44aa3f4 x86/mm: Avoid truncating memblocks for SGX memory
- commit ea06fd1
- x86/fpu: Prevent state corruption in __fpu__restore_sig()
  (bsc#1178134).
- commit e509690
- tracing: Do no increment trace_clock_global() by one
  (git-fixes).
- commit 17da93e
- tracing: Do not stop recording comms if the trace file is
  being read (git-fixes).
- commit 7d357b1
- usb: chipidea: imx: Fix Battery Charger 1.2 CDP detection
  (git-fixes).
- commit 9d5feb1
- tracing: Do not stop recording cmdlines when tracing is off
  (git-fixes).
- commit 3306bfd
- HID: usbhid: Fix race between usbhid_close() and usbhid_stop()
  (git-fixes).
- commit c5019d9
- dt-bindings: reset: meson8b: fix duplicate reset IDs
  (git-fixes).
- commit cfc2db2
- usb: dwc3: core: fix kernel panic when do reboot (git-fixes).
- commit 35719e0
- usb: dwc3: core: fix kernel panic when do reboot (git-fixes).
- commit 9306e13
- SUNRPC: Handle major timeout in xprt_adjust_timeout()
  (git-fixes).
- commit 87fe1f5
- series.conf: cleanup
- update upstream references and move into sorted section:
  patches.suse/xfrm-policy-Read-seqcount-outside-of-rcu-read-side-i.patch
- commit 3bedaae
- usb: core: hub: Disable autosuspend for Cypress CY7C65632
  (git-fixes).
- net/x25: Return the correct errno code (git-fixes).
- HID: gt683r: add missing MODULE_DEVICE_TABLE (git-fixes).
- HID: usbhid: fix info leak in hid_submit_ctrl (git-fixes).
- HID: Add BUS_VIRTUAL to hid_connect logging (git-fixes).
- commit be65fa1
- cfg80211: avoid double free of PMSR request (git-fixes).
- can: mcba_usb: fix memory leak in mcba_usb (git-fixes).
- alx: Fix an error handling path in 'alx_probe()' (git-fixes).
- batman-adv: Avoid WARN_ON timing related checks (git-fixes).
- drm/tegra: sor: Do not leak runtime PM reference (git-fixes).
- drm/amd/display: Allow bandwidth validation for 0 streams
  (git-fixes).
- HID: hid-sensor-hub: Return error for hid_set_field() failure
  (git-fixes).
- HID: hid-input: add mapping for emoji picker key (git-fixes).
- HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65
  (git-fixes).
- commit c7889a3
- can: bcm: fix infoleak in struct bcm_msg_head (CVE-2021-34693
  bsc#1187452).
- commit 02583ee
- net: mvpp2: add mvpp2_phylink_to_port() helper (bsc#1187171).
- commit 9bd57ed
- ASoC: Intel: soc-acpi: remove TGL RVP mixed SoundWire/TDM config
  (git-fixes).
- commit 85be7e7
- blacklist.conf: the driver has not been converted to new error codes
- commit 5e49259
- x86/sev: Check SME/SEV support in CPUID first (jsc#SLE-14337).
- iommu/vt-d: Use user privilege for RID2PASID translation
  (bsc#1187348).
- iommu/virtio: Add missing MODULE_DEVICE_TABLE (bsc#1187345).
- x86/sev-es: Use __put_user()/__get_user() for data accesses
  (bsc#1187351).
- x86/sev-es: Forward page-faults which happen during emulation
  (bsc#1187350).
- x86/sev-es: Don't return NULL from sev_es_get_ghcb()
  (bsc#1187349).
- iommu/vt-d: Remove WO permissions on second-level paging entries
  (bsc#1187346).
- iommu/vt-d: Report right snoop capability when using FL for IOVA
  (bsc#1187347).
- iommu: Fix a boundary issue to avoid performance drop
  (bsc#1187344).
- x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()
  (jsc#SLE-14337).
- x86/boot/compressed/64: Check SEV encryption in the 32-bit
  boot-path (jsc#SLE-14337).
- x86/boot/compressed/64: Add CPUID sanity check to 32-bit
  boot-path (jsc#SLE-14337).
- x86/boot/compressed/64: Add 32-bit boot #VC handler
  (jsc#SLE-14337).
- x86/boot/compressed/64: Setup IDT in startup_32 boot path
  (jsc#SLE-14337).
- x86/boot/compressed/64: Reload CS in startup_32 (jsc#SLE-14337).
- x86/sev: Do not require Hypervisor CPUID bit for SEV guests
  (jsc#SLE-14337).
- x86/boot/compressed/64: Cleanup exception handling before
  booting kernel (jsc#SLE-14337).
- iommu/amd: Keep track of amd_iommu_irq_remap state
  (https://bugzilla.kernel.org/show_bug.cgi?id=212133).
- x86/sev-es: Do not support MMIO to/from encrypted memory
  (jsc#SLE-14337).
- x86/head/64: Check SEV encryption before switching to kernel
  page-table (jsc#SLE-14337).
- x86/boot/compressed/64: Check SEV encryption in 64-bit boot-path
  (jsc#SLE-14337).
- x86/boot/compressed/64: Sanity-check CPUID results in the
  early #VC handler (jsc#SLE-14337).
- x86/boot/compressed/64: Introduce sev_status (jsc#SLE-14337).
- x86/boot/64: Explicitly map boot_params and command line
  (jsc#SLE-14337).
- x86/head/64: Disable stack protection for head$(BITS).o
  (jsc#SLE-14337).
- commit 9810251
- usb: gadget: eem: fix wrong eem header operation (git-fixes).
- commit 88ac26b
- usb: fix various gadget panics on 10gbps cabling (git-fixes).
- commit 43c2b75
- usb: f_ncm: only first packet of aggregate needs to start timer
  (git-fixes).
- commit 6960da4
- dmaengine: idxd: add missing dsa driver unregister (git-fixes).
- ALSA: seq: Fix race of snd_seq_timer_open() (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power G8
  (git-fixes).
- ALSA: hda/realtek: headphone and mic don't work on an Acer
  laptop (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 840
  Aero G8 (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP
  EliteBook x360 1040 G8 (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP
  Elite Dragonfly G2 (git-fixes).
- ASoC: amd: fix for pcm_read() error (git-fixes).
- ASoC: max98088: fix ni clock divider calculation (git-fixes).
- commit 4d314e7
- usb: gadget: f_fs: Ensure io_completion_wq is idle during unbind
  (git-fixes).
- commit 4b0a18c
- USB: serial: ftdi_sio: add NovaTech OrionMX product ID
  (git-fixes).
- commit a61b441
- USB: serial: omninet: add device id for Zyxel Omni 56K Plus
  (git-fixes).
- commit f1cf5e2
- usb: dwc3: ep0: fix NULL pointer exception (git-fixes).
- usb: gadget: eem: fix wrong eem header operation (git-fixes).
- usb: fix various gadget panics on 10gbps cabling (git-fixes).
- usb: f_ncm: only first packet of aggregate needs to start timer
  (git-fixes).
- USB: serial: ftdi_sio: add NovaTech OrionMX product ID
  (git-fixes).
- commit 6edf7f4
- USB: serial: omninet: add device id for Zyxel Omni 56K Plus
  (git-fixes).
- usb: gadget: f_fs: Ensure io_completion_wq is idle during unbind
  (git-fixes).
- drm: Lock pointer access in drm_master_release() (git-fixes).
- isdn: mISDN: netjet: Fix crash in nj_probe: (git-fixes).
- net/nfc/rawsock.c: fix a permission check bug (git-fixes).
- spi: sprd: Add missing MODULE_DEVICE_TABLE (git-fixes).
- i2c: mpc: Make use of i2c_recover_bus() (git-fixes).
- commit 623c00b
- dmaengine: stedma40: add missing iounmap() on error in
  d40_probe() (git-fixes).
- dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEM (git-fixes).
- dmaengine: ALTERA_MSGDMA depends on HAS_IOMEM (git-fixes).
- dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclc
  (git-fixes).
- drm: Fix use-after-free read in drm_getunique() (git-fixes).
- ASoC: sti-sas: add missing MODULE_DEVICE_TABLE (git-fixes).
- ASoC: Intel: bytcr_rt5640: Add quirk for the Lenovo Miix 3-830
  tablet (git-fixes).
- ASoC: Intel: bytcr_rt5640: Add quirk for the Glavey TM800A550L
  tablet (git-fixes).
- ASoC: max98088: fix ni clock divider calculation (git-fixes).
- commit 2b181d0
- bcache: avoid oversized read request in cache missing code path
  (bsc#1187357, bsc#1185570, bsc#1184631).
- bcache: remove bcache device self-defined readahead
  (bsc#1187357, bsc#1185570, bsc#1184631).
- lib: crc64: fix kernel-doc warning (bsc#1187357).
- bcache: fix a regression of code compiling failure in debug.c
  (bsc#1187357).
- bcache: Use 64-bit arithmetic instead of 32-bit (bsc#1187357).
- md: bcache: Trivial typo fixes in the file journal.c
  (bsc#1187357).
- md: bcache: avoid -Wempty-body warnings (bsc#1187357).
- bcache: use NULL instead of using plain integer as pointer
  (bsc#1187357).
- bcache: remove PTR_CACHE (bsc#1187357).
- bcache: reduce redundant code in bch_cached_dev_run()
  (bsc#1187357).
- bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded
  in 'cache_set' (bsc#1187357).
- bcache: Convert to DEFINE_SHOW_ATTRIBUTE (bsc#1187357).
- bcache: inherit the optimal I/O size (bsc#1187357).
- commit ce1a322
- media: mtk-mdp: Fix a refcounting bug on error in init
  (git-fixes).
- commit 1d82c71
- media: mtk-mdp: Check return value of of_clk_get (git-fixes).
- commit f37fbe9
- media: s5p-g2d: Fix a memory leak in an error handling path in
  'g2d_probe()' (git-fixes).
- commit 08513d7
- usb: dwc3: debugfs: Add and remove endpoint dirs dynamically
  (git-fixes).
- commit 08559a5
- dax: Add a wakeup mode parameter to put_unlocked_entry()
  (bsc#1187411).
- commit 31da646
- dax: Add an enum for specifying dax wakup mode (bsc#1187411).
- commit 1d4c2a3
- tracing: Correct the length check which causes memory corruption
  (git-fixes).
- commit 0072a4b
- tracing: Restructure trace_clock_global() to never block
  (git-fixes).
- commit 6d6d42d
- Refresh
  patches.suse/brcmfmac-Add-clm_blob-firmware-files-to-modinfo.patch.
- commit f631d93
- ftrace: Free the trampoline when ftrace_startup() fails
  (git-fixes).
- commit 533e192
- blacklist.conf: 75d3e7f4769d ("/s390/test_unwind: fix possible memleak in test_unwind()"/)
  We build test_unwind kernel module out of tree.
- commit abf9977
- ftrace: Do not blindly read the ip address in ftrace_bug()
  (git-fixes).
- commit 31cd567
- Revert "/ecryptfs: replace BUG_ON with error handling code"/
  (bsc#1187413).
- commit 7387ee5
- ocfs2: fix data corruption by fallocate (bsc#1187412).
- commit 684ec92
- dax: Wake up all waiters after invalidating dax entry
  (bsc#1187411).
- commit 42391aa
- fs: fix reporting supported extra file attributes for statx()
  (bsc#1187410).
- commit 36f6f1f
- Update config files: CONFIG_SND_HDA_INTEL=m for armv7hl, too (bsc#1187334)
  It's used by openQA.
- commit c363e06
- ext4: fix memory leak in ext4_fill_super (bsc#1187409).
- commit d8152b1
- ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at
  failed (bsc#1187408).
- commit 41eb311
- ext4: fix error code in ext4_commit_super (bsc#1187407).
- commit 350d1b1
- ext4: fix check to prevent false positive report of incorrect
  used inodes (bsc#1187404).
- commit 57c9a0a
- kyber: fix out of bounds access when preempted (bsc#1187403).
- commit 491df1f
- block: Discard page cache of zone reset target range
  (bsc#1187402).
- commit 74c08d5
- xfrm: policy: Read seqcount outside of rcu-read side in
  xfrm_policy_lookup_bytype (bsc#1185675).
- commit 372fbf0
- kernel-binary.spec.in: Regenerate makefile when not using mkmakefile.
- commit 6b30fe5
- xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_bytype (bsc#1185675).
- commit 96f285d
- Updated patch-mainline tags.
  Also moved the affected patches into the sorted section.
  Change in patch order moved devm_rpi_firmware_put but it aligns with
  mainline.
- commit bb0636f
- fuse: BUG_ON correction in fuse_dev_splice_write()
  (bsc#1187356).
- commit d2e5d40
- sched/debug: Fix cgroup_path[] serialization (git-fixes)
- commit 24c7edf
- blacklist.conf: We don't support uclamp
- commit 0b70e65
- blacklist.conf: We have CONFIG_JUMP_LABEL
- commit 093a643
- series.conf: cleanup
- update upstream references and move into sorted section:
  patches.suse/mac80211-add-fragment-cache-to-sta_info.patch
  patches.suse/mac80211-assure-all-fragments-are-encrypted.patch
  patches.suse/mac80211-check-defrag-PN-against-current-frame.patch
  patches.suse/mac80211-do-not-accept-forward-invalid-EAPOL-frames.patch
  patches.suse/mac80211-drop-A-MSDUs-on-old-ciphers.patch
  patches.suse/mac80211-extend-protection-against-mixed-key-and-fra.patch
  patches.suse/mac80211-prevent-attacks-on-TKIP-WEP-as-well.patch
  patches.suse/mac80211-prevent-mixed-key-and-fragment-cache-attack.patch
  patches.suse/mac80211-properly-handle-A-MSDUs-that-start-with-an-.patch
  No effect on expanded tree.
- commit 9fdca2b
- series.conf: cleanup
  Move a SUSE specific patch ("/Patch-mainline: Never..."/) to corresponding
  per-subsystem section.
- commit 811dc9a
- fix patch metadata
- fix Patch-mainline:
  patches.suse/RDMA-ucma-Rework-ucma_migrate_id-to-avoid-races-with.patch
- commit c80eef0
- series.conf: cleanup
  Move a queued patch to "/almost mainline"/ section.
- commit a847492
- x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove
  update_pasid() (bsc#1178134).
- commit 08621e3
- blacklist: add commit 4f06dd92b5d0 ("/fuse: fix write deadlock"/)
  This is an ancient bug (from v2.6.26) which require extra backports.  Not
  worth the risk introducing new regressions.
- commit f0ede60
- efi/libstub: prevent read overflow in find_file_option()
  (git-fixes).
- commit 9d1183c
- kABI workaround for rtw88 (git-fixes).
- commit 8a7edfc
- usb: typec: intel_pmc_mux: Put fwnode in error case during
  - >probe() (git-fixes).
- thunderbolt: usb4: Fix NVM read buffer bounds and offset issue
  (git-fixes).
- rtw88: 8822c: add LC calibration for RTL8822C (git-fixes).
- commit 3f6037a
- mmc: sdhci: Clear unused bounce buffer at DMA mmap error path
  (bsc#1187039).
- commit 757ad8a
- rpm/kernel-binary.spec.in: Fix handling of +arch marker (bsc#1186672)
  The previous commit made a module wrongly into Module.optional.
  Although it didn't influence on the end result, better to fix it.
  Also, add a comment to explain the markers briefly.
- commit 8f79742
- block: return the correct bvec when checking for gaps
  (bsc#1187144).
- commit 22678f9
- Update patches.suse/scsi-qla2xxx-Reserve-extra-IRQ-vectors.patch
  (bsc#1184436 bsc#1186286).
- commit 3b95648
- sched/fair: Make sure to update tg contrib for blocked load (git-fixes)
- commit 9eeb58b
- sched/fair: Keep load_avg and load_sum synced (git-fixes)
- commit 8888330
- Refresh
  patches.suse/bpf-Fix-alu32-const-subreg-bound-tracking-on-bitwise.patch.
- Refresh
  patches.suse/bpf-Prevent-writable-memory-mapping-of-read-only-rin.patch.
- Refresh
  patches.suse/bpf-ringbuf-Deny-reserve-of-buffers-larger-than-ring.patch.
- commit da26c78
- gpio: wcd934x: Fix shift-out-of-bounds error (git-fixes).
- drm/mcde: Fix off by 10^3 in calculation (git-fixes).
- drm/msm/a6xx: fix incorrectly set uavflagprd_inv field for A650
  (git-fixes).
- drm/msm/a6xx: update/fix CP_PROTECT initialization (git-fixes).
- Revert "/ACPI: sleep: Put the FACS table after using it"/
  (git-fixes).
- commit e1018b7
- USB: serial: cp210x: fix alternate function for CP2102N QFN20
  (git-fixes).
- usb: typec: mux: Fix copy-paste mistake in typec_mux_match
  (git-fixes).
- usb: typec: ucsi: Clear PPM capability data in ucsi_init()
  error path (git-fixes).
- usb: typec: wcove: Use LE to CPU conversion when accessing
  msg->header (git-fixes).
- usb: fix various gadgets null ptr deref on 10gbps cabling
  (git-fixes).
- USB: f_ncm: ncm_bitrate (speed) is unsigned (git-fixes).
- USB: serial: quatech2: fix control-request directions
  (git-fixes).
- usb: pd: Set PD_T_SINK_WAIT_CAP to 310ms (git-fixes).
- usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handling (git-fixes).
- staging: rtl8723bs: Fix uninitialized variables (git-fixes).
- commit b524f7e
- Add arch-dependent support markers in supported.conf (bsc#1186672)
  We may need to put some modules as supported only on specific archs.
  This extends the supported.conf syntax to allow to put +arch additionally
  after the unsupported marker, then it'll be conditionally supported on
  that arch.
- commit 75113c7
- Create Symbols.list and ipa-clones.list determistically
  without this patch, filesystem readdir order would influence
  order of entries in these files.
  This patch was done while working on reproducible builds for SLE.
- commit a898b6d
- RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroy (bsc#1187050, CVE-2020-36385)
- commit d630126
- Update
  patches.suse/Bluetooth-SMP-Fail-if-remote-and-local-public-keys-a.patch
  (bsc#1186463 CVE-2021-0129 CVE-2020-26558).
- commit 3b40194
- Update config files (bsc#1187167)
  Set empty to CONFIG_MODULE_SIG_KEY for reproducible builds
- commit d4c1c78
- ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx
  (git-fixes).
- drm/amdgpu/jpeg3: add cancel_delayed_work_sync before power gate
  (git-fixes).
- drm/amdgpu/jpeg2.5: add cancel_delayed_work_sync before power
  gate (git-fixes).
- drm/amdgpu/vcn3: add cancel_delayed_work_sync before power gate
  (git-fixes).
- commit fbebaf6
- Bluetooth: fix the erroneous flush_work() order (git-fixes).
- ALSA: timer: Fix master timer notification (git-fixes).
- ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx
  (git-fixes).
- drm/amdgpu: make sure we unpin the UVD BO (git-fixes).
- vfio/platform: fix module_put call in error flow (git-fixes).
- vfio/pci: zap_vma_ptes() needs MMU (git-fixes).
- vfio/pci: Fix error return code in vfio_ecap_init() (git-fixes).
- HID: multitouch: require Finger field to mark Win8 reports as MT
  (git-fixes).
- commit 64bd478
- scsi: scsi_dh_alua: Retry RTPG on a different path after failure
  (bsc#1174978 bsc#1185701).
- commit 36cc9f2
- kernel-binary.spec.in: Add Supplements: for -extra package on Leap
  kernel-$flavor-extra should supplement kernel-$flavor on Leap, like
  it does on SLED, and like the kernel-$flavor-optional package does.
- commit c60d87f
- perf/x86/intel/uncore: Remove uncore extra PCI dev
  HSWEP_PCI_PCU_3 (bsc#1184685).
- commit 1c4876a
- block: return the correct bvec when checking for gaps
  (bsc#1187143).
- commit 1a99a11
- series: Resort and update metadata
  Resort series.conf and update meta data:
  patches.suse/scsi-lpfc-Add-a-option-to-enable-interlocked-ABTS-be.patch
  patches.suse/scsi-lpfc-Add-ndlp-kref-accounting-for-resume-RPI-pa.patch
  patches.suse/scsi-lpfc-Fix-Node-recovery-when-driver-is-handling-.patch
  patches.suse/scsi-lpfc-Fix-Unexpected-timeout-error-in-direct-att.patch
  patches.suse/scsi-lpfc-Fix-crash-when-lpfc_sli4_hba_setup-fails-t.patch
  patches.suse/scsi-lpfc-Fix-node-handling-for-Fabric-Controller-an.patch
  patches.suse/scsi-lpfc-Fix-non-optimized-ERSP-handling.patch
  patches.suse/scsi-lpfc-Fix-unreleased-RPIs-when-NPIV-ports-are-cr.patch
  patches.suse/scsi-lpfc-Ignore-GID-FT-response-that-may-be-receive.patch
  patches.suse/scsi-lpfc-Reregister-FPIN-types-if-ELS_RDF-is-receiv.patch
  patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.10.patch
- commit f894385
- cxgb4: avoid link re-train during TC-MQPRIO configuration
  (jsc#SLE-8389).
- ice: Allow all LLDP packets from PF to Tx (jsc#SLE-7926).
- ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared
  (git-fixes).
- net/mlx5: DR, Create multi-destination flow table with level
  less than 64 (jsc#SLE-8464).
- ixgbe: fix large MTU request from VF (git-fixes).
- cxgb4: avoid accessing registers when clearing filters
  (git-fixes).
- net/mlx5e: Fix multipath lag activation (git-fixes).
- net/mlx5e: Fix nullptr in add_vlan_push_action() (git-fixes).
- net: hns3: put off calling register_netdev() until client
  initialize complete (bsc#1154353).
- gve: Correct SKB queue index validation (git-fixes).
- gve: Upgrade memory barrier in poll routine (git-fixes).
- gve: Add NULL pointer checks when freeing irqs (git-fixes).
- gve: Update mgmt_msix_idx if num_ntfy changes (git-fixes).
- net: bnx2: Fix error return code in bnx2_init_board()
  (git-fixes).
- net/mlx4: Fix EEPROM dump support (git-fixes).
- Revert "/net: liquidio: fix a NULL pointer dereference"/
  (git-fixes).
- Revert "/qlcnic: Avoid potential NULL pointer dereference"/
  (git-fixes).
- net: hns3: Limiting the scope of vector_ring_chain variable
  (git-fixes).
- commit 4451268
- btrfs: open device without device_list_mutex  (bsc#1176771).
- commit c922550
- UCSI fixup of array of PDOs (git-fixes).
- commit 554911b
- usb: typec: ucsi: Retrieve all the PDOs instead of just the
  first 4 (git-fixes).
- commit 62a78a2
- i2c: imx: fix reference leak when pm_runtime_get_sync fails
  (git-fixes).
- commit 7b525ce
- vmlinux.lds.h: Avoid orphan section with !SMP (git-fixes).
- commit 50e12e5
- ice: handle the VF VSI rebuild failure (jsc#SLE-12878).
- ice: Fix allowing VF to request more/less queues via virtchnl
  (jsc#SLE-12878).
- cxgb4: fix regression with HASH tc prio value update
  (jsc#SLE-15131).
- net/mlx5e: Fix incompatible casting (jsc#SLE-15172).
- netfilter: nf_tables: missing error reporting for not selected
  expressions (bsc#1176447).
- net/sched: act_ct: Offload connections with commit action
  (jsc#SLE-15172).
- devlink: Correct VIRTUAL port to not have phys_port attributes
  (jsc#SLE-15172).
- net: zero-initialize tc skb extension on allocation
  (bsc#1176447).
- net/sched: fq_pie: fix OOB access in the traffic path
  (jsc#SLE-15172).
- net/sched: fq_pie: re-factor fix for fq_pie endless loop
  (jsc#SLE-15172).
- net/mlx5: Set term table as an unmanaged flow table
  (jsc#SLE-15172).
- net/mlx5e: Fix error path of updating netdev queues
  (jsc#SLE-15172).
- net/mlx5e: reset XPS on error flow if netdev isn't registered
  yet (jsc#SLE-15172).
- net/mlx5e: Fix null deref accessing lag dev (jsc#SLE-15172).
- net/mlx5: Set reformat action when needed for termination rules
  (jsc#SLE-15172).
- net: hns3: fix incorrect resp_msg issue (jsc#SLE-14777).
- netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check,
  fallback to non-AVX2 version (bsc#1176447).
- cxgb4/ch_ktls: Clear resources when pf4 device is removed
  (jsc#SLE-15129).
- chelsio/chtls: unlock on error in chtls_pt_recvmsg()
  (jsc#SLE-15129).
- commit 9e162d7
- regulator: max77620: Use device_set_of_node_from_dev()
  (git-fixes).
- regulator: core: resolve supply for boot-on/always-on regulators
  (git-fixes).
- commit a6466ca
- scsi: libsas: Reset num_scatter if libata marks qc as NODATA
  (bsc#1187068).
- scsi: be2iscsi: Revert "/Fix a theoretical leak in
  beiscsi_create_eqs()"/ (bsc#1187067).
- scsi: ufs: Make ufshcd_print_trs() consider
  UFSHCD_QUIRK_PRDT_BYTE_GRAN (bsc#1187069).
- scsi: aacraid: Fix an oops in error handling (bsc#1187072).
- commit a34cc53
- x86/ioremap: Map efi_mem_reserve() memory as encrypted for SEV (bsc#1186885).
- commit c1bc56f
- Update kabi files.
- Update from the June 2021 maintenance update submission (commit eaf040d1bea)
- commit ff2915c
- Update patch reference for a BT fix (CVE-2020-36386 bsc#1187038)
- commit 673eac4
- locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to
  signal (git-fixes).
- commit 12081a6
- scsi: ufs: core: Narrow down fast path in system suspend path
  (bsc#1186996).
- scsi: sni_53c710: Add IRQ check (bsc#1186990).
- scsi: sun3x_esp: Add IRQ check (bsc#1186991).
- scsi: jazz_esp: Add IRQ check (bsc#1186965).
- scsi: hisi_sas: Fix IRQ checks (bsc#1186963).
- scsi: ufs: ufshcd-pltfrm: Fix deferred probing (bsc#1187003).
- scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()
  (bsc#1186978).
- scsi: qedi: Fix error return code of qedi_alloc_global_queues()
  (bsc#1186984).
- scsi: mpt3sas: Do not use GFP_KERNEL in atomic context
  (bsc#1186977).
- scsi: myrs: Fix a double free in myrs_cleanup() (bsc#1186980).
- scsi: sd: Fix Opal support (bsc#1186989).
- scsi: bnx2fc: Fix Kconfig warning & CNIC build errors
  (bsc#1186955).
- scsi: lpfc: Fix ancient double free (bsc#1186969).
- scsi: megaraid_sas: Fix MEGASAS_IOC_FIRMWARE regression
  (bsc#1186973).
- scsi: cxgb4i: Fix TLS dependency (bsc#1186960).
- scsi: fnic: Fix error return code in fnic_probe() (bsc#1186962).
- scsi: pm80xx: Fix error return in pm8001_pci_probe()
  (bsc#1186981).
- scsi: qedi: Fix missing destroy_workqueue() on error in
  __qedi_probe (bsc#1186985).
- scsi: qla4xxx: Remove in_interrupt() (bsc#1186987).
- scsi: hisi_sas: Remove preemptible() (bsc#1186964).
- scsi: megaraid_sas: Check user-provided offsets (bsc#1186970).
- scsi: libfc: Fix enum-conversion warning (bsc#1186966).
- scsi: bnx2i: Requires MMU (bsc#1186956).
- scsi: mpt3sas: Fix ioctl timeout (bsc#1186979).
- scsi: ufs: Fix race between shutdown and runtime resume flow
  (bsc#1186998).
- scsi: bfa: Fix error return in bfad_pci_init() (bsc#1186954).
- scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()
  (bsc#1186953).
- scsi: aacraid: Remove erroneous fallthrough annotation
  (bsc#1186950).
- scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()
  (bsc#1186957).
- scsi: qla4xxx: Fix an error handling path in
  'qla4xxx_get_host_stats()' (bsc#1186986).
- scsi: ufs: Properly release resources if a task is aborted
  successfully (bsc#1187001).
- scsi: libsas: Fix error path in sas_notify_lldd_dev_found()
  (bsc#1186967).
- scsi: megaraid_sas: Don't call disable_irq from process IRQ poll
  (bsc#1186972).
- scsi: libsas: Set data_dir as DMA_NONE if libata marks qc as
  NODATA (bsc#1186968).
- scsi: mesh: Fix panic after host or bus reset (bsc#1186976).
- scsi: megaraid_sas: Clear affinity hint (bsc#1186971).
- scsi: scsi_debug: Add check for sdebug_max_queue during module
  init (bsc#1186988).
- scsi: eesox: Fix different dev_id between request_irq() and
  free_irq() (bsc#1186961).
- scsi: powertec: Fix different dev_id between request_irq()
  and free_irq() (bsc#1186982).
- scsi: cumana_2: Fix different dev_id between request_irq()
  and free_irq() (bsc#1186958).
- scsi: ufs: Add quirk to fix abnormal ocs fatal error
  (bsc#1186994).
- scsi: ufs: Introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirk
  (bsc#1187000).
- scsi: ufs: Add quirk to enable host controller without hce
  (bsc#1186993).
- scsi: ufs: Add quirk to disallow reset of interrupt aggregation
  (bsc#1186992).
- scsi: ufs: Add quirk to fix mishandling utrlclr/utmrlclr
  (bsc#1186995).
- scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macro
  (bsc#1186974).
- scsi: acornscsi: Fix an error handling path in acornscsi_probe()
  (bsc#1186952).
- scsi: ufs: Don't update urgent bkops level when toggling auto
  bkops (bsc#1186997).
- scsi: cxgb3i: Fix some leaks in init_act_open() (bsc#1186959).
- scsi: ufs-qcom: Fix scheduling while atomic issue (bsc#1187002).
- scsi: aacraid: Use memdup_user() as a cleanup (bsc#1186951).
- scsi: qedi: Check for buffer overflow in qedi_set_path()
  (bsc#1186983).
- Revert "/scsi: core: run queue if SCSI device queue isn't ready
  and queue is idle"/ (bsc#1186949).
- scsi: ufshcd: use an enum for quirks (bsc#1186999).
- commit 063da01
- scsi: lpfc: Fix failure to transmit ABTS on FC link (git-fixes).
- scsi: qla2xxx: Prevent PRLI in target mode (git-fixes).
- commit df14b8a
- blacklist: Add not necessary git-fixes
- commit 203b357
- wireguard: allowedips: initialize list head in selftest
  (git-fixes).
- wireguard: peer: allocate in kmem_cache (git-fixes).
- wireguard: use synchronize_net rather than synchronize_rcu
  (git-fixes).
- wireguard: do not use -O3 (git-fixes).
- wireguard: selftests: make sure rp_filter is disabled on vethc
  (git-fixes).
- wireguard: selftests: remove old conntrack kconfig value
  (git-fixes).
- wireguard: queueing: get rid of per-peer ring buffers
  (git-fixes).
- wireguard: peer: put frequently used members above cache lines
  (git-fixes).
- commit f17f786
- pid: take a reference when initializing `cad_pid` (bsc#1152489).
- commit 7fbca02
- rpm/config.sh: Build device trees (boo#1186928).
- commit 0645dbf
- x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing
  (bsc#1152489).
- commit 76a898b
- NFC: SUSE specific brutal fix for runtime PM (bsc#1185589).
- commit c32c592
- brcmfmac: Add clm_blob firmware files to modinfo (bsc#1186677).
- commit abced70
- x86/fault: Don't send SIGSEGV twice on SEGV_PKUERR
  (bsc#1152489).
- commit e986350
- powerpc/32: Fix boot failure with CONFIG_STACKPROTECTOR
  (jsc#SLE-13847 git-fixes).
- commit c646236
- powerpc/kprobes: Fix validation of prefixed instructions across
  page boundary (jsc#SLE-13847 git-fixes).
- commit 1cefe80
- Refresh patches.suse/cpuidle-pseries-Fixup-CEDE0-latency-only-for-POWER10.patch.
  Update to v4 submission.
- commit 1222430
- config: refresh
- drop PCIE_BW (removed by a backported patch)
- commit 8a54d2d
- fix patches metadata
- fix Patch-mainline:
  patches.suse/NFS-Deal-correctly-with-attribute-generation-counter.patch
  patches.suse/NFS-Don-t-corrupt-the-value-of-pg_bytes_written-in-n.patch
  patches.suse/NFS-Don-t-discard-pNFS-layout-segments-that-are-mark.patch
  patches.suse/NFS-Don-t-gratuitously-clear-the-inode-cache-when-lo.patch
  patches.suse/NFS-Don-t-revalidate-the-directory-permissions-on-a-.patch
  patches.suse/NFS-Fix-an-Oopsable-condition-in-__nfs_pageio_add_re.patch
  patches.suse/NFS-fix-an-incorrect-limit-in-filelayout_decode_layo.patch
  patches.suse/NFSD-Repair-misuse-of-sv_lock-in-5.10.16-rt30.patch
  patches.suse/NFSv4-Don-t-discard-segments-marked-for-return-in-_p.patch
  patches.suse/NFSv4-Fix-a-NULL-pointer-dereference-in-pnfs_mark_ma.patch
  patches.suse/NFSv4-Fix-v4.0-v4.1-SEEK_DATA-return-ENOTSUPP-when-s.patch
  patches.suse/NFSv4.2-Always-flush-out-writes-in-nfs42_proc_falloc.patch
  patches.suse/NFSv4.2-fix-handling-of-sr_eof-in-SEEK-s-reply.patch
  patches.suse/NFSv4.2-fix-return-value-of-_nfs4_get_security_label.patch
  patches.suse/NFSv42-Copy-offload-should-update-the-file-size-when.patch
  patches.suse/SUNRPC-Move-fault-injection-call-sites.patch
  patches.suse/SUNRPC-Set-memalloc_nofs_save-for-sync-tasks.patch
  patches.suse/fs-nfs-Use-fatal_signal_pending-instead-of-signal_pe.patch
  patches.suse/md-Fix-missing-unused-status-line-of-proc-mdstat.patch
  patches.suse/nfsd-register-pernet-ops-last-unregister-first.patch
  patches.suse/pNFS-NFSv4-Fix-a-layout-segment-leak-in-pnfs_layout_.patch
  patches.suse/pNFS-flexfiles-fix-incorrect-size-check-in-decode_nf.patch
  patches.suse/sunrpc-fix-refcount-leak-for-rpc-auth-modules.patch
  patches.suse/svcrdma-disable-timeouts-on-rdma-backchannel.patch
  patches.suse/x86-fix-seq_file-iteration-for-pat-memtype.c.patch
  patches.suse/xprtrdma-Avoid-Receive-Queue-wrapping.patch
  patches.suse/xprtrdma-rpcrdma_mr_pop-already-does-list_del_init.patch
- commit 08c81db
- fix patch metadata
- fix Patch-mainline:
  patches.suse/pm-sleep-add-pm_debug_messages-kernel-command-line-option.patch
- commit 9d4ad2b
- kABI workaround for struct lis3lv02d change (git-fixes).
- commit b20df4c
- dmaengine: idxd: Use cpu_feature_enabled() (git-fixes).
- ALSA: hda: update the power_state during the direct-complete
  (git-fixes).
- drm/amdgpu: Don't query CE and UE errors (git-fixes).
- drm/i915/selftests: Fix return value check in
  live_breadcrumbs_smoketest() (git-fixes).
- serial: 8250_pci: handle FL_NOIRQ board flag (git-fixes).
- drm/amdgpu/jpeg2.0: add cancel_delayed_work_sync before power
  gate (git-fixes).
- drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power
  gate (git-fixes).
- drm/amdkfd: correct sienna_cichlid SDMA RLC register offset
  error (git-fixes).
- drm/amdgpu: stop touching sched.ready in the backend
  (git-fixes).
- ASoC: cs43130: handle errors in cs43130_probe() properly
  (git-fixes).
- Revert "/ASoC: cs43130: fix a NULL pointer dereference"/
  (git-fixes).
- commit f261b0d
- drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power
  gate (git-fixes).
- drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate
  (git-fixes).
- drm/amd/display: Disconnect non-DP with no EDID (git-fixes).
- commit 9592735
- Add No-fix tag to already backported sound fixes
- commit 96fc983
- bus: ti-sysc: Fix flakey idling of uarts and stop using
  swsup_sidle_act (git-fixes).
- i2c: qcom-geni: Suspend and resume the bus during
  SYSTEM_SLEEP_PM ops (git-fixes).
- nfc: fix NULL ptr dereference in llcp_sock_getname() after
  failed connect (git-fixes).
- ALSA: hda/cirrus: Set Initial DMIC volume to -26 dB (git-fixes).
- commit 957e0af
- thermal/drivers/intel: Initialize RW trip to
  THERMAL_TEMP_INVALID (git-fixes).
- serial: rp2: use 'request_firmware' instead of
  'request_firmware_nowait' (git-fixes).
- USB: serial: pl2303: add device id for ADLINK ND-6530 GC
  (git-fixes).
- USB: serial: ti_usb_3410_5052: add startech.com device id
  (git-fixes).
- USB: serial: option: add Telit LE910-S1 compositions 0x7010,
  0x7011 (git-fixes).
- USB: serial: ftdi_sio: add IDs for IDS GmbH Products
  (git-fixes).
- USB: usbfs: Don't WARN about excessively large memory
  allocations (git-fixes).
- serial: max310x: unregister uart driver in case of failure
  and abort (git-fixes).
- Revert "/serial: max310x: pass return value of
  spi_register_driver"/ (git-fixes).
- usb: core: reduce power-on-good delay time of root hub
  (git-fixes).
- commit 5cd70a0
- mei: request autosuspend after sending rx flow control
  (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the Mediacom Winpad
  7.0 W700 tablet (git-fixes).
- platform/x86: intel_punit_ipc: Append MODULE_DEVICE_TABLE for
  ACPI (git-fixes).
- platform/x86: hp-wireless: add AMD's hardware id to the
  supported list (git-fixes).
- platform/x86: hp_accel: Avoid invoking _INI to speed up resume
  (git-fixes).
- media: gspca: properly check for errors in po1030_probe()
  (git-fixes).
- Revert "/media: gspca: Check the return value of write_bridge
  for timeout"/ (git-fixes).
- media: gspca: mt9m111: Check write_bridge for timeout
  (git-fixes).
- Revert "/media: gspca: mt9m111: Check write_bridge for timeout"/
  (git-fixes).
- media: dvb: Add check on sp8870_readreg return (git-fixes).
- commit c7b5e47
- gpio: cadence: Add missing MODULE_DEVICE_TABLE (git-fixes).
- Revert "/media: dvb: Add check on sp8870_readreg"/ (git-fixes).
- libertas: register sysfs groups properly (git-fixes).
- Revert "/libertas: add checks for the return value of
  sysfs_create_group"/ (git-fixes).
- isdn: mISDN: correctly handle ph_info allocation failure in
  hfcsusb_ph_info (git-fixes).
- Revert "/isdn: mISDN: Fix potential NULL pointer dereference
  of kzalloc"/ (git-fixes).
- isdn: mISDNinfineon: check/cleanup ioremap failure correctly
  in setup_io (git-fixes).
- Revert "/isdn: mISDNinfineon: fix potential NULL pointer
  dereference"/ (git-fixes).
- Revert "/media: usb: gspca: add a missed check for
  goto_low_power"/ (git-fixes).
- commit 337d971
- cfg80211: mitigate A-MSDU aggregation attacks (CVE-2020-24588
  bsc#1185861).
- drm/amd/amdgpu: fix a potential deadlock in gpu reset
  (git-fixes).
- drm/amdgpu: Fix a use-after-free (git-fixes).
- drm/amd/amdgpu: fix refcount leak (git-fixes).
- drm/amd/display: Disconnect non-DP with no EDID (git-fixes).
- dmaengine: qcom_hidma: comment platform_driver_register call
  (git-fixes).
- Revert "/dmaengine: qcom_hidma: Check for driver register
  failure"/ (git-fixes).
- char: hpet: add checks after calling ioremap (git-fixes).
- Revert "/char: hpet: fix a missing check of ioremap"/ (git-fixes).
- commit 17141be
- efi: cper: fix snprintf() use in cper_dimm_err_location()
  (git-fixes).
- efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared
  (git-fixes).
- ACPICA: Clean up context mutex during object deletion
  (git-fixes).
- hwmon: (dell-smm-hwmon) Fix index values (git-fixes).
- brcmfmac: properly check for bus register errors (git-fixes).
- Revert "/brcmfmac: add a check for the status of usb_register"/
  (git-fixes).
- ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()
  (git-fixes).
- Revert "/ath6kl: return error code in
  ath6kl_wmi_set_roam_lrssi_cmd()"/ (git-fixes).
- commit d3cc1eb
- Revert "/char: hpet: fix a missing check of ioremap"/ (git-fixes).
- ttyprintk: Add TTY hangup callback (git-fixes).
- commit dac98b4
- kernel-binary.spec.in: build-id check requires elfutils.
- commit 01569b3
- NFSv4: Fix a NULL pointer dereference in
  pnfs_mark_matching_lsegs_return() (git-fixes).
- commit 33829e2
- NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set
  NFS_V4_2 config (git-fixes).
- NFS: Don't corrupt the value of pg_bytes_written in
  nfs_do_recoalesce() (git-fixes).
- NFS: Fix an Oopsable condition in __nfs_pageio_add_request()
  (git-fixes).
- NFS: fix an incorrect limit in filelayout_decode_layout()
  (git-fixes).
- fs/nfs: Use fatal_signal_pending instead of signal_pending
  (git-fixes).
- xprtrdma: rpcrdma_mr_pop() already does list_del_init()
  (git-fixes).
- xprtrdma: Avoid Receive Queue wrapping (git-fixes).
- NFSv4: Don't discard segments marked for return in
  _pnfs_return_layout() (git-fixes).
- NFS: Don't discard pNFS layout segments that are marked for
  return (git-fixes).
- NFSv42: Copy offload should update the file size when
  appropriate (git-fixes).
- SUNRPC: Move fault injection call sites (git-fixes).
- NFSv4.2 fix handling of sr_eof in SEEK's reply (git-fixes).
- pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()
  (git-fixes).
- NFS: Deal correctly with attribute generation counter overflow
  (git-fixes).
- NFSv4.2: Always flush out writes in nfs42_proc_fallocate()
  (git-fixes).
- md: Fix missing unused status line of /proc/mdstat (git-fixes).
- sunrpc: fix refcount leak for rpc auth modules (git-fixes).
- NFSD: Repair misuse of sv_lock in 5.10.16-rt30 (git-fixes).
- svcrdma: disable timeouts on rdma backchannel (git-fixes).
- NFSv4.2: fix return value of _nfs4_get_security_label()
  (git-fixes).
- NFS: Don't gratuitously clear the inode cache when lookup failed
  (git-fixes).
- NFS: Don't revalidate the directory permissions on a lookup
  failure (git-fixes).
- SUNRPC: Set memalloc_nofs_save() for sync tasks (git-fixes).
- x86: fix seq_file iteration for pat.c (git-fixes).
- nfsd: register pernet ops last, unregister first (git-fixes).
- net: fix iteration for sctp transport seq_files (git-fixes).
- pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()
  (git-fixes).
- commit 60296fb
- kernel-binary.spec: Only use mkmakefile when it exists
  Linux 5.13 no longer has a mkmakefile script
- commit b453c7b
- scsi: smartpqi: Remove unused functions (bsc#1186472).
- scsi: smartpqi: Fix device pointer variable reference static
  checker issue (bsc#1186472).
- scsi: smartpqi: Fix blocks_per_row static checker issue
  (bsc#1186472).
- scsi: smartpqi: Update version to 2.1.8-045 (bsc#1186472).
- scsi: smartpqi: Add new PCI IDs (bsc#1186472).
- scsi: smartpqi: Correct system hangs when resuming from
  hibernation (bsc#1186472).
- scsi: smartpqi: Update enclosure identifier in sysfs
  (bsc#1186472).
- scsi: smartpqi: Add additional logging for LUN resets
  (bsc#1186472).
- scsi: smartpqi: Update SAS initiator_port_protocols and
  target_port_protocols (bsc#1186472).
- scsi: smartpqi: Add phy ID support for the physical drives
  (bsc#1186472).
- scsi: smartpqi: Convert snprintf() to scnprintf() (bsc#1186472).
- scsi: smartpqi: Fix driver synchronization issues (bsc#1186472).
- scsi: smartpqi: Update device scan operations (bsc#1186472).
- scsi: smartpqi: Update OFA management (bsc#1186472).
- scsi: smartpqi: Update RAID bypass handling (bsc#1186472).
- scsi: smartpqi: Update suspend/resume and shutdown
  (bsc#1186472).
- scsi: smartpqi: Synchronize device resets with mutex
  (bsc#1186472).
- scsi: smartpqi: Update soft reset management for OFA
  (bsc#1186472).
- scsi: smartpqi: Update event handler (bsc#1186472).
- scsi: smartpqi: Add support for wwid (bsc#1186472).
- scsi: smartpqi: Remove timeouts from internal cmds
  (bsc#1186472).
- scsi: smartpqi: Disable WRITE SAME for HBA NVMe disks
  (bsc#1186472).
- scsi: smartpqi: Add host level stream detection enable
  (bsc#1186472).
- scsi: smartpqi: Add stream detection (bsc#1186472).
- scsi: smartpqi: Align code with oob driver (bsc#1186472).
- scsi: smartpqi: Add support for long firmware version
  (bsc#1186472).
- scsi: smartpqi: Add support for BMIC sense feature cmd and
  feature bits (bsc#1186472).
- scsi: smartpqi: Add support for RAID1 writes (bsc#1186472).
- scsi: smartpqi: Add support for RAID5 and RAID6 writes
  (bsc#1186472).
- scsi: smartpqi: Refactor scatterlist code (bsc#1186472).
- scsi: smartpqi: Refactor aio submission code (bsc#1186472).
- scsi: smartpqi: Add support for new product ids (bsc#1186472).
- scsi: smartpqi: Correct request leakage during reset operations
  (bsc#1186472).
- scsi: smartpqi: Use host-wide tag space (bsc#1186472).
- commit b561ca9
- PM: sleep: Add pm_debug_messages kernel command line option
  (bsc#1186752).
- commit 735920b
- media: dvb: Add check on sp8870_readreg return (git-fixes).
- commit 2133cbd
- blacklist.conf: cosmetic fix
- commit ce72d5a
- media: gspca: properly check for errors in po1030_probe()
  (git-fixes).
- commit 1750a2e
- Revert "/media: gspca: Check the return value of write_bridge
  for timeout"/ (git-fixes).
- commit b97e22b
- media: gspca: mt9m111: Check write_bridge for timeout
  (git-fixes).
- commit 7f3a7f1
- Revert "/media: gspca: mt9m111: Check write_bridge for timeout"/
  (git-fixes).
- commit d087481
- blacklist.conf: depends on PD 3.0 which we don't have and cannot be
  backported
- commit a396f2f
- Update kabi files.
- update from June 2021 maitenance update submission (commit f0fe006fa3e1)
- commit 3b5c05b
- HID: magicmouse: fix NULL-deref on disconnect (git-fixes).
- HID: i2c-hid: fix format string mismatch (git-fixes).
- HID: pidff: fix error return code in hid_pidff_init()
  (git-fixes).
- HID: i2c-hid: Skip ELAN power-on command after reset
  (git-fixes).
- tpm: fix error return code in tpm2_get_cc_attrs_tbl()
  (git-fixes).
- vsock/vmci: log once the failed queue pair allocation
  (git-fixes).
- commit e5695e4
- partitions/ibm: fix non-DASD devices (bsc#1185857 LTC#192526).
- commit 0f96f57
- Fix patches.suse/nvme-multipath-reset-bdev-to-ns-head-when-failover.patch (bsc#1186681)
  The backport for bsc#1182999 bsc#1178378 introduced a bug.  It's not
  possible to use bdget_disk() in nvme_failover_req() as this can run in
  IRQ context and bdget_disk() can sleep.
  Luckily, we don't need to set bdev via bio_set_dev() as we can set
  bi_disk directly.
- commit cee62aa
- Revert "/media: dvb: Add check on sp8870_readreg"/ (git-fixes).
- commit 3655f21
- usb: typec: tcpm: Use LE to CPU conversion when accessing
  msg->header (git-fixes).
- commit f61bf4c
- xen-pciback: redo VF placement in the virtual topology
  (git-fixes).
- commit 323098d
- usb: typec: mux: Fix matching with typec_altmode_desc
  (git-fixes).
- commit 2c2aed2
- Fix patches.suse/nvme-multipath-reset-bdev-to-ns-head-when-failover.patch (bsc#1186681)
  The backport for bsc#1182999 bsc#1178378 introduced a bug.  It's not
  possible to use bdget_disk() in nvme_failover_req() as this can run in
  IRQ context and bdget_disk() can sleep.
  Luckily, we don't need to set bdev via bio_set_dev() as we can set
  bi_disk directly.
  Refresh:
  - patches.suse/nvme-multipath-retry-commands-for-dying-queues.patch
- commit f0fe006
- series.conf: cleanup
- move unsortable patch out of sorted section
  patches.suse/nxp-nci-add-NXP1002-id.patch
- commit d0ca1ba
- Refresh patches.suse/scsi-ibmvfc-Reinit-target-retries.patch.
  Update patch metadata.
- commit e269098
- nxp-i2c: restore includes for kABI (bsc#1185589).
- commit 1786af1
- nxp-nci: add NXP1002 id (bsc#1185589).
- commit 9d43526
- block/genhd: use atomic_t for disk_event->block (bsc#1185497).
- commit 57427b3
- s390/ipl: support NVMe IPL kernel parameters (bsc#1185980
  LTC#192679).
- commit 36a59d3
- x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is
  supported (bsc#1152489).
- commit 1931741
- Update config files: build W1 modules for x86-64, too (bsc#1186672)
  The core w1 and a couple of modules are needed to be in kernel core
  package for Arm (for RPi) while they are put into leap package for
  other archs.
- commit 5ae0be0
- xen-pciback: reconfigure also from backend watch handler
  (git-fixes).
- commit 5795686
- xen-blkback: fix compatibility bug with single page rings
  (git-fixes).
- commit c1a440a
- x86/sev-es: Invalidate the GHCB after completing VMGEXIT
  (bsc#1178134).
- commit 2ed6303
- xen/evtchn: Change irq_info lock to raw_spinlock_t (git-fixes).
- commit 085f359
- tty: serial: ucc_uart: replace qe_io{read,write}* wrappers by
  generic io{read,write}* (git-fixes).
- commit 845115a
- soc: fsl: qe: replace qe_io{read,write}* wrappers by generic
  io{read,write}* (git-fixes).
- commit d4c6a74
- series.conf: cleanup
  update upstream references and resort:
  patches.suse/ipc-mqueue-msg-sem-Avoid-relying-on-a-stack-reference.patch
- commit a8331c9
- nvme: fix deadlock in disconnect during scan_work and/or
  ana_work (git-fixes).
- Refresh
  patches.suse/nvme-fabrics-reject-I-O-to-offline-device.patch.
- commit 4805fdc
- arm64: vdso32: make vdso32 install conditional (git-fixes).
- commit de92552
- blacklist.conf: arm64: add fix for unsupported SOC
- commit 7c4e5f6
- x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patch
  (bsc#1178134).
- commit 61a3120
- nvme: document nvme controller states (git-fixes).
- commit 495f482
- nvme-pci: use simple suspend when a HMB is enabled (git-fixes).
- nvme-pci: make sure write/poll_queues less or equal then cpu
  (git-fixes).
- nvme-pci: align io queue count with allocted nvme_queue in
  (git-fixes).
- nvme-pci: remove last_sq_tail (git-fixes).
- nvme-pci: remove volatile cqes (git-fixes).
- nvme-pci: avoid race between nvme_reap_pending_cqes() and
  nvme_poll() (git-fixes).
- nvme-pci: dma read memory barrier for completions (git-fixes).
- nvme-pci: fix "/slimmer CQ head update"/ (git-fixes).
- nvme-pci: Simplify nvme_poll_irqdisable (git-fixes).
- nvme-pci: Remove two-pass completions (git-fixes).
- nvme-pci: Remove tag from process cq (git-fixes).
- nvme-pci: slimmer CQ head update (git-fixes).
- commit dd74a78
- i2c: s3c2410: fix possible NULL pointer deref on read message
  after write (git-fixes).
- i2c: i801: Don't generate an interrupt on bus reset (git-fixes).
- i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E
  (git-fixes).
- iio: adc: ad7793: Add missing error code in ad7793_setup()
  (git-fixes).
- iio: adc: ad7768-1: Fix too small buffer passed to
  iio_push_to_buffers_with_timestamp() (git-fixes).
- iio: gyro: fxas21002c: balance runtime power in error path
  (git-fixes).
- staging: iio: cdc: ad7746: avoid overwrite of num_channels
  (git-fixes).
- iio: adc: ad7124: Fix potential overflow due to non sequential
  channel numbers (git-fixes).
- iio: adc: ad7124: Fix missbalanced regulator enable / disable
  on error (git-fixes).
- staging: emxx_udc: fix loop in _nbu2ss_nuke() (git-fixes).
- serial: sh-sci: Fix off-by-one error in FIFO threshold register
  setting (git-fixes).
- serial: core: fix suspicious security_locked_down() call
  (git-fixes).
- serial: tegra: Fix a mask operation that is always true
  (git-fixes).
- thunderbolt: dma_port: Fix NVM read buffer bounds and offset
  issue (git-fixes).
- usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()
  (git-fixes).
- USB: trancevibrator: fix control-request direction (git-fixes).
- misc/uss720: fix memory leak in uss720_probe (git-fixes).
- drm/meson: fix shutdown crash when component not probed
  (git-fixes).
- net: usb: fix memory leak in smsc75xx_bind (git-fixes).
- cdrom: gdrom: initialize global variable at init time
  (git-fixes).
- cdrom: gdrom: deallocate struct gdrom_unit fields in
  remove_gdrom (git-fixes).
- Revert "/gdrom: fix a memory leak bug"/ (git-fixes).
- usb: dwc3: gadget: Enable suspend events (git-fixes).
- commit 62c76a6
- blk-mq: Swap two calls in blk_mq_exit_queue() (git-fixes).
- block: Fix three kernel-doc warnings (git-fixes).
- commit e222970
- Rename duplicate patches to their SLE15-SP2 equivalents.
  This is to prepare for the next SLE15-SP2 -> SLE15-SP3 merge.
- commit e32f455
- SUNRPC: More fixes for backlog congestion (bsc#1185428).
- commit c0de1ec
- series.conf: cleanup
- update upstream references and resort:
  patches.suse/nvme-fabrics-decode-host-pathing-error-for-connect.patch
  patches.suse/nvme-fc-short-circuit-reconnect-retries.patch
- whitespace cleanup
- commit 03158d3
- series.conf: cleanup
- fix Patch-mainline and move unsortable patches out of sorted section
  patches.suse/0001-netfilter-conntrack-improve-RST-handling-when-tuple-.patch
  patches.suse/0001-netfilter-conntrack-add-new-sysctl-to-disable-RST-ch.patch
- commit 9d82526
- ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP
  Zbook Fury 17 G8 (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP
  Zbook Fury 15 G8 (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP
  Zbook G8 (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs for HP 855 G8
  (git-fixes).
- ALSA: hda/realtek: Chain in pop reduction fixup for ThinkStation
  P340 (git-fixes).
- ALSA: hda/realtek: the bass speaker can't output sound on Yoga
  9i (git-fixes).
- commit 7ba5be9
- ASoC: cs35l33: fix an error code in probe() (git-fixes).
- ASoC: cs42l42: Regmap must use_single_read/write (git-fixes).
- ALSA: usb-audio: scarlett2: snd_scarlett_gen2_controls_create()
  can be static (git-fixes).
- commit 72126c6
- ALSA: hda/realtek: Headphone volume is controlled by Front mixer
  (git-fixes).
- ALSA: usb-audio: scarlett2: Improve driver startup messages
  (git-fixes).
- ALSA: usb-audio: scarlett2: Fix device hang with ehci-pci
  (git-fixes).
- ALSA: usb-audio: fix control-request direction (git-fixes).
- commit ad502bc
- futex: Make syscall entry points less convoluted (git-fixes).
- futex: Get rid of the val2 conditional dance (git-fixes).
- futex: Do not apply time namespace adjustment on FUTEX_LOCK_PI
  (bsc#1164648).
- futex: Change utime parameter to be 'const ... *' (git-fixes).
- commit c6c39e0
- arm64: kdump: update ppos when reading elfcorehdr (git-fixes).
- arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUAL
  (git-fixes).
- arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory
  (git-fixes).
- arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL)
  (git-fixes).
- arm64: Add missing ISB after invalidating TLB in
  __primary_switch (git-fixes).
- arm64: kexec_file: fix memory leakage in create_dtb() when
  fdt_open_into() fails (git-fixes).
- arm64: link with -z norelro for LLD or aarch64-elf (git-fixes).
- arm64: avoid -Woverride-init warning (git-fixes).
- arm64: link with -z norelro regardless of CONFIG_RELOCATABLE
  (git-fixes).
- Revert "/arm64: vdso: Fix compilation with clang older than 8"/
  (git-fixes).
- ARM64: vdso32: Install vdso32 from vdso_install (git-fixes).
- arm64: ptrace: Use NO_SYSCALL instead of -1 in
  syscall_trace_enter() (git-fixes).
- arm: mm: use __pfn_to_section() to get mem_section (git-fixes).
- commit 4accc73
- Hibernation: Fix Hibernate not blocked in Secure Boot with no EFI secret key
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
  (bsc#1186512)
- commit d15957a
- blacklist.conf: arm64: dts: add fixes
- commit 918cf09
- netfilter: conntrack: add new sysctl to disable RST check
  (bsc#1183947 bsc#1185950).
- commit 54ae065
- blacklist.conf: spi: add a cosmetic fix
- commit 67d8fed
- Revert "/soc: fsl: qe: introduce qe_io{read,write}* wrappers"/
  (git-fixes).
- commit 25de66e
- netfilter: conntrack: improve RST handling when tuple is re-used
  (bsc#1183947 bsc#1185950).
- commit 3e0da56
- netfilter: conntrack: avoid misleading 'invalid' in log message
  (bsc#1183947 bsc#1185950).
- commit 9338bce
- net: enetc: fix link error again (git-fixes).
- commit 0d4ccc0
- blacklist.conf: add misc dt-bindings fixes
  References: git-fixes
- commit fc2fb63
- NFC: nci: fix memory leak in nci_allocate_device (git-fixes).
- commit 2bba556
- scsi: libfc: Avoid invoking response handler twice if ep is
  already completed (bsc#1186573).
- commit 679d56e
- SUNRPC in case of backlog, hand free slots directly to waiting task (bsc#1185428).
- commit 862f15d
- bpf: No need to simulate speculative domain for immediates
  (bsc#1186484,CVE-2021-33200).
- bpf: Fix mask direction swap upon off reg sign change
  (bsc#1186484,CVE-2021-33200).
- bpf: Wrap aux data inside bpf_sanitize_info container
  (bsc#1186484,CVE-2021-33200).
- commit fc0b52a
- Update
  patches.suse/powerpc-64s-Fix-crashes-when-toggling-entry-flush-ba.patch
  (bsc#1177666 git-fixes bsc#1186460 ltc#192531).
- Update
  patches.suse/powerpc-64s-Fix-crashes-when-toggling-stf-barrier.patch
  (bsc#1087082 git-fixes bsc#1186460 ltc#192531).
- commit ce0ebfb
- ceph: fix inode leak on getattr error in __fh_to_dentry
  (bsc#1186501).
- ceph: only check pool permissions for regular files
  (bsc#1186501).
- ceph: don't clobber i_snap_caps on non-I_NEW inode
  (bsc#1186501).
- ceph: fix up error handling with snapdirs (bsc#1186501).
- commit 7d20748
- hv_netvsc: Reset the RSC count if NVSP_STAT_FAIL in
  netvsc_receive() (git-fixes).
- commit 661689a
- uio_hv_generic: Fix another memory leak in error handling paths
  (git-fixes).
- uio_hv_generic: Fix a memory leak in error handling paths
  (git-fixes).
- uio: uio_hv_generic: use devm_kzalloc() for private data alloc
  (git-fixes).
- uio_hv_generic: add missed sysfs_remove_bin_file (git-fixes).
- commit 0e1067b
- ceph: fix inode leak on getattr error in __fh_to_dentry
  (bsc#1186501).
- ceph: only check pool permissions for regular files
  (bsc#1186501).
- ceph: don't clobber i_snap_caps on non-I_NEW inode
  (bsc#1186501).
- ceph: fix up error handling with snapdirs (bsc#1186501).
- commit 7c54637
- nvme-fabrics: decode host pathing error for connect
  (bsc#1179827).
- nvme-fc: short-circuit reconnect retries (bsc#1179827).
- nvme-fc: check sgl supported by target (bsc#1179827).
- commit 97321b0
- scsi: lpfc: Fix bad memory access during VPD DUMP mailbox
  command (bsc#1186451).
- commit 192cba3
- scsi: lpfc: Update lpfc version to 12.8.0.10 (bsc#1186451).
- scsi: lpfc: Reregister FPIN types if ELS_RDF is received from
  fabric controller (bsc#1186451).
- scsi: lpfc: Add a option to enable interlocked ABTS before
  job completion (bsc#1186451).
- scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to
  initialize the SGLs (bsc#1186451).
- scsi: lpfc: Ignore GID-FT response that may be received after
  a link flip (bsc#1186451).
- scsi: lpfc: Fix node handling for Fabric Controller and Domain
  Controller (bsc#1186451).
- scsi: lpfc: Fix Node recovery when driver is handling
  simultaneous PLOGIs (bsc#1186451).
- scsi: lpfc: Add ndlp kref accounting for resume RPI path
  (bsc#1186451).
- scsi: lpfc: Fix "/Unexpected timeout"/ error in direct attach
  topology (bsc#1186451).
- scsi: lpfc: Fix non-optimized ERSP handling (bsc#1186451).
- scsi: lpfc: Fix unreleased RPIs when NPIV ports are created
  (bsc#1186451).
- commit 19dc8b6
- Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONS
  (git-fixes).
- commit 322fe2d
- nvme-fc: clear q_live at beginning of association teardown
  (bsc#1186479).
- commit 6f0e9b4
- RDMA/core: create ib_cm with WQ_MEM_RECLAIM flag (bsc#1183346).
- RDMA/addr: create addr_wq with WQ_MEM_RECLAIM flag
  (bsc#1183346).
- commit 18a82b0
- drm/amdgpu: update sdma golden setting for Navi12 (git-fixes).
- drm/amdgpu: update gc golden setting for Navi12 (git-fixes).
- drm/amdgpu: Fix GPU TLB update error when PAGE_SIZE >
  AMDGPU_PAGE_SIZE (git-fixes).
- drm/i915/gt: Disable HiZ Raw Stall Optimization on broken gen7
  (git-fixes).
- ALSA: hda/realtek: Add fixup for HP Spectre x360 15-df0xxx
  (git-fixes).
- ALSA: hda: fixup headset for ASUS GU502 laptop (git-fixes).
- commit b2fab88
- drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute
  hang (git-fixes).
- ALSA: line6: Fix racy initialization of LINE6 MIDI (git-fixes).
- ALSA: intel8x0: Don't update period unless prepared (git-fixes).
- ALSA: hda/realtek: Add some CLOVE SSIDs of ALC293 (git-fixes).
- ALSA: usb-audio: Validate MS endpoint descriptors (git-fixes).
- ALSA: hda: fixup headset for ASUS GU502 laptop (git-fixes).
- ALSA: hda/realtek: reset eapd coeff to default value for alc287
  (git-fixes).
- leds: lp5523: check return value of lp5xx_read and jump to
  cleanup code (git-fixes).
- Revert "/leds: lp5523: fix a missing check of return value of
  lp55xx_read"/ (git-fixes).
- Bluetooth: SMP: Fail if remote and local public keys are
  identical (git-fixes).
- commit 57f36e1
- net/mlx5: Fix health error state handling (bsc#1186467).
- commit d6aa2d3
- ipmi/watchdog: Stop watchdog timer when the current action is
  'none' (bsc#1184855).
- commit 725c479
- scsi: mpt3sas: Only one vSES is present even when IOC has
  multi vSES (bsc#1185954).
- commit e2e5f3a
- btrfs: fix race between transaction aborts and fsyncs leading
  to use-after-free (bsc#1186441).
- commit fb966c0
- btrfs: fix race when picking most recent mod log operation
  for an old root (bsc#1186439).
- commit 305123c
- btrfs: fix race between transaction aborts and fsyncs leading
  to use-after-free (bsc#1186441).
- commit 9be975d
- btrfs: fix race when picking most recent mod log operation
  for an old root (bsc#1186439).
- commit f318368
- drm/amdgpu/display/dm: add missing parameter documentation
  (git-fixes).
- drm/amdgpu/display: remove redundant continue statement
  (git-fixes).
- Revert "/drm/qxl: do not run release if qxl failed to init"/
  (git-fixes).
- commit d1874da
- platform/x86: intel_int0002_vgpio: Only call enable_irq_wake()
  when using s2idle (git-fixes).
- usb: typec: ucsi: Put fwnode in any case during ->probe()
  (git-fixes).
- security: keys: trusted: fix TPM2 authorizations (git-fixes).
- tpm: acpi: Check eventlog signature before using it (git-fixes).
- tty: serial: lpuart: fix lpuart32_write usage (git-fixes).
- commit 4ed41e4
- mt76: mt7615: fix entering driver-own state on mt7663
  (git-fixes).
- mt76: mt7915: fix txpower init for TSSI off chips (git-fixes).
- mt76: mt76x0: disable GTK offloading (git-fixes).
- mt76: mt7615: support loading EEPROM for MT7613BE (git-fixes).
- platform/x86: intel_pmt_crashlog: Fix incorrect macros
  (git-fixes).
- pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage
  (git-fixes).
- commit 6b07d97
- KEYS: trusted: Fix memory leak on object td (git-fixes).
- iwlwifi: pcie: make cfg vs. trans_cfg more robust (git-fixes).
- media: saa7146: use sg_dma_len when building pgtable
  (git-fixes).
- media: saa7134: use sg_dma_len when building pgtable
  (git-fixes).
- intel_th: pci: Add Alder Lake-M support (git-fixes).
- intel_th: pci: Add Rocket Lake CPU support (git-fixes).
- KEYS: trusted: Fix TPM reservation for seal/unseal (git-fixes).
- gpu/xen: Fix a use after free in xen_drm_drv_init (git-fixes).
- commit 2d606fa
- drm/i915: Read C0DRB3/C1DRB3 as 16 bits again (git-fixes).
- drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2
  (git-fixes).
- drm/i915/display: fix compiler warning about array overrun
  (git-fixes).
- drm/amdgpu: Add mem sync flag for IB allocated by SA
  (git-fixes).
- drm/amd/display: add handling for hdcp2 rx id list validation
  (git-fixes).
- drm/amd/display: Try YCbCr420 color when YCbCr444 fails
  (git-fixes).
- drm/amd/display: Fix UBSAN: shift-out-of-bounds warning
  (git-fixes).
- fbmem: add margin check to fb_check_caps() (git-fixes).
- commit 1d7d2f2
- drm/amd/display: Fix debugfs link_settings entry (git-fixes).
- drm/amd/display: DCHUB underflow counter increasing in some
  scenarios (git-fixes).
- drm/amd/pm: fix workload mismatch on vega10 (git-fixes).
- drm/amdkfd: Fix UBSAN shift-out-of-bounds warning (git-fixes).
- drm/amdgpu: Fix some unload driver issues (git-fixes).
- drm/amdgpu/display: buffer INTERRUPT_LOW_IRQ_CONTEXT interrupt
  work (git-fixes).
- drm/amd/display: Don't optimize bandwidth before disabling
  planes (git-fixes).
- drm/amd/display: Check for DSC support instead of ASIC revision
  (git-fixes).
- drm/amd/display: changing sr exit latency (git-fixes).
- drm/dp_mst: Set CLEAR_PAYLOAD_ID_TABLE as broadcast (git-fixes).
- commit f3698a5
- dmaengine: idxd: fix cdev setup and free device lifetime issues
  (git-fixes).
- dmaengine: idxd: removal of pcim managed mmio mapping
  (git-fixes).
- dmaengine: idxd: cleanup pci interrupt vector allocation
  management (git-fixes).
- dmaengine: idxd: fix dma device lifetime (git-fixes).
- drm/dp_mst: Revise broadcast msg lct & lcr (git-fixes).
- drm/ast: Fix invalid usage of AST_MAX_HWC_WIDTH in cursor
  atomic_check (git-fixes).
- drm/qxl: do not run release if qxl failed to init (git-fixes).
- drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing
  'field overwritten' issue (git-fixes).
- drm/komeda: Fix bit check to import to value of proper type
  (git-fixes).
- commit 7955989
- ALSA: firewire-lib: fix amdtp_packet tracepoints event for
  packet_index field (git-fixes).
- ALSA: usb-audio: Fix potential out-of-bounce access in MIDI
  EP parser (git-fixes).
- ACPI: PM: Add ACPI ID of Alder Lake Fan (git-fixes).
- ASoC: Intel: sof_sdw: add quirk for new ADL-P Rvp (git-fixes).
- ASoC: rt5670: Add a quirk for the Dell Venue 10 Pro 5055
  (git-fixes).
- ALSA: hda/hdmi: fix race in handling acomp ELD notification
  at resume (git-fixes).
- Bluetooth: btusb: Enable quirk boolean flag for Mediatek Chip
  (git-fixes).
- Bluetooth: Fix incorrect status handling in LE PHY UPDATE event
  (git-fixes).
- commit ea056ec
- scsi: core: Run queue in case of I/O resource contention failure
  (bsc#1186416).
- commit 50bad37
- USB: serial: pl2303: fix line-speed handling on newer chips
  (bsc#1186320).
- USB: serial: pl2303: add support for PL2303HXN (bsc#1186320).
- commit bc4a20a
- mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711 (bsc#1186009)
- commit 8a9d64a
- mmc: sdhci-iproc: Cap min clock frequency on BCM2711 (bsc#1186009)
- commit 1607e2d
- s390/kdump: fix out-of-memory with PCI (bsc#1182257 LTC#191375).
- commit b91dd8c
- PCI/RCEC: Fix RCiEP device to RCEC association (jsc#SLE-13736
  jsc#SLE-14845 git-fixes).
- commit 6922678
- Refresh
  patches.suse/PCI-AER-Add-RCEC-AER-error-injection-support.patch.
  Update to upstream version.
- commit deb7805
- Refresh
  patches.suse/PCI-AER-Add-pcie_walk_rcec-to-RCEC-AER-handling.patch.
  Update to upstream version.
- commit c098a79
- Delete
  patches.suse/PCI-AER-Apply-Function-Level-Reset-to-RCiEP-on-fatal.patch.
- Delete
  patches.suse/PCI-ERR-Limit-AER-resets-in-pcie_do_recovery.patch.
- Delete
  patches.suse/PCI-RCEC-Add-RCiEP-s-linked-RCEC-to-AER-ERR.patch.
  Replaced in upstream by a175102b0a82 (PCI/ERR: Recover from RCEC AER
  errors).
- commit 716aea9
- Update to upstream version.
- commit 21cf7c7
- Refresh
  patches.suse/PCI-AER-Apply-Function-Level-Reset-to-RCiEP-on-fatal.patch.
- Refresh
  patches.suse/PCI-ERR-Avoid-negated-conditional-for-clarity.patch.
- Refresh
  patches.suse/PCI-RCEC-Add-RCiEP-s-linked-RCEC-to-AER-ERR.patch.
- Refresh
  patches.suse/pci-err-add-pci_walk_bridge-to-pcie_do_recovery.
- Refresh patches.suse/pci-err-recover-from-rcec-aer-errors.
- Refresh patches.suse/pci-err-recover-from-rciep-aer-errors.
  Update to upstream version.
- commit 41d7b52
- spi: spi-fsl-dspi: Fix a resource leak in an error handling path
  (git-fixes).
- gpio: xilinx: Correct kernel doc for xgpio_probe() (git-fixes).
- mmc: sdhci-pci-gli: increase 1.8V regulator wait (git-fixes).
- drm/amd/display: Fix two cursor duplication when using overlay
  (git-fixes).
- Input: silead - add workaround for x86 BIOS-es which bring
  the chip up in a stuck state (git-fixes).
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
  instantiated devices (git-fixes).
- PCI: thunder: Fix compile testing (git-fixes).
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
  (git-fixes).
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
  10 Pro 5055 (git-fixes).
- dmaengine: dw-edma: Fix crash on loading/unloading driver
  (git-fixes).
- usb: sl811-hcd: improve misleading indentation (git-fixes).
- pinctrl: ingenic: Improve unreachable code generation
  (git-fixes).
- commit 4488c4d
- firmware: arm_scpi: Prevent the ternary sign expansion bug
  (git-fixes).
- ALSA: dice: fix stream format for TC Electronic Konnekt Live
  at high sampling transfer frequency (git-fixes).
- ALSA: firewire-lib: fix calculation for size of IR context
  payload (git-fixes).
- ALSA: firewire-lib: fix check for the size of isochronous
  packet payload (git-fixes).
- ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro
  (git-fixes).
- ALSA: dice: fix stream format at middle sampling rate for
  Alesis iO 26 (git-fixes).
- platform/mellanox: mlxbf-tmfifo: Fix a memory barrier issue
  (git-fixes).
- ics932s401: fix broken handling of errors when word reading
  fails (git-fixes).
- ASoC: rt286: Generalize support for ALC3263 codec (git-fixes).
- ASoC: rsnd: call rsnd_ssi_master_clk_start() from
  rsnd_ssi_init() (git-fixes).
- commit 309a9af
- ALSA: hda/conexant: Re-order CX5066 quirk table entries
  (git-fixes).
- ASoC: Intel: bytcr_rt5640: Add quirk for the Chuwi Hi8 tablet
  (git-fixes).
- ASoC: rsnd: core: Check convert rate in rsnd_hw_params
  (git-fixes).
- ASoC: Intel: bytcr_rt5640: Enable jack-detect support on Asus
  T100TAF (git-fixes).
- ASoC: rt286: Make RT286_SET_GPIO_* readable and writable
  (git-fixes).
- ALSA: bebob: enable to deliver MIDI messages for multiple ports
  (git-fixes).
- ALSA: rme9652: don't disable if not enabled (git-fixes).
- ALSA: hdspm: don't disable if not enabled (git-fixes).
- ALSA: hdsp: don't disable if not enabled (git-fixes).
- commit 0897647
- usb: core: hub: fix race condition about TRSMRCY of resume
  (git-fixes).
- usb: xhci: Increase timeout for HC halt (git-fixes).
- usb: dwc3: omap: improve extcon initialization (git-fixes).
- cdc-wdm: untangle a circular dependency between callback and
  softint (git-fixes).
- drm/i915: Avoid div-by-zero on gen2 (git-fixes).
- drm/radeon/dpm: Disable sclk switching on Oland when two 4K
  60Hz monitors are connected (git-fixes).
- pinctrl: samsung: use 'int' for register masks in Exynos
  (git-fixes).
- i2c: Add I2C_AQ_NO_REP_START adapter quirk (git-fixes).
- i2c: bail out early when RDWR parameters are wrong (git-fixes).
- drm/amd/display: fixed divide by zero kernel crash during dsc
  enablement (git-fixes).
- drm/amd/display: Force vsync flip when reconfiguring MPCC
  (git-fixes).
- qtnfmac: Fix possible buffer overflow in
  qtnf_event_handle_external_auth (git-fixes).
- wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_join
  (git-fixes).
- wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pkt
  (git-fixes).
- mac80211: clear the beacon's CRC after channel switch
  (git-fixes).
- Bluetooth: check for zapped sk before connecting (git-fixes).
- Bluetooth: initialize skb_queue_head at l2cap_chan_create()
  (git-fixes).
- Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default
  (git-fixes).
- commit 6a99610
- Refresh
  patches.suse/PCI-ERR-Rename-reset_link-to-reset_subordinates.patch.
- Refresh
  patches.suse/pci-err-add-pci_walk_bridge-to-pcie_do_recovery.
- Refresh
  patches.suse/pci-err-retain-status-from-error-notification.
- Refresh
  patches.suse/pci-err-simplify-by-computing-pci_pcie_type-once.
- Refresh
  patches.suse/pci-err-use-bridge-for-clarity-in-pcie_do_recovery.
  Update to upstream version.
- commit b63143d
- Update to upstream version.
- commit c7b5cb5
- PCI/ERR: Bind RCEC devices to the Root Port driver
  (jsc#SLE-13736 jsc#SLE-14845).
- Refresh
  patches.suse/pci-err-simplify-by-computing-pci_pcie_type-once.
- Delete
  patches.suse/PCI-RCEC-Add-RCEC-class-code-and-extended-capability.patch.
- Delete
  patches.suse/PCI-RCEC-Bind-RCEC-devices-to-the-Root-Port-driver.patch.
  Update to upstream version. The two were merged into the one.
- commit 746ca90
- scsi: pm80xx: Fix potential infinite loop (bsc#1186354).
- commit f24fca0
- scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()
  (bsc#1186355).
- scsi: pm80xx: Fix chip initialization failure (bsc#1186354).
- scsi: target: tcmu: Fix use-after-free of se_cmd->priv
  (bsc#1186356).
- scsi: pm80xx: Do not sleep in atomic context (bsc#1186353).
- scsi: aacraid: Improve compat_ioctl handlers (bsc#1186352).
- scsi: target: tcmu: Fix warning: 'page' may be used
  uninitialized (bsc#1186357).
- commit d9c7184
- Update metadata and move to sorted section
  patches.suse/sched-fair-Clear-SMT-siblings-after-determining-the-core-is-not-idle.patch.
  patches.suse/sched-fair-Fix-wrong-cpu-selecting-from-isolated-dom.patch.
  patches.suse/sched-fair-Minimize-concurrent-LBs-between-domain-level.patch.
  patches.suse/sched-fair-Reduce-busy-load-balance-interval.patch.
  patches.suse/sched-fair-Reduce-minimal-imbalance-threshold.patch.
  patches.suse/sched-fair-Relax-constraint-on-task-s-load-during-load-balance.patch.
  patches.suse/sched-fair-Remove-the-force-parameter-of-update_tg_load_avg.patch.
  patches.suse/sched-fair-Simplify-the-work-when-reweighting-entity.patch.
  patches.suse/sched-rt-Disable-RT_RUNTIME_SHARE-by-default.patch.
- commit 9b005f0
- sched/fair: Fix shift-out-of-bounds in load_balance() (git fixes
  (sched)).
- commit c01b809
- s390/dasd: fix hanging DASD driver unbind (bsc#1183932
  LTC#192153).
- commit f5a02db
- genirq/irqdomain: Don't try to free an interrupt that has no (git-fixes)
- commit 6059d03
- sched/fair: Avoid stale CPU util_est value for schedutil in (git-fixes)
- commit 3ca2554
- sched/eas: Don't update misfit status if the task is pinned (git-fixes)
- commit 7849a6f
- posix-timers: Preserve return value in clock_adjtime32() (git-fixes)
- commit 637287d
- hrtimer: Update softirq_expires_next correctly after (git-fixes)
- commit 123b070
- genirq: Disable interrupts for force threaded handlers (git-fixes)
- commit a3b0361
- blacklist.conf: Remove already backported commits.
- commit d6aafa0
- sched/fair: Fix unfairness caused by missing load decay (git-fixes)
- commit 25deacb
- lpfc: Decouple port_template and vport_template (bsc#185032).
- commit 77503a8
- workqueue: Minor follow-ups to the rescuer destruction change
  (bsc#1185911).
- commit 682a642
- workqueue: more destroy_workqueue() fixes (bsc#1185911).
- commit 63656eb
- Re-enable yenta socket driver for x86_64 (bsc#1186349)
  CONFIG_YENTA was mistakenly disabled along with the disablement of
  CONFIG_PCMCIA.  Re-enable the module for keeping the CardBus stuff
  still working, but put it to kernel-*-optional for Leap 15.3.
- commit 1b41019
- ibmvnic: remove default label from to_string switch (bsc#1152457
  ltc#174432 git-fixes).
- commit 5e94000
- series.conf: cleanup
- move submitted patch to "/almost mainline"/ section:
  patches.suse/cpufreq-intel_pstate-Add-Icelake-servers-support-in-.patch
- commit 0ccf9b6
- nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has
  been aborted (bsc#1184259).
- nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
  (bsc#1184259).
- nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
  (bsc#1184259).
- nvme: simplify error logic in nvme_validate_ns() (bsc#1184259).
- commit 56bb69c
- xsk: Respect device's headroom and tailroom on generic xmit path
  (git-fixes).
- commit 7e45682
- smc: disallow TCP_ULP in smc_setsockopt() (git-fixes).
- ethernet:enic: Fix a use after free bug in enic_hard_start_xmit
  (git-fixes).
- RDMA/srpt: Fix error return code in srpt_cm_req_recv()
  (git-fixes).
- RDMA/hns: Delete redundant abnormal interrupt status
  (git-fixes).
- RDMA/hns: Delete redundant condition judgment related to eq
  (git-fixes).
- net, xdp: Update pkt_type if generic XDP changes unicast MAC
  (git-fixes).
- xsk: Respect device's headroom and tailroom on generic xmit path
  (git-fixes).
- commit 7c9514e
- cpufreq: intel_pstate: Add Icelake servers support in no-HWP
  mode (bsc#1185758).
- commit d0a78d0
- bnxt_en: Fix RX consumer index logic in the error path
  (git-fixes).
- commit 75ee727
- i40e: Fix PHY type identifiers for 2.5G and 5G adapters
  (git-fixes).
- i40e: fix the restart auto-negotiation after FEC modified
  (git-fixes).
- i40e: Fix use-after-free in i40e_client_subtask() (git-fixes).
- i40e: fix broken XDP support (git-fixes).
- mlxsw: spectrum_mr: Update egress RIF list before route's action
  (git-fixes).
- net: hns3: disable phy loopback setting in hclge_mac_start_phy
  (git-fixes).
- net: hns3: clear unnecessary reset request in
  hclge_reset_rebuild (git-fixes).
- net: hns3: use netif_tx_disable to stop the transmit queue
  (git-fixes).
- net: hns3: fix for vxlan gpe tx checksum bug (git-fixes).
- net: hns3: add check for HNS3_NIC_STATE_INITED in
  hns3_reset_notify_up_enet() (git-fixes).
- net: hns3: initialize the message content in
  hclge_get_link_mode() (git-fixes).
- net: hns3: fix incorrect configuration for igu_egu_hw_err
  (git-fixes).
- RDMA/qedr: Fix error return code in qedr_iw_connect()
  (jsc#SLE-8215).
- bnxt_en: Fix RX consumer index logic in the error path
  (git-fixes).
- bnxt_en: fix ternary sign extension bug in bnxt_show_temp()
  (git-fixes).
- net: thunderx: Fix unintentional sign extension issue
  (git-fixes).
- cxgb4: Fix unintentional sign extension issues (git-fixes).
- netdevice: Add missing IFF_PHONY_HEADROOM self-definition
  (git-fixes).
- vrf: fix a comment about loopback device (git-fixes).
- net: hns3: Fix for geneve tx checksum bug (git-fixes).
- commit d07ce98
- ethtool: fix missing NLM_F_MULTI flag when dumping
  (bsc#1176447).
- IB/hfi1: Rework AIP and VNIC dummy netdev usage (jsc#SLE-13208).
- RDMA/rtrs-clt: destroy sysfs after removing session from active
  list (jsc#SLE-15176).
- RDMA/mlx5: Fix drop packet rule in egress table (jsc#SLE-15175).
- net/sched: act_ct: fix wild memory access when clearing
  fragments (bsc#1176447).
- nfp: devlink: initialize the devlink port attribute "/lanes"/
  (bsc#1176447).
- selftests: mlxsw: Remove a redundant if statement in
  tc_flower_scale test (bsc#1176774).
- net/mlx5: Fix bit-wise and with zero (jsc#SLE-15172).
- netfilter: conntrack: Make global sysctls readonly in non-init
  netns (bsc#1176447).
- commit 3d16f03
- scsi: fnic: Remove bogus ratelimit messages (bsc#1183249).
- commit ad3d189
- dm rq: fix double free of blk_mq_tag_set in dev remove after
  table load fails (bsc#1185581).
- commit eec9b2b
- Enable CONFIG_PCI_PF_STUB for Nvidia Ampere vGPU support (jsc#SLE-17882
  jsc#ECO-3691)
  Nvidia switched its vGPU mechanism from mdev to SRIOV since Ampere
  architecutre. For the SRIOV implementation, they used pci-pf-stub
  module. We only need to enable CONFIG_PCI_PF_STUB here,
  other dependencies have been enabled already.
- commit 8ab8eb0
- x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guests
  (bsc#1186219).
- commit df8fbad
- nvme: explicitly update mpath disk capacity on revalidation
  (git-fixes).
- commit 71b6570
- nvme: retrigger ANA log update if group descriptor isn't found (git-fixes)
- commit d9afd49
- nvme-tcp: fix misuse of __smp_processor_id with preemption
  (git-fixes).
- dm: avoid filesystem lookup in dm_get_dev_t() (git-fixes).
- nvme: don't intialize hwmon for discovery controllers
  (git-fixes).
- nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT (git-fixes).
- nvme-tcp: Fix possible race of io_work and direct send
  (git-fixes).
- nvme-tcp: fix kconfig dependency warning when !CRYPTO
  (git-fixes).
- blk-iocost: ioc_pd_free() shouldn't assume irq disabled
  (git-fixes).
- nvme: fix controller instance leak (git-fixes).
- nvmet: fix a memory leak (git-fixes).
- block: fix get_max_io_size() (git-fixes).
- nvme-tcp: fix possible hang waiting for icresp response
  (bsc#1179519).
- commit 6431b47
- nvme: fix possible deadlock when I/O is blocked (git-fixes).
- Delete
  patches.suse/nvme-do-not-update-disk-info-for-multipathed-device.patch.
- commit c1000c4
- nvme: define constants for identification values (git-fixes).
- commit ef03dba
- powerpc/64s: Fix crashes when toggling entry flush barrier
  (bsc#1177666 git-fixes).
- powerpc/64s: Fix crashes when toggling stf barrier (bsc#1087082
  git-fixes).
- commit f06d724
- blk-mq: plug request for shared sbitmap (jsc#SLE-15442
  bsc#1180814 ltc#187461 git-fixes).
- commit d041278
- ACPI: PM: s2idle: Drop unused local variables and related code
  (bsc#1185840).
- commit 1fc2033
- Delete
  patches.suse/hwmon-amd_energy-01-add-driver-to-report-energy-counters.patch.
- Delete
  patches.suse/hwmon-amd_energy-02-missing-platform_driver_unregister-on.patch.
- Delete
  patches.suse/hwmon-amd_energy-03-match-for-supported-models.patch.
- Delete
  patches.suse/hwmon-amd_energy-04-move-label-out-of-accumulation-structure.patch.
- Delete
  patches.suse/hwmon-amd_energy-05-optimize-accumulation-interval.patch.
- Delete
  patches.suse/hwmon-amd_energy-06-improve-the-accumulation-logic.patch.
- Delete
  patches.suse/hwmon-amd_energy-07-modify-the-visibility-of-the-counters.patch.
- Delete
  patches.suse/hwmon-amd_energy-08-add-family-19h-model-01h.patch.
- Delete
  patches.suse/hwmon-amd_energy-09-fix-allocation-of-hwmon_channel_info.patch.
  As agreed with Jeffrey Cheung and Darren Davis, after the amd_energy
  driver has been removed from upstream due to a disagreement between AMD
  and the hwmon subsystem maintainer on how to mitigate a hardware
  security vulnerability, we will not include this driver in SLE15-SP3. In
  other words, features SLE-15432 and SLE-14261 are being rejected for
  SP3. They will be evaluated again for SP4 if the upstream situation
  changes by then.
- commit 30a5d69
- usb: pci-quirks: disable D3cold on xhci suspend for s2idle on
  AMD Renoire (bsc#1185840).
- commit 5bd67ef
- ACPI / idle: override c-state latency when not in conformance
  with s0ix (bsc#1185840).
- commit 00d00d3
- ACPI: PM: s2idle: Add missing LPS0 functions for AMD
  (bsc#1185840).
- commit 77d36ca
- ACPI: PM: s2idle: Move x86-specific code to the x86 directory
  (bsc#1185840).
- ACPI: PM: s2idle: Add AMD support to handle _DSM (bsc#1185840).
- commit 240ac31
- fuse: fix write deadlock (bsc#1185573).
- commit f65dbea
- drm/i915/overlay: Fix active retire callback alignment
  (git-fixes).
- commit 6ca3a83
- drm/i915: Wedge the GPU if command parser setup fails
  (git-fixes).
- commit 331f4cc
- drm/amdgpu: remove unused variable from struct amdgpu_bo
  (git-fixes).
- commit e3fca29
- Refresh
  patches.suse/0001-drm-i915-Fix-overlay-frontbuffer-tracking.patch.
  Add Alt-commit for duplicate
- commit af0c5c1
- drm/amd/display: Initialize attribute for hdcp_srm sysfs file
  (git-fixes).
- commit e983a11
- drm/i915: Fix crash in auto_retire (git-fixes).
- commit a0ca792
- drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode
  (git-fixes).
- commit 1530740
- Refresh
  patches.suse/drm-amdgpu-display-restore-AUX_DPHY_TX_CONTROL-for-D.patch.
  Added Alt-commit for duplicate
- commit 9ad673d
- blacklist.conf: 12aca1ce9ee3 drm/msm/disp/dpu1: program 3d_merge only if block is attached
- commit 1e8f219
- nvmet: use new ana_log_size instead the old one (bsc#1178612,
  bsc#1184259, bsc#1186155).
- nvme-multipath: fix double initialization of ANA state
  (bsc#1178612, bsc#1184259, bsc#1186155).
- commit 0df107a
- nvme: add new line after variable declatation (bsc#1184259,
  bsc#1178612, bsc#1186155).
- nvme: don't check nvme_req flags for new req (bsc#1184259,
  bsc#1178612, bsc#1186155).
- nvme: mark nvme_setup_passsthru() inline (bsc#1184259,
  bsc#1178612, bsc#1186155).
- nvme: split init identify into helper (bsc#1184259, bsc#1178612,
  bsc#1186155).
- nvme: rename nvme_init_identify() (bsc#1184259, bsc#1178612,
  bsc#1186155).
- nvme: reduce checks for zero command effects (bsc#1184259,
  bsc#1178612, bsc#1186155).
- nvme: use NVME_CTRL_CMIC_ANA macro (bsc#1184259, bsc#1178612,
  bsc#1186155).
- commit bb55f2e
- powerpc/pseries: warn if recursing into the hcall tracing code
  (bsc#1185110 ltc#192091).
- powerpc/pseries: use notrace hcall variant for H_CEDE idle
  (bsc#1185110 ltc#192091).
- powerpc/pseries: Don't trace hcall tracing wrapper (bsc#1185110
  ltc#192091).
- powerpc/pseries: Fix hcall tracing recursion in pv queued
  spinlocks (bsc#1185110 ltc#192091).
- commit b5b9cb5
- supported.conf: mark usb_otg_fsm as supported (bsc#1185010)
- commit d340e77
- supported.conf: add bsc1185010 dependency
- commit fb8d746
- drm/ingenic: Register devm action to cleanup encoders
  (git-fixes).
- commit 675f1fb
- nvmet: use new ana_log_size instead the old one (bsc#1184259).
  note: the upstream commit msg is misleading, this is an nvme host fix,
  not nvmet.
- commit 99e6038
- drm/ingenic: Fix non-OSD mode (git-fixes).
- commit 6368ef3
- drm/mcde/panel: Inverse misunderstood flag (git-fixes).
- commit e3c909b
- nvme: don't intialize hwmon for discovery controllers
  (bsc#1184259).
- commit c0f763f
- kABI workaround for hci_chan amp field addition (CVE-2021-33034
  bsc#1186111).
- commit 82f4155
- Bluetooth: verify AMP hci_chan before amp_destroy
  (CVE-2021-33034 bsc#1186111).
- commit f6d837e
- USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission check
  (git-fixes).
- tty: moxa: fix TIOCSSERIAL permission check (git-fixes).
- tty: moxa: fix TIOCSSERIAL jiffies conversions (git-fixes).
- tty: amiserial: fix TIOCSSERIAL permission check (git-fixes).
- commit ec86798
- drm/amd/display: Reject non-zero src_y and src_x for video
  planes (git-fixes).
- PCI: Allow VPD access for QLogic ISP2722 (git-fixes).
- cfg80211: scan: drop entry from hidden_list on overflow
  (git-fixes).
- serial: core: return early on unsupported ioctls (git-fixes).
- serial: stm32: fix tx_empty condition (git-fixes).
- serial: stm32: fix incorrect characters on console (git-fixes).
- commit 4d97fe4
- libbpf: Fix signed overflow in ringbuf_process_ring
  (bsc#1177028).
- selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macro (bsc#1177028).
- libbpf: Initialize the bpf_seq_printf parameters array field
  by field (bsc#1177028).
- selftests/bpf: Fix the ASSERT_ERR_PTR macro (bsc#1177028).
- libbpf: Add explicit padding to btf_dump_emit_type_decl_opts
  (bsc#1177028).
- selftests/bpf: Re-generate vmlinux.h and BPF skeletons if
  bpftool changed (bsc#1177028).
- libbpf: Add explicit padding to bpf_xdp_set_link_opts
  (bsc#1177028).
- commit c874e76
- video: hyperv_fb: Add ratelimit on error message (bsc#1185725).
- Drivers: hv: vmbus: Increase wait time for VMbus unload
  (bsc#1185725).
- Drivers: hv: vmbus: Initialize unload_event statically
  (bsc#1185725).
- Drivers: hv: vmbus: Use after free in __vmbus_open()
  (git-fixes).
- drivers: hv: Fix whitespace errors (bsc#1185725).
- Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM
  (git-fixes).
- commit ebeaec2
- iio: tsl2583: Fix division by a zero lux_val (git-fixes).
- iio: gyro: mpu3050: Fix reported temperature value (git-fixes).
- iio: proximity: pulsedlight: Fix rumtime PM imbalance on error
  (git-fixes).
- xhci: Do not use GFP_KERNEL in (potentially) atomic context
  (git-fixes).
- usb: fotg210-hcd: Fix an error message (git-fixes).
- usb: dwc3: gadget: Return success always for kick transfer in
  ep queue (git-fixes).
- usb: dwc2: Fix gadget DMA unmap direction (git-fixes).
- usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel
  Merrifield (git-fixes).
- commit c94cc71
- ipc/mqueue, msg, sem: Avoid relying on a stack reference past
  its expiry (bsc#1185988).
- commit 5e2321a
- perf/amd/uncore: Fix sysfs type mismatch (bsc#1178134).
- commit 54f1b43
- Refresh
  patches.suse/powerpc-kexec_file-Use-current-CPU-info-while-settin.patch.
- commit b3db5e3
- Correct CVE number for a mac80211 fix (CVE-2020-26139 bsc#1186062)
- commit 16457bf
- net/nfc: fix use-after-free llcp_sock_bind/connect
  (CVE-2021-23134 bsc#1186060).
- commit ffbe2a6
- watchdog/softlockup: Remove obsolete check of last reported task
  (bsc#1185982).
- commit 6d9c3a2
- nvmet: seset ns->file when open fails (bsc#1183873).
- commit ca1c5ff
- KVM: s390: fix guarded storage control register handling
  (bsc#1133021).
- commit 6757070
- vgacon: Record video mode changes with VT_RESIZEX (git-fixes).
- hwmon: (occ) Fix poll rate limiting (git-fixes).
- PM / devfreq: Use more accurate returned new_freq as resume_freq
  (git-fixes).
- commit 63ad411
- Update meta data patches.suse/nvme-retrigger-ana-log-update-if-group-descriptor-isn-t.patch
  The patch has been added to mainline. Update the meta data and move it
  into the sorted section.
- commit 7250fb0
- nvme: remove superfluous else in nvme_ctrl_loss_tmo_store
  (bsc#1182378).
- commit f263745
- nvme: Fix NULL dereference for pci nvme controllers
  (bsc#1182378).
- commit cf7170b
- nvme: expose reconnect_delay and ctrl_loss_tmo via sysfs
  (bsc#1182378).
- Refresh patches.suse/nvme-add-kato-sysfs-attribute.patch.
  Context adjustment in kato patch.
- commit 7126f4d
- ath10k kABI workaround for CVE-2020-24588 fix (CVE-2020-24588
  bsc#1185861).
- ath10k: Validate first subframe of A-MSDU before processing
  the list (CVE-2020-26141 bsc#1185863).
- ath10k: Fix TKIP Michael MIC verification for PCIe
  (CVE-2020-26141 bsc#1185863).
- ath10k: drop MPDU which has discard flag set by firmware for
  SDIO (CVE-2020-24588 bsc#1185861).
- ath10k: drop fragments with multicast DA for SDIO
  (CVE-2020-26145 bsc#1185860).
- ath10k: drop fragments with multicast DA for PCIe
  (CVE-2020-26145 bsc#1185860).
- ath10k: add CCMP PN replay protection for fragmented frames
  for PCIe (CVE-2020-26145 bsc#1185860).
- kABI workaround for cfg80211 changes (CVE-2020-24586
  bsc#1185859).
- mac80211: extend protection against mixed key and fragment
  cache attacks (CVE-2020-24586 bsc#1185859).
- mac80211: do not accept/forward invalid EAPOL frames
  (CVE-2020-24587 CVE-2020-24586 bsc#1185863 bsc#1185862
  bsc#1185859).
- mac80211: prevent attacks on TKIP/WEP as well (CVE-2020-24586
  bsc#1185859).
- mac80211: check defrag PN against current frame (CVE-2020-24587
  CVE-2020-24586 bsc#1185863 bsc#1185862 bsc#1185859).
- mac80211: add fragment cache to sta_info (CVE-2020-24587
  CVE-2020-24586 bsc#1185863 bsc#1185859).
- mac80211: drop A-MSDUs on old ciphers (CVE-2020-24587
  CVE-2020-24586 bsc#1185863 bsc#1185862 bsc#1185859).
- mac80211: properly handle A-MSDUs that start with an RFC 1042
  header (CVE-2020-24587 CVE-2020-24586 bsc#1185863 bsc#1185862
  bsc#1185859).
- mac80211: prevent mixed key and fragment cache attacks
  (CVE-2020-24587 CVE-2020-24586 bsc#1185863 bsc#1185862
  bsc#1185859).
- mac80211: assure all fragments are encrypted (CVE-2020-26147
  bsc#1185863 bsc#1185859).
- commit 1aa5a24
- watchdog/softlockup: report the overall time of softlockups
  (bsc#1185982).
- commit 88ee1b3
- watchdog: explicitly update timestamp when reporting softlockup
  (bsc#1185982).
- commit e1f93d5
- watchdog: rename __touch_watchdog() to a better descriptive name
  (bsc#1185982).
- commit c09eacd
- Update to mainline version and move into sorted section:
  patches.suse/scsi-fnic-Use-scsi_host_busy_iter-to-traverse-commands.patch (bsc#1179851)
- commit 5bb3cbc
- scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io()
  (bsc#1179851).
  temporarily disable patches.suse/fnic-use-blk_mq_tagset_busy_iter-to-traverse-commands.patch
- commit da3e4e8
- Update upstream references and move into sorted section:
  patches.suse/scsi-fnic-do-not-call-scsi_done-for-unhandled-commands.patch
- commit 0dfec7c
- ath10k: Validate first subframe of A-MSDU before processing
  the list (CVE-2020-26141 bsc#1185863 bsc#1185987).
- commit ea14c35
- ath10k: Fix TKIP Michael MIC verification for PCIe
  (CVE-2020-26141 bsc#1185863 bsc#1185987).
- commit 4eb2710
- nvme-multipath: fix double initialization of ANA state
  (bsc#1178612, bsc#1184259).
- commit 4aa67c6
- ath10k kABI workaround for CVE-2020-24588 fix (CVE-2020-24588
  bsc#1185861).
- ath10k: drop MPDU which has discard flag set by firmware for
  SDIO (CVE-2020-24588 bsc#1185861).
- ath10k: drop fragments with multicast DA for SDIO
  (CVE-2020-26145 bsc#1185860).
- ath10k: drop fragments with multicast DA for PCIe
  (CVE-2020-26145 bsc#1185860).
- ath10k: add CCMP PN replay protection for fragmented frames
  for PCIe (CVE-2020-26145 bsc#1185860).
- commit e9158ad
- kABI workaround for cfg80211 changes (CVE-2020-24586
  bsc#1185859).
- mac80211: extend protection against mixed key and fragment
  cache attacks (CVE-2020-24586 bsc#1185859).
- mac80211: do not accept/forward invalid EAPOL frames
  (CVE-2020-24587 CVE-2020-24586 bsc#1185863 bsc#1185862
  bsc#1185859).
- mac80211: prevent attacks on TKIP/WEP as well (CVE-2020-24586
  bsc#1185859).
- mac80211: check defrag PN against current frame (CVE-2020-24587
  CVE-2020-24586 bsc#1185863 bsc#1185862 bsc#1185859).
- mac80211: add fragment cache to sta_info (CVE-2020-24587
  CVE-2020-24586 bsc#1185863 bsc#1185859).
- mac80211: drop A-MSDUs on old ciphers (CVE-2020-24587
  CVE-2020-24586 bsc#1185863 bsc#1185862 bsc#1185859).
- mac80211: properly handle A-MSDUs that start with an RFC 1042
  header (CVE-2020-24587 CVE-2020-24586 bsc#1185863 bsc#1185862
  bsc#1185859).
- mac80211: prevent mixed key and fragment cache attacks
  (CVE-2020-24587 CVE-2020-24586 bsc#1185863 bsc#1185862
  bsc#1185859).
- mac80211: assure all fragments are encrypted (CVE-2020-26147
  bsc#1185863 bsc#1185859).
- commit e747a3d
- ftrace: Handle commands when closing set_ftrace_filter file
  (git-fixes).
- commit 7c0272c
- tracing: Map all PIDs to command lines (git-fixes).
- commit ed170f4
- ibmvfc: Reinit target retries (bsc#1185938 ltc#192043).
- ibmvfc: Avoid move login if fast fail is enabled (bsc#1185938
  ltc#192043).
- ibmvfc: Handle move login failure (bsc#1185938 ltc#192043).
- commit 0d8166b
- xhci: fix potential array out of bounds with several
  interrupters (git-fixes).
- xhci: check control context is valid before dereferencing it
  (git-fixes).
- commit c3f83a0
- usb: gadget: dummy_hcd: fix gpf in gadget_setup (git-fixes).
- usb: core: hub: Fix PM reference leak in usb_port_resume()
  (git-fixes).
- usb: musb: fix PM reference leak in musb_irq_work() (git-fixes).
- usb: xhci: Fix port minor revision (git-fixes).
- usb: gadget: f_uac1: validate input parameters (git-fixes).
- usb: gadget: f_uac2: validate input parameters (git-fixes).
- usb: gadget/function/f_fs string table fix for multiple
  languages (git-fixes).
- usb: webcam: Invalid size of Processing Unit Descriptor
  (git-fixes).
- commit 4c3dc8b
- power: supply: s3c_adc_battery: fix possible use-after-free
  in s3c_adc_bat_remove() (git-fixes).
- power: supply: generic-adc-battery: fix possible use-after-free
  in gab_remove() (git-fixes).
- power: supply: Use IRQF_ONESHOT (git-fixes).
- spi: qup: fix PM reference leak in spi_qup_remove() (git-fixes).
- spi: omap-100k: Fix reference leak to master (git-fixes).
- spi: dln2: Fix reference leak to master (git-fixes).
- spi: ath79: remove spi-master setup and cleanup assignment
  (git-fixes).
- spi: ath79: always call chipselect function (git-fixes).
- usb: gadget: uvc: add bInterval checking for HS mode
  (git-fixes).
- tty: fix memory leak in vc_deallocate (git-fixes).
- commit fbbea32
- mmc: block: Update ext_csd.cache_ctrl if it was written
  (git-fixes).
- mmc: sdhci-pci: Fix initialization of some SD cards for Intel
  BYT-based controllers (git-fixes).
- mmc: sdhci-pci: Add PCI IDs for Intel LKF (git-fixes).
- mmc: sdhci: Check for reset prior to DMA address unmap
  (git-fixes).
- mmc: core: Set read only for SD cards with permanent write
  protect bit (git-fixes).
- PCI: PM: Do not read power state in pci_enable_device_flags()
  (git-fixes).
- phy: phy-twl4030-usb: Fix possible use-after-free in
  twl4030_usb_remove() (git-fixes).
- platform/x86: intel_pmc_core: Don't use global pmcdev in quirks
  (git-fixes).
- commit f8dc44d
- mfd: arizona: Fix rumtime PM imbalance on error (git-fixes).
- mmc: core: Do a power cycle when the CMD11 fails (git-fixes).
- media: dvb-usb: fix memory leak in dvb_usb_adapter_init
  (git-fixes).
- media: platform: sti: Fix runtime PM imbalance in regs_show
  (git-fixes).
- media: i2c: adv7842: fix possible use-after-free in
  adv7842_remove() (git-fixes).
- media: i2c: tda1997: Fix possible use-after-free in
  tda1997x_remove() (git-fixes).
- media: i2c: adv7511-v4l2: fix possible use-after-free in
  adv7511_remove() (git-fixes).
- media: adv7604: fix possible use-after-free in adv76xx_remove()
  (git-fixes).
- media: tc358743: fix possible use-after-free in
  tc358743_remove() (git-fixes).
- commit bddb0b7
- media: em28xx: fix memory leak (git-fixes).
- media: gspca/sq905.c: fix uninitialized variable (git-fixes).
- media: media/saa7164: fix saa7164_encoder_register() memory
  leak bugs (git-fixes).
- media: imx: capture: Return -EPIPE from
  __capture_legacy_try_fmt() (git-fixes).
- media: drivers: media: pci: sta2x11: fix Kconfig dependency
  on GPIOLIB (git-fixes).
- media: ite-cir: check for receive overflow (git-fixes).
- commit f5f8b81
- extcon: arizona: Fix various races on driver unbind (git-fixes).
- extcon: arizona: Fix some issues when HPDET IRQ fires after
  the jack has been unplugged (git-fixes).
- drm/msm/mdp5: Do not multiply vclk line count by 100
  (git-fixes).
- drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotal
  (git-fixes).
- drm/amdgpu: fix NULL pointer dereference (git-fixes).
- drm/amdkfd: Fix cat debugfs hang_hws file causes system crash
  bug (git-fixes).
- drm/vkms: fix misuse of WARN_ON (git-fixes).
- drm/amd/display: fix dml prefetch validation (git-fixes).
- intel_th: Consistency and off-by-one fix (git-fixes).
- fbdev: zero-fill colormap in fbcmap.c (git-fixes).
- commit e59ac4d
- drm/amd/display: Fix UBSAN warning for not a valid value for
  type '_Bool' (git-fixes).
- drm/amdgpu : Fix asic reset regression issue introduce by
  8f211fe8ac7c4f (git-fixes).
- drm/amdgpu: mask the xgmi number of hops reported from psp to
  kfd (git-fixes).
- drm: Added orientation quirk for OneGX1 Pro (git-fixes).
- crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.c
  (git-fixes).
- crypto: stm32/hash - Fix PM reference leak on stm32-hash.c
  (git-fixes).
- crypto: qat - Fix a double free in adf_create_ring (git-fixes).
- crypto: qat - fix error path in adf_isr_resource_alloc()
  (git-fixes).
- commit 4f7d7a0
- clk: socfpga: arria10: Fix memory leak of socfpga_clk on error
  return (git-fixes).
- ata: ahci: Disable SXS for Hisilicon Kunpeng920 (git-fixes).
- amdgpu: avoid incorrect %hu format string (git-fixes).
- crypto: qat - ADF_STATUS_PF_RUNNING should be set after
  adf_dev_init (git-fixes).
- crypto: qat - don't release uninitialized resources (git-fixes).
- crypto: qat - fix unmap invalid dma address (git-fixes).
- crypto: api - check for ERR pointers in crypto_destroy_tfm()
  (git-fixes).
- crypto: mips/poly1305 - enable for all MIPS processors
  (git-fixes).
- commit e379274
- Move upstreamed media fixes into sorted section
- commit 5bae3a8
- bpf: Prevent writable memory-mapping of read-only ringbuf pages
  (bsc#1185640 CVE-2021-3489).
- bpf, ringbuf: Deny reserve of buffers larger than ringbuf
  (bsc#1185640 CVE-2021-3489).
- bpf: Fix alu32 const subreg bound tracking on bitwise operations
  (bsc#1185641 CVE-2021-3490).
- commit c0fa121
- scripts/git_sort/git_sort.py: add bpf git repo
- commit 65979e3
- proc: Avoid mixing integer types in mem_rw() (CVE-2021-3491
  bsc#1185642).
- commit 757f76b
- blacklist: add commit b166a20b0738
  Mainline commit b166a20b0738 ("/net/sctp: fix race condition in
  sctp_destroy_sock"/) was found buggy so that it was reverted by commit
  01bfe5e8e428 ("/Revert "/net/sctp: fix race condition in sctp_destroy_sock"/"/)
  and replaced by a new fix, commit 34e5b0118685 ("/sctp: delay auto_asconf
  init until binding the first addr"/).
- commit 7c2eabc
- sctp: delay auto_asconf init until binding the first addr
  (<cover.1620748346.git.mkubecek@suse.cz>).
- commit cb84c72
- tcp: fix to update snd_wl1 in bulk receiver fast path
  (<cover.1620748346.git.mkubecek@suse.cz>).
- commit 627e2e2
- Update patch reference for BT fix (CVE-2021-32399 bsc#1185898)
- commit 81179ec
- Revert 337f13046ff0 ("/futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op"/) (git-fixes).
- commit 9e8eea0
- series.conf: cleanup
- move a submitted patch to "/almost mainline"/ section
  patches.suse/rtc-pcf2127-handle-timestamp-interrupts.patch
- commit baf1232
- fix patch metadata
- fix Patch-mainline:
  patches.suse/fs-epoll-restore-waking-from-ep_done_scan.patch
- commit 220b548
- series.conf: cleanup
- update upstream references and resort:
  patches.suse/nvme-multipath-reset-bdev-to-ns-head-when-failover.patch
  patches.suse/scsi-lpfc-Fix-DMA-virtual-address-ptr-assignment-in-.patch
  patches.suse/scsi-lpfc-Fix-illegal-memory-access-on-Abort-IOCBs.patch
- commit a062422
- drm/radeon: Avoid power table parsing memory leaks (git-fixes).
- drm/radeon: Fix off-by-one power_state index heap overwrite
  (git-fixes).
- commit dad28e7
- bpf: Fix leakage of uninitialized bpf stack under speculation
  (bsc#1155518).
- bpf: Fix masking negation logic upon negative dst register
  (bsc#1155518).
- commit 876c85a
- bpf: Fix propagation of 32 bit unsigned bounds from 64 bit
  bounds (bsc#1177028).
- commit 26f1fe9
- ALSA: usb-audio: Remove redundant assignment to len (git-fixes).
- ALSA: usb-audio: Generic application of implicit fb to
  Roland/BOSS devices (git-fixes).
- Revert "/ALSA: usb-audio: Add support for many Roland
  devices..."/ (git-fixes).
- ALSA: usb-audio: Re-apply implicit feedback mode to Pioneer
  devices (git-fixes).
- ALSA: usb-audio: Add support for many Roland devices' implicit
  feedback quirks (git-fixes).
- ALSA: usb-audio: Apply implicit feedback mode for BOSS devices
  (git-fixes).
- ALSA: usb-audio: Skip probe of UA-101 devices (git-fixes).
- ALSA: usb-audio: Drop implicit fb quirk entries dubbed for
  capture (git-fixes).
- ALSA: usb-audio: Check connector value on resume (git-fixes).
- ALSA: usb-audio: Carve out connector value checking into a
  helper (git-fixes).
- ALSA: usb-audio: fix Pioneer DJM-850 control label info
  (git-fixes).
- ALSA: usb-audio: Declare Pioneer DJM-850 mixer controls
  (git-fixes).
- ALSA: usb-audio: Add Pioneer DJM-850 to quirks-table
  (git-fixes).
- ALSA: usb-audio: generate midi streaming substream names from
  jack names (git-fixes).
- ALSA: usb-audio: use usb headers rather than define structs
  locally (git-fixes).
- commit 66017db
- ALSA: usb-audio: Add implicit feeback support for the BOSS GT-1
  (git-fixes).
- Refresh
  patches.suse/ALSA-usb-audio-Add-implicit-fb-quirk-for-BOSS-GP-10.patch.
- Refresh
  patches.suse/ALSA-usb-audio-Add-quirk-for-BOSS-AD-10.patch.
- Refresh patches.suse/ALSA-usb-audio-Add-quirk-for-RC-505.patch.
- commit 430c145
- ALSA: hda/realtek: Add fixup for HP OMEN laptop (git-fixes).
- ALSA: hda/realtek: Fix speaker amp on HP Envy AiO 32
  (git-fixes).
- ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA
  (git-fixes).
- ALSA: usb-audio: Add dB range mapping for Sennheiser
  Communications Headset PC 8 (git-fixes).
- ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic
  boost on EliteBook 845 G8 (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G7
  (git-fixes).
- ALSA: hda/realtek: Add quirk for Lenovo Ideapad S740
  (git-fixes).
- commit 0e8dbae
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
  (git-fixes).
- commit cb198d3
- Revert "/i3c master: fix missing destroy_workqueue() on error
  in i3c_master_register"/ (git-fixes).
- ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe
  failure (git-fixes).
- ALSA: hda/realtek: ALC285 Thinkpad jack pin quirk is unreachable
  (git-fixes).
- USB: Add reset-resume quirk for WD19's Realtek Hub (git-fixes).
- USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 Ethernet
  (git-fixes).
- platform/x86: thinkpad_acpi: Correct thermal sensor allocation
  (git-fixes).
- commit 23adf05
- fs/epoll: restore waking from ep_done_scan() (bsc#1183868).
- commit b803549
- iommu/amd: Add support for map/unmap_resource (jsc#ECO-3482).
- commit 7b9e3ca
- s390/pci: fix leak of PCI device structure (git-fixes).
- vfio-pci/zdev: fix possible segmentation fault issue
  (git-fixes).
- s390/zcrypt: return EIO when msg retry limit reached
  (git-fixes).
- commit 5abd9df
- ACPI: custom_method: fix a possible memory leak (git-fixes).
- ACPI: custom_method: fix potential use-after-free issue
  (git-fixes).
- commit 2b51e47
- kernel-docs.spec.in: Build using an utf-8 locale.
  Sphinx cannot handle UTF-8 input in non-UTF-8 locale.
- commit 0db6da1
- md-cluster: fix use-after-free issue when removing rdev
  (bsc#1184082).
- md: split mddev_find (bsc#1184081).
- md: factor out a mddev_find_locked helper from mddev_find
  (bsc#1184081).
- md: md_open returns -EBUSY when entering racing area
  (bsc#1184081).
- md: don't flush workqueue unconditionally in md_open
  (bsc#1184081).
- commit 255ac58
- genirq: Reduce irqdebug cacheline bouncing (bsc#1185703
  ltc#192641).
- commit 54b345b
- PCI: dwc: Move iATU detection earlier (git-fixes).
- PCI: keystone: Let AM65 use the pci_ops defined in
  pcie-designware-host.c (git-fixes).
- thermal: thermal_of: Fix error return code of
  thermal_of_populate_bind_params() (git-fixes).
- commit 48dc8db
- PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc()
  (git-fixes).
- PCI: endpoint: Fix missing destroy_workqueue() (git-fixes).
- PCI/RCEC: Fix RCiEP device to RCEC association (git-fixes).
- PCI: Release OF node in pci_scan_device()'s error path
  (git-fixes).
- thermal/drivers/ti-soc-thermal/bandgap Remove unused variable
  'val' (git-fixes).
- docs: kernel-parameters: Add gpio_mockup_named_lines
  (git-fixes).
- docs: kernel-parameters: Move gpio-mockup for alphabetic order
  (git-fixes).
- commit 6976ceb
- md/raid1: properly indicate failure when ending a failed write
  request (bsc#1185680).
- commit 67fde5a
- s390/entry: save the caller of psw_idle (bsc#1185677).
- commit d82aadb
- rtc: pcf2127: handle timestamp interrupts (bsc#1185495).
- commit f74f90f
- bus: fsl-mc: list more commands as accepted through the ioctl
  (bsc#1185670).
- bus: fsl-mc: add the dpdbg device type (bsc#1185670).
- commit 6325c23
- Update patches.suse/powerpc-eeh-Fix-EEH-handling-for-hugepages-in-iorema.patch
  (bsc#1156395 bsc#1185645 ltc#192576).
- commit b0c1c70
- spi: cadence: set cqspi to the driver_data field of struct
  device (git-fixes).
- commit e8779a2
- i2c: mlxbf: add IRQ check (git-fixes).
- commit 571342e
- fix patch metadata
- fix Patch-mainline:
  patches.suse/mm-memcontrol-fix-cpuhotplug-statistics-flushing.patch
- commit fc7f89c
- Update kabi files.
- update from May 2021 maintenance update submission (commit 0a8fae2b39f2)
- commit 8a0c3f3
- dmaengine: idxd: Fix potential null dereference on pointer
  status (git-fixes).
- commit 287f8f1
- powerpc/kexec_file: Use current CPU info while setting up FDT
  (bsc#1184615 ltc#189835).
- commit 21c8a7e
- Update config files. (bsc#1185010)
- supported.conf:
- commit 8888052
- rpm: drop /usr/bin/env in interpreter specification
  OBS checks don't like /usr/bin/env in script interpreter lines but upstream
  developers tend to use it. A proper solution would be fixing the depedency
  extraction and drop the OBS check error but that's unlikely to happen so
  that we have to work around the problem on our side and rewrite the
  interpreter lines in scripts before collecting files for packages instead.
- commit 45c5c1a
- scsi: smartpqi: Update version to 1.2.16-012 (bsc#1178089).
- scsi: smartpqi: Correct pqi_sas_smp_handler busy condition
  (bsc#1178089).
- scsi: smartpqi: Correct driver removal with HBA disks
  (bsc#1178089).
- commit d9b38b9
- nvme: add 'kato' sysfs attribute (bsc#1179825).
- nvme: sanitize KATO setting (bsc#1179825).
- commit f3a2791
- patches.suse/NFC-nxp-nci-Add-GPIO-ACPI-mapping-table.patch:
  (bsc#1185589).
- commit 4004e31
- patches.suse/NFC-nxp-nci-Convert-to-use-GPIO-descriptor.patch:
  (bsc#1185589).
- commit a3f193f
- patches.suse/NFC-nxp-nci-Get-rid-of-platform-data.patch:
  (bsc#1185589).
- commit 3e24d09
- rtc: ds1307: Fix wday settings for rx8130 (git-fixes).
- mmc: sdhci-of-dwcmshc: fix rpmb access (git-fixes).
- commit d21fbb6
- patches.suse/NFC-nxp-nci-Add-NXP1001-to-the-ACPI-ID-table.patch:
  (bsc#1185589).
- commit 68d285a
- mm: memcontrol: fix cpuhotplug statistics flushing
  (bsc#1185606).
- commit 3bba386
- nvme-multipath: reset bdev to ns head when failover (bsc#178378
  bsc#1182999).
  Refresh:
  - patches.suse/nvme-multipath-retry-commands-for-dying-queues.patch
- commit ee2dc7b
- scripts/git_sort/git_sort.py: Update nvme repositories
- commit e849c44
- blacklist.conf: Add ppc kuap/uaccess fixes not applicable to SP2
- commit 4b4ca8e
- powerpc/eeh: Fix EEH handling for hugepages in ioremap space
  (bsc#1156395).
- powerpc/time: Enable sched clock for irqtime (bsc#1156395).
- commit 5ee4c93
- powerpc/perf: Fix PMU constraint check for EBB events
  (bsc#1065729).
- powerpc/64s: Fix pte update for kernel memory on radix
  (bsc#1055117 git-fixes).
- powerpc/asm-offsets: GPR14 is not needed either (bsc#1065729).
- powerpc/prom: Mark identical_pvr_fixup as __init (bsc#1065729).
- powerpc/fadump: Mark fadump_calculate_reserve_size as __init
  (bsc#1065729).
- commit e08fbf4
- powerpc/perf: Fix the threshold event selection for memory
  events in power10 (jsc#SLE-13513).
- powerpc/perf: Fix sampled instruction type for larx/stcx
  (jsc#SLE-13513).
- powerpc/smp: Reintroduce cpu_core_mask (jsc#SLE-13615
  bsc#1180100 ltc#190257 git-fixes).
- powerpc/xive: Drop check on irq_data in xive_core_debug_show()
  (bsc#1177437 ltc#188522 jsc#SLE-13294 git-fixes).
- powerpc/xmon: Fix build failure for 8xx (jsc#SLE-12936
  git-fixes).
- commit 84bf014
- KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exit
  (bsc#1156395).
- KVM: PPC: Make the VMX instruction emulation routines static
  (bsc#1156395).
- commit 66099c4
- btrfs: fix race between swap file activation and snapshot
  creation (bsc#1185587).
- btrfs: fix race between writes to swap files and scrub
  (bsc#1185586).
- commit fef5517
- btrfs: fix race between swap file activation and snapshot
  creation (bsc#1185587).
- btrfs: fix race between writes to swap files and scrub
  (bsc#1185586).
- commit 517921a
- series.conf: cleanup
- move into "/almost mainline"/ section
  patches.suse/rtc-fsl-ftm-alarm-add-MODULE_TABLE.patch
- commit 75e25e9
- fix patch metadata
- fix Patch-mainline:
  patches.suse/x86-platform-uv-set-section-block-size-for-hubless-architectures.patch
- commit 5cf9a28
- series.conf: cleanup
- update upstream references and resort
  patches.suse/powerpc-mm-Add-cond_resched-while-removing-hpte-mapp.patch
  patches.suse/powerpc-papr_scm-Fix-build-error-due-to-wrong-printf.patch
  patches.suse/powerpc-papr_scm-Implement-support-for-H_SCM_FLUSH-h.patch
  patches.suse/powerpc-pseries-Add-shutdown-to-vio_driver-and-vio_b.patch
  patches.suse/scsi-lpfc-Change-wording-of-invalid-pci-reset-log-me.patch
  patches.suse/scsi-lpfc-Correct-function-header-comments-related-t.patch
  patches.suse/scsi-lpfc-Fix-ADISC-handling-that-never-frees-nodes.patch
  patches.suse/scsi-lpfc-Fix-FLOGI-failure-due-to-accessing-a-freed.patch
  patches.suse/scsi-lpfc-Fix-PLOGI-ACC-to-be-transmit-after-REG_LOG.patch
  patches.suse/scsi-lpfc-Fix-crash-caused-by-switch-reboot.patch
  patches.suse/scsi-lpfc-Fix-dropped-FLOGI-during-pt2pt-discovery-r.patch
  patches.suse/scsi-lpfc-Fix-incorrect-dbde-assignment-when-buildin.patch
  patches.suse/scsi-lpfc-Fix-lpfc_els_retry-possible-null-pointer-d.patch
  patches.suse/scsi-lpfc-Fix-nodeinfo-debugfs-output.patch
  patches.suse/scsi-lpfc-Fix-null-pointer-dereference-in-lpfc_prep_.patch
  patches.suse/scsi-lpfc-Fix-pt2pt-connection-does-not-recover-afte.patch
  patches.suse/scsi-lpfc-Fix-pt2pt-state-transition-causing-rmmod-h.patch
  patches.suse/scsi-lpfc-Fix-reftag-generation-sizing-errors.patch
  patches.suse/scsi-lpfc-Fix-stale-node-accesses-on-stale-RRQ-reque.patch
  patches.suse/scsi-lpfc-Fix-status-returned-in-lpfc_els_retry-erro.patch
  patches.suse/scsi-lpfc-Fix-unnecessary-null-check-in-lpfc_release.patch
  patches.suse/scsi-lpfc-Fix-use-after-free-in-lpfc_els_free_iocb.patch
  patches.suse/scsi-lpfc-Fix-vport-indices-in-lpfc_find_vport_by_vp.patch
  patches.suse/scsi-lpfc-Reduce-LOG_TRACE_EVENT-logging-for-vports.patch
  patches.suse/scsi-lpfc-Update-copyrights-for-12.8.0.7-and-12.8.0..patch
  patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.8.patch
  patches.suse/scsi-qla2xxx-Reserve-extra-IRQ-vectors.patch
  patches.suse/selftests-powerpc-Fix-L1D-flushing-tests-for-Power10.patch
- commit e03aa0a
- ibmvnic: queue reset work in system_long_wq (bsc#1152457
  ltc#174432 git-fixes).
- ibmvnic: improve failover sysfs entry (bsc#1043990 ltc#155681
  git-fixes).
- ibmvnic: print adapter state as a string (bsc#1152457 ltc#174432
  git-fixes).
- ibmvnic: print reset reason as a string (bsc#1152457 ltc#174432
  git-fixes).
- ibmvnic: clean up the remaining debugfs data structures
  (bsc#1065729).
- ibmvnic: remove duplicate napi_schedule call in open function
  (bsc#1065729).
- ibmvnic: remove duplicate napi_schedule call in do_reset
  function (bsc#1065729).
- ibmvnic: avoid calling napi_disable() twice (bsc#1065729).
- commit 5d92f24
- cpuidle/pseries: Fixup CEDE0 latency only for POWER10 onwards
  (bsc#1185550 ltc#192610).
- commit 19688a8
- ima: Free IMA measurement buffer after kexec syscall
  (git-fixes).
- commit 2cf366a
- virtiofs: fix memory leak in virtio_fs_probe() (bsc#1185558).
- commit bc3eb47
- btrfs: fix qgroup data rsv leak caused by falloc failure
  (bsc#1185549).
- commit 210f7a5
- btrfs: track qgroup released data in own variable in
  insert_prealloc_file_extent (bsc#1185549).
- commit 4d34a1c
- ALSA: hda/conexant: Re-order CX5066 quirk table entries
  (git-fixes).
- ASoC: rsnd: check all BUSIF status when error (git-fixes).
- ASoC: wm8960: Remove bitclk relax condition in
  wm8960_configure_sysclk (git-fixes).
- ASoC: samsung: snow: remove useless test (git-fixes).
- ASoC: Intel: boards: sof-wm8804: add check for PLL setting
  (git-fixes).
- drm/i915/gt: Clear CACHE_MODE prior to clearing residuals
  (git-fixes).
- commit 18fa88e
- ALSA: hda/realtek: Remove redundant entry for ALC861
  Haier/Uniwill devices (git-fixes).
- ALSA: hda/realtek: Re-order ALC662 quirk table entries
  (git-fixes).
- ALSA: hda/realtek: Re-order remaining ALC269 quirk table entries
  (git-fixes).
- ALSA: hda/realtek: Re-order ALC269 Lenovo quirk table entries
  (git-fixes).
- ALSA: hda/realtek: Re-order ALC269 Sony quirk table entries
  (git-fixes).
- ALSA: hda/realtek: Re-order ALC269 ASUS quirk table entries
  (git-fixes).
- ALSA: hda/realtek: Re-order ALC269 Dell quirk table entries
  (git-fixes).
- ALSA: hda/realtek: Re-order ALC269 Acer quirk table entries
  (git-fixes).
- ALSA: hda/realtek: Re-order ALC269 HP quirk table entries
  (git-fixes).
- ALSA: hda/realtek: Re-order ALC882 Clevo quirk table entries
  (git-fixes).
- ALSA: hda/realtek: Re-order ALC882 Sony quirk table entries
  (git-fixes).
- ALSA: hda/realtek: Re-order ALC882 Acer quirk table entries
  (git-fixes).
- ALSA: hda/realtek: Add quirk for Intel Clevo PCx0Dx (git-fixes).
- ALSA: hda/cirrus: Use CS8409 filter to fix abnormal sounds on
  Bullseye (git-fixes).
- ALSA: hda/cirrus: Set Initial DMIC volume for Bullseye to -26 dB
  (git-fixes).
- ALSA: sb: Fix two use after free in snd_sb_qsound_build
  (git-fixes).
- ASoC: Intel: kbl_da7219_max98927: Fix kabylake_ssp_fixup
  function (git-fixes).
- ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixer
  (git-fixes).
- ALSA: hda/realtek - Headset Mic issue on HP platform
  (git-fixes).
- ALSA: usb-audio: DJM-750: ensure format is set (git-fixes).
- ALSA: hda/realtek: GA503 use same quirks as GA401 (git-fixes).
- ALSA: hda/realtek: fix mic boost on Intel NUC 8 (git-fixes).
- ALSA: usb-audio: Explicitly set up the clock selector
  (git-fixes).
- ALSA: usb-audio: Add MIDI quirk for Vox ToneLab EX (git-fixes).
- ALSA: hda/cirrus: Make CS8409 driver more generic by using
  fixups (git-fixes).
- ALSA: hda/cirrus: Fix CS42L42 Headset Mic volume control name
  (git-fixes).
- ALSA: hda/cirrus: Cleanup patch_cirrus.c code (git-fixes).
- ALSA: hda/cirrus: Add error handling into CS8409 I2C functions
  (git-fixes).
- ALSA: hda/cirrus: Add Headphone and Headset MIC Volume Control
  (git-fixes).
- ALSA: hda/cirrus: Add jack detect interrupt support from
  CS42L42 companion codec (git-fixes).
- ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42
  companion codec (git-fixes).
- ALSA: usb-audio: Configure Pioneer DJM-850 samplerate
  (git-fixes).
- ALSA: usb-audio: Fix Pioneer DJM devices URB_CONTROL request
  direction to set samplerate (git-fixes).
- ALSA: usb-audio: Add DJM450 to Pioneer format quirk (git-fixes).
- commit 82d06eb
- i2c: sh7760: fix IRQ error path (git-fixes).
- commit e315f49
- pinctrl: core: Fix kernel doc string for pin_get_name()
  (git-fixes).
- pinctrl: Ingenic: Add missing pins to the JZ4770 MAC MII group
  (git-fixes).
- i2c: sh7760: add IRQ check (git-fixes).
- i2c: jz4780: add IRQ check (git-fixes).
- i2c: emev2: add IRQ check (git-fixes).
- commit da2180a
- i2c: cadence: add IRQ check (git-fixes).
- i2c: sprd: fix reference leak when pm_runtime_get_sync fails
  (git-fixes).
- i2c: omap: fix reference leak when pm_runtime_get_sync fails
  (git-fixes).
- i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync
  fails (git-fixes).
- i2c: img-scb: fix reference leak when pm_runtime_get_sync fails
  (git-fixes).
- HID: plantronics: Workaround for double volume key presses
  (git-fixes).
- ASoC: ak5558: correct reset polarity (git-fixes).
- ASoC: simple-card: fix possible uninitialized single_cpu local
  variable (git-fixes).
- ASoC: ak5558: Fix s/show/slow/ typo (git-fixes).
- ASoC: samsung: tm2_wm5110: check of of_parse return value
  (git-fixes).
- ALSA: hda/realtek: fix static noise on ALC285 Lenovo laptops
  (git-fixes).
- ALSA: usb-audio: Fix implicit sync clearance at stopping stream
  (git-fixes).
- ALSA: usb: midi: don't return -ENOMEM when usb_urb_ep_type_check
  fails (git-fixes).
- ALSA: usb-audio: Add error checks for
  usb_driver_claim_interface() calls (git-fixes).
- ALSA: core: remove redundant spin_lock pair in
  snd_card_disconnect (git-fixes).
- drm/i915/gvt: Fix error code in intel_gvt_init_device()
  (git-fixes).
- commit 2b66742
- ath10k: Fix a use after free in ath10k_htc_send_bundle
  (git-fixes).
- mt76: mt7915: fix aggr len debugfs node (git-fixes).
- rtw88: Fix an error code in rtw_debugfs_set_rsvd_page()
  (git-fixes).
- Bluetooth: avoid deadlock between hci_dev->lock and socket lock
  (git-fixes).
- commit 38c8cc4
- net: geneve: modify IP header check in geneve6_xmit_skb and
  geneve_xmit_skb (git-fixes).
- commit f8b6668
- net:nfc:digital: Fix a double free in digital_tg_recv_dep_req
  (git-fixes).
- net: phy: marvell: fix m88e1111_set_downshift (git-fixes).
- net: phy: marvell: fix m88e1011_set_downshift (git-fixes).
- net: phy: intel-xway: enable integrated led functions
  (git-fixes).
- ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock
  without lock (git-fixes).
- ath9k: Fix error check in ath9k_hw_read_revisions() for PCI
  devices (git-fixes).
- mac80211: bail out if cipher schemes are invalid (git-fixes).
- rtw88: Fix array overrun in rtw_get_tx_power_params()
  (git-fixes).
- rsi: Use resume_noirq for SDIO (git-fixes).
- ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()
  (git-fixes).
- rtlwifi: 8821ae: upgrade PHY and RF parameters (git-fixes).
- mt7601u: fix always true expression (git-fixes).
- liquidio: Fix unintented sign extension of a left shift of a
  u16 (git-fixes).
- nfc: pn533: prevent potential memory corruption (git-fixes).
- commit 4c3b252
- rpm/constraints.in: bump disk space to 45GB on riscv64
- commit f8b883f
- scsi: qla2xxx: Reuse existing error handling path (bsc#1185491).
- scsi: qla2xxx: Remove unneeded if-null-free check (bsc#1185491).
- scsi: qla2xxx: Update version to 10.02.00.106-k (bsc#1185491).
- scsi: qla2xxx: Do logout even if fabric scan retries got
  exhausted (bsc#1185491).
- scsi: qla2xxx: Update default AER debug mask (bsc#1185491).
- scsi: qla2xxx: Fix mailbox recovery during PCIe error
  (bsc#1185491).
- scsi: qla2xxx: Fix crash in PCIe error handling (bsc#1185491).
- scsi: qla2xxx: Fix RISC RESET completion polling (bsc#1185491).
- scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()
  (bsc#1185491).
- scsi: qla2xxx: Fix use after free in bsg (bsc#1185491).
- scsi: qla2xxx: Consolidate zio threshold setting for both FCP &
  NVMe (bsc#1185491).
- scsi: qla2xxx: Fix stuck session (bsc#1185491).
- scsi: qla2xxx: Add H:C:T info in the log message for fc ports
  (bsc#1185491).
- scsi: qla2xxx: Fix IOPS drop seen in some adapters
  (bsc#1185491).
- scsi: qla2xxx: Check kzalloc() return value (bsc#1185491).
- scsi: qla2xxx: Always check the return value of
  qla24xx_get_isp_stats() (bsc#1185491).
- scsi: qla2xxx: Simplify qla8044_minidump_process_control()
  (bsc#1185491).
- scsi: qla2xxx: Suppress Coverity complaints about dseg_r*
  (bsc#1185491).
- scsi: qla2xxx: Fix endianness annotations (bsc#1185491).
- scsi: qla2xxx: Constify struct qla_tgt_func_tmpl (bsc#1185491).
- scsi: qla2xxx: Use dma_pool_zalloc() (bsc#1185491).
- scsi: qla2xxx: Fix a couple of misdocumented functions
  (bsc#1185491).
- scsi: qla2xxx: Fix incorrectly named function
  qla8044_check_temp() (bsc#1185491).
- scsi: qla2xxx: Fix a couple of misnamed functions (bsc#1185491).
- scsi: qla2xxx: Fix some incorrect formatting/spelling issues
  (bsc#1185491).
- scsi: qla2xxx: Replace __qla2x00_marker()'s missing underscores
  (bsc#1185491).
- scsi: qla2xxx: Fix broken #endif placement (bsc#1185491).
- scsi: qla2xxx: Simplify if statement (bsc#1185491).
- scsi: qla2xxx: Simplify the calculation of variables
  (bsc#1185491).
- scsi: qla2xxx: Fix some memory corruption (bsc#1185491).
- scsi: qla2xxx: Remove redundant NULL check (bsc#1185491).
- scsi: qla2xxx: Remove unnecessary NULL check (bsc#1185491).
- scsi: qla2xxx: Assign boolean values to a bool variable
  (bsc#1185491).
- scsi: qla2xxx: fc_remote_port_chkready() returns a SCSI result
  value (bsc#1185491).
- scsi: qla2xxx: Update version to 10.02.00.105-k (bsc#1185491).
- scsi: qla2xxx: Enable NVMe CONF (BIT_7) when enabling SLER
  (bsc#1185491).
- scsi: qla2xxx: Fix mailbox Ch erroneous error (bsc#1185491).
- scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMe
  (bsc#1185491).
- scsi: qla2xxx: Move some messages from debug to normal log level
  (bsc#1185491).
- scsi: qla2xxx: Add error counters to debugfs node (bsc#1185491).
- scsi: qla2xxx: Implementation to get and manage host, target
  stats and initiator port (bsc#1185491).
- commit db29123
- Remove patches.suse/scsi-qla2xxx-Make-sure-that-aborted-commands-are-fre.patch
  Upstream commit 39c0c8553bfb ("/scsi: Revert "/qla2xxx: Make sure that
  aborted commands are freed"/"/) reverts the patch.
- commit 311c2c6
- scsi: lpfc: Fix DMA virtual address ptr assignment in bsg
  (bsc#1185365).
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
  (bsc#1183203).
- scsi: lpfc: Copyright updates for 12.8.0.9 patches
  (bsc#1185472).
- scsi: lpfc: Update lpfc version to 12.8.0.9 (bsc#1185472).
- scsi: lpfc: Eliminate use of LPFC_DRIVER_NAME in lpfc_attr.c
  (bsc#1185472).
- scsi: lpfc: Standardize discovery object logging format
  (bsc#1185472).
- scsi: lpfc: Fix various trivial errors in comments and log
  messages (bsc#1185472).
- scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logic
  (bsc#1185472).
- scsi: lpfc: Fix lpfc_hdw_queue attribute being ignored
  (bsc#1185472).
- scsi: lpfc: Fix missing FDMI registrations after Mgmt Svc login
  (bsc#1185472).
- scsi: lpfc: Fix silent memory allocation failure in
  lpfc_sli4_bsg_link_diag_test() (bsc#1185472).
- scsi: lpfc: Fix use-after-free on unused nodes after port swap
  (bsc#1185472).
- scsi: lpfc: Fix error handling for mailboxes completed in
  MBX_POLL mode (bsc#1185472).
- scsi: lpfc: Fix lack of device removal on port swaps with PRLIs
  (bsc#1185472).
- scsi: lpfc: Fix NMI crash during rmmod due to circular hbalock
  dependency (bsc#1185472).
- scsi: lpfc: Fix reference counting errors in lpfc_cmpl_els_rsp()
  (bsc#1185472).
- scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering
  a LOGO response (bsc#1185472).
- scsi: lpfc: Fix rmmod crash due to bad ring pointers to
  abort_iotag (bsc#1185472).
- scsi: lpfc: Fix gcc -Wstringop-overread warning (bsc#1185472).
- scsi: lpfc: Fix a typo (bsc#1185472).
- scsi: lpfc: Fix kernel-doc formatting issue (bsc#1185472).
- scsi: lpfc: Fix a few incorrectly named functions (bsc#1185472).
- scsi: lpfc: Fix incorrectly documented function
  lpfc_debugfs_commonxripools_data() (bsc#1185472).
- scsi: lpfc: Fix a bunch of misnamed functions (bsc#1185472).
- scsi: lpfc: Fix a bunch of kernel-doc misdemeanours
  (bsc#1185472).
- scsi: lpfc: Fix incorrect naming of __lpfc_update_fcf_record()
  (bsc#1185472).
- scsi: lpfc: Fix formatting and misspelling issues (bsc#1185472).
- scsi: lpfc: Fix a bunch of kernel-doc issues (bsc#1185472).
- scsi: lpfc: Fix some error codes in debugfs (bsc#1185472).
- commit a4fa91e
- series.conf: Resort and update meta data
-  meta data refreshed:
  patches.suse/scsi-lpfc-Change-wording-of-invalid-pci-reset-log-me.patch
  patches.suse/scsi-lpfc-Correct-function-header-comments-related-t.patch
  patches.suse/scsi-lpfc-Fix-ADISC-handling-that-never-frees-nodes.patch
  patches.suse/scsi-lpfc-Fix-FLOGI-failure-due-to-accessing-a-freed.patch
  patches.suse/scsi-lpfc-Fix-PLOGI-ACC-to-be-transmit-after-REG_LOG.patch
  patches.suse/scsi-lpfc-Fix-crash-caused-by-switch-reboot.patch
  patches.suse/scsi-lpfc-Fix-dropped-FLOGI-during-pt2pt-discovery-r.patch
  patches.suse/scsi-lpfc-Fix-incorrect-dbde-assignment-when-buildin.patch
  patches.suse/scsi-lpfc-Fix-lpfc_els_retry-possible-null-pointer-d.patch
  patches.suse/scsi-lpfc-Fix-nodeinfo-debugfs-output.patch
  patches.suse/scsi-lpfc-Fix-null-pointer-dereference-in-lpfc_prep_.patch
  patches.suse/scsi-lpfc-Fix-pt2pt-connection-does-not-recover-afte.patch
  patches.suse/scsi-lpfc-Fix-pt2pt-state-transition-causing-rmmod-h.patch
  patches.suse/scsi-lpfc-Fix-reftag-generation-sizing-errors.patch
  patches.suse/scsi-lpfc-Fix-stale-node-accesses-on-stale-RRQ-reque.patch
  patches.suse/scsi-lpfc-Fix-status-returned-in-lpfc_els_retry-erro.patch
  patches.suse/scsi-lpfc-Fix-unnecessary-null-check-in-lpfc_release.patch
  patches.suse/scsi-lpfc-Fix-use-after-free-in-lpfc_els_free_iocb.patch
  patches.suse/scsi-lpfc-Fix-vport-indices-in-lpfc_find_vport_by_vp.patch
  patches.suse/scsi-lpfc-Reduce-LOG_TRACE_EVENT-logging-for-vports.patch
  patches.suse/scsi-lpfc-Update-copyrights-for-12.8.0.7-and-12.8.0..patch
  patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.8.patch
  patches.suse/scsi-qla2xxx-Reserve-extra-IRQ-vectors.patch
- commit 27785f8
- x86/platform/uv: Set section block size for hubless
  architectures (bsc#1152489).
- commit 47e611e
- rtc: fsl-ftm-alarm: add MODULE_TABLE() (bsc#1185454).
- rtc: fsl-ftm-alarm: update acpi device id (bsc#1185454).
- rtc: fsl-ftm-alarm: fix freeze(s2idle) failed to wake
  (bsc#1185454).
- rtc: fsl-ftm-alarm: report alarm to core (bsc#1185454).
- rtc: fsl-ftm-alarm: enable acpi support (bsc#1185454).
- rtc: fsl-ftm-alarm: avoid struct rtc_time conversions
  (bsc#1185454).
- rtc: fsl-ftm-alarm: switch to rtc_time64_to_tm/rtc_tm_to_time64
  (bsc#1185454).
- rtc: fsl-ftm-alarm: switch to ktime_get_real_seconds
  (bsc#1185454).
- commit 10147b2
- reintroduce cqhci_suspend for kABI (git-fixes).
- commit eb30081
- blk-mq: set default elevator as deadline in case of hctx shared
  tagset (jsc#SLE-15442 bsc#1180814 ltc#187461 git-fixes).
- commit 55cfd5d
- Refresh sorted section.
- commit b0d2a3b
- vfio/mdev: Do not allow a mdev_type to have a NULL parent
  pointer (git-fixes).
- vfio/mdev: Make to_mdev_device() into a static inline
  (git-fixes).
- vfio/pci: Re-order vfio_pci_probe() (git-fixes).
- vfio/pci: Move VGA and VF initialization to functions
  (git-fixes).
- drm/radeon: Fix a missing check bug in radeon_dp_mst_detect()
  (git-fixes).
- drm: xlnx: zynqmp: fix a memset in zynqmp_dp_train()
  (git-fixes).
- drm/probe-helper: Check epoch counter in output_poll_execute()
  (git-fixes).
- drm/amd/display: Fix off by one in hdmi_14_process_transaction()
  (git-fixes).
- drm/panfrost: Don't try to map pages that are already mapped
  (git-fixes).
- drm/panfrost: Clear MMU irqs before handling the fault
  (git-fixes).
- drm/tilcdc: send vblank event when disabling crtc (git-fixes).
- commit fe92c5a
- Fix series.conf sorted section
- commit 6795229
- media: staging/intel-ipu3: Fix race condition during set_fmt
  (git-fixes).
- commit 7053b04
- mmc: mmc_spi: Drop unused NO_IRQ definition (git-fixes).
- mmc: core: Correct descriptions in mmc_of_parse() (git-fixes).
- sata_mv: add IRQ checks (git-fixes).
- pata_ipx4xx_cf: fix IRQ check (git-fixes).
- pata_arasan_cf: fix IRQ check (git-fixes).
- rsxx: remove extraneous 'const' qualifier (git-fixes).
- pinctrl: lewisburg: Update number of pins in community
  (git-fixes).
- net: geneve: check skb is large enough for IPv4/IPv6 header
  (git-fixes).
- commit 8cd08fd
- mfd: lpc_sch: Partially revert "/Add support for Intel Quark
  X1000"/ (git-fixes).
- mfd: stm32-timers: Avoid clearing auto reload register
  (git-fixes).
- mmc: uniphier-sd: Fix a resource leak in the remove function
  (git-fixes).
- mmc: uniphier-sd: Fix an error handling path in
  uniphier_sd_probe() (git-fixes).
- media: staging/intel-ipu3: Fix memory leak in imu_fmt
  (git-fixes).
- media: v4l2-ctrls.c: fix race condition in hdl->requests list
  (git-fixes).
- media: staging/intel-ipu3: Fix set_fmt error handling
  (git-fixes).
- media: dvbdev: Fix memory leak in dvb_media_device_free()
  (git-fixes).
- media: m88rs6000t: avoid potential out-of-bounds reads on arrays
  (git-fixes).
- commit e24fcb3
- drm/omap: fix misleading indentation in pixinc() (git-fixes).
- drm/amdkfd: fix build error with AMD_IOMMU_V2=m (git-fixes).
- media: mantis: remove orphan mantis_core.c (git-fixes).
- media: platform: sunxi: sun6i-csi: fix error return code of
  sun6i_video_start_streaming() (git-fixes).
- media: omap4iss: return error code when omap4iss_get() failed
  (git-fixes).
- gpio: omap: Save and restore sysconfig (git-fixes).
- HID: wacom: Assign boolean values to a bool variable
  (git-fixes).
- HID: alps: fix error return code in alps_input_configured()
  (git-fixes).
- HID: google: add don USB id (git-fixes).
- commit 20a3b3a
- clk: uniphier: Fix potential infinite loop (git-fixes).
- clk: zynqmp: move zynqmp_pll_set_mode out of round_rate callback
  (git-fixes).
- clk: exynos7: Mark aclk_fsys1_200 as critical (git-fixes).
- clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE (git-fixes).
- backlight: journada720: Fix Wmisleading-indentation warning
  (git-fixes).
- ata: libahci_platform: fix IRQ check (git-fixes).
- drm/radeon: fix copy of uninitialized variable back to userspace
  (git-fixes).
- commit f116afa
- scsi: smartpqi: Update version to 1.2.16-012 (bsc#1178089).
- scsi: smartpqi: Correct pqi_sas_smp_handler busy condition
  (bsc#1178089).
- scsi: smartpqi: Correct driver removal with HBA disks
  (bsc#1178089).
- commit 1fed21d
- fix patch metadata
- fix Patch-mainline:
  patches.suse/x86-microcode-check-for-offline-cpus-before-requesting-new-microcode.patch
- commit 86da738
- x86/microcode: Check for offline CPUs before requesting new
  microcode (bsc#1152489).
- commit 720943a
- mmc: cqhci: Add cqhci_deactivate() (git-fixes).
- commit e46a789
- mmc: sdhci-of-dwcmshc: implement specific set_uhs_signaling
  (git-fixes).
- commit 78a20b1
- mmc: sdhci-of-esdhc: make sure delay chain locked for HS400
  (git-fixes).
- commit b9124c1
- mmc: sdhci-of-esdhc: set timeout to max before tuning
  (git-fixes).
- commit 3690227
- mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is true
  (git-fixes).
- commit 23cd005
- mmc: sdhci-pci: Fix SDHCI_RESET_ALL for CQHCI for Intel
  GLK-based controllers (git-fixes).
- Refresh
  patches.suse/mmc-sdhci-pci-Prefer-SDR25-timing-for-High-Speed-mod.patch.
- commit 9dd1a55
- blacklist.conf: prerequisites break kABI
- commit 2c4445c
- mmc: sdhci-of-arasan: Add missed checks for devm_clk_register()
  (git-fixes).
- commit 72c0b64
- Refresh
  patches.suse/perf-x86-intel-uncore-remove-uncore-extra-pci-dev-hswep_pci_pcu_3.patch.
- commit dbaac01
- blacklist.conf: fixes a compiler warning only
- commit 2e1acc1
- blacklist.conf: fixes a compiler warning only
- commit 0566d04
- rpm/constraints.in: remove aarch64 disk size exception
  obs://Kernel:stable/kernel-default/ARM/aarch64 currrently fails:
  installing package kernel-default-livepatch-devel-5.12.0-3.1.g6208a83.aarch64 needs 3MB more space on the / filesystem
  The stats say:
  Maximal used disk space: 31799 Mbyte
  By default, we require 35G. For aarch64 we had an exception to lower
  this limit to 30G there. Drop this exception as it is obviously no
  longer valid.
- commit ee00b50
- x86/crash: Fix crash_setup_memmap_entries() out-of-bounds access
  (bsc#1152489).
- commit 542e5a3
- mtd: spi-nor: Split mt25qu512a (n25q512a) entry into two
  (bsc#1167260).
- mtd: spi-nor: Rename "/n25q512a"/ to "/mt25qu512a (n25q512a)"/
  (bsc#1167260).
- commit 2c1a6eb
- spi: fsl-dspi: fix wrong pointer in suspend/resume
  (bsc#1167260).
- spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs
  (bsc#1167260).
- spi: spi-fsl-dspi: delete EOQ transfer mode (bsc#1167260).
- spi: spi-fsl-dspi: set ColdFire to DMA mode (bsc#1167260).
- spi: fsl-dspi: fix NULL pointer dereference (bsc#1167260).
- spi: fsl-dspi: fix use-after-free in remove path (bsc#1167260).
- spi: spi-fsl-dspi: Initialize completion before possible
  interrupt (bsc#1167260).
- spi: spi-fsl-dspi: Fix external abort on interrupt in resume
  or exit paths (bsc#1167260).
- spi: spi-fsl-dspi: Fix lockup if device is shutdown during
  SPI transfer (bsc#1167260).
- spi: spi-fsl-dspi: Fix lockup if device is removed during SPI
  transfer (bsc#1167260).
- spi: spi-fsl-dspi: Free DMA memory with matching function
  (bsc#1167260).
- spi: spi-fsl-dspi: fix native data copy (bsc#1167260).
- spi: spi-fsl-dspi: Adding shutdown hook (bsc#1167260).
- spi: spi-fsl-dspi: Add support for LS1028A (bsc#1167260).
- commit e0a1590
- blacklist.conf: cosmetic fix
- commit 501d484
- blacklist.conf: breaks kABI
- commit 25e087f
- blacklist.conf: patch is a kABI cleanup
- commit dc817ec
- usb: roles: Call try_module_get() from
  usb_role_switch_find_by_fwnode() (git-fixes).
- commit 1892580
- usb: typec: tps6598x: Fix return value check in tps6598x_probe()
  (git-fixes).
- commit aa90e03
- spi: spi-fsl-dspi: Move invariant configs out of
  dspi_transfer_one_message (bsc#1167260).
- spi: spi-fsl-dspi: Fix interrupt-less DMA mode taking an XSPI
  code path (bsc#1167260).
- spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for
  non-DMA mode (bsc#1167260).
- spi: spi-fsl-dspi: Replace interruptible wait queue with a
  simple completion (bsc#1167260).
- spi: spi-fsl-dspi: Protect against races on
  dspi->words_in_flight (bsc#1167260).
- spi: spi-fsl-dspi: Avoid reading more data than written in
  EOQ mode (bsc#1167260).
- spi: spi-fsl-dspi: Fix bits-per-word acceleration in DMA mode
  (bsc#1167260).
- spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and
  TXDATA (bsc#1167260).
- spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCR
  (bsc#1167260).
- spi: spi-fsl-dspi: fix DMA mapping (bsc#1167260).
- spi: spi-fsl-dspi: Take software timestamp in dspi_fifo_write
  (bsc#1167260).
- spi: spi-fsl-dspi: Use EOQ for last word in buffer even for
  XSPI mode (bsc#1167260).
- spi: spi-fsl-dspi: Optimize dspi_setup_accel for lowest
  interrupt count (bsc#1167260).
- spi: spi-fsl-dspi: Accelerate transfers using larger word size
  if possible (bsc#1167260).
- spi: spi-fsl-dspi: Convert TCFQ users to XSPI FIFO mode
  (bsc#1167260).
- spi: spi-fsl-dspi: Implement .max_message_size method for EOQ
  mode (bsc#1167260).
- spi: spi-fsl-dspi: Rename fifo_{read,write} and
  {tx,cmd}_fifo_write (bsc#1167260).
- spi: spi-fsl-dspi: Add comments around dspi_pop_tx and
  dspi_push_rx functions (bsc#1167260).
- spi: spi-fsl-dspi: Don't mask off undefined bits (bsc#1167260).
- spi: spi-fsl-dspi: Remove unused chip->void_write_data
  (bsc#1167260).
- spi: spi-fsl-dspi: Simplify bytes_per_word gymnastics
  (bsc#1167260).
- spi: spi-fsl-dspi: Make bus-num property optional (bsc#1167260).
- spi: spi-fsl-dspi: Convert the instantiations that support it
  to DMA (bsc#1167260).
- commit 7e2481c
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1184984).
- commit 264efc3
- Revert "/mtd: spi-nor: macronix: Add support for mx25l51245g"/
  (git-fixes).
- firmware: qcom_scm: Fix kernel-doc function names to match
  (git-fixes).
- firmware: qcom_scm: Workaround lack of "/is available"/ call on
  SC7180 (git-fixes).
- firmware: qcom_scm: Reduce locking section for
  __get_convention() (git-fixes).
- firmware: qcom_scm: Make __qcom_scm_is_call_available() return
  bool (git-fixes).
- usb: roles: Call try_module_get() from
  usb_role_switch_find_by_fwnode() (git-fixes).
- usb: typec: tps6598x: Fix return value check in tps6598x_probe()
  (git-fixes).
- usb: xhci-mtk: improve bandwidth scheduling with TT (git-fixes).
- usb: xhci-mtk: remove or operator for setting schedule
  parameters (git-fixes).
- mfd: intel_pmt: Fix nuisance messages and handling of disabled
  capabilities (git-fixes).
- crypto: chelsio - Read rxchannel-id from firmware (git-fixes).
- commit ca30721
- usb: dwc2: Fix hibernation between host and device modes
  (git-fixes).
- usb: dwc2: Fix host mode hibernation exit with remote wakeup
  flow (git-fixes).
- USB: serial: fix return value for unsupported ioctls
  (git-fixes).
- USB: serial: usb_wwan: fix TIOCGSERIAL implementation
  (git-fixes).
- USB: serial: usb_wwan: fix unprivileged TIOCCSERIAL (git-fixes).
- USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversions
  (git-fixes).
- USB: serial: ssu100: fix TIOCGSERIAL implementation (git-fixes).
- commit 4c3112d
- USB: serial: quatech2: fix TIOCGSERIAL implementation
  (git-fixes).
- USB: serial: opticon: fix TIOCGSERIAL implementation
  (git-fixes).
- USB: serial: mos7720: fix TIOCGSERIAL implementation
  (git-fixes).
- USB: serial: f81534: fix TIOCGSERIAL implementation (git-fixes).
- USB: serial: f81232: fix TIOCGSERIAL implementation (git-fixes).
- USB: serial: ark3116: fix TIOCGSERIAL implementation
  (git-fixes).
- USB: CDC-ACM: fix poison/unpoison imbalance (git-fixes).
- usb: dwc3: gadget: Fix START_TRANSFER link state check
  (git-fixes).
- usb: gadget: Fix double free of device descriptor pointers
  (git-fixes).
- usb: typec: tcpm: Honour pSnkStdby requirement during
  negotiation (git-fixes).
- commit 5c40ba7
- USB: cdc-acm: fix TIOCGSERIAL implementation (git-fixes).
- USB: cdc-acm: fix unprivileged TIOCCSERIAL (git-fixes).
- Revert "/USB: cdc-acm: fix rounding error in TIOCSSERIAL"/
  (git-fixes).
- usb: gadget: r8a66597: Add missing null check on return from
  platform_get_resource (git-fixes).
- usb: typec: tcpm: Address incorrect values of tcpm psy for
  fixed supply (git-fixes).
- usb: dwc2: Fix session request interrupt handler (git-fixes).
- USB: gadget: udc: fix wrong pointer passed to IS_ERR() and
  PTR_ERR() (git-fixes).
- usb: gadget: aspeed: fix dma map failure (git-fixes).
- usb: gadget: pch_udc: Revert d3cb25a12138 completely
  (git-fixes).
- usb: gadget: pch_udc: Move pch_udc_init() to satisfy kernel doc
  (git-fixes).
- commit fb519e4
- spi: fsl-lpspi: Fix PM reference leak in
  lpspi_prepare_xfer_hardware() (git-fixes).
- spi: spi-ti-qspi: Free DMA resources (git-fixes).
- soc: aspeed: fix a ternary sign expansion bug (git-fixes).
- usb: gadget: pch_udc: Check for DMA mapping error (git-fixes).
- usb: gadget: pch_udc: Check if driver is present before calling
  - >setup() (git-fixes).
- usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()
  (git-fixes).
- usb: typec: tcpci: Check ROLE_CONTROL while interpreting
  CC_STATUS (git-fixes).
- soundwire: stream: fix memory leak in stream config error path
  (git-fixes).
- soundwire: bus: Fix device found flag correctly (git-fixes).
- commit d16f444
- regulator: Avoid a double 'of_node_get' in
  'regulator_of_get_init_node()' (git-fixes).
- regmap: set debugfs_name to NULL after it is freed (git-fixes).
- mtd: rawnand: gpmi: Fix a double free in gpmi_nand_init
  (git-fixes).
- PM: runtime: Add documentation for pm_runtime_resume_and_get()
  (git-fixes).
- soc: qcom: mdt_loader: Detect truncated read of segments
  (git-fixes).
- soc: qcom: mdt_loader: Validate that p_filesz < p_memsz
  (git-fixes).
- staging: rtl8192u: Fix potential infinite loop (git-fixes).
- node: fix device cleanups in error handling code (git-fixes).
- phy: marvell: ARMADA375_USBCLUSTER_PHY should not default to y,
  unconditionally (git-fixes).
- platform/x86: pmc_atom: Match all Beckhoff Automation baytrail
  boards with critclk_systems DMI table (git-fixes).
- commit ab0d991
- mtd: spinand: core: add missing MODULE_DEVICE_TABLE()
  (git-fixes).
- mtd: rawnand: atmel: Update ecc_stats.corrected counter
  (git-fixes).
- mtd: rawnand: qcom: Return actual error code instead of -ENODEV
  (git-fixes).
- mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()
  (git-fixes).
- mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECC
  (git-fixes).
- mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe()
  (git-fixes).
- mtd: require write permissions for locking and badblock ioctls
  (git-fixes).
- misc: vmw_vmci: explicitly initialize vmci_datagram payload
  (git-fixes).
- misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg
  struct (git-fixes).
- misc: lis3lv02d: Fix false-positive WARN on various HP models
  (git-fixes).
- commit e422d77
- memory: pl353: fix mask of ECC page_size config register
  (git-fixes).
- memory: gpmc: fix out of bounds read and dereference on
  gpmc_cs[] (git-fixes).
- fotg210-udc: Complete OUT requests on short packets (git-fixes).
- fotg210-udc: Don't DMA more than the buffer can take
  (git-fixes).
- staging: fwserial: fix TIOCGSERIAL implementation (git-fixes).
- staging: fwserial: fix TIOCSSERIAL implementation (git-fixes).
- staging: fwserial: fix TIOCSSERIAL permission check (git-fixes).
- staging: fwserial: fix TIOCSSERIAL jiffies conversions
  (git-fixes).
- iio:accel:adis16201: Fix wrong axis assignment that prevents
  loading (git-fixes).
- commit b5d6098
- cpufreq: Kconfig: fix documentation links (git-fixes).
- cpufreq: armada-37xx: Fix determining base CPU frequency
  (git-fixes).
- fotg210-udc: Mask GRP2 interrupts we don't handle (git-fixes).
- fotg210-udc: Remove a dubious condition leading to fotg210_done
  (git-fixes).
- fotg210-udc: Fix EP0 IN requests bigger than two packets
  (git-fixes).
- fotg210-udc: Fix DMA on EP0 for length > max packet size
  (git-fixes).
- firmware: qcom-scm: Fix QCOM_SCM configuration (git-fixes).
- crypto: arm/curve25519 - Move '.fpu' after '.arch' (git-fixes).
- crypto: rng - fix crypto_rng_reset() refcounting when
  !CRYPTO_STATS (git-fixes).
- commit 781f7bc
- cpufreq: armada-37xx: Fix driver cleanup when registration
  failed (git-fixes).
- clk: mvebu: armada-37xx-periph: Fix workaround for switching
  from L1 to L0 (git-fixes).
- clk: mvebu: armada-37xx-periph: Fix switching CPU freq from
  250 Mhz to 1 GHz (git-fixes).
- cpufreq: armada-37xx: Fix the AVS value for load L1 (git-fixes).
- clk: mvebu: armada-37xx-periph: remove .set_parent method for
  CPU PM clock (git-fixes).
- cpufreq: armada-37xx: Fix setting TBG parent for load levels
  (git-fixes).
- ACPI: CPPC: Replace cppc_attr with kobj_attribute (git-fixes).
- bus: qcom: Put child node before return (git-fixes).
- bluetooth: eliminate the potential race condition when removing
  the HCI controller (git-fixes).
- commit d53d421
- spi: spi-fsl-dspi: LS2080A and LX2160A support XSPI mode
  (bsc#1167260).
- spi: spi-fsl-dspi: Parameterize the FIFO size and DMA buffer
  size (bsc#1167260).
- spi: spi-fsl-dspi: Use specific compatible strings for all
  SoC instantiations (bsc#1167260).
- spi: spi-fsl-dspi: Use dma_request_chan() instead
  dma_request_slave_channel() (bsc#1167260).
- spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode
  (bsc#1167260).
- spi: spi-fsl-dspi: Always use the TCFQ devices in poll mode
  (bsc#1167260).
- spi: Introduce dspi_slave_abort() function for NXP's dspi SPI
  driver (bsc#1167260).
- spi: spi-fsl-dspi: Fix race condition in TCFQ/EOQ interrupt
  (bsc#1167260).
- spi: spi-fsl-dspi: Use poll mode in case the platform IRQ is
  missing (bsc#1167260).
- spi: spi-fsl-dspi: Remove impossible to reach error check
  (bsc#1167260).
- spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not ours
  (bsc#1167260).
- spi: spi-fsl-dspi: Reduce indentation level in dspi_interrupt
  (bsc#1167260).
- spi: spi-fsl-dspi: Move dspi_interrupt above
  dspi_transfer_one_message (bsc#1167260).
- spi: spi-fsl-dspi: Fix typos (bsc#1167260).
- spi: spi-fsl-dspi: Use reverse Christmas tree declaration order
  (bsc#1167260).
- spi: spi-fsl-dspi: Replace legacy spi_master names with
  spi_controller (bsc#1167260).
- spi: spi-fsl-dspi: Remove pointless assignment of
  master->transfer to NULL (bsc#1167260).
- spi: spi-fsl-dspi: Remove unused initialization of 'ret'
  in dspi_probe (bsc#1167260).
- spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma()
  (bsc#1167260).
- spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and
  SPI_CTAR_* macros (bsc#1167260).
- spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEAR
  (bsc#1167260).
- spi: spi-fsl-dspi: Use BIT() and GENMASK() macros (bsc#1167260).
- spi: spi-fsl-dspi: Remove unused defines and includes
  (bsc#1167260).
- spi: spi-fsl-dspi: Fix code alignment (bsc#1167260).
- commit 9437971
- spi: spi-fsl-dspi: remove git-fixes
  Remove git-fixes. Prepare to update the driver.
  References: bsc#1167260
- commit 47a4219
- netfilter: x_tables: Use correct memory barriers (bsc#1184208
  CVE-2021-29650).
- commit a2dbe0f
- libnvdimm/region: Fix nvdimm_has_flush() to handle
  ND_REGION_ASYNC (bsc#1184969 git-fixes).
- libnvdimm/label: Return -ENXIO for no slot in __blk_label_update
  (bsc#1185269).
- libnvdimm/namespace: Fix reaping of invalidated
  block-window-namespace labels (bsc#1185269).
- libnvdimm/security: ensure sysfs poll thread woke up and fetch
  updated attr (FATE#325581 git-fixes).
- commit d1f996e
- arm: dts: add imx7d pcf2127 fix to blacklist
- commit d57b89d
- locking/qrwlock: Fix ordering in queued_write_lock_slowpath() (bsc#1185041).
- commit 06bc03e
- Drop i915 patches that caused a regression on IVB (bsc#1184943)
  Deleted:
  patches.suse/drm-i915-gt-Clear-CACHE_MODE-prior-to-clearing-resid.patch
  patches.suse/drm-i915-gt-Flush-before-changing-register-state.patch
  patches.suse/drm-i915-gt-One-more-flush-for-Baytrail-clear-residu.patch
- commit 0a944a4
- rpm/macros.kernel-source: fix KMP failure in %install (bsc#1185244)
- commit 58c17cd
- Revert "/scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()"/
  (bsc#1185038)
  This reverts commit 9b829c278737b522a63301c27e6e947c9ed4accf.
  Reverted upstream.
- commit 73b3872
- net: ll_temac: Handle DMA halt condition caused by buffer
  underrun (git-fixes).
- commit 2c8041a
- net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC
  pressure (git-fixes).
- commit d2da394
- net: ll_temac: Add more error handling of dma_map_single()
  calls (git-fixes).
- commit d046726
- net: ll_temac: Fix race condition causing TX hang (git-fixes).
- commit a6721f5
- net: atlantic: fix out of range usage of active_vlans array
  (git-fixes).
- commit 4472105
- net: atlantic: fix potential error handling (git-fixes).
- commit 972b18c
- net: atlantic: fix use after free kasan warn (git-fixes).
- commit e77e662
- net: stmmac: xgmac: fix missing IFF_MULTICAST checki in
  dwxgmac2_set_filter (git-fixes).
- commit cc72eca
- net: stmmac: fix missing IFF_MULTICAST check in
  dwmac4_set_filter (git-fixes).
- commit 65142f9
- drivers: net: xgene: Fix the order of the arguments of
  'alloc_etherdev_mqs()' (git-fixes).
- commit 96e1f9b
- net: smc911x: Adjust indentation in smc911x_phy_configure
  (git-fixes).
- commit 4801107
- net: tulip: Adjust indentation in {dmfe, uli526x}_init_module
  (git-fixes).
- commit deb82c3
- Refresh patches.kabi/0001-kABI-Fix-kABI-after-EDR-backport.patch.
- commit 79c9348
- rtc: pcf2127: properly set flag WD_CD for rtc chips(pcf2129, pca2129) (bsc#1185233).
- irqchip/ls-extirq: add IRQCHIP_SKIP_SET_WAKE to the irqchip flags (bsc#1185233).
- rtc: pcf2127: only use watchdog when explicitly available (bsc#1185233).
- rtc: pcf2127: fix pcf2127_nvmem_read/write() returns (bsc#1185233).
- rtc: pcf2127: move watchdog initialisation to a separate function (bsc#1185233).
- irqchip/ls-extirq: Add LS1043A, LS1088A external interrupt support (bsc#1185233).
- rtc: pcf2127: fix a bug when not specify interrupts property (bsc#1185233).
- rtc: pcf2127: fix alarm handling (bsc#1185233).
- rtc: pcf2127: add alarm support (bsc#1185233).
- rtc: pcf2127: add pca2129 device id (bsc#1185233).
- rtc: pcf2127: watchdog: handle nowayout feature (bsc#1185233).
- rtc: pcf2127: set regmap max_register (bsc#1185233).
- rtc: pcf2127: remove unnecessary #ifdef (bsc#1185233).
- rtc: pcf2127: let the core handle rtc range (bsc#1185233).
- rtc: pcf2127: handle boot-enabled watchdog feature (bsc#1185233).
- irqchip: Add support for Layerscape external interrupt lines (bsc#1185233).
- rtc: pcf2127: bugfix: watchdog build dependency (bsc#1185233).
- rtc: pcf2127: add tamper detection support (bsc#1185233).
- rtc: pcf2127: add watchdog feature support (bsc#1185233).
- rtc: pcf2127: cleanup register and bit defines (bsc#1185233).
- rtc: pcf2127: convert to devm_rtc_allocate_device (bsc#1185233).
- commit cdccb34
- nvme-fabrics: reject I/O to offline device (bsc#1181161).
- Refresh patches.suse/nvme-fabrics-fix-kato-initialization.patch.
- Refresh
  patches.suse/nvme-fabrics-only-reserve-a-single-tag.patch.
  Context adjustment on the refreshed patches.
- commit a68e30b
- perf/x86/intel/uncore: Remove uncore extra PCI dev
  HSWEP_PCI_PCU_3 (bsc#1184685).
- commit 91f11e3
- blk-settings: align max_sectors on "/logical_block_size"/ boundary
  (bsc#1185195).
- commit e302bd9
- rpm/kernel-obs-build.spec.in: Include essiv with dm-crypt (boo#1183063).
  Previously essiv was part of dm-crypt but now it is separate.
  Include the module in kernel-obs-build when available.
  Fixes: 7cf5b9e26d87 ("/rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup"/)
- commit bd99014
- powerpc/papr_scm: Fix build error due to wrong printf specifier
  (bsc#1184969).
- commit 546dd4c
- kABI: powerpc/pseries: Add shutdown() to vio_driver and vio_bus
  (bsc#1184209 ltc#190917).
- commit 7b3a736
- x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgd
  (bsc#1152489).
- commit 7205cf8
- i40e: Fix sparse errors in i40e_txrx.c (git-fixes).
- igc: reinit_locked() should be called with rtnl_lock
  (git-fixes).
- ice: Account for port VLAN in VF max packet size calculation
  (git-fixes).
- cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size
  same in cxgb4 and ulds (git-fixes).
- commit f18ec94
- net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_meta
  (jsc#SLE-8464).
- commit 43af4d2
- i40e: fix the panic when running bpf in xdpdrv mode (git-fixes).
- i40e: Fix sparse warning: missing error code 'err' (git-fixes).
- i40e: Fix sparse errors in i40e_txrx.c (git-fixes).
- net: hns3: clear VF down state bit before request link status
  (git-fixes).
- net: hns3: Remove un-necessary 'else-if' in the
  hclge_reset_event() (git-fixes).
- i40e: Fix display statistics for veb_tc (git-fixes).
- net/mlx5: Don't request more than supported EQs (git-fixes).
- net/mlx5e: Fix ethtool indication of connector type (git-fixes).
- nfp: flower: ignore duplicate merge hints from FW (git-fixes).
- ethernet/netronome/nfp: Fix a use after free in
  nfp_bpf_ctrl_msg_rx (git-fixes).
- ice: Cleanup fltr list in case of allocation issues (git-fixes).
- ice: Fix for dereference of NULL pointer (git-fixes).
- ice: prevent ice_open and ice_stop during reset (git-fixes).
- ice: Increase control queue timeout (git-fixes).
- cxgb4: avoid collecting SGE_QBASE regs during traffic
  (git-fixes).
- i40e: Fix kernel oops when i40e driver removes VF's (git-fixes).
- i40e: Added Asym_Pause to supported link modes (git-fixes).
- net/mlx5e: Fix error path for ethtool set-priv-flag (git-fixes).
- igb: check timestamp validity (git-fixes).
- igb: Fix duplicate include guard (git-fixes).
- e1000e: Fix duplicate include guard (git-fixes).
- net/qlcnic: Fix a use after free in
  qlcnic_83xx_get_minidump_template (git-fixes).
- e1000e: Fix error handling in e1000_set_d0_lplu_state_82571
  (git-fixes).
- e1000e: add rtnl_lock() to e1000_reset_task (git-fixes).
- igc: Fix Supported Pause Frame Link Setting (git-fixes).
- igc: Fix Pause Frame Advertising (git-fixes).
- igc: reinit_locked() should be called with rtnl_lock
  (git-fixes).
- net/mlx5e: Don't match on Geneve options in case option masks
  are all zero (git-fixes).
- macvlan: macvlan_count_rx() needs to be aware of preemption
  (git-fixes).
- veth: Store queue_mapping independently of XDP prog presence
  (git-fixes).
- net/mlx4_en: update moderation when config reset (git-fixes).
- ixgbe: fail to create xfrm offload of IPsec tunnel mode SA
  (git-fixes).
- net: hns3: fix bug when calculating the TCAM table info
  (git-fixes).
- net: hns3: fix query vlan mask value error for flow director
  (git-fixes).
- ice: Account for port VLAN in VF max packet size calculation
  (git-fixes).
- vxlan: move debug check after netdev unregister (git-fixes).
- i40e: Fix endianness conversions (git-fixes).
- i40e: Fix add TC filter for IPv6 (git-fixes).
- i40e: Fix addition of RX filters after enabling FW LLDP agent
  (git-fixes).
- i40e: Fix overwriting flow control settings during driver
  loading (git-fixes).
- i40e: Add zero-initialization of AQ command structures
  (git-fixes).
- i40e: Fix flow for IPv6 next header (extension header)
  (git-fixes).
- net/mlx4_core: Add missed mlx4_free_cmd_mailbox() (git-fixes).
- cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size
  same in cxgb4 and ulds (git-fixes).
- bnxt_en: reverse order of TX disable and carrier off
  (git-fixes).
- commit 1b80b7a
- ch_ktls: do not send snd_una update to TCB in middle
  (jsc#SLE-15131).
- ch_ktls: tcb close causes tls connection failure
  (jsc#SLE-15131).
- ch_ktls: fix device connection close (jsc#SLE-15131).
- ch_ktls: Fix kernel panic (jsc#SLE-15131).
- net/mlx5e: Fix setting of RS FEC mode (jsc#SLE-15172).
- ixgbe: fix unbalanced device enable/disable in suspend/resume
  (jsc#SLE-13706).
- ethtool: pause: make sure we init driver stats (jsc#SLE-15075).
- netfilter: flowtable: fix NAT IPv6 offload mangling
  (bsc#1176447).
- commit a20dac1
- series.conf: cleanup
- move into correct directory and series.conf section:
  patches.suse/kABI-cover-up-change-in-struct-kvm_arch.patch -> patches.kabi/
- commit 7ead145
- Revert "/rpm/kernel-binary.spec.in: Fix dependency of kernel-*-devel package (bsc#1184514)"/
  This turned out to be a bad idea: the kernel-$flavor-devel package
  must be usable without kernel-$flavor, e.g. at the build of a KMP.
  And this change brought superfluous installation of kernel-preempt
  when a system had kernel-syms (bsc#1185113).
- commit d771304
- patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch: (bsc#865869,bsc#1178418).
  Fix initialization of the the super block for a btrfs specific enhancement
  which we added. The btrfs specific enhancement augmented the super block to
  add support to ustat() and it is only used by btrfs. For that, the super block
  was extended with a new linked list which is only used only in btrfs. The
  initialization of the linked list however was done late, and if any allocation
  fails early on alloc_super() it meant that the WARNING check on free'ing
  it could fail, as the list may be read as not empty. This warning then
  is triggerable when stress testing allocations, and you run out of
  memory. It can happen regardless of the filesystem you use.
  The sget_fc() contention when stress testing with the unshare system
  call reported on bsc#1178418 which leads to a soft lockup is still being
  investigate, however this fixes the kernel warning reproduced when doing
  that stress testing.
- commit 67dd047
- r8169: don't advertise pause in jumbo mode (git-fixes).
- iwlwifi: add support for Qu with AX201 device (git-fixes).
- r8169: tweak max read request size for newer chips also in
  jumbo mtu mode (git-fixes).
- commit 8bacd0f
- virt_wifi: Return micros for BSS TSF values (git-fixes).
- mac80211: clear sta->fast_rx when STA removed from 4-addr VLAN
  (git-fixes).
- drm/msm: Fix a5xx/a6xx timestamps (git-fixes).
- commit 0abe8be
- drm/ast: Add 25MHz refclk support (bsc#1174416).
- drm/ast: Add support for 1152x864 mode (bsc#1174416).
- drm/ast: Add support for AIP200 (bsc#1174416).
- drm/ast: Correct mode table for AST2500 precatch (bsc#1174416).
- drm/ast: AST2500 fixups (bsc#1174416).
- drm/ast: Fix P2A config detection (bsc#1174416).
- drm/ast: Fix register access in non-P2A mode for DP501
  (bsc#1174416).
- drm/ast: drm/ast: Fix boot address for AST2500 (bsc#1174416).
- drm/ast: Disable screen on register init (bsc#1174416).
- drm/ast: Keep MISC fields when enabling VGA (bsc#1174416).
- drm/ast: Disable VGA decoding while driver is active
  (bsc#1174416).
- commit f478032
- powerpc/pseries: Add shutdown() to vio_driver and vio_bus
  (bsc#1184209 ltc#190917).
- commit 218a8c4
- drm/ast: Add 25MHz refclk support (bsc#1174416).
- drm/ast: Add support for 1152x864 mode (bsc#1174416).
- drm/ast: Add support for AIP200 (bsc#1174416).
- drm/ast: Correct mode table for AST2500 precatch (bsc#1174416).
- drm/ast: AST2500 fixups (bsc#1174416).
- drm/ast: Fix P2A config detection (bsc#1174416).
- drm/ast: Fix register access in non-P2A mode for DP501
  (bsc#1174416).
- drm/ast: drm/ast: Fix boot address for AST2500 (bsc#1174416).
- drm/ast: Disable screen on register init (bsc#1174416).
- drm/ast: Keep MISC fields when enabling VGA (bsc#1174416).
- drm/ast: Disable VGA decoding while driver is active
  (bsc#1174416).
- commit 4164eea
- rpm/check-for-config-changes: add AS_HAS_* to ignores
  arch/arm64/Kconfig defines a lot of these. So far our current compilers
  seem to support them all. But it can quickly change with SLE later.
- commit a4d8194
- supported.conf: add tcpi and tcpm module to base system (bsc#1185010)
- commit 3fac436
- kABI: cover up change in struct kvm_arch (bsc#1184969).
- commit 3e9476f
- scsi: core: Only return started requests from
  scsi_host_find_tag() (bsc#1179851).
- commit 49d7a00
- bpf: Tighten speculative pointer arithmetic mask (bsc#1184942
  CVE-2021-29155).
- bpf: Move sanitize_val_alu out of op switch (bsc#1184942
  CVE-2021-29155).
- bpf: Refactor and streamline bounds check into helper
  (bsc#1184942 CVE-2021-29155).
- bpf: Improve verifier error messages for users (bsc#1184942
  CVE-2021-29155).
- bpf: Rework ptr_limit into alu_limit and add common error path
  (bsc#1184942 CVE-2021-29155).
- bpf: Ensure off_reg has no mixed signed bounds for all types
  (bsc#1184942 CVE-2021-29155).
- bpf: Move off_reg into sanitize_ptr_alu (bsc#1184942
  CVE-2021-29155).
- commit c02423d
- bpf: Tighten speculative pointer arithmetic mask (bsc#1184942
  CVE-2021-29155).
- bpf: Move sanitize_val_alu out of op switch (bsc#1184942
  CVE-2021-29155).
- bpf: Refactor and streamline bounds check into helper
  (bsc#1184942 CVE-2021-29155).
- bpf: Improve verifier error messages for users (bsc#1184942
  CVE-2021-29155).
- bpf: Rework ptr_limit into alu_limit and add common error path
  (bsc#1184942 CVE-2021-29155).
- bpf: Ensure off_reg has no mixed signed bounds for all types
  (bsc#1184942 CVE-2021-29155).
- bpf: Move off_reg into sanitize_ptr_alu (bsc#1184942
  CVE-2021-29155).
- commit bc2237a
- net: enetc: remove bogus write to SIRXIDR from enetc_setup_rxbdr
  (git-fixes).
- net: enetc: take the MDIO lock only once per NAPI poll cycle
  (git-fixes).
- commit 2704809
- scsi: qla2xxx: Reserve extra IRQ vectors (bsc#1184436).
- commit bf4edb3
- bpf: Use correct permission flag for mixed signed bounds
  arithmetic (bsc#1184942 CVE-2021-29155).
- commit 4c203f3
- selftests/powerpc: Fix exit status of pkey tests (bsc#1184934
  ltc#191460).
- selftests/powerpc: Add test for pkey siginfo verification
  (bsc#1184934 ltc#191460).
- commit 7ac835e
- ftrace/x86: Tell objtool to ignore nondeterministic ftrace
  stack layout (bsc#1177028).
- commit e3b8b48
- x86/reboot: Force all cpus to exit VMX root if VMX is supported
  (bsc#1152489).
- commit 9520307
- powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
  (bsc#1184969).
- commit 878daaa
- powerpc/mm: Add cond_resched() while removing hpte mappings
  (bsc#1183289 ltc#191637).
- powerepc/book3s64/hash: Align start/end address correctly with
  bolt mapping (bsc#1184957).
- commit 4735c17
- Refresh patches.suse/powerpc-pseries-extract-host-bridge-from-pci_bus-pri.patch.
  Update patch metadata.
- commit 2060b77
- selftests/powerpc: Fix L1D flushing tests for Power10
  (bsc#1184934 ltc#191460).
- selftests/powerpc: refactor entry and rfi_flush tests
  (bsc#1184934 ltc#191460).
- selftests/powerpc: Fix pkey syscall redefinitions (bsc#1184934
  ltc#191460).
- selftests/powerpc: Add wrapper for gettid (bsc#1184934
  ltc#191460).
- selftests/powerpc: Add pkey helpers for rights (bsc#1184934
  ltc#191460).
- selftests/powerpc: Move pkey helpers to headers (bsc#1184934
  ltc#191460).
- selftests/powerpc: Add test for execute-disabled pkeys
  (bsc#1184934 ltc#191460).
- commit c89a30c
- ibmvnic: correctly use dev_consume/free_skb_irq (jsc#SLE-17268
  jsc#SLE-17043 bsc#1179243 ltc#189290 git-fixes).
- commit 93dc507
- Update kabi files.
- update from April 2021 maintenance update (commit c41a65cc53c7)
- commit 7bc7f17
- interconnect: core: fix error return code of icc_link_destroy()
  (git-fixes).
- drm/imx: imx-ldb: fix out of bounds array access warning
  (git-fixes).
- drm/tegra: dc: Don't set PLL clock to 0Hz (git-fixes).
- commit 90bbfcf
- workqueue: Move the position of debug_work_activate() in
  __queue_work() (bsc#1184893).
- commit eb68ae8
- kABI: Fix kABI caused by fixes for bsc#1174426 (bsc#1174426).
- commit 4ef9359
- PCI/AER: Use "/aer"/ variable for capability offset (bsc#1174426).
- Refresh
  patches.kabi/0001-kABI-Fix-kABI-after-EDR-backport.patch.
- commit 2c4de88
- PCI/portdrv: Report reset for frozen channel (bsc#1174426).
- PCI/AER: Specify the type of Port that was reset (bsc#1174426).
- PCI/ERR: Retain status from error notification (bsc#1174426).
- PCI/AER: Clear AER status from Root Port when resetting
  Downstream Port (bsc#1174426).
- PCI/ERR: Clear status of the reporting device (bsc#1174426).
- PCI/AER: Add RCEC AER error injection support (bsc#1174426).
- PCI/PME: Add pcie_walk_rcec() to RCEC PME handling
  (bsc#1174426).
- PCI/AER: Add pcie_walk_rcec() to RCEC AER handling
  (bsc#1174426).
- PCI/ERR: Recover from RCiEP AER errors (bsc#1174426).
- PCI/ERR: Add pcie_link_rcec() to associate RCiEPs (bsc#1174426).
- PCI/ERR: Recover from RCEC AER errors (bsc#1174426).
- PCI/ERR: Clear AER status only when we control AER
  (bsc#1174426).
- PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()
  (bsc#1174426).
- PCI/ERR: Avoid negated conditional for clarity (bsc#1174426).
- PCI/ERR: Use "/bridge"/ for clarity in pcie_do_recovery()
  (bsc#1174426).
- PCI/ERR: Simplify by computing pci_pcie_type() once
  (bsc#1174426).
- PCI/ERR: Simplify by using pci_upstream_bridge() (bsc#1174426).
- PCI/ERR: Rename reset_link() to reset_subordinates()
  (bsc#1174426).
- PCI/ERR: Cache RCEC EA Capability offset in
  pci_init_capabilities() (bsc#1174426).
- PCI/ERR: Bind RCEC devices to the Root Port driver
  (bsc#1174426).
- PCI/AER: Write AER Capability only when we control it
  (bsc#1174426).
- PCI/ERR: Clear PCIe Device Status errors only if OS owns AER
  (bsc#1174426).
- commit cf4418f
- Refresh patches.suse/scsi-ibmvfc-Fix-invalid-state-machine-BUG_ON.patch.
  Add to sorted section.
- commit 2fa18b2
- dpaa_eth: Use random MAC address when none is given
  (bsc#1184811).
- fsl/fman: tolerate missing MAC address in device tree
  (bsc#1184811).
- fsl/fman: reuse set_mac_address() in dtsec init() (bsc#1184811).
- commit 40e0790
- gpio: sysfs: Obey valid_mask (git-fixes).
- HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC
  type of devices (git-fixes).
- Input: nspire-keypad - enable interrupts only when opened
  (git-fixes).
- Input: i8042 - fix Pegatron C15B ID entry (git-fixes).
- Input: s6sy761 - fix coordinate read bit shift (git-fixes).
- commit 0ad8d52
- Delete
  patches.suse/sched-Fix-up-proc-sched_debug-to-print-only-runnable-tasks-again.patch (bsc#1184769).
- commit cff61a2
- x86/insn: Add some more Intel instructions to the opcode map
  (bsc#1184760).
- commit 1d99542
- x86/insn: Add some Intel instructions to the opcode map
  (bsc#1184760).
- commit 7c194e1
- iopoll: introduce read_poll_timeout macro (git-fixes).
- commit 3398015
- dmaengine: idxd: fix wq cleanup of WQCFG registers (git-fixes).
- dmaengine: idxd: clear MSIX permission entry on shutdown
  (git-fixes).
- dmaengine: Fix a double free in dma_async_device_register
  (git-fixes).
- dmaengine: idxd: fix wq size store permission state (git-fixes).
- dmaengine: idxd: fix opcap sysfs attribute output (git-fixes).
- dmaengine: idxd: fix delta_rec and crc size field for completion
  record (git-fixes).
- dmaengine: idxd: Fix clobbering of SWERR overflow bit on
  writeback (git-fixes).
- commit 5a7e9ed
- dmaengine: dw: Make it dependent to HAS_IOMEM (git-fixes).
- vfio/pci: Add missing range check in vfio_pci_mmap (git-fixes).
- cfg80211: remove WARN_ON() in cfg80211_sme_connect (git-fixes).
- ASoC: SOF: Intel: HDA: fix core status verification (git-fixes).
- ASoC: SOF: Intel: hda: remove unnecessary parentheses
  (git-fixes).
- commit 9608bf3
- Move upstreamed i915 fix into sorted section
- commit c0cf502
- mm/rmap: fix potential pte_unmap on an not mapped pte
  (git-fixes).
- dm era: only resize metadata in preresume (git-fixes).
- dm era: Use correct value size in equality function of writeset
  tree (git-fixes).
- dm era: Fix bitset memory leaks (git-fixes).
- dm era: Verify the data block size hasn't changed (git-fixes).
- dm era: Reinitialize bitset cache before digesting a new
  writeset (git-fixes).
- dm era: Update in-core bitset after committing the metadata
  (git-fixes).
- dm era: Recover committed writeset after crash (git-fixes).
- Revert "/bcache: Kill btree_io_wq"/ (git-fixes).
- bsg: free the request before return error code (git-fixes).
- dm: eliminate potential source of excessive kernel log noise
  (git-fixes).
- dm zoned: select CONFIG_CRC32 (git-fixes).
- dm raid: fix discard limits for raid1 (git-fixes).
- block: rsxx: select CONFIG_CRC32 (git-fixes).
- scsi: block: Fix a race in the runtime power management code
  (git-fixes).
- dm ioctl: fix error return code in target_message (git-fixes).
- dm: remove invalid sparse __acquires and __releases annotations
  (git-fixes).
- dm writecache: remove BUG() and fail gracefully instead
  (git-fixes).
- dm: fix bug with RCU locking in dm_blk_report_zones (git-fixes).
- Revert "/dm cache: fix arm link errors with inline"/ (git-fixes).
- dm writecache: fix the maximum number of arguments (git-fixes).
- nbd: fix a block_device refcount leak in nbd_release
  (git-fixes).
- dm integrity: fix error reporting in bitmap mode after creation
  (git-fixes).
- dm mpath: fix racey management of PG initialization (git-fixes).
- dm writecache: handle DAX to partitions on persistent memory
  correctly (git-fixes).
- null_blk: fix passing of REQ_FUA flag in null_handle_rq
  (git-fixes).
- blkcg: fix memleak for iolatency (git-fixes).
- commit b8efea4
- usb: dwc3: Update soft-reset wait polling rate (git-fixes).
- commit 54f493a
- usb: dwc3: keystone: use devm_platform_ioremap_resource()
  to simplify code (git-fixes).
- commit caa2253
- KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
  (bsc#1152489).
- commit d511393
- usb: dwc3: meson-g12a: use devm_platform_ioremap_resource()
  to simplify code (git-fixes).
- commit c2f56d9
- block, bfq: set next_rq to waker_bfqq->next_rq in waker
  injection (bsc#1168838).
  Drop patches.suse/bfq-Fix-check-detecting-whether-waker-queue-should-b.patch
  as the upstream patch replaces is.
- commit bfcf868
- patches.suse/bfq-Use-only-idle-IO-periods-for-think-time-calculat.patch:
  Update tags
- commit ebb3c4a
- patches.suse/bfq-Use-ttime-local-variable.patch: Update tags
- commit 83db8f6
- ext4: find old entry again if failed to rename whiteout
  (bsc#1184742).
- commit 7f9cb02
- blacklist.conf: Blacklist 163f0ec1df33
- commit 742fb7c
- isofs: release buffer head before return (bsc#1182613).
- commit eeef088
- patches.suse/bfq-Avoid-false-bfq-queue-merging.patch: Refresh with
  upstream version
- commit c0f05bc
- fs/jfs: fix potential integer overflow on shift of a int
  (bsc#1184741).
- commit d0e76e8
- jffs2: fix use after free in jffs2_sum_write_data()
  (bsc#1184740).
- commit 6b24b69
- ocfs2: fix a use after free on error (bsc#1184738).
- commit bbc04e0
- reiserfs: update reiserfs_xattrs_initialized() condition
  (bsc#1184737).
- commit 0099e39
- fs: direct-io: fix missing sdio->boundary (bsc#1184736).
- commit 4c56c6a
- ext4: fix potential error in ext4_do_update_inode (bsc#1184731).
- commit 3990053
- ext4: do not try to set xattr into ea_inode if value is empty
  (bsc#1184730).
- commit b98639e
- ext4: fix potential htree index checksum corruption
  (bsc#1184728).
- commit 21d8b4d
- usb: Remove dev_err() usage after platform_get_irq()
  (git-fixes).
- commit a9d64cb
- usb: dwc3: Switch to use device_property_count_u32()
  (git-fixes).
- commit 58512a7
- block: recalculate segment count for multi-segment discards
  correctly (bsc#1184724).
- commit 7146c5e
- Update patches.suse/fuse-fix-bad-inode.patch (bsc#1184211
  CVE-2020-36322).
  Updated patch metadata to include CVE number.
- commit 89cea51
- Update patches.suse/fuse-fix-bad-inode.patch (bsc#1184211
  CVE-2020-36322).
  Updated patch metadata to include CVE number.
- commit 6ecd48e
- rpm/check-for-config-changes: remove stale comment
  It is stale since 8ab393bf905a committed in 2005 :).
- commit c9f9f5a
- dm mpath: switch paths in dm_blk_ioctl() code path (bsc#1167574,
  bsc#1175995, bsc#1184485).
- commit 981c2ae
- blacklist.conf: 66c1b6d74cd7 x86: Move TS_COMPAT back to asm/thread_info.h
- commit 3533f06
- update patch metadata
- update upstream references and move out of sorted section:
  patches.suse/scsi-ibmvfc-Fix-invalid-state-machine-BUG_ON.patch
- commit f170d23
- rpm/mkspec: Use tilde instead of dot for version string with rc (bsc#1184650)
- commit f37613f
- Update patches.suse/fuse-fix-live-lock-in-fuse_iget.patch
  (bsc#1184211 CVE-2021-28950).
  Updated patch metadata to include CVE number.
- commit 610fdaf
- Update patches.suse/fuse-fix-live-lock-in-fuse_iget.patch
  (bsc#1184211 CVE-2021-28950).
  Updated patch metadata to include CVE number.
- commit 3370c43
- libbpf: Only create rx and tx XDP rings when necessary
  (bsc#1155518).
- commit 02ec945
- x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()
  (bsc#1152489).
- commit 6cf26f2
- i40e: Fix sparse error: 'vsi->netdev' could be null
  (jsc#SLE-8025).
- i40e: Fix parameters in aq_get_phy_register() (jsc#SLE-8025).
- net/mlx5: Fix PPLM register mapping (jsc#SLE-8464).
- net: hns3: Remove the left over redundant check & assignment
  (bsc#1154353).
- ice: remove DCBNL_DEVRESET bit from PF state (jsc#SLE-7926).
- commit 1626bf4
- ice: fix memory leak of aRFS after resuming from suspend
  (jsc#SLE-12878).
- i40e: Fix sparse error: uninitialized symbol 'ring'
  (jsc#SLE-13701).
- ethtool: fix incorrect datatype in set_eee ops (bsc#1176447).
- net: cls_api: Fix uninitialised struct field
  bo->unlocked_driver_cb (bsc#1176447).
- xfrm: Provide private skb extensions for segmented and hw
  offloaded ESP packets (bsc#1176447).
- ice: Use port number instead of PF ID for WoL (jsc#SLE-12878).
- ice: fix memory allocation call (jsc#SLE-12878).
- ice: Continue probe on link/PHY errors (jsc#SLE-12878).
- geneve: do not modify the shared tunnel info when PMTU triggers
  an ICMP reply (bsc#1176447).
- vxlan: do not modify the shared tunnel info when PMTU triggers
  an ICMP reply (bsc#1176447).
- commit e13f3cc
- scsi: ibmvfc: Fix invalid state machine BUG_ON() (bsc#1184647
  ltc#191231).
- commit 069588f
- bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GET (bsc#1177028).
- bpf: Refcount task stack in bpf_get_task_stack (bsc#1177028).
- bpf: Enforce that struct_ops programs be GPL-only (bsc#1177028).
- libbpf: Fix bail out from 'ringbuf_process_ring()' on error
  (bsc#1177028).
- commit 1bc90a6
- iommu/vt-d: Use device numa domain if RHSA is missing (bsc#1184585).
- Refresh patches.suse/iommu-vt-d-fix-ineffective-devtlb-invalidation-for-subdevices.
- commit 6ad821c
- enetc: Fix reporting of h/w packet counters (git-fixes).
- commit 2b6231d
- net: pasemi: fix error return code in pasemi_mac_open() (git-fixes).
- commit 9f74d4a
- atl1e: fix error return code in atl1e_probe() (git-fixes).
- commit 9030b22
- atl1c: fix error return code in atl1c_probe() (git-fixes).
- commit 138f514
- net: atheros: switch from 'pci_' to 'dma_' API (git-fixes).
- commit 9d0c126
- bpf, sockmap: Fix sk->prot unhash op reset (bsc#1155518).
- bpf: Fix verifier jsgt branch analysis on max bound
  (bsc#1155518).
- samples/bpf: Fix possible hang in xdpsock with multiple threads
  (bsc#1155518).
- commit 50946be
- net: b44: fix error return code in b44_init_one() (git-fixes).
- commit 405f041
- net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanup (git-fixes).
- commit 418a7e1
- net: ethernet: ti: cpsw: fix error return code in cpsw_probe() (git-fixes).
- commit bbd1c86
- qlcnic: fix error return code in qlcnic_83xx_restart_hw() (git-fixes).
- commit 4792038
- net: lantiq: Wait for the GPHY firmware to be ready (git-fixes).
- commit d0452d2
- xen/evtchn: Change irq_info lock to raw_spinlock_t (git-fixes).
  [jeyu: was doing a SLE15-SP3 branch sweep and found this commit wasn't in
  SLE15-SP3 yet for whatever reason, so I cherry-picked it. Probably due to some
  for-Update/for-GM mixups back in April.]
  Conflicts:
  series.conf
- commit cc002cf
- Documentation/ABI: sysfs-platform-ideapad-laptop: update device
  attribute paths (git-fixes).
- commit 2559651
- thunderbolt: Fix off by one in tb_port_find_retimer()
  (git-fixes).
- commit d93adab
- thunderbolt: Fix a leak in tb_retimer_add() (git-fixes).
- commit 158bfab
- KVM: SVM: avoid infinite loop on NPF from bad address (CVE-2020-36310 bsc#1184512).
- commit df4914b
- rpm/kernel-binary.spec.in: Fix dependency of kernel-*-devel package (bsc#1184514)
  The devel package requires the kernel binary package itself for building
  modules externally.
- commit 794be7b
- blacklist.conf: dd926880da8d x86/apic/of: Fix CPU devicetree-node lookups
- commit 92f0632
- RAS/CEC: Correct ce_add_elem()'s returned values (bsc#1152489).
- commit 1be7dba
- KVM: fix memory leak in kvm_io_bus_unregister_dev() (CVE-2020-36312 bsc#1184509).
- commit 6a9d1a6
- Refresh patches.suse/x86-insn-make-inat-tables-c-suitable-for-pre-decompression-code.
  Bring gen-insn-attr-x86.awk files in sync over the tree to
  fix a build warning.
- commit 2c08948
- ibmvfc: disable MQ channelization by default (bsc#1184570
  ltc#192356).
- commit 500b7bf
- vfio-ccw: Wire in the request callback (bsc#1183225).
- vfio-mdev: Wire in a request handler for mdev parent
  (bsc#1183225).
- commit 1a8b567
- xen/events: fix setting irq affinity (bsc#1184583 XSA-332
  CVE-2020-27673).
- commit e88a4fe
- bpf, x86: Validate computation of branch displacements for
  x86-32 (bsc#1184391 CVE-2021-29154).
- bpf, x86: Validate computation of branch displacements for
  x86-64 (bsc#1184391 CVE-2021-29154).
- libbpf: Fix INSTALL flag order (bsc#1155518).
- bpf: Remove MTU check in __bpf_skb_max_len (bsc#1155518).
- commit 3cfc764
- Update config files. (bsc#1181284)
- commit 09b2083
- thunderbolt: Fix off by one in tb_port_find_retimer()
  (git-fixes).
- thunderbolt: Fix a leak in tb_retimer_add() (git-fixes).
- geneve: do not modify the shared tunnel info when PMTU triggers
  an ICMP reply (git-fixes).
- drm/vc4: crtc: Reduce PV fifo threshold on hvs4 (git-fixes).
- ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=m
  (git-fixes).
- commit 06335ba
- clk: fix invalid usage of list cursor in unregister (git-fixes).
- clk: fix invalid usage of list cursor in register (git-fixes).
- clk: socfpga: fix iomem pointer cast on 64-bit (git-fixes).
- mac80211: fix TXQ AC confusion (git-fixes).
- batman-adv: initialize "/struct
  batadv_tvlv_tt_vlan_data"/->reserved field (git-fixes).
- net: phy: broadcom: Only advertise EEE for supported modes
  (git-fixes).
- gianfar: Handle error code at MAC address change (git-fixes).
- drm/msm: Set drvdata to NULL when msm_drm_init() fails
  (git-fixes).
- bus: ti-sysc: Fix warning on unbind if reset is not deasserted
  (git-fixes).
- drm/msm: Ratelimit invalid-fence message (git-fixes).
- drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other
  GPUs (git-fixes).
- mac80211: choose first enabled channel for monitor (git-fixes).
- mISDN: fix crash in fritzpci (git-fixes).
- platform/x86: thinkpad_acpi: Allow the FnLock LED to change
  state (git-fixes).
- platform/x86: intel-hid: Support Lenovo ThinkPad X1 Tablet Gen 2
  (git-fixes).
- commit a1094b1
- nfc: Avoid endless loops caused by repeated llcp_sock_connect()
  (CVE-2020-25673 bsc#1178181).
- nfc: fix memory leak in llcp_sock_connect() (CVE-2020-25672
  bsc#1178181).
- nfc: fix refcount leak in llcp_sock_connect() (CVE-2020-25671
  bsc#1178181).
- nfc: fix refcount leak in llcp_sock_bind() (CVE-2020-25670
  bsc#1178181).
- commit ee06cff
- KVM: SVM: Periodically schedule when unregistering regions on
  destroy (bsc#1184511 CVE-2020-36311).
- commit fad3809
- KVM: SVM: Periodically schedule when unregistering regions on
  destroy (bsc#1184511 CVE-2020-36311).
- commit 4a629fb
- rpm/check-for-config-changes: Also ignore AS_VERSION added in 5.12.
- commit bd64cb2
- IB/hfi1: Fix probe time panic when AIP is enabled with a buggy
  BIOS (jsc#SLE-13208).
- RDMA/rtrs-clt: Close rtrs client conn before destroying rtrs
  clt session files (jsc#SLE-15176).
- igb: avoid premature Rx buffer reuse (jsc#SLE-13536).
- igb: avoid transmit queue timeout in xdp path (jsc#SLE-13536).
- igb: use xdp_do_flush (jsc#SLE-13536).
- igb: skb add metasize for xdp (jsc#SLE-13536).
- igb: XDP extack message on error (jsc#SLE-13536).
- igb: take VLAN double header into account (jsc#SLE-13536).
- igb: XDP xmit back fix error code (jsc#SLE-13536).
- commit 205ebec
- ASoC: soc-core kABI workaround (git-fixes).
- commit f4e005d
- ASoC: soc-core: Prevent warning if no DMI table is present
  (git-fixes).
- commit 862774d
- ASoC: max98373: Changed amp shutdown register as volatile
  (git-fixes).
- ASoC: SOF: Intel: HDA: fix core status verification (git-fixes).
- ALSA: hda/conexant: Apply quirk for another HP ZBook G5 model
  (git-fixes).
- commit d6d316d
- ALSA: hda/realtek: Fix speaker amp setup on Acer Aspire E1
  (git-fixes).
- ASoC: fsl_esai: Fix TDM slot setup for I2S mode (git-fixes).
- commit cf1864e
- ASoC: sunxi: sun4i-codec: fill ASoC card owner (git-fixes).
- ASoC: cygnus: fix for_each_child.cocci warnings (git-fixes).
- ASoC: max98373: Added 30ms turn on/off time delay (git-fixes).
- ASoC: intel: atom: Remove 44100 sample-rate from the media
  and deep-buffer DAI descriptions (git-fixes).
- ASoC: intel: atom: Stop advertising non working S24LE support
  (git-fixes).
- commit c53d82c
- ASoC: wm8960: Fix wrong bclk and lrclk with pll enabled for
  some chips (git-fixes).
- ALSA: aloop: Fix initialization of controls (git-fixes).
- commit 71addac
- post.sh: Return an error when module update fails (bsc#1047233 bsc#1184388).
- commit 18f65df
- ftrace: Fix modify_ftrace_direct (bsc#1177028).
- commit f202820
- fix patch metadata
- fix Patch-mainline:
  patches.suse/cifs_debug-use-pd-instead-of-messing-with-d_name.patch
- commit 27776f2
- crypto: essiv - fix AEAD capitalization and preposition use
  in help text (bsc#1184134 ltc#192244).
- commit ba310cd
- cifs: do not send close in compound create+close requests
  (bsc#1181507).
- commit d97055c
- cifs: New optype for session operations (bsc#1181507).
- commit d9ec8fd
- smb3: fix crediting for compounding when only one request in
  flight (bsc#1181507).
- commit 598fa94
- cifs: Tracepoints and logs for tracing credit changes
  (bsc#1181507).
- commit 1eadfe8
- smb3: add dynamic trace point to trace when credits obtained
  (bsc#1181507).
- commit bef40ec
- cifs: return proper error code in statfs(2) (bsc#1181507).
- commit c4b8c95
- cifs: change noisy error message to FYI (bsc#1181507).
- commit 569c695
- cifs: print MIDs in decimal notation (bsc#1181507).
- commit 59ea5c8
- cifs_debug: use %pd instead of messing with ->d_name
  (bsc#1181507).
- commit 11a6a1c
- drm/shmem-helpers: vunmap: Don't put pages for dma-buf
  (git-fixes).
- commit 5f834c0
- powerpc: Fix missing declaration ofable_kernel_vsx()
  (git-fixes).
- commit a1121de
- crypto: essiv - create wrapper template for ESSIV generation
  (bsc#1184134 ltc#192244).
  Update config files.
  supported.conf: Add crypto/essiv
- commit 07e8de6
- blacklist.conf: 862314bc94dd drm/msm/dpu: Allow specifying features and sblk in DSPP_BLK macro
- commit 27ff597
- Refresh
  patches.suse/drm-amd-display-Revert-Fix-EDID-parsing-after-resume.patch.
  Add Alt-commit for duplicate
- commit d887b41
- blacklist.conf: 8dc61152dfd2 mfd: iqs62x: Remove superfluous whitespace above fallthroughs
- commit 5583204
- blacklist.conf: 4a517faa3403 amdgpu: fix clang build warning
  Also add duplicate 00190bc087e795290502dc51c5d32de85cb2c2b8
- commit 4525ce3
- nvme-tcp: use cancel tagset helper for tear down (bsc#1183976).
- nvme-tcp: add clean action for failed reconnection
  (bsc#1183976).
- nvme-core: add cancel tagset helpers (bsc#1183976).
- commit 5f7f322
- x86/ioapic: Ignore IRQ2 again (bsc#1152489).
- commit a2a38c4
- Refresh
  patches.suse/drm-i915-Fix-ICL-MG-PHY-vswing-handling.patch.
  Add Alt-commit for duplicate
- commit a41e20d
- blacklist.conf: b89bc060b53e sh/intc: Restore devm_ioremap() alignment
- commit da153ff
- drivers: video: fbcon: fix NULL dereference in fbcon_cursor()
  (git-fixes).
- drm/amdkfd: dqm fence memory corruption (git-fixes).
- rtw88: coex: 8821c: correct antenna switch function (git-fixes).
- commit ba76fce
- blacklist.conf: b3bf99daaee9 drm/i915/display: Defer initial modeset until after GGTT is initialised
  Actually blacklist it this time and not just the duplicate (see SUSE commit
  2d3d7c9c5aca141e8660e8671e699509c329d847)
- commit b907ace
- thermal/core: Add NULL pointer check before using cooling
  device stats (git-fixes).
- commit 4299a85
- soc/fsl: qbman: fix conflicting alignment attributes
  (git-fixes).
- regulator: bd9571mwv: Fix AVS and DVFS voltage range
  (git-fixes).
- drivers: video: fbcon: fix NULL dereference in fbcon_cursor()
  (git-fixes).
- usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()
  (git-fixes).
- USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem
  (git-fixes).
- USB: cdc-acm: downgrade message to debug (git-fixes).
- USB: cdc-acm: untangle a circular dependency between callback
  and softint (git-fixes).
- PM: runtime: Fix ordering in pm_runtime_get_suppliers()
  (git-fixes).
- drm/amdgpu: check alignment on CPU page for bo map (git-fixes).
- drm/amdgpu: fix offset calculation in
  amdgpu_vm_bo_clear_mappings() (git-fixes).
- staging: comedi: cb_pcidas64: fix request_irq() warn
  (git-fixes).
- staging: comedi: cb_pcidas: fix request_irq() warn (git-fixes).
- net: wan/lmc: unregister device when no matching device is found
  (git-fixes).
- appletalk: Fix skb allocation size in loopback case (git-fixes).
- ath10k: hold RCU lock when calling
  ieee80211_find_sta_by_ifaddr() (git-fixes).
- brcmfmac: clear EAP/association status bits on linkdown events
  (git-fixes).
- commit cb365ba
- blacklist.conf: 04b38d012556 seccomp: Add missing return in non-void function
- commit 0d7b046
- x86/mem_encrypt: Correct physical address calculation in
  __set_clr_pte_enc() (bsc#1152489).
- commit 5c288fb
- kABI: powerpc/pmem: Include pmem prototypes (bsc#1113295
  git-fixes).
- commit c94e7f1
- btrfs: fix exhaustion of the system chunk array due to
  concurrent allocations (bsc#1183386).
- commit 6cb1172
- net: dsa: felix: implement port flushing on
  .phylink_mac_link_down (git-fixes).
- PCI: tegra: Fix ASPM-L1SS advertisement disable code
  (git-fixes).
- PCI: tegra: Move "/dbi"/ accesses to post common DWC
  initialization (git-fixes).
- thermal/drivers/cpufreq_cooling: Update cpufreq_state only if
  state has changed (git-fixes).
- coresight: tmc-etr: Fix barrier packet insertion for perf buffer
  (git-fixes).
- dpaa_eth: copy timestamp fields to new skb in A-050385
  workaround (git-fixes).
- enetc: Let the hardware auto-advance the taprio base-time of 0
  (git-fixes).
- enetc: Workaround for MDIO register access issue (git-fixes).
- dpaa_eth: fix the RX headroom size alignment (git-fixes).
- dpaa_eth: update the buffer layout for non-A050385 erratum
  scenarios (git-fixes).
- PCI: designware-ep: Fix the Header Type check (git-fixes).
- coresight: etm4x: Fix save and restore of TRCVMIDCCTLR1 register
  (git-fixes).
- coresight: etm4x: Fix issues on trcseqevr access (git-fixes).
- dpaa_eth: Remove unnecessary boolean expression in
  dpaa_get_headroom (git-fixes).
- commit 5b9762c
- powerpc/uaccess: Avoid might_fault() when user access is enabled
  (bsc#1156395).
- powerpc/uaccess: Simplify unsafe_put_user() implementation
  (bsc#1156395).
- powerpc/uaccess: Perform barrier_nospec() in KUAP allowance
  helpers (bsc#1156395).
- commit c1e0284
- fuse: fix live lock in fuse_iget() (bsc#1184211).
- fuse: fix bad inode (bsc#1184211).
- commit 58bcd3b
- fuse: fix live lock in fuse_iget() (bsc#1184211).
- fuse: fix bad inode (bsc#1184211).
- commit 8283ce1
- powerpc/kuap: Restore AMR after replaying soft interrupts
  (bsc#1156395).
- commit 3d73cad
- powerpc/sstep: Check instruction validity against ISA version
  before emulation (bsc#1156395).
- commit d427ef6
- powerpc/sstep: Fix darn emulation (bsc#1156395).
- powerpc/sstep: Fix incorrect return from analyze_instr()
  (bsc#1156395).
- powerpc/sstep: Check instruction validity against ISA version
  before emulation (bsc#1156395).
- commit 7671d9d
- powerpc/pmem: Include pmem prototypes (bsc#1113295 git-fixes).
- commit aa380dd
- blacklist.conf: Add c420644c0a8f powerpc: Use mm_context vas_windows
  counter to issue CP_ABORT
- commit c75afe3
- powerpc/sstep: Fix load-store and update emulation
  (bsc#1156395).
- powerpc/64s: Fix instruction encoding for lis in
  ppc_function_entry() (bsc#1065729).
- powerpc/pseries/ras: Remove unused variable 'status'
  (bsc#1065729).
- commit 9c1ced3
- libbpf: Fix error path in bpf_object__elf_init() (bsc#1177028).
- tools/resolve_btfids: Fix build error with older host toolchains
  (bsc#1177028).
- bpf: Fix an unitialized value in bpf_iter (bsc#1177028).
- commit b032d8d
- Update kabi files.
- update from April 2021 maintenance update submission (commit fe55a5cff456)
- commit c1ea1f7
- locking/mutex: Fix non debug version of mutex_lock_io_nested() (git-fixes).
- commit 3bace53
- firewire: nosy: Fix a use-after-free bug in nosy_ioctl()
  (CVE-2021-3483 bsc#1184393).
- commit 3abcfe1
- media: v4l: ioctl: Fix memory leak in video_usercopy
  (bsc#1184120 CVE-2021-30002).
- commit 968da96
- drm/i915: Fix invalid access to ACPI _DSM objects (bsc#1184074).
- commit 7bfde57
- i2c: tegra: Use threaded interrupt (bsc#1184386).
- i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for
  filling TX FIFO (bsc#1184386).
- i2c: tegra: Wait for config load atomically while in ISR
  (bsc#1184386).
- i2c: tegra: Improve driver module description (bsc#1184386).
- i2c: tegra: Clean up whitespaces, newlines and indentation
  (bsc#1184386).
- i2c: tegra: Clean up and improve comments (bsc#1184386).
- i2c: tegra: Clean up printk messages (bsc#1184386).
- i2c: tegra: Clean up variable names (bsc#1184386).
- i2c: tegra: Improve formatting of variables (bsc#1184386).
- i2c: tegra: Check errors for both positive and negative values
  (bsc#1184386).
- i2c: tegra: Factor out hardware initialization into separate
  function (bsc#1184386).
- i2c: tegra: Factor out register polling into separate function
  (bsc#1184386).
- i2c: tegra: Factor out packet header setup from
  tegra_i2c_xfer_msg() (bsc#1184386).
- i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
  (bsc#1184386).
- i2c: tegra: Rename wait/poll functions (bsc#1184386).
- i2c: tegra: Remove "/dma"/ variable from tegra_i2c_xfer_msg()
  (bsc#1184386).
- i2c: tegra: Remove redundant check in
  tegra_i2c_issue_bus_clear() (bsc#1184386).
- i2c: tegra: Remove likely/unlikely from the code (bsc#1184386).
- i2c: tegra: Remove outdated barrier() (bsc#1184386).
- i2c: tegra: Clean up variable types (bsc#1184386).
- i2c: tegra: Reorder location of functions in the code
  (bsc#1184386).
- i2c: tegra: Clean up probe function (bsc#1184386).
- i2c: tegra: Move out all device-tree parsing into
  tegra_i2c_parse_dt() (bsc#1184386).
- i2c: tegra: Use clk-bulk helpers (bsc#1184386).
- i2c: tegra: Use platform_get_irq() (bsc#1184386).
- i2c: tegra: Use devm_platform_get_and_ioremap_resource()
  (bsc#1184386).
- i2c: tegra: Use reset_control_reset() (bsc#1184386).
- i2c: tegra: Remove error message used for devm_request_irq()
  failure (bsc#1184386).
- i2c: tegra: Runtime PM always available on Tegra (bsc#1184386).
- i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
  (bsc#1184386).
- i2c: tegra: Initialize div-clk rate unconditionally
  (bsc#1184386).
- i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
  (bsc#1184386).
- i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
  (bsc#1184386).
- i2c: tegra: Add missing pm_runtime_put() (bsc#1184386).
- i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic
  transfer (bsc#1184386).
- commit a5dde2d
- tee: optee: remove need_resched() before cond_resched()
  (git-fixes).
- commit ef989ae
- Drop patches.suse/nvme-re-read-ana-log-on-ns-changed-aen.patch
  This patch has been replaced by
  patches.suse/nvme-retrigger-ana-log-update-if-group-descriptor-isn-t.patch
- commit b31f4a4
- fix patch metadata
- fix Patch-mainline:
  patches.suse/completion-Drop-init_completion-define.patch
- commit 33fba8d
- net: enetc: allow hardware timestamping on TX queues with
  tc-etf enabled (git-fixes).
- net: enetc: don't disable VLAN filtering in IFF_PROMISC mode
  (git-fixes).
- tee: optee: replace might_sleep with cond_resched (git-fixes).
- Revert "/drivers: qcom: rpmh-rsc: Use rcuidle tracepoints for
  rpmh"/ (git-fixes).
- coresight: remove broken __exit annotations (git-fixes).
- gpiolib: Don't free if pin ranges are not defined (git-fixes).
- commit 3b01237
- blacklist.conf: 717c4c833648 arm64: defconfig: drop unused BACKLIGHT_GENERIC option
- commit 1db5def
- blacklist.conf: acf689134a66 powerpc/configs: drop unused BACKLIGHT_GENERIC option
- commit e22a83a
- blacklist.conf: Remove duplicate blacklist entries
- commit 94f95d4
- blacklist.conf: 0437141b4e22 ARM: configs: drop unused BACKLIGHT_GENERIC option
- commit 59fb916
- libbpf: Fix BTF dump of pointer-to-array-of-struct
  (bsc#1155518).
- libbpf: Use SOCK_CLOEXEC when opening the netlink socket
  (bsc#1155518).
- selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failed
  (bsc#1155518).
- libbpf: Clear map_info before each bpf_obj_get_info_by_fd
  (bsc#1155518).
- samples, bpf: Add missing munmap in xdpsock (bsc#1155518).
- selftests/bpf: Mask bpf_csum_diff() return value to 16 bits
  in test_verifier (bsc#1155518).
- selftests/bpf: No need to drop the packet when there is no
  geneve opt (bsc#1155518).
- commit 8d0ef1a
- drm/i915/selftests: Fix some error codes (git-fixes).
- commit 21e8c0f
- drm: rcar-du: Fix leak of CMM platform device reference
  (git-fixes).
- commit 40608ab
- video: hyperv_fb: Fix a double free in hvfb_probe (git-fixes).
- commit c457d1d
- selinux: fix inode_doinit_with_dentry() LABEL_INVALID error
  handling (git-fixes).
- commit fa2b85d
- include/linux/sched/mm.h: use rcu_dereference in in_vfork()
  (git-fixes).
- stop_machine: mark helpers __always_inline (git-fixes).
- selinux: fix error initialization in inode_doinit_with_dentry()
  (git-fixes).
- completion: Drop init_completion define (git-fixes).
- lib/syscall: fix syscall registers retrieval on 32-bit platforms
  (git-fixes).
- selinux: Fix error return code in sel_ib_pkey_sid_slow()
  (git-fixes).
- commit 3909dc1
- extcon: Fix error handling in extcon_dev_register (git-fixes).
- extcon: Add stubs for extcon_register_notifier_all() functions
  (git-fixes).
- staging: rtl8192e: Change state information from u16 to u8
  (git-fixes).
- staging: rtl8192e: Fix incorrect source in memcpy() (git-fixes).
- usb: dwc2: Prevent core suspend when port connection flag is 0
  (git-fixes).
- usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board
  (git-fixes).
- usb: musb: Fix suspend with devices connected for a64
  (git-fixes).
- usb: xhci-mtk: fix broken streams issue on 0.96 xHCI
  (git-fixes).
- USB: cdc-acm: fix use-after-free after probe failure
  (git-fixes).
- USB: cdc-acm: fix double free on probe failure (git-fixes).
- cdc-acm: fix BREAK rx code path adding necessary calls
  (git-fixes).
- usb: gadget: udc: amd5536udc_pci fix null-ptr-dereference
  (git-fixes).
- commit 7e1215f
- powerpc/pseries/mobility: handle premature return from H_JOIN
  (bsc#1181674 ltc#189159 git-fixes bsc#1183662 ltc#191922).
- powerpc/pseries/mobility: use struct for shared state
  (bsc#1181674 ltc#189159 git-fixes bsc#1183662 ltc#191922).
- commit e22e432
- Refresh
  patches.suse/powerpc-pseries-mobility-handle-premature-return-fro.patch.
- Refresh
  patches.suse/powerpc-pseries-mobility-use-struct-for-shared-state.patch.
  Update metadata
- commit 61adb77
- Refresh
  patches.suse/powerpc-pseries-mobility-handle-premature-return-fro.patch.
- Refresh
  patches.suse/powerpc-pseries-mobility-use-struct-for-shared-state.patch.
- commit 0879685
- net: sched: disable TCQ_F_NOLOCK for pfifo_fast (bsc#1183405)
- commit 023c8a4
- ACPICA: Enable sleep button on ACPI legacy wake (bsc#1181383).
- commit 0d9d4e6
- ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()
  (git-fixes).
- PM: runtime: Fix ordering in pm_runtime_get_suppliers()
  (git-fixes).
- drm/tegra: dc: Restore coupling of display controllers
  (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs for HP 640 G8
  (git-fixes).
- ALSA: hda: Add missing sanity checks in PM prepare/complete
  callbacks (git-fixes).
- ALSA: hda: Re-add dropped snd_poewr_change_state() calls
  (git-fixes).
- commit 7b7be94
- PM: runtime: Fix race getting/putting suppliers at probe
  (git-fixes).
- drm/tegra: sor: Grab runtime PM reference across reset
  (git-fixes).
- commit 064f8f4
- ALSA: usb-audio: Apply sample rate quirk to Logitech Connect
  (git-fixes).
- ALSA: hda/realtek: call alc_update_headset_mode() in
  hp_automute_hook (git-fixes).
- ALSA: hda/realtek: fix a determine_headset_type issue for a
  Dell AIO (git-fixes).
- commit e6c8166
- blacklist.conf: b3bf99daaee9 drm/i915/display: Defer initial modeset until after GGTT is initialised
- commit 2d3d7c9
- drm/i915: Fix ICL MG PHY vswing handling (git-fixes).
- commit cc5d549
- Update
  patches.suse/btrfs-fix-race-when-cloning-extent-buffer-during-rew.patch
  (bsc#1184193 CVE-2021-28964).
- commit 2c0102a
- drm/nouveau/kms/nv50-: Get rid of bogus
  nouveau_conn_mode_valid() (git-fixes).
- commit 67c74c9
- drm/i915: Hold onto an explicit ref to i915_vma_work.pinned
  (git-fixes).
- commit b6ebc10
- Update references of patches.suse/edac-amd64-set-grain-per-dimm.patch
- commit 881829d
- irqchip/ls-extirq: add IRQCHIP_SKIP_SET_WAKE to the irqchip flags (bsc#1184264).
- irqchip/ls-extirq: Add LS1043A, LS1088A external interrupt support (bsc#1184264).
- commit 4dd3d12
- bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programs
  (bsc#1155518).
- commit 5d2df4e
- pinctrl: rockchip: fix restore error in resume (git-fixes).
- commit 55f3605
- fix patch metadata
- fix Patch-mainline:
  patches.suse/mm-numa-fix-bad-pmd-by-atomically-check-for-pmd_trans_huge-when-marking-page-tables-prot_numa.patch
- commit e108d2c
- perf/x86/intel: Fix a crash caused by zero PEBS status
  (CVE-2021-28971 bsc#1184196).
- commit fbc79f5
- xen-blkback: don't leak persistent grants from xen_blkbk_map()
  (bsc#1183646, CVE-2021-28688, XSA-371).
- commit d927391
- xen-blkback: don't leak persistent grants from xen_blkbk_map()
  (bsc#1183646, CVE-2021-28688, XSA-371).
- commit f0c74da
- blacklist.conf: Add qspinlock commit revert.
- commit fbfdb5d
- btrfs: fix exhaustion of the system chunk array due to
  concurrent allocations (bsc#1183386).
- commit 419a4b8
- btrfs: fix subvolume/snapshot deletion not triggered on mount
  (bsc#1184219).
- btrfs: always pin deleted leaves when there are active tree
  mod log users (bsc#1184224).
- btrfs: fix race when cloning extent buffer during rewind of
  an old root (bsc#1184193).
- btrfs: fix stale data exposure after cloning a hole with
  NO_HOLES enabled (bsc#1184220).
- btrfs: fix extent buffer leak on failure to copy root
  (bsc#1184218).
- btrfs: abort the transaction if we fail to inc ref in
  btrfs_copy_root (bsc#1184217).
- commit ed1e8cf
- Refresh
  patches.suse/netsec-restore-phy-power-state-after-controller-rese.patch.
- commit ea9970d
- blacklist.conf: breaks kABI
- commit 7450a15
- drm/amdgpu: Add additional Sienna Cichlid PCI ID (git-fixes).
- mac80211: Allow HE operation to be longer than expected
  (git-fixes).
- drm/amdgpu: fb BO should be ttm_bo_type_device (git-fixes).
- drm/amd/display: Revert dram_clock_change_latency for DCN2.1
  (git-fixes).
- commit f4fe93c
- media: vicodec: add missing v4l2_ctrl_request_hdl_put()
  (git-fixes).
- commit 1714c92
- blacklist.conf: cosmetic fix
- commit 1478eb5
- media: cros-ec-cec: do not bail on device_init_wakeup failure
  (git-fixes).
- commit 5533664
- PM: EM: postpone creating the debugfs dir till fs_initcall
  (git-fixes).
- bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD (git-fixes).
- net: cdc-phonet: fix data-interface release on probe failure
  (git-fixes).
- mac80211: fix double free in ibss_leave (git-fixes).
- mac80211: fix rate mask reset (git-fixes).
- platform/x86: intel-vbtn: Stop reporting SW_DOCK events
  (git-fixes).
- drm/radeon: fix AGP dependency (git-fixes).
- gpiolib: acpi: Add missing IRQF_ONESHOT (git-fixes).
- ACPI: scan: Rearrange memory allocation in acpi_device_add()
  (git-fixes).
- gianfar: Account for Tx PTP timestamp in the skb headroom
  (git-fixes).
- gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
  (git-fixes).
- net: gianfar: Add of_node_put() before goto statement
  (git-fixes).
- gianfar: Fix TX timestamping with a stacked DSA driver
  (git-fixes).
- commit dbf2451
- blacklist.conf: the fix is cosmetic
- commit 5c3f4dc
- bpf: Fix truncation handling for mod32 dst reg wrt zero
  (bsc#1184170 CVE-2021-3444).
- bpf: Fix 32 bit src register truncation on div/mod
  (bsc#1184170).
- commit af158b0
- Update patches.suse/bpf-Fix-truncation-handling-for-mod32-dst-reg-wrt-ze.patch
  Update the tag for bsc#1184170 and CVE-2021-3444.
- commit ad1dd40
- Update patch reference for a usbip fix (CVE-2021-29265 bsc#1184167)
- commit 6988aeb
- gianfar: fix jumbo packets+napi+rx overrun crash (CVE-2021-29264
  bsc#1184168).
- commit 9ae0342
- Update patch reference of a PCI fix (CVE-2021-28972 bsc#1184198)
- commit dc7fd0e
- mm, numa: fix bad pmd by atomically check for pmd_trans_huge
  when marking page tables prot_numa (bsc#1168777).
- commit c5a52b2
- net: qrtr: fix a kernel-infoleak in qrtr_recvmsg()
  (CVE-2021-29647 bsc#1184192).
- commit f71857e
- Update patch reference of a sound fix (CVE-2021-28952 bsc#1184197)
- commit 5223811
- ovl: fix dentry leak in ovl_get_redirect (bsc#1184176).
- ovl: fix unneeded call to ovl_change_flags() (bsc#1184176).
- ovl: fix regression with re-formatted lower squashfs
  (bsc#1184176).
- ovl: relax WARN_ON() when decoding lower directory file handle
  (bsc#1184176).
- ovl: initialize error in ovl_copy_xattr (bsc#1184176).
- ovl: fix out of date comment and unreachable code (bsc#1184176).
- ovl: fix value of i_ino for lower hardlink corner case
  (bsc#1184176).
- commit 6ae489b
- ionic: linearize tso skb with too many frags (bsc#1167773).
- igc: Fix igc_ptp_rx_pktstamp() (bsc#1160634).
- commit 3e13df7
- ionic: linearize tso skb with too many frags (bsc#1167773).
- nfp: flower: fix pre_tun mask id allocation (bsc#1154353).
- flow_dissector: fix byteorder of dissected ICMP ID
  (bsc#1154353).
- Revert "/net: bonding: fix error return code of
  bond_neigh_init()"/ (bsc#1154353).
- igc: Fix igc_ptp_rx_pktstamp() (bsc#1160634).
- net/mlx5e: E-switch, Fix rate calculation division
  (jsc#SLE-8464).
- commit dcb0376
- thunderbolt: Add support for Intel Tiger Lake-H (bsc#1184129).
- commit a872918
- Replace ANA log reread patch
  Replace the fix with a simpler version. The upstream community
  has agreed on the simpler version after the ECN has been ratified.
  deleted:    patches.suse/nvme-re-read-ana-log-on-ns-changed-aen.patch
  new file:   patches.suse/nvme-retrigger-ana-log-update-if-group-descriptor-isn-t.patch
- commit 391a31f
- thunderbolt: Introduce tb_switch_is_tiger_lake() (bsc#1184129).
- commit cb3c283
- ch_ktls: fix enum-conversion warning (jsc#SLE-15129).
- net/mlx5e: Offload tuple rewrite for non-CT flows
  (jsc#SLE-15172).
- net/mlx5e: Allow to match on MPLS parameters only for MPLS
  over UDP (jsc#SLE-15172).
- net/mlx5: Add back multicast stats for uplink representor
  (jsc#SLE-15172).
- netfilter: flowtable: Make sure GC works periodically in idle
  system (bsc#1176447).
- netfilter: nftables: allow to update flowtable flags
  (bsc#1176447).
- netfilter: nftables: report EOPNOTSUPP on unsupported flowtable
  flags (bsc#1176447).
- nfp: flower: add ipv6 bit to pre_tunnel control message
  (bsc#1176447).
- net/mlx5e: RX, Mind the MPWQE gaps when calculating offsets
  (jsc#SLE-15172).
- commit bcf4d7a
- nvme-fc: fix racing controller reset and create association
  (bsc#1183048).
- commit 69b4441
- Move patches.suse/nvme-fc-avoid-calling-_nvme_fc_abort_outstanding_ios-from-interrupt-context.patch
  Move the patch into the sorted section.
- commit d6d55ac
- series.conf: cleanup
- update upstream reference and resort:
  patches.suse/scsi-lpfc-Change-wording-of-invalid-pci-reset-log-me.patch
  patches.suse/scsi-lpfc-Correct-function-header-comments-related-t.patch
  patches.suse/scsi-lpfc-Fix-ADISC-handling-that-never-frees-nodes.patch
  patches.suse/scsi-lpfc-Fix-FLOGI-failure-due-to-accessing-a-freed.patch
  patches.suse/scsi-lpfc-Fix-PLOGI-ACC-to-be-transmit-after-REG_LOG.patch
  patches.suse/scsi-lpfc-Fix-crash-caused-by-switch-reboot.patch
  patches.suse/scsi-lpfc-Fix-dropped-FLOGI-during-pt2pt-discovery-r.patch
  patches.suse/scsi-lpfc-Fix-incorrect-dbde-assignment-when-buildin.patch
  patches.suse/scsi-lpfc-Fix-lpfc_els_retry-possible-null-pointer-d.patch
  patches.suse/scsi-lpfc-Fix-nodeinfo-debugfs-output.patch
  patches.suse/scsi-lpfc-Fix-null-pointer-dereference-in-lpfc_prep_.patch
  patches.suse/scsi-lpfc-Fix-pt2pt-connection-does-not-recover-afte.patch
  patches.suse/scsi-lpfc-Fix-pt2pt-state-transition-causing-rmmod-h.patch
  patches.suse/scsi-lpfc-Fix-reftag-generation-sizing-errors.patch
  patches.suse/scsi-lpfc-Fix-stale-node-accesses-on-stale-RRQ-reque.patch
  patches.suse/scsi-lpfc-Fix-status-returned-in-lpfc_els_retry-erro.patch
  patches.suse/scsi-lpfc-Fix-unnecessary-null-check-in-lpfc_release.patch
  patches.suse/scsi-lpfc-Fix-use-after-free-in-lpfc_els_free_iocb.patch
  patches.suse/scsi-lpfc-Fix-vport-indices-in-lpfc_find_vport_by_vp.patch
  patches.suse/scsi-lpfc-Reduce-LOG_TRACE_EVENT-logging-for-vports.patch
  patches.suse/scsi-lpfc-Update-copyrights-for-12.8.0.7-and-12.8.0..patch
  patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.8.patch
- commit 9b02aba
- mm/mremap_pages: fix static key devmap_managed_key updates
  (bsc#1181787).
- commit e836b25
- iwlwifi: Fix MODULE_FIRMWARE() ucode definitions for SLE15-SP3
  (bsc#1183860).
- commit 8e0bc83
- bpf: Add sanity check for upper ptr_limit (bsc#1183686
  bsc#1183775).
- bpf: Simplify alu_limit masking for pointer arithmetic
  (bsc#1183686 bsc#1183775).
- bpf: Fix off-by-one for area size in creating mask to left
  (bsc#1183775 CVE-2020-27171).
- bpf: Prohibit alu ops for pointer types not defining ptr_limit
  (bsc#1183686 CVE-2020-27170).
- commit d95f56b
- scsi: target: pscsi: Clean up after failure in pscsi_map_sg()
  (bsc#1183843).
- commit 1af614d
- scsi: target: pscsi: Avoid OOM in pscsi_map_sg() (bsc#1183843).
- commit 036f522
- powerpc/64s/exception: Clean up a missed SRR specifier
  (jsc#SLE-9246 git-fixes).
- powerpc: Fix inverted SET_FULL_REGS bitop (jsc#SLE-9246
  git-fixes).
- commit 7437426
- blacklist.conf: Add 5ae5fbd21079 powerpc/perf: Fix handling of privilege
  level checks in perf interrupt context
- commit a7c4b4d
- scsi: ibmvfc: Make ibmvfc_wait_for_ops() MQ aware (bsc#1184111
  ltc#192232).
- scsi: ibmvfc: Fix potential race in ibmvfc_wait_for_ops()
  (bsc#1184111 ltc#192232).
- commit ecee0a9
- arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo
  (bsc#1179863).
- crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo
  (bsc#1179863).
- commit 3277e15
- series.conf: cleanup
- update upstream reference and resort:
  patches.suse/netsec-restore-phy-power-state-after-controller-rese.patch
- commit a6a1fc0
- drm/msm: Fix suspend/resume on i.MX5 (git-fixes).
- drm/amdgpu/display: restore AUX_DPHY_TX_CONTROL for DCN2.x
  (git-fixes).
- commit 048049e
- can: peak_usb: Revert "/can: peak_usb: add forgotten supported
  devices"/ (git-fixes).
- commit ab32250
- ACPI: video: Add missing callback back for Sony VPCEH3U1E
  (git-fixes).
- ACPICA: Always create namespace nodes using
  acpi_ns_create_node() (git-fixes).
- drm/msm: fix shutdown hook in case GPU components failed to bind
  (git-fixes).
- can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning
  (git-fixes).
- can: c_can: move runtime PM enable/disable to c_can_platform
  (git-fixes).
- can: c_can_pci: c_can_pci_remove(): fix use-after-free
  (git-fixes).
- can: flexcan: flexcan_chip_freeze(): fix chip freeze for
  missing bitrate (git-fixes).
- can: peak_usb: add forgotten supported devices (git-fixes).
- commit 54aa0c3
- nvme-tcp: fix possible hang when failing to set io queues
  (bsc#1181161).
- commit 7c2d106
- r8169: fix DMA being used after buffer free if WoL is enabled
  (git-fixes).
- i915/perf: Start hrtimer only if sampling the OA buffer
  (git-fixes).
- drm/amd/display: Correct algorithm for reversed gamma
  (git-fixes).
- drm/amdgpu/display: use GFP_ATOMIC in
  dcn21_validate_bandwidth_fp() (git-fixes).
- drm/amd/display: turn DPMS off on connector unplug (git-fixes).
- commit 055deb9
- kernel/smp: make csdlock timeout depend on boot parameter
  (bsc#1180846).
  Explanation: this patch is meant to enable customers who encounter "/lost
  IPI"/ issue to adjust the timeout to match their environment. The root
  cause is being investigated and we hope to drop it in the future.
- commit 8e8af38
- s390/vtime: fix increased steal time accounting (bsc#1183859).
- commit 5026f60
- s390/vtime: fix increased steal time accounting (bsc#1183859).
- commit c966973
- usb: typec: tcpm: Invoke power_supply_changed for
  tcpm-source-psy- (git-fixes).
- usb-storage: Add quirk to defeat Kindle's automatic unload
  (git-fixes).
- usb: gadget: configfs: Fix KASAN use-after-free (git-fixes).
- USB: replace hardcode maximum usb string length by definition
  (git-fixes).
- commit fe3af72
- Revert "/PM: runtime: Update device status before letting
  suppliers suspend"/ (git-fixes).
- commit cc82105
- Refresh patch metadata.
- Refresh patches.suse/PCI-rpadlpar-Fix-potential-drc_name-corruption-in-st.patch.
- Refresh patches.suse/powerpc-pseries-mobility-handle-premature-return-fro.patch.
- Refresh patches.suse/powerpc-pseries-mobility-use-struct-for-shared-state.patch.
- Refresh patches.suse/scsi-ibmvfc-Free-channel_setup_buf-during-device-tea.patch.
- commit 815f258
- nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has
  been aborted (bsc#1180197).
- nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()
  (bsc#1180197).
- nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()
  (bsc#1180197).
- nvme: simplify error logic in nvme_validate_ns() (bsc#1180197).
- commit fbf98de
- series.conf: cleanup
  - move mainline patches into sorted section
  patches.suse/PCI-rpadlpar-Fix-potential-drc_name-corruption-in-st.patch
  patches.suse/nvme-allocate-the-keep-alive-request-using-BLK_MQ_RE.patch
  patches.suse/nvme-fabrics-only-reserve-a-single-tag.patch
  patches.suse/nvme-merge-nvme_keep_alive-into-nvme_keep_alive_work.patch
  patches.suse/scsi-ibmvfc-Free-channel_setup_buf-during-device-tea.patch
  patches.suse/scsi-lpfc-Change-wording-of-invalid-pci-reset-log-me.patch
  patches.suse/scsi-lpfc-Correct-function-header-comments-related-t.patch
  patches.suse/scsi-lpfc-Fix-ADISC-handling-that-never-frees-nodes.patch
  patches.suse/scsi-lpfc-Fix-FLOGI-failure-due-to-accessing-a-freed.patch
  patches.suse/scsi-lpfc-Fix-PLOGI-ACC-to-be-transmit-after-REG_LOG.patch
  patches.suse/scsi-lpfc-Fix-crash-caused-by-switch-reboot.patch
  patches.suse/scsi-lpfc-Fix-dropped-FLOGI-during-pt2pt-discovery-r.patch
  patches.suse/scsi-lpfc-Fix-incorrect-dbde-assignment-when-buildin.patch
  patches.suse/scsi-lpfc-Fix-lpfc_els_retry-possible-null-pointer-d.patch
  patches.suse/scsi-lpfc-Fix-nodeinfo-debugfs-output.patch
  patches.suse/scsi-lpfc-Fix-null-pointer-dereference-in-lpfc_prep_.patch
  patches.suse/scsi-lpfc-Fix-pt2pt-connection-does-not-recover-afte.patch
  patches.suse/scsi-lpfc-Fix-pt2pt-state-transition-causing-rmmod-h.patch
  patches.suse/scsi-lpfc-Fix-reftag-generation-sizing-errors.patch
  patches.suse/scsi-lpfc-Fix-stale-node-accesses-on-stale-RRQ-reque.patch
  patches.suse/scsi-lpfc-Fix-status-returned-in-lpfc_els_retry-erro.patch
  patches.suse/scsi-lpfc-Fix-unnecessary-null-check-in-lpfc_release.patch
  patches.suse/scsi-lpfc-Fix-use-after-free-in-lpfc_els_free_iocb.patch
  patches.suse/scsi-lpfc-Fix-vport-indices-in-lpfc_find_vport_by_vp.patch
  patches.suse/scsi-lpfc-Reduce-LOG_TRACE_EVENT-logging-for-vports.patch
  patches.suse/scsi-lpfc-Update-copyrights-for-12.8.0.7-and-12.8.0..patch
  patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.8.patch
- commit c32363d
- Drop patches.suse/nvme-return-an-error-if-nvme_set_queue_count-fails.patch
  Upstream fixed the problem differently than we have done in
  SLE15-SP2. Remove the SLE15-SP2 fix so that we can import then
  upstream fix for SLE15-SP3.
- commit 15d6660
- net: korina: cast KSEG0 address to pointer in kfree (git-fixes).
- commit cfb1933
- Refresh
  patches.suse/net-mlx5e-Fix-CQ-params-of-ICOSQ-and-async-ICOSQ.patch.
  Fixed backport (bsc#1183773)
- commit 9959a4b
- net: core: introduce __netdev_notify_peers (bsc#1183871
  ltc#192139).
- commit 658d714
- EDAC/amd64: Get rid of the ECC disabled long message
  (bsc#1183815).
- commit 47c3bba
- ibmvnic: prefer strscpy over strlcpy (bsc#1183871 ltc#192139).
- ibmvnic: remove unused spinlock_t stats_lock definition
  (bsc#1183871 ltc#192139).
- ibmvnic: add comments for spinlock_t definitions (bsc#1183871
  ltc#192139).
- Refresh patches.suse/ibmvnic-serialize-access-to-work-queue-on-remove.patch
- Refresh patches.suse/net-re-solve-some-conflicts-after-net-net-next-merge.patch
- ibmvnic: fix miscellaneous checks (bsc#1183871 ltc#192139).
- ibmvnic: avoid multiple line dereference (bsc#1183871
  ltc#192139).
- ibmvnic: fix braces (bsc#1183871 ltc#192139).
- ibmvnic: fix block comments (bsc#1183871 ltc#192139).
- Refresh patches.suse/ibmvnic-fix-a-race-between-open-and-reset.patch.
- Refresh patches.suse/ibmvnic-serialize-access-to-work-queue-on-remove.patch.
- Refresh patches.suse/net-re-solve-some-conflicts-after-net-net-next-merge.patch.
- ibmvnic: prefer 'unsigned long' over 'unsigned long int'
  (bsc#1183871 ltc#192139).
- ibmvnic: remove unnecessary rmb() inside ibmvnic_poll
  (bsc#1183871 ltc#192139).
- ibmvnic: rework to ensure SCRQ entry reads are properly ordered
  (bsc#1183871 ltc#192139).
- net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanours
  (bsc#1183871 ltc#192139).
- ibmvnic: merge do_change_param_reset into do_reset (bsc#1183871
  ltc#192139).
- Refresh patches.suse/ibmvnic-fix-a-race-between-open-and-reset.patch
- use __netdev_notify_peers in ibmvnic (bsc#1183871 ltc#192139).
- ibmvnic: prefer strscpy over strlcpy (bsc#1183871 ltc#192139).
- ibmvnic: remove unused spinlock_t stats_lock definition
  (bsc#1183871 ltc#192139).
- ibmvnic: add comments for spinlock_t definitions (bsc#1183871
  ltc#192139).
- Refresh patches.suse/ibmvnic-serialize-access-to-work-queue-on-remove.patch
- Refresh patches.suse/net-re-solve-some-conflicts-after-net-net-next-merge.patch
- ibmvnic: fix miscellaneous checks (bsc#1183871 ltc#192139).
- ibmvnic: avoid multiple line dereference (bsc#1183871
  ltc#192139).
- ibmvnic: fix braces (bsc#1183871 ltc#192139).
- ibmvnic: fix block comments (bsc#1183871 ltc#192139).
- Refresh patches.suse/ibmvnic-fix-a-race-between-open-and-reset.patch.
- Refresh patches.suse/ibmvnic-serialize-access-to-work-queue-on-remove.patch.
- Refresh patches.suse/net-re-solve-some-conflicts-after-net-net-next-merge.patch.
- ibmvnic: prefer 'unsigned long' over 'unsigned long int'
  (bsc#1183871 ltc#192139).
- ibmvnic: remove unnecessary rmb() inside ibmvnic_poll
  (bsc#1183871 ltc#192139).
- ibmvnic: rework to ensure SCRQ entry reads are properly ordered
  (bsc#1183871 ltc#192139).
- net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanours
  (bsc#1183871 ltc#192139).
- ibmvnic: merge do_change_param_reset into do_reset (bsc#1183871
  ltc#192139).
- Refresh patches.suse/ibmvnic-fix-a-race-between-open-and-reset.patch
- use __netdev_notify_peers in ibmvnic (bsc#1183871 ltc#192139).
- commit efd07e6
- EDAC/amd64: Check for memory before fully initializing an
  instance (bsc#1183815).
- commit 6c70428
- EDAC/amd64: Use cached data when checking for ECC (bsc#1183815).
- commit ef0c794
- squashfs: fix xattr id and id lookup sanity checks (bsc#1183850).
- commit b1827ac
- squashfs: fix inode lookup sanity checks (bsc#1183850).
- commit 9b5c651
- series.conf: cleanup
- move unsortable patches out of sorted section
  patches.suse/0001-squashfs-fix-inode-lookup-sanity-checks.patch
  patches.suse/0002-squashfs-fix-xattr-id-and-id-lookup-sanity-checks.patch
- commit 1d6e2f2
- series.conf: cleanup
- update upstream references and resort:
  patches.suse/PCI-rpadlpar-Fix-potential-drc_name-corruption-in-st.patch
  patches.suse/nvme-allocate-the-keep-alive-request-using-BLK_MQ_RE.patch
  patches.suse/nvme-fabrics-only-reserve-a-single-tag.patch
  patches.suse/nvme-merge-nvme_keep_alive-into-nvme_keep_alive_work.patch
- commit 2e4b640
- usb: typec: tcpm: Invoke power_supply_changed for
  tcpm-source-psy- (git-fixes).
- usb: typec: Remove vdo[3] part of tps6598x_rx_identity_reg
  struct (git-fixes).
- thunderbolt: Initialize HopID IDAs in tb_switch_alloc()
  (git-fixes).
- drm/i915/gvt: Set SNOOP for PAT3 on BXT/APL to workaround GPU
  BB hang (git-fixes).
- commit 15bf327
- iio: gyro: mpu3050: Fix error handling in
  mpu3050_trigger_handler (git-fixes).
- iio: hid-sensor-temperature: Fix issues of timestamp channel
  (git-fixes).
- iio: hid-sensor-humidity: Fix alignment issue of timestamp
  channel (git-fixes).
- iio: adis16400: Fix an error code in adis16400_initial_setup()
  (git-fixes).
- iio: adc: ad7949: fix wrong ADC result due to incorrect bit mask
  (git-fixes).
- iio: hid-sensor-prox: Fix scale not correct issue (git-fixes).
- iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID
  channel (git-fixes).
- usbip: Fix incorrect double assignment to udc->ud.tcp_rx
  (git-fixes).
- efi: use 32-bit alignment for efi_guid_t literals (git-fixes).
- firmware/efi: Fix a use after bug in efi_mem_reserve_persistent
  (git-fixes).
- commit 5066b61
- ALSA: usb-audio: Fix unintentional sign extension issue
  (git-fixes).
- ASoC: rt711: add snd_soc_component remove callback (git-fixes).
- ASoC: qcom: lpass-cpu: Fix lpass dai ids parse (git-fixes).
- ASoC: codecs: wcd934x: add a sanity check in set channel map
  (git-fixes).
- ASoC: qcom: sdm845: Fix array out of range on rx slim channels
  (git-fixes).
- ASoC: qcom: sdm845: Fix array out of bounds access (git-fixes).
- ASoC: SOF: intel: fix wrong poll bits in dsp power down
  (git-fixes).
- ASoC: SOF: Intel: unregister DMIC device on probe error
  (git-fixes).
- ASoC: rt1015: fix i2c communication error (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs for HP 850 G8
  (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs for HP 440 G8
  (git-fixes).
- ALSA: hda/realtek: fix mute/micmute LEDs for HP 840 G8
  (git-fixes).
- ALSA: dice: fix null pointer dereference when node is
  disconnected (git-fixes).
- commit 3dfb189
- Fix tag of SCSI subsystem patches in sorted section
  Otherwise series_sort doesn't work
- commit a1dd7fa
- ASoC: rt5659: Update MCLK rate in set_sysclk() (git-fixes).
- ASoC: simple-card-utils: Do not handle device clock (git-fixes).
- commit f987c3c
- ASoC: cs42l42: Always wait at least 3ms after reset (git-fixes).
- ASoC: cs42l42: Don't enable/disable regulator at Bias Level
  (git-fixes).
- ASoC: cs42l42: Fix mixer volume control (git-fixes).
- ASoC: cs42l42: Fix channel width support (git-fixes).
- commit 61d6928
- ASoC: cs42l42: Fix Bitclock polarity inversion (git-fixes).
- ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by
  a factor of 10 (git-fixes).
- ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by
  a factor of 10 (git-fixes).
- ASoC: es8316: Simplify adc_pga_gain_tlv table (git-fixes).
- ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default
  value on probe (git-fixes).
- commit 629faf0
- ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 10-p0XX OVCD
  current threshold (git-fixes).
- ASoC: rt5670: Add emulated 'DAC1 Playback Switch' control
  (git-fixes).
- ASoC: rt5670: Remove ADC vol-ctrl mute bits poking from Sto1
  ADC mixer settings (git-fixes).
- ASoC: rt5670: Remove 'HP Playback Switch' control (git-fixes).
- ASoC: rt5670: Remove 'OUT Channel Switch' control (git-fixes).
- ASoC: ak5558: Add MODULE_DEVICE_TABLE (git-fixes).
- ASoC: ak4458: Add MODULE_DEVICE_TABLE (git-fixes).
- ASoC: fsl_ssi: Fix TDM slot setup for I2S mode (git-fixes).
- commit 01440d8
- ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro
  (git-fixes).
- ALSA: hda/realtek: Apply headset-mic quirks for Xiaomi Redmibook
  Air (git-fixes).
- ALSA: hda: generic: Fix the micmute led init state (git-fixes).
- commit fc72277
- net: make __dev_alloc_name consider all name nodes when looking
  for (bsc#1180103).
- commit 3400412
- Update
  patches.suse/s390-lock-down-kernel-in-secure-boot-mode.patch
  (bsc#1183746 jsc#SLE-7741).
- commit e9dda35
- Add Alt-commit for duplicate
  Refresh
  patches.suse/1910-drm-amd-pm-setup-APU-dpm-clock-table-in-SMU-HW-initi.patch.
- commit 58a6d9c
- s390/qeth: fix notification for pending buffers during teardown
  (git-fixes).
- s390/qeth: schedule TX NAPI on QAOB completion (git-fixes).
- s390/qeth: improve completion of pending TX buffers (git-fixes).
- s390/qeth: fix memory leak after failed TX Buffer allocation
  (git-fixes).
- commit ffdf1ba
- s390/dasd: fix hanging IO request during DASD driver unbind
  (git-fixes).
- commit 77e1a65
- s390/cio: return -EFAULT if copy_to_user() fails (git-fixes).
- s390/crypto: return -EFAULT if copy_to_user() fails (git-fixes).
- s390/cio: return -EFAULT if copy_to_user() fails (git-fixes).
- commit 86038a4
- netsec: restore phy power state after controller reset
  (bsc#1183756).
- commit 45d0550
- squashfs: fix xattr id and id lookup sanity checks (bsc#1183750).
- commit 8006352
- squashfs: fix inode lookup sanity checks (bsc#1183750).
- commit cd40a2e
- PCI/LINK: Remove bandwidth notification (bsc#1183712).
- commit 56c94c5
- netsec: restore phy power state after controller reset
  (bsc#1183757).
- commit 05da5bc
- blacklist.conf: Append 'drm/amdgpu: Add missing BOOTUP_DEFAULT to profile_name[]'
- commit 82b8ebe
- drm/msm: Fix races managing the OOB state for timestamp vs (bsc#1152489)
  Backporting notes:
  * context changes
- commit 58990b2
- blacklist.conf: Append 'drm/msm: Fix race of GPU init vs timestamp power management.'
- commit 5232b67
- drm/vc4: hdmi: Restore cec physical address on reconnect (bsc#1152472)
  Backporting notes:
  * context changes
  * change vc4_hdmi to vc4->hdmi
  * removed references to encoder->hdmi_monitor
- commit 7cd936b
- blacklist.conf: Append 'drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask()'
- commit 6048fb7
- drm/mediatek: Fix aal size config (bsc#1152489)
  Backporting notes:
  * replaced mtk_ddp_write() with writel()
- commit 5d50b21
- drm/nouveau: bail out of nouveau_channel_new if channel init fails (bsc#1152489)
  Backporting notes:
  * replaces patches.suse/drm-bail-out-of-nouveau_channel_new-if-channel-init-.patch
- commit b88077f
- drm/sun4i: tcon: fix inverted DCLK polarity (bsc#1152489)
  Backporting notes:
  * context changes
- commit 0c124bb
- drm/amdgpu/swsmu: add interrupt work handler for smu11 parts
  (git-fixes).
- commit f97424e
- nvmet-rdma: Fix list_del corruption on queue establishment
  failure (bsc#1183501).
- commit 8d20dc6
- drm/amdgpu/swsmu: add interrupt work function (git-fixes).
- commit c8bf617
- Add Alt-commit for cherry pick
  Refresh
  patches.suse/1910-drm-amd-pm-setup-APU-dpm-clock-table-in-SMU-HW-initi.patch.
- commit 680f414
- powerpc/book3s64/radix: Remove WARN_ON in destroy_context()
  (bsc#1183692 ltc#191963).
- commit 418290b
- nvme: allocate the keep alive request using BLK_MQ_REQ_NOWAIT
  (bsc#1182077).
- nvme: merge nvme_keep_alive into nvme_keep_alive_work
  (bsc#1182077).
- nvme-fabrics: only reserve a single tag (bsc#1182077).
- commit c67a454
- Update patch reference of x25 fix (CVE-2020-35519 bsc#1183696)
- commit 6cd53a3
- powerpc/pseries/mobility: handle premature return from H_JOIN
  (bsc#1183662 ltc#191922).
- powerpc/pseries/mobility: use struct for shared state
  (bsc#1183662 ltc#191922).
- commit 36f1612
- usbip: fix vudc to check for stream socket (git-fixes).
- Refresh
  patches.suse/usbip-fix-vudc-usbip_sockfd_store-races-leading-to-g.patch.
- commit ecca945
- xhci: Fix repeated xhci wake after suspend due to uncleared
  internal wake state (git-fixes).
- xhci: Improve detection of device initiated wake signal
  (git-fixes).
- commit 594832e
- usbip: fix vhci_hcd to check for stream socket (git-fixes).
- Refresh
  patches.suse/usbip-fix-vhci_hcd-attach_store-races-leading-to-gpf.patch.
- commit a57cde3
- usbip: fix stub_dev to check for stream socket (git-fixes).
- Refresh
  patches.suse/usbip-fix-stub_dev-usbip_sockfd_store-races-leading-.patch.
- commit 2ae7114
- staging: rtl8712: Fix possible buffer overflow in
  r8712_sitesurvey_cmd (git-fixes).
- usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressing
  (git-fixes).
- USB: serial: ch341: add new Product ID (git-fixes).
- USB: serial: cp210x: add some more GE USB IDs (git-fixes).
- USB: serial: cp210x: add ID for Acuity Brands nLight Air Adapter
  (git-fixes).
- USB: usblp: fix a hang in poll() if disconnected (git-fixes).
- spi: stm32: make spurious and overrun interrupts visible
  (git-fixes).
- commit bc51b9d
- staging: rtl8192e: Fix possible buffer overflow in
  _rtl92e_wx_set_scan (git-fixes).
- media: v4l: vsp1: Fix uif null pointer access (git-fixes).
- media: v4l: vsp1: Fix bru null pointer access (git-fixes).
- PCI: xgene-msi: Fix race in installing chained irq handler
  (git-fixes).
- PCI: mediatek: Add missing of_node_put() to fix reference leak
  (git-fixes).
- PCI: Fix pci_register_io_range() memory leak (git-fixes).
- Input: applespi - don't wait for responses to commands
  indefinitely (git-fixes).
- mmc: mxs-mmc: Fix a resource leak in an error handling path in
  'mxs_mmc_probe()' (git-fixes).
- Platform: OLPC: Fix probe error handling (git-fixes).
- commit 3f405a7
- Goodix Fingerprint device is not a modem (git-fixes).
- drm/compat: Clear bounce structures (git-fixes).
- ethernet: alx: fix order of calls on resume (git-fixes).
- ath9k: fix transmitting to stations in dynamic SMPS mode
  (git-fixes).
- i2c: rcar: optimize cacheline to minimize HW race condition
  (git-fixes).
- i2c: rcar: faster irq code to minimize HW race condition
  (git-fixes).
- commit 31fcf0f
- blacklist.conf: Add capbilities entry that was reverted
- commit dc865b3
- Add Alt-commit for cherry pick
  Refresh
  patches.suse/drm-amdgpu-Fix-invalid-number-of-character-in-amdgpu.patch.
- commit 82ef447
- Update patch reference of r8188eu fix (CVE-2021-28660 bsc#1183593)
- commit fc23dca
- Refresh
  patches.suse/ibmvnic-Fix-possibly-uninitialized-old_num_tx_queues.patch.
- Refresh
  patches.suse/ibmvnic-always-store-valid-MAC-address.patch.
- commit b49d041
- fnic: use scsi_host_busy_iter() to traverse commands
  (bsc#1179851).
- scsi: core: add scsi_host_busy_iter() (bsc#1179851).
- commit 583e298
- Update tags
  patches.suse/ext4-check-journal-inode-extents-more-carefully.patch
  (bsc#1173485 bsc#1183509 CVE-2021-3428).
- commit 41a8fa6
- padata: upgrade smp_mb__after_atomic to smp_mb in
  padata_do_serial (bsc#1178648).
- commit f3ee3cb
- iommu/qcom: add missing put_device() call in qcom_iommu_of_xlate() (bsc#1183637).
- commit de5577f
- drm/lima: fix reference leak in lima_pm_busy (git-fixes).
- drm/tegra: Fix reference leak when pm_runtime_get_sync() fails
  (git-fixes).
- drm: rcar-du: Fix PM reference leak in rcar_cmm_enable()
  (git-fixes).
- commit 2a493b3
- amd/amdgpu: Disable VCN DPG mode for Picasso (git-fixes).
- commit f34c818
- HSI: Fix PM usage counter unbalance in ssi_hw_init (git-fixes).
- hwmon: (ina3221) Fix PM usage counter unbalance in
  ina3221_write_enable (git-fixes).
- gpio: zynq: fix reference leak in zynq_gpio functions
  (git-fixes).
- net: fec: Fix reference count leak in fec series ops
  (git-fixes).
- commit e27c26d
- Update patch reference for fastrpc fix (CVE-2021-28375 bsc#1183596)
- commit 00ee058
- x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_task
  (bsc#1152489).
- commit f996a8c
- blacklist.conf: e504e74cc3a2 x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2
- commit 12930ec
- ALSA: usb-audio: fix use after free in usb_audio_disconnect
  (bsc#1182552 bsc#1183598).
- ALSA: usb-audio: fix NULL ptr dereference in usb_audio_probe
  (bsc#1182552 bsc#1183598).
- commit 8173e6a
- Update bug reference for USB-audio fixes (bsc#1182552 bsc#1183598)
- commit cd602fc
- Move upstreamed sound fixes into sorted section
- commit 4b54f4c
- Refresh sorted section.
- commit c4b4430
- rpadlpar: fix potential drc_name corruption in store functions
  (bsc#1183416 ltc#191079).
- commit cfa810c
- net: stmmac: Use rtnl_lock/unlock on
  netif_set_real_num_rx_queues() call (git-fixes).
- commit aa3dcbf
- drm/panfrost: Remove unused variables in panfrost_job_close() (bsc#1152472)
- commit 1350ad6
- blacklist.conf: Append 'drm/panfrost: Move the GPU reset bits outside the timeout handler'
- commit 5140c1f
- Delete patches.suse/powerpc-Implement-smp_cond_load_relaxed.patch
  This has been shown to hurt performance at various levels when
  using qspinlocks (bsc#1182161).
- commit 6cec69e
- Refresh
  patches.suse/ibmvnic-Fix-possibly-uninitialized-old_num_tx_queues.patch.
- Refresh
  patches.suse/ibmvnic-always-store-valid-MAC-address.patch.
- commit b83f198
- binfmt_misc: fix possible deadlock in bm_register_write
  (git-fixes).
- configfs: fix a use-after-free in __configfs_open_file
  (git-fixes).
- mount: fix mounting of detached mounts onto targets that reside
  on shared mounts  (git-fixes).
- mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
  (git-fixes).
- epoll: check for events when removing a timed out thread from
  the wait queue  (git-fixes).
- proc: fix lookup in /proc/net subdirectories after setns(2)
  (git-fixes).
- apparmor: check/put label on apparmor_sk_clone_security()
  (git-fixes).
- apparmor: Fix aa_label refcnt leak in policy_update
  (git-fixes).
- exec: Move would_dump into flush_old_exec  (git-fixes).
- fuse: verify write return  (git-fixes).
- commit 55b045e
- xfs: group quota should return EDQUOT when prj quota enabled
  (bsc#1180980).
- commit dbe17e3
- Delete patches.suse/sched-Reenable-interrupts-in-do_sched_yield.patch
  (bsc#1183530)
  This patch has been pointed out to break boot on qemu version 3 with
  azure config.
- commit d2d00bd
- Refresh patches.suse/x86-sev-es-add-a-runtime-vc-exception-handler.
- Refresh patches.suse/x86-sev-es-handle-db-events.
  Remove lockdep_assert_irqs_disabled() from
  patches.suse/x86-sev-es-add-a-runtime-vc-exception-handler.
  It can't possibly work correctly on a 5.3 kernel because
  there is no NMI-safe hardirq state tracking yet.
- commit 1234b14
- blacklist.conf: Add 62441a1fb532 x86/sev-es: Correctly track IRQ states in runtime #VC handler
- commit 1b48e04
- x86/sev-es: Use __copy_from_user_inatomic() (bsc#1183553).
- x86/sev-es: Check regs->sp is trusted before adjusting #VC
  IST stack (bsc#1183551).
- x86/sev-es: Introduce ip_within_syscall_gap() helper
  (bsc#1183552).
- commit 8bcc6e7
- smb3: Fix out-of-bounds bug in SMB2_negotiate() (bsc#1183540).
- commit 860b1de
- cifs: check pointer before freeing (bsc#1183534).
- commit 03b0110
- nvme-hwmon: Return error code when registration fails
  (bsc#1177326).
- commit 73e4ae9
- nvme-fabrics: fix kato initialization (bsc#1182591).
- commit 4bcdc01
- Remove patches.suse/nvme-hwmon-Return-error-code-when-registration-fails.patch
  hwmon_init() has no return value, hence we don't need this patch. The
  patch is only relevant for SLE15-SP3.
- commit b165e35
- bnxt_en: Re-write PCI BARs after PCI fatal error (git-fixes). - Refresh patches.suse/bnxt_en-Fix-AER-recovery.patch.
- commit 05952f2
- net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setup (git-fixes).
- commit d9b9ce4
- net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC device (git-fixes).
- commit 85c34ec
- net: fec: Fix phy_device lookup for phy_reset_after_clk_enable() (git-fixes).
- commit 6a3b52e
- net: korina: fix kfree of rx/tx descriptor array (git-fixes).
- commit f8b10af
- xen/events: avoid handling the same event on two cpus at the
  same time (git-fixes).
- commit d3a2816
- xen/events: don't unmask an event channel when an eoi is pending
  (git-fixes).
- commit 29c2c45
- blacklist.conf: Add an inapplicable etnry for rtw88
- commit 65391e2
- xen/events: reset affinity of 2-level event when tearing it down
  (git-fixes).
- commit 43f9b1d
- net: fec: Fix PHY init after phy_reset_after_clk_enable() (git-fixes).
- commit 93f1c3c
- net: enic: Cure the enic api locking trainwreck (git-fixes).
- commit ee3b02c
- net: dsa: rtl8366rb: Support all 4096 VLANs (git-fixes).
- commit abc3215
- Update
  patches.suse/Xen-gnttab-handle-p2m-update-errors-on-a-per-slot-ba.patch
  (bsc#1183022 XSA-367 CVE-2021-28038): added CVE number
- Update
  patches.suse/xen-netback-respect-gnttab_map_refs-s-return-value.patch
  (bsc#1183022 XSA-367 CVE-2021-28038): added CVE number
- commit 49dfaa1
- drm/msm: Fix WARN_ON() splat in _free_object() (bsc#1152489)
  Backporting notes:
  * context changes
- commit f2973f5
- drm/panfrost: Don't corrupt the queue mutex on open/close (bsc#1152472)
  Backporting notes:
  * context changes
- commit ab54c88
- Update
  patches.suse/Xen-gnttab-handle-p2m-update-errors-on-a-per-slot-ba.patch
  (bsc#1183022 XSA-367 CVE-2021-28038): added CVE number
- Update
  patches.suse/xen-netback-respect-gnttab_map_refs-s-return-value.patch
  (bsc#1183022 XSA-367 CVE-2021-28038): added CVE number
- commit 91d5751
- net: stmmac: use netif_tx_start|stop_all_queues() function (git-fixes).
- commit 2c830e3
- net: stmmac: Fix incorrect location to set real_num_rx|tx_queues (git-fixes).
- commit 952bf43
- drm/msm/gem: Add obj->lock wrappers (bsc#1152489)
  Backporting notes:
  * taken for 9b73bde39cf2 ("/drm/msm: Fix use-after-free in msm_gem with carveout"/)
  * context changes
- commit 37d3ff2
- RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_rep (jsc#SLE-15176).
- commit c9eeebe
- net: bonding: fix error return code of bond_neigh_init()
  (bsc#1154353).
- bnxt_en: reliably allocate IRQ table on reset to avoid crash
  (jsc#SLE-8371 bsc#1153274).
- commit f06fb53
- drm: rcar-du: Fix crash when using LVDS1 clock for CRTC (bsc#1152489)
  Backporting notes:
  * context changes
- commit 69d2605
- drm/amd/powerplay: fix spelling mistake "/smu_state_memroy_block"/ -> (bsc#1152489)
  Backporting notes:
  * rename amd/pm to amd/powerplay
  * context changes
- commit 6a3acb4
- drm/amdkfd: Put ACPI table after using it (bsc#1152489)
  Backporting notes:
  * context changes
- commit c115d9f
- drm/msm: Fix use-after-free in msm_gem with carveout (bsc#1152489)
  Backporting notes:
  * context changes
- commit 485d7ba
- drm/panfrost: Fix job timeout handling (bsc#1152472)
  Backporting notes:
  * context changes
- commit ef50c07
- video: fbdev: acornfb: remove free_unused_pages() (bsc#1152489)
- commit 979bc2a
- binfmt_misc: fix possible deadlock in bm_register_write
  (git-fixes).
- misc/pvpanic: Export module FDT device table (git-fixes).
- misc: fastrpc: restrict user apps from sending kernel RPC
  messages (git-fixes).
- staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()
  (git-fixes).
- staging: rtl8188eu: fix potential memory corruption in
  rtw_check_beacon_data() (git-fixes).
- staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan()
  (git-fixes).
- staging: comedi: pcl818: Fix endian problem for AI command data
  (git-fixes).
- staging: comedi: pcl711: Fix endian problem for AI command data
  (git-fixes).
- staging: comedi: me4000: Fix endian problem for AI command data
  (git-fixes).
- staging: comedi: dmm32at: Fix endian problem for AI command data
  (git-fixes).
- staging: comedi: das800: Fix endian problem for AI command data
  (git-fixes).
- staging: comedi: das6402: Fix endian problem for AI command data
  (git-fixes).
- staging: comedi: adv_pci1710: Fix endian problem for AI command
  data (git-fixes).
- staging: comedi: addi_apci_1500: Fix endian problem for command
  sample (git-fixes).
- staging: comedi: addi_apci_1032: Fix endian problem for COS
  sample (git-fixes).
- staging: ks7010: prevent buffer overflow in ks_wlan_set_scan()
  (git-fixes).
- staging: rtl8712: unterminated string leads to read overflow
  (git-fixes).
- usb: xhci: do not perform Soft Retry for some xHCI hosts
  (git-fixes).
- USB: serial: io_edgeport: fix memory leak in edge_startup
  (git-fixes).
- usbip: fix vudc usbip_sockfd_store races leading to gpf
  (git-fixes).
- usbip: fix vhci_hcd attach_store() races leading to gpf
  (git-fixes).
- usbip: fix stub_dev usbip_sockfd_store() races leading to gpf
  (git-fixes).
- usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement
  (git-fixes).
- usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with
  other EPNUM (git-fixes).
- usb: dwc3: qcom: Honor wakeup enabled/disabled state
  (git-fixes).
- usb: gadget: f_uac1: stop playback on function disable
  (git-fixes).
- usb: gadget: f_uac2: always increase endpoint max_packet_size
  by one audio slot (git-fixes).
- USB: gadget: u_ether: Fix a configfs return code (git-fixes).
- commit e8f5b15
- ALSA: usb-audio: Fix Pioneer DJM devices URB_CONTROL request
  direction to set samplerate (git-fixes).
- ALSA: usb-audio: add mixer quirks for Pioneer DJM-900NXS2
  (git-fixes).
- ALSA: usb-audio: Add DJM750 to Pioneer mixer quirk (git-fixes).
- ALSA: usb-audio: Add DJM-450 to the quirks table (git-fixes).
- ALSA: usb-audio: Add DJM450 to Pioneer format quirk (git-fixes).
- ALSA: usb-audio: Add support for Pioneer DJM-750 (git-fixes).
- ALSA: usb-audio: Convert the last strlcpy() usage (git-fixes).
- ALSA: usb-audio: Convert remaining strlcpy() to strscpy()
  (git-fixes).
- ALSA: Convert strlcpy to strscpy when return value is unused
  (git-fixes).
- commit 8cf6568
- ALSA: usb-audio: Fix "/RANGE setting not yet supported"/ errors
  (git-fixes).
- ALSA: usb-audio: Skip the clock selector inquiry for single
  connections (git-fixes).
- ALSA: usb: Use DIV_ROUND_UP() instead of open-coding it
  (git-fixes).
- commit 761b71c
- Move upstreamed HD-audio fixes into sorted section
- commit 61816e8
- ALSA: hda/ca0132: Add Sound BlasterX AE-5 Plus support
  (git-fixes).
- ALSA: hda/conexant: Add quirk for mute LED control on HP ZBook
  G5 (git-fixes).
- ALSA: hda: ignore invalid NHLT table (git-fixes).
- commit 490714c
- block: rsxx: fix error return code of rsxx_pci_probe()
  (git-fixes).
- software node: Fix node registration (git-fixes).
- mmc: cqhci: Fix random crash when remove mmc module/card
  (git-fixes).
- mmc: core: Fix partition switch time for eMMC (git-fixes).
- commit c895b3d
- ALSA: hda/hdmi: Cancel pending works before suspend (git-fixes).
- ALSA: hda: Avoid spurious unsol event handling during S3/S4
  (git-fixes).
- ALSA: hda: Drop the BATCH workaround for AMD controllers
  (git-fixes).
- commit dcc7c7c
- Move upstreamed sound fixes into sorted section
- commit 8879ec1
- kABI: repair after "/nVMX: Properly handle userspace interrupt window request"/
  Restore the signature of member function of kvm_x86_ops, which is kABI.
  The implementation does not use the second argument any longer, so mark
  it as __unused.
- commit ac3267f
- jfs: Fix array index bounds check in dbAdjTree  (bsc#1179454 CVE-2020-27815).
- commit 8c97baa
- Refresh media fixes to the upstreamed version (bsc#1181104)
  Refreshed:
  patches.suse/media-dvb-usb-Fix-memory-leak-at-error-in-dvb_usb_de.patch
  patches.suse/media-dvb-usb-Fix-use-after-free-access.patch
- commit 0dafc68
- Move upstreamed amdgpu patches into sorted section
- commit 7d79443
- KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs
  (bsc#1183447).
- commit 07c11e6
- ASoC: Intel: sof_sdw: reorganize quirks by generation
  (git-fixes).
- Refresh
  patches.suse/ASoC-Intel-sof-sdw-indent-and-add-quirks-consistentl.patch.
- commit 50ee7a3
- drm/amd/display: Fix nested FPU context in
  dcn21_validate_bandwidth() (git-fixes).
- drm/shmem-helper: Don't remove the offset in vm_area_struct
  pgoff (git-fixes).
- drm/shmem-helper: Check for purged buffers in fault handler
  (git-fixes).
- ASoC: Intel: sof_sdw: add quirk for HP Spectre x360 convertible
  (git-fixes).
- Bluetooth: btqca: Add valid le states quirk (git-fixes).
- commit 30958f3
- KVM: x86: Add helpers to perform CPUID-based guest vendor check
  (bsc#1183445).
  Also refreshes:
  patches.suse/kvm-x86-fix-cpuid-range-checks-for-hypervisor-and-centaur-classes.
- commit e678df6
- mwifiex: pcie: skip cancel_work_sync() on reset failure path
  (git-fixes).
- commit c95acf7
- drm: meson_drv add shutdown function (git-fixes).
- qxl: Fix uninitialised struct field head.surface_id (git-fixes).
- media: usbtv: Fix deadlock on suspend (git-fixes).
- media: rc: compile rc-cec.c into rc-core (git-fixes).
- drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL register
  (git-fixes).
- misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B
  eeprom (git-fixes).
- ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region
  parameter handling (git-fixes).
- HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568
  EC on Voyo Winpad A15 (git-fixes).
- mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN
  (git-fixes).
- HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB
  Gamecube Adapter (git-fixes).
- PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA
  controller (git-fixes).
- ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807
  (git-fixes).
- platform/x86: acer-wmi: Add ACER_CAP_KBD_DOCK quirk for the
  Aspire Switch 10E SW3-016 (git-fixes).
- platform/x86: acer-wmi: Add support for SW_TABLET_MODE on
  Switch devices (git-fixes).
- platform/x86: acer-wmi: Add ACER_CAP_SET_FUNCTION_MODE
  capability flag (git-fixes).
- platform/x86: acer-wmi: Add new force_caps module parameter
  (git-fixes).
- platform/x86: acer-wmi: Cleanup accelerometer device handling
  (git-fixes).
- platform/x86: acer-wmi: Cleanup ACER_CAP_FOO defines
  (git-fixes).
- ASoC: Intel: bytcr_rt5640: Add quirk for ARCHOS Cesium 140
  (git-fixes).
- media: cx23885: add more quirks for reset DMA on some AMD IOMMU
  (git-fixes).
- commit f5bb9e4
- gcc-plugins: simplify GCC plugin-dev capability test
  (bsc#1181862).
- update config files
  - GCC_PLUGINS=y
  - GCC_PLUGIN_CYC_COMPLEXITY=n
  - GCC_PLUGIN_LATENT_ENTROPY=n
  - GCC_PLUGIN_RANDSTRUCT=n
  - GCC_PLUGIN_STRUCTLEAK_USER=n
  - GCC_PLUGIN_STRUCTLEAK_BYREF=n
  - GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=n
  - GCC_PLUGIN_STACKLEAK=n
- commit f16b7b9
- ibmvfc: free channel_setup_buf during device tear down
  (bsc#1183440 ltc#191464).
- commit b86b88e
- RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes (bsc#1169709)
- commit 0d2798a
- KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries
  (bsc#1183428).
- commit 3773bcc
- KVM: nVMX: Properly handle userspace interrupt window request
  (bsc#1183427).
- commit 3cc1c3a
- kvm: svm: Update svm_xsaves_supported (jsc#SLE-13573).
- commit 2e53071
- KVM: x86: Expose XSAVEERPTR to the guest (jsc#SLE-13573).
- commit 4f9517b
- kvm: x86: Enumerate support for CLZERO instruction
  (jsc#SLE-13573).
- commit e2e8bf7
- patches.suse/0007-block-add-docs-for-gendisk-request_queue-refcount-he.patch:
  (bsc#1171295, git fixes (block drivers)).
- patches.suse/0008-block-revert-back-to-synchronous-request_queue-remov.patch:
  (bsc#1171295, git fixes (block drivers)).
- patches.suse/0009-blktrace-fix-debugfs-use-after-free.patch:
  (bsc#1171295, git fixes (block drivers)).
  Update patches related to bsc#1171295 which were merged sooner due to
  other reasons.
- commit 2cd1e12
- fix patch metadata
- fix Patch-mainline:
  patches.suse/PCI-Add-a-REBAR-size-quirk-for-Sapphire-RX-5600-XT-P.patch
- commit e2c9c81
- series.conf: cleanup
- move mainline patches into sorted section
  patches.suse/btrfs-unlock-extents-in-btrfs_zero_range-in-case-of-errors.patch
  patches.suse/btrfs-free-correct-amount-of-space-in-btrfs_delayed_inode_reserve_metadata.patch
  patches.suse/btrfs-don-t-flush-from-btrfs_delayed_inode_reserve_metadata.patch
  (no effect on expanded tree)
- commit 00edfef
- series.conf: cleanup
- update upstream references and resort:
  patches.suse/ibmvnic-Fix-possibly-uninitialized-old_num_tx_queues.patch
  patches.suse/ibmvnic-always-store-valid-MAC-address.patch
  patches.suse/powerpc-pseries-Don-t-enforce-MSI-affinity-with-kdum.patch
- commit 31cb799
- Update patches.suse/apparmor-Fix-use-after-free-in-aa_audit_rule_init.patch
  (CVE-2019-18814 bsc#1156256).
- commit 7636680
- scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changes
  (bsc#1182574).
- scsi: lpfc: Update lpfc version to 12.8.0.8 (bsc#1182574).
- scsi: lpfc: Correct function header comments related to ndlp
  reference counting (bsc#1182574).
- scsi: lpfc: Reduce LOG_TRACE_EVENT logging for vports
  (bsc#1182574).
- scsi: lpfc: Change wording of invalid pci reset log message
  (bsc#1182574).
- scsi: lpfc: Fix crash caused by switch reboot (bsc#1182574).
- scsi: lpfc: Fix pt2pt state transition causing rmmod hang
  (bsc#1182574).
- scsi: lpfc: Fix nodeinfo debugfs output (bsc#1182574).
- scsi: lpfc: Fix ADISC handling that never frees nodes
  (bsc#1182574).
- scsi: lpfc: Fix PLOGI ACC to be transmit after REG_LOGIN
  (bsc#1182574).
- scsi: lpfc: Fix dropped FLOGI during pt2pt discovery recovery
  (bsc#1182574).
- scsi: lpfc: Fix status returned in lpfc_els_retry() error exit
  path (bsc#1182574).
- scsi: lpfc: Fix use after free in lpfc_els_free_iocb
  (bsc#1182574).
- scsi: lpfc: Fix null pointer dereference in lpfc_prep_els_iocb()
  (bsc#1182574).
- scsi: lpfc: Fix unnecessary null check in lpfc_release_scsi_buf
  (bsc#1182574).
- scsi: lpfc: Fix pt2pt connection does not recover after LOGO
  (bsc#1182574).
- scsi: lpfc: Fix lpfc_els_retry() possible null pointer
  dereference (bsc#1182574).
- scsi: lpfc: Fix FLOGI failure due to accessing a freed node
  (bsc#1182574).
- scsi: lpfc: Fix stale node accesses on stale RRQ request
  (bsc#1182574).
- scsi: lpfc: Fix reftag generation sizing errors (bsc#1182574).
- scsi: lpfc: Fix vport indices in lpfc_find_vport_by_vpid()
  (bsc#1182574).
- scsi: lpfc: Fix incorrect dbde assignment when building target
  abts wqe (bsc#1182574).
- commit 19f4943
- patches.suse/loop-be-paranoid-on-exit-and-prevent-new-additions-r.patch: (bsc#1171295).
- commit e598133
- patches.suse/blktrace-annotate-required-lock-on-do_blk_trace_setu.patch: (bsc#1171295).
- commit b590c4c
- patches.suse/block-clarify-context-for-refcount-increment-helpers.patch: (bsc#1171295).
- commit 252fb3e
- KVM: x86: do not reset microcode version on INIT or RESET
  (bsc#1183412).
- commit 16ce873
- patches.suse/blktrace-Avoid-sparse-warnings-when-assigning-q-blk_.patch: (bsc#1171295).
- commit fbf1322
- patches.suse/blktrace-break-out-of-blktrace-setup-on-concurrent-c.patch: (bsc#1171295).
- commit 3bfed47
- net: mvneta: fix double free of txq->buf (git-fixes).
- commit 1c0789f
- net: mvneta: make tx buffer array agnostic (git-fixes).
- commit 49c79a4
- net: usb: ax88179_178a: fix missing stop entry in driver_info (git-fixes).
- commit c51e8e9
- mdio: fix mdio-thunder.c dependency & build error (git-fixes).
- commit 89b67ef
- net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stop (git-fixes).
- commit c74de85
- ice: fix memory leak in ice_vsi_setup (git-fixes).
- commit 7c0d558
- ice: fix memory leak if register_netdev_fails (git-fixes).
- commit 8c0fdc3
- nvme: remove nvme_identify_ns_list (bsc#1180197).
- nvme: refactor nvme_validate_ns (bsc#1180197).
- nvme: move nvme_validate_ns (bsc#1180197).
- nvme: query namespace identifiers before adding the namespace
  (bsc#1180197).
- nvme: revalidate zone bitmaps in nvme_update_ns_info
  (bsc#1180197).
- nvme: remove nvme_update_formats (bsc#1180197).
- nvme: update the known admin effects (bsc#1180197).
- nvme: set the queue limits in nvme_update_ns_info (bsc#1180197).
- nvme: remove the 0 lba_shift check in nvme_update_ns_info
  (bsc#1180197).
- nvme: clean up the check for too large logic block sizes
  (bsc#1180197).
- nvme: freeze the queue over ->lba_shift updates (bsc#1180197).
- nvme: factor out a nvme_configure_metadata helper (bsc#1180197).
- nvme: call nvme_identify_ns as the first thing in
  nvme_alloc_ns_block (bsc#1180197).
- nvme: lift the check for an unallocated namespace into
  nvme_identify_ns (bsc#1180197).
- nvme: rename __nvme_revalidate_disk (bsc#1180197).
- nvme: rename _nvme_revalidate_disk (bsc#1180197).
- nvme: rename nvme_validate_ns to nvme_validate_or_alloc_ns
  (bsc#1180197).
- nvme: remove the disk argument to nvme_update_zone_info
  (bsc#1180197).
- nvme: fix initialization of the zone bitmaps (bsc#1180197).
- nvme: opencode revalidate_disk in nvme_validate_ns
  (bsc#1180197).
- commit bf92aeb
- Refresh
  patches.suse/iommu-vt-d-fix-kernel-null-pointer-dereference-in-find_domain.
- commit fca53e1
- KVM: x86: list MSR_IA32_UCODE_REV as an emulated MSR
  (bsc#1183369).
- commit 3238faa
- PM: runtime: Add pm_runtime_resume_and_get to deal with usage
  counter (bsc#1183366).
- commit a3fe770
- Update bpf-Fix-signed_-sub-add32-_overflows-type-handling.patch
  Add the following tags: bsc#1183077, CVE-2021-20268
- commit 01dcc33
- Import kabi reference files from the RC1 submission (commit 52197697dc8)
- commit f143546
- bpf,x64: Pad NOPs to make images converge more easily
  (bsc#1178163).
- commit 9aadbb2
- iavf: Fix incorrect adapter get in iavf_resume (git-fixes).
- commit f71dec5
- iavf: use generic power management (git-fixes).
- commit 23712b8
- net: stmmac: removed enabling eee in EEE set callback (git-fixes).
- commit d783a1f
- s390: lock down kernel in secure boot mode (jsc#SLE-7741).
- Update config files.
- commit 1499b7b
- Update
  patches.suse/scsi-iscsi-ensure-sysfs-attributes-are-limited-to-page_size
  (CVE-2021-27365 bsc#1182715).
- Update
  patches.suse/scsi-iscsi-restrict-sessions-and-handles-to-admin-capabilities
  (CVE-2021-27363 CVE-2021-27364 bsc#1182716 bsc#1182717).
- Update
  patches.suse/scsi-iscsi-verify-lengths-on-passthrough-pdus
  (CVE-2021-27365 bsc#1182715).
- commit da2d102
- nvme: return an error if nvme_set_queue_count() fails
  (bsc#1180197).
- commit a1a57eb
- iommu/vt-d: Avoid panic if iommu init fails in tboot system (bsc#1183315).
- Refresh
  patches.suse/x86-tboot-don-t-disable-swiotlb-when-iommu-is-forced-on.
- commit 457c28f
- locks: reinstate locks_delete_block optimization
  (CVE-2019-19769 bsc#1159280).
- locks: fix a potential use-after-free problem when wakeup a
  waiter  (CVE-2019-19769 bsc#1159280).
- commit 4a9973d
- iommu/amd: Fix sleeping in atomic in increase_address_space()
  (bsc#1183310).
- iommu/vt-d: Fix status code for Allocate/Free PASID command
  (bsc#1183320).
- iommu/amd: Fix sleeping in atomic in increase_address_space()
  (bsc#1183310).
- vfio/iommu_type1: Populate full dirty when detach non-pinned
  group (bsc#1183326).
- iommu: Switch gather->end to the inclusive end (bsc#1183314).
- memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi ops
  (bsc#1183325).
- KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU
  reset (bsc#1183324).
- KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
  (bsc#1183323).
- iommu: Check dev->iommu in dev_iommu_priv_get() before
  dereferencing it (bsc#1183311).
- iommu/vt-d: Do not use flush-queue when caching-mode is on
  (bsc#1183317).
- iommu/vt-d: Correctly check addr alignment in
  qi_flush_dev_iotlb_pasid() (bsc#1183316).
- iommu/vt-d: Fix unaligned addresses for
  intel_flush_svm_range_dev() (bsc#1183321).
- iommu/vt-d: Fix ineffective devTLB invalidation for subdevices
  (bsc#1183319).
- iommu/vt-d: Fix general protection fault in aux_detach_device()
  (bsc#1183318).
- iommu/vt-d: Move intel_iommu info from struct intel_svm to
  struct intel_svm_dev (bsc#1183322).
- iommu/intel: Fix memleak in intel_irq_remapping_alloc
  (bsc#1183312).
- iommu/qcom: add missing put_device() call in
  qcom_iommu_of_xlate() (bsc#1183313).
- commit f8bf292
- Refresh ibmvfc patches to upstream version.
- commit e1a83f9
- ALSA: hda/hdmi: Cancel pending works before suspend
  (bsc#1182377).
- ALSA: hda: Avoid spurious unsol event handling during S3/S4
  (bsc#1182377).
- ALSA: hda: Flush pending unsolicited events before suspend
  (bsc#1182377).
- commit de11888
- powerpc/sstep: Fix VSX instruction emulation (jsc#SLE-13847
  bsc#1180581 ltc#190174).
- commit 2216ba0
- ibmvnic: remove excessive irqsave (bsc#1182485 ltc#191591).
- commit 3c13549
- KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset (bsc#1183288).
- Refresh
  patches.kabi/kABI-Fix-kABI-after-AMD-SEV-PCID-fixes.patch.
- commit cb76db4
- iommu/amd: Fix sleeping in atomic in increase_address_space()
  (bsc#1183277).
- KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
  (bsc#1183287).
- iommu/vt-d: Do not use flush-queue when caching-mode is on
  (bsc#1183282).
- iommu/vt-d: Correctly check addr alignment in
  qi_flush_dev_iotlb_pasid() (bsc#1183281).
- iommu/vt-d: Fix unaligned addresses for
  intel_flush_svm_range_dev() (bsc#1183285).
- iommu/vt-d: Fix ineffective devTLB invalidation for subdevices
  (bsc#1183284).
- iommu/vt-d: Fix general protection fault in aux_detach_device()
  (bsc#1183283).
- iommu/vt-d: Move intel_iommu info from struct intel_svm to
  struct intel_svm_dev (bsc#1183286).
- iommu/intel: Fix memleak in intel_irq_remapping_alloc
  (bsc#1183278).
- iommu/vt-d: Avoid panic if iommu init fails in tboot system
  (bsc#1183280).
- iommu/vt-d: Add get_domain_info() helper (bsc#1183279).
- commit b6d08d2
- KVM: SVM: Clear the CR4 register on reset (bsc#1183252).
- commit e6e6e8c
- r8169: fix r8168fp_adjust_ocp_cmd function (git-fixes).
- gpiolib: acpi: Allow to find GpioInt() resource by name and
  index (git-fixes).
- gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk
  (git-fixes).
- drm/amdgpu:disable VCN for Navi12 SKU (git-fixes).
- ALSA: usb-audio: use Corsair Virtuoso mapping for Corsair
  Virtuoso SE (git-fixes).
- r8169: Add support for another RTL8168FP (git-fixes).
- r8169: improve DASH support (git-fixes).
- drm/amdgpu: enable DCN for navi10 headless SKU (git-fixes).
- drm/amdgpu: rename nv_is_headless_sku() (git-fixes).
- drm/amdgpu: disable DCN and VCN for Navi14 0x7340/C9 SKU
  (git-fixes).
- commit 16a0ee9
- netdevsim: init u64 stats for 32bit hardware (git-fixes).
- net: usb: qmi_wwan: allow qmimux add/del with master up
  (git-fixes).
- can: skb: can_skb_set_owner(): fix ref counting if socket was
  closed before setting skb ownership (git-fixes).
- can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode
  (git-fixes).
- can: flexcan: enable RX FIFO after FRZ/HALT valid (git-fixes).
- can: flexcan: assert FRZ bit in flexcan_chip_freeze()
  (git-fixes).
- mt76: dma: do not report truncated frames to mac80211
  (git-fixes).
- gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2
  (git-fixes).
- drm/amdgpu: fix parameter error of RREG32_PCIE() in
  amdgpu_regs_pcie (git-fixes).
- usbip: tools: fix build error for multiple definition
  (git-fixes).
- commit 15f1b1c
- arm64: select CPUMASK_OFFSTACK if NUMA (bsc#1183033,
  bsc#1183030).
- Update config files: CONFIG_CPUMASK_OFFSTACK=y for arm64
- commit 1e2e7ba
- rpm/check-for-config-changes: comment on the list
  To explain what it actually is.
- commit e94bacf
- rpm/check-for-config-changes: define ignores more strictly
  * search for whole words, so make wildcards explicit
  * use ' for quoting
  * prepend CONFIG_ dynamically, so it need not be in the list
- commit f61e954
- rpm/check-for-config-changes: sort the ignores
  They are growing so to make them searchable by humans.
- commit 67c6b55
- rpm/check-for-config-changes: add -mrecord-mcount ignore
  Added by 3b15cdc15956 (tracing: move function tracer options to Kconfig)
  upstream.
- commit 018b013
- scsi: iscsi: Verify lengths on passthrough PDUs (CVE-2021-27365
  bsc#1182715).
- scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE
  (CVE-2021-27365 bsc#1182715).
- scsi: iscsi: Restrict sessions and handles to admin capabilities
  (CVE-2021-27363 CVE-2021-27364 bsc#1182716 bsc#1182717).
- commit e5416af
- Refresh patches.suse/powerpc-pseries-Don-t-enforce-MSI-affinity-with-kdum.patch.
  Update patch metadata.
- commit 5b5a037
- crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig
  (git-fixes).
- commit 79f6b38
- Update config files.
- commit a7710ca
- arm64: make STACKPROTECTOR_PER_TASK configurable (bsc#1181862).
- commit e710608
- net: gemini: Fix another missing clk_disable_unprepare()
  in probe (git-fixes).
- commit 6c94cd0
- net: ethernet: ti: cpsw: fix clean up of vlan mc entries for
  host port (git-fixes).
- commit 05decbb
- net: arc_emac: Fix memleak in arc_mdio_probe (git-fixes).
- commit 5898dda
- net: gemini: Fix missing free_netdev() in error path of
  gemini_ethernet_port_probe() (git-fixes).
- commit a31c30f
- net: qcom/emac: add missed clk_disable_unprepare in error path
  of emac_clks_phase1_init (git-fixes).
- commit 8bcb8c8
- net/mlx5: Delete extra dump stack that gives nothing
  (git-fixes).
- commit 8adc626
- fsl/fman: fix eth hash table allocation (git-fixes).
- commit 888f0c2
- Refresh patches.suse/powerpc-vdso-Replace-vdso_base-by-vdso.patch.
  Fix warnings.
- commit e4e515f
- fsl/fman: check dereferencing null pointer (git-fixes).
- commit 8b2d58f
- fsl/fman: fix unreachable code (git-fixes).
- commit 44dfe0c
- fsl/fman: fix dereference null return value (git-fixes).
- commit 54941fb
- fsl/fman: use 32-bit unsigned integer (git-fixes).
- commit b5edb51
- net: spider_net: Fix the size used in a 'dma_free_coherent()'
  call (git-fixes).
- commit 62d1c07
- bpf: Fix truncation handling for mod32 dst reg wrt zero
  (bsc#1177028).
- selftests/bpf: Convert test_xdp_redirect.sh to bash
  (bsc#1177028).
- commit c084826
- bpf_lru_list: Read double-checked variable once without lock
  (bsc#1155518).
- bpf: Declare __bpf_free_used_maps() unconditionally
  (bsc#1155518).
- bpf: Avoid warning when re-casting __bpf_call_base into
  __bpf_call_base_args (bsc#1155518).
- commit 30d5020
- bpf: Clear subreg_def for global function return values
  (bsc#1177028).
- bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocation
  (bsc#1177028).
- libbpf: Ignore non function pointer member in struct_ops
  (bsc#1177028).
- bpf: Add bpf_patch_call_args prototype to include/linux/bpf.h
  (bsc#1177028).
- bpf: Fix 32 bit src register truncation on div/mod
  (bsc#1177028).
- bpf: Fix verifier jmp32 pruning decision logic (bsc#1177028).
- bpf: Fix verifier jsgt branch analysis on max bound
  (bsc#1177028).
- commit 4d1a1f2
- ALSA: usb-audio: fix use after free in usb_audio_disconnect
  (bsc#1182552).
- ALSA: usb-audio: fix NULL ptr dereference in usb_audio_probe
  (bsc#1182552).
- commit e4781c6
- powerpc: Add kABI placeholder to struct pci_controller and
  mm_context_t (bsc#1183030).
- commit d01a093
- scsi: iscsi: Verify lengths on passthrough PDUs (CVE-2021-27365
  bsc#182715).
- scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE
  (CVE-2021-27365 bsc#182715).
- scsi: iscsi: Restrict sessions and handles to admin capabilities
  (CVE-2021-27363 CVE-2021-27364 bsc#182716 bsc#182717).
- commit 71d447d
- arch/arm64: Add a kABI placeholder for the future TLBI boradcast
  fixes (bsc#1183030).
- commit 7797213
- blacklist.conf: Blacklist CONFIG_UCLAMP_TASK fixes
  dcd6dffb0a75 sched/core: Fix size of rq::uclamp initialization
  eaf5a92ebde5 sched/core: Fix reset-on-fork from RT with uclamp
  d81ae8aac85c sched/uclamp: Fix initialization of struct uclamp_rq
  46609ce22703 sched/uclamp: Protect uclamp fast path code with static key
- commit 04723ee
- Rename duplicate patches to their SLE15-SP2 equivalents.
  This is to prepare for the next SLE15-SP2 -> SLE15-SP3 merge.
- commit 87e9aa1
- net: ethernet: aquantia: Fix wrong return value (git-fixes).
- commit d7e8c64
- net: dsa: rtl8366: Fix VLAN set-up (git-fixes).
- commit 332c76d
- nvme-hwmon: Return error code when registration fails
  (bsc#1177326).
- commit 1f91b69
- Refresh
  patches.suse/0003-kabi-Add-placeholders-to-a-couple-of-important-struc.patch.
  Add KABI padding to mm_struct, which is mentioned in the patch description but
  was actually missing.
- commit 17c4dee
- net: dsa: rtl8366: Fix VLAN semantics (git-fixes).
- commit eaed13b
- kbuild: improve cc-option to clean up all temporary files
  (bsc#1178330).
- Refresh patches.suse/livepatch-dump-ipa-clones.patch
- kbuild: use -S instead of -E for precise cc-option test in
  Kconfig (bsc#1178330).
- commit 9b47d75
- blacklist.conf: blacklist btrfs subpage RW related fixes
  As btrfs in SLE won't support subpage RW until SLE15-SP4.
- commit 74db4da
- drm/i915/gem: Support parsing of oversize batches (bsc#1152489)
  Backporting notes:
  * context changes
- commit dc05c54
- blacklist.conf: Append 'drm/i915: Keep rings pinned while the context is active'
  Backporting notes:
  * ac65bdfef14a ("/drm/i915: Keep rings pinned while the context is active"/)
  is in the v5.3 base tree, but got blacklisted with the wrong duplicate-of
  rev. The patch at hand fixes this.
- commit 81ad7e0
- ASoC: Intel: sof_sdw: detect DMIC number based on mach params
  (git-fixes).
- ASoC: Intel: sof-sdw: indent and add quirks consistently
  (git-fixes).
- ASoC: Intel: bytcr_rt5640: Add new BYT_RT5640_NO_SPEAKERS
  quirk-flag (git-fixes).
- Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirk
  (git-fixes).
- Bluetooth: btusb: fix memory leak on suspend and resume
  (git-fixes).
- drm/virtio: use kvmalloc for large allocations (git-fixes).
- commit 2f41145
- udlfb: Fix memory leak in dlfb_usb_probe (git-fixes).
- vt/consolemap: do font sum unsigned (git-fixes).
- wlcore: Fix command execute failure 19 for wl12xx (git-fixes).
- rsi: Move card interrupt handling to RX thread (git-fixes).
- commit 9236947
- net: usb: qmi_wwan: support ZTE P685M modem (git-fixes).
- crypto: tcrypt - avoid signed overflow in byte count
  (git-fixes).
- drm/amd/display: Guard against NULL pointer deref when
  get_i2c_info fails (git-fixes).
- PCI: Add a REBAR size quirk for Sapphire RX 5600 XT Pulse
  (git-fixes).
- drm/amdgpu: Add check to prevent IH overflow (git-fixes).
- drm/hisilicon: Fix use-after-free (git-fixes).
- media: uvcvideo: Allow entities with no pads (git-fixes).
- media: v4l2-ctrls.c: fix shift-out-of-bounds in std_validate
  (git-fixes).
- media: mceusb: sanity check for prescaler value (git-fixes).
- staging: bcm2835-audio: Replace unsafe strcpy() with strscpy()
  (git-fixes).
- staging: most: sound: add sanity check for function argument
  (git-fixes).
- staging: fwserial: Fix error handling in fwserial_create
  (git-fixes).
- brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15
  tablet (git-fixes).
- brcmfmac: Add DMI nvram filename quirk for Predia Basic tablet
  (git-fixes).
- ath10k: fix wmi mgmt tx queue full due to race condition
  (git-fixes).
- Bluetooth: Fix null pointer dereference in
  amp_read_loc_assoc_final_data (git-fixes).
- Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for
  btrtl (git-fixes).
- Input: elantech - fix protocol errors for some trackpoints in
  SMBus mode (git-fixes).
- rsi: Fix TX EAPOL packet handling against iwlwifi AP
  (git-fixes).
- commit 2608a34
- ASoC: Intel: bytcr_rt5640: Add quirk for the Acer One S1002
  tablet (git-fixes).
- ASoC: Intel: bytcr_rt5651: Add quirk for the Jumper EZpad 7
  tablet (git-fixes).
- ASoC: Intel: bytcr_rt5640: Add quirk for the Voyo Winpad A15
  tablet (git-fixes).
- ASoC: Intel: bytcr_rt5640: Add quirk for the Estar Beauty HD
  MID 7316R tablet (git-fixes).
- ASoC: Intel: Add DMI quirk table to soc_intel_is_byt_cr()
  (git-fixes).
- commit 4e131ac
- Refresh patches.suse/btrfs-don-t-flush-from-btrfs_delayed_inode_reserve_metadata.patch.
- Refresh
  patches.suse/btrfs-free-correct-amount-of-space-in-btrfs_delayed_inode_reserve_metadata.patch.
- Refresh
  patches.suse/btrfs-unlock-extents-in-btrfs_zero_range-in-case-of-errors.patch.
- commit bafd254
- kbuild: dummy-tools, support MPROFILE_KERNEL checks for ppc
  (bsc#1181862).
- commit d053b67
- ACPI: bus: Constify is_acpi_node() and friends (part 2)
  (git-fixes).
- commit 5937701
- rsxx: Return -EFAULT if copy_to_user() fails (git-fixes).
- PM: runtime: Update device status before letting suppliers
  suspend (git-fixes).
- commit e05652b
- drm/amd/display: Add a backlight module option (bsc#1180749).
- drm/amdgpu/display: handle aux backlight in
  backlight_get_brightness (bsc#1180749).
- drm/amdgpu/display: don't assert in set backlight function
  (bsc#1180749).
- drm/amdgpu/display: simplify backlight setting (bsc#1180749).
- commit 5a8f9fa
- kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option
  base (bcs#1181862).
- kbuild: include scripts/Makefile.* only when relevant CONFIG
  is enabled (bcs#1181862).
- commit 5819136
- gcc-plugins: drop support for GCC <= 4.7 (bcs#1181862).
- refresh config files (drop PLUGIN_HOSTCC)
- kconfig: introduce m32-flag and m64-flag (bcs#1181862).
- gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS
  again (bcs#1181862).
- kbuild: change *FLAGS_<basetarget>.o to take the path relative
  to $(obj) (bcs#1181862).
- kbuild: Fail if gold linker is detected (bcs#1181862).
- commit 9094f62
- powerpc/vdso: Retrieve sigtramp offsets at buildtime (bsc#1183002).
- Refresh patches.suse/powerpc-64-signal-Fix-regression-in-__kernel_sigtram.patch.
- powerpc/vdso: Replace vdso_base by vdso (bsc#1183002).
- commit 0f7fda0
- ARMv6/v7: Update config files. (bsc#1183009)
  enable CONFIG_ARM_MODULE_PLTS to fix module loading issues
  (cherry picked from commit b3d2cd1b65794d32c02319c8e2376f15360ff8ec)
- commit 5723968
- kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc
  (bcs#1181862).
- commit 77ad0cc
- kbuild: add dummy toolchains to enable all cc-option etc. in
  Kconfig (bcs#1181862).
- Delete patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch.
- commit 928cf1d
- wireguard: kconfig: use arm chacha even with no neon
  (git-fixes).
- wireguard: device: do not generate ICMP for non-IP packets
  (git-fixes).
- wireguard: selftests: test multiple parallel streams
  (git-fixes).
- crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the
  manager (git-fixes).
- crypto: arm64/poly1305-neon - reorder PAC authentication with
  SP update (git-fixes).
- commit c931ac8
- objtool: Fix "/.cold"/ section suffix check for newer versions
  of GCC (bsc#1169514).
- commit 4b4e63c
- ibmvnic: always store valid MAC address (bsc#1182011 ltc#191844).
- commit 486024a
- rpm/check-for-config-changes: declare sed args as an array
  So that we can reuse it in both seds.
  This also introduces IGNORED_CONFIGS_RE array which can be easily
  extended.
- commit a1976d2
- ALSA: hda: intel-nhlt: verify config type (git-fixes).
- commit 4504e76
- ALSA: hda/realtek: Apply dual codec quirks for MSI Godlike
  X570 board (git-fixes).
- ALSA: hda/realtek: Add quirk for Intel NUC 10 (git-fixes).
- ALSA: hda/realtek: Add quirk for Clevo NH55RZQ (git-fixes).
- ALSA: hda/realtek: Enable headset mic of Acer SWIFT with ALC256
  (git-fixes).
- commit acba99b
- Move upstreamed USB-audio fixes into sorted section
- commit 28c79bd
- ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bits
  (git-fixes).
- certs: Fix blacklist flag type confusion (git-fixes).
- commit 83ee089
- xen-netback: respect gnttab_map_refs()'s return value
  (bsc#1183022 XSA-367).
- commit 5a927d9
- Xen/gnttab: handle p2m update errors on a per-slot basis
  (bsc#1183022 XSA-367).
- commit b394e32
- xen-netback: respect gnttab_map_refs()'s return value
  (bsc#1183022 XSA-367).
- commit 53b7528
- Xen/gnttab: handle p2m update errors on a per-slot basis
  (bsc#1183022 XSA-367).
- commit 846e338
- drm/amd/display: Remove Assert from dcn10_get_dig_frontend
  (git-fixes).
- drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1
  (git-fixes).
- drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2)
  (git-fixes).
- drm/amdkfd: Fix recursive lock warnings (git-fixes).
- drm/amd/display: Add FPU wrappers to dcn21_validate_bandwidth()
  (git-fixes).
- drm/modes: Switch to 64bit maths to avoid integer overflow
  (git-fixes).
- commit dbc87d2
- watchdog: mei_wdt: request stop on unregister (git-fixes).
- commit 1de5431
- pwm: rockchip: rockchip_pwm_probe(): Remove superfluous
  clk_unprepare() (git-fixes).
- PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064 (git-fixes).
- PCI: Align checking of syscall user config accessors
  (git-fixes).
- random: fix the RNDRESEEDCRNG ioctl (git-fixes).
- VMCI: Use set_page_dirty_lock() when unregistering guest memory
  (git-fixes).
- staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table
  (git-fixes).
- USB: serial: option: update interface mapping for ZTE P685M
  (git-fixes).
- USB: serial: ftdi_sio: fix FTX sub-integer prescaler
  (git-fixes).
- usb: dwc3: gadget: Fix dep->interval for fullspeed interrupt
  (git-fixes).
- usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1
  (git-fixes).
- commit b47408f
- PCI: Decline to resize resources if boot config must be
  preserved (git-fixes).
- drivers/misc/vmw_vmci: restrict too big queue size in
  qp_host_alloc_queue (git-fixes).
- misc: rtsx: init of rts522a add OCP power off when no card is
  present (git-fixes).
- Input: i8042 - add ASUS Zenbook Flip to noselftest list
  (git-fixes).
- Input: raydium_ts_i2c - do not send zero length (git-fixes).
- Input: xpad - add support for PowerA Enhanced Wired Controller
  for Xbox Series X|S (git-fixes).
- mmc: sdhci-esdhc-imx: fix kernel panic when remove module
  (git-fixes).
- fbdev: aty: SPARC64 requires FB_ATY_CT (git-fixes).
- media: mceusb: Fix potential out-of-bounds shift (git-fixes).
- staging: gdm724x: Fix DMA from stack (git-fixes).
- commit 837d6c3
- drm/msm/mdp5: Fix wait-for-commit for cmd panels (git-fixes).
- drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY)
  (git-fixes).
- crypto: arm64/sha - add missing module aliases (git-fixes).
- crypto: bcm - Rename struct device_private to bcm_device_private
  (git-fixes).
- crypto: aesni - prevent misaligned buffers on the stack
  (git-fixes).
- drm/i915: Reject 446-480MHz HDMI clock on GLK (git-fixes).
- drm/nouveau/kms: handle mDP connectors (git-fixes).
- drm/sched: Cancel and flush all outstanding jobs before finish
  (git-fixes).
- commit d2c4de8
- rpm/check-for-config-changes: ignore more configs
  Specifially, these:
  * CONFIG_CC_HAS_*
  * CONFIG_CC_HAVE_*
  * CONFIG_CC_CAN_*
  * CONFIG_HAVE_[A-Z]*_COMPILER
  * CONFIG_TOOLS_SUPPORT_*
  are compiler specific too. This will allow us to use super configs
  using kernel's dummy-tools.
- commit d12dcbd
- objtool: Fix retpoline detection in asm code (bsc#1169514).
- commit 15a53c5
- ibmvnic: substitute mb() with dma_wmb() for send_*crq* functions
  (bsc#1183023 ltc#191791).
- ibmvnic: simplify reset_long_term_buff function (bsc#1183023
  ltc#191791).
- ibmvnic: substitute mb() with dma_wmb() for send_*crq* functions
  (bsc#1183023 ltc#191791).
- ibmvnic: simplify reset_long_term_buff function (bsc#1183023
  ltc#191791).
- commit 68ed094
- dmaengine: move .device_release missing log warning to debug
  level (bsc#1182992).
- dmaengine: ioat: Support in-use unbind (bsc#1182992).
- commit fb94c70
- Add kABI placeholders for ASoC (bsc#1179531).
- Add kABI placeholders for HD-audio (bsc#1179531).
- commit 9e31dbc
- printk: fix deadlock when kernel panic (bsc#1183018).
- commit 069ec3d
- printk: fix deadlock when kernel panic (bsc#1183018).
- commit 5021e3a
- objtool: Fix error handling for STD/CLD warnings (bsc#1169514).
- commit fb7ed7c
- ALSA: usb-audio: Apply the control quirk to Plantronics headsets
  (bsc#1182552).
- ALSA: usb-audio: Fix "/cannot get freq eq"/ errors on Dell AE515
  sound bar (bsc#1182552).
- ALSA: usb-audio: Disable USB autosuspend properly in
  setup_disable_autosuspend() (bsc#1182552).
- commit a815647
- config: net: freescale: change xgmac-mdio to built-in
  References: bsc#1183015,bsc#1182595
- commit b29b589
- Refresh patches.suse/ibmvnic-Fix-possibly-uninitialized-old_num_tx_queues.patch.
  Update patch metadata
- commit d8a9644
- ALSA: usb: Add Plantronics C320-M USB ctrl msg delay quirk
  (bsc#1182552).
- commit 0a8c8cf
- exfat: add the dummy mount options to be backward compatible
  with staging/exfat (bsc#1182989).
- commit d7a202d
- exfat: add missing MODULE_ALIAS_FS() (bsc#1182989).
- commit d9a7a48
- ice: update the number of available RSS queues (jsc#SLE-7926).
- ice: Fix state bits on LLDP mode switch (jsc#SLE-7926).
- net/mlx5: Disable devlink reload for lag devices (jsc#SLE-8464).
- ice: renegotiate link after FW DCB on (jsc#SLE-8464).
- commit 51a1824
- net: freescale: change xgmac-mdio to built-in
  References: bsc#1182595
- commit b25e0d8
- RDMA/rtrs-srv: Do not pass a valid pointer to PTR_ERR()
  (jsc#SLE-15176).
- commit b3bb6ea
- ice: update the number of available RSS queues (jsc#SLE-7926).
- ice: Fix state bits on LLDP mode switch (jsc#SLE-7926).
- ice: Set trusted VF as default VSI when setting allmulti on
  (jsc#SLE-12878).
- RDMA/rtrs-srv-sysfs: fix missing put_device (jsc#SLE-15176).
- RDMA/rtrs-srv: fix memory leak by missing kobject free
  (jsc#SLE-15176).
- RDMA/rtrs: Only allow addition of path to an already established
  session (jsc#SLE-15176).
- RDMA/rtrs-srv: Fix stack-out-of-bounds (jsc#SLE-15176).
- RDMA/ucma: Fix use-after-free bug in ucma_create_uevent
  (bsc#1181147).
- RDMA/mlx5: Allow creating all QPs even when non RDMA profile
  is used (jsc#SLE-15175).
- RDMA/rtrs: Fix KASAN: stack-out-of-bounds bug (jsc#SLE-15176).
- RDMA/rtrs-srv: Init wr_cnt as 1 (jsc#SLE-15176).
- RDMA/rtrs-srv: Do not signal REG_MR (jsc#SLE-15176).
- RDMA/rtrs-clt: Use bitmask to check sess->flags (jsc#SLE-15176).
- RDMA/rtrs: Do not signal for heatbeat (jsc#SLE-15176).
- RDMA/rtrs-clt: Refactor the failure cases in alloc_clt
  (jsc#SLE-15176).
- RDMA/rtrs-srv: Fix missing wr_cqe (jsc#SLE-15176).
- RDMA/rtrs: Call kobject_put in the failure path (jsc#SLE-15176).
- RDMA/rtrs-srv: Jump to dereg_mr label if allocate iu fails
  (jsc#SLE-15176).
- RDMA/rtrs-clt: Set mininum limit when create QP (jsc#SLE-15176).
- RDMA/rtrs-srv: Use sysfs_remove_file_self for disconnect
  (jsc#SLE-15176).
- RDMA/rtrs-srv: Release lock before call into close_sess
  (jsc#SLE-15176).
- RDMA/rtrs: Extend ibtrs_cq_qp_create (jsc#SLE-15176).
- net/mlx5e: kTLS, Use refcounts to free kTLS RX priv context
  (jsc#SLE-15172).
- net/mlx5e: Fix CQ params of ICOSQ and async ICOSQ
  (jsc#SLE-15172).
- net/mlx5e: Replace synchronize_rcu with synchronize_net
  (jsc#SLE-15172).
- net/mlx5e: Change interrupt moderation channel params also
  when channels are closed (jsc#SLE-15172).
- net/mlx5e: Enable XDP for Connect-X IPsec capable devices
  (jsc#SLE-15172).
- net/mlx5e: Enable striding RQ for Connect-X IPsec capable
  devices (jsc#SLE-15172).
- bnxt_en: Fix devlink info's stored fw.psid version format
  (jsc#SLE-16649).
- ice: log message when trusted VF goes in/out of promisc mode
  (jsc#SLE-12878).
- RDMA/rtrs: Introduce rtrs_post_send (jsc#SLE-15176).
- RDMA/rtrs: Remove unnecessary argument dir of rtrs_iu_free
  (jsc#SLE-15176).
- commit 4eae933
- kbuild: dummy-tools, fix inverted tests for gcc (bcs#1181862).
- commit e90afb3
- ice: report correct max number of TCs (jsc#SLE-7926).
- RDMA/hns: Disable RQ inline by default (jsc#SLE-8449).
- RDMA/hns: Fix type of sq_signal_bits (jsc#SLE-8449).
- net/mlx5: Disallow RoCE on lag device (jsc#SLE-8464).
- net/mlx5: Disallow RoCE on multi port slave device
  (jsc#SLE-8464).
- net/mlx5: Disable devlink reload for multi port slave device
  (jsc#SLE-8464).
- net/mlx5e: E-switch, Fix rate calculation for overflow
  (jsc#SLE-8464).
- commit 5c94309
- ALSA: usb-audio: Drop bogus dB range in too low level
  (bsc#1182552).
- ALSA: usb-audio: Don't abort even if the clock rate differs
  (bsc#1182552).
- ALSA: usb-audio: Allow modifying parameters with succeeding
  hw_params calls (bsc#1182552).
- commit 037cfcf
- KVM: x86: Add RIP to the kvm_entry, i.e. VM-Enter, tracepoint
  Needed as a dependency of 0b40723a827 ("/kvm: tracing: Fix unmatched
  kvm_entry and kvm_exit events"/, bsc#1182770).
- commit bca7352
- series.conf: cleanup
- move unsortable patch out of sorted section
  patches.suse/ibmvnic-Fix-possibly-uninitialized-old_num_tx_queues.patch
- commit be18357
- Update kabi files.
- update from March 2021 maintenance update submission (commit c35b1245712f)
- commit ebf0b27
- ibmvnic: Fix possibly uninitialized old_num_tx_queues variable
  warning (jsc#SLE-17268).
- commit 2b2d062
- blacklist.conf: c7ff651960a6 ("/blktrace: fix blk_rq_issue documentation"/)
  Cosmetic.
- commit ee4b49c
- blacklist.conf: 179d16007236 ("/block: remove superfluous param in blk_fill_rwbs()"/)
  Cleanup only.
- commit ed3c6d0
- coresight: etm4x: Modify core-commit to avoid HiSilicon ETM
  overflow (jsc#SLE-14776).
- commit f817d44
- coresight: etm4x: Skip accessing TRCPDCR in save/restore
  (git-fixes).
- commit 8b8fa95
- kernel/smp: add more data to CSD lock debugging (bsc#1180846).
- commit 08badc9
- kernel/smp: prepare more CSD lock debugging (bsc#1180846).
- commit d717867
- Update config files: activate CONFIG_CSD_LOCK_WAIT_DEBUG for x86 (bsc#1180846).
- commit f88a325
- kernel/smp: add boot parameter for controlling CSD lock
  debugging (bsc#1180846).
- commit fb4cf71
- kernel/smp: Provide CSD lock timeout diagnostics (bsc#1180846).
- update config files (CSD_LOCK_WAIT_DEBUG=n)
- commit 59bec34
- series.conf: refresh
- update upstream reference and resort:
  patches.suse/ibmvnic-fix-a-race-between-open-and-reset.patch
- commit 9ab8f38
- kABI: Fix kABI after modifying struct __call_single_data
  (bsc#1180846).
- commit 3c0b378
- series.conf: cleanup
- move submitted patches to appropriate section:
  patches.suse/btrfs-free-correct-amount-of-space-in-btrfs_delayed_inode_reserve_metadata.patch
  patches.suse/btrfs-don-t-flush-from-btrfs_delayed_inode_reserve_metadata.patch
  patches.suse/btrfs-cleanup-try_flush_qgroup.patch
  patches.suse/btrfs-remove-btrfs_inode-from-btrfs_delayed_inode_reserve_metadata.patch
  patches.suse/btrfs-simplify-code-flow-in-btrfs_delayed_inode_reserve_metadata.patch
  patches.suse/btrfs-unlock-extents-in-btrfs_zero_range-in-case-of-errors.patch
  (no effect on expanded tree)
- commit d631784
- smp: Add source and destination CPUs to __call_single_data
  (bsc#1180846).
- commit 10244d3
- powerpc/numa: Fix build when CONFIG_NUMA=n (bsc#1132477
  ltc#175530).
- commit be6fb41
- pseries/hotplug-memory: hot-add: skip redundant LMB lookup (bsc#1132477 ltc#175530).
- Refresh patches.suse/powerpc-pseries-group-lmb-operation-and-memblock-s.patch.
- commit 8cb9bdd
- powerpc/pseries: Don't enforce MSI affinity with kdump
  (bsc#1181655 ltc#190855).
- commit cfc7153
- pseries/drmem: don't cache node id in drmem_lmb struct (bsc#1132477 ltc#175530).
- Refresh patches.suse/powerpc-pseries-group-lmb-operation-and-memblock-s.patch.
- Refresh patches.suse/powerpc-pseries-update-device-tree-before-ejecting-h.patch.
- commit fe4f641
- cifs: fix nodfs mount option (bsc#1181710).
- commit 94844a1
- cifs: introduce helper for finding referral server
  (bsc#1181710).
- commit f74681b
- cifs: check all path components in resolved dfs target
  (bsc#1181710).
- commit 91cd435
- net: gemini: Fix missing clk_disable_unprepare() in error path of gemini_ethernet_port_probe() (git-fixes).
- commit 401e086
- net: nixge: fix potential memory leak in nixge_probe() (git-fixes).
- commit cdc643b
- net: hns3: fix for VLAN config when reset failed (git-fixes).
- commit 4209fa0
- net: hns3: add reset check for VF updating port based VLAN
  (git-fixes).
- commit 9609b2a
- net: ethernet: ave: Fix error returns in ave_init (git-fixes).
- commit 166a8fe
- net: ag71xx: add missed clk_disable_unprepare in error path
  of probe (git-fixes).
- commit cead210
- net: smc91x: Fix possible memory leak in smc_drv_probe()
  (git-fixes).
- commit 342b694
- net: macb: fix call to pm_runtime in the suspend/resume
  functions (git-fixes).
- commit e7fb27b
- net: macb: mark device wake capable when "/magic-packet"/
  property present (git-fixes).
- commit 3e9fa11
- net: macb: fix wakeup test in runtime suspend/resume routines
  (git-fixes).
- commit 0dfe6dc
- net: hns3: fix for mishandle of asserting VF reset fail
  (git-fixes).
- commit 0c2ca01
- smsc95xx: avoid memory leak in smsc95xx_bind (git-fixes).
- commit 11f5fde
- smsc95xx: check return value of smsc95xx_reset (git-fixes).
- commit 02e26ea
- net: bcmgenet: use hardware padding of runt frames (git-fixes).
- commit b2f215a
- powerpc/optprobes: Remove unused routine
  patch_imm32_load_insns() (jsc#SLE-13847).
- commit f56b470
- powerpc/pseries/ras: Make init_ras_hotplug_IRQ() static
  (FATE#322022, bsc#1065729. git-fixes).
- powerpc/pseries/eeh: Make pseries_pcibios_bus_add_device()
  static (FATE#324970, bsc#1078720, git-fixes).
- commit 5742f0f
- docs: filesystems: vfs: correct flag name (bsc#1182857).
- commit f89f9ce
- blacklist.conf: d0995b53130e f2fs: add missing documents of reserve_root/resuid/resgid
- commit 63a6155
- docs: filesystems: vfs: correct flag name (bsc#1182856).
- commit 969c3e4
- blacklist.conf: d0995b53130e f2fs: add missing documents of reserve_root/resuid/resgid
- commit 95579b0
- ceph: fix flush_snap logic after putting caps (bsc#1182854).
- commit eacaa0a
- ceph: fix flush_snap logic after putting caps (bsc#1182853).
- commit 9a38be6
- Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind() (git-fixes).
- commit a24afd4
- bus: fsl-mc: Fix test for end of loop (git-fixes).
- commit a7e273c
- Move upstreamed fsl patches into sorted section
- commit 6e876b3
- i2c: exynos5: Preserve high speed master code (git-fixes).
- pwm: rockchip: rockchip_pwm_probe(): Remove superfluous
  clk_unprepare() (git-fixes).
- drm/panel: kd35t133: allow using non-continuous dsi clock
  (git-fixes).
- drm/rockchip: Require the YTR modifier for AFBC (git-fixes).
- drm/msm: Fix races managing the OOB state for timestamp vs
  timestamps (git-fixes).
- drm/msm: Fix race of GPU init vs timestamp power management
  (git-fixes).
- drm/msm/mdp5: Fix wait-for-commit for cmd panels (git-fixes).
- r8169: fix jumbo packet handling on RTL8168e (git-fixes).
- PCI: rockchip: Make 'ep-gpios' DT property optional (git-fixes).
- PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064 (git-fixes).
- PCI: Align checking of syscall user config accessors
  (git-fixes).
- Bluetooth: btusb: Some Qualcomm Bluetooth adapters stop working
  (git-fixes).
- drm/xlnx: fix kmemleak by sending vblank_event in atomic_disable
  (git-fixes).
- commit ecbb9ac
- i2c: brcmstb: Fix brcmstd_send_i2c_cmd condition (git-fixes).
- HID: make arrays usage and value to be the same (git-fixes).
- usb: quirks: add quirk to start video capture on ELMO L-12F
  document camera reliable (git-fixes).
- USB: quirks: sort quirk entries (git-fixes).
- NET: usb: qmi_wwan: Adding support for Cinterion MV31
  (git-fixes).
- commit ae76757
- misc: eeprom_93xx46: Add module alias to avoid breaking support
  for non device tree users (git-fixes).
- commit 761c100
- bcache: Avoid comma separated statements (git-fixes).
- bcache: Move journal work to new flush wq (git-fixes).
- bcache: Give btree_io_wq correct semantics again (git-fixes).
- Revert "/bcache: Kill btree_io_wq"/ (git-fixes).
- bcache: Fix register_device_aync typo (git-fixes).
- bcache: consider the fragmentation when update the writeback
  rate (git-fixes).
- bcache: only check feature sets when sb->version >=
  BCACHE_SB_VERSION_CDEV_WITH_FEATURES (git-fixes).
- bcache: set bcache device into read-only mode for
  BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET (git-fixes).
- bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE
  for large bucket (git-fixes).
- bcache: check unsupported feature sets for bcache register
  (git-fixes).
- bcache: fix typo from SUUP to SUPP in features.h (git-fixes).
- bcache: set pdev_set_uuid before scond loop iteration
  (git-fixes).
- md/bcache: convert comma to semicolon (git-fixes).
- bcache:remove a superfluous check in register_bcache
  (git-fixes).
- dm: remove unnecessary current->bio_list check when submitting
  split bio (git-fixes).
- bcache: fix race between setting bdev state to none and new
  write request direct to backing (git-fixes).
- dm: fix double RCU unlock in dm_dax_zero_page_range() error path
  (git-fixes).
- dm: fix missing imposition of queue_limits from dm_wq_work()
  thread (git-fixes).
- md: fix the checking of wrong work queue (git-fixes).
- bcache: remove embedded struct cache_sb from struct cache_set
  (git-fixes).
- bcache: check and set sync status on cache's in-memory super
  block (git-fixes).
- bcache: remove can_attach_cache() (git-fixes).
- bcache: don't check seq numbers in register_cache_set()
  (git-fixes).
- bcache: only use bucket_bytes() on struct cache (git-fixes).
- bcache: remove useless bucket_pages() (git-fixes).
- bcache: remove useless alloc_bucket_pages() (git-fixes).
- bcache: only use block_bytes() on struct cache (git-fixes).
- bcache: add set_uuid in struct cache_set (git-fixes).
- bcache: remove for_each_cache() (git-fixes).
- bcache: explicitly make cache_set only have single cache
  (git-fixes).
- bcache: remove 'int n' from parameter list of
  bch_bucket_alloc_set() (git-fixes).
- bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()
  (git-fixes).
- dm crypt: document new no_workqueue flags (git-fixes).
- commit 89ed52b
- x86/cpufeatures: Add kABI padding (bsc#1179531).
- commit 305ba7d
- KVM: x86: Gracefully handle __vmalloc() failure during VM allocation
  (bsc#1182801).
- commit 2b89cec
- KVM: x86: Allocate new rmap and large page tracking when moving memslot
  (bsc#1182800).
- commit 4ea5d1c
- KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1
  (bsc#1182798).
- commit 41a7998
- clk: fsl-flexspi: new driver (bsc#1182743).
- dt-bindings: clock: document the fsl-flexspi-clk device
  (bsc#1182743).
- clk: qoriq: provide constants for the type (bsc#1182743).
- commit 2f668c8
- ibmvfc: reinitialize sub-CRQs and perform channel enquiry
  after LPM (bsc#1182632 ltc#191222).
- commit 18964bb
- Refresh ibmvfc patches to v4 submission (bsc#1182632 ltc#191222).
- Refresh patches.suse/ibmvfc-fix-invalid-sub-CRQ-handles-after-hard-reset.patch.
- Refresh patches.suse/ibmvfc-simplify-handling-of-sub-CRQ-initialization.patch.
- Refresh patches.suse/ibmvfc-store-return-code-of-H_FREE_SUB_CRQ-during-cl.patch.
- Refresh patches.suse/ibmvfc-treat-H_CLOSED-as-success-during-sub-CRQ-regi.patch.
- commit 597b27d
- net: phy: marvell10g: fix null pointer dereference (git-fixes).
- commit ba9ce5a
- Refresh patches.suse/ibmvnic-fix-a-race-between-open-and-reset.patch.
  Update patch metadata
- commit 8c08d90
- net: bcmgenet: re-remove bcmgenet_hfb_add_filter (git-fixes).
- commit 46d342e
- Cherry-pick ibmvnic patches from SP3 (jsc#SLE-17268).
- commit fc08b49
- kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
  (bsc#1182770).
- commit 0b40723
- net: dsa: lantiq_gswip: fix and improve the unsupported
  interface error (git-fixes).
- commit 966d874
- net: octeon: mgmt: Repair filling of RX ring (git-fixes).
- commit a1726f7
- net: dsa: mt7530: set CPU port to fallback mode (git-fixes).
- commit 7c6d69a
- drivers: net: davinci_mdio: fix potential NULL dereference in
  davinci_mdio_probe() (git-fixes).
- commit aad32ea
- net: lpc-enet: fix error return code in lpc_mii_init()
  (git-fixes).
- commit 023e4aa
- Revert "/net: bcmgenet: remove unused function in bcmgenet.c"/
  (git-fixes).
- commit 6e0622b
- net: bcmgenet: Fix WoL with password after deep sleep
  (git-fixes).
- commit 8a76658
- net: bcmgenet: set Rx mode before starting netif (git-fixes).
- commit 95bbb6f
- net: phy: marvell10g: fix temperature sensor on 2110
  (git-fixes).
- commit 80b675a
- dt-bindings: can: fsl,flexcan.yaml: fix compatible for i.MX35
  and i.MX53 (jsc#SLE-12251).
- dt-bindings: can: fsl,flexcan.yaml: fix fsl,stop-mode
  (jsc#SLE-12251).
- commit c4572f2
- Refresh patches.suse/PCI-dwc-Support-multiple-ATU-memory-regions.patch.
  Conflicts:
  patches.suse/PCI-dwc-Add-support-to-program-ATU-for-4GB-memory.patch.
- commit 4e15800
- net: re-solve some conflicts after net -> net-next merge
  (bsc#1176855 ltc#187293).
- commit df69724
- ibmvnic: fix a race between open and reset (bsc#1176855
  ltc#187293).
- commit 26c4220
- Fix bug number
- commit 3175ddf
- regmap: sdw: use _no_pm functions in regmap_read/write
  (git-fixes).
- soundwire: bus: fix confusion on device used by pm_runtime
  (git-fixes).
- soundwire: export sdw_write/read_no_pm functions (git-fixes).
- soundwire: bus: use sdw_write_no_pm when setting the bus scale
  registers (git-fixes).
- soundwire: bus: use sdw_update_no_pm when initializing a device
  (git-fixes).
- soundwire: cadence: fix ACK/NAK handling (git-fixes).
- soundwire: debugfs: use controller id instead of link_id
  (git-fixes).
- commit f0289e1
- phy: rockchip-emmc: emmc_phy_init() always return 0 (git-fixes).
- mei: hbm: call mei_set_devstate() on hbm stop response
  (git-fixes).
- virt: vbox: Do not use wait_event_interruptible when called
  from kernel context (git-fixes).
- misc: eeprom_93xx46: Fix module alias to enable module autoprobe
  (git-fixes).
- commit f380250
- armv7hl: lpae: Update config files.
  Disable KVM support (bsc#1182697)
- commit 9988ec5
- dm: fix bio splitting and its bio completion order for regular
  IO (git-fixes).
- bcache: fix overflow in offset_to_stripe() (git-fixes).
- dm crypt: avoid truncating the logical block size (git-fixes).
- include/linux/memremap.h: remove stale comments (git-fixes).
- commit f9b0dc3
- blacklist.conf: Add 8faeb1ffd795 mm: memcg/slab: fix root memcg vmstats
- commit 6424df5
- blacklist:conf: Add 67197a4f28d2 mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
- commit c6bc092
- cgroup: fix psi monitor for root cgroup (bsc#1182686).
- commit 248e7d8
- cgroup-v1: add disabled controller check in
  cgroup1_parse_param() (bsc#1182684).
- commit 511e4ac
- cgroup: Fix memory leak when parsing multiple source parameters
  (bsc#1182683).
- commit 6c8979b
- cpuset: fix race between hotplug work and later CPU offline
  (bsc#1182676).
- commit dfdcc97
- macros.kernel-source: Use spec_install_pre for certificate installation (boo#1182672).
  Since rpm 4.16 files installed during build phase are lost.
- commit d0b887e
- Refresh patches.suse/powerpc-Fix-build-error-in-paravirt.h.patch.
  Update patch metadata.
- commit ca12b41
- quota: Fix memory leak when handling corrupted quota file
  (bsc#1182650).
- commit 2543668
- Rename duplicate patches to their SLE15-SP2 equivalents.
  This is to prepare for the next SLE15-SP2 -> SLE15-SP3 merge.
- commit 4208989
- ibmvfc: store return code of H_FREE_SUB_CRQ during cleanup
  (bsc#1182632 ltc#191222).
- ibmvfc: treat H_CLOSED as success during sub-CRQ registration
  (bsc#1182632 ltc#191222).
- ibmvfc: fix invalid sub-CRQ handles after hard reset
  (bsc#1182632 ltc#191222).
- ibmvfc: simplify handling of sub-CRQ initialization (bsc#1182632
  ltc#191222).
- commit f68230e
- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup
  (git-fixes).
- commit 8541380
- keys: Remove outdated __user annotations (git-fixes).
- dmaengine: idxd: set DMA channel to be private (git-fixes).
- ASoC: qcom: qdsp6: Move frontend AIFs to q6asm-dai (git-fixes).
- ASoC: SOF: sof-pci-dev: add missing Up-Extreme quirk
  (git-fixes).
- ASoC: rt5682: Fix panic in rt5682_jack_detect_handler happening
  during system shutdown (git-fixes).
- ASoC: Intel: sof_sdw: add missing TGL_HDMI quirk for Dell SKU
  0A3E (git-fixes).
- ASoC: Intel: sof_sdw: add missing TGL_HDMI quirk for Dell SKU
  0A32 (git-fixes).
- ASoC: Intel: sof_sdw: add missing TGL_HDMI quirk for Dell SKU
  0A5E (git-fixes).
- ASoC: rt5682-sdw: cancel_work_sync() in .remove and .suspend
  (git-fixes).
- ASoC: rt711-sdw: use cancel_work_sync() for .remove (git-fixes).
- ASoC: rt700-sdw: use cancel_work_sync() in .remove as well as
  .suspend (git-fixes).
- ASoC: codecs: add missing max_register in regmap config
  (git-fixes).
- ASoC: SOF: Intel: hda: cancel D0i3 work during runtime suspend
  (git-fixes).
- ASoC: max98373: Fixes a typo in max98373_feedback_get
  (git-fixes).
- ASoC: siu: Fix build error by a wrong const prefix (git-fixes).
- ALSA: fireface: fix to parse sync status register of latter
  protocol (git-fixes).
- ACPI: property: Make acpi_node_prop_read() static (git-fixes).
- ACPI: property: Remove dead code (git-fixes).
- Bluetooth: btusb: Always fallback to alt 1 for WBS (git-fixes).
- commit 452f177
- dt-bindings: can: fsl,flexcan: add fsl,scu-index property to indicate a resource (jsc#SLE-12251).
- can: flexcan: convert the driver to DT-only (jsc#SLE-12251).
- can: flexcan: flexcan_close(): change order if commands to properly shut down the controller (jsc#SLE-12251).
- can: flexcan: flexcan_open(): completely initialize controller before requesting IRQ (jsc#SLE-12251).
- can: flexcan: flexcan_rx_offload_setup(): factor out mailbox and rx-offload setup into separate function (jsc#SLE-12251).
- can: flexcan: move enabling/disabling of interrupts from flexcan_chip_{start,stop}() to callers (jsc#SLE-12251).
- can: flexcan: factor out enabling and disabling of interrupts into separate function (jsc#SLE-12251).
- can: flexcan: rename macro FLEXCAN_QUIRK_SETUP_STOP_MODE -> FLEXCAN_QUIRK_SETUP_STOP_MODE_GPR (jsc#SLE-12251).
- dt-bindings: firmware: add IMX_SC_R_CAN(x) macro for CAN (jsc#SLE-12251).
- dt-bindings: can: fsl,flexcan: fix fsl,clk-source property (jsc#SLE-12251).
- dt-bindings: can: fsl,flexcan: add uint32 reference to clock-frequency property (jsc#SLE-12251).
- can: flexcan: flexcan_chip_start(): fix erroneous flexcan_transceiver_enable() during bus-off recovery (jsc#SLE-12251).
- can: flexcan: fix failure handling of pm_runtime_get_sync() (jsc#SLE-12251).
- can: flexcan: flexcan_setup_stop_mode(): add missing "/req_bit"/ to stop mode property comment (jsc#SLE-12251).
- can: flexcan: flexcan_remove(): disable wakeup completely (jsc#SLE-12251).
- can: flexcan: add ECC initialization for VF610 (jsc#SLE-12251).
- can: flexcan: add ECC initialization for LX2160A (jsc#SLE-12251).
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A (jsc#SLE-12251).
- dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml (jsc#SLE-12251).
- dt-bindings: can: add can-controller.yaml (jsc#SLE-12251).
- can: flexcan: remove ack_grp and ack_bit handling from driver (jsc#SLE-12251).
- dt-bindings: can: flexcan: remove ack_grp and ack_bit from fsl,stop-mode (jsc#SLE-12251).
- dt-bindings: can: flexcan: list supported processors (jsc#SLE-12251).
- can: flexcan: disable runtime PM if register flexcandev failed (jsc#SLE-12251).
- can: flexcan: add flexcan driver for i.MX8MP (jsc#SLE-12251).
- can: flexcan: initialize all flexcan memory for ECC function (jsc#SLE-12251).
- can: flexcan: add lx2160ar1 support (jsc#SLE-12251).
- can: flexcan: add imx8qm support (jsc#SLE-12251).
- can: flexcan: add Transceiver Delay Compensation support (jsc#SLE-12251).
- can: flexcan: add CAN FD BRS support (jsc#SLE-12251).
- can: flexcan: add ISO CAN FD feature support (jsc#SLE-12251).
- can: flexcan: add CAN-FD mode support (jsc#SLE-12251).
- can: flexcan: use struct canfd_frame for CAN classic frame (jsc#SLE-12251).
- can: flexcan: flexcan_set_bittiming(): move setup of CAN-2.0 bitiming into separate function (jsc#SLE-12251).
- can: flexcan: add LPSR mode support (jsc#SLE-12251).
- can: flexcan: disable clocks during stop mode (jsc#SLE-12251).
- can: flexcan: flexcan_chip_stop(): add error handling and propagate error value (jsc#SLE-12251).
- can: flexcan: add correctable errors correction when HW supports ECC (jsc#SLE-12251).
- can: flexcan: Add check for transceiver maximum bitrate limitation (jsc#SLE-12251).
- can: flexcan: flexcan_probe(): make regulator xceiver optional (jsc#SLE-12251).
- can: flexcan: Ack wakeup interrupt separately (jsc#SLE-12251).
- can: flexcan: quirks: get rid of long lines (jsc#SLE-12251).
- can: flexcan: struct flexcan_regs: document registers not affected by soft reset (jsc#SLE-12251).
- can: flexcan: more register names (jsc#SLE-12251).
- can: flexcan: flexcan_exit_stop_mode(): remove stray empty line (jsc#SLE-12251).
- can: flexcan: sort include files alphabetically (jsc#SLE-12251).
- can: flexcan: fix spelling mistake "/reserverd"/ -> "/reserved"/ (jsc#SLE-12251).
- can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode acknowledgment (jsc#SLE-12251).
- can: flexcan: add low power enter/exit acknowledgment helper (jsc#SLE-12251).
- can: flexcan: fix possible deadlock and out-of-order reception after wakeup (jsc#SLE-12251).
- can: flexcan: flexcan_mailbox_read() make use of flexcan_write64() to mark the mailbox as read (jsc#SLE-12251).
- can: flexcan: flexcan_irq(): add support for TX mailbox in iflag1 (jsc#SLE-12251).
- can: flexcan: flexcan_read_reg_iflag_rx(): optimize reading (jsc#SLE-12251).
- can: flexcan: introduce struct flexcan_priv::tx_mask and make use of it (jsc#SLE-12251).
- can: flexcan: convert struct flexcan_priv::rx_mask{1,2} to rx_mask (jsc#SLE-12251).
- can: flexcan: remove TX mailbox bit from struct flexcan_priv::rx_mask{1,2} (jsc#SLE-12251).
- can: flexcan: rename struct flexcan_priv::reg_imask{1,2}_default to rx_mask{1,2} (jsc#SLE-12251).
- can: flexcan: flexcan_irq(): rename variable reg_iflag -> reg_iflag_rx (jsc#SLE-12251).
- can: flexcan: rename macro FLEXCAN_IFLAG_MB() -> FLEXCAN_IFLAG2_MB() (jsc#SLE-12251).
- can: flexcan: flexcan_irq_state(): only read timestamp if needed (jsc#SLE-12251).
- can: flexcan: use devm_platform_ioremap_resource() to simplify code (jsc#SLE-12251).
- can: rx-offload: Prepare for CAN FD support (jsc#SLE-12251).
- can: rx-offload: can_rx_offload_reset(): remove no-op function (jsc#SLE-12251).
- can: rx-offload: can_rx_offload_irq_offload_timestamp(): don't use assignment in if condition (jsc#SLE-12251).
- can: rx-offload: can_rx_offload_compare(): fix typo (jsc#SLE-12251).
- can: rx-offload: fix long lines (jsc#SLE-12251).
- can: flexcan: increase error counters if skb enqueueing via can_rx_offload_queue_sorted() fails (jsc#SLE-12251).
- can: flexcan: disable completely the ECC mechanism (jsc#SLE-12251).
- can: flexcan: add support for DT property 'wakeup-source' (jsc#SLE-12251).
- dt-bindings: can: flexcan: add can wakeup property (jsc#SLE-12251).
- can: flexcan: add support for PE clock source select (jsc#SLE-12251).
- dt-bindings: can: flexcan: add PE clock source property to device tree (jsc#SLE-12251).
- can: flexcan: implement can Runtime PM (jsc#SLE-12251).
- commit fabe848
- can: flexcan: remove all fixes
  Prepare for complete driver update.
- commit 1f0c2bd
- dmaengine: hsu: disable spurious interrupt (git-fixes).
- dmaengine: owl-dma: Fix a resource leak in the remove function
  (git-fixes).
- dmaengine: fsldma: Fix a resource leak in an error handling
  path of the probe function (git-fixes).
- dmaengine: fsldma: Fix a resource leak in the remove function
  (git-fixes).
- Input: joydev - prevent potential read overflow in ioctl
  (git-fixes).
- Input: elo - fix an error code in elo_connect() (git-fixes).
- Input: sur40 - fix an error code in sur40_probe() (git-fixes).
- HID: core: detect and skip invalid inputs to snto32()
  (git-fixes).
- HID: wacom: Ignore attempts to overwrite the touch_max value
  from HID (git-fixes).
- commit 9e6160a
- btrfs: Unlock extents in btrfs_zero_range in case of errors (bsc#1182047).
- commit bd5a9b2
- btrfs: Simplify code flow in btrfs_delayed_inode_reserve_metadata (bsc#1182047).
- commit bf6dd14
- btrfs: Remove btrfs_inode from btrfs_delayed_inode_reserve_metadata (bsc#1182047).
- commit fb6d272
- btrfs: Cleanup try_flush_qgroup (bsc#1182047).
- commit 13881b3
- btrfs: Don't flush from btrfs_delayed_inode_reserve_metadata (bsc#1182047).
- commit 942f628
- btrfs: Free correct amount of space in btrfs_delayed_inode_reserve_metadata (bsc#1182047).
- commit 22ecef4
- rcu/nocb: Trigger self-IPI on late deferred wake up before (git-fixes)
- commit 260172d
- series.conf: cleanup
- update upstream references and move into sorted section:
  patches.suse/powerpc-perf-hv-24x7-Dont-create-sysfs-event-files-f.patch
  patches.suse/powerpc-pseries-dlpar-handle-ibm-configure-connector.patch
  patches.suse/scsi-lpfc-Enhancements-to-LOG_TRACE_EVENT-for-better.patch
  patches.suse/scsi-lpfc-Fix-FW-reset-action-if-I-Os-are-outstandin.patch
  patches.suse/scsi-lpfc-Fix-NVMe-recovery-after-mailbox-timeout.patch
  patches.suse/scsi-lpfc-Fix-PLOGI-S_ID-of-0-on-pt2pt-config.patch
  patches.suse/scsi-lpfc-Fix-auto-sli_mode-and-its-effect-on-CONFIG.patch
  patches.suse/scsi-lpfc-Fix-crash-when-a-fabric-node-is-released-p.patch
  patches.suse/scsi-lpfc-Fix-crash-when-nvmet-transport-calls-host_.patch
  patches.suse/scsi-lpfc-Fix-error-log-messages-being-logged-follow.patch
  patches.suse/scsi-lpfc-Fix-target-reset-failing.patch
  patches.suse/scsi-lpfc-Fix-vport-create-logging.patch
  patches.suse/scsi-lpfc-Implement-health-checking-when-aborting-I-.patch
  patches.suse/scsi-lpfc-Prevent-duplicate-requests-to-unregister-w.patch
  patches.suse/scsi-lpfc-Refresh-ndlp-when-a-new-PRLI-is-received-i.patch
  patches.suse/scsi-lpfc-Simplify-bool-comparison.patch
  patches.suse/scsi-lpfc-Update-lpfc-version-to-12.8.0.7.patch
  patches.suse/scsi-lpfc-Use-the-nvme-fc-transport-supplied-timeout.patch
- commit ff0a90f
- ima: Free IMA measurement buffer after kexec syscall (git fixes
  (IMA)).
- commit 481e98b
- ima: Free IMA measurement buffer on error (git fixes (IMA)).
- commit ac8b38c
- Add Alt-commit for cherry pick
  Refresh
  patches.suse/1918-drm-amdgpu-fix-NULL-pointer-dereference-for-Renoir.patch.
- commit 84dbff0
- rcu/nocb: Perform deferred wake up before last idle's (git-fixes)
- commit f0bc502
- rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers (git-fixes)
- commit 7a90fca
- Add Alt-commit for cherry pick
  Refresh
  patches.suse/1909-drm-amd-display-remove-duplicate-call-to-rn_vbios_sm.patch.
- commit 28fa55a
- Add Alt-commit for cherry-pick
  Refresh
  patches.suse/1906-drm-amdgpu-display-fix-CFLAGS-setup-for-DCN30.patch.
- commit 6c5745f
- sched: Reenable interrupts in do_sched_yield() (git-fixes)
- commit 579dc67
- blacklist.conf: bee1abc9cc02 drm/mediatek: reduce clear event
  Requried patches are not backported
- commit a403845
- Add Alt-commit for cherry pick
  Refresh
  patches.suse/1832-drm-amdgpu-Specify-get_argument-function-for-ci_smu_.patch.
- commit 0bc2e82
- Add Alt-commit for cherry pick
  Refresh
  patches.suse/1751-drm-amdgpu-Use-the-correct-size-when-allocating-memo.patch.
- commit dd923d9
- Add Alt-commit for cherry pick
  Refresh
  patches.suse/1700-drm-amd-powerplay-off-by-one-bugs-in-smu_cmn_to_asic.patch.
- commit d58a85c
- blacklist.conf: b7ccc7858a33 drm/i915/gt: Remove errant assertion in __intel_context_do_pin
  Not needed since we didn't mess up the merge
- commit 5f8e601
- btrfs: run delayed iputs when remounting RO to avoid leaking
  them (bsc#1182626).
- btrfs: add assertion for empty list of transactions at late
  stage of umount (bsc#1182626).
- btrfs: fix race between RO remount and the cleaner task
  (bsc#1182626).
- btrfs: fix transaction leak and crash after cleaning up orphans
  on RO mount (bsc#1182626).
- btrfs: fix transaction leak and crash after RO remount caused
  by qgroup rescan (bsc#1182626).
- btrfs: lift read-write mount setup from mount and remount
  (bsc#1182626).
- commit 2361750
- arm64: Update config file.
  Set CONFIG_WATCHDOG_SYSFS to true (bsc#1182560)
- commit 0c02797
- blacklist.conf: printk: not critical; allow to use the full buffer
  when using log dumpers
- commit 4e198dc
- Remove debug patch for boot failure (bsc#1182602 ltc#190924).
  Delete patches.suse/prom_init-enable-varbose-prints-bsc-1178142.patch.
- commit 55e7bdd
- fs: Handle I_DONTCACHE in iput_final() instead of
  generic_drop_inode() (bsc#1182616).
- commit 8354395
- Update upstream reference and move into sorted section:
  patches.suse/target-fix-XCOPY-NAA-identifier-lookup.patch
- commit e8f510f
- target: disallow emulate_legacy_capacity with RBD object-map
  (bsc#1177109).
- commit 9e5609a
- Refresh sorted section.
- commit 33e772b
- supported.conf: mark Wireguard armv7hl dependencies as supported (jsc#SLE-12250)
- commit 661c1ff
- Update config files.
  armv7 is missing CONFIG_KPROBE_EVENTS_ON_NOTRACE=n
- commit c68b5c7
- Refresh patches.suse/coresight-tmc-etr-Assign-boolean-values-to-a-bool-va.patch.
- commit 35a95ac
- Refresh patches.suse/coresight-etb10-Fix-possible-NULL-ptr-dereference-in.patch.
- commit 9d9fb1d
- Refresh patches.suse/coresight-tmc-etf-Fix-NULL-ptr-dereference-in-tmc_en.patch.
- commit 7c2beaf
- powerpc/prom: Fix "/ibm,arch-vec-5-platform-support"/ scan
  (bsc#1182602 ltc#190924).
- commit f6d197a
- Refresh patches.suse/coresight-Remove-unnecessary-THIS_MODULE-of-funnel-a.patch.
- commit 473d7ac
- Refresh patches.suse/coresight-etm4x-Handle-TRCVIPCSSCTLR-accesses.patch.
- commit fcd1419
- Refresh patches.suse/coresight-etm4x-Fix-accesses-to-TRCPROCSELR.patch.
- commit 42fd151
- Refresh patches.suse/coresight-etm4x-Update-TRCIDR3.NUMPROCS-handling-to-.patch.
- commit c3d74e2
- Refresh patches.suse/coresight-etm4x-Fix-accesses-to-TRCCIDCTLR1.patch.
- commit 8a55725
- Refresh patches.suse/coresight-etm4x-Fix-accesses-to-TRCVMIDCTLR1.patch.
- commit e228859
- lib/vsprintf: no_hash_pointers prints all addresses as unhashed
  (bsc#1182599).
- commit f0a1f3e
- Refresh patches.suse/coresight-core-Remove-unneeded-semicolon.patch.
- commit 9255eec
- Refresh patches.suse/coresight-cti-Initialize-dynamic-sysfs-attributes.patch.
  blacklist.conf: Remove duplicate entry
- commit bee32f7
- Refresh patches.suse/coresight-Fix-uninitialised-pointer-bug-in-etm_setup.patch.
  blacklist.conf: Remove duplicate entry
- commit 43eb5a5
- Refresh patches.suse/coresight-add-module-license.patch.
  blacklist.conf: Remove duplicate entry
- commit 42b5346
- Refresh patches.suse/phy-tegra-xusb-Fix-usb_phy-device-driver-field.patch.
- commit a87f0e1
- Refresh patches.suse/clk-tegra-bpmp-Clamp-clock-rates-on-requests.patch.
- commit 86bb8a3
- RDMA/bnxt: Do not use ib_umem_page_count() or
  ib_umem_num_pages() (bsc#1175499).
- Refresh
  patches.suse/RDMA-bnxt_re-Fix-sizeof-mismatch-for-allocation-of-p.patch.
- commit 12c2631
- RDMA/bnxt_re: Allow bigger MR creation (bsc#1175499).
- RDMA/bnxt_re: Code refactor while populating user MRs
  (bsc#1175499).
- RDMA/bnxt_re: Use rdma_umem_for_each_dma_block() (bsc#1175499).
- RDMA/umem: Split ib_umem_num_pages() into
  ib_umem_num_dma_blocks() (bsc#1175499).
- RDMA/umem: Add rdma_umem_for_each_dma_block() (bsc#1175499).
- commit 8d37937
- Refresh patches.suse/PCI-tegra-Disable-LTSSM-during-L2-entry.patch.
- commit 071b1e3
- Refresh patches.suse/PCI-tegra-Check-return-value-of-tegra_pcie_init_cont.patch.
- commit a99e298
- Refresh patches.suse/PCI-tegra-Continue-unconfig-sequence-even-if-parts-f.patch.
- commit 37fbae9
- Refresh patches.suse/PCI-tegra-Set-DesignWare-IP-version.patch.
- commit f3056ad
- Refresh patches.suse/PCI-tegra-Fix-ASPM-L1SS-advertisement-disable-code.patch.
- commit 151b830
- Refresh patches.suse/PCI-tegra-Read-dbi-base-address-to-program-in-applic.patch.
- commit c1ce36b
- Refresh patches.suse/PCI-tegra-Move-dbi-accesses-to-post-common-DWC-initi.patch.
- commit b8d9f1b
- Refresh patches.suse/PCI-dwc-Detect-number-of-iATU-windows.patch.
- commit 6869fbb
- Refresh patches.suse/PCI-dwc-Move-inbound-and-outbound-windows-to-common-.patch.
- commit bf7452a
- Refresh patches.suse/PCI-dwc-Remove-unnecessary-wrappers-around-dw_pcie_h.patch.
- commit b328586
- Refresh patches.suse/PCI-dwc-Move-dw_pcie_msi_init-into-core.patch.
- commit 9b591ff
- Refresh patches.suse/PCI-dwc-Move-link-handling-into-common-code.patch.
- commit db1d380
- Refresh patches.suse/PCI-dwc-Rework-MSI-initialization.patch.
- commit fc22d7b
- Refresh patches.suse/PCI-dwc-Move-MSI-interrupt-setup-into-DWC-common-cod.patch.
- commit 85e0e88
- Refresh patches.suse/PCI-dwc-Drop-the-.set_num_vectors-host-op.patch.
- commit c8a821a
- Refresh patches.suse/PCI-dwc-dra7xx-Use-the-common-MSI-irq_chip.patch.
- commit 0f8a8d3
- Refresh patches.suse/PCI-dwc-Ensure-all-outbound-ATU-windows-are-reset.patch.
- commit 5e3c2f6
- Refresh patches.suse/PCI-dwc-intel-gw-Remove-some-unneeded-function-wrapp.patch.
- commit 42d2190
- Refresh patches.suse/PCI-dwc-Move-dbi-dbi2-and-addr_space-resource-setup-.patch.
- commit 7a267fa
- Refresh patches.suse/PCI-dwc-intel-gw-Move-ATU-offset-out-of-driver-match.patch.
- commit fc7f014
- Refresh patches.suse/PCI-keystone-Enable-compile-testing-on-ARM.patch.
- commit 674b74f
- Refresh patches.suse/PCI-dwc-Add-support-to-program-ATU-for-4GB-memory.patch.
- commit 79897e2
- Refresh patches.suse/PCI-of-Warn-if-non-prefetchable-memory-aperture-size.patch.
- commit 11a2712
- Rename duplicate patches to their SLE15-SP2 equivalents.
  This is to prepare for the next SLE15-SP2 -> SLE15-SP3 merge.
- commit d0f44e7
- KEYS: trusted: Reserve TPM for seal and unseal operations
  (git-fixes).
- KEYS: trusted: Fix migratable=1 failing (git-fixes).
- KEYS: trusted: Fix incorrect handling of tpm_get_random()
  (git-fixes).
- drm/i915/gt: Correct surface base address for renderclear
  (git-fixes).
- drm/i915/gt: Flush before changing register state (git-fixes).
- drm/amdgpu/display: remove hdcp_srm sysfs on device removal
  (git-fixes).
- mtd: spi-nor: core: Add erase size check for erase command
  initialization (git-fixes).
- mtd: spi-nor: core: Fix erase type discovery for overlaid region
  (git-fixes).
- mtd: spi-nor: sfdp: Fix last erase region marking (git-fixes).
- mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid
  region (git-fixes).
- mtd: spi-nor: hisi-sfc: Put child node np on error path
  (git-fixes).
- mtd: parsers: afs: Fix freeing the part name memory in failure
  (git-fixes).
- mtd: parser: imagetag: fix error codes in
  bcm963xx_parse_imagetag_partitions() (git-fixes).
- pstore: Fix typo in compression option name (git-fixes).
- commit 3d8b82d
- drm/amdgpu: cleanup struct amdgpu_ring (git-fixes).
- drm/dp_mst: Don't cache EDIDs for physical ports (git-fixes).
- drm/vc4: hdmi: Update the CEC clock divider on HSM rate change
  (git-fixes).
- drm/vc4: hdmi: Compute the CEC clock divider from the clock rate
  (git-fixes).
- drm/vc4: hdmi: Restore cec physical address on reconnect
  (git-fixes).
- drm/vc4: hdmi: Fix up CEC registers (git-fixes).
- drm/vc4: hdmi: Fix register offset with longer CEC messages
  (git-fixes).
- drm/vc4: hdmi: Move hdmi reset to bind (git-fixes).
- drm/mediatek: Check if fb is null (git-fixes).
- commit 3a8d088
- drm/i915/gt: One more flush for Baytrail clear residuals
  (git-fixes).
- drm/amdgpu: toggle on DF Cstate after finishing xgmi injection
  (git-fixes).
- drm/sun4i: tcon: fix inverted DCLK polarity (git-fixes).
- drm/fourcc: fix Amlogic format modifier masks (git-fixes).
- drm/virtio: make sure context is created in gem open
  (git-fixes).
- drm: rcar-du: Fix the return check of of_parse_phandle and
  of_find_device_by_node (git-fixes).
- drm: rcar-du: Fix crash when using LVDS1 clock for CRTC
  (git-fixes).
- commit d709b9b
- clocksource/drivers/mxs_timer: Add missing semicolon when
  DEBUG is defined (git-fixes).
- spi: imx: Don't print error on -EPROBEDEFER (git-fixes).
- spi: cadence-quadspi: Abort read if dummy cycles required are
  too many (git-fixes).
- platform/x86: intel_pmt_crashlog: Add dependency on
  MFD_INTEL_PMT (git-fixes).
- platform/x86: intel_pmt_telemetry: Add dependency on
  MFD_INTEL_PMT (git-fixes).
- platform/x86: intel_pmt: Make INTEL_PMT_CLASS
  non-user-selectable (git-fixes).
- watchdog: intel-mid_wdt: Postpone IRQ handler registration
  till SCU is ready (git-fixes).
- drm/vc4: hdmi: Take into account the clock doubling flag in
  atomic_check (git-fixes).
- commit 112de11
- drm/amd/display: Fix HDMI deep color output for DCE 6-11
  (git-fixes).
- drm/amd/display: Fix 10/12 bpc setup in DCE output bit depth
  reduction (git-fixes).
- drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor
  if condition (git-fixes).
- gma500: clean up error handling in init (git-fixes).
- commit af18775
- rtc: s5m: select REGMAP_I2C (git-fixes).
- spi: stm32: properly handle 0 byte transfer (git-fixes).
- spi: atmel: Put allocated master before return (git-fixes).
- spi: pxa2xx: Fix the controller numbering for Wildcat Point
  (git-fixes).
- spi: spi-synquacer: fix set_cs handling (git-fixes).
- regulator: core: Avoid debugfs: Directory ... already
  present! error (git-fixes).
- crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()
  (git-fixes).
- crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data
  size error) (git-fixes).
- cpufreq: brcmstb-avs-cpufreq: Fix resource leaks in ->remove()
  (git-fixes).
- cpufreq: brcmstb-avs-cpufreq: Free resources in error path
  (git-fixes).
- commit fbcd516
- power: reset: at91-sama5d2_shdwc: fix wkupdbc mask (git-fixes).
- regulator: s5m8767: Drop regulators OF node reference
  (git-fixes).
- regulator: s5m8767: Fix reference count leak (git-fixes).
- regulator: axp20x: Fix reference cout leak (git-fixes).
- mmc: renesas_sdhi_internal_dmac: Fix DMA buffer alignment from
  8 to 128-bytes (git-fixes).
- mmc: usdhi6rol0: Fix a resource leak in the error handling
  path of the probe (git-fixes).
- mmc: sdhci-sprd: Fix some resource leaks in the remove function
  (git-fixes).
- Revert "/platform/x86: ideapad-laptop: Switch touchpad attribute
  to be RO"/ (git-fixes).
- commit 6d58f6a
- gpio: pcf857x: Fix missing first interrupt (git-fixes).
- i3c: master: dw: Drop redundant disec call (git-fixes).
- linux/clk.h: use correct kernel-doc notation for 2 functions
  (git-fixes).
- mfd: wm831x-auxadc: Prevent use after free in
  wm831x_auxadc_read_irq() (git-fixes).
- mfd: bd9571mwv: Use devm_mfd_add_devices() (git-fixes).
- i2c: iproc: update slave isr mask (ISR_MASK_SLAVE) (git-fixes).
- i2c: iproc: handle only slave interrupts which are enabled
  (git-fixes).
- drm/fb-helper: Add missed unlocks in setcmap_legacy()
  (git-fixes).
- drm/gma500: Fix error return code in psb_driver_load()
  (git-fixes).
- commit e10cc76
- amba: Fix resource leak for drivers without .remove (git-fixes).
- clocksource/drivers/ixp4xx: Select TIMER_OF when needed
  (git-fixes).
- clk: qcom: gcc-msm8998: Fix Alpha PLL type for all GPLLs
  (git-fixes).
- clk: meson: clk-pll: propagate the error from
  meson_clk_pll_set_rate() (git-fixes).
- clk: meson: clk-pll: make "/ret"/ a signed integer (git-fixes).
- clk: meson: clk-pll: fix initializing the old rate (fallback)
  for a PLL (git-fixes).
- clk: sunxi-ng: h6: Fix clock divider range on some clocks
  (git-fixes).
- clk: sunxi-ng: h6: Fix CEC clock (git-fixes).
- auxdisplay: ht16k33: Fix refresh rate handling (git-fixes).
- commit 447d390
- libnvdimm/dimm: Avoid race between probe and
  available_slots_show() (bsc#1170442).
- Use the above upstream patch to replace the following in-house patch,
  patches.suse/nvdimm-Avoid-race-between-probe-and-reading-device-a.patch.
- commit ef2652a
- dm thin metadata: Fix use-after-free in dm_bm_set_read_only
  (bsc#1177529).
- dm thin metadata:  Avoid returning cmd->bm wild pointer on error
  (bsc#1177529).
- dm: use noio when sending kobject event (bsc#1177529).
- dm thin metadata: fix lockdep complaint (bsc#1177529).
- dm thin: fix use-after-free in metadata_pre_commit_callback
  (bsc#1177529).
- commit 3e2b6d9
- blacklist.conf: remove the following lines because it is time to have
  them now,
- a4a8d286586d4b28c8517a51db8d86954aadc74b
- 3918e0667bbac99400b44fa5aef3f8be2eeada4a
- commit e7046a1
- dm crypt: fix copy and paste bug in crypt_alloc_req_aead
  (jsc#SLE-12226).
- dm crypt: defer decryption to a tasklet if interrupts disabled
  (jsc#SLE-12226).
- dm crypt: do not call bio_endio() from the dm-crypt tasklet
  (jsc#SLE-12226).
- dm crypt: use GFP_ATOMIC when allocating crypto requests from
  softirq (jsc#SLE-12226).
- dm crypt: do not wait for backlogged crypto request completion
  in softirq (jsc#SLE-12226).
- dm crypt: don't use drivers that have
  CRYPTO_ALG_ALLOCATES_MEMORY (jsc#SLE-12226).
- commit e584169
- libbpf: Avoid false unuinitialized variable warning in
  bpf_core_apply_relo (bsc#1177028).
- commit 2ed6283
- KVM: nVMX: Handle pending #DB when injecting INIT VM-exit.
  Pulling in as a dependency of: "/KVM: nVMX: Emulate MTF when performing
  instruction emulation"/ (bsc#1182380).
- commit df4cbaa
- blacklist.conf: Two sparse fixes
  6ae58d871319 x86/asm: Annotate movdir64b()'s dst argument with __iomem
  5c99720b2838 x86/asm: Add a missing __iomem annotation in enqcmds()
- commit 6dcb1a5
- blacklist.conf: 20bf2b378729 x86/build: Disable CET instrumentation in the kernel
- commit ade903f
- Add alt-commit for non-blacklisted cherry-picks
- Refresh
  patches.suse/1447-drm-bridge-analogix_dp-Split-bind-into-probe-and-rea.patch.
- Refresh
  patches.suse/1776-drm-i915-Provide-the-perf-pmu.module.patch.
- Refresh
  patches.suse/1777-drm-i915-Copy-default-modparams-to-mock-i915_device.patch.
- Refresh
  patches.suse/1778-drm-i915-display-Check-for-an-LPSP-encoder-before-de.patch.
- Refresh
  patches.suse/1779-drm-i915-Update-bw_buddy-pagemask-table.patch.
- Refresh
  patches.suse/1782-drm-i915-tgl-Make-sure-TC-cold-is-blocked-before-ena.patch.
- Refresh
  patches.suse/1826-drm-i915-Fix-cmd-parser-desc-matching-with-masks.patch.
- Refresh
  patches.suse/1835-drm-i915-display-Ensure-that-ret-is-always-initializ.patch.
- Refresh
  patches.suse/1851-drm-i915-fix-regression-leading-to-display-audio-pro.patch.
- Refresh
  patches.suse/1852-drm-virtio-Revert-drm-virtio-Call-the-right-shmem-he.patch.
- Refresh patches.suse/1857-drm-virtio-fix-unblank.patch.
- Refresh
  patches.suse/1864-drm-virtio-drop-virtio_gpu_output-enabled.patch.
- Refresh
  patches.suse/1881-drm-i915-Be-wary-of-data-races-when-reading-the-acti.patch.
- Refresh
  patches.suse/1921-drm-i915-Stub-out-i915_gpu_coredump_put.patch.
- Refresh
  patches.suse/2072-drm-i915-dp-Disable-Port-sync-mode-correctly-on-tear.patch.
- Refresh
  patches.suse/2077-drm-i915-gt-Skip-trying-to-unbind-in-restore_ggtt_ma.patch.
- Refresh
  patches.suse/drm-i915-Protect-i915_request_await_start-from-early.patch.
- Refresh
  patches.suse/drm-i915-Protect-request-peeking-with-RCU.patch.
- commit 491e3a3
- cifs: report error instead of invalid when revalidating a
  dentry fails (bsc#1177440).
- commit 2c3b276
- powerpc/book3s64/hash: Add cond_resched to avoid soft lockup
  warning (bsc#1182571 ltc#191345).
- commit a9f0cef
- RDMA/efa: Use the correct current and new states in modify QP
  (git-fixes).
- commit f2d6e28
- net: rmnet: do not allow to add multiple bridge interfaces
  (git-fixes).
- commit 4f39a57
- net: rmnet: fix lower interface leak (git-fixes).
- commit d007718
- net: rmnet: print error message when command fails (git-fixes).
- commit 9543352
- net: qualcomm: rmnet: Allow configuration updates to existing
  devices (git-fixes).
- commit 8b01fa7
- blacklist.conf: update the blacklist
- commit a0ee69e
- x86/alternatives: Sync bp_patching update for avoiding NULL
  pointer exception (bsc#1152489).
- commit 8753fb5
- ibmvnic: Set to CLOSED state even on error (bsc#1084610
  ltc#165122 git-fixes).
- commit 7047a5a
- ibmvnic: serialize access to work queue on remove (bsc#1065729).
- commit 9671154
- mm: proc: Invalidate TLB after clearing soft-dirty page state
  (bsc#1163776 ltc#183929 git-fixes).
- commit c6ee8b1
- xfs: reduce quota reservation when doing a dax unwritten extent
  conversion (git-fixes bsc#1182561).
- commit 229a330
- RDMA/efa: Drop double zeroing for sg_init_table() (bsc#1176248).
- RDMA/efa: Remove redundant udata check from alloc ucontext
  response (bsc#1176248).
- RDMA/efa: Add EFA 0xefa1 PCI ID (bsc#1176248).
- RDMA/efa: User/kernel compatibility handshake mechanism
  (bsc#1176248).
- RDMA/efa: Expose minimum SQ size (bsc#1176248).
- RDMA/efa: Expose maximum TX doorbell batch (bsc#1176248).
- RDMA/efa: Report host information to the device (bsc#1176248).
- RDMA/efa: Fix setting of wrong bit in get/set_feature commands
  (bsc#1176248).
- RDMA/efa: Count admin commands errors (bsc#1176248).
- RDMA/efa: Count mmap failures (bsc#1176248).
- RDMA/efa: Report create CQ error counter (bsc#1176248).
- RDMA/efa: Use in-kernel offsetofend() to check field
  availability (bsc#1176248).
- RDMA/efa: Do not delay freeing of DMA pages (bsc#1176248).
- RDMA/efa: Properly document the interrupt mask register
  (bsc#1176248).
- RDMA/efa: Unified getters/setters for device structs bitmask
  access (bsc#1176248).
- commit f3e9801
- xfs: fix an ABBA deadlock in xfs_rename (git-fixes bsc#1182558).
- commit 2a9e635
- arm: Update config files.
  Set CONFIG_WATCHDOG_SYSFS to true (bsc#1182560)
- commit 7ceb879
- vmxnet3: Remove buf_info from device accessible structures
  (bsc#1181671).
- commit 7e4ecda
- supported.conf: mark Wireguard + dependencies as supported (jsc#SLE-12250)
- commit 1e0196a
- nvmet-tcp: Fix NULL dereference when a connect data comes in
  h2cdata pdu (bsc#1182547).
- commit 62bcd4c
- rpm/kernel-subpackage-build: Workaround broken bot
  (https://github.com/openSUSE/openSUSE-release-tools/issues/2439)
- commit b74d860
- drivers/perf: hisi: Fix wrong value for all counters enable
  (SLE-14995 SLE-16234).
- commit 0293acf
- drivers/perf: hisi: Fix typo in events attribute array
  (SLE-14995 SLE-16234).
- commit d024f74
- drivers/perf: hisi: Simplify hisi_read_sccl_and_ccl_id and
  its comment (SLE-14995 SLE-16234).
- Refresh
  patches.suse/drivers-perf-hisi-Permit-modular-builds-of-HiSilicon.patch.
- Refresh
  patches.suse/firmware-arm_sdei-Document-the-motivation-behind-the.patch.
- commit 33b4114
- drivers/perf: hisi: update the sccl_id/ccl_id for certain
  HiSilicon platform (SLE-14995 SLE-16234).
- commit 3cf8137
- drm/vc4: hdmi: Take into account the clock doubling flag in
  atomic_check (git-fixes).
- commit 0eefa7d
- series.conf: cleanup
- update upstream references and resort:
  patches.suse/nvme-hwmon-rework-to-avoid-devm-allocation.patch
  patches.suse/perf-x86-intel-uncore-Store-the-logical-die-id-inste.patch
  patches.suse/perf-x86-intel-uncore-With-8-nodes-get-pci-bus-die-i.patch
- commit f696cf9
- series.conf: cleanup
- move unsortable patch out of sorted section
  patches.suse/mm-pmem-avoid-inserting-hugepage-pte-entry-with-fsdax-if-hugepage-support-is-disabled.patch
- commit b1cf681
- ALSA: usb-audio: Add implicit fb quirk for BOSS GP-10
  (git-fixes).
- ALSA: hda: Add another CometLake-H PCI ID (git-fixes).
- ALSA: hda/hdmi: Drop bogus check at closing a stream
  (git-fixes).
- ALSA: hda/realtek: modify EAPD in the ALC886 (git-fixes).
- commit d3cd0e8
- tpm: Remove tpm_dev_wq_lock (git-fixes).
- tpm_tis: Clean up locality release (git-fixes).
- tpm_tis: Fix check_locality for correct locality acquisition
  (git-fixes).
- USB: serial: mos7720: fix error code in mos7720_write()
  (git-fixes).
- USB: serial: mos7840: fix error code in mos7840_write()
  (git-fixes).
- USB: serial: mos7720: improve OOM-handling in read_mos_reg()
  (git-fixes).
- usb: musb: Fix runtime PM race in musb_queue_resume_work
  (git-fixes).
- usb: dwc2: Make "/trimming xfer length"/ a debug message
  (git-fixes).
- usb: dwc2: Abort transaction after errors with unknown reason
  (git-fixes).
- usb: dwc2: Do not update data length if it is 0 on inbound
  transfers (git-fixes).
- usb: gadget: u_audio: Free requests only after callback
  (git-fixes).
- commit 024918e
- hwrng: timeriomem - Fix cooldown period calculation (git-fixes).
- media: pxa_camera: declare variable when DEBUG is defined
  (git-fixes).
- media: cx25821: Fix a bug when reallocating some dma memory
  (git-fixes).
- media: qm1d1c0042: fix error return code in qm1d1c0042_init()
  (git-fixes).
- media: lmedm04: Fix misuse of comma (git-fixes).
- media: software_node: Fix refcounts in
  software_node_get_next_child() (git-fixes).
- media: aspeed: fix error return code in
  aspeed_video_setup_video() (git-fixes).
- media: pwc: Use correct device for DMA (bsc#1181133).
- media: tm6000: Fix memleak in tm6000_start_stream (git-fixes).
- media: media/pci: Fix memleak in empress_init (git-fixes).
- media: em28xx: Fix use-after-free in em28xx_alloc_urbs
  (git-fixes).
- media: vsp1: Fix an error handling path in the probe function
  (git-fixes).
- media: camss: missing error code in msm_video_register()
  (git-fixes).
- media: mt9v111: Remove unneeded device-managed puts (git-fixes).
- media: ipu3-cio2: Fix mbus_code processing in
  cio2_subdev_set_fmt() (git-fixes).
- media: i2c: ov5670: Fix PIXEL_RATE minimum value (git-fixes).
- ata: ahci_brcm: Add back regulators management (git-fixes).
- staging: rtl8723bs: wifi_regd.c: Fix incorrect number of
  regulatory rules (git-fixes).
- ata: sata_nv: Fix retrieving of active qcs (git-fixes).
- commit f91a4d1
- ASoC: simple-card-utils: Fix device module clock (git-fixes).
- ASoC: cs42l56: fix up error handling in probe (git-fixes).
- ASoC: SOF: debug: Fix a potential issue on string buffer
  termination (git-fixes).
- ASoC: cpcap: fix microphone timeslot mask (git-fixes).
- ALSA: pcm: Don't call sync_stop if it hasn't been stopped
  (git-fixes).
- ALSA: pcm: Assure sync with the pending stop operation at
  suspend (git-fixes).
- ALSA: pcm: Call sync_stop at disconnection (git-fixes).
- ALSA: usb-audio: Don't avoid stopping the stream at
  disconnection (git-fixes).
- ALSA: usb-audio: More strict state change in EP (git-fixes).
- ALSA: usb-audio: Handle invalid running state at releasing EP
  (git-fixes).
- ALSA: usb-audio: Fix PCM buffer allocation in non-vmalloc mode
  (git-fixes).
- ALSA: usb-audio: Correct document for
  snd_usb_endpoint_free_all() (git-fixes).
- ACPI: configfs: add missing check after
  configfs_register_default_group() (git-fixes).
- ACPI: property: Satisfy kernel doc validator (part 2)
  (git-fixes).
- ACPI: property: Satisfy kernel doc validator (part 1)
  (git-fixes).
- ACPI: property: Fix fwnode string properties matching
  (git-fixes).
- ACPICA: Fix exception code class checks (git-fixes).
- commit 858c1eb
- Move upstreamed uvcvideo fix into sorted esction
- commit e05eaec
- xen-blkback: fix error handling in xen_blkbk_map() (XSA-365
  CVE-2021-26930 bsc#1181843).
- commit e27d769
- xen-scsiback: don't "/handle"/ error by BUG() (XSA-362
  CVE-2021-26931 bsc#1181753).
- commit 0c27363
- xen-netback: don't "/handle"/ error by BUG() (XSA-362
  CVE-2021-26931 bsc#1181753).
- commit b515e6e
- xen-blkback: don't "/handle"/ error by BUG() (XSA-362
  CVE-2021-26931 bsc#1181753).
- commit 092d419
- xen/arm: don't ignore return errors from set_phys_to_machine
  (XSA-361 CVE-2021-26932 bsc#1181747).
- commit 3c70c9d
- Xen/gntdev: correct error checking in gntdev_map_grant_pages()
  (XSA-361 CVE-2021-26932 bsc#1181747).
- commit ee9fcdf
- Xen/gntdev: correct dev_bus_addr handling in
  gntdev_map_grant_pages() (XSA-361 CVE-2021-26932 bsc#1181747).
- commit e4d325f
- Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
  (XSA-361 CVE-2021-26932 bsc#1181747).
- commit c07de95
- Xen/x86: don't bail early from clear_foreign_p2m_mapping()
  (XSA-361 CVE-2021-26932 bsc#1181747).
- commit 488df4e
- xen/netback: fix spurious event detection for common event case
  (bsc#1182175).
- commit 1ecc6fe
- ath10k: Fix lockdep assertion warning in ath10k_sta_statistics
  (git-fixes).
- ath10k: Fix suspicious RCU usage warning in
  ath10k_wmi_tlv_parse_peer_stats_info() (git-fixes).
- mt76: mt7915: fix endianness warning in mt7915_mcu_set_radar_th
  (git-fixes).
- Bluetooth: hci_qca: Fix memleak in qca_controller_memdump
  (git-fixes).
- commit a23b170
- soc: aspeed: snoop: Add clock control logic (git-fixes).
- memory: ti-aemif: Drop child node when jumping out loop
  (git-fixes).
- reset: hisilicon: correct vendor prefix (git-fixes).
- r8169: fix resuming from suspend on RTL8105e if machine runs
  on battery (git-fixes).
- b43: N-PHY: Fix the update of coef for the PHY revision >=
  3case (git-fixes).
- mac80211: fix potential overflow when multiplying to u32
  integers (git-fixes).
- ath9k: fix data bus crash when setting nf_override via debugfs
  (git-fixes).
- Bluetooth: btusb: Fix memory leak in btusb_mtk_wmt_recv
  (git-fixes).
- Bluetooth: Put HCI device if inquiry procedure interrupts
  (git-fixes).
- Bluetooth: drop HCI device reference before return (git-fixes).
- Bluetooth: Fix initializing response id after clearing struct
  (git-fixes).
- Bluetooth: hci_uart: Fix a race for write_work scheduling
  (git-fixes).
- Bluetooth: btqcomsmd: Fix a resource leak in error handling
  paths in the probe function (git-fixes).
- ath10k: Fix error handling in case of CE pipe init failure
  (git-fixes).
- commit 8d04463
- net: dsa: bcm_sf2: Fix overflow checks (git-fixes).
- commit 8931641
- net: bcmgenet: keep MAC in reset until PHY is up (git-fixes).
- commit 1bd8cc0
- net: mscc: ocelot: properly account for VLAN header length when setting MRU (git-fixes).
- commit 8ecb099
- net: rmnet: fix packet forwarding in rmnet bridge mode (git-fixes).
- commit a6a4d18
- net: rmnet: fix bridge mode bugs (git-fixes).
- commit 6828c73
- net: rmnet: use upper/lower device infrastructure (git-fixes).
- commit 604e5d6
- net: rmnet: do not allow to change mux id if mux id is duplicated (git-fixes).
- commit 358ab29
- net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device() (git-fixes).
- commit 4387992
- net: rmnet: fix suspicious RCU usage (git-fixes).
- commit 5258625
- net: rmnet: fix NULL pointer dereference in rmnet_changelink() (git-fixes).
- commit 8bdc771
- net: rmnet: fix NULL pointer dereference in rmnet_newlink() (git-fixes).
- commit e563469
- KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags
  (bsc#1182490).
- commit d0034b8
- KVM: nVMX: don't clear mtf_pending when nested events are blocked
  (bsc#1182489).
- commit c9e5f4e
- ibmvnic: skip send_request_unmap for timeout reset (bsc#1182485
  ltc#191591).
- ibmvnic: add memory barrier to protect long term buffer
  (bsc#1182485 ltc#191591).
- ibmvnic: change IBMVNIC_MAX_IND_DESCS to 16 (bsc#1182485
  ltc#191591).
- ibmvnic: Ensure that CRQ entry read are correctly ordered
  (bsc#1182485 ltc#191591).
- ibmvnic: serialize access to work queue on remove (bsc#1182485
  ltc#191591).
- ibmvnic: skip send_request_unmap for timeout reset (bsc#1182485
  ltc#191591).
- ibmvnic: add memory barrier to protect long term buffer
  (bsc#1182485 ltc#191591).
- ibmvnic: change IBMVNIC_MAX_IND_DESCS to 16 (bsc#1182485
  ltc#191591).
- ibmvnic: Set to CLOSED state even on error (bsc#1182485
  ltc#191591).
- ibmvnic: Ensure that CRQ entry read are correctly ordered
  (bsc#1182485 ltc#191591).
- commit 8ab7740
- kABI: repair, after "/nVMX: Emulate MTF when performinginstruction  emulation"/
  kvm_x86_ops is part of kABI as it's used by LTTng. But it's only read
  and never allocated in there, so growing it (without altering existing
  members' offsets) is fine.
- commit d47d125
- fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME
  (bsc#1182446).
- commit 8620c20
- fscrypt: add fscrypt_is_nokey_name() (bsc#1182446).
- commit da2337f
- patches.suse/ext4-Avoid-freeing-inodes-on-dirty-list.patch: Move to
  sorted section, update tags
- commit d9f0c0d
- fs: fix lazytime expiration handling in
  __writeback_single_inode() (bsc#1182466).
- commit a4f4504
- ext4: fix superblock checksum failure when setting password salt
  (bsc#1182465).
- commit 1201ea7
- ext4: don't remount read-only with errors=continue on reboot
  (bsc#1182464).
- commit d554ce9
- ext4: fix deadlock with fs freezing and EA inodes (bsc#1182463).
- commit 2354cfd
- reiserfs: add check for an invalid ih_entry_count (bsc#1182462).
- commit 2c4183a
- quota: Sanity-check quota file headers on load (bsc#1182461).
- commit 5a95e11
- writeback: Drop I_DIRTY_TIME_EXPIRE (bsc#1182460).
- commit 6f11bc3
- ubifs: Fix error return code in ubifs_init_authentication()
  (bsc#1182459).
- commit 97d2ec0
- ubifs: wbuf: Don't leak kernel memory to flash (bsc#1182458).
- commit bce8f1a
- ubifs: prevent creating duplicate encrypted filenames
  (bsc#1182457).
- commit 80e0969
- ubifs: ubifs_add_orphan: Fix a memory leak bug (bsc#1182456).
- commit bf8f1af
- ubifs: ubifs_jnl_write_inode: Fix a memory leak bug
  (bsc#1182455).
  patches.suse/ubifs-xattr-Fix-some-potential-memory-leaks-while-it.patch:
  Refresh and add now relevant bits.
- commit 0b538c3
- ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()
  (bsc#1182454).
- commit fdbb549
- ext4: fix bug for rename with RENAME_WHITEOUT (bsc#1182449).
- commit 5f81ca3
- ext4: fix a memory leak of ext4_free_data (bsc#1182447).
- commit 798e94c
- mm: thp: kABI: move the added flag to the end of enum
  (bsc#1181896 ltc#191273).
- commit 5a6cff9
- ext4: prevent creating duplicate encrypted filenames
  (bsc#1182446).
- commit ebbed3b
- block: fix inflight statistics of part0 (bsc#1182445).
- commit 3645427
- blk-mq: move cancel of hctx->run_work to the front of
  blk_exit_queue (bsc#1182444).
- commit 25d39da
- blk-mq: insert request not through ->queue_rq into sw/scheduler
  queue (bsc#1182443).
- commit a0c44a1
- blk-mq: call commit_rqs while list empty but error happen
  (bsc#1182442).
- commit bc0709b
- block: respect queue limit of max discard segment (bsc#1182441).
- commit 78f8ad6
- block: virtio_blk: fix handling single range discard request
  (bsc#1182439).
- commit a829826
- xfs: fix the forward progress assertion in
  xfs_iwalk_run_callbacks (git-fixes bsc#1182430).
- commit 251c330
- drm/i915/tgl+: Make sure TypeC FIA is powered up when
  initializing it (git-fixes).
- Revert "/drm/amd/display: Update NV1x SR latency values"/
  (git-fixes).
- drm/amd/display: Release DSC before acquiring (git-fixes).
- drm/amd/display: Add more Clock Sources to DCN2.1 (git-fixes).
- drm/amd/display: Fix DPCD translation for LTTPR AUX_RD_INTERVAL
  (git-fixes).
- drm/i915/gt: Define guc firmware blob for older Cometlakes
  (git-fixes).
- commit 50eabd2
- drm/amd/display: Decrement refcount of dc_sink before
  reassignment (git-fixes).
- drm/amd/display: Free atomic state after drm_atomic_commit
  (git-fixes).
- drm/amd/display: Fix dc_sink kref count in emulated_link_detect
  (git-fixes).
- commit 0a02ed8
- clk: sunxi-ng: mp: fix parent rate change flag check
  (git-fixes).
- firmware_loader: align .builtin_fw to 8 (git-fixes).
- platform/x86: hp-wmi: Disable tablet-mode reporting by default
  (git-fixes).
- commit 3ec7f46
- KVM: nVMX: Emulate MTF when performing instruction emulation
  (bsc#1182380).
- commit d82f9c0
- tracing: Check length before giving out the filter buffer
  (git-fixes).
- commit d3dfea0
- tracing: Do not count ftrace events in top level enable output
  (git-fixes).
- commit 9eb30ee
- tracing/kprobe: Fix to support kretprobe events on unloaded
  modules (git-fixes).
- commit 19d30cc
- KVM: x86: remove stale comment from struct x86_emulate_ctxt
  (bsc#1182406).
- commit 0a00f86
- mm/pmem: avoid inserting hugepage PTE entry with fsdax if
  hugepage support is disabled (bsc#1181896 ltc#191273).
- commit 5527d63
- fgraph: Initialize tracing_graph_pause at task creation
  (git-fixes).
- commit ac6ab62
- RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes (bsc#1169709)
- commit f19dffe
- KVM: x86: clear stale x86_emulate_ctxt->intercept value
  (bsc#1182381).
- commit ffa8b86
- net/tls: Except bond interface from some TLS checks
  (bsc#1181719).
- net/tls: Device offload to use lowest netdevice in chain
  (bsc#1181719).
- net/bonding: Declare TLS RX device offload support
  (bsc#1181719).
- net/bonding: Implement TLS TX device offload (bsc#1181719).
- net/bonding: Take update_features call out of XFRM funciton
  (bsc#1181719).
- net/bonding: Implement ndo_sk_get_lower_dev (bsc#1181719).
- net/bonding: Take IP hash logic into a helper (bsc#1181719).
- net: netdevice: Add operation ndo_sk_get_lower_dev
  (bsc#1181719).
- commit 3880919
- drm/i915/guc: Update to use firmware v49.0.1 (CVE-2020-12362
  CVE-2020-12363 CVE-2020-12364 CVE-2020-12373 bsc#1181720
  bsc#1181735 bsc#1181736 bsc#1181738).
- commit d2373bb
- KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI
  (bsc#1182374).
- commit c629183
- tracing/kprobes: Do the notrace functions check without kprobes
  on ftrace (git-fixes).
- Update config files.
- commit dd6e75e
- drm/i915/guc: Update to use firmware v49.0.1 (CVE-2020-12362
  CVE-2020-12363 CVE-2020-12364 CVE-2020-12373 bsc#1181720
  bsc#1181735 bsc#1181736 bsc#1181738).
- drm/i915: Update TGL and RKL HuC firmware versions
  (CVE-2020-12362 CVE-2020-12363 CVE-2020-12364 CVE-2020-12373
  bsc#1181720 bsc#1181735 bsc#1181736 bsc#1181738).
- commit 44f462f
- vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFO
  (jsc#SLE-13841).
- s390/default: Set CONFIG_VFIO_PCI_ZDEV=y.
- vfio: Introduce capability definitions for VFIO_DEVICE_GET_INFO
  (jsc#SLE-13841).
- s390/pci: track whether util_str is valid in the zpci_dev
  (jsc#SLE-13841).
- s390/pci: stash version in the zpci_dev (jsc#SLE-13841).
- commit 0136f7b
- Update config files: Set reset-raspberrypi as builtin (bsc#1180336)
  This driver is needed in order to boot through USB. Ideally the kernel
  module should be selected by dracut, but it's not. So make it builtin
  until the relevant dracut fixes are available.
- commit b773757
- fix patch metadata
- fix Patch-mainline:
  patches.suse/0003-caif-no-need-to-check-return-value-of-debugfs_create.patch
- commit f7a521f
- drm/sun4i: dw-hdmi: Fix max. frequency for H6 (bsc#1152472)
- commit acb3f2a
- drm/sun4i: Fix H6 HDMI PHY configuration (bsc#1152472)
- commit 039ccc9
- drm/sun4i: dw-hdmi: always set clock rate (bsc#1152472)
- commit 0e99073
- drm/sun4i: tcon: set sync polarity for tcon1 channel (bsc#1152472)
- commit 03d6bea
- drm/vc4: hvs: Fix buffer overflow with the dlist handling (bsc#1152489)
- commit b8a95b9
- drm/meson: Unbind all connectors on module removal (bsc#1152472)
- commit b5e929b
- matroxfb: avoid -Warray-bounds warning (bsc#1152472)
- commit f5716ba
- rpm/config.sh: Enable armv7hl build in an extra project (jsc#SLE-17212)
  The armv7hl is built on OBS openSUSE:Step:15-SP3 project
- commit 8215a31
- config.conf: Enable armv7hl build (jsc#SLE-17212)
  The build is still not triggered as it's missing SUSE:* projects
- commit b8c9b59
- Update config files: Enable UDC useful for arm64 (jsc#SLE-14042)
- supported.conf: Set arm64 UDCs as optional
- commit 4427f1e
- Refresh patches.suse/powerpc-64-signal-Fix-regression-in-__kernel_sigtram.patch
  powerpc/64/signal: Fix regression in fixing regression in
  __kernel_sigtramp_rt64() semantics
  Fixes:
  [    1.424052] systemd[142]: /usr/lib/systemd/system-generators/dracut-rootfs-generator terminated by signal SEGV.
  ...
  /.build/build-vm: line 521:   208 Segmentation fault      $0 "/$@"/
  [    2.595622] Kernel panic - not syncing: Attempted to kill init!  exitcode=0x0000000b
- commit 031f2c1
- Update config files. Enable USB_GADGET(jsc#SLE-14042)
  After discussion what the feature request implied, it was
  decided that gadget mode is also needed on x86_64
- commit 4402673
- arm64/64kb: Enable 52-bit virtual and 52-bit physical addresses.
  These features have been rejected solely because of their
  dependency on 64k page size.
- commit afe8527
- net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes
  (git-fixes).
- commit 2c2d766
- Make a 64kb kernel flavor for arm64 (jsc#SLE-15406)
  Add a kernel flavor with a 64kb PAGE_SIZE. Only the page size has
  been changed explicitly; all other config option changes are caused
  by Kconfig dependencies.
- commit e9424d3
- net/sonic: Add mutual exclusion for accessing shared state
  (git-fixes).
- commit 52ed672
- net: stmmac: Always arm TX Timer at end of transmission start
  (git-fixes).
- commit 6058ba7
- net: stmmac: Fix the TX IOC in xmit path (git-fixes).
- commit 0d8ff7f
- net: stmmac: Enable 16KB buffer size (git-fixes).
- commit c5a734b
- net: stmmac: 16KB buffer must be 16 byte aligned (git-fixes).
- commit c88cefc
- net: stmmac: RX buffer size must be 16 byte aligned (git-fixes).
- commit d10b760
- net: stmmac: xgmac: Clear previous RX buffer size (git-fixes).
- commit 53673df
- net: stmmac: Do not accept invalid MTU values (git-fixes).
- commit ac657b6
- net: stmmac: selftests: Needs to check the number of Multicast
  regs (git-fixes).
- commit 8826854
- net: caif: Fix debugfs on 64-bit platforms (git-fixes).
- commit 7a8758b
- caif: no need to check return value of debugfs_create functions
  (git-fixes).
- commit 756b62e
- net: axienet: Fix error return code in axienet_probe()
  (git-fixes).
- commit 6ec2abe
- net: netsec: Correct dma sync for XDP_TX frames (git-fixes).
- commit 8040572
- net: gro: do not keep too many GRO packets in napi->rx_list
  (bsc#1154353).
- commit 76fde4b
- kernel-binary.spec: Add back initrd and image symlink ghosts to
  filelist (bsc#1182140).
  Fixes: 76a9256314c3 ("/rpm/kernel-{source,binary}.spec: do not include ghost symlinks (boo#1179082)."/)
- commit 606c9d1
- ahci: Add support for Dell S140 and later (jsc#SLE-14457).
- commit 7fa1bda
- xfs: ratelimit xfs_discard_page messages (bsc#1182283).
- commit 672719e
- xfs: scrub should mark a directory corrupt if any entries
  cannot be iget'd (git-fixes bsc#1182278).
- commit 55cdbf1
- Drop HID logitech patch that caused a regression (bsc#1182259)
  Delete patches.suse/HID-logitech-dj-add-the-G602-receiver.patch
  blacklist.conf: add the dropped entry
- commit fc205a0
- xfs: fix parent pointer scrubber bailing out on unallocated
  inodes (git-fixes bsc#1182276).
- commit 68a744e
- xfs: return corresponding errcode if xfs_initialize_perag()
  fail (git-fixes bsc#1182275).
- commit adf2653
- xfs: fix the minrecs logic when dealing with inode root child
  blocks (git-fixes bsc#1182273).
- commit 5d5cd17
- xfs: ensure inobt record walks always make forward progress
  (git-fixes bsc#1182272).
- commit 5d91094
- x86/apic: Add extra serialization for non-serializing MSRs
  (bsc#1152489).
- commit 52e6a50
- xfs: strengthen rmap record flags checking (git-fixes
  bsc#1182271).
- commit 0a8fcac
- squashfs: add more sanity checks in xattr id lookup (git-fixes
  bsc#1182268).
- commit f6143c2
- squashfs: add more sanity checks in inode lookup (git-fixes
  bsc#1182267).
- commit 81b879a
- squashfs: add more sanity checks in id lookup (git-fixes
  bsc#1182266).
- commit a860e79
- vfs: Convert squashfs to use the new mount API (git-fixes
  bsc#1182265).
- commit 961749a
- mm: thp: fix MADV_REMOVE deadlock on shmem THP (CVE-2020-29368,
  bsc#1179660.).
- commit 9d15b36
- mm: thp: make the THP mapcount atomic against
  __split_huge_pmd_locked() (CVE-2020-29368, bsc#1179660.).
- commit 842b18f
- rpm/post.sh: Avoid purge-kernel for the first installed kernel (bsc#1180058)
- commit c29e77d
- blacklist.conf: 20bf2b378729 x86/build: Disable CET instrumentation in the kernel
- commit ae0a855
- Update config files.
  CONFIG_IRQ_TIME_ACCOUNTING=n on ppc64
  Fixes: ce08519dfa669
- commit 3aeb7fd
- blacklist.conf: Append 'drm/mediatek: Remove duplicated include'
- commit ecb87cb
- drm/dp_mst: Don't report ports connected if nothing is attached to (bsc#1152489)
- commit 00ff66f
- drm/i915: Fix overlay frontbuffer tracking (bsc#1152489)
- commit 4516e0f
- blacklist.conf: Append 'drm/i915/gem: Support parsing of oversize batches'
- commit e3b72f7
- blacklist.conf: Append 'drm/amd/display: Add missing "/Copy GSL groups when committing a new context"/'
- commit 5abd636
- blacklist.conf: Append 'drm/i915: Filter wake_flags passed to default_wake_function'
- commit 0a7430b
- blacklist.conf: Append 'drm/i915/gem: Reduce context termination list iteration guard to RCU'
- commit 6bbec31
- drm/i915/gt: Only transfer the virtual context to the new engine if (bsc#1152489)
  Backporting notes:
  * context changes
- commit 3e2a61c
- blacklist.conf: Append 'drm/i915/selftests: Avoid passing a random 0 into ilog2'
- commit f3cb566
- blacklist.conf: Append 'drm/i915: Fix wrong return value in intel_atomic_check()'
- commit 2ef532e
- blacklist.conf: Append 'drm/i915/gt: Protect defer_request() from new waiters'
- commit 2230231
- blacklist.conf: Append 'drm/mediatek: Fix can't get component for external display plane.'
- commit edafa6b
- x86/pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()
  (bsc#1181572).
- commit 7161d5a
- fix patch metadata
- fix upstream reference:
  patches.suse/net-hns3-add-a-check-for-queue_id-in-hclge_reset_vf_.patch
- commit 33a1a9d
- series.conf: cleanup
- move unsortable patch out of sorted section
  patches.suse/powerpc-pseries-extract-host-bridge-from-pci_bus-pri.patch
- commit 05c22a3
- drm/sun4i: dw-hdmi: Fix max. frequency for H6 (git-fixes).
- drm/sun4i: Fix H6 HDMI PHY configuration (git-fixes).
- drm/sun4i: dw-hdmi: always set clock rate (git-fixes).
- drm/sun4i: tcon: set sync polarity for tcon1 channel
  (git-fixes).
- drm/dp_mst: Don't report ports connected if nothing is attached
  to them (git-fixes).
- drm/vc4: hvs: Fix buffer overflow with the dlist handling
  (git-fixes).
- drm/i915: Fix overlay frontbuffer tracking (git-fixes).
- drm/nouveau/nvif: fix method count when pushing an array
  (git-fixes).
- commit f9287ec
- regulator: Fix lockdep warning resolving supplies (git-fixes).
- commit 83723b8
- i2c: stm32f7: fix configuration of the digital filter
  (git-fixes).
- i2c: mediatek: Move suspend and resume handling to NOIRQ phase
  (git-fixes).
- mac80211: 160MHz with extended NSS BW in CSA (git-fixes).
- iwlwifi: mvm: guard against device removal in reprobe
  (git-fixes).
- iwlwifi: mvm: invalidate IDs of internal stations at mvm start
  (git-fixes).
- iwlwifi: pcie: fix context info memory leak (git-fixes).
- iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmap
  (git-fixes).
- iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()
  (git-fixes).
- iwlwifi: mvm: skip power command when unbinding vif during CSA
  (git-fixes).
- regulator: core: avoid regulator_resolve_supply() race condition
  (git-fixes).
- commit c869ffc
- x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmap
  (bsc#1182217).
- Refresh
  patches.suse/edac-mce_amd-use-struct-cpuinfo_x86-cpu_die_id-for-amd-nodeid.patch.
- commit bdedc9e
- net: mscc: ocelot: fix address ageing time (again) (git-fixes).
- commit 2561722
- dpaa2-eth: fix return codes used in ndo_setup_tc (git-fixes).
- commit 14e0d91
- qlcnic: fix missing release in qlcnic_83xx_interrupt_test
  (git-fixes).
- commit d3915bd
- net: sun: fix missing release regions in cas_init_one()
  (git-fixes).
- commit 5243443
- net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in
  seconds, not ms (git-fixes).
- commit 8f77ca6
- net: moxa: Fix a potential double 'free_irq()' (git-fixes).
- commit 6d56ae2
- EDAC/mce_amd: Add new error descriptions for existing types
  (bsc#1182217).
- commit 8e9c253
- x86/mce, EDAC/mce_amd: Print PPIN in machine check records
  (bsc#1182217).
- commit 6faa949
- EDAC/mce_amd: Print !SMCA processor warning only once
  (bsc#1182217).
- commit 3bacba7
- EDAC/amd64: Do not warn when removing instances (bsc#1182217).
- commit d9742d0
- powerpc/pseries: extract host bridge from pci_bus prior to
  bus removal (bsc#1182171 ltc#190900).
- commit 9deaa93
- powerpc/kexec_file: fix FDT size estimation for kdump kernel
  (bsc#1181928 ltc#190572).
- commit de42489
- btrfs: Enable autodefrag (bsc#1181785)
  Refresh
  patches.suse/btrfs-8888-add-allow_unsupported-module-parameter.patch.
- commit c3b1454
- ASoC: codecs: max98373-sdw: align regmap use with other codecs
  (git-fixes).
- Refresh
  patches.suse/ASoC-max98373-don-t-access-volatile-registers-in-bia.patch.
- commit 2986405
- ASoC: codecs: rt*.c: remove useless pointer cast (git-fixes).
- ASoC: topology: Add support for WO and RO TLV byte kcontrols
  (git-fixes).
- ASoC: codecs: rt*-sdw: use SDW_SLAVE_ENTRY_EXT (git-fixes).
- ASoC: hdac_hda: allow runtime pm at end of probe (git-fixes).
- commit 51b0ab6
- cxgb4: fix the panic caused by non smac rewrite (git-fixes).
- commit 0f6aca4
- nvme-hwmon: rework to avoid devm allocation (bsc#1177326).
- commit bc99792
- Update config files: make armv7hl/lpae a fragmented config (jsc#SLE-17212)
  Just for ease of maintenance
- commit 8e88e72
- gpio: ep93xx: Fix single irqchip with multi gpiochips
  (git-fixes).
- gpio: ep93xx: fix BUG_ON port F usage (git-fixes).
- commit 4d3d0a7
- series.conf: cleanup
- update upstream reference and resort:
  patches.suse/ibmvnic-Clear-failover_pending-if-unable-to-schedule.patch
- commit f78f850
- arm64: use a common .arch preamble for inline assembly
  (bsc#1182114).
- commit 56aeca4
- 1764c3edc66880778604f5053fe2dda7b3ddd2c1 also fixes binutils 2.36
  (bsc#1182114)
- commit a031455
- powerpc/perf/hv-24x7: Dont create sysfs event files for dummy
  events (bsc#1182118 ltc#190624).
- commit 2178630
- cxgb4/chtls: Fix tid stuck due to wrong update of qid
  (git-fixes).
- chtls: Fix chtls resources release sequence (git-fixes).
- chtls: Added a check to avoid NULL pointer dereference
  (git-fixes).
- chtls: Replace skb_dequeue with skb_peek (git-fixes).
- chtls: Avoid unnecessary freeing of oreq pointer (git-fixes).
- chtls: Fix panic when route to peer not configured (git-fixes).
- chtls: Remove invalid set_tcb call (git-fixes).
- chtls: Fix hardware tid leak (git-fixes).
- i40e: avoid premature Rx buffer reuse (git-fixes).
- net/mlx4_en: Handle TX error CQE (bsc#1181854).
- net/mlx4_en: Avoid scheduling restart task if it is already
  running (bsc#1181854).
- chelsio/chtls: fix a double free in chtls_setkey() (git-fixes).
- chelsio/chtls: fix panic during unload reload chtls (git-fixes).
- commit 6313497
- Update config files: Set ledtrig-default-on as builtin (bsc#1182128)
- commit 2f7b8ce
- supported.conf: Preliminary sort of contents (jsc#SLE-17212)
  Just sorted, no other changes
- commit 5b39bec
- net: hns3: add a check for queue_id in hclge_reset_vf_queue()
  (git-fixes).
- net/mlx5e: Update max_opened_tc also when channels are closed
  (git-fixes).
- net: mvpp2: TCAM entry enable should be written after SRAM data
  (git-fixes).
- igc: check return value of ret_val in
  igc_config_fc_after_link_up (git-fixes).
- igc: set the default return value to -IGC_ERR_NVM in
  igc_write_nvm_srwr (git-fixes).
- igc: Report speed and duplex as unknown when device is runtime
  suspended (git-fixes).
- net/mlx5e: Reduce tc unsupported key print level (git-fixes).
- net/mlx5: Fix memory leak on flow table creation error flow
  (git-fixes).
- igc: fix link speed advertising (git-fixes).
- cxgb4/chtls: Fix tid stuck due to wrong update of qid
  (git-fixes).
- bnxt_en: Improve stats context resource accounting with RDMA
  driver loaded (git-fixes).
- net: mvpp2: Remove Pause and Asym_Pause support (git-fixes).
- mlxsw: core: Increase critical threshold for ASIC thermal zone
  (git-fixes).
- mlxsw: core: Add validation of transceiver temperature
  thresholds (git-fixes).
- net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups
  (git-fixes).
- net/mlx5e: Fix two double free cases (git-fixes).
- net/mlx5: Use port_num 1 instead of 0 when delete a RoCE address
  (git-fixes).
- chtls: Fix chtls resources release sequence (git-fixes).
- chtls: Added a check to avoid NULL pointer dereference
  (git-fixes).
- chtls: Replace skb_dequeue with skb_peek (git-fixes).
- chtls: Fix panic when route to peer not configured (git-fixes).
- chtls: Remove invalid set_tcb call (git-fixes).
- chtls: Fix hardware tid leak (git-fixes).
- net: hns3: fix the number of queues actually used by ARQ
  (git-fixes).
- qed: select CONFIG_CRC32 (git-fixes).
- net: hns: fix return value check in __lb_other_process()
  (git-fixes).
- net: mvpp2: fix pkt coalescing int-threshold configuration
  (git-fixes).
- tun: fix return value when the number of iovs exceeds
  MAX_SKB_FRAGS (git-fixes).
- virtio_net: Fix recursive call to cpus_read_lock() (git-fixes).
- net: mvpp2: Fix GoP port 3 Networking Complex Control
  configurations (git-fixes).
- net: mvpp2: prs: fix PPPoE with ipv6 packet parse (git-fixes).
- net: mvpp2: Add TCAM entry to drop flow control pause frames
  (git-fixes).
- net: mvpp2: disable force link UP during port init procedure
  (git-fixes).
- iavf: fix double-release of rtnl_lock (git-fixes).
- i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs (git-fixes).
- virtio_net: Fix error code in probe() (git-fixes).
- ixgbe: avoid premature Rx buffer reuse (git-fixes).
- i40e: avoid premature Rx buffer reuse (git-fixes).
- net/mlx4_en: Handle TX error CQE (bsc#1181854).
- net/mlx4_en: Avoid scheduling restart task if it is already
  running (bsc#1181854).
- net/mlx5: Fix wrong address reclaim when command interface is
  down (git-fixes).
- net: mvpp2: Fix error return code in mvpp2_open() (git-fixes).
- chelsio/chtls: fix a double free in chtls_setkey() (git-fixes).
- cxgb3: fix error return code in t3_sge_alloc_qset() (git-fixes).
- net: broadcom CNIC: requires MMU (git-fixes).
- chelsio/chtls: fix panic during unload reload chtls (git-fixes).
- net: ena: set initial DMA width to avoid intel iommu issue
  (git-fixes).
- i40e: Fix removing driver while bare-metal VFs pass traffic
  (git-fixes).
- bnxt_en: Release PCI regions when DMA mask setup fails during
  probe (git-fixes).
- bnxt_en: fix error return code in bnxt_init_board() (git-fixes).
- bnxt_en: fix error return code in bnxt_init_one() (git-fixes).
- net/mlx4_core: Fix init_hca fields offset (git-fixes).
- net/mlx5: Disable QoS when min_rates on all VFs are zero
  (git-fixes).
- net/mlx5: Add handling of port type in rule deletion
  (git-fixes).
- mlxsw: core: Use variable timeout for EMAD retries (git-fixes).
- qed: fix error return code in qed_iwarp_ll2_start() (git-fixes).
- bnxt_en: read EEPROM A2h address using page 0 (git-fixes).
- net/mlx5: Fix deletion of duplicate rules (git-fixes).
- chelsio/chtls: fix always leaking ctrl_skb (git-fixes).
- chelsio/chtls: fix memory leaks caused by a race (git-fixes).
- chelsio/chtls: fix memory leaks in CPL handlers (git-fixes).
- chelsio/chtls: fix deadlock issue (git-fixes).
- cxgb4: set up filter action after rewrites (git-fixes).
- chelsio/chtls: fix tls record info to user (git-fixes).
- chelsio/chtls: correct function return and return type
  (git-fixes).
- chelsio/chtls: correct netdevice for vlan interface (git-fixes).
- chelsio/chtls: fix socket lock (git-fixes).
- commit f8ae7ea
- blacklist.conf: 9ad22e165994 x86/debug: Fix DR6 handling
- commit b5c23b5
- xen/netback: avoid race in xenvif_rx_ring_slots_available()
  (bsc#1065600).
- commit b061a0d
- series.conf: cleanup
- update upstream references and move to sorted section:
  patches.suse/x86-xen-avoid-warning-in-Xen-pv-guest-with-CONFIG_AM.patch.
  patches.suse/xen-blkfront-allow-discard-nodes-to-be-optional.patch.
- commit 9ed652c
- supported.conf: fix typo "/!optoinal"/ should be "/!optional"/
- commit 154f90d
- dmaengine: idxd: check device state before issue command
  (git-fixes).
- dmaengine: move channel device_node deletion to driver
  (git-fixes).
- dmaengine: idxd: fix misc interrupt completion (git-fixes).
- dmaengine: idxd: Fix list corruption in description completion
  (git-fixes).
- commit 21a74f3
- mt76: dma: fix a possible memory leak in mt76_add_fragment()
  (git-fixes).
- commit 8ae7076
- fix patches metadata
- fix Patch-mainline:
  patches.suse/0002-x86-msi-Only-use-high-bits-of-MSI-address-for-DMAR-u.patch
  patches.suse/0003-x86-ioapic-Handle-Extended-Destination-ID-field-in-R.patch
  patches.suse/0004-x86-apic-Support-15-bits-of-APIC-ID-in-IOAPIC-MSI-wh.patch
  patches.suse/0005-x86-kvm-Add-KVM_FEATURE_MSI_EXT_DEST_ID.patch
- commit e28768c
- x86/hyperv: Initialize clockevents after LAPIC is initialized (git-fixes).
- commit 5954028
- drm/i915: Fix the MST PBN divider calculation (git-fixes).
- drm/dp/mst: Export drm_dp_get_vc_payload_bw() (git-fixes).
- drm/i915/display: Prevent double YUV range correction on HDR
  planes (git-fixes).
- drm/i915: Power up combo PHY lanes for for HDMI as well
  (git-fixes).
- drm/i915: Extract intel_ddi_power_up_lanes() (git-fixes).
- commit 6a0d54e
- USB: serial: option: Adding support for Cinterion MV31
  (git-fixes).
- USB: serial: cp210x: add pid/vid for WSDA-200-USB (git-fixes).
- USB: serial: cp210x: add new VID/PID for supporting Teraoka
  AD2000 (git-fixes).
- USB: usblp: don't call usb_set_interface if there's a single
  alt (git-fixes).
- Input: xpad - sync supported devices with fork on GitHub
  (git-fixes).
- mmc: core: Limit retries when analyse of SDIO tuples fails
  (git-fixes).
- drm/amd/display: Revert "/Fix EDID parsing after resume from
  suspend"/ (git-fixes).
- mac80211: fix station rate table updates on assoc (git-fixes).
- iwlwifi: mvm: don't send RFH_QUEUE_CONFIG_CMD with no queues
  (git-fixes).
- commit 2244f3a
- supported.conf: Mark habanalabs as supported (jsc#SLE-15232)
- commit c19a913
- nvme: re-read ANA log on NS CHANGED AEN (bsc#1179137).
- commit d65941e
- KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()
  (bsc#1181818).
- KVM: arm64: Assume write fault on S1PTW permission fault on
  instruction fetch (bsc#1181818).
- commit 9e58921
- net: ethernet: ti: fix some return value check of
  cpsw_ale_create() (git-fixes).
- commit c1f82b5
- net/mlx5e: Correctly handle changing the number of queues when
  the interface is down (git-fixes).
- commit 2e18a60
- net: ethernet: ti: ale: fix allmulti for nu type ale
  (git-fixes).
- commit 1455e82
- net: ethernet: ti: ale: ensure vlan/mdb deleted when no members
  (git-fixes).
- commit 6a115f1
- net: ethernet: ti: ale: modify vlan/mdb api for switchdev
  (git-fixes).
- Refresh
  patches.suse/0009-net-ethernet-ti-ale-fix-seeing-unreg-mcast-packets-w.patch.
- commit 0cae8d9
- net: ethernet: ti: cpsw: allow untagged traffic on host port
  (git-fixes).
- commit da85a01
- net: ethernet: ti: ale: fix seeing unreg mcast packets with
  promisc and allmulti disabled (git-fixes).
- commit 6a2d8f8
- net/mlx5e: Fix configuration of XPS cpumasks and netdev queues
  in corner cases (git-fixes).
- Refresh
  patches.suse/net-mlx5e-Fix-CPU-mapping-after-function-reload-to-a.patch.
- commit ae37f4a
- net/mlx5e: Use preactivate hook to set the indirection table
  (git-fixes).
- commit a8003a3
- net/mlx5e: Rename hw_modify to preactivate (git-fixes).
- commit d8b9674
- net/mlx5e: Encapsulate updating netdev queues into a function
  (git-fixes).
- commit 0764cbf
- sh_eth: check sh_eth_cpu_data::no_xdfar when dumping registers
  (git-fixes).
- commit ccdc470
- sh_eth: check sh_eth_cpu_data::cexcr when dumping registers
  (git-fixes).
- commit 855923f
- sh_eth: check sh_eth_cpu_data::no_tx_cntrs when dumping
  registers (git-fixes).
- commit 1115b43
- net: dsa: mt7530: Change the LINK bit to reflect the link status
  (git-fixes).
- commit 7c5ca65
- powerpc/pseries/dlpar: handle ibm, configure-connector delay
  status (bsc#1181985 ltc#188074).
- commit 418b81d
- series.conf: cleanup
- update upstream reference:
  patches.suse/ibmvnic-Clear-failover_pending-if-unable-to-schedule.patch
- commit 85f2019
- fix patch metadata
- fix upstream reference:
  patches.suse/io_uring-Fix-current-fs-handling-in-io_sq_wq_submit_.patch
- commit 90ec2ae
- Rename duplicate patches to their SLE15-SP2 equivalents.
  This is to prepare for the next SLE15-SP2 -> SLE15-SP3 merge.
- commit a7157b9
- scsi: lpfc: Fix EEH encountering oops with NVMe traffic
  (bsc#1181958).
- commit 5afe23b
- net/mlx5e: Release skb in case of failure in tc update skb
  (jsc#SLE-15172).
- net/mlx5: Fix leak upon failure of rule creation
  (jsc#SLE-15172).
- commit 67867c6
- supported.conf: Add armv7hl entries (jsc#SLE-17212)
- commit 87b18a9
- selftests/bpf: Fix unused attribute usage in subprogs_unused
  test (bsc#1177028).
- libbpf: Fix potential multiplication overflow (bsc#1177028).
- libbpf: Fix another __u64 cast in printf (bsc#1177028).
- libbpf: Fix compilation warnings for 64-bit printf args
  (bsc#1177028).
- libbpf: Fix type compatibility check copy-paste error
  (bsc#1177028).
- libbpf: Fix libbpf build on compilers missing
  __builtin_mul_overflow (bsc#1177028).
- libbpf: Implement enum value-based CO-RE relocations
  (bsc#1177028).
- commit 76c0289
- powerpc/64/signal: Fix regression in __kernel_sigtramp_rt64()
  semantics (jsc#SLE-9246).
- powerpc/64s: prevent recursive replay_soft_interrupts causing
  superfluous interrupt (jsc#SLE-9246).
- commit 2c2e4e4
- Refresh patches.suse/powerpc-sstep-Fix-array-out-of-bound-warning.patch.
  Update metadata
- commit 8349f78
- powerpc/perf: Exclude kernel samples while counting events in
  user space (bsc#1065729).
- commit 50bd42d
- powerpc: Fix alignment bug within the init sections
  (bsc#1065729).
- commit 7810647
- powerpc/powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPU
  (bsc#1156395).
- powerpc/powernv/memtrace: Fix crashing the kernel when enabling
  concurrently (bsc#1156395).
- powerpc/powernv/memtrace: Don't leak kernel memory to user space
  (bsc#1156395).
- powerpc/fpu: Drop cvt_fd() and cvt_df() (bsc#1156395).
- powerpc/boot: Delete unneeded .globl _zimage_start
  (bsc#1156395).
- commit 735e425
- ibmvnic: device remove has higher precedence over reset
  (bsc#1065729).
- commit 0b8e9f9
- ibmvnic: fix login buffer memory leak (bsc#1081134 ltc#164631).
- commit 5b8c72b
- ibmvnic: Clear failover_pending if unable to schedule
  (bsc#1181960 ltc#190997).
- commit fb1a56e
- ACPI: thermal: Do not call acpi_thermal_check() directly
  (git-fixes).
- Refresh patches.suse/acpi_thermal_passive_blacklist.patch.
- commit 1cfdad3
- genirq/msi: Activate Multi-MSI early when
  MSI_FLAG_ACTIVATE_EARLY is set (git-fixes).
- drm/amd/display: Fixed corruptions on HPDRX link loss restore
  (git-fixes).
- drm/amd/display: Use hardware sequencer functions for PG control
  (git-fixes).
- drm/amd/display: Allow PSTATE chnage when no displays are
  enabled (git-fixes).
- mac80211: fix incorrect strlen of .write in debugfs (git-fixes).
- drm/amd/display: Update dram_clock_change_latency for DCN2.1
  (git-fixes).
- drm/panfrost: Support cache-coherent integrations (git-fixes).
- commit c563f5a
- phy: cpcap-usb: Fix warning for missing regulator_disable
  (git-fixes).
- platform/x86: intel-vbtn: Support for tablet mode on Dell
  Inspiron 7352 (git-fixes).
- platform/x86: touchscreen_dmi: Add swap-x-y quirk for Goodix
  touchscreen on Estar Beauty HD tablet (git-fixes).
- drm/amd/display: Change function decide_dp_link_settings to
  avoid infinite looping (git-fixes).
- mac80211: fix fast-rx encryption check (git-fixes).
- commit 504e3c0
- blacklist.conf: kABI extreely hard to work around
- commit e1f9604
- platform/x86: pmt: Fix a potential Oops on error in probe
  (jsc#SLE-13352, jsc#SLE-13343, jsc#SLE-13363, jsc#SLE-13391).
- commit e21ef02
- platform/x86: Intel PMT Crashlog capability driver
  (jsc#SLE-13352, jsc#SLE-13343, jsc#SLE-13363, jsc#SLE-13391).
- Update config files: Build PMT Crashlog capability driver.
- supported.conf: Add the PMT Crashlog capability driver.
- commit 0f2da12
- platform/x86: Intel PMT Telemetry capability driver
  (jsc#SLE-13352, jsc#SLE-13343, jsc#SLE-13363, jsc#SLE-13391).
- Update config files: Build PMT Telemetry capability driver.
- supported.conf: Add the PMT Telemetry capability driver.
- commit e0ffba9
- platform/x86: Intel PMT class driver (jsc#SLE-13352,
  jsc#SLE-13343, jsc#SLE-13363, jsc#SLE-13391).
- Update config files: Build PMT class driver.
- supported.conf: Add the PMT class driver.
- commit 22095e8
- objtool: Don't fail on missing symbol table (bsc#1169514).
- commit 1518505
- mfd: Intel Platform Monitoring Technology support
  (jsc#SLE-13352, jsc#SLE-13343, jsc#SLE-13363, jsc#SLE-13391).
- Update config files: Build PMT driver on x86_64.
- supported.conf: Add the PMT driver.
- commit be0482a
- PCI: Add defines for Designated Vendor-Specific Extended
  Capability (jsc#SLE-13352, jsc#SLE-13343, jsc#SLE-13363,
  jsc#SLE-13391).
- commit 8eb1abf
- btrfs: Fix race between extent freeing/allocation when using bitmaps (bsc#1181574).
- commit 98010f2
- libbpf: Don't attempt to load unused subprog as an entry-point
  BPF program (bsc#1177028).
- libbpf: Add multi-prog section support for struct_ops
  (bsc#1177028).
- libbpf: Implement generalized .BTF.ext func/line info adjustment
  (bsc#1177028).
- libbpf: Make RELO_CALL work for multi-prog sections and
  sub-program calls (bsc#1177028).
- libbpf: Support CO-RE relocations for multi-prog sections
  (bsc#1177028).
- libbpf: Parse multi-function sections into multiple BPF programs
  (bsc#1177028).
- libbpf: Ensure ELF symbols table is found before further ELF
  processing (bsc#1177028).
- libbpf: Normalize and improve logging across few functions
  (bsc#1177028).
- libbpf: Skip well-known ELF sections when iterating ELF
  (bsc#1177028).
- libbpf: Factor out common ELF operations and improve logging
  (bsc#1177028).
- libbpf: Implement type-based CO-RE relocations support
  (bsc#1177028).
- libbpf: Centralize poisoning and poison reallocarray()
  (bsc#1177028).
- tools/bpftool: Remove libbpf_internal.h usage in bpftool (bsc#1177028).
  Refresh patches.suse/bpftool-Fix-compilation-failure-for-net.o-with-older.patch
- libbpf: Remove any use of reallocarray() in libbpf
  (bsc#1177028).
- libbpf: Improve relocation ambiguity detection (bsc#1177028).
- libbpf: Clean up and improve CO-RE reloc logging (bsc#1177028).
- libbpf: Improve error logging for mismatched BTF kind cases
  (bsc#1177028).
- libbpf: Detect minimal BTF support and skip BTF loading,
  if missing (bsc#1177028).
- libbpf: Factor out common logic of testing and closing FD
  (bsc#1177028).
- libbpf: Make kernel feature probing lazy (bsc#1177028).
- libbpf: Disable -Wswitch-enum compiler warning (bsc#1177028).
- libbpf: Convert comma to semicolon (bsc#1177028).
- commit dc05c31
- series.conf: cleanup
- update upstream references of unsortable patches and sort them properly:
  patches.suse/perf-x86-intel-uncore-Store-the-logical-die-id-inste.patch
  patches.suse/perf-x86-intel-uncore-With-8-nodes-get-pci-bus-die-i.patch
- commit b4f0fcb
- fix patch metadata and move it to correct section
- fix upstream reference of a non-mainline patch and move to correct section:
  patches.suse/net-sctp-filter-remap-copy_from_user-failure-error.patch
- commit fda606d
- usb: xhci-mtk: break loop when find the endpoint to drop
  (git-fixes).
- commit bd7c89a
- usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints
  (git-fixes).
- commit 1a31126
- usb: xhci-mtk: fix unreleased bandwidth data (git-fixes).
- commit 6da0a12
- usb: dwc2: Fix endpoint direction check in ep_from_windex
  (git-fixes).
- usb: dwc3: fix clock issue during resume in OTG mode
  (git-fixes).
- xhci: fix bounce buffer usage for non-sg list case (git-fixes).
- usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop()
  (git-fixes).
- USB: gadget: legacy: fix an error code in eth_bind()
  (git-fixes).
- Input: i8042 - unbreak Pegatron C15B (git-fixes).
- commit bcaeec1
- net: qca_spi: Move reset_count to struct qcaspi (git-fixes).
- commit 45b7fef
- net: qca_spi: fix receive buffer size check (git-fixes).
- commit 5cd7e42
- net: stmmac: fix disabling flexible PPS output (git-fixes).
- commit 20dce33
- net: stmmac: fix length of PTP clock's name string (git-fixes).
- commit 9f89a73
- net: phy: at803x: use operating parameters from PHY-specific
  status (git-fixes).
- commit e91964f
- net: phy: extract pause mode (git-fixes).
- commit c81698a
- net: phy: extract link partner advertisement reading
  (git-fixes).
- commit 18dc97f
- net: phy: read MII_CTRL1000 in genphy_read_status only if needed
  (git-fixes).
- commit d5eb04d
- net: stmmac: selftests: Flow Control test can also run with
  ASYM Pause (git-fixes).
- commit 26dfc56
- cirrus: cs89x0: remove set but not used variable 'lp'
  (git-fixes).
- commit 0385a3f
- cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify
  code (git-fixes).
- commit f75aac5
- blacklist.conf: update blacklist
- commit ca67b2c
- perf/x86/intel/uncore: With > 8 nodes, get pci bus die id from
  NUMA info (bsc#1180989).
- perf/x86/intel/uncore: Store the logical die id instead of
  the physical die id (bsc#1180989).
- perf/x86/intel/uncore: Generic support for the PCI sub driver
  (bsc#1180989).
- perf/x86/intel/uncore: Factor out uncore_pci_pmu_unregister()
  (bsc#1180989).
- perf/x86/intel/uncore: Factor out uncore_pci_pmu_register()
  (bsc#1180989).
- perf/x86/intel/uncore: Factor out uncore_pci_find_dev_pmu()
  (bsc#1180989).
- perf/x86/intel/uncore: Factor out uncore_pci_get_dev_die_info()
  (bsc#1180989).
- commit 6e81128
- perf/x86/intel/uncore: With > 8 nodes, get pci bus die id from
  NUMA info (bsc#1180989).
- perf/x86/intel/uncore: Store the logical die id instead of
  the physical die id (bsc#1180989).
- commit 67d84dd
- gpiolib: fix gpio_do_set_config() (bsc#1180682).
- Refresh
  patches.suse/gpiolib-Extract-gpio_set_config_with_argument-for-fu.patch.
- Refresh
  patches.suse/gpiolib-Introduce-gpio_set_debounce_timeout-for-inte.patch.
- Refresh
  patches.suse/gpiolib-use-proper-API-to-pack-pin-configuration-par.patch.
- commit 11e6d6f
- gpiolib: acpi: Fix fall-through warnings for Clang
  (bsc#1180682).
- gpiolib: split error path in gpiod_request_commit()
  (bsc#1180682).
- gpiolib: Unify expectations about ->request() returned value
  (bsc#1180682).
- gpiolib: Extract gpiod_not_found() helper (bsc#1180682).
- gpio: just plain warning when nonexisting gpio requested
  (bsc#1180682).
- gpiolib: acpi: Use BIT() macro to increase readability
  (bsc#1180682).
- gpiolib: acpi: Convert pin_index to be u16 (bsc#1180682).
- gpiolib: acpi: Extract acpi_request_own_gpiod() helper
  (bsc#1180682).
- gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for
  GpioInt() (bsc#1180682).
- gpiolib: acpi: Set initial value for output pin based on bias
  and polarity (bsc#1180682).
- gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the code
  (bsc#1180682).
- gpiolib: acpi: Move non-critical code outside of critical
  section (bsc#1180682).
- gpiolib: acpi: Take into account debounce settings
  (bsc#1180682).
- gpiolib: acpi: Use named item for enum gpiod_flags variable
  (bsc#1180682).
- gpiolib: acpi: Respect bias settings for GpioInt() resource
  (bsc#1180682).
- gpiolib: Introduce gpio_set_debounce_timeout() for internal use
  (bsc#1180682).
- gpiolib: Extract gpio_set_config_with_argument_optional()
  helper (bsc#1180682).
- gpiolib: Extract gpio_set_config_with_argument() for future use
  (bsc#1180682).
- gpiolib: use proper API to pack pin configuration parameters
  (bsc#1180682).
- gpiolib: add missed break statement (bsc#1180682).
- gpiolib: have a single place of calling set_config()
  (bsc#1180682).
- gpiolib: use 'unsigned int' instead of 'unsigned' in
  gpio_set_config() (bsc#1180682).
- commit da451fd
- bus: fsl-mc: add autorescan sysfs (jsc#SLE-12251).
- bus: fsl-mc: add bus rescan attribute (jsc#SLE-12251).
- bus: fsl-mc: add fsl-mc userspace support (jsc#SLE-12251).
- bus: fsl-mc: export mc_cmd_hdr_read_cmdid() to the fsl-mc bus
  (jsc#SLE-12251).
- bus: fsl-mc: move fsl_mc_command struct in a uapi header
  (jsc#SLE-12251).
- bus: fsl-mc: return -EPROBE_DEFER when a device is not yet
  discovered (jsc#SLE-12251).
- bus: fsl-mc: add missing __iomem attribute (jsc#SLE-12251).
- commit 21968ee
- bonding: wait for sysfs kobject destruction before freeing
  struct slave (git-fixes).
- net/mlx5: E-Switch, Use vport metadata matching by default
  (git-fixes).
- cxgb4: fix all-mask IP address comparison (git-fixes).
- cxgb4: fix set but unused variable when DCB is disabled
  (git-fixes).
- commit 8f53029
- Refresh
  patches.suse/coresight-etm4x-Skip-setting-LPOVERRIDE-bit-for-qcom.patch.
- commit 6434185
- Refresh
  patches.suse/spi-fsl-dspi-fix-wrong-pointer-in-suspend-resume.patch.
- commit 78ee3ab
- bpf: Fix a verifier failure with xor (bsc#1177028).
- selftests/bpf: Enable tc verbose mode for test_sk_assign
  (bsc#1177028).
- commit 0e68af0
- bpf, cgroup: Fix problematic bounds check (bsc#1155518).
- bpf, cgroup: Fix optlen WARN_ON_ONCE toctou (bsc#1155518).
- commit 3ab5222
- net, sctp, filter: remap copy_from_user failure error
  (bsc#1181637).
- commit 32551e1
- i40e: Revert "/i40e: don't report link up for a VF who hasn't
  enabled queues"/ (jsc#SLE-8025).
- igc: Fix returning wrong statistics (git-fixes).
- i40e: Fix MAC address setting for a VF via Host/VM (git-fixes).
- mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()
  (git-fixes).
- mlxsw: core: Fix memory leak on module removal (git-fixes).
- net/mlx5: Don't call timecounter cyc2time directly from 1PPS
  flow (git-fixes).
- net: ethernet: mlx4: Avoid assigning a value to ring_cons but
  not used it anymore in mlx4_en_xmit() (git-fixes).
- net: team: fix memory leak in __team_options_register
  (git-fixes).
- net/mlx5e: Fix VLAN create flow (git-fixes).
- net/mlx5e: Fix VLAN cleanup flow (git-fixes).
- net/mlx5: Fix request_irqs error flow (git-fixes).
- mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error
  path (git-fixes).
- team: set dev->needed_headroom in team_setup_by_port()
  (git-fixes).
- bonding: set dev->needed_headroom in bond_setup_by_slave()
  (git-fixes).
- net: qed: RDMA personality shouldn't fail VF load (git-fixes).
- net: thunderx: initialize VF's mailbox mutex before first usage
  (git-fixes).
- net: mvpp2: fix memory leak in mvpp2_rx (git-fixes).
- iavf: Fix updating statistics (git-fixes).
- iavf: fix error return code in iavf_init_get_resources()
  (git-fixes).
- net/mlx5e: vxlan: Use RCU for vxlan table lookup (git-fixes).
- vxlan: fix memleak of fdb (git-fixes).
- net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq
  (git-fixes).
- mlxsw: core: Free EMAD transactions using kfree_rcu()
  (git-fixes).
- mlxsw: core: Increase scope of RCU read-side critical section
  (git-fixes).
- net/mlx5: Query PPS pin operational status before registering it
  (git-fixes).
- net/mlx5: Verify Hardware supports requested ptp function on
  a given pin (git-fixes).
- net/mlx5: Fix a bug of using ptp channel index as pin index
  (git-fixes).
- net/mlx5e: Fix error path of device attach (git-fixes).
- net/mlx5: E-switch, Destroy TSAR after reload interface
  (git-fixes).
- net: hns3: fix aRFS FD rules leftover after add a user FD rule
  (git-fixes).
- net: hns3: fix a TX timeout issue (git-fixes).
- net: hns3: fix desc filling bug when skb is expanded or lineared
  (git-fixes).
- qed: Populate nvm-file attributes while reading nvm config
  partition (git-fixes).
- net: hns3: fix use-after-free when doing self test (git-fixes).
- net: hns3: add a missing uninit debugfs when unload driver
  (git-fixes).
- net: cxgb4: fix return error value in t4_prep_fw (git-fixes).
- cxgb4vf: update kernel-doc line comments (git-fixes).
- cxgb4: update kernel-doc line comments (git-fixes).
- cxgb4: move DCB version extern to header file (git-fixes).
- cxgb4: remove cast when saving IPv4 partial checksum
  (git-fixes).
- cxgb4: fix SGE queue dump destination buffer context
  (git-fixes).
- cxgb4: use correct type for all-mask IP address comparison
  (git-fixes).
- cxgb4: fix endian conversions for L4 ports in filters
  (git-fixes).
- cxgb4: parse TC-U32 key values and masks natively (git-fixes).
- cxgb4: use unaligned conversion for fetching timestamp
  (git-fixes).
- cxgb4: move PTP lock and unlock to caller in Tx path
  (git-fixes).
- cxgb4: move handling L2T ARP failures to caller (git-fixes).
- net: qed: fix "/maybe uninitialized"/ warning (git-fixes).
- net: qede: fix use-after-free on recovery and AER handling
  (git-fixes).
- net: qede: fix PTP initialization on recovery (git-fixes).
- net: qed: fix excessive QM ILT lines consumption (git-fixes).
- net: qed: fix NVMe login fails over VFs (git-fixes).
- net: qede: stop adding events on an already destroyed workqueue
  (git-fixes).
- net: qed: fix async event callbacks unregistering (git-fixes).
- iavf: fix speed reporting over virtchnl (git-fixes).
- net/mlx5e: IPoIB, Drop multicast packets that this interface
  sent (git-fixes).
- ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4K
  (git-fixes).
- veth: Adjust hard_start offset on redirect XDP frames
  (git-fixes).
- net/mlx5e: Set of completion request bit should not clear
  other adjacent bits (git-fixes).
- net/mlx5e: en_accel, Add missing net/geneve.h include
  (git-fixes).
- bonding: Fix reference count leak in bond_sysfs_slave_add
  (git-fixes).
- bnxt_en: Fix accumulation of bp->net_stats_prev (git-fixes).
- net/mlx5: Annotate mutex destroy for root ns (git-fixes).
- net/mlx5: Don't maintain a case of del_sw_func being null
  (git-fixes).
- net/mlx4_core: fix a memory leak bug (git-fixes).
- mlxsw: spectrum: Fix use-after-free of split/unsplit/type_set
  in case reload fails (git-fixes).
- net/mlx5e: Get the latest values from counters in switchdev mode
  (git-fixes).
- net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to
  avoid WQ overruns (git-fixes).
- net/mlx5: Fix failing fw tracer allocation on s390 (git-fixes).
- net/cxgb4: Check the return from t4_query_params properly
  (git-fixes).
- net: hns3: fix set and get link ksettings issue (git-fixes).
- net: hns3: fix RSS config lost after VF reset (git-fixes).
- qed: Fix race condition between scheduling and destroying the
  slowpath workqueue (git-fixes).
- net/mlx5: E-Switch, Hold mutex when querying drop counter in
  legacy mode (git-fixes).
- net/mlx5: E-Switch, Use vport metadata matching only when
  mandatory (git-fixes).
- net/liquidio: Delete non-working LIQUIDIO_PACKAGE check
  (git-fixes).
- virtio_net: Keep vnet header zeroed if XDP is loaded for small
  buffer (git-fixes).
- net/mlx5: Clear LAG notifier pointer after unregister
  (git-fixes).
- net/mlx5e: Fix endianness handling in pedit mask (git-fixes).
- net/mlx5e: kTLS, Fix wrong value in record tracker enum
  (git-fixes).
- net: hns3: clear port base VLAN when unload PF (git-fixes).
- net: hns3: fix VF VLAN table entries inconsistent issue
  (git-fixes).
- net: hns3: fix "/tc qdisc del"/ failed issue (git-fixes).
- cxgb4: fix checks for max queues to allocate (git-fixes).
- commit a805d8f
- Update config files. Switch on DWC3 on x86_64
  (jsc#SLE-14042)
- commit 1a0a5a5
- Another fix of the missing merge commit hunk in idxd dma driver (bsc#1181795)
- commit 4b7e5ed
- Fix the missing change via the upstream merge commit for idxd dma driver (bsc#1181795)
- commit e5ace2b
- dmaengine: idxd: add missing invalid flags field to completion
  (bsc#1181795).
- dmaengine: idxd: fix hw descriptor fields for delta record
  (bsc#1181795).
- commit fb2caf6
- blacklist.conf: Blacklist two 32-bit only fixes
  50fe7ebb6475 bpf, x86_32: Fix clobbering of dst for BPF_JSET
  5ca1ca01fae1 bpf, x86_32: Fix logic error in BPF_LDX zero-extension
- commit 55cadfc
- nvme-multipath: Early exit if no path is available
  (bsc#1180964).
- commit 1c96465
- kABI: Fix kABI after AMD SEV PCID fixes (bsc#1178995).
- commit bf72ec9
- ahci: Add Intel Emmitsburg PCH RAID PCI IDs (jsc#SLE-14457).
- commit a78ee51
- iwlwifi: pcie: remove obsolete pre-release support code
  (git-fixes).
- iwlwifi: pcie: add some missing entries for AX210 (git-fixes).
- iwlwifi: support an additional Qu subsystem id (git-fixes).
- iwlwifi: add new card for MA family (git-fixes).
- iwlwifi: iwl-trans: move all txcmd init to trans alloc
  (git-fixes).
- commit 133d60e
- iwlwifi: Fix IWL_SUBDEVICE_NO_160 macro to use the correct bit
  (git-fixes).
- iwlwifi: pcie: add rules to match Qu with Hr2 (git-fixes).
- iwlwifi: Add a new card for MA family (git-fixes).
- iwlwifi: follow the new inclusive terminology (git-fixes).
- iwlwifi: pcie: fix xtal latency for 9560 devices (git-fixes).
- iwlwifi: pcie: fix 0x271B and 0x271C trans cfg struct
  (git-fixes).
- iwlwifi: add new cards for MA family (git-fixes).
- iwlwifi: add new cards for AX201 family (git-fixes).
- commit 050b58f
- gpio: gpiolib: remove shadowed variable (git-fixes).
- drm/i915/gt: Always try to reserve GGTT address 0x0 (git-fixes).
- iwlwifi: pcie: set LTR on more devices (git-fixes).
- commit d7ad942
- mac80211: pause TX while changing interface type (git-fixes).
- wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
  (git-fixes).
- iwlwifi: pcie: reschedule in long-running memory reads
  (git-fixes).
- iwlwifi: pcie: use jiffies for memory read spin time limit
  (git-fixes).
- net: usb: qmi_wwan: added support for Thales Cinterion PLSx3
  modem family (git-fixes).
- drivers: soc: atmel: add null entry at the end of
  at91_soc_allowed_list[] (git-fixes).
- drivers: soc: atmel: Avoid calling at91_soc_init on non AT91
  SoCs (git-fixes).
- commit 023b5c2
- perf: Make struct ring_buffer less ambiguous (bsc#1177028).
  Refresh patches.suse/0001-perf-core-Fix-race-in-the-perf_mmap_close-function.patch.
- commit 5dfb979
- powerpc/mm/pkeys: Make pkey access check work on execute_only_key
  (bsc#1181544 ltc#191080 git-fixes).
- Refresh patches.suse/powerpc-book3s64-pkeys-Fix-pkey_access_permitted-for.patch.
- commit 7508356
- rpm/kernel-binary.spec.in: Correct Supplements in optional subpkg (jsc#SLE-11796)
  The product string was changed from openSUSE to Leap.
- commit 3cb7943
- powerpc/pkeys: Check vma before returning key fault error to
  the user (bsc#1181544 ltc#191080).
- powerpc/pkeys: Avoid using lockless page table walk (bsc#1181544
  ltc#191080).
- commit 8cb9fab
- net/mlx5: Fix function calculation for page trees (git-fixes).
- commit 22c3016
- net: fec: put child node on error path (git-fixes).
- commit cbac658
- ARM: imx: fix imx8m dependencies (git-fixes).
- soc: imx: select ARM_GIC_V3 for i.MX8M (git-fixes).
- commit adb9b1b
- Add no-fix tag to drm cherry-picks
  Add a no-fix tag to drm patches that are cherry-picks and are not
  already blacklisted.
- Refresh
  patches.suse/0001-drm-i915-Preload-LUTs-if-the-hw-isn-t-currently-usin.patch.
- Refresh
  patches.suse/0001-drm-i915-Update-drm-i915-bug-filing-URL.patch.
- Refresh
  patches.suse/0001-drm-i915-execlists-Always-force-a-context-reload-whe.patch.
- Refresh
  patches.suse/0001-drm-i915-icl-Fix-hotplug-interrupt-disabling-after-s.patch.
- Refresh
  patches.suse/0003-drm-i915-Correctly-set-SFC-capability-for-video-engi.patch.
- Refresh
  patches.suse/0029-drm-i915-gem-Avoid-implicit-vmap-for-highmem-on-x86-.patch.
- Refresh
  patches.suse/drm-i915-Perform-GGTT-restore-much-earlier-during-re.patch.
- Refresh
  patches.suse/drm-i915-Whitelist-COMMON_SLICE_CHICKEN2.patch.
- Refresh
  patches.suse/drm-i915-pmu-Frequency-is-reported-as-accumulated-cy.patch.
- Refresh
  patches.suse/drm-i915-to-make-vgpu-ppgtt-notificaiton-as-atomic-o.patch.
- Refresh
  patches.suse/drm-i915-update-rawclk-also-on-resume.patch.
- Refresh
  patches.suse/drm-i915-userptr-Never-allow-userptr-into-the-mappab.patch.
- commit 46ba73b
- KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guests
  (bsc#1178995).
- KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_arch
  (bsc#1178995).
- commit 49749c4
- r8169: work around RTL8125 UDP hw bug (git-fixes).
- commit db42a5b
- r8169: fix WoL on shutdown if CONFIG_DEBUG_SHIRQ is set
  (git-fixes).
- commit ab82b36
- Update kabi files.
- update from February 2021 maintenance update submission (commit 1e925eb08318)
- commit 97b2a1f
- powerpc: kABI: add back suspend_disable_cpu in machdep_calls
  (bsc#1181674 ltc#189159).
- commit 09376cb
- exfat: Avoid allocating upcase table using kcalloc()
  (git-fixes).
- exec: Always set cap_ambient in cap_bprm_set_creds  (git-fixes).
- commit eb2e605
- s390/dasd: Fix inconsistent kobject removal (jsc#SLE-13767
  bsc#1178420 LTC#185092).
- commit e13d81a
- io_uring: Fix current->fs handling in io_sq_wq_submit_work()
  (bsc#1179434 CVE-2020-29373).
- commit 3f561ee
- blacklist.conf: no change to /sys/firmware/uv/query/max_cpus
- commit 737a803
- s390/vfio-ap: No need to disable IRQ after queue reset
  (git-fixes).
- s390/vfio-ap: clean up vfio_ap resources when KVM pointer
  invalidated (git-fixes).
- commit d91ae22
- powerpc/pseries/mobility: refactor node lookup during DT update
  (bsc#1181674 ltc#189159).
- powerpc/rtas: remove unused rtas_suspend_me_data (bsc#1181674
  ltc#189159).
- powerpc/pseries/hibernation: remove prepare_late() callback
  (bsc#1181674 ltc#189159).
- powerpc/pseries/hibernation: perform post-suspend fixups later
  (bsc#1181674 ltc#189159).
- powerpc/rtas: remove unused rtas_suspend_last_cpu() (bsc#1181674
  ltc#189159).
- powerpc/pseries/hibernation: switch to rtas_ibm_suspend_me()
  (bsc#1181674 ltc#189159).
- powerpc/rtas: remove rtas_suspend_cpu() (bsc#1181674
  ltc#189159).
- powerpc/machdep: remove suspend_disable_cpu() (bsc#1181674
  ltc#189159).
- powerpc/pseries/hibernation: remove pseries_suspend_cpu()
  (bsc#1181674 ltc#189159).
- powerpc/pseries/hibernation: pass stream id via function
  arguments (bsc#1181674 ltc#189159).
- Refresh patches.suse/powerpc-pseries-hibernation-remove-redundant-cachein.patch
- powerpc/pseries/hibernation: drop pseries_suspend_begin()
  from suspend ops (bsc#1181674 ltc#189159).
- powerpc/rtas: remove rtas_ibm_suspend_me_unsafe() (bsc#1181674
  ltc#189159).
- powerpc/rtas: dispatch partition migration requests to pseries
  (bsc#1181674 ltc#189159).
- powerpc/pseries/mobility: retry partition suspend after error
  (bsc#1181674 ltc#189159).
- powerpc/pseries/mobility: signal suspend cancellation to
  platform (bsc#1181674 ltc#189159).
- powerpc/pseries/mobility: use stop_machine for join/suspend
  (bsc#1181674 ltc#189159).
- powerpc/pseries/mobility: extract VASI session polling logic
  (bsc#1181674 ltc#189159).
- powerpc/pseries/mobility: use rtas_activate_firmware() on resume
  (bsc#1181674 ltc#189159).
- Refresh patches.suse/powerpc-pseries-mobility-notify-network-peers-after-.patch
- powerpc/pseries/mobility: error message improvements
  (bsc#1181674 ltc#189159).
- powerpc/pseries/mobility: add missing break to default case
  (bsc#1181674 ltc#189159).
- powerpc/pseries/mobility: don't error on absence of ibm,
  update-nodes (bsc#1181674 ltc#189159).
- powerpc/hvcall: add token and codes for H_VASI_SIGNAL
  (bsc#1181674 ltc#189159).
- powerpc/rtas: add rtas_activate_firmware() (bsc#1181674
  ltc#189159).
- powerpc/rtas: add rtas_ibm_suspend_me() (bsc#1181674
  ltc#189159).
- powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafe
  (bsc#1181674 ltc#189159).
- powerpc/rtas: complete ibm,suspend-me status codes (bsc#1181674
  ltc#189159).
- powerpc/rtas: prevent suspend-related sys_rtas use on LE
  (bsc#1181674 ltc#189159).
- powerpc/pseries/mobility: Add pr_debug() for device tree changes
  (bsc#1181674 ltc#189159).
- powerpc/pseries/mobility: Set pr_fmt() (bsc#1181674 ltc#189159).
- powerpc/pseries: remove obsolete memory hotplug DT notifier code
  (bsc#1181674 ltc#189159).
- Refresh patches.suse/powerpc-pseries-update-device-tree-before-ejecting-h.patch
- powerpc/pseries: remove dlpar_cpu_readd() (bsc#1181674
  ltc#189159).
- powerpc/pseries: remove memory "/re-add"/ implementation
  (bsc#1181674 ltc#189159).
- powerpc/pseries: remove prrn special case from DT update path
  (bsc#1181674 ltc#189159).
- powerpc/numa: remove arch_update_cpu_topology (bsc#1181674
  ltc#189159).
- powerpc/numa: remove prrn_is_enabled() (bsc#1181674 ltc#189159).
- powerpc/rtasd: simplify handle_rtas_event(), emit message on
  events (bsc#1181674 ltc#189159).
- powerpc/numa: remove start/stop_topology_update() (bsc#1181674
  ltc#189159).
- powerpc/numa: remove timed_topology_update() (bsc#1181674
  ltc#189159).
- powerpc/numa: stub out numa_update_cpu_topology() (bsc#1181674
  ltc#189159).
- powerpc/numa: remove vphn_enabled and prrn_enabled internal
  flags (bsc#1181674 ltc#189159).
- powerpc/numa: remove unreachable topology workqueue code
  (bsc#1181674 ltc#189159).
- powerpc/numa: remove unreachable topology timer code
  (bsc#1181674 ltc#189159).
- powerpc/numa: make vphn_enabled, prrn_enabled flags const
  (bsc#1181674 ltc#189159).
- powerpc/numa: remove unreachable topology update code
  (bsc#1181674 ltc#189159).
- powerpc/numa: remove ability to enable topology updates
  (bsc#1181674 ltc#189159).
- powerpc/numa: Remove late request for home node associativity
  (bsc#1181674 ltc#189159).
- commit 88bd021
- Refresh patches.suse/edac-amd64-set-grain-per-dimm.patch.
  Readd the second hunk which wasn't needed during the original git-fixes
  backport.
- commit 9c3639f
- Update patches.suse/bpf-Fix-modifier-skipping-logic.patch (bsc#1177028).
  Restore the patch to match the upstream commit
- commit a490625
- mlxsw: spectrum_span: Do not overwrite policer configuration
  (bsc#1176774).
- net/mlx5: CT: Fix incorrect removal of tuple_nat_node from
  nat rhashtable (jsc#SLE-15172).
- net/mlx5e: Revert parameters on errors when changing trust
  state without reset (jsc#SLE-15172).
- net/mlx5e: Correctly handle changing the number of queues when
  the interface is down (jsc#SLE-15172).
- net/mlx5e: Fix CT rule + encap slow path offload and deletion
  (jsc#SLE-15172).
- net/mlx5e: Disable hw-tc-offload when MLX5_CLS_ACT config is
  disabled (jsc#SLE-15172).
- net/mlx5: Maintain separate page trees for ECPF and PF functions
  (jsc#SLE-15172).
- net/mlx5e: Fix IPSEC stats (jsc#SLE-15172).
- net/mlx5e: free page before return (jsc#SLE-15172).
- ice: Fix MSI-X vector fallback logic (bsc#1180945).
- ice: Don't allow more channels than LAN MSI-X available
  (bsc#1180945).
- ice: update dev_addr in ice_set_mac_address even if HW filter
  exists (jsc#SLE-12878).
- ice: Implement flow for IPv6 next header (extension header)
  (jsc#SLE-12878).
- ice: fix FDir IPv6 flexbyte (jsc#SLE-12878).
- uapi: fix big endian definition of ipv6_rpl_sr_hdr
  (bsc#1176447).
- commit a3c4fad
- rxrpc: Fix memory leak in rxrpc_lookup_local (bsc#1154353
  bnc#1151927 5.3.9).
- net/mlx5e: E-switch, Fix rate calculation for overflow
  (jsc#SLE-8464).
- i40e: acquire VSI pointer only after VF is initialized
  (jsc#SLE-8025).
- ice: Fix MSI-X vector fallback logic (jsc#SLE-7926).
- ice: Don't allow more channels than LAN MSI-X available
  (jsc#SLE-7926).
- Revert "/RDMA/mlx5: Fix devlink deadlock on net namespace
  deletion"/ (jsc#SLE-8464).
- commit 76b9a3a
- scsi: qla2xxx: Fix description for parameter
  ql2xenforce_iocb_limit (bsc#1179142).
- commit f3ce867
- kABI: Fix kABI for extended APIC-ID support (bsc#1181259,
  jsc#ECO-3191).
- x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID (bsc#1181259,
  jsc#ECO-3191).
- commit 0e40024
- x86/apic: Support 15 bits of APIC ID in IOAPIC/MSI where
  available (bsc#1181259, jsc#ECO-3191).
- x86/ioapic: Handle Extended Destination ID field in RTE
  (bsc#1181259, jsc#ECO-3191).
- x86/msi: Only use high bits of MSI address for DMAR unit
  (bsc#1181259, jsc#ECO-3191).
- commit 077256e
- x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_ID (bsc#1181259
  jsc#ECO-3191).
- commit 0deae09
- blacklist.conf: no need to fix code for CONFIG_KEXEC_JUMP
- commit 3abe54d
- blacklist.conf: e45122893a98 x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize state
- commit f36235a
- Refresh patches.suse/bpf-Introduce-bpf_sk_-ancestor_-cgroup_id-helpers.patch.
  The diff for cg_skb_func_proto was wrongly applied to
  tc_cls_act_func_proto.
- commit 6cbb315
- nbd: freeze the queue while we're adding connections
  (CVE-2021-3348 bsc#1181504).
- commit 78453ee
- efi/apple-properties: Reinstate support for boolean properties
  (git-fixes).
- commit c20e373
- leds: trigger: fix potential deadlock with libata (git-fixes).
- commit d410ad0
-  Update patch References tags for futex fixes (bsc#1181349 CVE-2021-3347)
- commit b3fac23
- HID: wacom: Correct NULL dereference on AES pen proximity
  (git-fixes).
- HID: wacom: Fix memory leakage caused by kfifo_alloc
  (git-fixes).
- HID: wacom: Constify attribute_groups (git-fixes).
- HID: wacom: do not call hid_set_drvdata(hdev, NULL) (git-fixes).
- commit c0ccdd7
- drm/i915: Always flush the active worker before returning from
  the wait (git-fixes).
- drm/i915/selftest: Fix potential memory leak (git-fixes).
- drm/i915/gt: Clear CACHE_MODE prior to clearing residuals
  (git-fixes).
- drm/vc4: Correct POS1_SCL for hvs5 (git-fixes).
- drm/vc4: Correct lbm size and calculation (git-fixes).
- drm/nouveau/kms/gk104-gp1xx: Fix > 64x64 cursors (git-fixes).
- drivers/nouveau/kms/nv50-: Reject format modifiers for cursor
  planes (git-fixes).
- drm/nouveau/dispnv50: Restore pushing of all data (git-fixes).
- commit ab75656
- ACPI/IORT: Do not blindly trust DMA masks from firmware
  (git-fixes).
- PM: hibernate: flush swap writer after marking (git-fixes).
- ACPI: sysfs: Prefer "/compatible"/ modalias (git-fixes).
- drm/i915: Check for all subplatform bits (git-fixes).
- drm/nouveau/svm: fail NOUVEAU_SVM_INIT ioctl on unsupported
  devices (git-fixes).
- commit 274cf96
- iomap: fix WARN_ON_ONCE() from unprivileged users (bsc#1181494).
- commit 2958b80
- net/smc: fix direct access to ib_gid_addr->ndev in
  smc_ib_determine_gid() (git-fixes).
- net/smc: fix valid DMBE buffer sizes (git-fixes).
- net/smc: fix sock refcounting in case of termination
  (git-fixes).
- net/smc: reset sndbuf_desc if freed (git-fixes).
- net/smc: set rx_off for SMCR explicitly (git-fixes).
- net/smc: fix dmb buffer shortage (git-fixes).
- net/smc: remove freed buffer from list (git-fixes).
- net/smc: switch smcd_dev_list spinlock to mutex (git-fixes).
- net/smc: fix sleep bug in smc_pnet_find_roce_resource()
  (git-fixes).
- net/smc: cancel event worker during device removal (git-fixes).
- net/smc: check for valid ib_client_data (git-fixes).
- net/smc: fix cleanup for linkgroup setup failures (git-fixes).
- net/smc: no peer ID in CLC decline for SMCD (git-fixes).
- net/smc: transfer fasync_list in case of fallback (git-fixes).
- commit a9e7337
- mm: memcontrol: fix missing wakeup polling thread (bsc#1181584).
- commit c0272b7
- blacklist.conf: Add 4230e2deaa48 stop_machine, rcu: Mark functions as notrace
- commit 9596511
- blacklist.conf: Add 15ec0fcff6da kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()
- commit 7773384
- ptrace: Set PF_SUPERPRIV when checking capability (bsc#1163930).
- ptrace: reintroduce usage of subjective credentials in
  ptrace_has_cap() (bsc#1163930).
- commit 1d6137d
- module: delay kobject uevent until after module init call (bsc#1178631).
- Refresh patches.suse/supported-flag
- commit 2796828
- Refresh patches.suse/powerpc-sstep-Fix-array-out-of-bound-warning.patch.
  Update to v2
- commit 6a4b1c5
- vfio iommu: Add dma available capability (bsc#1179572
  LTC#190110).
- commit 78a5def
- vfio iommu: Add dma available capability (bsc#1179572
  LTC#190110).
- commit 6544fbc
- Batch patch rename with scripts/renamepatches.
  Rename a bunch of patches (mostly drm-related) to match their SLE15-SP2
  equivalents. This will make solving SLE15-SP2 -> SLE15-SP3 conflicts a
  bit easier. This is especially important to make sure drm fixes going
  into SLE15-SP2 conflict with patches already in SLE15-SP3.
- commit 3c1500c
- mac80211: pause TX while changing interface type (git-fixes).
- commit c5c081d
- HID: multitouch: Remove MT_CLS_WIN_8_DUAL (git-fixes).
- Refresh
  patches.suse/HID-quirks-Always-poll-three-more-Lenovo-PixArt-mice.patch.
- commit bed41ce
- can: dev: prevent potential information leak in can_fill_info()
  (git-fixes).
- mt7601u: fix kernel crash unplugging the device (git-fixes).
- mt7601u: fix rx buffer refcounting (git-fixes).
- NFC: fix resource leak when target index is invalid (git-fixes).
- NFC: fix possible resource leak (git-fixes).
- firmware: imx: select SOC_BUS to fix firmware build (git-fixes).
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
  devices (git-fixes).
- media: rc: ensure that uevent can be read directly after rc
  device register (git-fixes).
- HID: multitouch: do not filter mice nodes (git-fixes).
- commit f7694e1
- selftests/bpf: Fix "/dubious pointer arithmetic"/ test
  (bsc#1177028).
- commit eb710d9
- series.conf: cleanup
- update upstream references and move into sorted section:
  patches.suse/0001-futex-Ensure-the-correct-return-value-from-futex_loc.patch
  patches.suse/0002-futex-Replace-pointless-printk-in-fixup_owner.patch
  patches.suse/0003-futex-Provide-and-use-pi_state_update_owner.patch
  patches.suse/0004-rtmutex-Remove-unused-argument-from-rt_mutex_proxy_u.patch
  patches.suse/0005-futex-Use-pi_state_update_owner-in-put_pi_state.patch
  patches.suse/0006-futex-Simplify-fixup_pi_state_owner.patch
  patches.suse/0007-futex-Handle-faults-correctly-for-PI-futexes.patch
- commit 16c5d87
- Refresh patches.suse/bpf-Fix-map-permissions-check.patch.
  The diff was applied to map_delete_elem() mistakenly even though the
  patch indicates the target: map_lookup_and_delete_elem().
  The patch is applied correctly in SLE15-SP2, so this change is only for
  SLE15-SP3.
- commit 223cc56
- ASoC: SOF: SND_INTEL_DSP_CONFIG dependency (git-fixes).
- ASoC: SOF: Intel: soundwire: fix select/depend unmet
  dependencies (git-fixes).
- ASoC: Intel: sof_sdw: set proper flags for Dell TGL-H SKU 0A5E
  (git-fixes).
- ASoC: Intel: Skylake: Zero snd_ctl_elem_value (git-fixes).
- ASoC: Intel: Skylake: skl-topology: Fix OOPs ib
  skl_tplg_complete (git-fixes).
- ASoC: mediatek: mt8183-da7219: ignore TDM DAI link by default
  (git-fixes).
- ASoC: mediatek: mt8183-mt6358: ignore TDM DAI link by default
  (git-fixes).
- ASoC: topology: Properly unregister DAI on removal (git-fixes).
- ASoC: topology: Fix memory corruption in
  soc_tplg_denum_create_values() (git-fixes).
- ASoC: AMD Renoir - refine DMI entries for some Lenovo products
  (git-fixes).
- ASoC: wm_adsp: Fix control name parsing for multi-fw
  (git-fixes).
- ALSA: hda: intel-dsp-config: add PCI id for TGL-H (git-fixes).
- commit 959baa2
- Move upstreamed sound patches into sorted section
- commit 84af2ff
- ALSA: hda/via: Apply the workaround generically for Clevo
  machines (git-fixes).
- ASoC: ak4458: correct reset polarity (git-fixes).
- ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256
  (git-fixes).
- commit e5943b7
- Refresh patches.suse/usb-roles-provide-the-switch-drivers-handle-to-the-switch-in-the-api.patch
  Fix the build on armv7hl config
- commit c7f7007
- leds: Add managed API to get a LED from a device driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- leds: Add of_led_get() and led_put() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- thermal: db8500: Depromote debug print (jsc#SLE-16407).
- net: netcp_ethss: Use the PHY time stamping interface
  (bsc#1176447).
- thermal: db8500: Rewrite to be a pure OF sensor (jsc#SLE-16407).
- thermal: db8500: Use dev helper variable (jsc#SLE-16407).
- thermal: db8500: Finalize device tree conversion
  (jsc#SLE-16407).
- commit be80774
- xfs: show the proper user quota options (bsc#1181538).
- commit e34397a
- futex: Handle faults correctly for PI futexes (bsc#1181349
  bsc#1149032).
- futex: Simplify fixup_pi_state_owner() (bsc#1181349
  bsc#1149032).
- futex: Use pi_state_update_owner() in put_pi_state()
  (bsc#1181349 bsc#1149032).
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
  (bsc#1181349 bsc#1149032).
- futex: Provide and use pi_state_update_owner() (bsc#1181349
  bsc#1149032).
- futex: Replace pointless printk in fixup_owner() (bsc#1181349
  bsc#1149032).
- futex: Ensure the correct return value from futex_lock_pi()
  (bsc#1181349 bsc#1149032).
- futex: Remove unused empty compat_exit_robust_list()
  (bsc#1149032).
- futex: Remove needless goto's (bsc#1149032).
- commit 8a00d32
- clk: tegra: Add Tegra20/30 EMC clock implementation
  (jsc#SLE-15847).
- Refresh
  patches.suse/clk-tegra-Export-functions-for-EMC-clock-scaling.patch.
- Refresh
  patches.suse/clk-tegra-Implement-Tegra210-EMC-clock.patch.
- Refresh
  patches.suse/clk-tegra-Rename-Tegra124-EMC-clock-source-file.patch.
- commit f80473c
- ARM: OMAP2+: omap_device: fix idling of devices during probe
  (bsc#1175713).
- ARM: OMAP2+: Remove redundant assignment to variable ret
  (bsc#1175713).
- OMAP2: fixup doc comments in omap_device (bsc#1175713).
- ARM: OMAP2+: Add pdata for OMAP3 ISP IOMMU (bsc#1175713).
- ARM: OMAP2+: Plug in device_enable/idle ops for IOMMUs
  (bsc#1175713).
- iommu/omap: add pdata ops for omap_device_enable/idle
  (bsc#1175713).
- commit 365ddca
- x86/hyperv: Fix kexec panic/hang issues (bsc#1176831).
- refresh patches.suse/suse-hv-kabi.patch
- commit 3bdfdcf
- Delete patches.suse/1245-drm-remove-drm-specific-kmap_atomic-code.patch
  This broke the build on armv7hl.
- commit 7f90f67
- ASoC: meson: aiu: add audio output dt-bindings (jsc#SLE-16518).
- commit 39e8b6e
- btrfs: send: fix invalid clone operations when cloning from
  the same file and root (bsc#1181511).
- commit 090f75a
- fix patch metadata
- fix Patch-mainline:
  patches.suse/nfsd4-readdirplus-shouldn-t-return-parent-of-export.patch
- commit 2f3e2e1
- ACPI/IORT: Fix doc warnings in iort.c (jsc#SLE-16407).
- ACPI, APEI, Fix error return value in apei_map_generic_address()
  (jsc#SLE-16407).
- ACPI: DPTF: Support Alder Lake (jsc#SLE-16407).
- ACPI: Fix whitespace inconsistencies (jsc#SLE-16407).
- ACPI: scan: Fix acpi_dma_configure_id() kerneldoc name
  (jsc#SLE-16407).
- ACPI: button: Drop no longer necessary Acer SW5-012
  lid_init_state quirk (jsc#SLE-16407).
- ACPI: utils: remove unreachable breaks (jsc#SLE-16407).
- ACPI: DPTF: Add ACPI_DPTF Kconfig menu (jsc#SLE-16407).
- Update config files.
- Update supported.conf.
- ACPI: DPTF: Fix participant driver names (jsc#SLE-16407).
- ACPI: processor: remove comment regarding string _UID support
  (jsc#SLE-16407).
- ACPI: reboot: Avoid racing after writing to ACPI RESET_REG
  (jsc#SLE-16407).
- ACPICA: Add missing type casts in GPE register access code
  (jsc#SLE-16407).
- PCI/ACPI: Add Ampere Altra SOC MCFG quirk (jsc#SLE-16407).
- PCI/ACPI: Tone down missing MCFG message (jsc#SLE-16407).
- ACPI / LPSS: Save Cherry Trail PWM ctx registers only once
  (at activation) (jsc#SLE-16407).
- ACPI / LPSS: Resume Cherry Trail PWM controller in no-irq phase
  (jsc#SLE-16407).
- ACPI: Export acpi_get_first_physical_node() to modules
  (jsc#SLE-16407).
- PNP: ACPI: Fix missing-prototypes in acpi_pnp.c (jsc#SLE-16407).
- ACPI: PCI: update kernel-doc line comments (jsc#SLE-16407).
- ACPI: memhotplug: Remove 'state' from struct acpi_memory_device
  (jsc#SLE-16407).
- ACPI: wakeup: Remove dead ACPICA debug code (jsc#SLE-16407).
- ACPI: video: Remove leftover ACPICA debug code (jsc#SLE-16407).
- ACPI: tiny-power-button: Remove dead ACPICA debug code
  (jsc#SLE-16407).
- ACPI: processor: Remove dead ACPICA debug code (jsc#SLE-16407).
- ACPI: proc: Remove dead ACPICA debug code (jsc#SLE-16407).
- ACPI: PCI: Remove unused ACPICA debug code (jsc#SLE-16407).
- ACPI: event: Remove leftover ACPICA debug code (jsc#SLE-16407).
- ACPI: dock: Remove dead ACPICA debug code (jsc#SLE-16407).
- ACPI: debugfs: Remove dead ACPICA debug code (jsc#SLE-16407).
- ACPI: custom_method: Remove dead ACPICA debug code
  (jsc#SLE-16407).
- ACPI: container: Remove leftover ACPICA debug functionality
  (jsc#SLE-16407).
- ACPI: platform: Remove ACPI_MODULE_NAME() (jsc#SLE-16407).
- ACPI: memhotplug: Remove leftover ACPICA debug functionality
  (jsc#SLE-16407).
- ACPI: LPSS: Remove ACPI_MODULE_NAME() (jsc#SLE-16407).
- ACPI: cmos_rtc: Remove leftover ACPI_MODULE_NAME()
  (jsc#SLE-16407).
- node: Add access1 class to represent CPU to memory
  characteristics (jsc#SLE-16407).
- ACPI: Let ACPI know we support Generic Initiator Affinity
  Structures (jsc#SLE-16407).
- ACPI: Support Generic Initiator only domains (jsc#SLE-16407).
- ACPI / NUMA: Add stub function for pxm_to_node()
  (jsc#SLE-16407).
- ACPI: Remove side effect of partly creating a node in
  acpi_get_node() (jsc#SLE-16407).
- ACPI: scan: Replace ACPI_DEBUG_PRINT() with pr_debug()
  (jsc#SLE-16407).
- ACPI: battery: include linux/power_supply.h (jsc#SLE-16407).
- ACPI: APD: Clean up header file include statements
  (jsc#SLE-16407).
- ACPI: APD: Remove unnecessary APD_ADDR() macro stub
  (jsc#SLE-16407).
- ACPI: APD: Remove ACPI_MODULE_NAME() (jsc#SLE-16407).
- ACPI: APD: Remove flags from struct apd_device_desc
  (jsc#SLE-16407).
- ACPI: APD: Add kerneldoc for properties in struct
  apd_device_desc (jsc#SLE-16407).
- ACPI: DPTF: Add PCH FIVR participant driver (jsc#SLE-16407).
- ACPI / PMIC: Move TPS68470 OpRegion driver to drivers/acpi/pmic/
  (jsc#SLE-16407).
- ACPI / PMIC: Split out Kconfig and Makefile specific for ACPI
  PMIC (jsc#SLE-16407).
  Update config files.
- ACPI: NFIT: Use kobj_to_dev() instead (jsc#SLE-16407).
- ACPI: OSL: Make ACPICA use logical addresses of GPE blocks
  (jsc#SLE-16407).
- ACPI: OSL: Change the type of acpi_os_map_generic_address()
  return value (jsc#SLE-16407).
- ACPICA: Add support for using logical addresses of GPE blocks
  (jsc#SLE-16407).
- ACPICA: Introduce special struct type for GPE register addresses
  (jsc#SLE-16407).
- ACPICA: Introduce acpi_hw_gpe_read() and acpi_hw_gpe_write()
  (jsc#SLE-16407).
- ACPICA: Validate GPE blocks at init time (jsc#SLE-16407).
- ACPICA: Update version to 20200925 Version 20200925
  (jsc#SLE-16407).
- ACPICA: Remove unnecessary semicolon (jsc#SLE-16407).
- ACPICA: Debugger: Add a new command: "/ALL <NameSeg>"/
  (jsc#SLE-16407).
- ACPICA: iASL: Return exceptions for string-to-integer
  conversions (jsc#SLE-16407).
- ACPICA: acpi_help: Update UUID list (jsc#SLE-16407).
- ACPICA: Add predefined names found in the SMBus sepcification
  (jsc#SLE-16407).
- ACPICA: Tree-wide: fix various typos and spelling mistakes
  (jsc#SLE-16407).
- ACPICA: Drop the repeated word "/an"/ in a comment
  (jsc#SLE-16407).
- ACPICA: Add support for 64 bit risc-v compilation
  (jsc#SLE-16407).
- ACPI: processor: Print more information when
  acpi_processor_evaluate_cst() fails (jsc#SLE-16407).
- ACPI/IORT: Remove the unused inline functions (jsc#SLE-16407).
- ACPI/IORT: Drop the unused @ops of iort_add_device_replay()
  (jsc#SLE-16407).
- arm64: permit ACPI core to map kernel memory used for table
  overrides (jsc#SLE-16407).
- arm64/acpi: disallow AML memory opregions to access kernel
  memory (jsc#SLE-16407).
- arm64: acpi: fix UBSAN warning (jsc#SLE-16407).
- commit 5dc32ae
- Adjust armv7hl configs for SLE15-SP3 code base (jsc#SLE-17212)
- commit 7df7f95
- Copy armv7hl config back from openSUSE-15.2 branch (jsc#SLE-17212)
  vanilla config is skipped as it's dropped on Leap 15.3
- commit a5a45dc
- intel_th: pci: Add Alder Lake-P support (git-fixes).
- drm/amd/display: disable dcn10 pipe split by default
  (git-fixes).
- commit 92717d1
- xhci: tegra: Delay for disabling LFPS detector (git-fixes).
- xhci: make sure TRB is fully written before giving it to the
  controller (git-fixes).
- USB: ehci: fix an interrupt calltrace error (git-fixes).
- ehci: fix EHCI host controller initialization sequence
  (git-fixes).
- i2c: bpmp-tegra: Ignore unknown I2C_M flags (git-fixes).
- platform/x86: ideapad-laptop: Disable touchpad_switch for
  ELAN0634 (git-fixes).
- drm/nouveau/kms/nv50-: fix case where notifier buffer is at
  offset 0 (git-fixes).
- drm/nouveau/mmu: fix vram heap sizing (git-fixes).
- drm/nouveau/i2c/gm200: increase width of aux semaphore owner
  fields (git-fixes).
- drm/nouveau/privring: ack interrupts the same way as RM
  (git-fixes).
- drm/nouveau/bios: fix issue shadowing expansion ROMs
  (git-fixes).
- drm/amdgpu/psp: fix psp gfx ctrl cmds (git-fixes).
- HID: Ignore battery for Elan touchscreen on ASUS UX550
  (git-fixes).
- HID: logitech-dj: add the G602 receiver (git-fixes).
- HID: multitouch: Enable multi-input for Synaptics
  pointstick/touchpad device (git-fixes).
- commit 6194af6
- blacklist.conf: unwanted NFS patches
- commit 6f9f1d0
- nfsd4: readdirplus shouldn't return parent of export
  (git-fixes).
- commit 5e9f700
- nvme-tcp: avoid request double completion for concurrent
  nvme_tcp_timeout (bsc#1181161).
- nvme-rdma: avoid request double completion for concurrent
  nvme_rdma_timeout (bsc#1181161).
- commit 7760e28
- x86/xen: avoid warning in Xen pv guest with
  CONFIG_AMD_MEM_ENCRYPT enabled (bsc#1181335).
- commit ada97e4
- xen-blkfront: allow discard-* nodes to be optional
  (bsc#1181346).
- commit 958c625
- xen/privcmd: allow fetching resource sizes (bsc#1065600).
- commit 21fc6aa
- scsi: ibmvfc: Fix missing cast of ibmvfc_event pointer to u64 handle
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- Refresh patches.suse/scsi-ibmvfc-Send-commands-down-HW-Sub-CRQ-when-chann.patch.
- Refresh patches.suse/scsi-ibmvfc-Set-and-track-hw-queue-in-ibmvfc_event-s.patch.
- commit 1e02306
- Update ibmvfc patch metadata.
- commit b112c00
- RDMA/ucma: Do not miss ctx destruction steps in some cases
  (bsc#1181147).
- RDMA/cma: Don't overwrite sgid_attr after device is released
  (bsc#1181147).
- RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all()
  error unwind (bsc#1181147).
- RDMA/cma: Add missing error handling of listen_id (bsc#1181147).
- RDMA: Add rdma_connect_locked() (bsc#1181147).
- RDMA/ucma: Fix use after free in destroy id flow (bsc#1181147).
- RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroy
  (bsc#1181147).
- RDMA/cma: Fix use after free race in roce multicast join
  (bsc#1181147).
- RDMA/cma: Consolidate the destruction of a cma_multicast in
  one place (bsc#1181147).
- RDMA/cma: Remove dead code for kernel rdmacm multicast
  (bsc#1181147).
- RDMA/cma: Combine cma_ndev_work with cma_work (bsc#1181147).
- RDMA/cma: Remove cma_comp() (bsc#1181147).
- RDMA/cma: Fix locking for the RDMA_CM_LISTEN state
  (bsc#1181147).
- RDMA/cma: Make the locking for automatic state transition more
  clear (bsc#1181147).
- RDMA/cma: Fix locking for the RDMA_CM_CONNECT state
  (bsc#1181147).
- RDMA/ucma: Fix resource leak on error path (bsc#1181147).
- RDMA/ucma: Remove closing and the close_wq (bsc#1181147).
- RDMA/ucma: Rework how new connections are passed through event
  delivery (bsc#1181147).
- RDMA/ucma: Narrow file->mut in ucma_event_handler()
  (bsc#1181147).
- RDMA/ucma: Change backlog into an atomic (bsc#1181147).
- RDMA/ucma: Fix locking for ctx->events_reported (bsc#1181147).
- RDMA/ucma: Fix the locking of ctx->file (bsc#1181147).
- RDMA/ucma: Do not use file->mut to lock destroying
  (bsc#1181147).
- RDMA/cma: Add missing locking to rdma_accept() (bsc#1181147).
- RDMA/ucma: Remove mc_list and rely on xarray (bsc#1181147).
- RDMA/ucma: Fix error cases around ucma_alloc_ctx()
  (bsc#1181147).
- RDMA/ucma: Consolidate the two destroy flows (bsc#1181147).
- RDMA/ucma: Remove unnecessary locking of file->ctx_list in close
  (bsc#1181147).
- RDMA/ucma: Fix refcount 0 incr in ucma_get_ctx() (bsc#1181147).
- RDMA/core: Move the rdma_show_ib_cm_event() macro (bsc#1181147).
- commit feb2e32
- efi/libstub: Disable -mbranch-protection (jsc#SLE-16407).
- efi/arm64: libstub: Deal gracefully with EFI_RNG_PROTOCOL
  failure (jsc#SLE-16407).
- efivarfs: Replace invalid slashes with exclamation marks in
  dentries (jsc#SLE-16407).
- efi: Delete deprecated parameter comments (jsc#SLE-16407).
- efi/libstub: Fix missing-prototypes in string.c (jsc#SLE-16407).
- efi: Add definition of EFI_MEMORY_CPU_CRYPTO and ability to
  report it (jsc#SLE-16407).
- efi: mokvar: add missing include of asm/early_ioremap.h
  (jsc#SLE-16407).
- efi: efivars: limit availability to X86 builds (jsc#SLE-16407).
  Update config files.
- efi: remove some false dependencies on CONFIG_EFI_VARS
  (jsc#SLE-16407).
- efi: efivars: un-export efivars_sysfs_init() (jsc#SLE-16407).
- efi: pstore: move workqueue handling out of efivars
  (jsc#SLE-16407).
- efi: pstore: disentangle from deprecated efivars module
  (jsc#SLE-16407).
- efi: mokvar-table: fix some issues in new code (jsc#SLE-16407).
- cper,edac,efi: Memory Error Record: bank group/address and
  chip id (jsc#SLE-16407).
- edac,ghes,cper: Add Row Extension to Memory Error Record
  (jsc#SLE-16407).
- efi/x86: Add a quirk to support command line arguments on Dell
  EFI firmware (jsc#SLE-16407).
- efi/libstub: Add efi_warn and *_once logging helpers
  (jsc#SLE-16407).
- efi: Support for MOK variable config table (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- efi/printf: remove unneeded semicolon (jsc#SLE-16407).
- efi/libstub: Export efi_low_alloc_above() to other units
  (jsc#SLE-16407).
- efi: Rename arm-init to efi-init common for all arch
  (jsc#SLE-16407).
- commit a426a3c
- scsi: ibmvfc: Set default timeout to avoid crash during
  migration (bsc#1181425 ltc#188252).
- commit 9a4138b
- series.conf: cleanup
- rename patches to get rid of numeric prefix (for easier resolve of merge conflict)
  patches.suse/0001-drm-rockchip-Avoid-uninitialized-use-of-endpoint-id-.patch -> patches.suse/drm-rockchip-Avoid-uninitialized-use-of-endpoint-id-.patch
  patches.suse/0002-drm-gma500-fix-double-free-of-gma_connector.patch -> patches.suse/drm-gma500-fix-double-free-of-gma_connector.patch
  patches.suse/0003-drm-aspeed-Fix-Kconfig-warning-subsequent-build-erro.patch -> patches.suse/drm-aspeed-Fix-Kconfig-warning-subsequent-build-erro.patch
  patches.suse/0004-drm-dp_aux_dev-check-aux_dev-before-use-in-drm_dp_au.patch -> patches.suse/drm-dp_aux_dev-check-aux_dev-before-use-in-drm_dp_au.patch
  patches.suse/0005-drm-mcde-Fix-handling-of-platform_get_irq-error.patch -> patches.suse/drm-mcde-Fix-handling-of-platform_get_irq-error.patch
  patches.suse/0006-drm-tve200-Fix-handling-of-platform_get_irq-error.patch -> patches.suse/drm-tve200-Fix-handling-of-platform_get_irq-error.patch
  (no effect on expanded tree)
- commit 772573f
- drm/v3d: Add support for bcm2711 (jsc#SLE-16259).
- Update config
- supported.conf: Enable v3d
- commit 29319ce
- soc: bcm: bcm2835-pm: Add support for bcm2711 (jsc#SLE-16259).
- commit 8aa7baa
- series.conf: cleanup
- move unsortable patch out of sorted section
  patches.suse/floppy-reintroduce-O_NDELAY-fix.patch
- commit 39bee61
- arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache()
  cache writeback (bsc#1152489).
- commit 852fa4b
- blacklist.conf: 035fff1f7aab x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- commit 7d62c49
- scsi: lpfc: Simplify bool comparison (bsc#1180891).
- scsi: lpfc: Update lpfc version to 12.8.0.7 (bsc#1180891).
- scsi: lpfc: Enhancements to LOG_TRACE_EVENT for better
  readability (bsc#1180891).
- scsi: lpfc: Implement health checking when aborting I/O
  (bsc#1180891).
- scsi: lpfc: Fix crash when nvmet transport calls host_release
  (bsc#1180891).
- scsi: lpfc: Fix vport create logging (bsc#1180891).
- scsi: lpfc: Fix NVMe recovery after mailbox timeout
  (bsc#1180891).
- scsi: lpfc: Fix target reset failing (bsc#1180891).
- scsi: lpfc: Fix error log messages being logged following SCSI
  task mgnt (bsc#1180891).
- scsi: lpfc: Prevent duplicate requests to unregister with
  cpuhp framework (bsc#1180891).
- scsi: lpfc: Fix FW reset action if I/Os are outstanding
  (bsc#1180891).
- scsi: lpfc: Use the nvme-fc transport supplied timeout for LS
  requests (bsc#1180891).
- scsi: lpfc: Fix crash when a fabric node is released prematurely
  (bsc#1180891).
- scsi: lpfc: Refresh ndlp when a new PRLI is received in the
  PRLI issue state (bsc#1180891).
- scsi: lpfc: Fix auto sli_mode and its effect on CONFIG_PORT
  for SLI3 (bsc#1180891).
- scsi: lpfc: Fix PLOGI S_ID of 0 on pt2pt config (bsc#1180891).
- commit cdea5d0
- x86/topology: Make __max_die_per_package available
  unconditionally (bsc#1152489).
- commit 0e0c8a8
- Fix hibernation verification after UEFI subsystem upgraded (jsc#SLE-16407)
- Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
- Refresh
  patches.suse/0006-efi-allow-user-to-regenerate-secret-key.patch.
- Delete
  patches.suse/0003-x86-KASLR-public-the-function-for-getting-random-lon.patch.
- Update config files.
- commit d972b09
- x86/cpu/amd: Set __max_die_per_package on AMD (bsc#1152489).
- commit 3044309
- x86/sev: Fix nonistr violation (bsc#1178134).
- commit 47bc3f9
- drm/i915/gt: Declare gen9 has 64 mocs entries! (git-fixes).
- drm/etnaviv: always start/stop scheduler in timeout processing
  (git-fixes).
- commit 6ef999c
- drm/i915/dsi: Use unconditional msleep for the panel_on_delay
  when there is no reset-deassert MIPI-sequence (git-fixes).
- drm/i915: clear the gpu reloc batch (git-fixes).
- drm/amdgpu: fix a GPU hang issue when remove device (git-fixes).
- drm/i915: Fix mismatch between misplaced vma check and vma
  insert (git-fixes).
- commit cc8174e
- drm/amdkfd: Fix leak in dmabuf import (git-fixes).
- drm/msm/dsi_phy_10nm: implement PHY disabling (git-fixes).
- drm/msm/dsi_pll_10nm: restore VCO rate during restore_state
  (git-fixes).
- drm/msm/dpu: Add newline to printks (git-fixes).
- drm/meson: dw-hdmi: Register a callback to disable the regulator
  (git-fixes).
- drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()
  (git-fixes).
- drm/amdgpu: fix build_coefficients() argument (git-fixes).
- drm/amd/display: remove useless if/else (git-fixes).
- drm/tve200: Fix handling of platform_get_irq() error
  (git-fixes).
- drm/mcde: Fix handling of platform_get_irq() error (git-fixes).
- drm/dp_aux_dev: check aux_dev before use in
  drm_dp_aux_dev_get_by_minor() (git-fixes).
- drm/aspeed: Fix Kconfig warning & subsequent build errors
  (git-fixes).
- drm/gma500: fix double free of gma_connector (git-fixes).
- drm/i915/display/dp: Compute the correct slice count for VDSC
  on DP (git-fixes).
- drm/rockchip: Avoid uninitialized use of endpoint id in LVDS
  (git-fixes).
- drm/i915/gt: Program mocs:63 for cache eviction on gen9
  (git-fixes).
- drm/tegra: sor: Disable clocks on error in tegra_sor_init()
  (git-fixes).
- drm/tegra: replace idr_init() by idr_init_base() (git-fixes).
- drm/i915/gt: Free stale request on destroying the virtual engine
  (git-fixes).
- drm/i915/gvt: return error when failing to take the module
  reference (git-fixes).
- drm/i915/gvt: Set ENHANCED_FRAME_CAP bit (git-fixes).
- drm/i915: Handle max_bpc==16 (git-fixes).
- drm/i915: Avoid memory leak with more than 16 workarounds on
  a list (git-fixes).
- drm/amd/display: Add missing pflip irq for dcn2.0 (git-fixes).
- drm/gma500: Fix out-of-bounds access to struct
  drm_device.vblank[] (git-fixes).
- drm/amdgpu: perform srbm soft reset always on SDMA resume
  (git-fixes).
- commit bd76ab9
- drm/nouveau/nouveau: fix the start/end range for migration
  (git-fixes).
- drm/vc4: drv: Add error handding for bind (git-fixes).
- drm/sun4i: frontend: Fix the scaler phase on A33 (git-fixes).
- drm/sun4i: frontend: Reuse the ch0 phase for RGB formats
  (git-fixes).
- drm/sun4i: frontend: Rework a bit the phase data (git-fixes).
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
  (git-fixes).
- drm/amdgpu: increase the reserved VM size to 2MB (git-fixes).
- drm/amdgpu: don't map BO in reserved region (git-fixes).
- drm/amdgpu: add DID for navi10 blockchain SKU (git-fixes).
- drm/i915: Drop runtime-pm assert from vgpu io accessors
  (git-fixes).
- drm/i915: Force VT'd workarounds when running as a guest OS
  (git-fixes).
- drm/i915/gt: Delay execlist processing for tgl (git-fixes).
- commit d9edd32
- drm/amdkfd: Use same SQ prefetch setting as amdgpu (git-fixes).
- drm/amd/display: Avoid MST manager resource leak (git-fixes).
- drm/amdgpu: correct the gpu reset handling for job != NULL case
  (git-fixes).
- drm/ttm: fix eviction valuable range check (git-fixes).
- drm/amd/display: HDMI remote sink need mode validation for Linux
  (git-fixes).
- drm/amd/display: Increase timeout for DP Disable (git-fixes).
- drm/i915: Break up error capture compression loops with
  cond_resched() (git-fixes).
- drm/msm/a6xx: fix a potential overflow issue (git-fixes).
- drm/panfrost: add amlogic reset quirk callback (git-fixes).
- drm/bridge/synopsys: dsi: add support for non-continuous HS
  clock (git-fixes).
- commit 3790415
- drm/brige/megachips: Add checking if ge_b850v3_lvds_init()
  is working correctly (git-fixes).
- drm/nouveau/mem: guard against NULL pointer access in mem_del
  (git-fixes).
- drm/amdgpu: prevent double kfree ttm->sg (git-fixes).
- drm/sun4i: mixer: Extend regmap max_register (git-fixes).
- commit f36768e
- drm/i915: Filter wake_flags passed to default_wake_function
  (git-fixes).
- drm/amdgpu/dc: Require primary plane to be enabled whenever
  the CRTC is (git-fixes).
- drm/amd/display: update nv1x stutter latencies (git-fixes).
- drm/amdkfd: fix a memory leak issue (git-fixes).
- drm/tve200: Stabilize enable/disable (git-fixes).
- drm/msm: Disable preemption on all 5xx targets (git-fixes).
- drm/amdgpu: Fix bug in reporting voltage for CIK (git-fixes).
- drm/amd/pm: avoid false alarm due to confusing
  softwareshutdowntemp setting (git-fixes).
- drm/omap: fix incorrect lock state (git-fixes).
- drm/amd/display: Fix memleak in amdgpu_dm_mode_config_init
  (git-fixes).
- drm/amd/display: Retry AUX write when fail occurs (git-fixes).
- drm/amd/display: Reject overlay plane configurations in
  multi-display scenarios (git-fixes).
- drm/msm/a6xx: fix gmu start on newer firmware (git-fixes).
- drm/msm: add shutdown support for display platform_driver
  (git-fixes).
- drm/msm/dpu: Fix scale params in plane validation (git-fixes).
- drm/i915/selftests: Avoid passing a random 0 into ilog2
  (git-fixes).
- drm/amdgpu: Fix bug where DPM is not enabled after hibernate
  and resume (git-fixes).
- drm/amd/display: dchubbub p-state warning during surface planes
  switch (git-fixes).
- commit 64cc324
- drm: Added orientation quirk for ASUS tablet model T103HAF
  (git-fixes).
- drm/amdkfd: fix restore worker race condition (git-fixes).
- drm/nouveau/dispnv50: fix runtime pm imbalance on error
  (git-fixes).
- drm/nouveau: fix runtime pm imbalance on error (git-fixes).
- drm/nouveau/debugfs: fix runtime pm imbalance on error
  (git-fixes).
- commit 406e9f7
- drm/exynos: dsi: Remove bridge node reference in error handling
  path in probe function (git-fixes).
- drm: rcar-du: Set primary plane zpos immutably at initializing
  (git-fixes).
- drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu reset
  (git-fixes).
- drm/msm/a5xx: Always set an OPP supported hardware value
  (git-fixes).
- drm/msm: fix leaks if initialization fails (git-fixes).
- drm/amd/display: Stop if retimer is not available (git-fixes).
- drm/amdgpu: increase atombios cmd timeout (git-fixes).
- drm/omap: dss: Cleanup DSS ports on initialisation failure
  (git-fixes).
- commit db34b82
- drm/amd/display: dal_ddc_i2c_payloads_create can fail causing
  panic (git-fixes).
- drm/omap: fix possible object reference leak (git-fixes).
- drm/amdgpu: fix calltrace during kmd unload(v3) (git-fixes).
- drm/scheduler: Avoid accessing freed bad job (git-fixes).
- drm/amdgpu/powerplay/smu7: fix AVFS handling with custom
  powerplay table (git-fixes).
- drm/amdgpu/powerplay: fix AVFS handling with custom powerplay
  table (git-fixes).
- drm/amd/display: Free gamma after calculating legacy transfer
  function (git-fixes).
- drm/amd/display: Do not double-buffer DTO adjustments
  (git-fixes).
- commit c18126a
- drm/i915/gt: Prevent use of engine->wa_ctx after error
  (git-fixes).
- drm/syncobj: Fix use-after-free (git-fixes).
- drm/atomic: put state on error path (git-fixes).
- commit 4cd1094
- drm/i915/hdcp: Update CP property in update_pipe (git-fixes).
- drm/amdgpu: fix DRM_INFO flood if display core is not supported
  (bug 210921) (git-fixes).
- commit 0dca4e9
- ACPI: scan: Make acpi_bus_get_device() clear return pointer
  on error (git-fixes).
- cachefiles: Drop superfluous readpages aops NULL check
  (git-fixes).
- ACPI: scan: Harden acpi_device_add() against device ID overflows
  (git-fixes).
- commit 963543c
- x86/sev-es: Handle string port IO to kernel memory properly
  (bsc#1178134).
- commit 3ec7fbe
- i2c: mlxbf: select CONFIG_I2C_SLAVE (jsc#SLE-15271 jsc#SLE-16108
  jsc#SLE-16098 jsc#SLE-13565).
- i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORM
  (jsc#SLE-15271 jsc#SLE-16108 jsc#SLE-16098 jsc#SLE-13565).
- commit abb583b
- net: core: devlink: use right genl user_ptr when handling port
  param get/set (bsc#1176447).
- i40e: fix potential NULL pointer dereferencing (jsc#SLE-13701).
- net: fix use-after-free when UDP GRO with shared fraglist
  (bsc#1176447).
- net/mlx5e: In skb build skip setting mark in switchdev mode
  (jsc#SLE-15172).
- nexthop: Bounce NHA_GATEWAY in FDB nexthop groups (bsc#1176447).
- net: bareudp: add missing error handling for
  bareudp_link_config() (jsc#SLE-15172).
- bareudp: Fix use of incorrect min_headroom size (jsc#SLE-15172).
- bareudp: set NETIF_F_LLTX flag (jsc#SLE-15172).
- bnxt_en: Check TQM rings for maximum supported value
  (jsc#SLE-15075).
- bnxt_en: Fix AER recovery (jsc#SLE-15075).
- Revert "/e1000e: disable s0ix entry and exit flows for ME
  systems"/ (jsc#SLE-13532).
- e1000e: Only run S0ix flows if shutdown succeeded
  (jsc#SLE-13532).
- ionic: change set_rx_mode from_ndo to can_sleep (jsc#SLE-16649).
- ionic: flatten calls to ionic_lif_rx_mode (jsc#SLE-16649).
- ice: avoid premature Rx buffer reuse (jsc#SLE-7926).
- net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled
  (jsc#SLE-15172).
- net/mlx5e: Fix IPsec packet drop by mlx5e_tc_update_skb
  (jsc#SLE-15172).
- commit 54582be
- net/mlx5e: ethtool, Fix restriction of autoneg with 56G
  (jsc#SLE-8464).
- net: hns3: fix a phy loopback fail issue (bsc#1154353).
- net: vlan: avoid leaks on register_vlan_dev() failures
  (bsc#1154353).
- bnxt_en: Fix AER recovery (jsc#SLE-8371 bsc#1153274).
- e1000e: bump up timeout to wait when ME un-configures ULP mode
  (jsc#SLE-8100).
- ionic: account for vlan tag len in rx buffer len (bsc#1167773).
- ice, xsk: clear the status bits for the next_to_use descriptor
  (jsc#SLE-7926).
- net: fix proc_fs init handling in af_packet and tls
  (bsc#1154353).
- ice: avoid premature Rx buffer reuse (jsc#SLE-7926).
- net: hns3: remove a misused pragma packed (bsc#1154353).
- commit 465e7d7
- zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of
  dfltcc_syms.c (jsc#SLE-13766).
- commit d62a9cc
- zlib: export S390 symbols for zlib modules (jsc#SLE-13766).
- KVM: s390: remove diag318 reset code (jsc#SLE-13746).
- s390/pci: fix hot-plug of PCI function missing bus (bsc#1181076
  LTC#190860).
- commit 54be82c
- lib/test_hmm.c: fix an error code in dmirror_allocate_chunk()
  (jsc#SLE-16387).
- commit df77afb
- Refresh
  patches.suse/0041-mm-memremap_pages-support-multiple-ranges-per-invoca.patch.
- add missing hunk for lib/test_hmm.c
- commit f341232
- iommu/amd: Set iommu->int_enabled consistently when interrupts
  are set up (git-fixes).
- commit 0bf82c2
- blacklist.conf: Add 08685be7761d powerpc/64s: fix scv entry fallback flush vs interrupt
  No scv support.
- commit 7e491e5
- selftests: net: fib_tests: remove duplicate log test
  (git-fixes).
- net: mscc: ocelot: allow offloading of bridge on top of LAG
  (git-fixes).
- udp: Prevent reuseport_select_sock from reading uninitialized
  socks (git-fixes).
- pNFS: Mark layout for return if return-on-close was not sent
  (git-fixes).
- commit 87c48df
- blacklist.conf: 78762b0e79bc x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*
- commit 1f20d8c
- series.conf: cleanup
- move kabi workaround into patches.kabi:
  patches.suse/ALSA-pcm-fix-hw_rule-deps-kABI.patch
- commit 3eee3e1
- series.conf: refresh
- update upstream references and resort:
  patches.suse/scsi-scsi_transport_srp-Don-t-block-target-in-failfa.patch
  patches.suse/selftests-powerpc-Only-test-lwm-stmw-on-big-endian.patch
- commit 5218f70
- series.conf: cleanup
- move an unsortable patch out of sorted section
  patches.suse/powerpc-Fix-build-error-in-paravirt.h.patch
- commit 0f64295
- drm/tve200: Fix handling of platform_get_irq() error (bsc#1152472)
- commit 8541d40
- drm/mcde: Fix handling of platform_get_irq() error (bsc#1152472)
- commit 60b9525
- drm/dp_aux_dev: check aux_dev before use in (bsc#1152472)
- commit 21532d2
- drm/aspeed: Fix Kconfig warning & subsequent build errors (bsc#1152472)
- commit 3d14ba8
- drm/gma500: fix double free of gma_connector (bsc#1152472)
  Backporting notes:
  * context changes
- commit 2ce14eb
- drm/rockchip: Avoid uninitialized use of endpoint id in LVDS (bsc#1152472)
- commit 103a121
- iio: ad5504: Fix setting power-down state (git-fixes).
- serial: mvebu-uart: fix tx lost characters at power off
  (git-fixes).
- usb: udc: core: Use lock when write to soft_connect (git-fixes).
- usb: gadget: aspeed: fix stop dma register setting (git-fixes).
- commit 4d850d2
- blacklist.conf: Append 'drm/vc4: gem: Add a managed action to cleanup the job queue'
- commit ce3d22f
- blacklist.conf: Append 'drm/vc4: bo: Add a managed action to cleanup the cache'
- commit 2cf161b
- bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong
  callback (bsc#1155518).
- bpf: Don't leak memory in bpf getsockopt when optlen == 0
  (bsc#1155518).
- commit 609f544
- drm/panel: otm8009a: allow using non-continuous dsi clock
  (git-fixes).
- usb: ohci: Make distrust_firmware param default to false
  (git-fixes).
- commit 7c39cad
- i2c: octeon: check correct size of maximum RECV_LEN packet
  (git-fixes).
- commit 54a675e
- ALSA: pcm: fix hw_rule deps kABI (bsc#1181014).
- commit 3c80769
- ALSA: pcm: One more dependency for hw constraints (bsc#1181014).
- commit d71290f
- mmc: core: don't initialize block size from ext_csd if not
  present (git-fixes).
- mmc: sdhci-xenon: fix 1.8v regulator stabilization (git-fixes).
- platform/x86: intel-vbtn: Drop HP Stream x360 Convertible PC
  11 from allow-list (git-fixes).
- platform/x86: i2c-multi-instantiate: Don't create platform
  device for INT3515 ACPI nodes (git-fixes).
- commit 9c2a03f
- timers: Use only bucket expiry for base->next_expiry value
  (bsc#1181318).
- timers: Preserve higher bits of expiration on index calculation
  (bsc#1181318).
- commit f60f618
- s390/cio: fix use-after-free in ccw_device_destroy_console
  (git-fixes).
- commit d3e26e8
- KVM: s390: pv: Mark mm as protected after the set secure
  parameters and improve cleanup (jsc#SLE-7512 bsc#1165545).
- commit 719d24b
- net/af_iucv: set correct sk_protocol for child sockets
  (git-fixes).
- net/af_iucv: fix null pointer dereference on shutdown
  (bsc#1179567 LTC#190111).
- commit ddc328b
- s390/dasd: fix hanging device offline processing (bsc#1181169
  LTC#190914).
- commit 9b7644e
- net/smc: use memcpy instead of snprintf to avoid out of bounds
  read (jsc#SLE-15862 bsc#1180744 LTC#186340).
- smc: fix out of bound access in smc_nl_get_sys_info()
  (jsc#SLE-15862 bsc#1180744 LTC#186340).
- net/smc: fix access to parent of an ib device (jsc#SLE-15862
  bsc#1180744 LTC#186340).
- commit f7642f8
- net/smc: Add support for obtaining SMCR device list
  (jsc#SLE-15862 bsc#1180744 LTC#186340).
- net/smc: Add support for obtaining SMCD device list
  (jsc#SLE-15862 bsc#1180744 LTC#186340).
- net/smc: Add SMC-D Linkgroup diagnostic support (jsc#SLE-15862
  bsc#1180744 LTC#186340).
- net/smc: Introduce SMCR get link command (jsc#SLE-15862
  bsc#1180744 LTC#186340).
- net/smc: Introduce SMCR get linkgroup command (jsc#SLE-15862
  bsc#1180744 LTC#186340).
- net/smc: Add support for obtaining system information
  (jsc#SLE-15862 bsc#1180744 LTC#186340).
- net/smc: Introduce generic netlink interface for diagnostic
  purposes (jsc#SLE-15862 bsc#1180744 LTC#186340).
- net/smc: Refactor smc ism v2 capability handling (jsc#SLE-15862
  bsc#1180744 LTC#186340).
- net/smc: Add diagnostic information to link structure
  (jsc#SLE-15862 bsc#1180744 LTC#186340).
- net/smc: Add diagnostic information to smc ib-device
  (jsc#SLE-15862 bsc#1180744 LTC#186340).
- net/smc: Add link counters for IB device ports (jsc#SLE-15862
  bsc#1180744 LTC#186340).
- net/smc: Add connection counters for links (jsc#SLE-15862
  bsc#1180744 LTC#186340).
- net/smc: Use active link of the connection (jsc#SLE-15862
  bsc#1180744 LTC#186340).
- net/smc: use helper smc_conn_abort() in listen processing
  (jsc#SLE-15862 bsc#1180744 LTC#186340).
- commit 064ec88
- drm/vc4: Unify PCM card's driver_name (git-fixes).
- commit 2a6cd0a
- dpaa2-eth: fix the size of the mapped SGT buffer
  (jsc#SLE-14018).
- soc: fsl: handle RCPM errata A-008646 on SoC LS1021A
  (jsc#SLE-14018).
- soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'
  (jsc#SLE-14018).
- soc: fsl: qe: qe_common: Fix misnamed function attribute 'addr'
  (jsc#SLE-14018).
- soc: fsl: dpio: qbman-portal: Fix a bunch of kernel-doc
  misdemeanours (jsc#SLE-14018).
- bus: fsl-mc: simplify DPRC version check (jsc#SLE-14018).
- bus: fsl-mc: added missing fields to dprc_rsp_get_obj_region
  structure (jsc#SLE-14018).
- bus: fsl-mc: make sure MC firmware is up and running
  (jsc#SLE-14018).
- bus: fsl-mc: add back accidentally dropped error check
  (jsc#SLE-14018).
- crypto: caam: Replace in_irq() usage (jsc#SLE-14018).
- soc/fsl/qbman: Add an argument to signal if NAPI processing
  is required (jsc#SLE-14018).
- crypto: caam/qi - simplify error path for context allocation
  (jsc#SLE-14018).
- dpaa2-eth: Fix compile error due to missing devlink support
  (jsc#SLE-14018).
- dpaa2-eth: select XGMAC_MDIO for MDIO bus support
  (jsc#SLE-14018).
- soc: fsl: qe: Remove unnessesary check in ucc_set_tdm_rxtx_clk
  (jsc#SLE-14018).
- soc: fsl: qman: convert to use be32_add_cpu() (jsc#SLE-14018).
- soc: fsl: dpio: remove set but not used 'addr_cena'
  (jsc#SLE-14018).
- dpaa2-eth: add support for devlink parser error drop traps
  (jsc#SLE-14018).
- dpaa2-eth: add basic devlink support (jsc#SLE-14018).
- devlink: add .trap_group_action_set() callback (jsc#SLE-14018).
- devlink: add parser error drop packet traps (jsc#SLE-14018).
- dpaa2-eth: install a single steering rule when SHARED_FS is
  enabled (jsc#SLE-14018).
- dpaa2-eth: no need to check link state right after ndo_open
  (jsc#SLE-14018).
- dpaa2-eth: drop double zeroing (jsc#SLE-14018).
- ptp_qoriq: support FIPER3 (jsc#SLE-14018).
- dpaa2-eth: utilize skb->cb for hardware timestamping
  (jsc#SLE-14018).
- dpaa2-eth: invoke dpaa2_eth_enable_tx_tstamp() once in code
  (jsc#SLE-14018).
- dpaa2-eth: define a global ptp_qoriq structure pointer
  (jsc#SLE-14018).
- dpaa2-eth: add APIs of 1588 single step timestamping
  (jsc#SLE-14018).
- dpaa2-eth: Convert to DEFINE_SHOW_ATTRIBUTE (jsc#SLE-14018).
- dpaa2-eth: add a dpaa2_eth_ prefix to all functions in
  dpaa2-eth-dcb.c (jsc#SLE-14018).
- dpaa2-eth: add a dpaa2_eth_ prefix to all functions in
  dpaa2-eth.c (jsc#SLE-14018).
- dpaa2-eth: add a dpaa2_eth_ prefix to all functions in
  dpaa2-ethtool.c (jsc#SLE-14018).
- bus/fsl-mc: Add a new version for dprc_get_obj_region command
  (jsc#SLE-14018).
- bus/fsl-mc: Extend ICID size from 16bit to 32bit
  (jsc#SLE-14018).
- bus/fsl-mc: Export IRQ pool handling functions to be used by
  VFIO (jsc#SLE-14018).
- bus/fsl-mc: Add a container setup function (jsc#SLE-14018).
- bus/fsl-mc: Export a cleanup function for DPRC (jsc#SLE-14018).
- bus/fsl-mc: Export dprc_scan/dprc_remove functions to be used
  by multiple entities (jsc#SLE-14018).
- bus/fsl-mc: Add dprc-reset-container support (jsc#SLE-14018).
- bus/fsl-mc: Cache the DPRC API version (jsc#SLE-14018).
- bus/fsl-mc: Set the QMAN/BMAN region flags (jsc#SLE-14018).
- bus/fsl-mc: add support for 'driver_override' in the mc-bus
  (jsc#SLE-14018).
- bus/fsl-mc: Add a new parameter to dprc_scan_objects function
  (jsc#SLE-14018).
- bus/fsl-mc: Do no longer export the total number of irqs
  outside dprc_scan_objects (jsc#SLE-14018).
- bus: fsl-mc: MC control registers are not always available
  (jsc#SLE-14018).
- bus: fsl-mc: don't assume an iommu is always present
  (jsc#SLE-14018).
- gpio: mpc8xxx: simplify ls1028a/ls1088a support (jsc#SLE-14018).
- ptp_qoriq: output PPS signal on FIPER2 in default
  (jsc#SLE-14018).
- commit 30de820
- hwmon-amd_energy-09-fix-allocation-of-hwmon_channel_info.patch is now
  part of jsc#SLE-14262.
- commit c0fcf0d
- hwmon: (amd_energy) Add AMD family 19h model 01h x86 match
  (jsc#SLE-14262).
- commit 0d38ed6
- ALSA: hda: Balance runtime/system PM if direct-complete is
  disabled (git-fixes).
- ASoC: SOF: Intel: fix page fault at probe if i915 init fails
  (git-fixes).
- ASoC: SOF: Intel: hda: Avoid checking jack on system suspend
  (git-fixes).
- ASoC: SOF: Intel: hda: Modify existing helper to disable WAKEEN
  (git-fixes).
- ASoC: SOF: Intel: hda: Resume codec to do jack detection
  (git-fixes).
- ALSA: hda: Add AlderLake-P PCI ID and HDMI codec vid
  (git-fixes).
- commit 4063e56
- ALSA: hda: Add Cometlake-R PCI ID (git-fixes).
- ALSA: seq: oss: Fix missing error check in
  snd_seq_oss_synth_make_info() (git-fixes).
- ALSA: hda/via: Add minimum mute flag (git-fixes).
- ALSA: hda/realtek - Limit int mic boost on Acer Aspire E5-575T
  (git-fixes).
- commit 70d9202
- Move upstreamed sound patches into sorted section
- commit f5195da
- i2c: mlxbf: Fix the return check of devm_ioremap and ioremap
  (jsc#SLE-15271 jsc#SLE-16108 jsc#SLE-16098 jsc#SLE-13565).
- commit ebaf1be
- i2c: mlxbf: Update author and maintainer email info
  (jsc#SLE-15271 jsc#SLE-16108 jsc#SLE-16098 jsc#SLE-13565).
- commit 248e78f
- i2c: mlxbf: Update reference clock frequency (jsc#SLE-15271
  jsc#SLE-16108 jsc#SLE-16098 jsc#SLE-13565).
- commit 077bf6e
- i2c: mlxbf: Remove unecessary wrapper functions (jsc#SLE-15271
  jsc#SLE-16108 jsc#SLE-16098 jsc#SLE-13565).
- commit a636d51
- i2c: mlxbf: Fix resrticted cast warning of sparse (jsc#SLE-15271
  jsc#SLE-16108 jsc#SLE-16098 jsc#SLE-13565).
- commit 4f74542
- i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call
  (jsc#SLE-15271 jsc#SLE-16108 jsc#SLE-16098 jsc#SLE-13565).
- commit 8341791
- i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoC
  (bsc#1119838 jsc#SLE-15271 jsc#SLE-16108 jsc#SLE-16098 jsc#SLE-13565).
- Update config files.
- supported.conf: add i2c-mlxbf
- commit 25f4cd8
- blacklist.conf: Add entries for platform/x86/intel-vbtn that are reverted
- commit 5482ef1
- platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting
  1 on some HP x360 models (git-fixes).
- commit d6ac163
- power: vexpress: add suppress_bind_attrs to true (git-fixes).
- commit bb22b7b
- platform/mellanox: mlxbf-pmc: Add Mellanox BlueField PMC
  driver (bsc#1119846 jsc#SLE-15271 jsc#SLE-16108 jsc#SLE-16098
  jsc#SLE-13565).
- Update config files. Enabel MLXBF_PCM as module
- supported.conf: add mlxbf-pmc
- commit af433f3
- drm/i915/gt: Restore clear-residual mitigations for Ivybridge,
  Baytrail (git-fixes).
- drm/i915/gt: Limit VFE threads based on GT (git-fixes).
- drm/i915/icl: Fix initing the DSI DSC power refcount during
  HW readout (git-fixes).
- drm/i915/backlight: fix CPU mode backlight takeover on LPT
  (git-fixes).
- drm/i915/dsi: Use unconditional msleep for the panel_on_delay
  when there is no reset-deassert MIPI-sequence (git-fixes).
- drm/msm: Call msm_init_vram before binding the gpu (git-fixes).
- drm/amdgpu: fix potential memory leak during navi12
  deinitialization (git-fixes).
- drm/amdgpu: fix a GPU hang issue when remove device (git-fixes).
- drm/amd/display: fix sysfs amdgpu_current_backlight_pwm NULL
  pointer issue (git-fixes).
- drm/i915/perf: also include Gen11 in OATAILPTR workaround
  (git-fixes).
- drm/amdkfd: Put ACPI table after using it (git-fixes).
- drm/bridge: sii902x: Enable I/O and core VCC supplies if present
  (git-fixes).
- drm/bridge: sii902x: Refactor init code into separate function
  (git-fixes).
- commit 1ac5cc4
- blacklist.conf: Add amdgpu patches that are reverted
- commit ac3cc99
- spi: imx: Fix freeing of DMA channels if spi_bitbang_start()
  fails (git-fixes).
- Refresh
  patches.suse/spi-imx-fix-runtime-pm-support-for-config_pm.patch.
- commit afbdd20
- blacklist.conf: Add rtl8192e patches that are reverted later
- commit 86d1c5b
- r8169: fix potential skb double free in an error path
  (git-fixes).
- spi: spi-cadence-quadspi: Fix mapping of buffers for DMA reads
  (git-fixes).
- commit 0cf3ab4
- btrfs: send: fix wrong file path when there is an inode with
  a pending rmdir (bsc#1181237).
- commit be4e71d
- tty/sysrq: constify the the sysrq_key_op(s) (git-fixes).
- commit 866ce2a
- media: dvb-usb: Fix use-after-free access (bsc#1181104).
- media: dvb-usb: Fix memory leak at error in
  dvb_usb_device_init() (bsc#1181104).
- commit 3a92626
- can: vxcan: vxcan_xmit: fix use after free bug (git-fixes).
- mac80211: check if atf has been disabled in
  __ieee80211_schedule_txq (git-fixes).
- mac80211: do not drop tx nulldata packets on encrypted links
  (git-fixes).
- commit dfeeb94
- Increase PCI_NR_FUNCTIONS to 512 on s390x
  (jsc#SLE-17267, bsc#1180114, LTC#190383).
- Refresh config/s390x/zfcpdump.
- commit 56606d8
- lib/zlib: fix inflating zlib streams on s390 (bsc#1181070
  LTC#190858).
- commit 5b17a7f
- vfio-pci: Use io_remap_pfn_range() for PCI IO memory
  (bsc#1181220).
- iommu/vt-d: Fix a bug for PDP check in prq_event_thread
  (bsc#1181217).
- vfio/pci: Implement ioeventfd thread handler for contended
  memory lock (bsc#1181219).
- KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails
  (bsc#1181218).
- commit 517d1e9
- arm64: Remove arm64_dma32_phys_limit and its uses
  (jsc#SLE-17068).
- commit 8ce9631
- bpf: Fix signed_{sub,add32}_overflows type handling
  (bsc#1177028).
- bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
  (bsc#1177028).
- bpftool: Fix compilation failure for net.o with older glibc
  (bsc#1177028).
- bpf: Save correct stopping point in file seq iteration
  (bsc#1177028).
- selftests/bpf: Clarify build error if no vmlinux (bsc#1177028).
- bpf: Simplify task_file_seq_get_next() (bsc#1177028).
- bpf: Avoid iterating duplicated files for task_file iterator
  (bsc#1177028).
- commit 7d12720
- iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()
  (bsc#1181210).
- iommu/amd: Stop irq_remapping_select() matching when remapping
  is disabled (bsc#1181206).
- iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVM
  (bsc#1181211).
- iommu/vt-d: Don't read VCCAP register unless it exists
  (bsc#1181208).
- x86/tboot: Don't disable swiotlb when iommu is forced on
  (bsc#1181215).
- iommu: Check return of __iommu_attach_device() (bsc#1181207).
- iommu/vt-d: Fix kernel NULL pointer dereference in find_domain()
  (bsc#1181209).
- vfio/type1: fix dirty bitmap calculation in vfio_dma_rw
  (bsc#1181214).
- vfio: fix a missed vfio group put in vfio_pin_pages
  (bsc#1181213).
- vfio: add a singleton check for vfio_group_pin_pages
  (bsc#1181212).
- commit 8c44ec4
- Update patches.suse/selftests-ftrace-Select-an-existing-function-in-kpro.patch (bsc#1181203 ltc#190909).
- commit e5512d0
- drm/sun4i: dw-hdmi: fix error return code in sun8i_dw_hdmi_bind() (bsc#1152472)
- commit d0d0905
- drm: bridge: dw-hdmi: Avoid resetting force in the detect function (bsc#1152472)
- commit 9ad528c
- drm/i915: Correctly set SFC capability for video engines (bsc#1152489)
  Backporting notes:
  * context changes
- commit d15d9b1
- SUNRPC: xprt_load_transport() needs to support the netid "/rdma6"/
  (git-fixes).
- commit d5fbee3
- ALSA: usb-audio: Fix hw constraints dependencies (bsc#1181014).
- commit 58d7b94
- dmabuf: fix use-after-free of dmabuf's file->f_inode
  (git-fixes).
- i2c: imx: Don't generate STOP condition if arbitration has
  been lost (git-fixes).
- i2c: imx: Check for I2SR_IAL after every byte (git-fixes).
- iwlwifi: pcie: set LTR to avoid completion timeout (git-fixes).
- ACPI: EC: PM: Drop ec_no_wakeup check from
  acpi_ec_dispatch_gpe() (git-fixes).
- i2c: imx: Fix reset of I2SR_IAL flag (git-fixes).
- gpio: amd-fch: correct logic of GPIO_LINE_DIRECTION (git-fixes).
- commit 555f1bf
- blacklist.conf: Add amdgpu commits that are reverted
- commit 1fba96f
- ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad X395
  (git-fixes).
- ASoC: amd: Replacing MSI with Legacy IRQ model (git-fixes).
- ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad E14 Gen 2
  (git-fixes).
- ASoC: meson: axg-tdmin: fix axg skew offset (git-fixes).
- ASoC: max98373: don't access volatile registers in bias level
  off (git-fixes).
- ASoC: rt711: mutex between calibration and power state changes
  (git-fixes).
- ASoC: Intel: haswell: Add missing pm_ops (git-fixes).
- ASoC: rsnd: don't call clk_disable_unprepare() if can't use
  (git-fixes).
- ASoC: SOF: Fix spelling mistake in Kconfig "/ond"/ -> "/and"/
  (git-fixes).
- ASoC: codecs: fix spelling mistake in Kconfig "/comunicate"/ ->
  "/communicate"/ (git-fixes).
- commit 13c6b71
- spi: cadence: cache reference clock rate during probe
  (git-fixes).
- r8152: Add Lenovo Powered USB-C Travel Hub (git-fixes).
- usb: typec: Fix copy paste error for NVIDIA alt-mode description
  (git-fixes).
- hwmon: (pwm-fan) Ensure that calculation doesn't discard big
  period values (git-fixes).
- ACPI: scan: add stub acpi_create_platform_device() for
  !CONFIG_ACPI (git-fixes).
- misdn: dsp: select CONFIG_BITREVERSE (git-fixes).
- commit 01db302
- Update configs: Enable i2c_mux_pinctrl (jsc#SLE-15318)
- supported.conf: Support i2c-mux-pinctrl
- commit 1488fe7
- selftests/ftrace: Select an existing function in
  kprobe_eventname test (bsc#1179396 ltc#185738).
- commit 3e9ea6f
- selftests/powerpc: spectre_v2 test must be built 64-bit
  (bsc#1181158 ltc#190851).
- commit 52f3d6b
- Update
  patches.suse/0001-xen-events-add-a-proper-barrier-to-2-level-uevent-un.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0002-xen-events-fix-race-in-evtchn_fifo_unmask.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0003-xen-events-add-a-new-late-EOI-evtchn-framework.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0004-xen-blkback-use-lateeoi-irq-binding.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0005-xen-netback-use-lateeoi-irq-binding.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0006-xen-scsiback-use-lateeoi-irq-binding.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0007-xen-pvcallsback-use-lateeoi-irq-binding.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0008-xen-pciback-use-lateeoi-irq-binding.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0009-xen-events-switch-user-event-channels-to-lateeoi-mod.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0010-xen-events-use-a-common-cpu-hotplug-hook-for-event-c.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0011-xen-events-defer-eoi-in-case-of-excessive-number-of-.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/0012-xen-events-block-rogue-events-for-some-time.patch
  (CVE-2020-27673 XSA-332 bsc#1177411).
- Update
  patches.suse/xen-events-avoid-removing-an-event-channel-while-han.patch
  (CVE-2020-27675 XSA-331 bsc#1177410).
- Added CVE numbers for above patches.
- commit 3b60580
- selftests/powerpc: Move set_dscr() into rfi_flush.c (bsc#1181158
  ltc#190851).
- selftests/powerpc: Move Hash MMU check to utilities (bsc#1181158
  ltc#190851).
- selftests/powerpc: Add a test of bad (out-of-range) accesses
  (bsc#1181158 ltc#190851).
- Refresh patches.suse/selftests-powerpc-Add-tlbie_test-in-.gitignore.patch.
- selftests/powerpc: Add a test of spectre_v2 mitigations
  (bsc#1181158 ltc#190851).
- Refresh patches.suse/selftests-powerpc-entry-flush-test.patch.
- selftests/powerpc: Ignore generated files (bsc#1181158
  ltc#190851).
- commit f53f10b
- selftests/powerpc: Only test lwm/stmw on big endian (bsc#1180412
  ltc#190579).
- commit 21bd682
- powerpc: Fix build error in paravirt.h (bsc#1181148 ltc#190702).
- commit 251d2f4
- Exclude Symbols.list again.
  Removing the exclude builds vanilla/linux-next builds.
  Fixes: 55877625c800 ("/kernel-binary.spec.in: Package the obj_install_dir as explicit filelist."/)
- commit a1728f2
- powerpc/paravirt: Use is_kvm_guest() in vcpu_is_preempted()
  (bsc#1181148 ltc#190702).
- powerpc: Reintroduce is_kvm_guest() as a fast-path check
  (bsc#1181148 ltc#190702).
- powerpc: Rename is_kvm_guest() to check_kvm_guest() (bsc#1181148
  ltc#190702).
- powerpc: Refactor is_kvm_guest() declaration to new header
  (bsc#1181148 ltc#190702).
- commit 17fe8f8
- floppy: reintroduce O_NDELAY fix (boo#1181018).
- commit ab10a7d
- Refresh
  patches.suse/scsi-qedi-correct-max-length-of-chap-secret.
- commit ac83a80
- arm64: pgtable: Ensure dirty bit is preserved across
  pte_wrprotect() (bsc#1180130).
- arm64: pgtable: Fix pte_accessible() (bsc#1180130).
- commit 585bbd5
- Revive usb-audio Keep Interface mixer (bsc#1181014).
- commit 80020db
- mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040
  (git-fixes).
- mtd: spi-nor: atmel: remove global protection flag (git-fixes).
- commit c76850f
- netfilter: ctnetlink: add a range check for l3/l4 protonum
  (CVE-2020-25211 bsc#1176395).
- commit ebf5e43
- fix patches metadata
- fix Patch-mainline:
  patches.suse/NFS-nfs_delegation_find_inode_server-must-first-refe.patch
  patches.suse/NFS-nfs_igrab_and_active-must-first-reference-the-su.patch
  patches.suse/NFS-pNFS-Fix-a-leak-of-the-layout-plh_outstanding-co.patch
  patches.suse/NFS-pNFS-Fix-a-typo-in-ff_layout_resend_pnfs_read.patch
  patches.suse/NFS-switch-nfsiod-to-be-an-UNBOUND-workqueue.patch
  patches.suse/NFS4-Fix-use-after-free-in-trace_event_raw_event_nfs.patch
  patches.suse/NFSv4-Fix-the-alignment-of-page-data-in-the-getdevic.patch
  patches.suse/NFSv4.2-condition-READDIR-s-mask-for-security-label-.patch
  patches.suse/Revert-nfsd4-support-change_attr_type-attribute.patch
  patches.suse/SUNRPC-Clean-up-the-handling-of-page-padding-in-rpc_.patch
  patches.suse/SUNRPC-rpc_wake_up-should-wake-up-tasks-in-the-corre.patch
  patches.suse/lockd-don-t-use-interval-based-rebinding-over-TCP.patch
  patches.suse/md-fix-a-warning-caused-by-a-race-between-concurrent.patch
  patches.suse/net-sunrpc-Fix-snprintf-return-value-check-in-do_xpr.patch
  patches.suse/net-sunrpc-interpret-the-return-value-of-kstrtou32-c.patch
  patches.suse/nfs_common-need-lock-during-iterate-through-the-list.patch
  patches.suse/nfsd-Fix-message-level-for-normal-termination.patch
  patches.suse/sunrpc-fix-xs_read_xdr_buf-for-partial-pages-receive.patch
- commit f5dfabc
- fix patches metadata
- fix Patch-mainline:
  patches.suse/kprobes-tracing-kprobes-Fix-to-kill-kprobes-on-initmem-after-boot.patch
  patches.suse/mm-vmalloc-Fix-unlock-order-in-s_stop.patch
- commit 8ea9f59
- tests: add close_range() tests (jsc#SLE-17337, bsc#1179090).
- arch: wire-up close_range() (jsc#SLE-17337, bsc#1179090).
- open: add close_range() (jsc#SLE-17337, bsc#1179090).
- commit abad1c5
- Refresh
  patches.suse/0011-x86-hpet-Move-MSI-support-into-hpet.c.patch.
- Update
  patches.suse/msft-hv-2119-irqdomain-treewide-Keep-firmware-node-unconditionall.patch
  (git-fixes bsc#1180889).
  Add missing hunks in the e3beca48a45b's backport.
- commit 060c4e5
- Update
  patches.suse/tun-correct-header-offsets-in-napi-frags-mode.patch
  (git-fixes bsc#1180812 CVE-2021-0342).
  Added CVE reference
- commit 0059c1d
- NFS: nfs_igrab_and_active must first reference the superblock
  (for-next).
- NFS: nfs_delegation_find_inode_server must first reference
  the superblock (for-next).
- NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter
  (for-next).
- net: sunrpc: interpret the return value of kstrtou32 correctly
  (for-next).
- NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock
  (for-next).
- NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read() (for-next).
- sunrpc: fix xs_read_xdr_buf for partial pages receive
  (for-next).
- NFS: switch nfsiod to be an UNBOUND workqueue (for-next).
- lockd: don't use interval-based rebinding over TCP (for-next).
- net: sunrpc: Fix 'snprintf' return value check in
  'do_xprt_debugfs' (for-next).
- SUNRPC: Clean up the handling of page padding in
  rpc_prepare_reply_pages() (for-next).
- NFSv4: Fix the alignment of page data in the getdeviceinfo reply
  (for-next).
- NFSv4.2: condition READDIR's mask for security label based on
  LSM state (for-next).
- SUNRPC: rpc_wake_up() should wake up tasks in the correct order
  (for-next).
- md: fix a warning caused by a race between concurrent
  md_ioctl()s (for-next).
- Revert "/nfsd4: support change_attr_type attribute"/ (for-next).
- nfs_common: need lock during iterate through the list
  (for-next).
- nfsd: Fix message level for normal termination (for-next).
- commit 685e8f2
- x86/cpu/amd: Call init_amd_zn() om Family 19h processors too
  (bsc#1181077).
- commit a71f120
- blacklist.conf: No in-tree users of the table
- commit 9c6c6be
- kprobes: tracing/kprobes: Fix to kill kprobes on initmem after
  boot (git fixes (kernel/kprobe)).
- commit 47f3848
- blacklist.conf: UP not enabled in kernel config
- commit c97848a
- mm/vmalloc: Fix unlock order in s_stop() (git fixes
  (mm/vmalloc)).
- commit 70dafb3
- blacklist.conf: nilfs2 not enabled in kernel config
- commit 409ae2f
- scsi: ibmvfc: Fix spelling mistake "/succeded"/ -> "/succeeded"/
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- commit a426064
- blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- blk-mq: Facilitate a shared sbitmap per tagset (jsc#SLE-15442
  bsc#1180814 ltc#187461).
- blk-mq: Use pointers for blk_mq_tags bitmap tags (jsc#SLE-15442
  bsc#1180814 ltc#187461).
- blk-mq: Pass flags for tag init/free (jsc#SLE-15442 bsc#1180814
  ltc#187461).
- blk-mq: Free tags in blk_mq_init_tags() upon error
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- commit c2ebad8
- s390/qeth: fix L2 header access in qeth_l3_osa_features_check()
  (git-fixes).
- s390/qeth: fix locking for discipline setup / removal
  (git-fixes).
- s390/qeth: fix deadlock during recovery (git-fixes).
- s390/dasd: fix list corruption of lcu list (git-fixes).
- s390/dasd: fix list corruption of pavgroup group list
  (git-fixes).
- s390/dasd: prevent inconsistent LCU device data (git-fixes).
- s390/smp: perform initial CPU reset also for SMT siblings
  (git-fixes).
- s390/kexec_file: fix diag308 subcode when loading crash kernel
  (git-fixes).
- s390/qeth: consolidate online/offline code (git-fixes).
- s390/qeth: don't raise NETDEV_REBOOT event from L3 offline path
  (git-fixes).
- commit 22371f9
- Update config files (jsc#SLE-17227)
  Enable CMA and DMA_CMA backend. Also enable SPI_BITBANG as requested.
- commit ebe7020
- blacklist.conf: 78762b0e79bc x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*
- commit 2b5cd2a
- ALSA: usb-audio: Avoid implicit feedback on Pioneer devices
  (bsc#1181014).
- ALSA: usb-audio: Set sample rate for all sharing EPs on UAC1
  (bsc#1181014).
- ALSA: usb-audio: Fix UAC1 rate setup for secondary endpoints
  (bsc#1181014).
- ALSA: usb-audio: Always apply the hw constraints for implicit
  fb sync (bsc#1181014).
- commit b78b9c6
- Do not backport  30ad8db3a patch because HPE needs uv_bios_call()
  (bsc#1180598)
  Do not backport 30ad8db3a2c2e0121202342c6c2a48fc28937056 x86/platform/uv: Mark
  uv_bios_call() and uv_bios_call_irqsave() because HPE needs
  uv_bios_call() in SLE15-SP3
- blacklist.conf:
- Delete
  patches.suse/x86-platform-uv-Mark-uv_bios_call-and-uv_bios_call_i.patch.
- commit cb1e448
- scsi: scsi_debug: Support host tagset (jsc#SLE-15442 bsc#1180814
  ltc#187461).
- scsi: core: Show nr_hw_queues in sysfs (jsc#SLE-15442
  bsc#1180814 ltc#187461).
- scsi: Add host and host template flag 'host_tagset'
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
  Refresh patches.suse/scsi-add-disable_async_probing-module-argument.patch
- scsi: scsi_debug: Support hostwide tags (jsc#SLE-15442
  bsc#1180814 ltc#187461).
- scsi: core: Refactor scsi_mq_setup_tags function (jsc#SLE-15442
  bsc#1180814 ltc#187461).
- scsi: scsi_debug: Re-arrange parameters alphabetically
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- commit 0e8c445
- scsi: ibmvfc: Provide modules parameters for MQ settings
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Enable MQ and set reasonable defaults
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Purge SCSI channels after transport loss/reset
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Send Cancel MAD down each hw SCSI channel
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Add cancel mad initialization helper
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Register Sub-CRQ handles with VIOS during channel
  setup (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Send commands down HW Sub-CRQ when channelized
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Set and track hw queue in ibmvfc_event struct
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Advertise client support for using hardware
  channels (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Implement channel enquiry and setup commands
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Map/request irq and register Sub-CRQ interrupt
  handler (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Define Sub-CRQ interrupt handler routine
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Add handlers to drain and complete Sub-CRQ
  responses (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Add Sub-CRQ IRQ enable/disable routine
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Add alloc/dealloc routines for SCSI Sub-CRQ
  Channels (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Add Subordinate CRQ definitions (jsc#SLE-15442
  bsc#1180814 ltc#187461).
- scsi: ibmvfc: Define hcall wrapper for registering a Sub-CRQ
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Add size parameter to ibmvfc_init_event_pool()
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Init/free event pool during queue allocation/free
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Move event pool init/free routines (jsc#SLE-15442
  bsc#1180814 ltc#187461).
- scsi: ibmvfc: Add vhost fields and defaults for MQ enablement
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Relax locking around ibmvfc_queuecommand()
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Complete commands outside the host/queue lock
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Define per-queue state/list locks (jsc#SLE-15442
  bsc#1180814 ltc#187461).
- scsi: ibmvfc: Make command event pool queue specific
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Define generic queue structure for CRQs
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Advertise client support for targetWWPN using
  v2 commands (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Add support for target_wwpn field in v2 MADs
  and vfcFrame (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Add FC payload retrieval routines for versioned
  vfcFrames (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Add helper for testing capability flags
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Add new fields for version 2 of several MADs
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Deduplicate common ibmvfc_cmd init code
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Use correlation token to tag commands
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Remove trailing semicolon (jsc#SLE-15442
  bsc#1180814 ltc#187461).
- scsi: ibmvfc: Byte swap login_buf.resp values in attribute
  show functions (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Protect vhost->task_set increment by the host lock
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- scsi: ibmvfc: Interface updates for future FPIN and MQ support
  (jsc#SLE-15442 bsc#1180814 ltc#187461).
- commit fe5294b
- Revert dwc3 series.
  As of now, this recently merged series fails to build without the kabi
  workaround which would break SLE15-SP3 merge. Drop the patches until the
  build failure is fixed.
- commit a8aaab2
- drivers/perf: Fix kernel panic when rmmod PMU modules during
  perf sampling (bsc#1180848).
- commit 8584e95
- Drop incorrectly re-backported radeon patch again (bsc#1180971)
  Also add cherry-picked commit ids in the two relevant patches
- commit bb3221b
- blacklist.conf: 66ab33bf6d43 ("/virtiofs fix leak in setup"/)
  Requires a massive commit, which is quite intrusive in fuse and not worth it.
- commit 2076b1f
- fuse: fix page dereference after free (jsc#SLE-13782).
- virtio_fs: convert to LE accessors (jsc#SLE-13782).
- commit 5376406
- KVM: SVM: Initialize prev_ga_tag before use (bsc#1180809).
- commit 953316b
- blacklist.conf: 0e9fb6f17ad5 ("/fuse: BUG_ON correction in fuse_dev_splice_write()"/)
  Requires intrusive changes in pipe, splice, etc.
- commit eac6f26
- fuse: reject options on reconfigure via fsconfig(2)
  (jsc#SLE-13782).
- fuse: ignore 'data' argument of mount(..., MS_REMOUNT)
  (jsc#SLE-13782).
- fuse: use ->reconfigure() instead of ->remount_fs()
  (jsc#SLE-13782).
- virtiofs: do not use fuse_fill_super_common() for device
  installation (jsc#SLE-13782).
- fuse: invalidate inode attr in writeback cache mode
  (jsc#SLE-13782).
- fuse: Update stale comment in queue_interrupt() (jsc#SLE-13782).
- virtiofs: Add mount option and atime behavior to the doc
  (jsc#SLE-13782).
- virtiofs: schedule blocking async replies in separate worker
  (jsc#SLE-13782).
- commit ac0b54e
- fuse: fix stack use after return (jsc#SLE-13782).
- fuse: Support RENAME_WHITEOUT flag (jsc#SLE-13782).
- fuse: don't overflow LLONG_MAX with end offset (jsc#SLE-13782).
- commit 3a3db69
- fuse: fix fuse_send_readpages() in the syncronous read case
  (jsc#SLE-13782).
- fuse: fix leak of fuse_io_priv (jsc#SLE-13782).
- virtiofs: Use completions while waiting for queue to be drained
  (jsc#SLE-13782).
- virtiofs: Do not send forget request "/struct list_head"/ element
  (jsc#SLE-13782).
- virtiofs: Use a common function to send forget (jsc#SLE-13782).
- fuse: verify write return (jsc#SLE-13782).
- commit a5ee2f4
- blacklist.conf: 035fff1f7aab x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabled
- commit e52f15d
- x86/kprobes: Restore BTF if the single-stepping is cancelled
  (bsc#1152489).
- commit f89b6b0
- hwmon: (amd_energy) fix allocation of hwmon_channel_info config
  (git-fixes).
- dmaengine: idxd: off by one in cleanup code (git-fixes).
- commit 22fcbaa
- fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()
  (jsc#SLE-13782).
- fuse: Add changelog entries for protocols 7.1 - 7.8
  (jsc#SLE-13782).
- virtiofs: Remove set but not used variable 'fc' (jsc#SLE-13782).
- virtiofs: Retry request submission from worker context
  (jsc#SLE-13782).
- virtiofs: Count pending forgets as in_flight forgets
  (jsc#SLE-13782).
- virtiofs: Set FR_SENT flag only after request has been sent
  (jsc#SLE-13782).
- virtiofs: No need to check fpq->connected state (jsc#SLE-13782).
- virtiofs: Do not end request in submission context
  (jsc#SLE-13782).
- fuse: don't advise readdirplus for negative lookup
  (jsc#SLE-13782).
- fuse: don't dereference req->args on finished request
  (jsc#SLE-13782).
- virtio-fs: don't show mount options (jsc#SLE-13782).
- commit ce0c590
- virtio-fs: Change module name to virtiofs.ko (jsc#SLE-13782).
- fuse: Make fuse_args_to_req static (jsc#SLE-13782).
- fuse: unexport fuse_put_request (jsc#SLE-13782).
- fuse: kmemcg account fs data (jsc#SLE-13782).
- fuse: on 64-bit store time in d_fsdata directly (jsc#SLE-13782).
- commit 5c78fc0
- virtio-fs: add virtiofs filesystem (jsc#SLE-13782).
- Refresh
  patches.suse/mac80211_hwsim-add-frame-transmission-support-over-v.patch.
- Update config files:
  CONFIG_VIRTIO_FS=m
- supported.conf: add virtiofs
- commit f56518a
- virtio-fs: add Documentation/filesystems/virtiofs.rst
  (jsc#SLE-13782).
- fuse: reserve values for mapping protocol (jsc#SLE-13782).
- fuse: reserve byteswapped init opcodes (jsc#SLE-13782).
- fuse: allow skipping control interface and forced unmount
  (jsc#SLE-13782).
- fuse: dissociate DESTROY from fuseblk (jsc#SLE-13782).
- fuse: delete dentry if timeout is zero (jsc#SLE-13782).
- fuse: separate fuse device allocation and installation in
  fuse_conn (jsc#SLE-13782).
- fuse: add fuse_iqueue_ops callbacks (jsc#SLE-13782).
- fuse: extract fuse_fill_super_common() (jsc#SLE-13782).
- fuse: export fuse_dequeue_forget() function (jsc#SLE-13782).
- commit ca085b1
- fuse: export fuse_get_unique() (jsc#SLE-13782).
- fuse: export fuse_send_init_request() (jsc#SLE-13782).
- fuse: export fuse_len_args() (jsc#SLE-13782).
- fuse: export fuse_end_request() (jsc#SLE-13782).
- fuse: stop copying pages to fuse_req (jsc#SLE-13782).
- fuse: stop copying args to fuse_req (jsc#SLE-13782).
- fuse: clean up fuse_req (jsc#SLE-13782).
- commit 0d1d5ea
- fuse: simplify request allocation (jsc#SLE-13782).
- Refresh
  patches.suse/fuse-fix-parameter-for-fs_ioc_-get-set-flags.patch.
- commit 7f8dfa3
- fuse: unexport request ops (jsc#SLE-13782).
- fuse: convert retrieve to simple api (jsc#SLE-13782).
- fuse: convert release to simple api (jsc#SLE-13782).
- cuse: convert init to simple api (jsc#SLE-13782).
- fuse: convert init to simple api (jsc#SLE-13782).
- commit 652a991
- fuse: convert writepages to simple api (jsc#SLE-13782).
- Refresh
  patches.suse/fuse-don-t-ignore-errors-from-fuse_writepages_fill.patch.
- commit d1549f6
- fuse: convert readdir to simple api (jsc#SLE-13782).
- fuse: convert readpages to simple api (jsc#SLE-13782).
- commit f65ef7d
- fuse: convert direct_io to simple api (jsc#SLE-13782).
- Refresh
  patches.suse/fix-up-iter-on-short-count-in-fuse_direct_io.patch.
- commit bfbe398
- Update
  patches.suse/netfilter-add-and-use-nf_hook_slow_list.patch
  (bsc#1176447 bsc#1180765 CVE-2021-20177).
  Added CVE number.
- commit 8e9abe5
- fuse: add simple background helper (jsc#SLE-13782).
- fuse: convert sync write to simple api (jsc#SLE-13782).
- fuse: covert readpage to simple api (jsc#SLE-13782).
- fuse: fuse_short_read(): don't take fuse_req as argument
  (jsc#SLE-13782).
- fuse: convert ioctl to simple api (jsc#SLE-13782).
- commit 960efa9
- fuse: move page alloc (jsc#SLE-13782).
- Refresh
  patches.suse/fuse-fix-parameter-for-fs_ioc_-get-set-flags.patch.
- commit ae6a2de
- fuse: convert readlink to simple api (jsc#SLE-13782).
- fuse: add pages to fuse_args (jsc#SLE-13782).
- fuse: convert destroy to simple api (jsc#SLE-13782).
- fuse: add nocreds to fuse_args (jsc#SLE-13782).
- fuse: convert fuse_force_forget() to simple api (jsc#SLE-13782).
- fuse: add noreply to fuse_args (jsc#SLE-13782).
- fuse: convert flush to simple api (jsc#SLE-13782).
- fuse: simplify 'nofail' request (jsc#SLE-13782).
- fuse: rearrange and resize fuse_args fields (jsc#SLE-13782).
- commit 99f9f98
- fuse: flatten 'struct fuse_args' (jsc#SLE-13782).
- Refresh patches.suse/fuse-verify-attributes.patch.
- commit ace7210
- vfs: subtype handling moved to fuse (jsc#SLE-13782).
- fuse: convert to use the new mount API (jsc#SLE-13782).
- cuse: fix broken release (jsc#SLE-13782).
- commit b7625ea
- fuse: cleanup fuse_wait_on_page_writeback (jsc#SLE-13782).
- commit 6d24ff2
- fuse: require /dev/fuse reads to have enough buffer capacity
  (take 2) (jsc#SLE-13782).
- Refresh
  patches.suse/fuse-fix-deadlock-with-aio-poll-and-fuse_iqueue-wait.patch.
- commit acb8ea8
- kABI fixup for dwc3 introduction of DWC_usb32 (git-fixes).
- commit 03d1108
- ALSA: doc: Fix reference to mixart.rst (git-fixes).
- commit b4c3583
- ASoC: meson: axg-tdm-interface: fix loopback (git-fixes).
- ASoC: dapm: remove widget from dirty list on free (git-fixes).
- ASoC: Intel: fix error code cnl_set_dsp_D0() (git-fixes).
- commit 04a1c91
- ALSA: hda/hdmi - enable runtime pm for CI AMD display audio
  (git-fixes).
- ALSA: firewire-tascam: Fix integer overflow in midi_port_work()
  (git-fixes).
- ALSA: fireface: Fix integer overflow in transmit_midi_msg()
  (git-fixes).
- ALSA: hda/tegra: fix tegra-hda on tegra30 soc (git-fixes).
- clk: tegra30: Add hda clock default rates to clock driver
  (git-fixes).
- ALSA: usb-audio: Fix implicit feedback sync setup for Pioneer
  devices (git-fixes).
- ALSA: usb-audio: Annotate the endpoint index in audioformat
  (git-fixes).
- ALSA: usb-audio: Avoid unnecessary interface re-setup
  (git-fixes).
- ALSA: usb-audio: Choose audioformat of a counter-part substream
  (git-fixes).
- ALSA: usb-audio: Fix the missing endpoints creations for quirks
  (git-fixes).
- ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for
  HP machines (git-fixes).
- commit db30ae4
- x86/apic: Fix x2apic enablement without interrupt remapping
  (bsc#1152489).
- commit a8a5227
- netfilter: add and use nf_hook_slow_list() (bsc#1180765
  CVE-2021-20177).
- commit 465dae1
- Refresh patches.suse/edac-amd64-add-amd-family-17h-model-60h-pci-ids.patch.
  Complete the backport now that
  5e4c55276ae8 ("/EDAC/amd64: Save max number of controllers to family type"/)
  has been backported too.
- commit f6cb75f
- usb: dwc3: Add support for DWC_usb32 IP (git-fixes).
- commit f699093
- Input: elantech - fix protocol errors for some trackpoints in
  SMBus mode (bsc#1180870).
- Input: elan_i2c - add new trackpoint report type 0x5F
  (bsc#1180870).
- Input: synaptics - demote non-conformant kernel-doc header
  (bsc#1180870).
- Input: elan_i2c_core - move header inclusion inside
  (bsc#1180870).
- Input: elantech - demote obvious abuse of kernel-doc header
  (bsc#1180870).
- Input: elan_i2c - fix firmware update on newer ICs
  (bsc#1180870).
- Input: synaptics - enable InterTouch for ThinkPad T14 Gen 1
  (bsc#1180870).
- commit d5ab100
- Input: synaptics - enable InterTouch for ThinkPad P1/X1E gen 2
  (bsc#1180870).
- Input: synaptics-rmi4 - rename f30_data to gpio_data
  (bsc#1180870).
- Input: elan_i2c - add ic type 0x15 (bsc#1180870).
- Input: elan_i2c - add support for high resolution reports
  (bsc#1180870).
- Input: elan_i2c - do not constantly re-query pattern ID
  (bsc#1180870).
- Input: elan_i2c - add firmware update info for ICs 0x11, 0x13,
  0x14 (bsc#1180870).
- Input: elan_i2c - handle firmware updated on newer ICs
  (bsc#1180870).
- Input: elan_i2c - add support for different firmware page sizes
  (bsc#1180870).
- Input: elan_i2c - fix detecting IAP version on older controllers
  (bsc#1180870).
- Input: elan_i2c - handle devices with patterns above 1
  (bsc#1180870).
- commit 8cfe63d
- Input: elan_i2c - make fetching IC type of older controllers
  more robust (bsc#1180870).
- Input: elan_i2c - handle firmware not implementing "/get pattern"/
  command (bsc#1180870).
- Input: elantech - remove redundant assignments to variable error
  (bsc#1180870).
- Input: introduce input_mt_report_slot_inactive() (bsc#1180870).
- Input: psmouse - drop all unneeded functions from mouse headers
  (bsc#1180870).
- Input: synaptics - fix a typo (bsc#1180870).
- Input: elan_i2c - switch to using devm_add_action_or_reset()
  (bsc#1180870).
- Input: elan_i2c - switch to using devm_device_add_groups()
  (bsc#1180870).
- commit 6509eab
- nvmem: Add driver to expose reserved memory as nvmem (jsc#SLE-SLE-16616).
- Update config files: Enable nvmem-rmem as module on arm64 & armv7+lpae, disable it otherwise
- supported.conf: Add nvmem-rmem
  This is needed early to get boot-loader configuration working on RPi4;
  an essential feature.
- commit 212522b
- usb: dwc3: Update soft-reset wait polling rate (git-fixes).
- commit 227b9e8
- drivers/perf: hisi: Permit modular builds of HiSilicon uncore drivers (bsc#1180848). - Update config files. - supported.conf:
- commit 3ceea3c
- scsi: scsi_transport_srp: Don't block target in failfast state
  (bsc#1172355).
- commit 4d51a17
- xen: support having only one event pending per watch
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit b454020
- xen: revert Allow watches discard events before queueing
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 7a45cd4
- xen: revert Add 'will_handle' callback support in
  xenbus_watch_path() (bsc#1179508 XSA-349 CVE-2020-29568).
- commit b9e03df
- xen: revert Support will_handle watch callback (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit 3082598
- xen: revert Count pending messages for each watch (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit 9d4ca48
- video: fbdev: atmel_lcdfb: fix return error code in
  atmel_lcdfb_of_init() (git-fixes).
- video: fbdev: vga16fb: fix setting of pixclock because a
  pass-by-value error (git-fixes).
- video: fbdev: pvr2fb: initialize variables (git-fixes).
- video: fbdev: fix OOB read in vga_8planes_imageblit()
  (git-fixes).
- commit 7cdcf45
- xen: revert Disallow pending watch messages (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit a948c9f
- ntb: idt: fix error check in ntb_hw_idt.c (jsc#SLE-13360).
- commit 93a77b3
- usb: gadget: enable super speed plus (git-fixes).
- USB: serial: option: add LongSung M5710 module support
  (git-fixes).
- USB: serial: option: add Quectel EM160R-GL (git-fixes).
- usb: uas: Add PNY USB Portable SSD to unusual_uas (git-fixes).
- usb: gadget: configfs: Fix use-after-free issue with udc_name
  (git-fixes).
- USB: usblp: fix DMA to stack (git-fixes).
- usb: gadget: Fix spinlock lockup on usb_function_deactivate
  (git-fixes).
- usb: gadget: function: printer: Fix a memory leak for interface
  descriptor (git-fixes).
- USB: cdc-wdm: Fix use after free in
  service_outstanding_interrupt() (git-fixes).
- USB: cdc-acm: blacklist another IR Droid device (git-fixes).
- crypto: asym_tpm: correct zero out potential secrets
  (git-fixes).
- net: usb: qmi_wwan: add Quectel EM160R-GL (git-fixes).
- CDC-NCM: remove "/connected"/ log message (git-fixes).
- ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()
  (git-fixes).
- lib/genalloc: fix the overflow when size is too big (git-fixes).
- Bluetooth: revert: hci_h5: close serdev device and free hu in
  h5_close (git-fixes).
- commit 052b915
- drm/panfrost: Move the GPU reset bits outside the timeout
  handler (git-fixes).
- drm/panfrost: don't use pfdevfreq.busy_count to know if hw is
  idle (git-fixes).
- commit 173f5a4
- drm/panfrost: Remove unused variables in panfrost_job_close()
  (git-fixes).
- commit 11a7e60
- drm/panfrost: Don't corrupt the queue mutex on open/close
  (git-fixes).
- commit a5f75e8
- drm/i915/dp: Track pm_qos per connector (git-fixes).
- drm/i915: clear the shadow batch (git-fixes).
- drm/i915: Fix mismatch between misplaced vma check and vma
  insert (git-fixes).
- drm/amd/display: updated wm table for Renoir (git-fixes).
- drm/meson: dw-hdmi: Enable the iahb clock early enough
  (git-fixes).
- commit 11d51e1
- drm/meson: dw-hdmi: Disable clocks on driver teardown
  (git-fixes).
- drm/edid: fix objtool warning in drm_cvt_modes() (git-fixes).
- drm/amdkfd: Fix leak in dmabuf import (git-fixes).
- drm/amd/display: Prevent bandwidth overflow (git-fixes).
- drm/amdgpu: fix compute queue priority if num_kcq is less than 4
  (git-fixes).
- drm/msm/dsi_phy_10nm: implement PHY disabling (git-fixes).
- drm/msm/dsi_pll_10nm: restore VCO rate during restore_state
  (git-fixes).
- drm/msm/dpu: Add newline to printks (git-fixes).
- drm/mediatek: Use correct aliases name for ovl (git-fixes).
- drm/meson: dw-hdmi: Ensure that clocks are enabled before
  touching the TOP registers (git-fixes).
- commit d189b05
- drm/meson: dw-hdmi: Register a callback to disable the regulator
  (git-fixes).
- drm/meson: Unbind all connectors on module removal (git-fixes).
- drm/meson: Free RDMA resources after tearing down DRM
  (git-fixes).
- drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()
  (git-fixes).
- drm/udl: Fix missing error code in udl_handle_damage()
  (git-fixes).
- drm/i915: Avoid mixing integer types during batch copies
  (git-fixes).
- drm/amdgpu: fix build_coefficients() argument (git-fixes).
- drm/amdgpu: fix incorrect enum type (git-fixes).
- drm/amd/display: remove useless if/else (git-fixes).
- commit 714ea88
- drm/i915/tgl: Fix Combo PHY DPLL fractional divider for 38.4MHz
  ref clock (git-fixes).
- drm/panel: simple: Add flags to boe_nv133fhm_n61 (git-fixes).
- drm/edid: Fix uninitialized variable in drm_cvt_modes()
  (git-fixes).
- drm/bridge: tpd12s015: Fix irq registering in tpd12s015_probe
  (git-fixes).
- drm/tve200: Fix handling of platform_get_irq() error
  (git-fixes).
- drm/mcde: Fix handling of platform_get_irq() error (git-fixes).
- drm/dp_aux_dev: check aux_dev before use in
  drm_dp_aux_dev_get_by_minor() (git-fixes).
- drm/aspeed: Fix Kconfig warning & subsequent build errors
  (git-fixes).
- drm/panfrost: Fix job timeout handling (git-fixes).
- commit 2743044
- scsi: qedi: Correct max length of CHAP secret (bsc#1180221).
- commit 5b6934e
- fix patch metadata
- fix Patch-mainline:
  patches.suse/sched-fair-Check-for-idle-core-in-wake_affine.patch
- commit b5830a4
- drm/gma500: fix double free of gma_connector (git-fixes).
- drm/i915/gt: Declare gen9 has 64 mocs entries! (git-fixes).
- drm/i915/display/dp: Compute the correct slice count for VDSC
  on DP (git-fixes).
- drm/i915/gt: Cancel the preemption timeout on responding to it
  (git-fixes).
- drm/i915/gt: Ignore repeated attempts to suspend request flow
  across reset (git-fixes).
- drm/i915/gem: Propagate error from cancelled submit due to
  context closure (git-fixes).
- drm/amdgpu: fix sdma instance fw version and feature version
  init (git-fixes).
- drm/amdgpu/disply: set num_crtc earlier (git-fixes).
- drm/omap: sdi: fix bridge enable/disable (git-fixes).
- drm/panel: sony-acx565akm: Fix race condition in probe
  (git-fixes).
- commit cdc5bb1
- drm/rockchip: Avoid uninitialized use of endpoint id in LVDS
  (git-fixes).
- drm/amdgpu/vcn3.0: remove old DPG workaround (git-fixes).
- drm/amdgpu/vcn3.0: stall DPG when WPTR/RPTR reset (git-fixes).
- drm/amd/display: Init clock value by current vbios CLKs
  (git-fixes).
- drm/i915/gt: Limit frequency drop to RPe on parking (git-fixes).
- drm/i915/gt: Retain default context state across shrinking
  (git-fixes).
- drm/i915/gt: Program mocs:63 for cache eviction on gen9
  (git-fixes).
- drm/tegra: sor: Disable clocks on error in tegra_sor_init()
  (git-fixes).
- drm/tegra: replace idr_init() by idr_init_base() (git-fixes).
- drm/nouveau: fix relocations applying logic and a double-free
  (git-fixes).
- commit 83684ef
- drm/mediatek: dsi: Modify horizontal front/back porch byte
  formula (git-fixes).
- drm/exynos: depend on COMMON_CLK to fix compile tests
  (git-fixes).
- drm/i915/gt: Free stale request on destroying the virtual engine
  (git-fixes).
- drm/i915/perf: workaround register corruption in OATAILPTR
  (git-fixes).
- drm/amdgpu: update golden setting for sienna_cichlid
  (git-fixes).
- drm/amd/display: Avoid HDCP initialization in devices without
  output (git-fixes).
- drm/amdgpu: fix a page fault (git-fixes).
- drm/amdgpu: fix SI UVD firmware validate resume fail
  (git-fixes).
- drm/amd/amdgpu: fix null pointer in runtime pm (git-fixes).
- drm/i915/gt: Fixup tgl mocs for PTE tracking (git-fixes).
- commit 4d0b8ee
- blacklist.conf: 4f8af077a02e docs: Fix reST markup when linking to sections
- commit 28e1ebf
- drm/i915/gvt: return error when failing to take the module
  reference (git-fixes).
- drm/i915/gvt: Set ENHANCED_FRAME_CAP bit (git-fixes).
- drm/i915: Handle max_bpc==16 (git-fixes).
- drm/i915/selftests: Fix wrong return value of
  perf_request_latency() (git-fixes).
- drm/i915/selftests: Fix wrong return value of
  perf_series_engines() (git-fixes).
- drm/i915: Avoid memory leak with more than 16 workarounds on
  a list (git-fixes).
- drm/i915/tgl: Fix Media power gate sequence (git-fixes).
- drm/sun4i: dw-hdmi: fix error return code in
  sun8i_dw_hdmi_bind() (git-fixes).
- drm: bridge: dw-hdmi: Avoid resetting force in the detect
  function (git-fixes).
- drm/amd/display: Add missing pflip irq for dcn2.0 (git-fixes).
- commit c514745
- drm/amd/display: Add missing pflip irq (git-fixes).
- drm/i915: Correctly set SFC capability for video engines
  (git-fixes).
- drm/gma500: Fix out-of-bounds access to struct
  drm_device.vblank[] (git-fixes).
- drm/panfrost: Fix module unload (git-fixes).
- drm/panfrost: Fix a deadlock between the shrinker and madvise
  path (git-fixes).
- drm/amdgpu: resolved ASD loading issue on sienna (git-fixes).
- drm/amdgpu: update golden setting for sienna_cichlid
  (git-fixes).
- drm/amdgpu: perform srbm soft reset always on SDMA resume
  (git-fixes).
- drm/i915: Fix encoder lookup during PSR atomic check
  (git-fixes).
- drm/i915/gt: Use the local HWSP offset during submission
  (git-fixes).
- commit f811a3d
- drm/i915/gvt: Only pin/unpin intel_context along with workload
  (git-fixes).
- drm/imx: parallel-display: remove unused function enc_to_imxpd()
  (git-fixes).
- drm/i915: Reject 90/270 degree rotated initial fbs (git-fixes).
- drm/i915: Restore ILK-M RPS support (git-fixes).
- drm/i915/region: fix max size calculation (git-fixes).
- drm/nouveau/device: fix changing endianess code to work on
  older GPUs (git-fixes).
- drm/nouveau/gem: fix "/refcount_t: underflow; use-after-free"/
  (git-fixes).
- drm/nouveau/kms/nv50-: Program notifier offset before requesting
  disp caps (git-fixes).
- drm/nouveau/nouveau: fix the start/end range for migration
  (git-fixes).
- drm/shme-helpers: Fix dma_buf_mmap forwarding bug (git-fixes).
- commit f9a03a3
- drm/v3d: Fix double free in v3d_submit_cl_ioctl() (git-fixes).
- drm/sun4i: frontend: Fix the scaler phase on A33 (git-fixes).
- drm/sun4i: frontend: Reuse the ch0 phase for RGB formats
  (git-fixes).
- drm/sun4i: frontend: Rework a bit the phase data (git-fixes).
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
  (git-fixes).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
  (git-fixes).
- drm/amd/display: adding ddc_gpio_vga_reg_list to ddc reg def'ns
  (git-fixes).
- drm/amdgpu: increase the reserved VM size to 2MB (git-fixes).
- drm/amd/display: Fixed panic during seamless boot (git-fixes).
- drm/amdgpu: don't map BO in reserved region (git-fixes).
- commit adc6b7e
- drm/amdgpu: add DID for navi10 blockchain SKU (git-fixes).
- drm/amdgpu: disable DCN and VCN for navi10 blockchain SKU(v3)
  (git-fixes).
- drm/i915: Drop runtime-pm assert from vgpu io accessors
  (git-fixes).
- drm/i915: Force VT'd workarounds when running as a guest OS
  (git-fixes).
- drm/i915: Exclude low pages (128KiB) of stolen from use
  (git-fixes).
- drm/i915: Use the active reference on the vma while capturing
  (git-fixes).
- drm/i915/gt: Undo forced context restores after trivial
  preemptions (git-fixes).
- drm/i915/gt: Delay execlist processing for tgl (git-fixes).
- drm/i915: Mark ininitial fb obj as WT on eLLC machines to
  avoid rcu lockup during fbdev init (git-fixes).
- drm/i915/gt: Initialize reserved and unspecified MOCS indices
  (git-fixes).
- commit fdd5a7c
- drm/i915/dp: Tweak initial dpcd backlight.enabled value
  (git-fixes).
- drm/amdgpu: correct the cu and rb info for sienna cichlid
  (git-fixes).
- drm/amdkfd: Use same SQ prefetch setting as amdgpu (git-fixes).
- drm/amd/psp: Fix sysfs: cannot create duplicate filename
  (git-fixes).
- drm/amd/display: Avoid MST manager resource leak (git-fixes).
- drm/amdgpu: update golden setting for sienna_cichlid
  (git-fixes).
- drm/amdgpu: correct the gpu reset handling for job != NULL case
  (git-fixes).
- drm/amdgpu: add rlc iram and dram firmware support (git-fixes).
- drm/amdgpu: add function to program pbb mode for sienna cichlid
  (git-fixes).
- drm/ttm: fix eviction valuable range check (git-fixes).
- commit 6b6cb10
- drm/i915: Set all unused color plane offsets to ~0xfff again
  (git-fixes).
- drm/i915: Fix TGL DKL PHY DP vswing handling (git-fixes).
- drm/amdgpu: vcn and jpeg ring synchronization (git-fixes).
- drm/amdgpu: Fix invalid number of character '{' in
  amdgpu_acpi_init (git-fixes).
- drm/amd/display: HDMI remote sink need mode validation for Linux
  (git-fixes).
- drm/amd/display: Avoid set zero in the requested clk
  (git-fixes).
- drm/amd/display: Increase timeout for DP Disable (git-fixes).
- drm/amd/display: Fix incorrect backlight register offset for
  DCN (git-fixes).
- drm/i915/gem: Always test execution status on closing the
  context (git-fixes).
- drm/i915/gt: Always send a pulse down the engine after disabling
  heartbeat (git-fixes).
- commit 6c3296a
- drm/i915: Cancel outstanding work after disabling heartbeats
  on an engine (git-fixes).
- drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutex
  (git-fixes).
- drm/i915: Break up error capture compression loops with
  cond_resched() (git-fixes).
- drm/i915/gem: Prevent using pgprot_writecombine() if PAT is
  not supported (git-fixes).
- drm/i915: Fix state checker hw.active/hw.enable readout
  (git-fixes).
- drm/msm: Fix the a650 hw_apriv check (git-fixes).
- drm/msm/a6xx: fix a potential overflow issue (git-fixes).
- drm/msm/adreno: fix probe without iommu (git-fixes).
- drm/panfrost: add Amlogic GPU integration quirks (git-fixes).
- drm/panfrost: add amlogic reset quirk callback (git-fixes).
- commit dde6379
- drm/panfrost: add support for vendor quirk (git-fixes).
- drm: fix double free for gbo in drm_gem_vram_init and
  drm_gem_vram_create (git-fixes).
- drm/xlnx: Use devm_drm_dev_alloc (git-fixes).
- drm/bridge/synopsys: dsi: add support for non-continuous HS
  clock (git-fixes).
- drm/amd/display: Delete duplicated argument to '&&' or '||'
  (git-fixes).
- drm/amdgpu: No sysfs, not an error condition (git-fixes).
- drm/amd/display: Check clock table return (git-fixes).
- drm: panfrost: fix common struct sg_table related issues
  (git-fixes).
- drm: lima: fix common struct sg_table related issues
  (git-fixes).
- commit 0a6baa2
- drm: exynos: fix common struct sg_table related issues
  (git-fixes).
- drm/vkms: avoid warning in vkms_get_vblank_timestamp
  (git-fixes).
- drm/amdgpu: fix max_entries calculation v4 (git-fixes).
- drm/amd/display: fix potential integer overflow when shifting
  32 bit variable bl_pwm (git-fixes).
- drm/scheduler: Scheduler priority fixes (v2) (git-fixes).
- drm/amd/display: Screen corruption on dual displays (DP+USB-C)
  (git-fixes).
- drm/amd/display: Disconnect pipe separetely when disable pipe
  split (git-fixes).
- drm/amdgpu: restore ras flags when user resets eeprom(v2)
  (git-fixes).
- Revert "/drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"/
  (git-fixes).
- drm/amdgpu: Remove redundant NULL check (git-fixes).
- commit cf5d051
- drm/bridge_connector: Set default status connected for eDP
  connectors (git-fixes).
- drm/brige/megachips: Add checking if ge_b850v3_lvds_init()
  is working correctly (git-fixes).
- drm/malidp: Use struct drm_gem_object_funcs.get_sg_table
  internally (git-fixes).
- drm/hisilicon: Code refactoring for hibmc_drv_de (git-fixes).
- drm/vkms: add missing platform_device_unregister() in
  vkms_init() (git-fixes).
- drm/vgem: add missing platform_device_unregister() in
  vgem_init() (git-fixes).
- drm/panfrost: perfcnt: fix ref count leak in
  panfrost_perfcnt_enable_locked (git-fixes).
- drm/panfrost: move devfreq_init()/fini() in device (git-fixes).
- drm/panfrost: rename error labels in device_init (git-fixes).
- commit 86204b1
- dma-buf/dma-resv: Respect num_fences when initializing the
  shared fence list (git-fixes).
- drm/mediatek: set dpi pin mode to gpio low to avoid leakage
  current (git-fixes).
- drm/i915: Stub out i915_gpu_coredump_put (git-fixes).
- commit 145aef1
- Bluetooth: Fix attempting to set RPA timeout when unsupported
  (git-fixes).
- commit d1047e2
- usb: dwc3: core: Properly default unspecified speed (git-fixes).
- commit 777b42e
- x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handling
  (bsc#1178134).
- commit 0b7cd9d
- x86/resctrl: Don't move a task to the same resource group
  (bsc#1152489).
- commit 8a696c5
- x86/resctrl: Use an IPI instead of task_work_add() to update
  PQR_ASSOC MSR (bsc#1152489).
- commit 309f3cb
- x86/mtrr: Correct the range check before performing MTRR type
  lookups (bsc#1152489).
- commit 41cceca
- x86/mm: Fix leak of pmd ptlock (bsc#1152489).
- commit cb571f0
- btrfs: fix missing delalloc new bit for new delalloc ranges
  (bsc#1180773).
- btrfs: make btrfs_dirty_pages take btrfs_inode (bsc#1180773).
- btrfs: make btrfs_set_extent_delalloc take btrfs_inode
  (bsc#1180773).
- commit fba9b10
- IB/hfi1: Ensure correct mm is used at all times (bsc#1179878
  CVE-2020-27835).
- IB/hfi1: Remove module parameter for KDETH qpns (bsc#1179878).
- IB/hfi1: Remove kobj from hfi1_devdata (bsc#1179878).
- commit 79bac5c
- regmap: debugfs: Fix a reversed if statement in
  regmap_debugfs_init() (git-fixes).
- commit 6e1e482
- USB: serial: iuu_phoenix: fix DMA from stack (git-fixes).
- usb: gadget: configfs: Preserve function ordering after bind
  failure (git-fixes).
- usb: gadget: select CONFIG_CRC32 (git-fixes).
- usb: usbip: vhci_hcd: protect shift size (git-fixes).
- usb: gadget: f_uac2: reset wMaxPacketSize (git-fixes).
- usb: dwc3: ulpi: Use VStsDone to detect PHY regs access
  completion (git-fixes).
- USB: yurex: fix control-URB timeout handling (git-fixes).
- usb: chipidea: ci_hdrc_imx: add missing put_device() call in
  usbmisc_get_init_data() (git-fixes).
- usb: gadget: u_ether: Fix MTU size mismatch with RX packet size
  (git-fixes).
- USB: gadget: legacy: fix return error code in acm_ms_bind()
  (git-fixes).
- USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST
  quirk set (git-fixes).
- staging: mt7621-dma: Fix a resource leak in an error handling
  path (git-fixes).
- dmaengine: xilinx_dma: fix mixed_enum_type coverity warning
  (git-fixes).
- dmaengine: xilinx_dma: fix incompatible param warning in
  _child_probe() (git-fixes).
- dmaengine: xilinx_dma: check dma_async_device_register return
  value (git-fixes).
- dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk()
  (git-fixes).
- dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the
  error handling path of the probe function (git-fixes).
- i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly
  terminated (git-fixes).
- i2c: sprd: use a specific timeout to avoid system hang up issue
  (git-fixes).
- wan: ds26522: select CONFIG_BITREVERSE (git-fixes).
- wil6210: select CONFIG_CRC32 (git-fixes).
- crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
  (git-fixes).
- spi: stm32: FIFO threshold level - fix align packet size
  (git-fixes).
- regmap: debugfs: Fix a memory leak when calling
  regmap_attach_dev (git-fixes).
- dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()
  (git-fixes).
- dmaengine: at_hdmac: add missing put_device() call in
  at_dma_xlate() (git-fixes).
- dmaengine: at_hdmac: Substitute kzalloc with kmalloc
  (git-fixes).
- commit da0ba2f
- sched/fair: Check for idle core in wake_affine (git fixes
  (sched)).
- commit 2caffed
- arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA
  (git-fixes).
- commit 52bc22f
- blacklist.conf: 2c2b3ad2c4c8 ("/spi: spi-fsl-dspi: Use max_native_cs
  instead of num_chipselect to set SPI_MCR"/)
  Depends on 7d93aecdb58d4 ("/spi: Add generic support for unused native cs
  with cs-gpios"/) which at the moment is not worth back-porting as it'll
  break kABI.
- commit bafcdfd
- xen-blkback: set ring->xenblkd to NULL after kthread_stop()
  (bsc#1179509 XSA-350 CVE-2020-29569).
- commit 552ca06
- xenbus/xenbus_backend: Disallow pending watch messages
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit b293dfc
- xen/xenbus: Count pending messages for each watch (bsc#1179508
  XSA-349 CVE-2020-29568).
- commit d8a62d9
- xen/xenbus/xen_bus_type: Support will_handle watch callback
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 8be4352
- xen/xenbus: Add 'will_handle' callback support in
  xenbus_watch_path() (bsc#1179508 XSA-349 CVE-2020-29568).
- commit 4383a8c
- xen/xenbus: Allow watches discard events before queueing
  (bsc#1179508 XSA-349 CVE-2020-29568).
- commit ec8d064
- drm: bail out of nouveau_channel_new if channel init fails
  (CVE-2020-25639 bsc#1176846).
- commit 1ef70aa
- nvme-multipath: fix bogus request queue reference put
  (bsc#1175389).
- commit ef51578
- selftests/bpf: Move and extend ASSERT_xxx() testing macros
  (bsc#1177028).
- libbpf: Add __noinline macro to bpf_helpers.h (bsc#1177028).
- commit 630edda
- Move "/btrfs: qgroup: don't try to wait flushing if we're already holding
  a transaction (bsc#1179575)."/ to sorted section
- commit 464edf7
- Refresh patches.suse/nvdimm-Avoid-race-between-probe-and-reading-device-a.patch.
  Refresh to v2 URL
- commit 82e37f2
- blacklist.conf: 44623b2818f4 crypto: x86/crc32c - fix building with clang ias
- commit 4260c52
- x86/mm/numa: Remove uninitialized_var() usage (bsc#1152489).
- commit ec737c3
- mm: fix phys_to_target_node() and memory_add_physaddr_to_nid()
  exports (jsc#SLE-14344).
- device-dax/kmem: fix resource release (jsc#SLE-14344).
- device-dax: add a range mapping allocation attribute
  (jsc#SLE-14344).
- dax/hmem: introduce dax_hmem.region_idle parameter
  (jsc#SLE-14344).
- device-dax: add an 'align' attribute (jsc#SLE-14344).
- device-dax: make align a per-device property (jsc#SLE-14344).
- device-dax: introduce 'mapping' devices (jsc#SLE-14344).
- device-dax: add dis-contiguous resource support (jsc#SLE-14344).
- mm/memremap_pages: support multiple ranges per invocation
  (jsc#SLE-14344).
- mm/memremap_pages: convert to 'struct range' (jsc#SLE-14368).
- device-dax: add resize support (jsc#SLE-14344).
- drivers/base: make device_find_child_by_name() compatible with
  sysfs inputs (jsc#SLE-14344).
- device-dax: introduce 'seed' devices (jsc#SLE-14344).
- device-dax: introduce 'struct dev_dax' typed-driver operations
  (jsc#SLE-14344).
- device-dax: add an allocation interface for device-dax instances
  (jsc#SLE-14344).
- device-dax/kmem: replace release_resource() with
  release_mem_region() (jsc#SLE-14344).
- device-dax/kmem: move resource name tracking to drvdata
  (jsc#SLE-14344).
- device-dax/kmem: introduce dax_kmem_range() (jsc#SLE-14344).
- device-dax: make pgmap optional for instance creation
  (jsc#SLE-14344).
- device-dax: move instance creation parameters to 'struct
  dev_dax_data' (jsc#SLE-14344).
- device-dax: drop the dax_region.pfn_flags attribute
  (jsc#SLE-14344).
- ACPI: HMAT: attach a device for each soft-reserved range
  (jsc#SLE-14344).
- mm/memory_hotplug: introduce default phys_to_target_node()
  implementation (jsc#SLE-14344).
- resource: report parent to walk_iomem_res_desc() callback
  (jsc#SLE-14344).
- ACPI: HMAT: refactor hmat_register_target_device to
  hmem_register_device (jsc#SLE-14344).
- efi/fake_mem: arrange for a resource entry per efi_fake_mem
  instance (jsc#SLE-14344).
- x86/numa: add 'nohmat' option (jsc#SLE-14344).
- x86/numa: cleanup configuration dependent command-line options
  (jsc#SLE-14344).
- mm/memory_hotplug: introduce default dummy
  memory_add_physaddr_to_nid() (jsc#SLE-14344).
- device-dax: add memory via add_memory_driver_managed()
  (jsc#SLE-14344).
- commit 5becd55
- mm/memory_hotplug: introduce add_memory_driver_managed()
  (jsc#SLE-14344).
- Refresh for the above patch,
  patches.suse/0001-mm-don-t-panic-when-links-can-t-be-created-in-sysfs.patch.
- commit 788a9a9
- device-dax: don't leak kernel memory to user space after
  unloading kmem (jsc#SLE-14344).
- commit b01827a
- mm/memremap: set caching mode for PCI P2PDMA memory to WC
  (jsc#SLE-14344).
- Refresh for the above patch,
  patches.suse/1933-memremap-rename-MEMORY_DEVICE_DEVDAX-to-MEMORY_DEVIC.patch.
- commit 4730420
- series.conf: refresh
- update upstream reference and resort:
  patches.suse/ibmvnic-continue-fatal-error-reset-after-passive-ini.patch
- commit c554179
- mm/memory_hotplug: add pgprot_t to mhp_params (jsc#SLE-14344).
- Refresh for the above patch,
  patches.suse/powerpc-mm-Limit-resize_hpt_for_hotplug-call-to-hash.patch.
- commit 92a2c86
- powerpc/mm: thread pgprot_t through create_section_mapping()
  (jsc#SLE-14344).
- Refresh for the above patch,
  patches.suse/powerpc-mm-Limit-resize_hpt_for_hotplug-call-to-hash.patch.
  patches.suse/powerpc-mm-radix-Create-separate-mappings-for-hot-pl.patch.
  patches.suse/powerpc-mm-radix-Remove-split_kernel_mapping.patch.
- commit 22697fb
- ntb: intel: add Intel NTB LTR vendor support for gen4 NTB
  (jsc#SLE-12710).
- commit 22de07c
- x86/mm: thread pgprot_t through init_memory_mapping()
  (jsc#SLE-14344).
- Refresh for the above patch,
  patches.suse/x86-platform-uv-Remove-uv-bios-and-efi-code-related-.patch.
- commit 9cc6133
- mm/memory_hotplug: rename mhp_restrictions to mhp_params
  (jsc#SLE-14368).
- mm/memory_hotplug: drop the flags field from struct
  mhp_restrictions (jsc#SLE-14344).
- dax: Move mandatory ->zero_page_range() check in alloc_dax()
  (jsc#SLE-14344).
- libnvdimm/e820: Retrieve and populate correct 'target_node'
  info (jsc#SLE-14344).
- x86/NUMA: Provide a range-to-target_node lookup facility
  (jsc#SLE-14344).
- x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFO (jsc#SLE-14344).
- Update following config files for the above patch,
  config/arm64/default
  config/ppc64le/default
  config/s390x/default
  config/x86_64/default
- commit 3d588c7
- powerpc/papr_scm: Switch to numa_map_to_online_node()
  (jsc#SLE-14344).
- Refresh for the above patch,
  patches.suse/powerpc-papr_scm-Fetch-nvdimm-health-information-fro.patch.
  patches.suse/powerpc-papr_scm-Fetch-nvdimm-performance-stats-from.patch.
- commit 9f14d6c
- mm/numa: Skip NUMA_NO_NODE and online nodes in
  numa_map_to_online_node() (jsc#SLE-14344).
- commit f7082df
- mm/memory_hotplug.c: add a bounds check to __add_pages()
  (jsc#SLE-14344).
- dax: Add numa_node to the default device-dax attributes
  (jsc#SLE-14344).
- dax: Simplify root read-only definition for the 'resource'
  attribute (jsc#SLE-14344).
- dax: Create a dax device_type (jsc#SLE-14344).
- dax: Fix alloc_dax_region() compile warning (jsc#SLE-14344).
- commit 4c51fce
- Update kabi files.
- update from January 2021 maintenance update submission (commit 4ff469b6e1a0)
- commit a9bc2aa
- ALSA: usb-audio: Add alias entry for ASUS PRIME TRX40 PRO-S
  (git-fixes).
- ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
  (git-fixes).
- ACPI: Add out of bounds and numa_off protections to
  pxm_to_node() (git-fixes).
- ehci-hcd: Move include to keep CRC stable (git-fixes).
- commit 407490e
- bus/fsl_mc: Do not rely on caller to provide non NULL mc_io
  (git-fixes).
- commit e4eab60
- ALSA: hda/realtek - Modify Dell platform name (git-fixes).
- ALSA: hda/realtek - Supported Dell fixed type headset
  (git-fixes).
- ALSA: hda/realtek: Remove dummy lineout on Acer TravelMate
  P648/P658 (git-fixes).
- commit 5e10442
- Move upstreamed sound patch into sorted section
- commit 0c5f21f
- r8169: work around power-saving bug on some chip versions
  (git-fixes).
- ALSA: pcm: Clear the full allocated memory at hw_params
  (git-fixes).
- rtc: pl031: fix resource leak in pl031_probe (git-fixes).
- rtc: sun6i: Fix memleak in sun6i_rtc_clk_init (git-fixes).
- i3c master: fix missing destroy_workqueue() on error in
  i3c_master_register (git-fixes).
- misc: vmw_vmci: fix kernel info-leak by initializing dbells
  in vmci_ctx_get_chkpt_doorbells() (git-fixes).
- xhci: Give USB2 ports time to enter U3 in bus suspend
  (git-fixes).
- USB: dummy-hcd: Fix uninitialized array use in init()
  (git-fixes).
- Bluetooth: hci_h5: close serdev device and free hu in h5_close
  (git-fixes).
- media: gp8psk: initialize stats at power control logic
  (git-fixes).
- staging: wlan-ng: fix out of bounds read in
  prism2sta_probe_usb() (git-fixes).
- commit 57824b9
- ALSA: hda/via: Fix runtime PM for Clevo W35xSS (git-fixes).
- ALSA: usb-audio: Add quirk for RC-505 (git-fixes).
- ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook
  850 G7 (git-fixes).
- ALSA: hda/realtek: Add two "/Intel Reference board"/ SSID in
  the ALC256 (git-fixes).
- ALSA: hda/realtek: Add mute LED quirk for more HP laptops
  (git-fixes).
- ALSA: hda/conexant: add a new hda codec CX11970 (git-fixes).
- ALSA: usb-audio: Add quirk for BOSS AD-10 (git-fixes).
- ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks (git-fixes).
- ALSA: hda/realtek - Fix speaker volume control on Lenovo C940
  (git-fixes).
- commit 3b01e24
- powerpc/sstep: Fix array out of bound warning (bsc#1180581
  ltc#190174).
- Delete patches.suse/powerpc-sstep-Add-testcases-for-VSX-vector-paired-lo.patch (bsc#1180581 ltc#190174).
  Drop test for the broken emulation, too.
- commit 346e1c7
- powerpc/test_emulate_step: Add testcases for divde[.] and
  divdeu[.] instructions (bsc#1180581 ltc#190174).
- commit 98eaae4
- powerpc/sstep: Add support for divde[.] and
  divdeu[.] instructions (bsc#1180581 ltc#190174).
- powerpc/ppc-opcode: Add divde and divdeu opcodes (bsc#1180581
  ltc#190174).
- commit 4565dda
- Delete patches.suse/powerpc-sstep-Support-VSX-vector-paired-storage-acce.patch (bsc#1180581 ltc#190174).
  Drop patch causing array overflow.
- commit ee77681
- drivers/base/memory.c: cache memory blocks in xarray to
  accelerate lookup (bsc#1159955 ltc#182993).
- Delete patches.suse/drivers-base-memory.c-cache-blocks-in-radix-tree-to-.patch.
  Refresh to upstream patch.
- commit 7c92ca5
- Refresh patches.suse/nvme-fc-avoid-calling-_nvme_fc_abort_outstanding_ios-from-interrupt-context.patch
  Fix commit hash
- commit fdfd462
- Refresh patches.suse/0001-btrfs-qgroup-don-t-try-to-wait-flushing.patch
  Fix commit hash
- commit 5ec0893
- Refresh patch metadata.
- Refresh patches.suse/ibmvnic-fix-NULL-pointer-dereference.patch.
- commit 45ce7d1
- ima: Fail rule parsing when asymmetric key measurement isn't
  supportable (jsc#SLE-15209).
- ima: Pre-parse the list of keyrings in a KEY_CHECK rule
  (jsc#SLE-15209).
- ima: Use the common function to detect LSM conditionals in a
  rule (jsc#SLE-15209).
- ima: Move comprehensive rule validation checks out of the
  token parser (jsc#SLE-15209).
- ima: Use correct type for the args_p member of
  ima_rule_entry.lsm elements (jsc#SLE-15209).
- ima: Shallow copy the args_p member of ima_rule_entry.lsm
  elements (jsc#SLE-15209).
- ima: Fail rule parsing when the KEY_CHECK hook is combined
  with an invalid cond (jsc#SLE-15209).
- ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined
  with an invalid cond (jsc#SLE-15209).
- ima: Fail rule parsing when buffer hook functions have an
  invalid action (jsc#SLE-15209).
  Refresh
  patches.suse/ima-Fail-rule-parsing-when-appraise_flag-blacklist-i.patch
- ima: Free the entire rule if it fails to parse (jsc#SLE-15209).
- ima: Free the entire rule when deleting a list of rules
  (jsc#SLE-15209).
- mm: add kvfree_sensitive() for freeing sensitive data objects
  (jsc#SLE-15209).
- IMA: pre-allocate buffer to hold keyrings string
  (jsc#SLE-15209).
  Refresh
  patches.suse/ima-Directly-assign-the-ima_default_policy-pointer-t.patch
- commit d6d4155
- lib/string: remove unnecessary #undefs (git-fixes).
- bitmap: remove unused function declaration (git-fixes).
- swiotlb: using SIZE_MAX needs limits.h included (git-fixes).
- swiotlb: fix "/x86: Don't panic if can not alloc buffer for
  swiotlb"/ (git-fixes).
- kdb: Fix pager search for multi-line strings (git-fixes).
- kgdb: Drop malformed kernel doc comment (git-fixes).
- commit 28d99cb
- EDAC/amd64: Fix PCI component registration (bsc#1152489).
- commit 6c4ae9b
- KVM: x86: Expose AVX512_FP16 for supported CPUID
  (jsc#SLE-13413).
- commit a3f980a
- KVM: x86: Expose fast short REP MOV for supported cpuid
  (bsc#1180334).
- x86/asm: Drop unused RDPID macro (bsc#1180334).
- KVM: x86: emulating RDPID failure shall return #UD rather than
  [#]GP (bsc#1180334).
- kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUID (bsc#1180334).
- commit 05fbe0b
- x86: Enumerate AVX512 FP16 CPUID feature flag (jsc#SLE-13413).
- commit fd2814e
- powerpc/sstep: Add testcases for VSX vector paired load/store
  instructions (jsc#SLE-13847 bsc#1180581 ltc#190174).
- powerpc/sstep: Support VSX vector paired storage access
  instructions (jsc#SLE-13847 bsc#1180581 ltc#190174).
- powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte
  instructions (jsc#SLE-12936 bsc#1180581 ltc#190174).
- powerpc/sstep: Add testcases for VSX vector paired load/store
  instructions (jsc#SLE-13847 bsc#1180581 ltc#190174).
- powerpc/ppc-opcode: Add encoding macros for VSX vector paired
  instructions (jsc#SLE-13847 bsc#1180581 ltc#190174).
- powerpc/sstep: Support VSX vector paired storage access
  instructions (jsc#SLE-13847 bsc#1180581 ltc#190174).
- powerpc/ppc-opcode: Fold PPC_INST_* macros into PPC_RAW_*
  macros (jsc#SLE-13847 bsc#1180581 ltc#190174).
- Refresh patches.suse/powerpc-sstep-Add-tests-for-prefixed-floating-point-.patch.
- Refresh patches.suse/powerpc-sstep-Add-tests-for-prefixed-integer-load-st.patch.
- powerpc/ppc-opcode: Reuse raw instruction macros to stringify
  (jsc#SLE-13847 bsc#1180581 ltc#190174).
- powerpc/ppc-opcode: Consolidate powerpc instructions from
  bpf_jit.h (jsc#SLE-13847 bsc#1180581 ltc#190174 bsc#1180567
  ltc#190612).
- powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.h
  (jsc#SLE-13847 bsc#1180581 ltc#190174).
- powerpc/ppc-opcode: Move ppc instruction encoding from
  test_emulate_step (jsc#SLE-13847 bsc#1180581 ltc#190174).
- powerpc/ppc-opcode: Introduce PPC_RAW_* macros for base
  instruction encoding (jsc#SLE-13847 bsc#1180581 ltc#190174).
- powerpc/lib: Fix emulate_step() std test (jsc#SLE-13847
  bsc#1180581 ltc#190174).
- commit 6a6d57b
- target: fix XCOPY NAA identifier lookup (CVE-2020-28374,
  bsc#1178372).
- commit 3e5427c
- Move upstreamed regmap and pinctrl patches into sorted section
- commit 6d2ef28
- ALSA: hda/hdmi: Fix incorrect mutex unlock in
  silent_stream_disable() (bsc#1180543).
- commit a9190f5
- intel_idle: Disable ACPI _CST on Haswell (bsc#1177399,
  bsc#1180347, bsc#1180141).
- commit 92491ff
- mwifiex: Fix possible buffer overflows in
  mwifiex_cmd_802_11_ad_hoc_start (CVE-2020-36158 bsc#1180559).
- commit 3e80605
- btrfs: do not commit logs and transactions during link and
  rename operations (bsc#1180566).
- btrfs: do not take the log_mutex of the subvolume when pinning
  the log (bsc#1180566).
- btrfs: delete duplicated words + other fixes in comments
  (bsc#1180566).
- commit 916e8ac
- Replace HTTP links with HTTPS ones: security (jsc#SLE-15209).
- tpm_ftpm_tee: register driver on TEE bus (jsc#SLE-15209).
- tpm: Add support for event log pointer found in TPM2 ACPI table
  (jsc#SLE-15209).
- tpm: Unify the mismatching TPM space buffer sizes
  (jsc#SLE-15209).
- Removed commit id in blacklist.conf
- libnvdimm/security: Fix key lookup permissions (jsc#SLE-15209).
- tpm_tis_spi: Prefer async probe (jsc#SLE-15209).
- tpm/st33zp24: fix spelling mistake "/drescription"/ ->
  "/description"/ (jsc#SLE-15209).
- tpm_tis_spi: Don't send anything during flow control
  (jsc#SLE-15209).
- security: fix the key_permission LSM hook function type
  (jsc#SLE-15209).
- keys: Make the KEY_NEED_* perms an enum rather than a mask
  (jsc#SLE-15209).
- keys: Implement update for the big_key type (jsc#SLE-15209).
- security/keys: rewrite big_key crypto to use library interface
  (jsc#SLE-15209).
  Update config files.
- KEYS: encrypted: use crypto_shash_tfm_digest() (jsc#SLE-15209).
- crypto: hash - introduce crypto_shash_tfm_digest()
  (jsc#SLE-15209).
- tpm: eventlog: Replace zero-length array with flexible-array
  member (jsc#SLE-15209).
- tpm/tpm_ftpm_tee: Use UUID API for exporting the UUID
  (jsc#SLE-15209).
- sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj
  fn (jsc#SLE-15209).
- KEYS: Avoid false positive ENOMEM error on key read
  (jsc#SLE-15209).
- KEYS: Don't write out to userspace while holding key semaphore
  (jsc#SLE-15209).
- MAINTAINERS: adjust to trusted keys subsystem creation
  (jsc#SLE-15209).
- tpm: tpm_tis_spi_cr50: use new structure for SPI transfer delays
  (jsc#SLE-15209).
- tpm_tis_spi: use new 'delay' structure for SPI transfer delays
  (jsc#SLE-15209).
- tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko
  (jsc#SLE-15209).
- IMA: fix measuring asymmetric keys Kconfig (jsc#SLE-15209).
- Refresh
  patches.suse/0002-ima-generalize-x86-EFI-arch-glue-for-other-EFI-archi.patch
  patches.suse/ima-add-a-new-CONFIG-for-loading-arch-specific-polic.patch
- Update config files.
  CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS=y
- IMA: Read keyrings= option from the IMA policy (jsc#SLE-15209).
- IMA: Add support to limit measuring keys (jsc#SLE-15209).
- KEYS: Call the IMA hook to measure keys (jsc#SLE-15209).
- IMA: Define an IMA hook to measure keys (jsc#SLE-15209).
  Refresh
  patches.suse/0002-ima-generalize-x86-EFI-arch-glue-for-other-EFI-archi.patch
- IMA: Add KEY_CHECK func to measure keys (jsc#SLE-15209).
- IMA: Check IMA policy flag (jsc#SLE-15209).
- tpm: Add tpm_version_major sysfs file (jsc#SLE-15209).
- tpm/tpm_ftpm_tee: add shutdown call back (jsc#SLE-15209).
- security: keys: trusted: fix lost handle flush (jsc#SLE-15209).
- KEYS: remove CONFIG_KEYS_COMPAT (jsc#SLE-15209).
  Update config files.
- KEYS: trusted: Remove set but not used variable 'keyhndl'
  (jsc#SLE-15209).
- KEYS: trusted: Move TPM2 trusted keys code (jsc#SLE-15209).
- KEYS: trusted: Create trusted keys subsystem (jsc#SLE-15209).
  Refresh
  patches.suse/1885-kbuild-remove-header-compile-test.patch
  patches.suse/KVM-arm-arm64-Factor-out-hypercall-handling-from-PSC.patch
  patches.suse/crypto-sha-split-sha.h-into-sha1.h-and-sha2.h.patch
- KEYS: Use common tpm_buf for trusted and asymmetric keys
  (jsc#SLE-15209).
- tpm: Move tpm_buf code to include/linux/ (jsc#SLE-15209).
- tpm: use GFP_KERNEL instead of GFP_HIGHMEM for tpm_buf
  (jsc#SLE-15209).
- tpm: tpm_tis_spi: Drop THIS_MODULE usage from driver struct
  (jsc#SLE-15209).
- tpm: tpm_tis_spi: Cleanup includes (jsc#SLE-15209).
- tpm: tpm_tis_spi: Support cr50 devices (jsc#SLE-15209).
  Update config files.
- tpm: tpm_tis_spi: Introduce a flow control callback
  (jsc#SLE-15209).
- tpm: Add a flag to indicate TPM power is managed by firmware
  (jsc#SLE-15209).
- tpm_tis: override durations for STM tpm with firmware 1.2.8.28
  (jsc#SLE-15209).
- tpm: provide a way to override the chip returned durations
  (jsc#SLE-15209).
- tpm: Remove duplicate code from caps_show() in tpm-sysfs.c
  (jsc#SLE-15209).
- tpm/tpm_ftpm_tee: A driver for firmware TPM running inside TEE
  (jsc#SLE-15209).
  Update config files.
- tpm: Remove a deprecated comments about implicit sysfs locking
  (jsc#SLE-15209).
- commit 7e1f0f4
- md/cluster: fix deadlock when node is doing resync job
  (bsc#1163727).
- md/cluster: block reshape with remote resync job (bsc#1163727).
- md/bitmap: fix memory leak of temporary bitmap (bsc#1163727).
- md/bitmap: md_bitmap_get_counter returns wrong blocks
  (bsc#1163727).
- md/bitmap: md_bitmap_read_sb uses wrong bitmap blocks
  (bsc#1163727).
- md-cluster: fix rmmod issue when md_cluster convert bitmap to
  none (bsc#1163727).
- md-cluster: fix safemode_delay value when converting to
  clustered bitmap (bsc#1163727).
- md-cluster: fix wild pointer of unlock_all_bitmaps()
  (bsc#1163727).
- commit 7522976
- mm: validate inode in mapping_set_error()  (git-fixes).
- commit 05b16dc
- btrfs: add missing check for nocow and compression inode flags
  (bsc#1178780).
- fs/buffer.c: record blockdev write errors in super_block that
  it backs  (bsc#1172266).
- vfs: track per-sb writeback errors and report them to syncfs
  (bsc#1172266).
- commit 934c84a
- btrfs: add missing check for nocow and compression inode flags (bsc#1178780).
- commit 98b0ffc
- Revert "/ceph: allow rename operation under different quota
  realms"/ (bsc#1180541).
- commit 1a2a0a7
- Refresh
  patches.suse/ceph-downgrade-warning-from-mdsmap-decode-to-debug.patch.
- Refresh
  patches.suse/ceph-fix-race-in-concurrent-_ceph_remove_cap-invocations.patch.
  Patches have been merged into mainline; refreshing Git-commit and Path-mainline
  tags in patches.
- commit d338d00
- nfp: move indirect block cleanup to flower app stop callback
  (bsc#1176447).
- ethtool: fix error paths in ethnl_set_channels() (bsc#1176447).
- i40e, xsk: clear the status bits for the next_to_use descriptor
  (jsc#SLE-13701).
- RDMA/mlx5: Fix MR cache memory leak (jsc#SLE-15175).
- RDMA/bnxt_re: Fix max_qp_wrs reported (bsc#1175499).
- RDMA/hns: Bugfix for calculation of extended sge
  (jsc#SLE-14777).
- RDMA/rtrs-srv: Fix typo (jsc#SLE-15176).
- RDMA/rtrs-srv: Don't guard the whole __alloc_srv with srv_mutex
  (jsc#SLE-15176).
- RDMA/rtrs-clt: Missing error from rtrs_rdma_conn_established
  (jsc#SLE-15176).
- RDMA/rtrs-clt: Avoid run destroy_con_cq_qp/create_con_cq_qp
  in parallel (jsc#SLE-15176).
- RDMA/rtrs-clt: Remove outdated comment in create_con_cq_qp
  (jsc#SLE-15176).
- RDMA/rtrs-clt: Remove destroy_con_cq_qp in case route resolving
  failed (jsc#SLE-15176).
- IB/isert: add module param to set sg_tablesize for IO cmd
  (jsc#SLE-15176).
- RDMA/core: Fix error return in _ib_modify_qp() (jsc#SLE-15176).
- RDMA/bnxt_re: Fix entry size during SRQ create (jsc#SLE-15076
  bsc#1175499).
- net/mlx5e: remove unnecessary memset (jsc#SLE-15172).
- net/sched: fix miss init the mru in qdisc_skb_cb (bsc#1176447).
- i40e: remove redundant assignment (jsc#SLE-13701).
- ionic: use mc sync for multicast filters (jsc#SLE-16649).
- net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in
  cls_flower (bsc#1176447).
- net: flow_offload: Fix memory leak for indirect flow block
  (jsc#SLE-15075).
- e1000e: fix S0ix flow to allow S0i3.2 subset entry
  (jsc#SLE-13532).
- bonding: fix feature flag setting at init time (bsc#1176447).
- ch_ktls: fix build warning for ipv4-only config (jsc#SLE-15129).
- net/sched: fq_pie: initialize timer earlier in fq_pie_init()
  (jsc#SLE-15172).
- commit feb8216
- powerpc/pci: Remove LSI mappings on device teardown (bsc#1172145
  ltc#184630).
- commit a2fd2d8
- Delete patches.suse/powerpc-pci-unmap-legacy-INTx-interrupts-when-a-PHB-.patch
  (bsc#1172145 ltc#184630).
  To be replaced with new fix merged through SP2.
- commit 8ea9da6
- powerpc/cacheinfo: Print correct cache-sibling map/list for
  L2 cache (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/smp: Add support detecting thread-groups sharing L2
  cache (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/smp: Rename init_thread_group_l1_cache_map() to make
  it generic (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/smp: Rename cpu_l1_cache_map as
  thread_group_l1_cache_map (jsc#SLE-13615 bsc#1180100
  ltc#190257).
- powerpc/smp: Parse ibm,thread-groups with multiple properties
  (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/smp: Use GFP_ATOMIC while allocating tmp mask
  (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/smp: Remove unnecessary variable (jsc#SLE-13615
  bsc#1180100 ltc#190257).
- powerpc/smp: Optimize update_coregroup_mask (jsc#SLE-13615
  bsc#1180100 ltc#190257).
- powerpc/smp: Move coregroup mask updation to a new function
  (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/smp: Optimize update_mask_by_l2 (jsc#SLE-13615
  bsc#1180100 ltc#190257).
- powerpc/smp: Check for duplicate topologies and consolidate
  (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/smp: Depend on cpu_l1_cache_map when adding CPUs
  (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/smp: Stop passing mask to update_mask_by_l2
  (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/smp: Limit CPUs traversed to within a node
  (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/smp: Optimize remove_cpu_from_masks (jsc#SLE-13615
  bsc#1180100 ltc#190257).
- powerpc/smp: Remove get_physical_package_id (jsc#SLE-13615
  bsc#1180100 ltc#190257).
- powerpc/smp: Stop updating cpu_core_mask (jsc#SLE-13615
  bsc#1180100 ltc#190257).
- powerpc/topology: Update topology_core_cpumask (jsc#SLE-13615
  bsc#1180100 ltc#190257).
- powerpc/topology: Override cpu_smt_mask (jsc#SLE-13615
  bsc#1180100 ltc#190257).
- sched/topology: Allow archs to override cpu_smt_mask
  (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/cacheinfo: Add per cpu per index shared_cpu_list
  (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/cacheinfo: Make cpumap_show code reusable (jsc#SLE-13615
  bsc#1180100 ltc#190257).
- powerpc/cacheinfo: Use cpumap_print to print cpumap
  (jsc#SLE-13615 bsc#1180100 ltc#190257).
- powerpc/smp: Use IS_ENABLED() to avoid #ifdef (jsc#SLE-13615
  bsc#1180100 ltc#190257).
- powerpc/smp: Drop superfluous NULL check (jsc#SLE-13615
  bsc#1180100 ltc#190257).
- commit aa22c03
- blacklist.conf: adab66b71abf ("/Revert: "/ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"/"/)
  We do not support metag and sparc64 archs.
- commit 99ad074
- blacklist.conf: d9a9280a0d0a ("/seq_buf: Avoid type mismatch for seq_buf_init"/)
  It breaks kABI. It is not worth the hassle to backport.
- commit 7c29506
- module: delay kobject uevent until after module init call (bsc#1178631).
- Refresh patches.suse/supported-flag.
- commit 9f35554
- bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()
  (git-fixes).
- commit e888e29
- blacklist.conf: 310e3a4b5a4f ("/tracing: Remove WARN_ON in start_thread()"/)
  CONFIG_HWLAT_TRACER is not set anywhere.
- commit 4f64022
- ocfs2: fix unbalanced locking (bsc#1180506).
- commit b54b08a
- remoteproc: qcom: Fix potential NULL dereference in
  adsp_init_mmio() (git-fixes).
- remoteproc: qcom: fix reference leak in adsp_start (git-fixes).
- remoteproc: q6v5-mss: fix error handling in q6v5_pds_enable
  (git-fixes).
- serial_core: Check for port state when tty is in error state
  (git-fixes).
- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
  (git-fixes).
- USB: gadget: f_midi: setup SuperSpeed Plus descriptors
  (git-fixes).
- USB: gadget: f_acm: add support for SuperSpeed Plus (git-fixes).
- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
  (git-fixes).
- media: gspca: Fix memory leak in probe (git-fixes).
- media: saa7146: fix array overflow in vidioc_s_audio()
  (git-fixes).
- media: max2175: fix max2175_set_csm_mode() error code
  (git-fixes).
- media: imx214: Fix stop streaming (git-fixes).
- media: msi2500: assign SPI bus number dynamically (git-fixes).
- media: siano: fix memory leak of debugfs members in
  smsdvb_hotplug (git-fixes).
- media: sunxi-cir: ensure IR is handled when it is continuous
  (git-fixes).
- media: solo6x10: fix missing snd_card_free in error handling
  case (git-fixes).
- media: ipu3-cio2: Remove traces of returned buffers (git-fixes).
- media: ipu3-cio2: Make the field on subdev format
  V4L2_FIELD_NONE (git-fixes).
- media: ipu3-cio2: Validate mbus format in setting subdev format
  (git-fixes).
- media: ipu3-cio2: Serialise access to pad format (git-fixes).
- media: ipu3-cio2: Return actual subdev format (git-fixes).
- media: mtk-vcodec: add missing put_device() call in
  mtk_vcodec_init_enc_pm() (git-fixes).
- media: mtk-vcodec: add missing put_device() call in
  mtk_vcodec_release_dec_pm() (git-fixes).
- media: mtk-vcodec: add missing put_device() call in
  mtk_vcodec_init_dec_pm() (git-fixes).
- media: tm6000: Fix sizeof() mismatches (git-fixes).
- iwlwifi: pcie: add one missing entry for AX210 (git-fixes).
- commit 1e25d62
- gpio: mvebu: update Armada XP per-CPU comment (git-fixes).
- dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()
  (git-fixes).
- HID: i2c-hid: add Vero K147 to descriptor override (git-fixes).
- iio:imu:bmi160: Fix too large a buffer (git-fixes).
- crypto: atmel-i2c - select CONFIG_BITREVERSE (git-fixes).
- crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()
  (git-fixes).
- crypto: omap-aes - Fix PM disable depth imbalance in
  omap_aes_probe (git-fixes).
- crypto: crypto4xx - Replace bitwise OR with logical OR in
  crypto4xx_build_pd (git-fixes).
- Input: goodix - add upside-down quirk for Teclast X98 Pro tablet
  (git-fixes).
- Input: cros_ec_keyb - send 'scancodes' in addition to key events
  (git-fixes).
- commit 48f3c1f
- ALSA/hda: apply jack fixup for the Acer Veriton
  N4640G/N6640G/N2510G (git-fixes).
- ALSA: hda/realtek: Apply jack fixup for Quanta NL3 (git-fixes).
- ALSA: hda/realtek: Add quirk for MSI-GP73 (git-fixes).
- ALSA: pcm: oss: Fix a few more UBSAN fixes (git-fixes).
- ALSA: usb-audio: Disable sample read check if firmware doesn't
  give back (git-fixes).
- ALSA: usb-audio: Add VID to support native DSD reproduction
  on FiiO devices (git-fixes).
- ALSA: core: memalloc: add page alignment for iram (git-fixes).
- ACPI: PNP: compare the string length in the matching_id()
  (git-fixes).
- clocksource/drivers/arm_arch_timer: Correct fault programming
  of CNTKCTL_EL1.EVNTI (git-fixes).
- clocksource/drivers/arm_arch_timer: Use stable count reader
  in erratum sne (git-fixes).
- clocksource/drivers/cadence_ttc: Fix memory leak in
  ttc_setup_clockevent() (git-fixes).
- clocksource/drivers/orion: Add missing clk_disable_unprepare()
  on error path (git-fixes).
- crypto: af_alg - avoid undefined behavior accessing salg_name
  (git-fixes).
- crypto: inside-secure - Fix sizeof() mismatch (git-fixes).
- crypto: talitos - Fix return type of current_desc_hdr()
  (git-fixes).
- crypto: talitos - Endianess in current_desc_hdr() (git-fixes).
- cfg80211: initialize rekey_data (git-fixes).
- commit 57d3bee
- series.conf: cleanup
- move unsortable patch out of sorted section:
  patches.suse/ibmvnic-fix-NULL-pointer-dereference.patch
- update upstream reference:
  patches.suse/ibmvnic-continue-fatal-error-reset-after-passive-ini.patch
- commit a0b2ce7
- ibmvnic: fix login buffer memory leak (jsc#SLE-17043 bsc#1179243
  ltc#189290 git-fixes).
- commit 2d2f67f
- ibmvnic: continue fatal error reset after passive init
  (bsc#1171078 ltc#184239 git-fixes).
- commit e6ea824
- Refresh patches.suse/powerpc-perf-Exclude-kernel-samples-while-counting-e.patch.
- commit fc17dca
- powerpc/perf: Fix Threshold Event Counter Multiplier width
  for P10 (jsc#SLE-13513 bsc#1180072 ltc#190309).
- commit c1c01ab
- powerpc/bitops: Fix possible undefined behaviour with fls()
  and fls64() (bsc#1156395).
- commit e90809a
- powerpc: Fix incorrect stw{, ux, u, x} instructions in
  __set_pte_at (bsc#1065729).
- commit b5cc99b
- powerpc/xmon: Change printk() to pr_cont() (bsc#1065729).
- commit 9125964
- powerpc/64: Set up a kernel stack for secondaries before
  cpu_restore() (bsc#1065729).
- commit 7bcd26b
- powerpc/eeh_cache: Fix a possible debugfs deadlock
  (bsc#1156395).
- commit bfd7479
- powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.S (jsc#SLE-9246
  git-fixes).
- powerpc/signal: Move inline functions in signal.h (jsc#SLE-16200
  git-fixes).
- commit d0ddb83
- powerpc/sstep: Cover new VSX instructions under CONFIG_VSX
  (jsc#SLE-13847 git-fixes).
- powerpc/sstep: Emulate prefixed instructions only when
  CPU_FTR_ARCH_31 is set (jsc#SLE-13847 git-fixes).
- commit c3ca4ff
- powerpc: Avoid broken GCC __attribute__((optimize))
  (bsc#1156395).
- commit 3d98ea5
- powerpc/smp: Add __init to init_big_cores() (bsc#1109695
  ltc#171067 git-fixes).
- commit 88fe3ed
- Refresh patches.suse/powerpc-rtas-fix-typo-of-ibm-open-errinjct-in-rtas-f.patch
  Refresh to upstream version.
- commit f0055e2
- powerpc/pseries/hibernation: remove redundant cacheinfo update
  (bsc#1138374 ltc#178199 git-fixes).
- commit e904a78
- Revert "/powerpc/pseries/hotplug-cpu: Remove double free in
  error path"/ (bsc#1065729).
- commit 243e39e
- blacklist.conf: Add e91d8d78237d mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING
  The option is not enabled.
- commit 65fee6f
- powerpc/64: irq replay remove decrementer overflow check
  (jsc#SLE-9246 git-fixes(stable-5.10)).
- commit 6c37cac
- PCI: Fix overflow in command-line resource alignment requests
  (git-fixes).
- commit 1dd80ec
- ibmvnic: fix: NULL pointer dereference (bsc#1044767 ltc#155231
  git-fixes).
- commit 59feb80
- Refresh
  patches.suse/powercap-Restrict-energy-meter-to-root-access.patch.
  Now in mainline
- commit 414492a
- blacklist.conf: fix already added by other patch
- commit ed48336
- blacklist.conf: already gone in by another ID
- commit 7020218
- usb: host: ehci-tegra: Fix error handling in tegra_ehci_probe()
  (git-fixes).
- commit 6f94554
- blacklist.conf: fix not relevant for our config
- commit 47a12a9
- USB: UAS: introduce a quirk to set no_write_same (git-fixes).
- commit bda3ea7
- USB: add RESET_RESUME quirk for Snapscan 1212 (git-fixes).
- commit 0912116
- crypto: qat - add CRYPTO_AES to Kconfig dependencies
  (git-fixes).
- commit 6dcc047
- blk-mq: Remove 'running from the wrong CPU' warning
  (bsc#1174486).
- commit 5a12d1c
- blacklist.conf: 3d51507f29f2 x86/entry/32: Add missing ASM_CLAC to general_protection entry
- commit 794e745
- ACPI: NFIT: Fix input validation of bus-family (git-fixes).
- nl80211: validate key indexes for cfg80211_registered_device
  (git-fixes).
- commit d4bf12f
- watchdog: coh901327: add COMMON_CLK dependency (git-fixes).
- watchdog: qcom: Avoid context switch in restart handler
  (git-fixes).
- watchdog: Fix potential dereferencing of null pointer
  (git-fixes).
- watchdog: sprd: change to use usleep_range() instead of busy
  loop (git-fixes).
- watchdog: sprd: check busy bit before new loading rather than
  after that (git-fixes).
- watchdog: sprd: remove watchdog disable from resume fail path
  (git-fixes).
- watchdog: sirfsoc: Add missing dependency on HAS_IOMEM
  (git-fixes).
- watchdog: armada_37xx: Add missing dependency on HAS_IOMEM
  (git-fixes).
- commit 705ed83
- media: uvcvideo: Accept invalid bFormatIndex and bFrameIndex
  values (bsc#1180117).
- commit 2f3db03
- Re-import the upstream uvcvideo fix; one more fix will be added later (bsc#1180117)
- commit 0da5ae4
- rpm/constraints.in: more disk space for aarch64 binary builds (bsc#1180261)
  Tumbleweed KotD builds already consume ~30 GB of disk space and SLE15-SP3
  builds sometimes exceed even 32 GB, resulting in build failures. Thus the
  exception providing only 30 GB for aarch64 binary builds is no longer
  sustainable and if requiring 35 GB limits the portfolio of available
  builders, we need to address that.
- commit 07b084b
- x86/topology: Set cpu_die_id only if DIE_TYPE found
  (bsc#1152489).
- commit 6e7d005
- EDAC/mce_amd: Use struct cpuinfo_x86.cpu_die_id for AMD NodeId
  (bsc#1152489).
- commit 72ce98e
- x86/CPU/AMD: Remove amd_get_nb_id() (bsc#1152489).
- commit be1bad6
- x86/CPU/AMD: Save AMD NodeId as cpu_die_id (bsc#1152489).
- commit af076e7
- EDAC/amd64: Do not load on family 0x15, model 0x13 (bsc#1179763).
- commit 877e64a
- rpm: drop /usr/bin/env in interpreter specification
  OBS checks don't like /usr/bin/env in script interpreter lines but upstream
  developers tend to use it. A proper solution would be fixing the depedency
  extraction and drop the OBS check error but that's unlikely to happen so
  that we have to work around the problem on our side and rewrite the
  interpreter lines in scripts before collecting files for packages instead.
- commit 0ec5324
- reset: raspberrypi: Don't reset USB if already up (bsc#1180336).
- commit 72c8f7f
- blacklist.conf: ignore CRYPTO_SKCIPHER kconfig option
- commit 00dae55
- crypto: hisilicon - Cap block size at 2^31 (jsc#SLE-16507
  jsc#SLE-15835).
- commit 4cc08f7
- nvmet-tcp: fix maxh2cdata icresp parameter (bsc#1179892).
- commit 8a7b72b
- crypto: hisilicon - fix driver compatibility issue with
  different versions of devices (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/qm - change debugfs file name from qm_regs
  to regs (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/qm - add DebugFS for xQC and xQE dump
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/zip - add debugfs for Hisilicon ZIP
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/sec2 - add debugfs for Hisilicon SEC
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/qm - add debugfs to the QM state machine
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/qm - add debugfs for QM (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon/zip - Use temporary sqe when doing work
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - add device error report through abnormal
  irq (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - remove codes of directly report device
  errors through MSI (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - QM memory management optimization
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - unify initial value assignment into QM
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - remove use_dma_api related codes
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - add FLR support (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon/qm - add state machine for QM (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - refactor module parameter pf_q_num related
  code (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/zip - modify the ZIP probe process
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/hpre - modify the HPRE probe process
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/sec2 - modify the SEC probe process
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/sec2 - constify sec_dfx_regs (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon/zip - constify struct debugfs_reg32
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/hpre - constify struct debugfs_reg32
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/qm - Make qm_controller_reset() static
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/qm - add more ACPI dependencies (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon/qm - fix build failure with ACPI off
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/qm - stop qp by judging sq and cq tail
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/sec2 - add controller reset support for SEC2
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/hpre - add controller reset support for HPRE
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/zip - add controller reset support for zip
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/qm - add controller reset interface
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - add vfs_num module parameter for hpre/sec
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - unify SR-IOV related codes into QM
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - put vfs_num into struct hisi_qm
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/sec2 - Add new create qp process
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/hpre - Optimize finding hpre device process
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init
  ctx (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/qm - Put device finding logic into QM
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/sec2 - Add pbuffer mode for SEC driver
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/sec2 - Update IV and MAC operation
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/sec2 - Add iommu status check (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon/sec2 - Add workqueue for SEC driver
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - Use one workqueue per qm instead of per qp
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - remove redundant assignment of pointer ctx
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - Remove module_param uacce_mode
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - Fix duplicate print when qm occur multiple
  errors (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - Unify error detect process into qm
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - Configure zip RAS error type (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Unify hardware error init/uninit into QM
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - fix spelling mistake "/disgest"/ -> "/digest"/
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - add branch prediction macro (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - adjust hpre_crt_para_get (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Fixed some tiny bugs of HPRE (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Bugfixed tfm leak (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Add aead support on SEC2 (jsc#SLE-16507
  jsc#SLE-15835).
- Refresh
  patches.suse/crypto-sha-split-sha.h-into-sha1.h-and-sha2.h.patch.
- crypto: hisilicon - redefine skcipher initiation (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Add branch prediction macro (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Add callback error check (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Adjust some inner logic (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Update QP resources of SEC V2 (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Update some names on SEC V2 (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - fix print/comment of SEC V2 (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Update debugfs usage of SEC V2
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - still no need to check return value of
  debugfs_create functions (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - Remove useless MODULE macros (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Use the offset fields in sqe to avoid need
  to split scatterlists (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - Fix issue with wrong number of sg elements
  after dma map (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon/sec2 - Use atomics instead of __sync
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - fix a NULL vs IS_ERR() bug in
  sec_create_qp_ctx() (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - add DebugFS for HiSilicon SEC (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - add SRIOV for HiSilicon SEC (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - add HiSilicon SEC V2 driver (jsc#SLE-16507
  jsc#SLE-15835).
- Update config files. DEV_HISI_SEC2 as module
- supported.conf: add hisi_sec2
- crypto: hisilicon - no need to check return value of
  debugfs_create functions (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - add vfs_num module param for zip
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - replace #ifdef with IS_ENABLED for
  CONFIG_NUMA (jsc#SLE-16507 jsc#SLE-15835).
- hwrng: hisi - add HiSilicon TRNG driver support (jsc#SLE-16507
  jsc#SLE-15835).
- Update config files. Enable HW_RANDOM_HISI_V2
- support.conf: add hisi-trng-v2
- crypto: hisilicon - fix to return sub-optimal device when best
  device has no qps (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - use sgl API to get sgl dma addr and len
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - fix endianness verification problem of QM
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - fix param should be static when not external
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - Fix using plain integer as NULL pointer
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - tiny fix about QM/ZIP error callback print
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon: Fix misuse of GENMASK macro (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm Kconfig
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - Add debugfs for HPRE (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - add SRIOV support for HPRE (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - add HiSilicon HPRE accelerator
  (jsc#SLE-16507 jsc#SLE-15835).
- Update config files. Enable CRYPTO_DEV_HISI_HPRE
- supported.conf: add hisi_hpre
- crypto: hisilicon - misc fix about sgl (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - fix large sgl memory allocation problem
  when disable smmu (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - add sgl_sge_nr module param for zip
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - merge sgl support to hisi_qm module
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - allow compile-testing on x86 (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - avoid unused function warning (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - Fix return value check in
  hisi_zip_acompress() (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - Fix warning on printing %p with dma_addr_t
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - fix error handle in hisi_zip_create_req_q
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - add missing single_release (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - init curr_sgl_dma to fix compile warning
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
  (jsc#SLE-16507 jsc#SLE-15835).
- crypto: hisilicon - fix kbuild warnings (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - add debugfs for ZIP and QM (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - add SRIOV support for ZIP (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - add HiSilicon ZIP accelerator support
  (jsc#SLE-16507 jsc#SLE-15835).
- Update config files. Enable CRYPTO_DEV_HISI_ZIP
- supported.conf: add hisi_zip
- crypto: hisilicon - add hardware SGL support (jsc#SLE-16507
  jsc#SLE-15835).
- crypto: hisilicon - add queue management driver for HiSilicon
  QM module (jsc#SLE-16507 jsc#SLE-15835).
- Update config files. Enable CRYPTO_DEV_HISI_QM
- supported.conf: add hisi_qm
- commit 2188cb3
- x86/ima: use correct identifier for SetupMode variable
  (bsc#1152489).
- commit 9b27f4f
- i2c: Revert incorrect conversion to use generic helper
  (jsc#SLE-16407).
- commit 80898a3
- blacklist.conf: 3d51507f29f2 x86/entry/32: Add missing ASM_CLAC to general_protection entry
- commit 1aa31e3
- fix patch metadata
- fix Patch-mainline:
  patches.suse/mm-memory_failure-always-pin-the-page-in-madvise_inj.patch
- commit 4f786fa
- Refresh
  patches.suse/arm64-force-no_block_mappings-if-crashkernel-reservation-is-required.patch.
- Refresh
  patches.suse/arm64-ignore-any-dma-offsets-in-the-max_zone_phys-calculation.patch.
- Refresh
  patches.suse/arm64-mm-move-reserve_crashkernel-into-mem_init.patch.
- Refresh
  patches.suse/arm64-mm-move-zone_dma_bits-initialization-into-zone_sizes_init.patch.
- Refresh
  patches.suse/arm64-mm-set-zone_dma-size-based-on-devicetree-s-dma-ranges.patch.
- Refresh
  patches.suse/arm64-mm-set-zone_dma-size-based-on-early-iort-scan.patch.
- Refresh
  patches.suse/ibmvnic-Clean-up-TX-code-and-TX-buffer-data-structur.patch.
- Refresh
  patches.suse/ibmvnic-Correctly-re-enable-interrupts-in-NAPI-polli.patch.
- Refresh
  patches.suse/ibmvnic-Do-not-replenish-RX-buffers-after-every-poll.patch.
- Refresh
  patches.suse/ibmvnic-Ensure-that-device-queue-memory-is-cache-lin.patch.
- Refresh
  patches.suse/ibmvnic-Introduce-batched-RX-buffer-descriptor-trans.patch.
- Refresh
  patches.suse/ibmvnic-Introduce-indirect-subordinate-Command-Respo.patch.
- Refresh
  patches.suse/ibmvnic-Introduce-xmit_more-support-using-batched-su.patch.
- Refresh patches.suse/ibmvnic-Remove-send_subcrq-function.patch.
- Refresh
  patches.suse/ibmvnic-Use-netdev_alloc_skb-instead-of-alloc_skb-to.patch.
- Refresh
  patches.suse/ibmvnic-fix-rx-buffer-tracking-and-index-management-.patch.
- Refresh patches.suse/net-smc-improve-return-codes-for-smc-dv2.
- Refresh
  patches.suse/of-address-introduce-of_dma_get_max_cpu_address.patch.
- Refresh
  patches.suse/s390-sles15sp3-03-01-s390-cio-Export-information-about-Endpoint-Security-.patch.
- Refresh
  patches.suse/s390-sles15sp3-03-02-s390-cio-Provide-Endpoint-Security-Mode-per-CU.patch.
- Refresh
  patches.suse/s390-sles15sp3-03-03-s390-cio-Add-support-for-FCES-status-notification.patch.
- Refresh
  patches.suse/s390-sles15sp3-03-04-s390-dasd-Remove-unused-parameter-from-dasd_generic_.patch.
- Refresh
  patches.suse/s390-sles15sp3-03-05-s390-dasd-Move-duplicate-code-to-separate-function.patch.
- Refresh
  patches.suse/s390-sles15sp3-03-06-s390-dasd-Store-path-configuration-data-during-path-.patch.
- Refresh
  patches.suse/s390-sles15sp3-03-07-s390-dasd-Fix-operational-path-inconsistency.patch.
- Refresh
  patches.suse/s390-sles15sp3-03-08-s390-dasd-Display-FC-Endpoint-Security-information-v.patch.
- Refresh
  patches.suse/s390-sles15sp3-03-09-s390-dasd-Prepare-for-additional-path-event-handling.patch.
- Refresh
  patches.suse/s390-sles15sp3-03-10-s390-dasd-Process-FCES-path-event-notification.patch.
- Refresh
  patches.suse/scsi-fnic-avoid-looping-in-trans-eth-on-unload.
- Refresh
  patches.suse/scsi-fnic-change-shost_printk-to-fnic_fcs_dbg.
- Refresh
  patches.suse/scsi-fnic-change-shost_printk-to-fnic_main_dbg.
- Refresh
  patches.suse/scsi-fnic-set-scsi_set_resid-only-for-underflow.
- Refresh patches.suse/scsi-fnic-validate-io_req-before-others.
- commit 87eecb7
- selftests/bpf: Print reason when a tester could not run a
  program (bsc#1155518).
- selftests/bpf: Fix invalid use of strncat in test_sockmap
  (bsc#1155518).
- samples: bpf: Refactor test_cgrp2_sock2 program with libbpf
  (bsc#1155518).
- samples/bpf: Remove unused test_ipip.sh (bsc#1155518).
- selftest/bpf: Add missed ip6ip6 test back (bsc#1155518).
- selftests/bpf/test_offload.py: Reset ethtool features after
  failed setting (bsc#1155518).
- commit 82533c7
- clk: bcm: dvp: Add MODULE_DEVICE_TABLE() (git-fixes).
- clk: fsl-sai: fix memory leak (git-fixes).
- commit bba80c9
- ASoC: wm8994: Fix PM disable depth imbalance on error
  (git-fixes).
- commit e953294
- Update commit ids for already cherry-picked pinctrl patches
- commit 5e797b0
- dmaengine: idxd: add IAX configuration support in the IDXD
  driver (jsc#SLE-13380).
- dmaengine: idxd: add ATS disable knob for work queues
  (jsc#SLE-13380).
- commit aca8d81
- Add cherry-picked dup ID for IDXD patch
- commit 1fde049
- Move ASoC patch into sorted section
  The patch was mistakenly put into nirvana because of badly tagged commit id.
- commit df0bd91
- Move upstreamed IDXD patches into sorted section
- commit 6ca191c
- clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9 (git-fixes).
- clk: sunxi-ng: Make sure divider tables have sentinel
  (git-fixes).
- clk: s2mps11: Fix a resource leak in error handling paths in
  the probe function (git-fixes).
- clk: ingenic: Fix divider calculation with div tables
  (git-fixes).
- clk: at91: sam9x60: remove atmel,osc-bypass support (git-fixes).
- clk: ti: Fix memleak in ti_fapll_synth_setup (git-fixes).
- clk: mediatek: Make mtk_clk_register_mux() a static function
  (git-fixes).
- clk: tegra: Fix duplicated SE clock entry (git-fixes).
- clk: tegra: Do not return 0 on failure (git-fixes).
- lan743x: fix for potential NULL pointer dereference with bare
  card (git-fixes).
- commit 21d14d2
- drivers/base/memory.c: indicate all memory blocks as removable
  (bsc#1180264).
- commit 64673b1
- x86/cpu: Add a X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS() macro
  (jsc#SLE-13358).
- commit 6c034c0
- EDAC/i10nm: Add Intel Sapphire Rapids server support
  (jsc#SLE-13358).
- commit 991ab76
- EDAC/i10nm: Use readl() to access MMIO registers
  (jsc#SLE-13358).
- commit 0389f79
- EDAC: Add DDR5 new memory type (jsc#SLE-13358).
- commit add2e95
- ACPI: processor: Fix build for ARCH_APICTIMER_STOPS_ON_C3 unset
  (jsc#SLE-16407).
- ACPI: processor: Use CPUIDLE_FLAG_TIMER_STOP (jsc#SLE-16407).
- ACPI: OSL: Prevent acpi_release_memory() from returning too
  early (jsc#SLE-16407).
- ACPI: ioremap: avoid redundant rounding to OS page size
  (jsc#SLE-16407).
- ACPI: SoC: APD: Check return value of acpi_dev_get_property()
  (jsc#SLE-16407).
- ACPI: APD: Add a fmw property is_raven (jsc#SLE-16407).
- ACPI: APD: Change name from ST to FCH (jsc#SLE-16407).
- i2c: designware: Add device HID for Hygon I2C controller
  (jsc#SLE-16407).
- ACPI: NFIT: Fix ARS zero-sized allocation (jsc#SLE-16407).
- acpi: thermal: Don't call thermal_zone_device_is_enabled()
  (jsc#SLE-16407).
- thermal: Simplify or eliminate unnecessary set_mode() methods
  (jsc#SLE-16407).
- thermal: Use mode helpers in drivers (jsc#SLE-16407).
- thermal: Add mode helpers (jsc#SLE-16407).
- thermal: remove get_mode() operation of drivers (jsc#SLE-16407).
- thermal: Store device mode in struct thermal_zone_device
  (jsc#SLE-16407).
- thermal: Add current mode to thermal zone device
  (jsc#SLE-16407).
- thermal: Store thermal mode in a dedicated enum (jsc#SLE-16407).
  Refresh
  patches.suse/acpi_thermal_passive_blacklist.patch
- acpi: thermal: Fix error handling in the register function
  (jsc#SLE-16407).
- sched,acpi_pad: Convert to sched_set_fifo*() (jsc#SLE-16407).
- ACPI: Replace HTTP links with HTTPS ones (jsc#SLE-16407).
  Refresh
  patches.suse/0017-ACPI-NFIT-Define-runtime-firmware-activation-command.patch
- ACPI: Use valid link to the ACPI specification (jsc#SLE-16407).
- ACPI: Use fallthrough pseudo-keyword (jsc#SLE-16407).
- ACPI: APEI: remove redundant assignment to variable rc
  (jsc#SLE-16407).
- ACPI: NUMA: Remove the useless 'node >= MAX_NUMNODES' check
  (jsc#SLE-16407).
- ACPI: NUMA: Remove the useless sub table pointer check
  (jsc#SLE-16407).
- ACPI: tables: Remove the duplicated checks for
  acpi_parse_entries_array() (jsc#SLE-16407).
- ACPI: tables: avoid relocations for table signature array
  (jsc#SLE-16407).
- ACPI: OSL: Clean up the removal of unused memory mappings
  (jsc#SLE-16407).
- ACPI: OSL: Use deferred unmapping in acpi_os_unmap_iomem()
  (jsc#SLE-16407).
- ACPI: OSL: Use deferred unmapping in
  acpi_os_unmap_generic_address() (jsc#SLE-16407).
- ACPI: OSL: Implement deferred unmapping of ACPI memory
  (jsc#SLE-16407).
- ACPI: property: use cached name in
  acpi_fwnode_get_named_child_node() (jsc#SLE-16407).
- ACPI: EC: add newline when printing 'ec_event_clearing' module
  parameter (jsc#SLE-16407).
- ACPI: PAD: Eliminate usage of uninitialized_var() macro
  (jsc#SLE-16407).
- ACPI: sysfs: add newlines when printing module parameters
  (jsc#SLE-16407).
- ACPI: procfs: Remove last dirs after being marked deprecated
  for a decade (jsc#SLE-16407).
- Remove
  patches.suse/acpi-disable-deprecated-warnings.patch
- Update config files.
  x86_64/default removed CONFIG_ACPI_PROCFS_POWER=y
- ACPICA: Update version to 20200717 (jsc#SLE-16407).
- acpi: Extend TPM2 ACPI table with missing log fields
  (jsc#SLE-16407).
- libnvdimm: Replace guid_copy() with import_guid() where it
  makes sense (jsc#SLE-16407).
- thermal/of: Rename of-thermal.c (jsc#SLE-16407).
- ACPICA: Update version to 20200528 (jsc#SLE-16407).
- PCI: Rename _DSM constants to align with spec (jsc#SLE-16407).
- ACPI: DPTF: Add battery participant driver (jsc#SLE-16407).
  Refresh
  patches.suse/ACPI-DPTF-Add-battery-participant-for-TigerLake.patch
- ACPI: DPTF: Additional sysfs attributes for power participant
  driver (jsc#SLE-16407).
- ACPI / PMIC: Add i2c address for thermal control
  (jsc#SLE-16407).
- ACPI: utils: Add acpi_evaluate_reg() helper (jsc#SLE-16407).
- ACPI: Delete unused proc filename macros (jsc#SLE-16407).
- ACPI: debug: Make two functions static (jsc#SLE-16407).
- ACPI: processor: idle: Allow probing on platforms with one
  ACPI C-state (jsc#SLE-16407).
- ACPI: sleep: Put the FACS table after using it (jsc#SLE-16407).
- ACPI: scan: Put SPCR and STAO table after using it
  (jsc#SLE-16407).
- ACPI: EC: Put the ACPI table after using it (jsc#SLE-16407).
- ACPI: APEI: Put the HEST table for error path (jsc#SLE-16407).
- ACPI: APEI: Put the error record serialization table for error
  path (jsc#SLE-16407).
- ACPI: APEI: Put the error injection table for error path and
  module exit (jsc#SLE-16407).
- ACPI: APEI: Put the boot error record table after parsing
  (jsc#SLE-16407).
- ACPI: watchdog: Put the watchdog action table after parsing
  (jsc#SLE-16407).
- ACPI: LPIT: Put the low power idle table after using it
  (jsc#SLE-16407).
- ACPICA: Update version to 20200430 (jsc#SLE-16407).
- PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
  (jsc#SLE-16407).
- PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()
  (jsc#SLE-16407).
- PM: sleep: core: Rename dev_pm_may_skip_resume()
  (jsc#SLE-16407).
- PM: sleep: core: Rework the power.may_skip_resume handling
  (jsc#SLE-16407).
- PM: sleep: core: Do not skip callbacks in the resume phase
  (jsc#SLE-16407).
- PM: sleep: core: Fold functions into their callers
  (jsc#SLE-16407).
- PM: sleep: core: Simplify the SMART_SUSPEND flag handling
  (jsc#SLE-16407).
- ACPI: PM: s2idle: Print type of wakeup debug messages
  (jsc#SLE-16407).
- ACPI/PCI: pci_link: use extended_irq union member when setting
  ext-irq shareable (jsc#SLE-16407).
- ACPI: button: Drop no longer necessary Asus T200TA
  lid_init_state quirk (jsc#SLE-16407).
- ACPI: EC: Fix up fast path check in acpi_ec_add()
  (jsc#SLE-16407).
- ACPI: NFIT: Replace zero-length array with flexible-array member
  (jsc#SLE-16407).
- ACPI: NUMA: Up-level "/map to online node"/ functionality
  (jsc#SLE-16407).
- ACPICA: Update version 20200326 (jsc#SLE-16407).
- ACPICA: WSMT: Fix typo, no functional change (jsc#SLE-16407).
- ACPICA: Fix IVRS IVHD type 10h reserved field name
  (jsc#SLE-16407).
- ACPICA: Implement IVRS IVHD type 11h parsing (jsc#SLE-16407).
- ACPICA: Fix a typo in a comment field (jsc#SLE-16407).
- x86: ACPI: fix CPU hotplug deadlock (jsc#SLE-16407).
- PM: sleep: core: Drop racy and redundant checks from
  device_prepare() (jsc#SLE-16407).
  Refresh
  patches.suse/0011-PM-sleep-core-Rename-DPM_FLAG_NEVER_SKIP.patch
- PCI/ACPI: Move pcie_to_hpx3_type from stack to static data
  (jsc#SLE-16407).
- acpi: Remove header dependency (jsc#SLE-16407).
- ACPI: PCI: Use scnprintf() for avoiding potential buffer
  overflow (jsc#SLE-16407).
- ACPI: fan: Use scnprintf() for avoiding potential buffer
  overflow (jsc#SLE-16407).
- ACPI: EC: Eliminate EC_FLAGS_QUERY_HANDSHAKE (jsc#SLE-16407).
- ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()
  (jsc#SLE-16407).
- blacklist.conf:
  Removed
  65a691f5f8f0bb63d6a82eec7b0ffd193d8d8a5f # ACPI: not for stable, reverted below
  c85a7109f905f7848735ef50d7e63e5534c4e95d # ACPI: stable commit reverting the above
- ACPI: EC: Simplify acpi_ec_ecdt_start() and acpi_ec_init()
  (jsc#SLE-16407).
- ACPI: EC: Consolidate event handler installation code
  (jsc#SLE-16407).
- ACPI: EC: Use fast path in acpi_ec_add() for DSDT boot EC
  (jsc#SLE-16407).
- ACPI: EC: Simplify acpi_ec_add() (jsc#SLE-16407).
- ACPI: EC: Drop AE_NOT_FOUND special case from
  ec_install_handlers() (jsc#SLE-16407).
- ACPI: EC: Avoid passing redundant argument to functions
  (jsc#SLE-16407).
- ACPI: EC: Avoid printing confusing messages in acpi_ec_setup()
  (jsc#SLE-16407).
- ACPI: list_for_each_safe() -> list_for_each_entry_safe()
  (jsc#SLE-16407).
- ACPI: video: remove redundant assignments to variable result
  (jsc#SLE-16407).
- ACPI: OSL: Add missing __acquires/__releases annotations
  (jsc#SLE-16407).
- ACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entry
  (jsc#SLE-16407).
- ACPI / AC: Cleanup DMI quirk table (jsc#SLE-16407).
- ACPI: Add new tiny-power-button driver to directly signal init
  (jsc#SLE-16407).
  Update config files.
  x86_64/default add # CONFIG_ACPI_TINY_POWER_BUTTON is not set
  arm64/default add # CONFIG_ACPI_TINY_POWER_BUTTON is not set
- ACPI: button: move HIDs to acpi/button.h (jsc#SLE-16407).
- ACPICA: Update version to 20200214 (jsc#SLE-16407).
- PM: sleep: core: Use built-in RCU list checking (jsc#SLE-16407).
- i2c: designware: Add ACPI HID for Hisilicon Hip08-Lite I2C
  controller (jsc#SLE-16407).
- ACPI / APD: Add clock frequency for Hisilicon Hip08-Lite I2C
  controller (jsc#SLE-16407).
- ACPI/IORT: Parse SSID property of named component node
  (jsc#SLE-16407).
  Refresh
  patches.suse/ACPI-IORT-Add-an-input-ID-to-acpi_dma_configure.patch
- ACPI: thermal: switch to use <linux/units.h> helpers
  (jsc#SLE-16407).
- ACPI / LPSS: Rename pwm_backlight pwm-lookup to
  pwm_soc_backlight (jsc#SLE-16407).
- ACPI: PPTT: Consistently use unsigned int as parameter type
  (jsc#SLE-16407).
- ACPI: video: Use native backlight on Lenovo E41-25/45
  (jsc#SLE-16407).
- ACPI: video: fix typo in comment (jsc#SLE-16407).
- ACPICA: Update version to 20200110 (jsc#SLE-16407).
- ACPICA: Update version to 20191213 (jsc#SLE-16407).
- ACPICA: acpisrc: add unix line ending support for non-windows
  build (jsc#SLE-16407).
- ACPI: Fix Kconfig indentation (jsc#SLE-16407).
- ACPI: button: Add DMI quirk for Acer Switch 10 SW5-032
  lid-switch (jsc#SLE-16407).
- device property: Add a function to obtain a node's prefix
  (jsc#SLE-16407).
  Refresh
  patches.suse/device-property-export-fwnode_get_name.patch
- ACPI: HMAT: use %u instead of %d to print u32 values
  (jsc#SLE-16407).
- ACPI: NUMA: HMAT: fix a section mismatch (jsc#SLE-16407).
- ACPI: HMAT: don't mix pxm and nid when setting memory target
  processor_pxm (jsc#SLE-16407).
- ACPI: NUMA: HMAT: Register "/soft reserved"/ memory as an "/hmem"/
  device (jsc#SLE-16407).
- ACPI: NUMA: HMAT: Register HMAT at device_initcall level
  (jsc#SLE-16407).
- device-dax: Add a driver for "/hmem"/ devices (jsc#SLE-16407).
- Update config files.
  x86_64/default add CONFIG_DEV_DAX_HMEM=m
  arm64/default add CONFIG_DEV_DAX_HMEM=m
- supported.conf:
  - drivers/dax/dax_hmem
- ACPI: NUMA: Establish a new drivers/acpi/numa/ directory
  (jsc#SLE-16407).
  Update config files.
- ACPI: video: update doc for acpi_video_bus_DOS()
  (jsc#SLE-16407).
- ACPI: platform: Unregister stale platform devices
  (jsc#SLE-16407).
- ACPI / LPSS: Switch to use acpi_dev_hid_uid_match()
  (jsc#SLE-16407).
- ACPI / utils: Describe function parameters in kernel-doc
  (jsc#SLE-16407).
- ACPI: button: Remove unused acpi_lid_notifier_register()
  functions (jsc#SLE-16407).
  Refresh
  patches.suse/ACPI-button-fix-handling-lid-state-changes-when-inpu.patch
- ACPI: button: Add DMI quirk for Asus T200TA (jsc#SLE-16407).
- ACPI: button: Turn lid_blacklst DMI table into a generic quirk
  table (jsc#SLE-16407).
  Refresh
  patches.suse/ACPI-button-Add-DMI-quirk-for-Medion-Akoya-E2215T.patch
- ACPI: button: Allow disabling LID support with the
  lid_init_state module option (jsc#SLE-16407).
- ACPI: button: Refactor lid_init_state module parsing code
  (jsc#SLE-16407).
- ACPI / PMIC: Add Cherry Trail Crystal Cove PMIC OpRegion driver
  (jsc#SLE-16407).
- ACPI / PMIC: Add byt prefix to Crystal Cove PMIC OpRegion driver
  (jsc#SLE-16407).
- ACPI / PMIC: Do not register handlers for unhandled OpRegions
  (jsc#SLE-16407).
- ACPI: EC: add support for hardware-reduced systems
  (jsc#SLE-16407).
- ACPI: EC: tweak naming in preparation for GpioInt support
  (jsc#SLE-16407).
- ACPICA: Update version to 20191018 (jsc#SLE-16407).
- ACPI: OSI: Shoot duplicate word (jsc#SLE-16407).
- ACPI: processor_idle: Skip dummy wait if kernel is in guest
  (jsc#SLE-16407).
- acpi: Use pr_warn instead of pr_warning (jsc#SLE-16407).
  Refresh
  patches.suse/acpi-disable-deprecated-warnings.patch
- ACPI: HMAT: ACPI_HMAT_MEMORY_PD_VALID is deprecated since
  ACPI-6.3 (jsc#SLE-16407).
- PCI/ACPI: Remove unnecessary struct hotplug_program_ops
  (jsc#SLE-16407).
  Refresh
  patches.suse/pci-aer-add-pci_aer_raw_clear_status-to-unconditionally-clear-error-status
- PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.c
  (jsc#SLE-16407).
  Refresh
  patches.suse/pci-aer-add-pci_aer_raw_clear_status-to-unconditionally-clear-error-status
- PCI/ACPI: Rename _HPX structs from hpp_* to hpx_*
  (jsc#SLE-16407).
- PCI: Move ASPM declarations to linux/pci.h (jsc#SLE-16407).
  Refresh
  patches.suse/r8169-improve-rtl_get_coalesce.patch
  patches.suse/mt76-mt76x2e-disable-pcie_aspm-by-default.patch
  patches.suse/mt76-fix-include-in-pci.h.patch
- ACPI: thermal: Remove redundant acpi_has_method() calls
  (jsc#SLE-16407).
- ACPI: SBS: remove unused const variable 'SMBUS_PEC'
  (jsc#SLE-16407).
- ACPI/PCI: Remove surplus parentheses from a return statement
  (jsc#SLE-16407).
- HMAT: Register attributes for memory hot add (jsc#SLE-16407).
  Refresh
  patches.suse/0001-HMAT-Skip-publishing-target-info-for-nodes-with-no-o.patch
- ACPI / APEI: Get rid of NULL_UUID_LE constant (jsc#SLE-16407).
  Refresh
  patches.suse/ACPI-APEI-Kick-the-memory_failure-queue-for-synchron.patch
- ACPICA: Update version to 20190816 (jsc#SLE-16407).
- ACPICA: Macros: remove pointer math on a null pointer
  (jsc#SLE-16407).
- ACPI: PM: Print debug messages on device power state changes
  (jsc#SLE-16407).
- PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()
  (jsc#SLE-16407).
- PM: sleep: Integrate suspend-to-idle with generig suspend flow
  (jsc#SLE-16407).
- drivers: Introduce device lookup variants by ACPI_COMPANION
  device (jsc#SLE-16407).
- Refresh
  patches.suse/drivers-base-implement-dev_enable_async_probe.patch
  patches.suse/i2c-acpi-put-device-when-verifying-client-fails.patch
- acpi: Use built-in RCU list checking for acpi_ioremaps list
  (jsc#SLE-16407).
- commit 2e42a5c
- mm,memory_failure: always pin the page in madvise_inject_error
  (bsc#1180258).
- commit 7fb306a
- x86/mm/ident_map: Check for errors from ident_pud_init()
  (bsc#1152489).
- commit 37afaed
- fix patches metadata
- fix Patch-mainline:
  patches.suse/IB-isert-Fix-unaligned-immediate-data-handling.patch
  patches.suse/IB-mthca-fix-return-value-of-error-branch-in-mthca_i.patch
  patches.suse/IB-rdmavt-Fix-sizeof-mismatch.patch
  patches.suse/IB-srpt-Fix-memory-leak-in-srpt_add_one.patch
  patches.suse/IB-uverbs-Set-IOVA-on-IB-MR-in-uverbs-layer.patch
  patches.suse/RDMA-bnxt_re-Do-not-add-user-qps-to-flushlist.patch
  patches.suse/RDMA-core-Fix-bogus-WARN_ON-during-ib_unregister_dev.patch
  patches.suse/RDMA-core-Fix-reported-speed-and-width.patch
  patches.suse/RDMA-core-Fix-return-error-value-in-_ib_modify_qp-to.patch
  patches.suse/RDMA-core-Free-DIM-memory-in-error-unwind.patch
  patches.suse/RDMA-core-Stop-DIM-before-destroying-CQ.patch
  patches.suse/RDMA-counter-Allow-manually-bind-QPs-with-different-.patch
  patches.suse/RDMA-counter-Only-bind-user-QPs-in-auto-mode.patch
  patches.suse/RDMA-hns-Bugfix-for-memory-window-mtpt-configuration.patch
  patches.suse/RDMA-netlink-Remove-CAP_NET_RAW-check-when-dump-a-ra.patch
  patches.suse/RDMA-pvrdma-Fix-missing-kfree-in-pvrdma_register_dev.patch
  patches.suse/RDMA-qedr-Endianness-warnings-cleanup.patch
  patches.suse/RDMA-qedr-Fix-memory-leak-in-iWARP-CM.patch
  patches.suse/RDMA-qedr-SRQ-s-bug-fixes.patch
  patches.suse/RDMA-rxe-Drop-pointless-checks-in-rxe_init_ports.patch
  patches.suse/RDMA-rxe-Fix-memleak-in-rxe_mem_init_user.patch
  patches.suse/RDMA-rxe-Fix-skb-lifetime-in-rxe_rcv_mcast_pkt.patch
  patches.suse/RDMA-rxe-Fix-the-parent-sysfs-read-when-the-interfac.patch
  patches.suse/RDMA-rxe-Handle-skb_clone-failure-in-rxe_recv.c.patch
  patches.suse/RDMA-rxe-Prevent-access-to-wr-next-ptr-afrer-wr-is-p.patch
  patches.suse/RDMA-rxe-Remove-unused-rxe_mem_map_pages.patch
  patches.suse/RDMA-rxe-Return-void-from-rxe_init_port_param.patch
  patches.suse/RDMA-rxe-Return-void-from-rxe_mem_init_dma.patch
  patches.suse/RDMA-rxe-Skip-dgid-check-in-loopback-mode.patch
  patches.suse/RDMA-srpt-Fix-typo-in-srpt_unregister_mad_agent-docs.patch
- commit 2dad798
- fix patches metadata
- fix Patch-mainline:
  patches.suse/scsi-mpt3sas-add-bypass_dirty_port_flag-parameter
  patches.suse/scsi-mpt3sas-add-module-parameter-multipath_on_hba
  patches.suse/scsi-mpt3sas-allocate-memory-for-hba_port-objects
  patches.suse/scsi-mpt3sas-bump-driver-version-to-35-101-00-00
  patches.suse/scsi-mpt3sas-define-hba_port-structure
  patches.suse/scsi-mpt3sas-get-device-objects-using-sas_address-portid
  patches.suse/scsi-mpt3sas-get-sas_device-objects-using-device-s-rphy
  patches.suse/scsi-mpt3sas-handle-vses-vphy-object-during-hba-reset
  patches.suse/scsi-mpt3sas-handling-hba-vses-device
  patches.suse/scsi-mpt3sas-rearrange-scsih_mark_responding_sas_device
  patches.suse/scsi-mpt3sas-rename-transport_del_phy_from_an_existing_port
  patches.suse/scsi-mpt3sas-set-valid-physicalport-in-smppassthrough
  patches.suse/scsi-mpt3sas-update-hba_port-objects-after-host-reset
  patches.suse/scsi-mpt3sas-update-hba_port-s-sas_address-phy_mask
- commit a2950eb
- EDAC/i10nm: Use readl() to access MMIO registers (bsc#1152489).
- commit a3a0100
- series.conf: cleanup
- update upstream reference and resort:
  patches.suse/powerpc-perf-Fix-crash-with-is_sier_available-when-p.patch
- commit adb35a0
- samples/bpf: Fix possible hang in xdpsock with multiple threads
  (bsc#1177028).
- libbpf: Sanitise map names before pinning (bsc#1177028).
- samples: bpf: Refactor hbm program with libbpf (bsc#1177028).
- tools/bpftool: Fix build slowdown (bsc#1177028).
- bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds
  (bsc#1177028).
- selftests/bpf/test_offload.py: Filter bpftool internal map
  when counting maps (bsc#1177028).
- selftests/bpf/test_offload.py: Fix expected case of extack
  messages (bsc#1177028).
- selftests/bpf/test_offload.py: Only check verifier log on
  verification fails (bsc#1177028).
- selftests/bpf/test_offload.py: Remove check for program load
  flags match (bsc#1177028).
- xdp: Remove the xdp_attachment_flags_ok() callback
  (bsc#1177028).
- tools/bpftool: Fix PID fetching with a lot of results
  (bsc#1177028).
- selftests/bpf: Drain ringbuf samples at the end of test
  (bsc#1177028).
- libbpf: Fix ring_buffer__poll() to return number of consumed
  samples (bsc#1177028).
- commit fa84f47
- series.conf: refresh
- update upstream references and resort:
  patches.suse/arm64-force-no_block_mappings-if-crashkernel-reservation-is-required.patch.
  patches.suse/arm64-ignore-any-dma-offsets-in-the-max_zone_phys-calculation.patch.
  patches.suse/arm64-mm-move-reserve_crashkernel-into-mem_init.patch.
  patches.suse/arm64-mm-move-zone_dma_bits-initialization-into-zone_sizes_init.patch.
  patches.suse/arm64-mm-set-zone_dma-size-based-on-devicetree-s-dma-ranges.patch.
  patches.suse/arm64-mm-set-zone_dma-size-based-on-early-iort-scan.patch.
  patches.suse/ibmvnic-Clean-up-TX-code-and-TX-buffer-data-structur.patch.
  patches.suse/ibmvnic-Correctly-re-enable-interrupts-in-NAPI-polli.patch.
  patches.suse/ibmvnic-Do-not-replenish-RX-buffers-after-every-poll.patch.
  patches.suse/ibmvnic-Ensure-that-device-queue-memory-is-cache-lin.patch.
  patches.suse/ibmvnic-Introduce-batched-RX-buffer-descriptor-trans.patch.
  patches.suse/ibmvnic-Introduce-indirect-subordinate-Command-Respo.patch.
  patches.suse/ibmvnic-Introduce-xmit_more-support-using-batched-su.patch.
  patches.suse/ibmvnic-Remove-send_subcrq-function.patch.
  patches.suse/ibmvnic-Use-netdev_alloc_skb-instead-of-alloc_skb-to.patch.
  patches.suse/ibmvnic-fix-rx-buffer-tracking-and-index-management-.patch.
  patches.suse/net-smc-improve-return-codes-for-smc-dv2.
  patches.suse/of-address-introduce-of_dma_get_max_cpu_address.patch.
  patches.suse/powerpc-perf-Add-generic-and-cache-event-list-for-po.patch.
  patches.suse/powerpc-perf-Add-new-power-PMU-flag-PPMU_P10_DD1-for.patch.
  patches.suse/powerpc-perf-Drop-the-check-for-SIAR_VALID.patch.
  patches.suse/powerpc-perf-Fix-crash-with-is_sier_available-when-p.patch.
  patches.suse/powerpc-perf-Fix-the-PMU-group-constraints-for-thres.patch.
  patches.suse/powerpc-perf-Fix-to-update-cache-events-with-l2l3-ev.patch.
  patches.suse/powerpc-perf-Fix-to-update-generic-event-codes-for-p.patch.
  patches.suse/powerpc-perf-Fix-to-update-radix_scope_qual-in-power.patch.
  patches.suse/powerpc-perf-Invoke-per-CPU-variable-access-with-dis.patch.
  patches.suse/powerpc-perf-MMCR0-control-for-PMU-registers-under-P.patch.
  patches.suse/powerpc-perf-Update-the-PMU-group-constraints-for-l2.patch.
  patches.suse/powerpc-perf-Use-regs-nip-when-SIAR-is-zero.patch.
  patches.suse/powerpc-perf-Use-the-address-from-SIAR-register-to-s.patch.
  patches.suse/s390-sles15sp3-03-01-s390-cio-Export-information-about-Endpoint-Security-.patch.
  patches.suse/s390-sles15sp3-03-02-s390-cio-Provide-Endpoint-Security-Mode-per-CU.patch.
  patches.suse/s390-sles15sp3-03-03-s390-cio-Add-support-for-FCES-status-notification.patch.
  patches.suse/s390-sles15sp3-03-04-s390-dasd-Remove-unused-parameter-from-dasd_generic_.patch.
  patches.suse/s390-sles15sp3-03-05-s390-dasd-Move-duplicate-code-to-separate-function.patch.
  patches.suse/s390-sles15sp3-03-06-s390-dasd-Store-path-configuration-data-during-path-.patch.
  patches.suse/s390-sles15sp3-03-07-s390-dasd-Fix-operational-path-inconsistency.patch.
  patches.suse/s390-sles15sp3-03-08-s390-dasd-Display-FC-Endpoint-Security-information-v.patch.
  patches.suse/s390-sles15sp3-03-09-s390-dasd-Prepare-for-additional-path-event-handling.patch.
  patches.suse/s390-sles15sp3-03-10-s390-dasd-Process-FCES-path-event-notification.patch.
  patches.suse/scsi-fnic-avoid-looping-in-trans-eth-on-unload.
  patches.suse/scsi-fnic-change-shost_printk-to-fnic_fcs_dbg.
  patches.suse/scsi-fnic-change-shost_printk-to-fnic_main_dbg.
  patches.suse/scsi-fnic-set-scsi_set_resid-only-for-underflow.
  patches.suse/scsi-fnic-validate-io_req-before-others.
- commit 41ceac4
- rtc: pcf2127: fix pcf2127_nvmem_read/write() returns
  (git-fixes).
- commit fe3d756
- rtc: ep93xx: Fix NULL pointer dereference in
  ep93xx_rtc_read_time (git-fixes).
- rtc: hym8563: enable wakeup when applicable (git-fixes).
- commit 52e449a
- pwm: imx27: Fix overflow for bigger periods (git-fixes).
- firmware: tegra: fix strncpy()/strncat() confusion (git-fixes).
- mtd: spi-nor: ignore errors in spi_nor_unlock_all() (git-fixes).
- mtd: spi-nor: sst: fix BPn bits for the SST25VF064C (git-fixes).
- iwlwifi: sta: set max HE max A-MPDU according to HE capa
  (git-fixes).
- commit 48bc7b1
- power: supply: bq24190_charger: fix reference leak (git-fixes).
- power: supply: axp288_charger: Fix HP Pavilion x2 10 DMI
  matching (git-fixes).
- HSI: omap_ssi: Don't jump to free ID in ssi_add_controller()
  (git-fixes).
- pwm: lp3943: Dynamically allocate PWM chip base (git-fixes).
- pwm: zx: Add missing cleanup in error path (git-fixes).
- commit 22a0fb4
- Fixed 14 mpt3sas patches, now upstream (jsc#SLE-16914, bsc#1177733)
  Should be no functional change, bu the patches are updated
  with commit ID, and moved to the proper place in series.conf.
- commit eef3811
- scsi: core: Fix VPD LUN ID designator priorities (bsc#1178049).
- commit efdf30e
- spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts
  (bsc#1180214).
- rtc: pcf2127: fix a bug when not specify interrupts property
  (bsc#1180214).
- rtc: fsl-ftm-alarm: update acpi device id (bsc#1180214).
- ahci: qoriq: enable acpi support in qoriq ahci driver
  (bsc#1180214).
- spi: spi-nxp-fspi: Add ACPI support (bsc#1180214).
- commit 8759723
- supported.conf: Declare qat4xxx supported externally by Intel
- commit b7913fb
- scsi: mpt3sas: Bump driver version to 35.101.00.00
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Add module parameter multipath_on_hba
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Handle vSES vphy object during HBA reset
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Add bypass_dirty_port_flag parameter
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Handling HBA vSES device (jsc#SLE-16914,
  bsc#1177733).
- scsi: mpt3sas: Set valid PhysicalPort in SMPPassThrough
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Update hba_port objects after host reset
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Get sas_device objects using device's rphy
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Get device objects using sas_address & portID
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Update hba_port's sas_address & phy_mask
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Allocate memory for hba_port objects
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Define hba_port structure (jsc#SLE-16914,
  bsc#1177733).
- scsi: mpt3sas: A small correction in _base_process_reply_queue
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Fix sync irqs (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Detect tampered Aero and Sea adapters
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Remove pci-dma-compat wrapper API (jsc#SLE-16914,
  bsc#1177733).
- scsi: mpt3sas: Remove superfluous memset() (jsc#SLE-16914,
  bsc#1177733).
- scsi: mpt3sas: Update driver version to 35.100.00.00
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Postprocessing of target and LUN reset
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Add functions to check if any cmd is outstanding
  on Target and LUN (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Rename and export interrupt mask/unmask functions
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Cancel the running work during host reset
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Dump system registers for debugging
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Memset config_cmds.reply buffer with zeros
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Don't call disable_irq from IRQ poll handler
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Fix set but unused variable (jsc#SLE-16914,
  bsc#1177733).
- scsi: mpt3sas: Fix error returns in BRM_status_show
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Fix unlock imbalance (jsc#SLE-16914,
  bsc#1177733).
- scsi: mpt3sas: Fix memset() in non-RDPQ mode (jsc#SLE-16914,
  bsc#1177733).
- scsi: mpt3sas: Fix reply queue count in non RDPQ mode
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Fix double free warnings (jsc#SLE-16914,
  bsc#1177733).
- scsi: mpt3sas: Disable DIF when prot_mask set to zero
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Capture IOC data for debugging purposes
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Use true, false for ioc->use_32bit_dma
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Remove NULL check before freeing function
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Update mpt3sas version to 33.101.00.00
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Handle RDPQ DMA allocation in same 4G region
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Separate out RDPQ allocation to new function
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Rename function name is_MSB_are_same
  (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: Don't change the DMA coherent mask after
  allocations (jsc#SLE-16914, bsc#1177733).
- scsi: mpt3sas: use true,false for bool variables (jsc#SLE-16914,
  bsc#1177733).
- commit 5bf7889
- crypto: qat - add capability detection logic in qat_4xxx
  (jsc#SLE-14454).
- commit 83336e3
- crypto: qat - add AES-XTS support for QAT GEN4 devices
  (jsc#SLE-14454).
- Refresh patches.suse/QAT-add-suse_kabi_padding.patch.
- commit 3755a1e
- crypto: qat - add AES-CTR support for QAT GEN4 devices
  (jsc#SLE-14454).
- commit 5393983
- crypto: qat - fix excluded_middle.cocci warnings
  (jsc#SLE-14454).
- commit a62bf18
- tracing: Fix race in trace_open and buffer resize call
  (CVE-2020-27825 bsc#1179960).
- commit c590ed4
- ring-buffer: speed up buffer resets by avoiding synchronize_rcu
  for each CPU (CVE-2020-27825 bsc#1179960).
- commit d308278
- ring-buffer: Make resize disable per cpu buffer instead of
  total buffer (CVE-2020-27825 bsc#1179960).
- commit 95e9004
- crypto: qat - add gen4 firmware loader (jsc#SLE-14454).
- commit 9d44e54
- Drop a backported uvcvideo patch that caused a regression (bsc#1180117)
  Also blacklisting the commit
- commit b185b93
- blacklist.conf: Remove temporary drm path blacklist
- commit f037d4c
- crypto: qat - add qat_4xxx driver (jsc#SLE-14454).
  Update config files.
- commit 8df8685
- crypto: s390/sha1 - prefix the "/sha1_"/ functions
  (jsc#SLE-14454).
- commit aad706f
- crypto: qat - add hook to initialize vector routing table
  (jsc#SLE-14454).
- commit 21c4c5c
- x86/resctrl: Fix incorrect local bandwidth when mba_sc is
  enabled (bsc#1152489).
- x86/resctrl: Remove unused struct mbm_state::chunks_bw
  (bsc#1152489).
- commit b4996a1
- crypto: powerpc/sha1 - prefix the "/sha1_"/ functions
  (jsc#SLE-14454).
- commit 7a8e9d4
- nvmet-fc: fix missing check for no hostport struct
  (bsc#1176942).
- commit 7fab8fc
- scsi: qla2xxx: Update version to 10.02.00.104-k (bsc#1171688
  bsc#1172733).
- scsi: qla2xxx: Fix device loss on 4G and older HBAs (bsc#1171688
  bsc#1172733).
- scsi: qla2xxx: If fcport is undergoing deletion complete I/O
  with retry (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Fix the call trace for flush workqueue
  (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Fix flash update in 28XX adapters on big endian
  machines (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Handle aborts correctly for port undergoing
  deletion (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Fix N2N and NVMe connect retry failure
  (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Fix FW initialization error on big endian
  machines (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Fix crash during driver load on big endian
  machines (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Fix compilation issue in PPC systems (bsc#1171688
  bsc#1172733).
- scsi: qla2xxx: Don't check for fw_started while posting NVMe
  command (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Tear down session if FW say it is down
  (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Limit interrupt vectors to number of CPUs
  (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Change post del message from debug level to
  log level (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Remove in_interrupt() from qla83xx-specific code
  (bsc#1171688 bsc#1172733).
- scsi: target: tcm_qla2xxx: Remove BUG_ON(in_interrupt())
  (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Remove in_interrupt() from qla82xx-specific code
  (bsc#1171688 bsc#1172733).
- commit 298833c
- crypto: qat - target fw images to specific AEs (jsc#SLE-14454).
- commit e7e8777
- scsi: qla2xxx: Move sess cmd list/lock to driver (bsc#1171688
  bsc#1172733).
- scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAG (bsc#1171688
  bsc#1172733).
- scsi: qla2xxx: Return EBUSY on fcport deletion (bsc#1171688
  bsc#1172733).
  Replace patches.suse/qla2xxx-return-ebusy-on-fcport-deletion.patch
  with upstream version.
- scsi: qla2xxx: remove incorrect sparse #ifdef (bsc#1171688
  bsc#1172733).
- scsi: qla2xxx: Fix return of uninitialized value in rval
  (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Convert to DEFINE_SHOW_ATTRIBUTE (bsc#1171688
  bsc#1172733).
- scsi: qla2xxx: Initialize variable in qla8044_poll_reg()
  (bsc#1171688 bsc#1172733).
- scsi: qla2xxx: Do not consume srb greedily (bsc#1171688
  bsc#1172733).
- scsi: qla2xxx: Handle incorrect entry_type entries (bsc#1171688
  bsc#1172733).
- commit 3c29fc6
- x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP
  (bsc#1152489).
- commit 994c3ae
- scsi: qla2xxx: Use constant when it is known (bsc#1171688
  bsc#1172733).
  Refresh:
  - patches.suse/qla2xxx-return-ebusy-on-fcport-deletion.patch
- commit cfc1ae5
- crypto: sha - split sha.h into sha1.h and sha2.h
  (jsc#SLE-14454).
- Refresh
  patches.suse/add-product-identifying-information-to-vmcoreinfo.patch.
- commit 8180f5f
- scsi: lpfc: Fix fall-through warnings for Clang (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Correct null ndlp reference on routine exit
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Use generic power management (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix variable 'vport' set but not used in
  lpfc_sli4_abts_err_handler() (bsc#1175480 bsc#1176396
  bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix missing prototype for
  lpfc_nvmet_prep_abort_wqe() (bsc#1175480 bsc#1176396 bsc#1176942
  bsc#1177500).
- scsi: lpfc: Fix set but unused variables
  in lpfc_dev_loss_tmo_handler() (bsc#1175480 bsc#1176396
  bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix set but not used warnings from Rework remote
  port lock handling (bsc#1175480 bsc#1176396 bsc#1176942
  bsc#1177500).
- scsi: lpfc: Fix missing prototype warning for
  lpfc_fdmi_vendor_attr_mi() (bsc#1175480 bsc#1176396 bsc#1176942
  bsc#1177500).
- scsi: lpfc: Fix memory leak on lcb_context (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Remove dead code on second !ndlp check (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix pointer defereference before it is null checked
  issue (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Update changed file copyrights for 2020 (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Update lpfc version to 12.8.0.6 (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlers
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Convert SCSI I/O completions to SLI-3 and SLI-4
  handlers (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Convert SCSI path to use common I/O submission path
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Enable common send_io interface for SCSI and NVMe
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Enable common wqe_template support for both SCSI
  and NVMe (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Refactor WQE structure definitions for common use
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix NPIV Fabric Node reference counting (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix NPIV discovery and Fabric Node detection
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Unsolicited ELS leaves node in incorrect state while
  dropping it (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Remove ndlp when a PLOGI/ADISC/PRLI/REG_RPI
  ultimately fails (bsc#1175480 bsc#1176396 bsc#1176942
  bsc#1177500).
- scsi: lpfc: Rework remote port lock handling (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix refcounting around SCSI and NVMe transport APIs
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix removal of SCSI transport device get and put on
  dev structure (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Rework locations of ndlp reference taking
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Rework remote port ref counting and node freeing
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: lpfc_nvmet: Fix-up some formatting and doc-rot
  issues (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: lpfc_nvme: Fix some kernel-doc related issues
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: lpfc_nvme: Remove unused variable 'phba'
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch
  of functions (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: lpfc_debugfs: Fix a couple of function documentation
  issues (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: lpfc_attr: Fix-up a bunch of kernel-doc
  misdemeanours (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: lpfc_attr: Demote kernel-doc format for redefined
  functions (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: lpfc_scsi: Fix a whole host of kernel-doc issues
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Update lpfc version to 12.8.0.5 (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Reject CT request for MIB commands (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Add FDMI Vendor MIB support (bsc#1175480 bsc#1176396
  bsc#1176942 bsc#1177500).
- scsi: lpfc: Enlarge max_sectors in scsi host templates
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix duplicate wq_create_version check (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Removed unused macros in lpfc_attr.c (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix scheduling call while in softirq context
  in lpfc_unreg_rpi (bsc#1175480 bsc#1176396 bsc#1176942
  bsc#1177500).
- scsi: lpfc: Fix invalid sleeping context in
  lpfc_sli4_nvmet_alloc() (bsc#1175480 bsc#1176396 bsc#1176942
  bsc#1177500).
- scsi: Remove unneeded break statements (bsc#1175480 bsc#1176396
  bsc#1176942 bsc#1177500).
- scsi: lpfc: Remove unneeded variable 'status' in
  lpfc_fcp_cpu_map_store() (bsc#1175480 bsc#1176396 bsc#1176942
  bsc#1177500).
- scsi: lpfc: Drop nodelist reference on error in lpfc_gen_req()
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Remove set but not used 'qp' (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix spelling mistake "/Cant"/ -> "/Can't"/ (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supported
  (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Update lpfc version to 12.8.0.4 (bsc#1175480
  bsc#1176396 bsc#1176942 bsc#1177500).
- scsi: lpfc: Extend the RDF FPIN Registration descriptor
  for additional events (bsc#1175480 bsc#1176396 bsc#1176942
  bsc#1177500).
- scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt
  discovery (bsc#1175480 bsc#1176396 bsc#1176942 bsc#1177500).
- commit 6c7ebde
- soc: amlogic: canvas: add missing put_device() call in
  meson_canvas_get() (git-fixes).
- drivers: soc: ti: knav_qmss_queue: Fix error return code in
  knav_queue_probe (git-fixes).
- soc: ti: Fix reference imbalance in knav_dma_probe (git-fixes).
- soc: ti: knav_qmss: fix reference leak in knav_queue_probe
  (git-fixes).
- soc: qcom: smp2p: Safely acquire spinlock without IRQs
  (git-fixes).
- soc: mediatek: Check if power domains can be powered on at
  boot time (git-fixes).
- soc/tegra: fuse: Fix index bug in get_process_id (git-fixes).
- soc: renesas: rmobile-sysc: Fix some leaks in
  rmobile_init_pm_domains() (git-fixes).
- soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)
  (git-fixes).
- spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts
  (git-fixes).
- commit 37de46f
- platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion
  13 x360 PC (git-fixes).
- Refresh
  patches.suse/platform-x86-intel-vbtn-Allow-switch-events-on-Acer-.patch.
- commit b789099
- pinctrl: falcon: add missing put_device() call in
  pinctrl_falcon_probe() (git-fixes).
- mtd: rawnand: gpmi: Fix the random DMA timeout issue
  (git-fixes).
- mtd: rawnand: meson: Fix a resource leak in init (git-fixes).
- pinctrl: amd: remove debounce filter setting in IRQ type setting
  (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the Irbis TW118
  tablet (git-fixes).
- platform/x86: acer-wmi: add automatic keyboard background
  light toggle key as KEY_LIGHTS_TOGGLE (git-fixes).
- platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk
  for Thinkpad Yoga 11e 4th gen (git-fixes).
- platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on
  Yoga 11e (git-fixes).
- commit 3fd302b
- mtd: rawnand: gpmi: fix reference count leak in gpmi ops
  (git-fixes).
- mtd: rawnand: meson: fix meson_nfc_dma_buffer_release()
  arguments (git-fixes).
- mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register read
  (git-fixes).
- mtd: spinand: Fix OOB read (git-fixes).
- mfd: rt5033: Fix errorneous defines (git-fixes).
- Input: cm109 - do not stomp on control URB (git-fixes).
- Input: i8042 - add Acer laptops to the i8042 reset list
  (git-fixes).
- iwlwifi: mvm: fix kernel panic in case of assert during CSA
  (git-fixes).
- iwlwifi: pcie: limit memory read spin time (git-fixes).
- commit d3789b9
- series.conf: refresh
- update upstream references and resort:
  patches.suse/scsi-fnic-avoid-looping-in-trans-eth-on-unload
  patches.suse/scsi-fnic-change-shost_printk-to-fnic_fcs_dbg
  patches.suse/scsi-fnic-change-shost_printk-to-fnic_main_dbg
  patches.suse/scsi-fnic-set-scsi_set_resid-only-for-underflow
  patches.suse/scsi-fnic-validate-io_req-before-others
- commit 3190615
- series.conf: refresh
- update upstream reference and resort:
  patches.suse/ibmvnic-add-some-debugs.patch
- commit 5542884
- fix regression in "/epoll: Keep a reference on files added to the check list"/  (bsc#1180031, git-fixes).
- commit 775fe31
- crypto: qat - add support for broadcasting mode (jsc#SLE-14454).
- commit 3eb975b
- crypto: qat - add support for shared ustore (jsc#SLE-14454).
- commit 8208824
- crypto: qat - allow to target specific AEs (jsc#SLE-14454).
- commit 95c0bc6
- crypto: qat - add FCU CSRs to chip info (jsc#SLE-14454).
- commit cced259
- crypto: qat - add CSS3K support (jsc#SLE-14454).
- commit 5745db4
- crypto: qat - use ae_mask (jsc#SLE-14454).
- commit 8f00dce
- crypto: qat - add check for null pointer (jsc#SLE-14454).
- crypto: qat - add misc control CSR to chip info (jsc#SLE-14454).
- crypto: qat - add wake up event to chip info (jsc#SLE-14454).
- commit 5b4f1a7
- crypto: qat - add clock enable CSR to chip info (jsc#SLE-14454).
- commit 0a0ceac
- crypto: qat - add reset CSR and mask to chip info
  (jsc#SLE-14454).
- crypto: qat - add local memory size to chip info
  (jsc#SLE-14454).
- commit 668485e
- crypto: qat - add support for lm2 and lm3 (jsc#SLE-14454).
- commit 7ae2a53
- crypto: qat - add next neighbor to chip_info (jsc#SLE-14454).
- crypto: qat - replace check based on DID (jsc#SLE-14454).
- commit 5d786df
- crypto: qat - introduce chip info structure (jsc#SLE-14454).
- crypto: qat - refactor long expressions (jsc#SLE-14454).
- commit 417a900
- crypto: qat - refactor qat_uclo_set_ae_mode() (jsc#SLE-14454).
- commit a769fdf
- crypto: qat - move defines to header files (jsc#SLE-14454).
- commit 316c7a5
- crypto: qat - remove global CSRs helpers (jsc#SLE-14454).
- commit 4eedc22
- crypto: qat - refactor AE start (jsc#SLE-14454).
- commit 20a1098
- crypto: qat - change micro word data mask (jsc#SLE-14454).
- crypto: qat - change type for ctx_mask (jsc#SLE-14454).
- crypto: qat - add support for relative FW ucode loading
  (jsc#SLE-14454).
- commit d529f37
- crypto: qat - rename qat_uclo_del_uof_obj() (jsc#SLE-14454).
- commit 67574e7
- crypto: qat - introduce additional parenthesis (jsc#SLE-14454).
- commit 755a426
- crypto: qat - remove unnecessary parenthesis (jsc#SLE-14454).
- commit 4966907
- crypto: qat - fix error message (jsc#SLE-14454).
- crypto: qat - fix CSR access (jsc#SLE-14454).
- commit 9206fc3
- crypto: qat - support for mof format in fw loader
  (jsc#SLE-14454).
- crypto: qat - replace pci with PCI in comments (jsc#SLE-14454).
- commit 9c9c3c5
- crypto: qat - remove cast for mailbox CSR (jsc#SLE-14454).
- commit 62896ad
- crypto: qat - remove unneeded semicolon (jsc#SLE-14454).
- commit 9e0b68a
- crypto: qat - extend ae_mask (jsc#SLE-14454).
- commit e36c762
- crypto: qat - allow for instances in different banks
  (jsc#SLE-14454).
- commit d74dd80
- crypto: qat - refactor qat_crypto_dev_config() (jsc#SLE-14454).
- commit 7b787fc
- crypto: qat - refactor qat_crypto_create_instances()
  (jsc#SLE-14454).
- commit d0bcaed
- crypto: qat - change return value in adf_cfg_key_val_get()
  (jsc#SLE-14454).
- commit f698585
- crypto: qat - change return value in
  adf_cfg_add_key_value_param() (jsc#SLE-14454).
- commit 707ca4a
- crypto: qat - remove unnecessary void* casts (jsc#SLE-14454).
- commit 428b2be
- crypto: qat - call functions in adf_sriov if available
  (jsc#SLE-14454).
- commit 56a083b
- crypto: qat - remove hardcoded bank irq clear flag mask
  (jsc#SLE-14454).
- commit 87975f0
- crypto: qat - abstract writes to arbiter enable (jsc#SLE-14454).
- commit c2673fd
- crypto: qat - use BIT_ULL() - 1 pattern for masks
  (jsc#SLE-14454).
- commit 4e50301
- crypto: qat - replace constant masks with GENMASK
  (jsc#SLE-14454).
- commit ace21f7
- crypto: qat - abstract build ring base (jsc#SLE-14454).
- commit 45f06e6
- crypto: qat - enable ring after pair is programmed
  (jsc#SLE-14454).
- commit 876666b
- crypto: qat - register crypto instances based on capability
  (jsc#SLE-14454).
- Refresh patches.suse/QAT-add-suse_kabi_padding.patch.
- commit f62a6a6
- crypto: qat - add support for capability detection
  (jsc#SLE-14454).
- commit f5cb13a
- RDMA/srpt: Fix typo in srpt_unregister_mad_agent docstring (bsc#1152489)
- commit b808e1d
- RDMA/rxe: Handle skb_clone() failure in rxe_recv.c (bsc#1152489)
- commit ad662c6
- RDMA/qedr: Endianness warnings cleanup (bsc#1152489)
- commit c3cca6a
- crypto: qat - abstract arbiter access (jsc#SLE-14454).
- commit 8234ef6
- crypto: qat - remove unused macros in arbiter module
  (jsc#SLE-14454).
- commit ace40aa
- crypto: qat - remove writes into WQCFG (jsc#SLE-14454).
- commit 1f08531
- crypto: qat - update constants table (jsc#SLE-14454).
- commit 42213a3
- crypto: qat - use admin mask to send fw constants
  (jsc#SLE-14454).
- commit 82fccc5
- crypto: qat - change admin sequence (jsc#SLE-14454).
- crypto: qat - rename ME in AE (jsc#SLE-14454).
- commit 3b63177
- do_epoll_ctl(): clean the failure exits up a bit
  (bsc#1180031,CVE-2020-0466).
- epoll: Keep a reference on files added to the check list
  (bsc#1180031).
- commit 5e9b787
- blacklist.conf: bcee52789588 ("/tracing: Fix userstacktrace option for instances"/)
  The kernel is missing many prerequisities. It is not worth it as it is.
- commit e39f16a
- Update patch reference for wireless fix (CVE-2020-27068 bsc#1180086)
- commit 170f743
- platform/x86: mlx-platform: Fix item counter assignment for
  MSN2700/ComEx system (git-fixes).
- mmc: sdhci: tegra: fix wrong unit with busy_timeout (git-fixes).
- spi: imx: fix reference leak in two imx operations (git-fixes).
- driver: core: Fix list corruption after device_del()
  (git-fixes).
- iwlwifi: dbg-tlv: fix old length in is_trig_data_contained()
  (git-fixes).
- mt76: mt7615: fix rdd mcu cmd endianness (git-fixes).
- mt76: mt7915: fix endian issues (git-fixes).
- mt76: fix tkip configuration for mt7615/7663 devices
  (git-fixes).
- mt76: fix memory leak if device probing fails (git-fixes).
- mt76: mt7915: fix sparse warning cast from restricted __le16
  (git-fixes).
- mt76: set fops_tx_stats.owner to THIS_MODULE (git-fixes).
- mt76: mt7915: set fops_sta_stats.owner to THIS_MODULE
  (git-fixes).
- mt76: add back the SUPPORTS_REORDERING_BUFFER flag (git-fixes).
- Bluetooth: btusb: Fix detection of some fake CSR controllers
  with a bcdDevice val of 0x0134 (git-fixes).
- Bluetooth: Fix: LL PRivacy BLE device fails to connect
  (git-fixes).
- brcmfmac: fix error return code in brcmf_cfg80211_connect()
  (git-fixes).
- brcmfmac: Fix memory leak for unpaired brcmf_{alloc/free}
  (git-fixes).
- rtw88: remove extraneous 'const' qualifier (git-fixes).
- drm/doc: Document that modifiers are always required for fb
  (git-fixes).
- netdevsim: Add debugfs toggle to reject BPF programs in verifier
  (git-fixes).
- commit 3b2d7b6
- platform/x86: mlx-platform: remove an unused variable
  (git-fixes).
- USB: serial: option: add interface-number sanity check to flag
  handling (git-fixes).
- commit bff4f99
- USB: serial: mos7720: fix parallel-port state restore
  (git-fixes).
- xhci-pci: Allow host runtime PM as default for Intel Alpine
  Ridge LP (git-fixes).
- commit f265436
- USB: serial: digi_acceleport: fix write-wakeup deadlocks
  (git-fixes).
- USB: serial: keyspan_pda: fix write unthrottling (git-fixes).
- USB: serial: keyspan_pda: fix tx-unthrottle use-after-free
  (git-fixes).
- USB: serial: keyspan_pda: fix write-wakeup use-after-free
  (git-fixes).
- USB: serial: keyspan_pda: fix stalled writes (git-fixes).
- USB: serial: keyspan_pda: fix write deadlock (git-fixes).
- USB: serial: keyspan_pda: fix dropped unthrottle interrupts
  (git-fixes).
- usb: oxu210hp-hcd: Fix memory leak in oxu_create (git-fixes).
- usb: ehci-omap: Fix PM disable depth umbalance in
  ehci_hcd_omap_probe (git-fixes).
- usb: mtu3: fix memory corruption in mtu3_debugfs_regset()
  (git-fixes).
- commit 7596d48
- spi: atmel-quadspi: Fix AHB memory accesses (git-fixes).
- spi: mt7621: Disable clock in probe error path (git-fixes).
- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag
  to imx6ul (git-fixes).
- usb/max3421: fix return error code in max3421_probe()
  (git-fixes).
- commit 6c576b3
- spi: davinci: Fix use-after-free on unbind (git-fixes).
- spi: fix resource leak for drivers without .remove callback
  (git-fixes).
- spi: mxs: fix reference leak in mxs_spi_probe (git-fixes).
- spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe
  error path (git-fixes).
- spi: pic32: Don't leak DMA channels in probe error path
  (git-fixes).
- spi: synquacer: Disable clock in probe error path (git-fixes).
- wimax: fix duplicate initializer warning (git-fixes).
- commit 51e204b
- spi: sprd: fix reference leak in sprd_spi_remove (git-fixes).
- spi: atmel-quadspi: Disable clock in probe error path
  (git-fixes).
- spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on
  error in bcm63xx_hsspi_resume (git-fixes).
- spi: tegra114: fix reference leak in tegra spi ops (git-fixes).
- spi: tegra20-sflash: fix reference leak in tegra_sflash_resume
  (git-fixes).
- spi: tegra20-slink: fix reference leak in slink ops of tegra20
  (git-fixes).
- spi: mt7621: fix missing clk_disable_unprepare() on error in
  mt7621_spi_probe (git-fixes).
- spi: spi-ti-qspi: fix reference leak in ti_qspi_setup
  (git-fixes).
- spi: stm32: fix reference leak in stm32_spi_resume (git-fixes).
- spi: spi-mem: fix reference leak in spi_mem_access_start
  (git-fixes).
- commit 51236be
- soc: qcom: geni: More properly switch to DMA mode (git-fixes).
- spi: spi-mem: Fix passing zero to 'PTR_ERR' warning (git-fixes).
- spi: img-spfi: fix reference leak in img_spfi_resume
  (git-fixes).
- regulator: mcp16502: add linear_min_sel (git-fixes).
- regulator: axp20x: Fix DLDO2 voltage control register mask
  for AXP22x (git-fixes).
- speakup: fix uninitialized flush_lock (git-fixes).
- slimbus: qcom-ngd-ctrl: Avoid sending power requests without
  QMI (git-fixes).
- serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
  (git-fixes).
- rsi: fix error return code in rsi_reset_card() (git-fixes).
- commit 8a400aa
- crypto: qat - add packed to init admin structures
  (jsc#SLE-14454).
- commit bffc702
- PCI: iproc: Fix out-of-bound array accesses (git-fixes).
- platform/x86: mlx-platform: Fix item counter assignment for
  MSN2700, MSN24xx systems (git-fixes).
- platform/x86: dell-smbios-base: Fix error return code in
  dell_smbios_init (git-fixes).
- platform/x86: intel-vbtn: Allow switch events on Acer Switch
  Alpha 12 (git-fixes).
- platform/x86: mlx-platform: Remove PSU EEPROM from MSN274x
  platform configuration (git-fixes).
- platform/x86: mlx-platform: Remove PSU EEPROM from default
  platform configuration (git-fixes).
- Revert "/platform/x86: wmi: Destroy on cleanup rather than
  unregister"/ (git-fixes).
- platform/chrome: cros_ec_spi: Don't overwrite spi::mode
  (git-fixes).
- regmap: Remove duplicate `type` field from regmap
  `regcache_sync` trace event (git-fixes).
- qtnfmac: fix error return code in qtnf_pcie_probe() (git-fixes).
- commit 4690027
- crypto: qat - abstract admin interface (jsc#SLE-14454).
- commit 10773c4
- PCI: brcmstb: Initialize "/tmp"/ before use (git-fixes).
- PCI: Fix pci_slot_release() NULL pointer dereference
  (git-fixes).
- memstick: r592: Fix error return in r592_probe() (git-fixes).
- mmc: pxamci: Fix error return code in pxamci_probe (git-fixes).
- memstick: fix a double-free bug in memstick_check (git-fixes).
- staging: olpc_dcon: Do not call platform_device_unregister()
  in dcon_probe() (git-fixes).
- nfc: s3fwrn5: Release the nfc firmware (git-fixes).
- orinoco: Move context allocation after processing the skb
  (git-fixes).
- mwifiex: fix mwifiex_shutdown_sw() causing sw reset failure
  (git-fixes).
- commit e021aed
- Input: cyapa_gen6 - fix out-of-bounds stack access (git-fixes).
- Input: omap4-keypad - fix runtime PM error handling (git-fixes).
- Input: ads7846 - fix unaligned access on 7845 (git-fixes).
- Input: ads7846 - fix integer overflow on Rt calculation
  (git-fixes).
- Input: ads7846 - fix race that causes missing releases
  (git-fixes).
- iio: adc: rockchip_saradc: fix missing clk_disable_unprepare()
  on error in rockchip_saradc_resume (git-fixes).
- iio:adc:ti-ads124s08: Fix alignment and data leak issues
  (git-fixes).
- iio:adc:ti-ads124s08: Fix buffer being too long (git-fixes).
- iwlwifi: mvm: hook up missing RX handlers (git-fixes).
- mac80211: don't set set TDLS STA bandwidth wider than possible
  (git-fixes).
- commit 2fd9b35
- crypto: qat - relocate GEN2 CSR access code (jsc#SLE-14454).
- commit aa3be04
- cpufreq: vexpress-spc: Add missing MODULE_ALIAS (git-fixes).
- Revert "/i2c: i2c-qcom-geni: Fix DMA transfer race"/ (git-fixes).
- iio:pressure:mpl3115: Force alignment of buffer (git-fixes).
- iio:magnetometer:mag3110: Fix alignment and data leak issues
  (git-fixes).
- iio:light:st_uvis25: Fix timestamp alignment and prevent data
  leak (git-fixes).
- iio:light:rpr0521: Fix timestamp alignment and prevent data leak
  (git-fixes).
- iio: buffer: Fix demux update (git-fixes).
- extcon: max77693: Fix modalias string (git-fixes).
- cw1200: fix missing destroy_workqueue() on error in
  cw1200_init_common (git-fixes).
- commit 59cf4f4
- cpufreq: scpi: Add missing MODULE_ALIAS (git-fixes).
- cpufreq: loongson1: Add missing MODULE_ALIAS (git-fixes).
- cpufreq: st: Add missing MODULE_DEVICE_TABLE (git-fixes).
- cpufreq: mediatek: Add missing MODULE_DEVICE_TABLE (git-fixes).
- cpufreq: highbank: Add missing MODULE_DEVICE_TABLE (git-fixes).
- cpufreq: ap806: Add missing MODULE_DEVICE_TABLE (git-fixes).
- staging: comedi: mf6x4: Fix AI end-of-conversion detection
  (git-fixes).
- bus: fsl-mc: fix error return code in fsl_mc_object_allocate()
  (git-fixes).
- commit 172d8d6
- drm/tegra: output: Don't leak OF node on error (jsc#SLE-15847).
- commit 17189d0
- crypto: qat - split transport CSR access logic (jsc#SLE-14454).
- commit a3a10f0
- phy: tegra: xusb: Fix usb_phy device driver field (jsc#SLE-15847).
- clk: tegra: bpmp: Clamp clock rates on requests (jsc#SLE-15847).
- cpufreq: tegra194: Rename tegra194_get_speed_common function (jsc#SLE-15847).
- cpufreq: tegra194: Remove unnecessary frequency calculation (jsc#SLE-15847).
- cpufreq: tegra186: Simplify cluster information lookup (jsc#SLE-15847).
- cpufreq: tegra186: Fix sparse 'incorrect type in assignment' warning (jsc#SLE-15847).
- cpufreq: tegra194: get consistent cpuinfo_cur_freq (jsc#SLE-15847).
- phy: tegra: Don't warn on probe deferral (jsc#SLE-15847).
- drm/tegra: output: Do not put OF node twice (jsc#SLE-15847).
- drm/tegra: sor: Don't warn on probe deferral (jsc#SLE-15847).
- cpufreq: tegra186: Fix get frequency callback (jsc#SLE-15847).
- memory: tegra: Remove GPU from DRM IOMMU group (jsc#SLE-15847).
- drm/tegra: Properly reference count the DDC I2C adapter
  (jsc#SLE-15847).
- iommu/tegra-smmu: Prune IOMMU group when it is released
  (jsc#SLE-15847).
- iommu/tegra-smmu: Balance IOMMU group reference count
  (jsc#SLE-15847).
- iommu/tegra-smmu: Set IOMMU group name (jsc#SLE-15847).
- cpufreq: tegra186: Fix initial frequency (jsc#SLE-15847).
- commit 9e4289a
- crypto: qat - fix configuration of iov threads (jsc#SLE-14454).
- commit 4028436
- crypto: qat - num_rings_per_bank is device dependent
  (jsc#SLE-14454).
- crypto: qat - mask device capabilities with soft straps
  (jsc#SLE-14454).
- commit a55dc52
- Bluetooth: btmtksdio: Add the missed release_firmware() in
  mtk_setup_firmware() (git-fixes).
- Bluetooth: btusb: Add the missed release_firmware() in
  btusb_mtk_setup_firmware() (git-fixes).
- Bluetooth: hci_h5: fix memory leak in h5_close (git-fixes).
- Bluetooth: Fix slab-out-of-bounds read in
  hci_le_direct_adv_report_evt() (git-fixes).
- Bluetooth: Fix null pointer dereference in hci_event_packet()
  (git-fixes).
- ath10k: Release some resources in an error handling path
  (git-fixes).
- ath10k: Fix an error handling path (git-fixes).
- ath6kl: fix enum-conversion warning (git-fixes).
- commit 35aef63
- ath10k: Fix the parsing error in service available event
  (git-fixes).
- commit ae02c89
- Revert "/ACPI / resources: Use AE_CTRL_TERMINATE to terminate
  resources walks"/ (git-fixes).
- commit 2779aa4
- ASoC: qcom: common: Fix refcounting in qcom_snd_parse_of()
  (git-fixes).
- commit 4c7929f
- ASoC: max98390: Fix error codes in max98390_dsm_init()
  (git-fixes).
- commit 9ec9be4
- soundwire: intel: fix another unused-function warning
  (jsc#SLE-16518).
- soundwire: master: use pm_runtime_set_active() on add
  (jsc#SLE-16518).
- soundwire: qcom: Fix build failure when slimbus is module
  (jsc#SLE-16518).
- commit 5c4cbf1
- Move upstreamed soundwire patches into sorted section
- commit 9be4676
- IB/srpt: Fix memory leak in srpt_add_one (bsc#1152489)
- commit da75bee
- soundwire: Fix DEBUG_LOCKS_WARN_ON for uninitialized attribute
  (jsc#SLE-16518).
- commit d23ae0b
- RDMA/hns: Bugfix for memory window mtpt configuration (bsc#1152489)
- commit 4f3475b
- IB/mthca: fix return value of error branch in mthca_init_cq() (bsc#1152489)
- commit c98a089
- RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device() (bsc#1152489)
- commit baad43e
- ASoC: SOF: Intel: hda: fix the condition passed to
  sof_dev_dbg_or_err (jsc#SLE-16518).
- ASoC: SOF: modify the SOF_DBG flags (jsc#SLE-16518).
- ASoC: SOF: Intel: hda: remove duplicated status dump
  (jsc#SLE-16518).
- ASoC: SOF: imx: update kernel-doc description (jsc#SLE-16518).
- ASoC: topology: Fix wrong size check (jsc#SLE-16518).
- ASoC: topology: Add missing size check (jsc#SLE-16518).
- ASoC: SOF: Intel: add SoundWire support for ADL-S
  (jsc#SLE-16518).
- ASoC: Intel: common: add ACPI matching tables for Alder Lake
  (jsc#SLE-16518).
- ASoC: Intel: cht_bsw_nau8824: Change SSP2-Codec DAI id to 0
  (jsc#SLE-16518).
- ASoC: Intel: cht_bsw_nau8824: Drop compress-cpu-dai bits
  (jsc#SLE-16518).
- ASoC: intel: sof_rt5682: Add support for tgl_rt1011_rt5682
  (jsc#SLE-16518).
- commit df54797
- RDMA/qedr: Fix memory leak in iWARP CM (bsc#1152489)
- commit db44ceb
- RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt() (bsc#1152489)
- commit 1de4514
- IB/rdmavt: Fix sizeof mismatch (bsc#1152489)
- commit 677c5ba
- ASoC: SOF: trace: Add runtime trace filtering mechanism
  (jsc#SLE-16518).
- ASoC: SOF: control: fix cppcheck warning in
  snd_sof_volume_info() (jsc#SLE-16518).
- ASoC: SOF: Intel: hda: add sof_icl_ops for ICL platforms
  (jsc#SLE-16518).
- ASoC: SOF: ops: modify the signature of stall op
  (jsc#SLE-16518).
- ASoC: SOF: ext_manifest: parse cavs extra config data elem
  (jsc#SLE-16518).
- ASoC: SOF: Intel: hda: define parse_platform_ext_manifest op
  (jsc#SLE-16518).
- ASoC: SOF: ops: add parse_platform_ext_manifest() op
  (jsc#SLE-16518).
- ASoC: SOF: Add `memory_info` file to debugfs (jsc#SLE-16518).
- ASoC: SOF: Change section comment for SOF_IPC_TEST_
  (jsc#SLE-16518).
- ASoC: SOF: Improve code alignment in header.h (jsc#SLE-16518).
- ASoC: SOF: ext_manifest: Parse firmware config dictionary
  (jsc#SLE-16518).
- ASoC: SOF: nocodec: modify DAI link definitions (jsc#SLE-16518).
- ASoC: SOF: IPC: fix implicit type overflow (jsc#SLE-16518).
- commit 478e999
- ASoC: SOF: Intel: allow for coexistence between SOF and catpt
  drivers (jsc#SLE-16518).
- Update config files.
- commit f7947cd
- ALSA: hda: intel-dsp-config: ignore dsp_driver parameter for
  PCI legacy devices (jsc#SLE-16518).
- commit 63ddb05
- ASoC: Intel: broadwell: set card and driver name dynamically
  (jsc#SLE-16518).
- ALSA: hda: intel-dsp-config: add Broadwell ACPI DSP driver
  selection (jsc#SLE-16518).
- commit dbb4f88
- ASoC: SOF: Intel: allow for coexistence between SOF and Atom/SST
  drivers (jsc#SLE-16518).
- Update config files.
- commit 5c50712
- crypto: qat - update IV in software (jsc#SLE-14454).
- Refresh patches.suse/QAT-add-suse_kabi_padding.patch.
- commit 02c439a
- crypto: qat - remove unused function (jsc#SLE-14454).
- commit edc1305
- ASoC: Intel: Atom: add dynamic selection of DSP driver
  (jsc#SLE-16518).
- commit 7c727eb
- ASoC: SOF: acpi: add dynamic selection of DSP driver
  (jsc#SLE-16518).
- commit 14933b4
- ASoC: Intel: byt/cht: set pm ops dynamically (jsc#SLE-16518).
- commit 5bab293
- ASoC: Intel: boards: byt/cht: set card and driver name at run
  time (jsc#SLE-16518).
- commit 8837dc6
- ALSA: hda: intel-dsp-config: add helper for ACPI DSP driver
  selection (jsc#SLE-16518).
- commit 18cdfb4
- ASoC: Intel: bdw-rt5677: add missing pm_ops (jsc#SLE-16518).
- commit 25029ef
- ASoC: Intel: Boards: tgl_max98373: add dpcm_capture flag for
  speaker_smart_amp (jsc#SLE-16518).
- commit d6b111c
- ASoC: topology: Simplify remove_widget function (jsc#SLE-16518).
- commit b057eed
- ASoC: topology: Remove empty functions (jsc#SLE-16518).
- commit 3f721cb
- ASoC: topology: Change allocations to resource managed
  (jsc#SLE-16518).
- commit ea837e4
- ASoC: topology: Unify all device references (jsc#SLE-16518).
- commit 10328ad
- ASoC: topology: Remove multistep topology loading
  (jsc#SLE-16518).
- commit 364e86e
- ASoC: topology: Remove unused functions from topology API
  (jsc#SLE-16518).
- commit 0dc5676
- ASoC: soc-acpi: add helper to identify parent driver
  (jsc#SLE-16518).
- commit d308530
- ASoC: Intel: broadwell: add missing pm_ops (jsc#SLE-16518).
- commit bab05a6
- ASoC: SOF: control: override volume info callback
  (jsc#SLE-16518).
- commit 67c8df2
- ASoC: SOF: Intel: add hw specific PCM constraints
  (jsc#SLE-16518).
- commit 02c0e0b
- ASoC: SOF: relax PCM period and buffer size constraints
  (jsc#SLE-16518).
- commit ce00821
- ASoC: Fix 7/8 spaces indentation in Kconfig (jsc#SLE-16518).
- commit 53e4ae3
- ASoC: intel: SND_SOC_INTEL_KEEMBAY should depend on ARCH_KEEMBAY
  (jsc#SLE-16518).
- commit a961770
- ASoC: Intel: keembay: use inclusive language for bclk and fsync
  (jsc#SLE-16518).
- commit 726a785
- ASoC: Intel: atom: use inclusive language for SSP bclk/fsync
  (jsc#SLE-16518).
- commit 3078a9f
- ASoC: SOF: use inclusive language for bclk and fsync
  (jsc#SLE-16518).
- commit d738d67
- ASoC: topology: use inclusive language for bclk and fsync
  (jsc#SLE-16518).
- commit 3e92b8e
- ASoC: SOF: Intel: fix Kconfig dependency for
  SND_INTEL_DSP_CONFIG (jsc#SLE-16518).
- commit 65bf32d
- ASoC: SOF: Intel: fix Kconfig punctuation and wording
  (jsc#SLE-16518).
- commit e2d566a
- ASoC: SOF: Kconfig: fix Kconfig punctuation and wording
  (jsc#SLE-16518).
- commit 32e6a72
- ASoC: SOF: imx: fix Kconfig punctuation (jsc#SLE-16518).
- commit f4194f0
- ASoC: Intel: sof_sdw: add quirk for new TigerLake-SDCA device
  (jsc#SLE-16518).
- commit 7aadcdd
- ASoC: SOF: loader: do not warn about unknown firmware headers
  (jsc#SLE-16518).
- commit 1bf0f28
- ASoC: intel: sof_rt5682: Add quirk for Dooly (jsc#SLE-16518).
- commit 8100bff
- ASoC: intel: sof_rt5682: Add support for cml_rt1015_rt5682
  (jsc#SLE-16518).
- commit bb5fa3d
- ASoC: SOF: sof-audio: remove goto used for force-nocodec support
  (jsc#SLE-16518).
- commit 81aeb29
- ASoC: SOF: topology: remove const in sizeof() (jsc#SLE-16518).
- commit 66b10d3
- ASoC: SOF: control: remove const in sizeof() (jsc#SLE-16518).
- commit 2b84b77
- ASoC: SOF: Intel: hda: use semicolons rather than commas to
  separate statements (jsc#SLE-16518).
- commit 3f2432e
- inet_ecn: Fix endianness of checksum update when setting ECT(1)
  (git-fixes).
- commit 492cf46
- ASoC: Intel: bytcr_rt5651: use semicolons rather than commas
  to separate statements (jsc#SLE-16518).
- commit 6d8047e
- ASoC: SOF: Intel: initial support for Alderlake-S
  (jsc#SLE-13489).
- Update config files.
- commit fac4baf
- ASoC: amd: support other audio modes for raven (git-fixes).
- ASoC: AMD Renoir - add DMI table to avoid the ACP mic probe
  (broken BIOS) (git-fixes).
- ASoC: AMD Raven/Renoir - fix the PCI probe (PCI revision)
  (git-fixes).
- ASoC: Intel: bytcr_rt5640: Add quirk for ARCHOS Cesium 140
  (git-fixes).
- ASoC: Intel: Boards: tgl_max98373: update TDM slot_width
  (git-fixes).
- ASoC: amd: Return -ENODEV for non-existing ACPI call
  (git-fixes).
- ASoC: amd: Downgrade print level for invalid ACP mode
  (git-fixes).
- commit 7df7491
- ALSA: hda/ca0132 - Add ZxR surround DAC setup (git-fixes).
- ALSA: hda/ca0132 - Add 8051 PLL write helper functions
  (git-fixes).
- ALSA: hda/ca0132 - Remove now unnecessary DSP setup functions
  (git-fixes).
- ALSA: hda/ca0132 - Ensure DSP is properly setup post-firmware
  download (git-fixes).
- ALSA: hda/ca0132 - Add 8051 exram helper functions (git-fixes).
- ALSA: hda/ca0132 - Add stream port remapping function
  (git-fixes).
- ALSA: hda/ca0132 - Reset codec upon initialization (git-fixes).
- ALSA: hda/hdmi: fix silent stream for first playback to DP
  (git-fixes).
- ALSA: seq: Use bool for snd_seq_queue internal flags
  (git-fixes).
- ALSA: hda/ca0132: Move unsol callback setups to parser
  (git-fixes).
- ALSA: compress: allow pause and resume during draining
  (git-fixes).
- ALSA: hdspm: Fix fall-through warnings for Clang (git-fixes).
- ALSA: remove unneeded break (git-fixes).
- commit 24cbc87
- ASoC: amd: change clk_get() to devm_clk_get() and add missed
  checks (git-fixes).
- ASoC: cx2072x: Fix doubly definitions of Playback and Capture
  streams (git-fixes).
- ASoC: meson: fix COMPILE_TEST error (git-fixes).
- ASoC: arizona: Fix a wrong free in wm8997_probe (git-fixes).
- ASoC: wm8998: Fix PM disable depth imbalance on error
  (git-fixes).
- ASoC: pcm: DRAIN support reactivation (git-fixes).
- ASoC: ti: davinci-mcasp: remove always zero of
  davinci_mcasp_get_dt_params (git-fixes).
- ASoC: sun4i-i2s: Fix lrck_period computation for I2S justified
  mode (git-fixes).
- ASoC: tegra20-spdif: remove "/default m"/ (git-fixes).
- ASoC: wm_adsp: remove "/ctl"/ from list on error in
  wm_adsp_create_control() (git-fixes).
- ASoC: jz4740-i2s: add missed checks for clk_get() (git-fixes).
- ASoC: SOF: control: fix size checks for ext_bytes control .get()
  (git-fixes).
- commit 8f99a8a
- ALSA: hda/ca0132 - Change Input Source enum strings (git-fixes).
- ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg (git-fixes).
- commit 4d4db90
- ALSA: hda: Fix regressions on clear and reconfig sysfs
  (git-fixes).
- commit f6ae090
- ALSA: pcm: oss: Fix potential out-of-bounds shift (git-fixes).
- ALSA: rawmidi: Access runtime->avail always in spinlock
  (git-fixes).
- ALSA: seq: remove useless function (git-fixes).
- commit 87f324b
- ALSA: hda/realtek - Add supported for more Lenovo ALC285
  Headset Button (git-fixes).
- ALSA: hda/realtek - Enable headset mic of ASUS Q524UQK with
  ALC255 (git-fixes).
- ALSA: hda/realtek - Enable headset mic of ASUS X430UN with
  ALC256 (git-fixes).
- ALSA: hda/realtek: make bass spk volume adjustable on a yoga
  laptop (git-fixes).
- ALSA: hda/hdmi: packet buffer index must be set before reading
  value (git-fixes).
- ALSA: hda/hdmi: always print pin NIDs as hexadecimal
  (git-fixes).
- ALSA: hda/proc - print DP-MST connections (git-fixes).
- commit b46aa44
- ALSA: usb-audio: Fix potential out-of-bounds shift (git-fixes).
- ALSA: usb-audio: Fix control 'access overflow' errors from chmap
  (git-fixes).
- ALSA: usb-audio: Add implicit fb support for Steinberg UR22
  (git-fixes).
- ALSA: usb-audio: Add quirk for Pioneer DJ DDJ-SR2 (git-fixes).
- ALSA: usb-audio: Add support for Pioneer DJ DDJ-RR controller
  (git-fixes).
- commit cbe79ef
- Move upstreamed USB-audio patches into sorted section
- commit 6078fcf
- scsi: fnic: Validate io_req before others (bsc#1175079).
- scsi: fnic: Set scsi_set_resid() only for underflow
  (bsc#1175079).
- scsi: fnic: Change shost_printk() to FNIC_MAIN_DBG()
  (bsc#1175079).
- scsi: fnic: Avoid looping in TRANS ETH on unload (bsc#1175079).
- scsi: fnic: Change shost_printk() to FNIC_FCS_DBG()
  (bsc#1175079).
- commit 140fd58
- sched/fair: Fix overutilized update in enqueue_task_fair() (git-fixes)
- commit aad16e5
- sched: correct SD_flags returned by tl->sd_flags() (git-fixes)
- commit 323fa02
- sched/fair: Refill bandwidth before scaling (git-fixes)
- commit 6f148d9
- sched/fair: Fix race between runtime distribution and (git-fixes)
- commit 73cd7f5
- sched/fair: Fix wrong cpu selecting from isolated domain (git-fixes)
- commit c4c367e
- Update
  patches.suse/HID-Fix-slab-out-of-bounds-read-in-hid_field_extract.patch
  (bsc#1180052).
  Identified as security issue. bsc added.
- commit 02607b9
- Update
  patches.suse/HID-Fix-slab-out-of-bounds-read-in-hid_field_extract.patch
  (bsc#1180052).
  Patch identified as security issue. bsc added.
- commit 88ee41b
- mm: memcg: fix memcg reclaim soft lockup (VM Functionality,
  bsc#1180056).
- commit 3a73547
- crypto: caam - fix printing on xts fallback allocation error
  path (git-fixes).
- commit fd68750
- crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()
  (git-fixes).
- commit e1943c2
- crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()
  (git-fixes).
- commit 9a7e1fb
- iommu/hyper-v: Remove I/O-APIC ID check from
  hyperv_irq_remapping_select() (jsc#SLE-16823).
- iommu/amd: Fix IOMMU interrupt generation in X2APIC mode
  (jsc#SLE-16823).
- iommu/amd: Fix union of bitfields in intcapxt support
  (jsc#SLE-16823).
- x86/ioapic: Correct the PCI/ISA trigger type selection
  (jsc#SLE-16823).
- commit 2f4c498
- x86/ioapic: Use I/O-APIC ID for finding irqdomain, not index
  (jsc#SLE-16823).
- x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports it
  (jsc#SLE-16823).
- x86/kvm: Enable 15-bit extension when
  KVM_FEATURE_MSI_EXT_DEST_ID detected (jsc#SLE-16823).
- iommu/hyper-v: Disable IRQ pseudo-remapping if 15 bit APIC
  IDs are available (jsc#SLE-16823).
- x86/apic: Support 15 bits of APIC ID in MSI where available
  (jsc#SLE-16823).
- x86/ioapic: Handle Extended Destination ID field in RTE
  (jsc#SLE-16823).
- iommu/vt-d: Simplify intel_irq_remapping_select()
  (jsc#SLE-16823).
- x86: Kill all traces of irq_remapping_get_irq_domain()
  (jsc#SLE-16823).
- x86/ioapic: Use irq_find_matching_fwspec() to find remapping
  irqdomain (jsc#SLE-16823).
- x86/hpet: Use irq_find_matching_fwspec() to find remapping
  irqdomain (jsc#SLE-16823).
- iommu/hyper-v: Implement select() method on remapping irqdomain
  (jsc#SLE-16823).
- iommu/vt-d: Implement select() method on remapping irqdomain
  (jsc#SLE-16823).
- iommu/amd: Implement select() method on remapping irqdomain
  (jsc#SLE-16823).
- x86/apic: Add select() method on vector irqdomain
  (jsc#SLE-16823).
- genirq/irqdomain: Implement get_name() method on irqchip fwnodes
  (jsc#SLE-16823).
- x86/ioapic: Generate RTE directly from parent irqchip's MSI
  message (jsc#SLE-16823).
- x86/ioapic: Cleanup IO/APIC route entry structs (jsc#SLE-16823).
- x86/io_apic: Cleanup trigger/polarity helpers (jsc#SLE-16823).
- x86/msi: Remove msidef.h (jsc#SLE-16823).
- x86/pci/xen: Use msi_msg shadow structs (jsc#SLE-16823).
- x86/kvm: Use msi_msg shadow structs (jsc#SLE-16823).
- PCI: vmd: Use msi_msg shadow structs (jsc#SLE-16823).
- iommu/amd: Use msi_msg shadow structs (jsc#SLE-16823).
- iommu/intel: Use msi_msg shadow structs (jsc#SLE-16823).
- x86/msi: Provide msi message shadow structs (jsc#SLE-16823).
- genirq/msi: Allow shadow declarations of msi_msg:: $member
  (jsc#SLE-16823).
- x86/hpet: Move MSI support into hpet.c (jsc#SLE-16823).
- x86/apic: Always provide irq_compose_msi_msg() method for
  vector domain (jsc#SLE-16823).
- x86/apic: Cleanup destination mode (jsc#SLE-16823).
- x86/apic: Get rid of apic:: Dest_logical (jsc#SLE-16823).
- x86/apic: Replace pointless apic:: Dest_logical usage
  (jsc#SLE-16823).
- x86/apic: Cleanup delivery mode defines (jsc#SLE-16823).
- x86/devicetree: Fix the ioapic interrupt type table
  (jsc#SLE-16823).
- x86/apic/uv: Fix inconsistent destination mode (jsc#SLE-16823).
- x86/msi: Only use high bits of MSI address for DMAR unit
  (jsc#SLE-16823).
- x86/apic: Fix x2apic enablement without interrupt remapping
  (jsc#SLE-16823).
- commit e68f7b8
- Update patch reference for audit security fix (CVE-2020-0444 bsc#1180027)
- commit 8236de7
- Update patch reference for HID security fix (CVE-2020-0465 bsc#1180029)
- commit c0d38cb
- Update
  patches.suse/SUNRPC-Fix-SUNRPC-Add-len-parameter-to-gss_unwrap.patch
  (git-fixes).
- commit c1a6212
- btrfs: qgroup: don't try to wait flushing if we're already holding a transaction (bsc#1179575).
- commit 7eae617
- supported.conf: Mark exfat as fully supported (bsc#1179882)
  Moves exfat from kernel-default-extra to kernel-default
- commit 619a3f5
- s390/pci: Mark all VFs as not implementing PCI_COMMAND_MEMORY
  (bsc#1179611 LTC#190155).
- commit 8805bd5
- s390/pci: adaptation of iommu to multifunction (bsc#1179611
  LTC#190155).
- Refresh patches.suse/s390-pci-create-zpci-bus.
- Refresh patches.suse/s390-pci-handling-multifunctions.
- commit 18ace9e
- s390/purgatory: do not build purgatory with kcov, kasan and
  friends (bsc#1179603 LTC#190152).
- commit 2fdc981
- s390/qeth: Remove pnso workaround (bsc#1179565 LTC#190112).
- commit 3eaa0fe
- net/smc: fix direct access to ib_gid_addr->ndev in
  smc_ib_determine_gid() (bsc#1179205 LTC#189977).
- net/smc: fix matching of existing link groups (bsc#1179205
  LTC#189977).
- commit 0e174e5
- Update config files.
- Delete
  patches.suse/1842-xen-add-helpers-to-allocate-unpopulated-memory.patch.
  As discussed with Juergen Gross per email, the patch might break xen
  guests and is not strictly required for the DRM backport.
  v2. As mentioned by Jessica, remove CONFIG_XEN_UNPOPULATED_ALLOC as it
  also goes away.
- commit 2d34f4b
- hwmon: (amd_energy) modify the visibility of the counters
  (jsc#SLE-14262 bsc#1178760).
- hwmon: (amd_energy) Improve the accumulation logic
  (jsc#SLE-14262).
- hwmon: (amd_energy) optimize accumulation interval
  (jsc#SLE-14262).
- hwmon: (amd_energy) Move label out of accumulation structure
  (jsc#SLE-14262).
- commit 4692751
- PCI: tegra: Disable LTSSM during L2 entry (bsc#1179344).
- PCI: tegra: Check return value of tegra_pcie_init_controller()
  (bsc#1179344).
- PCI: tegra: Continue unconfig sequence even if parts fail
  (bsc#1179344).
- PCI: tegra: Set DesignWare IP version (bsc#1179344).
- PCI: tegra: Fix ASPM-L1SS advertisement disable code
  (bsc#1179344).
- commit 9846dd7
- Delete patches.suse/PCI-dwc-Move-dw_pcie_setup_rc-to-DWC-common-code.patch.
  References: bsc#1179344
- commit bdaf386
- blacklist.conf: correct the cherry-picked commit ID
- commit 48385ea
- Update patch reference tags for missing CVE entries
- commit 24c7af3
- s390/pci: fix CPU address in MSI for directed IRQ (git-fixes).
- s390/qeth: fix tear down of async TX buffers (git-fixes).
- s390/qeth: fix af_iucv notification race (git-fixes).
- s390/qeth: delay draining the TX buffers (git-fixes).
- s390: add 3f program exception handler (git-fixes).
- s390/cpuinfo: show processor physical address (git-fixes).
- commit 15840e9
- s390/qeth: make af_iucv TX notification call more robust
  (bsc#1179604 LTC#190151).
- commit 1d3596d
- ACPI: EC: PM: Flush EC work unconditionally after wakeup
  (jsc#SLE-16407).
- ACPI: EC: PM: s2idle: Extend GPE dispatching debug message
  (jsc#SLE-16407).
- commit a21778d
- ACPI: EC: PM: Avoid flushing EC work when EC GPE is inactive
  (jsc#SLE-16407).
- ACPI: PM: s2idle: Fix comment in acpi_s2idle_prepare_late()
  (jsc#SLE-16407).
- commit eb134e5
- x86/apic/vector: Fix ordering in vector assignment (bsc#1156315).
- genirq/matrix: Deal with the sillyness of for_each_cpu() on UP (bsc#1156315).
- commit 108604c
- genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq()
  (jsc#SLE-16407).
- ACPI: EC: PM: Avoid premature returns from acpi_s2idle_wake()
  (jsc#SLE-16407).
- platform/x86: intel_int0002_vgpio: Use
  acpi_register_wakeup_handler() (jsc#SLE-16407).
- ACPI: PM: Add acpi_register_wakeup_handler() (jsc#SLE-16407).
- ACPI: PM: s2idle: Refine active GPEs check (jsc#SLE-16407).
- ACPI: EC: Fix flushing of pending work (jsc#SLE-16407).
- platform/x86: intel_int0002_vgpio: Pass irqchip when adding
  gpiochip (jsc#SLE-16407).
- platform/x86: intel_int0002_vgpio: Use device_init_wakeup
  (jsc#SLE-16407).
- commit 7f8bb95
- SUNRPC: Revert 241b1f419f0e ("/SUNRPC: Remove xdr_buf_trim()"/)
  (git-fixes).
- blacklist.conf:
  Doesn't cause a regression once the previous two patches are included.
- SUNRPC: Fix GSS privacy computation of auth->au_ralign
  (git-fixes).
- SUNRPC: Add "/@len"/ parameter to gss_unwrap() (git-fixes).
- commit de10d89
- blacklist.conf: two git-fixes that break kabi too much
- commit 7df1e74
- blacklist.conf: Add a duplicate
- commit 5592171
- ACPICA: Preserve memory opregion mappings (jsc#SLE-16407).
- ACPICA: Replace one-element array with flexible-array
  (jsc#SLE-16407).
- ACPICA: iASL: add new OperationRegion subtype keyword
  PlatformRtMechanism (jsc#SLE-16407).
- ACPICA: Fix required parameters for _NIG and _NIH
  (jsc#SLE-16407).
- ACPICA: Disassembler: ignore AE_ALREADY_EXISTS status when
  parsing create operators (jsc#SLE-16407).
- ACPICA: Move acpi_gbl_next_cmd_num definition to acglobal.h
  (jsc#SLE-16407).
- ACPICA: Make acpi_protocol_lengths static (jsc#SLE-16407).
- platform/x86: sony-laptop: Make resuming thermal profile safer
  (jsc#SLE-16407).
- platform/x86: sony-laptop: SNC calls should handle BUFFER types
  (jsc#SLE-16407).
- ACPICA: utilities: fix sprintf() (jsc#SLE-16407).
- ACPICA: acpiexec: remove redeclaration of
  acpi_gbl_db_opt_no_region_support (jsc#SLE-16407).
- ACPICA: Change PlatformCommChannel ASL keyword to PCC
  (jsc#SLE-16407).
- ACPICA: Fix a couple of typos (jsc#SLE-16407).
- ACPICA: use acpi_size instead of u32 for prefix_path_length
  (jsc#SLE-16407).
- ACPICA: cast length arguement to acpi_ns_build_normalized_path()
  as u32 (jsc#SLE-16407).
- ACPICA: cast the result of the pointer difference to u32
  (jsc#SLE-16407).
- ACPICA: Table Manager: Update comments in a function header
  (jsc#SLE-16407).
- ACPICA: Enable sleep button on ACPI legacy wake (jsc#SLE-16407).
- ACPICA: Fix a comment "/enable"/ fixed events -> "/disable"/
  all fixed events (jsc#SLE-16407).
- ACPICA: ASL-ASL+ converter: make root file a parameter for
  cv_init_file_tree (jsc#SLE-16407).
- ACPICA: ASL-ASL+ converter: remove function parameters from
  cv_init_file_tree() (jsc#SLE-16407).
- ACPICA: Allow acpi_any_gpe_status_set() to skip one GPE
  (jsc#SLE-16407).
- ACPI: PM: s2idle: Check fixed wakeup events in
  acpi_s2idle_wake() (jsc#SLE-16407).
- ACPI: PM: s2idle: Prevent spurious SCIs from waking up the
  system (jsc#SLE-16407).
- ACPICA: Introduce acpi_any_gpe_status_set() (jsc#SLE-16407).
- ACPI: PM: s2idle: Avoid possible race related to the EC GPE
  (jsc#SLE-16407).
- ACPI/sleep: Convert acpi_wakeup_address into a function
  (jsc#SLE-16407).
- ACPICA: All acpica: Update copyrights to 2020 Including tool
  signons (jsc#SLE-16407).
- ACPICA: Dispatcher: always generate buffer objects for ASL
  create_field() operator (jsc#SLE-16407).
- ACPICA: debugger: fix spelling mistake "/adress"/ -> "/address"/
  (jsc#SLE-16407).
- ACPI: PM: s2idle: Rework ACPI events synchronization
  (jsc#SLE-16407).
- ACPI: EC: Rework flushing of pending work (jsc#SLE-16407).
- ACPICA: debugger: remove leading whitespaces when converting
  a string to a buffer (jsc#SLE-16407).
- ACPICA: acpiexec: initialize all simple types and field units
  from user input (jsc#SLE-16407).
- ACPICA: debugger: add field unit support for
  acpi_db_get_next_token (jsc#SLE-16407).
- ACPICA: debugger: surround field unit output with braces '{'
  (jsc#SLE-16407).
- ACPICA: debugger: add command to dump all fields of particular
  subtype (jsc#SLE-16407).
- ACPICA: utilities: add flag to only display data when dumping
  buffers (jsc#SLE-16407).
- ACPICA: More Clang changes (jsc#SLE-16407).
- ACPICA: Win OSL: Replace get_tick_count with get_tick_count64
  (jsc#SLE-16407).
- ACPICA: Results from Clang (jsc#SLE-16407).
- ACPI: PM: Drop Dell XPS13 9360 from LPS0 Idle _DSM blacklist
  (jsc#SLE-16407).
- ACPICA: Add "/Windows 2019"/ string to _OSI support
  (jsc#SLE-16407).
- ACPICA: Differentiate Windows 8.1 from Windows 8
  (jsc#SLE-16407).
- ACPICA: Fully deploy ACPI_PRINTF_LIKE macro (jsc#SLE-16407).
- ACPICA: Fix issues with arg types within printf format strings
  (jsc#SLE-16407).
- ACPICA: Increase total number of possible Owner IDs
  (jsc#SLE-16407).
- ACPICA: Debugger: remove redundant assignment on obj_desc
  (jsc#SLE-16407).
- ACPI: PM: s2idle: Always set up EC GPE for system wakeup
  (jsc#SLE-16407).
- ACPI: PM: s2idle: Avoid rearming SCI for wakeup unnecessarily
  (jsc#SLE-16407).
- PM: suspend: Fix platform_suspend_prepare_noirq()
  (jsc#SLE-16407).
- intel-hid: intel-vbtn: Avoid leaking wakeup_mode set
  (jsc#SLE-16407).
- ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended
  devices (jsc#SLE-16407).
- ACPI: EC: PM: Make acpi_ec_dispatch_gpe() print debug message
  (jsc#SLE-16407).
- ACPI: EC: PM: Consolidate some code depending on PM_SLEEP
  (jsc#SLE-16407).
- ACPI: PM: s2idle: Eliminate acpi_sleep_no_ec_events()
  (jsc#SLE-16407).
- ACPI: PM: s2idle: Switch EC over to polling during "/noirq"/
  suspend (jsc#SLE-16407).
- ACPI: PM: s2idle: Add acpi.sleep_no_lps0 module parameter
  (jsc#SLE-16407).
- ACPI: PM: s2idle: Rearrange lps0_device_attach()
  (jsc#SLE-16407).
- ACPI: PM: Set up EC GPE for system wakeup from drivers that
  need it (jsc#SLE-16407).
- PM: sleep: Simplify suspend-to-idle control flow
  (jsc#SLE-16407).
- ACPI: PM: Set s2idle_wakeup earlier and clear it later
  (jsc#SLE-16407).
- ACPI: EC: Return bool from acpi_ec_dispatch_gpe()
  (jsc#SLE-16407).
- ACPICA: Return u32 from acpi_dispatch_gpe() (jsc#SLE-16407).
- PCI: irq: Introduce rearm_wake_irq() (jsc#SLE-16407).
- commit 632d617
- timers: Always keep track of next expiry (bsc#1179365)
- commit ee6d011
- pinctrl: intel: Actually disable Tx and Rx buffers on GPIO
  request (git-fixes).
- pinctrl: jasperlake: Fix HOSTSW_OWN offset (git-fixes).
- pinctrl: jasperlake: Unhide SPI group of pins (git-fixes).
- commit 256e3b8
- ALSA: usb-audio: workaround for iface reset issue (bsc#1178203).
- commit 4121b01
- mmc: block: Fixup condition for CMD13 polling for RPMB requests
  (git-fixes).
- pinctrl: aspeed: Fix GPIO requests on pass-through banks
  (git-fixes).
- pinctrl: baytrail: Avoid clearing debounce value when turning
  it off (git-fixes).
- pinctrl: merrifield: Set default bias in case no particular
  value given (git-fixes).
- gpio: mvebu: fix potential user-after-free on probe (git-fixes).
- clk: renesas: r9a06g032: Drop __packed for portability
  (git-fixes).
- USB: serial: ch341: sort device-id entries (git-fixes).
- USB: serial: ch341: add new Product ID for CH341A (git-fixes).
- USB: serial: option: add support for Thales Cinterion EXS82
  (git-fixes).
- USB: serial: option: add Fibocom NL668 variants (git-fixes).
- commit 4d00577
- timers: Recalculate next timer interrupt only when necessary (bsc#1179365)
- commit 5f04bac
- timers: Lower base clock forwarding threshold (bsc#1179365)
- commit 72a03ba
- timers: Remove must_forward_clk (bsc#1179365)
- commit c3083a1
- timers: Spare timer softirq until next expiry (bsc#1179365)
- commit 1eaa492
- timers: Expand clk forward logic beyond nohz (bsc#1179365)
- commit c14e398
- timers: Reuse next expiry cache after nohz exit (bsc#1179365)
- commit 8c6d890
- timers: Optimize _next_timer_interrupt() level iteration (bsc#1179365)
- commit 74e8303
- timers: Add comments about calc_index() ceiling work (bsc#1179365)
- commit 1709f40
- timers: Move trigger_dyntick_cpu() to enqueue_timer() (bsc#1179365)
- commit 79e5013
- timers: Use only bucket expiry for base->next_expiry value (bsc#1179365)
- commit dc787a8
- timers: Preserve higher bits of expiration on index (bsc#1179365)
- commit 242bf50
- pstore: Fix linking when crypto API disabled (jsc#SLE-16304).
- commit cf4291d
- mtd: Support kmsg dumper based on pstore/blk (jsc#SLE-16304).
- Update config files.
- supported.conf: add mtdpstore
- commit ffec888
- pstore/blk: Introduce "/best_effort"/ mode (jsc#SLE-16304).
- pstore/blk: Support non-block storage devices (jsc#SLE-16304).
- pstore/blk: Provide way to query pstore configuration
  (jsc#SLE-16304).
- pstore/zone: Provide way to skip "/broken"/ zone for MTD devices
  (jsc#SLE-16304).
- commit 278b9b6
- Documentation: Add details for pstore/blk (jsc#SLE-16304).
- commit f35da88
- pstore/zone,blk: Add ftrace frontend support (jsc#SLE-16304).
- Update config files.
- commit e482e99
- pstore/zone,blk: Add console frontend support (jsc#SLE-16304).
- Update config files.
- commit 8e4487a
- pstore/zone,blk: Add support for pmsg frontend (jsc#SLE-16304).
- Update config files.
- commit 03d39a5
- pstore/blk: Introduce backend for block devices (jsc#SLE-16304).
- Update config files.
- mark fs/pstore as supported
- commit 587a2b4
- pstore/zone: Introduce common layer to manage storage zones
  (jsc#SLE-16304).
- commit ba9c226
- ramoops: Add "/max-reason"/ optional field to ramoops DT node
  (jsc#SLE-16304).
- pstore/ram: Introduce max_reason and convert dump_oops
  (jsc#SLE-16304).
- pstore/platform: Pass max_reason to kmesg dump (jsc#SLE-16304).
- printk: Introduce kmsg_dump_reason_str() (jsc#SLE-16304).
- printk: honor the max_reason field in kmsg_dumper
  (jsc#SLE-16304).
- printk: Collapse shutdown types into a single dump reason
  (jsc#SLE-16304).
- commit e8792b6
- pstore/ftrace: Provide ftrace log merging routine
  (jsc#SLE-16304).
- pstore/ram: Refactor ftrace buffer merging (jsc#SLE-16304).
- pstore/ram: Refactor DT size parsing (jsc#SLE-16304).
- pstore/ram: Adjust module param permissions to reflect reality
  (jsc#SLE-16304).
- pstore/platform: Move module params after declarations
  (jsc#SLE-16304).
- pstore/platform: Use backend name for console registration
  (jsc#SLE-16304).
- pstore/platform: Switch pstore_info::name to const
  (jsc#SLE-16304).
- pstore: Make sure console capturing will restart
  (jsc#SLE-16304).
- pstore: Remove filesystem records when backend is unregistered
  (jsc#SLE-16304).
- pstore: Do not leave timer disabled for next backend
  (jsc#SLE-16304).
- commit 8204cca
- pstore: Add locking around superblock changes (jsc#SLE-16304).
- commit 21099a7
- pstore: Refactor pstorefs record list removal (jsc#SLE-16304).
- commit 989da98
- pstore: Add proper unregister lock checking (jsc#SLE-16304).
- commit eed4072
- pstore: Convert "/records_list"/ locking to mutex (jsc#SLE-16304).
- commit 5292e89
- pstore: Rename "/allpstore"/ to "/records_list"/ (jsc#SLE-16304).
- commit 70a8404
- pstore: Convert "/psinfo"/ locking to mutex (jsc#SLE-16304).
- commit df8a1eb
- pstore: Rename "/pstore_lock"/ to "/psinfo_lock"/ (jsc#SLE-16304).
- commit 5e29b75
- pstore: Drop useless try_module_get() for backend
  (jsc#SLE-16304).
- Refresh
  patches.suse/pstore_disable_efi_backend_by_default.patch.
- commit de00068
- pstore/ram: Replace zero-length array with flexible-array member
  (jsc#SLE-16304).
- commit 992f876
- pstore/ram: remove unnecessary ramoops_unregister_dummy()
  (jsc#SLE-16304).
- commit b76e837
- powerpc/perf: Exclude kernel samples while counting events in
  user space (jsc#SLE-13513 bsc#1179950 ltc#190285).
- powerpc/perf: MMCR0 control for PMU registers under PMCC=00
  (jsc#SLE-13513 bsc#1179950 ltc#190285).
- powerpc/perf: Fix to update cache events with l2l3 events in
  power10 (jsc#SLE-13513 bsc#1179950 ltc#190285).
- powerpc/perf: Fix to update generic event codes for power10
  (jsc#SLE-13513 bsc#1179950 ltc#190285).
- powerpc/perf: Add generic and cache event list for power10 DD1
  (jsc#SLE-13513 bsc#1179950 ltc#190285).
- powerpc/perf: Fix the PMU group constraints for threshold
  events in power10 (jsc#SLE-13513 bsc#1179950 ltc#190285).
- powerpc/perf: Update the PMU group constraints for l2l3 events
  in power10 (jsc#SLE-13513 bsc#1179950 ltc#190285).
- powerpc/perf: Fix to update radix_scope_qual in power10
  (jsc#SLE-13513 bsc#1179950 ltc#190285).
- powerpc/perf: Invoke per-CPU variable access with disabled
  interrupts (jsc#SLE-13513 bsc#1179950 ltc#190285).
- commit da98715
- supported.conf: enable pwm-fan
  Jetson AGX Xavier uses pwm-fan to contol fan speed.
  References: bsc#1179597
- commit 134e477
- btrfs: fix readahead hang and use-after-free after removing
  a device (bsc#1179963).
- commit 170193e
- btrfs: fix use-after-free on readahead extent after failure
  to create it (bsc#1179963).
- commit 1429b0b
- series.conf: cleanup
- update upstream repository URL:
  patches.suse/ibmvnic-add-some-debugs.patch
- move unsortable patches out of sorted section:
  patches.suse/cifs-set_root_ses-ipc.patch
  patches.suse/powerpc-rtas-fix-typo-of-ibm-open-errinjct-in-rtas-f.patch
- commit 059dfec
- series.conf: cleanup
- update upstream reference and move into "/almost mainline"/ section:
  patches.suse/nvme-fc-avoid-calling-_nvme_fc_abort_outstanding_ios-from-interrupt-context.patch
- commit e446234
- mm/memory_hotplug: shrink zones when offlining memory
  (bsc#1177679).
- commit ffb1814
- ARM: 8943/1: Fix topology setup in case of CPU hotplug for
  CONFIG_SCHED_MC (jsc#SLE-16614 jsc#SLE-13640).
- commit 66cc853
- Revert "/geneve: pull IP header before ECN decapsulation"/
  (git-fixes).
- can: softing: softing_netdev_open(): fix error handling
  (git-fixes).
- mac80211: mesh: fix mesh_pathtbl_init() error path (git-fixes).
- commit dff69af
- drm: panel: Fix bpc for OrtusTech COM43H4M85ULC panel (bsc#1152489)
- commit 68423a3
- ibmvnic: fix rx buffer tracking and index management in
  replenish_rx_pool partial success (bsc#1179929 ltc#189960).
- commit 53d60d5
- IB/hfi1: Ensure correct mm is used at all times (bsc#1179878
  CVE-2020-27835).
- commit f84fcc4
- Update patches.suse/tty-Fix-pgrp-locking-in-tiocspgrp.patch
  (git-fixes bsc#1179745 CVE-2020-29661).
- Update patches.suse/tty-Fix-session-locking.patch (bsc#1179745
  CVE-2020-29660).
  Add CVE numbers.
- commit 034f28b
- fail_function: Remove a redundant mutex unlock (bsc#1149032).
- locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_count
  (bsc#1149032).
- commit 7d88c68
- blacklist.conf: Blacklist some lockdep updates
- commit 2f42c43
- kABI: genirq: add back irq_create_mapping (bsc#1065729).
- commit 0788f47
- genirq/irqdomain: Add an irq_create_mapping_affinity() function
  (bsc#1065729).
- commit 1e1b021
- powerpc/64s: Trim offlined CPUs from mm_cpumasks (bsc#1055117
  ltc#159753 git-fixes bsc#1179888 ltc#190253).
- kernel/cpu: add arch override for clear_tasks_mm_cpumask()
  mm handling (bsc#1055117 ltc#159753 git-fixes bsc#1179888
  ltc#190253).
- powerpc/64s/pseries: Fix hash tlbiel_all_isa300 for guest
  kernels (bsc#1179888 ltc#190253).
- powerpc/64s: Fix hash ISA v3.0 TLBIEL instruction generation
  (bsc#1055117 ltc#159753 git-fixes bsc#1179888 ltc#190253).
- commit 8cba4ab
- powerpc/64s/powernv: Fix memory corruption when saving SLB
  entries on MCE (jsc#SLE-9246 git-fixes).
- commit a63cfa4
- powerpc/pseries: Pass MSI affinity to irq_create_mapping()
  (bsc#1065729).
- ibmvnic: delay next reset if hard reset fails (bsc#1094840
  ltc#167098 git-fixes).
- ibmvnic: restore adapter state on failed reset (bsc#1152457
  ltc#174432 git-fixes).
- ibmvnic: avoid memset null scrq msgs (bsc#1044767 ltc#155231
  git-fixes).
- ibmvnic: enhance resetting status check during module exit
  (bsc#1065729).
- ibmvnic: fix NULL pointer dereference in reset_sub_crq_queues
  (FATE#322021 bsc#1040855 ltc#155067 git-fixes).
- ibmvnic: notify peers when failover and migration happen
  (bsc#1044120 ltc#155423 git-fixes).
- ibmvnic: fix call_netdevice_notifiers in do_reset (bsc#1115431
  ltc#171853 git-fixes).
- commit 00d731f
- clocksource/drivers/arm_arch_timer: validate arch_timer_rate
  (jsc#SLE-16614 jsc#SLE-13640).
- commit 4f4514c
- arm64: use activity monitors for frequency invariance
  (jsc#SLE-16614 jsc#SLE-13640).
- arm: Use common cpu_topology structure and functions
  (jsc#SLE-16614 jsc#SLE-13640).
- cpu-topology: Move cpu topology code to common code
  (jsc#SLE-16614 jsc#SLE-13640).
- commit 83df8e6
- powerpc/64s/exception: KVM Fix for host DSI being taken in
  HPT guest MMU context (jsc#SLE-9246 git-fixes).
- powerpc/64s: Fix KVM system reset handling when
  CONFIG_PPC_PSERIES=y (jsc#SLE-9246 git-fixes).
- commit 2b2f0ec
- powerpc/64s: Fix allnoconfig build since uaccess flush
  (bsc#1177666 git-fixes).
- commit 87d1aa2
- KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing
  ESB page (bsc#1156395).
- commit be0ace4
- ibmvnic: add some debugs (bsc#1179896 ltc#190255).
- commit 0ec6de5
- powerpc/rtas: fix typo of ibm,open-errinjct in rtas filter
  (CVE-2020-27777 bsc#1179107 bsc#1179887 ltc#190092).
- commit 8fcc087
- nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from
  interrupt context (bsc#1177326).
- commit c6fa2f3
- ftrace: Fix updating FTRACE_FL_TRAMP (git-fixes).
- commit e552615
- blacklist.conf: 310e3a4b5a4f ("/tracing: Remove WARN_ON in start_thread()"/)
  Not really necessary. Just a WARN_ON(). We may reevaluate if someone
  reports it.
- commit b62e034
- cpufreq: add function to get the hardware max frequency
  (jsc#SLE-16614 jsc#SLE-13640).
- commit 4ef407e
- Documentation: arm64: document support for the AMU extension
  (jsc#SLE-16614 jsc#SLE-13640).
- commit 814a63c
- arm64/kvm: disable access to AMU registers from kvm guests
  (jsc#SLE-16614 jsc#SLE-13640).
- commit 23654f6
- arm64: trap to EL1 accesses to AMU counters from EL0
  (jsc#SLE-16614 jsc#SLE-13640).
- commit 1ffcffa
- arm64: add support for the AMU extension v1 (jsc#SLE-16614
  jsc#SLE-13640).
- Update config files.
- Refresh patches.suse/arm64-Detect-the-ARMv8.4-TTL-feature.patch.
- Refresh
  patches.suse/arm64-tlb-Detect-the-ARMv8.4-TLBI-RANGE-feature.patch.
- Refresh
  patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch.
- commit db66333
- Update config files: drop CONFIG_IP_PNP again
  CONFIG_IP_PNP was enabled as a result of Leap config merge, but it
  makes little sense without the built-in network drivers.  Drop it again.
- commit 43358fd
- Update config files to disable CONFIG_DEBUG_SECTION_MISMATCH (bsc#1177403)
- commit 0b57f6d
- fix patches metadata
- fix Patch-mainline:
  patches.suse/0001-HMAT-Register-memory-side-cache-after-parsing.patch
  patches.suse/0001-HMAT-Skip-publishing-target-info-for-nodes-with-no-o.patch
  patches.suse/0001-mm-userfaultfd-do-not-access-vma-vm_mm-after-calling.patch
- commit 35937c0
- iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs
  (bsc#1179652).
- commit fc46361
- nvme-fabrics: allow to queue requests for live queues
  (git-fixes).
- nvme-tcp: cancel async events before freeing event struct
  (git-fixes).
- nvme-rdma: cancel async events before freeing event struct
  (git-fixes).
- nvme-fc: cancel async events before freeing event struct
  (git-fixes).
- commit bd7db2d
- nvme: Revert: Fix controller creation races with teardown
  (git-fixes).
- Delete patches.kabi/nvme-kABI-fixes-for-nvme_ctrl.patch.
- commit 6f82fb0
- arm64: cpufreq: revert cppc to v5.10 level
  References: bsc#1179585
  cppc_cpufreq is being initialized without checking if
  acpi_cppc_processor_probe() succeeded. Revert to v5.10 to keep the old
  behavior for now.
- commit dc7e817
- nvme-multipath: fix deadlock due to head->lock (git-fixes).
- nvme: don't protect ns mutation with ns->head->lock (git-fixes).
- nvme-multipath: fix deadlock between ana_work and scan_work
  (git-fixes).
- commit d1a90c1
- nvme-fc: remove nvme_fc_terminate_io() (bsc#1177326).
- nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery
  (bsc#1177326).
- nvme-fc: remove err_work work item (bsc#1177326).
- nvme-fc: track error_recovery while connecting (bsc#1177326).
- nvme-fc: shorten reconnect delay if possible for FC (git-fixes).
- nvme-fc: wait for queues to freeze before calling (git-fixes).
- nvme-fc: fix error loop in create_hw_io_queues (git-fixes).
- nvme-fc: fix io timeout to abort I/O (bsc#1177326).
- nvme-pci: properly print controller address (git-fixes).
- commit 42e24bd
- nvme-tcp: optimize queue io_cpu assignment for multiple queue
  (git-fixes).
- Refresh
  patches.suse/nvme-tcp-have-queue-prod-cons-send-list-become-a-lli.patch.
- commit b1bde16
- nvme-tcp: fix possible leakage during error flow (git-fixes).
- commit a68cfb4
- random: try to actively add entropy rather than passively wait for it (bsc#1178404).
- commit f78131b
- Update config files: enable CONFIG_TEST_HMM on x86_64
- supported.conf: add lib/test_hmm as kselftests-kmp (jsc#SLE-16387)
- commit d44e369
- XArray: Add xa_for_each_range (jsc#SLE-16387).
- commit 89eed0c
- uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT
  (bsc#1179819).
- commit 75cd8a8
- ext4: handle dax mount option collision (bsc#1179815).
- commit 2f4a2a2
- ext4: disallow modifying DAX inode flag if inline_data has
  been set (bsc#1179814).
- commit d0f441a
- Input: xpad - support Ardwiino Controllers (git-fixes).
- Input: i8042 - add ByteSpeed touchpad to noloop table
  (git-fixes).
- usbnet: ipheth: fix connectivity with iOS 14 (git-fixes).
- commit 8f84738
- x86/insn-eval: Use new for_each_insn_prefix() macro to loop
  over prefixes bytes (bsc#1152489).
- commit 73ffec0
- x86/uprobes: Do not use prefixes.nbytes when looping over
  prefixes.bytes (bsc#1152489).
- commit 0b28903
- x86/resctrl: Fix AMD L3 QOS CDP enable/disable (bsc#1152489).
- commit d839ba5
- lib/test_hmm.c: remove unused dmirror_zero_page (jsc#SLE-16387).
- commit 879f764
- mm: mmu_notifier: fix and extend kerneldoc (jsc#SLE-16387).
- commit a65787b
- mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIER
  (jsc#SLE-16387).
- blacklist.conf: remove this commit
- commit 3454164
- mm/hmm/test: use the new migration invalidation (jsc#SLE-16387).
- commit b9703ba
- Refresh
  patches.suse/0012-mm-migrate-add-a-flags-parameter-to-migrate_vma.patch.
- add mm/hmm/test part now that prerequisities are not missing anymore.
- commit 32a3dca
- mm/hmm: add tests for hmm_pfn_to_map_order() (jsc#SLE-16387).
- commit fea5fef
- io_uring: grab ->fs as part of async offload (bsc#1179434
  CVE-2020-29373).
- commit b260e71
- x86/sev-es: Use new for_each_insn_prefix() macro to loop over
  prefixes bytes (bsc#1178134).
- x86/insn-eval: Use new for_each_insn_prefix() macro to loop
  over prefixes bytes (bsc#1178134).
- commit 25fe31b
- blacklist.conf: Append 'drm/i915: Avoid mixing integer types during batch copies'
- commit 7318e0c
- x86/uprobes: Do not use prefixes.nbytes when looping over
  prefixes.bytes (bsc#1178134).
- commit 40a1a4a
- x86/platform/uv: Fix UV4 hub revision adjustment (bsc#1178134).
- commit ddbaba1
- blacklist.conf: Append 'drm/i915: Clear the repeater bit on HDCP disable'
- commit c9b3793
- blacklist.conf: Append 'drm/i915: Fix sha_text population code'
- commit 3c40ed1
- blacklist.conf: Append 'drm/i915/gem: Delay tracking the GEM context until it is registered'
- commit 57a9af9
- blacklist.conf: Append 'drm/amd/powerplay: Fix hardmins not being sent to SMU for RV'
- commit 3708b97
- iwlwifi: pcie: invert values of NO_160 device config entries
  (git-fixes).
- commit aa2884c
- Update
  patches.suse/media-xirlink_cit-add-missing-descriptor-sanity-chec.patch
  (bsc#1168952 CVE-2020-11668).
  Added CVE number
- commit 15ca434
- blacklist.conf: Append 'drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()'
- commit 13ab26a
- Update
  patches.suse/media-xirlink_cit-add-missing-descriptor-sanity-chec.patch
  (bsc#1168952 CVE-2020-11668).
  Added CVE number
- commit a0ec304
- blacklist.conf: Append 'drm/i915/gem: Delay tracking the GEM context until it is registered'
- commit b9b8698
- drm/imx: tve remove extraneous type qualifier (bsc#1152489)
- commit ef93a79
- drm/vc4: hdmi: Avoid sleeping in atomic context (bsc#1152489)
  Backporting changes:
  * context fixes
- commit 507bd66
- drm/panfrost: increase readl_relaxed_poll_timeout values (bsc#1152472)
  Backporting changes:
  * context fixes
- commit c82949a
- drm/i915/gem: Avoid implicit vmap for highmem on x86-32 (bsc#1152489)
  Backporting changes:
  * context fixes
- commit 56c13b8
- drm/vc4: crtc: Rework a bit the CRTC state code (bsc#1152472)
  Backporting changes:
  * context fixes
- commit e8c9179
- drm/msm: Drop debug print in _dpu_crtc_setup_lm_bounds() (bsc#1152489)
  Backporting changes:
  * context fixes
- commit 620be39
- drm/msm: Avoid div-by-zero in dpu_crtc_atomic_check() (bsc#1152489)
- commit fa753cd
- drm: mxsfb: check framebuffer pitch (bsc#1152472)
  Backporting changes:
  * context fixes
- commit 0dd9c60
- drm/panfrost: Ensure GPU quirks are always initialised (bsc#1152489)
- commit c088e37
- drm/crc-debugfs: Fix memleak in crc_control_write (bsc#1152472)
- commit 7cf7f8b
- drm: rcar-du: Put reference to VSP device (bsc#1152489)
- commit 3aca956
- drm/radeon: Prefer lower feedback dividers (bsc#1152489)
- commit 7479884
- drm/amdgpu: pass NULL pointer instead of 0 (bsc#1152489)
  Backporting changes:
  * context fixes
- commit 7cc3993
- drm/amd/display: Fix wrong return value in dm_update_plane_state() (bsc#1152489)
- commit 7638845
- drm/gma500: fix error check (bsc#1152472)
  Backporting changes:
  * context fixes
- commit e0b3dc4
- drm: panel: Fix bus format for OrtusTech COM43H4M85ULC panel (bsc#1152472)
  Backporting changes:
  * context fixes
- commit aaeda6a
- drm/vkms: fix xrgb on compute crc (bsc#1152472)
  Backporting changes:
  * changed filename from vkms_composer.c to vkms_crc.c
  * context fixes
- commit 84538b3
- drm: mxsfb: Remove fbdev leftovers (bsc#1152472)
  Backporting changes:
  * context fixes
- commit 7b29584
- drm/sun4i: sun8i-csc: Secondary CSC register correction (bsc#1152489)
- commit c09dba1
- drm/vc4/vc4_hdmi: fill ASoC card owner (bsc#1152489)
- commit afa801d
- drm/mediatek: Add missing put_device() call in (bsc#1152472)
- commit 2465a49
- drm/mediatek: Add missing put_device() call in mtk_drm_kms_init() (bsc#1152472)
  Backporting changes:
  * context fixes
  * adapted to function layout
- commit 187e3d3
- drm/mediatek: Add exception handing in mtk_drm_probe() if component (bsc#1152472)
- commit 39014a3
- drm/i915: Fix sha_text population code (bsc#1152489)
  Backporting changes:
  * context fixes
  * adapted I/O functions to old driver
- commit d501c26
- fbcon: Remove the superfluous break (bsc#1152472)
- commit e00dc98
- video: fbdev: radeon: Fix memleak in radeonfb_pci_register (bsc#1152472)
- commit 9657792
- video: fbdev: sis: fix null ptr dereference (bsc#1152472)
- commit d833a20
- Refresh
  patches.suse/ibmvnic-Ensure-that-SCRQ-entry-reads-are-correctly-o.patch.
- Refresh
  patches.suse/ibmvnic-Fix-TX-completion-error-handling.patch.
- Refresh patches.suse/ibmvnic-avoid-memset-null-scrq-msgs.patch.
- Refresh
  patches.suse/ibmvnic-delay-next-reset-if-hard-reset-fails.patch.
- Refresh
  patches.suse/ibmvnic-enhance-resetting-status-check-during-module.patch.
- Refresh
  patches.suse/ibmvnic-fix-NULL-pointer-dereference-in-ibmvic_reset.patch.
- Refresh
  patches.suse/ibmvnic-fix-NULL-pointer-dereference-in-reset_sub_cr.patch.
- Refresh
  patches.suse/ibmvnic-fix-call_netdevice_notifiers-in-do_reset.patch.
- Refresh
  patches.suse/ibmvnic-handle-inconsistent-login-with-reset.patch.
- Refresh
  patches.suse/ibmvnic-no-reset-timeout-for-5-seconds-after-reset.patch.
- Refresh
  patches.suse/ibmvnic-notify-peers-when-failover-and-migration-hap.patch.
- Refresh
  patches.suse/ibmvnic-reduce-wait-for-completion-time.patch.
- Refresh
  patches.suse/ibmvnic-restore-adapter-state-on-failed-reset.patch.
- Refresh
  patches.suse/ibmvnic-send_login-should-check-for-crq-errors.patch.
- Refresh
  patches.suse/ibmvnic-skip-tx-timeout-reset-while-in-resetting.patch.
- Refresh
  patches.suse/ibmvnic-stop-free_all_rwi-on-failed-reset.patch.
- Refresh patches.suse/ibmvnic-track-pending-login.patch.
  Update patch metadata
- commit ec07814
- speakup: Reject setting the speakup line discipline outside
  of speakup (CVE-2020-27830 bsc#1179656).
- commit ec50953
- tty: Fix ->session locking (bsc#1179745).
- commit a9a2af9
- Update patches.suse/tty-Fix-pgrp-locking-in-tiocspgrp.patch
  (git-fixes bsc#1179745).
- commit 556ded3
- udp: Don't discard reuseport selection when group has connections (bsc#1177028).
- commit 7d84936
- Update
  patches.suse/mm-slub-add-missing-tid-bump-in-kmem_cache_alloc_bulk.patch
  (CVE-2020-29370, bsc#1179435, bsc#1167657, VM functionality).
- add reference to CVE and its bsc
- commit cc58091
- patches.suse/iommu-amd-Increase-interrupt-remapping-table-limit-t.patch:
  (bsc#1179652).
- commit 34c2dd2
- efi/x86: Move 32-bit code into efi_32.c (jsc#SLE-16407).
- efi/libstub: Handle unterminated cmdline (jsc#SLE-16407).
- efi/libstub: Handle NULL cmdline (jsc#SLE-16407).
- efi/libstub: Stop parsing arguments at "/--"/ (jsc#SLE-16407).
- efi/x86: Mark kernel rodata non-executable for mixed mode
  (jsc#SLE-16407).
- x86/efi: Remove unused EFI_UV1_MEMMAP code (jsc#SLE-16407).
- x86/platform/uv: Remove uv bios and efi code related to
  EFI_UV1_MEMMAP (jsc#SLE-16407).
- x86/efi: Remove references to no-longer-used
  efi_have_uv1_memmap() (jsc#SLE-16407).
- x86/platform/uv: Remove efi=old_map command line option
  (jsc#SLE-16407).
- efi: use sha256() instead of open coding (jsc#SLE-16407).
- crypto: lib/sha256 - add sha256() function (jsc#SLE-16407).
- crypto: lib/sha256 - return void (jsc#SLE-16407).
- commit f5714a4
- blacklist.conf: Blacklist fdeb17c70c9e
- commit 392d677
- ext4: fix bogus warning in ext4_update_dx_flag() (bsc#1179716).
- commit c86f418
- reiserfs: Fix oops during mount (bsc#1179715).
- commit 89f9917
- quota: clear padding in v2r1_mem2diskdqb() (bsc#1179714).
- commit 20af897
- reiserfs: Initialize inode keys properly (bsc#1179713).
- commit 2b68a22
- udf: Fix memory leak when mounting (bsc#1179712).
- commit 816f9a3
- fs: Don't invalidate page buffers in block_write_full_page()
  (bsc#1179711).
- commit 8f6f5ed
- mm/error_inject: Fix allow_error_inject function signatures
  (bsc#1179710).
- commit 2c7612f
- libfs: fix error cast of negative value in simple_attr_write()
  (bsc#1179709).
- commit 246e7d7
- jbd2: fix up sparse warnings in checkpoint code (bsc#1179707).
- commit 15002ce
- ubifs: journal: Make sure to not dirty twice for auth nodes
  (bsc#1179704).
- commit 0185a1d
- ubifs: dent: Fix some potential memory leaks while iterating
  entries (bsc#1179703).
- commit 32b7d27
- ubifs: xattr: Fix some potential memory leaks while iterating
  entries (bsc#1179690).
- commit 950038e
- ubifs: mount_ubifs: Release authentication resource in error
  handling path (bsc#1179689).
- commit 0b68da4
- ubifs: Don't parse authentication mount options in remount
  process (bsc#1179688).
- commit 391f198
- ubifs: Fix a memleak after dumping authentication mount options
  (bsc#1179687).
- commit 3c605f4
- iomap: Set all uptodate bits for an Uptodate page (bsc#1179685).
- commit 8e539c4
- iomap: Mark read blocks uptodate in write_begin (bsc#1179684).
- commit d032f23
- iomap: Clear page error before beginning a write (bsc#1179683).
- commit da58998
- blacklist.conf: Blacklist 50b7d8568008
- commit cc769c4
- fs/ufs: avoid potential u32 multiplication overflow
  (bsc#1179682).
- commit 8289be8
- fs/minix: remove expected error message in block_to_path()
  (bsc#1179681).
- commit 0ea255e
- fs/minix: fix block limit check for V1 filesystems
  (bsc#1179680).
- commit 06199cf
- fs/minix: set s_maxbytes correctly (bsc#1179679).
- commit 69dd22c
- fs/minix: reject too-large maximum file size (bsc#1179678).
- commit c5b4a77
- fs/minix: don't allow getting deleted inodes (bsc#1179677).
- commit cbd9376
- fs/minix: check return value of sb_getblk() (bsc#1179676).
- commit 86706a5
- ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|rename
  (bsc#1179675).
- commit 7055a2f
- ext4: unlock xattr_sem properly in ext4_inline_data_truncate()
  (bsc#1179673).
- commit d17d948
- ext4: correctly report "/not supported"/ for {usr,grp}jquota
  when !CONFIG_QUOTA (bsc#1179672).
- commit ace06ac
- ext4: limit entries returned when counting fsmap records
  (bsc#1179671).
- commit 869362f
- ext4: fix leaking sysfs kobject after failed mount
  (bsc#1179670).
- commit 2855c18
- x86/mce: Do not overwrite no_way_out if mce_end() fails
  (bsc#1152489).
- commit 016650c
- net/x25: prevent a couple of overflows (bsc#1178590).
- commit 9618139
- Update patches.suse/xfrm-Fix-memleak-on-xfrm-state-destroy.patch
  references (add bsc#1158775).
- commit f5ca88c
- ethtool: fix error handling in ethtool_phys_id (git-fixes).
- commit 62d5d56
- blacklist.conf: breaks kABI and is only needed on 32 bit
- commit b613713
- blacklist.conf: cleanup, no functional change
- commit f5a48eb
- USB: serial: kl5kusb105: fix memleak on open (git-fixes).
- commit 5939355
- x86/platform/uv: Unexport sn_coherency_id (jsc#SLE-16407).
- x86/platform/uv: Mark uv_bios_call() and uv_bios_call_irqsave()
  static (jsc#SLE-16407).
- efi/x86: Disallow efi=old_map in mixed mode (jsc#SLE-16407).
- commit e8cfe8c
- RDMA/bnxt_re: Fix sizeof mismatch for allocation of pbl_tbl. (bsc#1152489)
- commit b293ffc
- RDMA/ipoib: Set rtnl_link_ops for ipoib interfaces (bsc#1152489)
- commit 2686c41
- RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel() (bsc#1152489)
- commit e7b302f
- RDMA/hns: Fix missing sq_sig_type when querying QP (bsc#1152489)
- commit 428c91c
- RDMA/hns: Add check for the validity of sl configuration (bsc#1152489)
- commit 1cb3ce0
- RDMA/hns: Correct typo of hns_roce_create_cq() (bsc#1152489)
- commit 8c66138
- RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't work (bsc#1152489)
- commit a38a25c
- RDMA/hns: Set the unsupported wr opcode (bsc#1152489)
- commit e06fae1
- RDMA/qedr: Fix iWARP active mtu display (bsc#1152489)
- commit d610dee
- qede: Notify qedr when mtu has changed (bsc#1152489)
- commit 98fc763
- RDMA/qedr: Fix resource leak in qedr_create_qp (bsc#1152489)
- commit bdb50f5
- RDMA/qedr: Fix inline size returned for iWARP (bsc#1152489)
- commit 1a57d92
- RDMA/qedr: Fix use of uninitialized field (bsc#1152489)
- commit 6926fdb
- RDMA/qedr: Fix doorbell setting (bsc#1152489)
- commit 7085d43
- RDMA/qedr: Fix qp structure memory leak (bsc#1152489)
- commit 15f0227
- RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz() (bsc#1152489)
- commit 6fda3ed
- RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundary (bsc#1152489)
- commit e3d4c09
- IB/mlx4: Adjust delayed work when a dup is observed (bsc#1152489)
- commit f007f05
- IB/mlx4: Fix starvation in paravirt mux/demux (bsc#1152489)
- commit b4a4680
- IB/mlx4: Add support for MRA (bsc#1152489)
- commit d8e693f
- IB/mlx4: Add and improve logging (bsc#1152489)
- commit d9fbac5
- IB/isert: Fix unaligned immediate-data handling (bsc#1152489)
- commit ff723af
- powerpc/numa: Fix a regression on memoryless node 0 (bsc#1179639
  ltc#189002).
- commit 3324f59
- nvme-rdma: handle unexpected nvme completion data length
  (bsc#1178612).
- commit 302adf9
- tty: Fix ->pgrp locking in tiocspgrp() (git-fixes).
- usb: gadget: f_fs: Use local copy of descriptors for userspace
  copy (git-fixes).
- USB: serial: kl5kusb105: fix memleak on open (git-fixes).
- USB: serial: option: fix Quectel BG96 matching (git-fixes).
- thunderbolt: Fix use-after-free in remove_unplugged_switch()
  (git-fixes).
- coredump: fix core_pattern parse error (git-fixes).
- commit c18ac30
- nvme-tcp: avoid repeated request completion (bsc#1179519).
- nvme-rdma: avoid repeated request completion (bsc#1179519).
- nvme-tcp: avoid race between time out and tear down
  (bsc#1179519).
- nvme-rdma: avoid race between time out and tear down
  (bsc#1179519).
- nvme: introduce nvme_sync_io_queues (bsc#1179519).
- nvme-rdma: fix reset hang if controller died in the middle of
  a reset (bsc#1179519).
- nvme-rdma: fix timeout handler (bsc#1179519).
- nvme-rdma: serialize controller teardown sequences
  (bsc#1179519).
- nvme-tcp: fix reset hang if controller died in the middle of
  a reset (bsc#1179519).
- nvme-tcp: fix timeout handler (bsc#1179519).
- nvme-tcp: serialize controller teardown sequences (bsc#1179519).
- nvme: have nvme_wait_freeze_timeout return if it timed out
  (bsc#1179519).
- nvme-fabrics: don't check state NVME_CTRL_NEW for request
  acceptance (bsc#1179519).
- nvme-rdma: fix controller reset hang during traffic
  (bsc#1179519).
- nvme-tcp: fix controller reset hang during traffic
  (bsc#1179519).
- nvme-tcp: optimize network stack with setting msg flags
  (bsc#1179519).
- nvme-tcp: leverage request plugging (bsc#1179519).
- nvme-tcp: have queue prod/cons send list become a llist
  (bsc#1179519).
- commit 2ed3c82
- RDMA/core: Fix reported speed and width (bsc#1152489)
- commit 8c599c6
- RDMA/rxe: Fix memleak in rxe_mem_init_user (bsc#1152489)
- commit cc6aac8
- RDMA/rxe: Fix the parent sysfs read when the interface has 15 chars (bsc#1152489)
- commit e9e9418
- RDMA/bnxt_re: Do not add user qps to flushlist (bsc#1152489)
- commit 940898b
- RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QP (bsc#1152489)
- commit ccd3388
- RDMA/core: Fix return error value in _ib_modify_qp() to negative (bsc#1152489)
- commit 687bd9b
- RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queue (bsc#1152489)
- commit 4299c93
- RDMA/qedr: SRQ's bug fixes (bsc#1152489)
- commit 9e7f793
- nvme-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have
  (bsc#1179519).
- Refresh
  patches.suse/0004-nvme-tcp-check-page-by-sendpage_ok-before-calling-ke.patch.
- commit 32b2bc0
- nvme-tcp: try to send request in queue_rq context (bsc#1179519).
- nvme-tcp: avoid scheduling io_work if we are already polling
  (bsc#1179519).
- nvme-tcp: use bh_lock in data_ready (bsc#1179519).
- commit 0a88b1e
- RDMA/rxe: Return void from rxe_mem_init_dma() (bsc#1152489)
- commit 3d531e1
- RDMA/rxe: Return void from rxe_init_port_param() (bsc#1152489)
- commit d46a4c5
- RDMA/rxe: Drop pointless checks in rxe_init_ports (bsc#1152489)
- commit 2094aae
- RDMA/counter: Allow manually bind QPs with different pids to same counter (bsc#1152489)
- commit 309f664
- nvme-tcp: fix possible crash in recv error flow (bsc#1179519).
- commit 4c08b72
- RDMA/counter: Only bind user QPs in auto mode (bsc#1152489)
- commit 72cbdac
- RDMA/rxe: Skip dgid check in loopback mode (bsc#1152489)
- commit e2d95da
- IB/uverbs: Set IOVA on IB MR in uverbs layer (bsc#1152489)
- commit b8a964a
- nvme-tcp: don't poll a non-live queue (bsc#1179519).
- Refresh
  patches.suse/net-use-skb_queue_empty_lockless-in-busy-poll-contex.patch.
- commit f682d57
- RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued() (bsc#1152489)
- commit 3cc3811
- nvme-tcp: break from io_work loop if recv failed (bsc#1179519).
- nvme-tcp: move send failure to nvme_tcp_try_send (bsc#1179519).
- commit c56582a
- RDMA/rxe: Remove unused rxe_mem_map_pages (bsc#1152489)
- commit e074cd4
- doc: Add link to bpf helpers man page (bsc#1177028).
- udp, bpf: Ignore connections in reuseport group after BPF sk
  lookup (bsc#1177028).
- Documentation/bpf: Document CGROUP_STORAGE map type
  (bsc#1177028).
- udp6: Run SK_LOOKUP BPF program on socket lookup (bsc#1177028).
- udp6: Extract helper for selecting socket from reuseport group
  (bsc#1177028).
- udp: Run SK_LOOKUP BPF program on socket lookup (bsc#1177028).
- udp: Extract helper for selecting socket from reuseport group
  (bsc#1177028).
- inet6: Run SK_LOOKUP BPF program on socket lookup (bsc#1177028).
- inet6: Extract helper for selecting socket from reuseport group
  (bsc#1177028).
- bpf: Add info about .BTF_ids section to btf.rst (bsc#1177028).
- docs: bpf/bpf_devel_QA.rst: fix reference to nonexistent
  document (bsc#1177028).
- docs: bpf/index.rst: Add ringbuf.rst (bsc#1177028).
- bpf: Allow skb_ancestor_cgroup_id helper in cgroup skb
  (bsc#1177028).
- bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_prog
  (bsc#1177028).
- s390: enable bpf jit by default when not built as always-on (bsc#1177028).
  Update s390x config files
- bpf: lsm: Add Documentation (bsc#1177028).
- bpf: lsm: Initialize the BPF LSM hooks (bsc#1177028).
  Refresh patches.suse/0001-security-create-hidden-area-to-keep-sensitive-data.patch
- bpf: Document bpf_inspect drgn tool (bsc#1177028).
- bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()
  (bsc#1177028).
- inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
  (bsc#1177028).
- inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
  (bsc#1177028).
- docs/bpf: Update bpf development Q/A file (bsc#1177028).
- security: selinux: allow per-file labeling for bpffs
  (bsc#1177028).
- bpf: Avoid setting bpf insns pages read-only when prog is jited
  (bsc#1177028).
- bpf, doc: Change right arguments for JIT example code
  (bsc#1177028).
- bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment
  test (bsc#1177028).
- bpf, testing: Refactor test_skb_segment() for testing
  skb_segment() on different skbs (bsc#1177028).
- bpf: Add s390 testing documentation (bsc#1177028).
- bpf: clarify description for CONFIG_BPF_EVENTS (bsc#1177028).
- test_bpf: Fix a new clang warning about xor-ing two numbers
  (bsc#1177028).
- bpf/flow_dissector: document flags (bsc#1177028).
- commit b8f0bd1
- scsi: storvsc: Fix error return in storvsc_probe() (git-fixes).
- commit 83d54ae
- asm-generic: Make msi.h a mandatory include/asm header
  (jsc#SLE-16823).
- Refresh
  patches.suse/powerpc-64s-Implement-queued-spinlocks-and-rwlocks.patch.
- commit 23f23de
- iommu/vt-d: Fix compile error with CONFIG_PCI_ATS not set
  (jsc#SLE-16823).
- commit 6568a78
- iommu/vt-d: Cure VF irqdomain hickup (jsc#SLE-16823).
- genirq/irqdomain: Make sure all irq domain flags are distinct
  (jsc#SLE-16823).
- commit c29c85b
- bpftool: Fix error return value in build_btf_type_table
  (bsc#1177028).
- commit a2cdbec
- fix patch metadata
- fix Patch-mainline:
  patches.suse/ALSA-usb-audio-Use-ALC1220-VB-DT-mapping-for-ASUS-RO.patch
- commit 2b35630
- fix patches metadata
- fix Patch-mainline:
  patches.suse/cifs-allow-syscalls-to-be-restarted-in-__smb_send_rqst-.patch
  patches.suse/cifs-fix-potential-use-after-free-in-cifs_echo_request-.patch
- commit f9b149a
- Input: i8042 - fix error return code in i8042_setup_aux()
  (git-fixes).
- i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()
  (git-fixes).
- commit 74aa114
- PCI: tegra: Read "/dbi"/ base address to program in application
  logic (bsc#1179344).
- PCI: tegra: Move "/dbi"/ accesses to post common DWC
  initialization (bsc#1179344).
- commit 4c0696d
- scsi: fnic: Validate io_req before others (bsc#1175079).
- scsi: fnic: Set scsi_set_resid() only for underflow
  (bsc#1175079).
- scsi: fnic: Change shost_printk() to FNIC_MAIN_DBG()
  (bsc#1175079).
- scsi: fnic: Avoid looping in TRANS ETH on unload (bsc#1175079).
- scsi: fnic: Change shost_printk() to FNIC_FCS_DBG()
  (bsc#1175079).
- commit 5c596ff
- blacklist.conf: 586b58cac8b4 exit: Move preemption fixup up, move blocking operations down
- commit 280ad3c
- exit: Move preemption fixup up, move blocking operations down
  (bsc#1174019).
- commit 940f4a2
- cifs: fix DFS mount with cifsacl/modefromsid (bsc#1178270).
- commit c824489
- cifs: fix check of tcon dfs in smb1 (bsc#1178270).
- commit ff315b4
- cifs: Fix an error pointer dereference in cifs_mount()
  (bsc#1178270).
- commit e5a8cdb
- cifs: document and cleanup dfs mount (bsc#1178270).
- commit de6694e
- cifs: only update prefix path of DFS links in
  cifs_tree_connect() (bsc#1178270).
- commit 1f46cb8
- cifs: fix double free error on share and prefix (bsc#1178270).
- commit bf4c8ab
- cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect
  (bsc#1178270).
- commit 947bd74
- cifs: handle empty list of targets in cifs_reconnect()
  (bsc#1178270).
- commit 846daee
- cifs: rename reconn_inval_dfs_target() (bsc#1178270).
- commit 12d8cf3
- cifs: reduce number of referral requests in DFS link lookups
  (bsc#1178270).
- commit cc7ec21
- cifs: merge __{cifs,smb2}_reconnect[_tcon]() into
  cifs_tree_connect() (bsc#1178270).
- commit b6f05ac
- cifs: get rid of unused parameter in reconn_setup_dfs_targets()
  (bsc#1178270).
- commit a6a1916
- Update patch reference for rawmidi security fix (CVE-2020-27786 bsc#1179601)
- commit 1c4c1fd
- cifs: handle hostnames that resolve to same ip in failover
  (bsc#1178270).
- commit cd8e61d
- cifs: set up next DFS target before generic_ip_connect()
  (bsc#1178270).
- commit 1099aff
- cppc_cpufreq: optimise memory allocation for HW and NONE coordination (bsc#1179585).
- commit 5c89e8a
- cifs: fix leaked reference on requeued write (bsc#1178270).
- commit f474970
- cifs: fix uninitialised lease_key in open_shroot()
  (bsc#1178270).
- commit dbce315
- cifs: ensure correct super block for DFS reconnect
  (bsc#1178270).
- commit 5350fc5
- cifs: do not share tcons with DFS (bsc#1178270).
- commit c8f7b47
- PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0 (bsc#1179344).
- PCI: tegra: No need to check return value of debugfs_create() functions (bsc#1179344).
- commit e014876
- powerpc/perf: Fix crash with is_sier_available when pmu is
  not set (bsc#1179578 ltc#189313).
- commit 26fc4d5
- rtw88: debug: Fix uninitialized memory in debugfs code
  (git-fixes).
- geneve: pull IP header before ECN decapsulation (git-fixes).
- can: c_can: c_can_power_up(): fix error handling (git-fixes).
- can: sun4i_can: sun4i_can_err(): don't count arbitration lose
  as an error (git-fixes).
- can: sja1000: sja1000_err(): don't count arbitration lose as
  an error (git-fixes).
- batman-adv: Don't always reallocate the fragmentation skb head
  (git-fixes).
- batman-adv: Reserve needed_*room for fragments (git-fixes).
- batman-adv: Consider fragmentation for needed_headroom
  (git-fixes).
- commit 5d0aad4
- arm64: efi: increase EFI PE/COFF header padding to 64 KB
  (jsc#SLE-16407).
- commit b4b728e
- cifs: allow syscalls to be restarted in __smb_send_rqst()
  (bsc#1176956).
- commit 5ae286e
- cifs: fix potential use-after-free in cifs_echo_request()
  (bsc#1139944).
- commit 1723321
- Delete patches.suse/fs-select.c-batch-user-writes-in-do_sys_poll.patch (bsc#1179419)
  This patch causes a regression and while we are not 100% sure it does not
  just trigger a bug somewhere else, as it's only a performance optimization,
  dropping it for now is the safer option.
- commit b48bf35
- cifs: add NULL check for ses->tcon_ipc (bsc#1178270).
- commit 0e24399
- random: avoid warnings for !CONFIG_NUMA builds (jsc#SLE-16574
  jsc#SLE-13718).
- commit 707d14b
- random: Make RANDOM_TRUST_CPU depend on ARCH_RANDOM
  (jsc#SLE-16574 jsc#SLE-13718).
- arm64: Update config files. Enable RANDOM_TRUST_CPU
- commit 1874f3a
- arm64: add credited/trusted RNG support (jsc#SLE-16574
  jsc#SLE-13718).
- commit d313473
- random: add arch_get_random_*long_early() (jsc#SLE-16574
  jsc#SLE-13718).
- Refresh
  patches.suse/0008-random-move-FIPS-continuous-test-to-output-functions.patch.
- Refresh
  patches.suse/random-fix-circular-include-dependency-on-arm64-afte.patch.
- Refresh
  patches.suse/random32-move-the-pseudo-random-32-bit-definitions-t.patch.
- Refresh
  patches.suse/random32-update-the-net-random-state-on-interrupt-an.patch.
- commit f9d737f
- random: split primary/secondary crng init paths (jsc#SLE-16574
  jsc#SLE-13718).
- Refresh
  patches.suse/0008-random-move-FIPS-continuous-test-to-output-functions.patch.
- commit 95b7891
- PCI: rockchip: Fix bus checks in rockchip_pcie_valid_device().
- commit 1c9f6cd
- arm64: Use v8.5-RNG entropy for KASLR seed (jsc#SLE-16574
  jsc#SLE-13718).
- commit d1f775c
- arm64: Implement archrandom.h for ARMv8.5-RNG (jsc#SLE-16574
  jsc#SLE-13718).
- Refresh patches.suse/arm64-Detect-the-ARMv8.4-TTL-feature.patch.
- Refresh
  patches.suse/arm64-cpufeature-Add-remaining-feature-bits-in-ID_AA.patch.
- Refresh
  patches.suse/arm64-tlb-Detect-the-ARMv8.4-TLBI-RANGE-feature.patch.
- Refresh
  patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch.
- arm64: Update config files. Enable CONFIG_ARCH_RANDOM
- commit 7a3c65d
- PCI: cadence: Fix cdns_pcie_{host|ep}_setup() error path (bsc#1179344).
  Refresh:
  patches.suse/PCI-Set-bridge-map_irq-and-swizzle_irq-to-default-fu.patch.
  patches.suse/PCI-Set-default-bridge-parent-device.patch.
  patches.suse/PCI-cadence-Remove-private-bus-number-and-range-stor.patch.
  patches.suse/PCI-cadence-Use-struct-pci_host_bridge.windows-list-.patch.
- commit d8fd281
- Revert "/xfs: complain if anyone tries to create a too-large buffer"/
  This reverts commit 293e483ad8434ee10a65f76743a0a654e34e76c6.
  References: bsc#1179425, bsc#1179550
- commit d88fa75
- arm64: kaslr: Check command line before looking for a seed
  (jsc#SLE-16574 jsc#SLE-13718).
- commit 6895a97
- arm64: kaslr: Announce KASLR status on boot (jsc#SLE-16574
  jsc#SLE-13718).
- commit bdab3d9
- PCI: Move DT resource setup into devm_pci_alloc_host_bridge() (bsc#1179344).
- PCI: rcar-gen2: Convert to use modern host bridge probe functions (bsc#1179344).
- PCI: of: Reduce missing non-prefetchable memory region to a warning (bsc#1179344).
- commit 10c6591
- PCI: cadence: Remove private bus number and range storage (bsc#1179344).
- commit 9499504
- PCI: cadence: Use bridge resources for outbound window setup (bsc#1179344).
- PCI: cadence: Remove "/cdns,max-outbound-regions"/ DT property (bsc#1179344).
- commit 569c1e5
- PCI: cadence: Use struct pci_host_bridge.windows list directly
  (bsc#1179344).
- commit 946fb1a
- PCI: cadence: Move all files to per-device cadence directory (bsc#1179344)
  Refresh:
  patches.suse/PCI-cadence-Fix-updating-Vendor-ID-and-Subsystem-Ven.patch.
  patches.suse/PCI-hip-Add-handling-of-HiSilicon-HIP-PCIe-controlle.patch.
  patches.suse/PCI-mobiveil-Modularize-the-Mobiveil-PCIe-Host-Bridg.patch.
  patches.suse/pci-of-add-inbound-resource-parsing-to-helpers.patch.
- commit 52cc93a
- Refresh
  patches.suse/ftrace-Fix-DYNAMIC_FTRACE_WITH_DIRECT_CALLS-dependen.patch.
- commit c268ddc
- x86/speculation: Fix prctl() when
  spectre_v2_user={seccomp,prctl},ibpb (bsc#1152489).
- commit bc73dfb
- x86/resctrl: Add necessary kernfs_put() calls to prevent
  refcount leak (bsc#1152489).
- commit 506cd70
- PCI: cadence: Refactor driver to use as a core library (bsc#1179344).
- commit cb4f70b
- PCI: dwc: Detect number of iATU windows (bsc#1179344).
- PCI: dwc: Move inbound and outbound windows to common struct (bsc#1179344).
- PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init() (bsc#1179344).
- PCI: dwc: Move dw_pcie_setup_rc() to DWC common code (bsc#1179344).
- PCI: dwc: Move dw_pcie_msi_init() into core (bsc#1179344).
- PCI: dwc: Move link handling into common code (bsc#1179344).
- PCI: dwc: Rework MSI initialization (bsc#1179344).
- PCI: dwc: Move MSI interrupt setup into DWC common code (bsc#1179344).
- PCI: dwc: Drop the .set_num_vectors() host op (bsc#1179344).
- PCI: dwc/dra7xx: Use the common MSI irq_chip (bsc#1179344).
- PCI: dwc: Ensure all outbound ATU windows are reset (bsc#1179344).
- PCI: dwc/intel-gw: Remove some unneeded function wrappers (bsc#1179344).
- PCI: dwc: Move "/dbi"/, "/dbi2"/, and "/addr_space"/ resource setup into common code (bsc#1179344).
- PCI: dwc/intel-gw: Move ATU offset out of driver match data (bsc#1179344).
- PCI: keystone: Enable compile-testing on !ARM (bsc#1179344).
- PCI: dwc: Support multiple ATU memory regions (bsc#1179344).
- PCI: dwc: Add support to program ATU for >4GB memory (bsc#1179344).
- PCI: of: Warn if non-prefetchable memory aperture size is > 32-bit (bsc#1179344).
- PCI: dwc: Restore ATU memory resource setup to use last entry (bsc#1179344).
- commit 6e5443d
- x86/resctrl: Remove superfluous kernfs_get() calls to prevent
  refcount leak (bsc#1152489).
- commit 5e0ddcd
- iwlwifi: mvm: properly cancel a session protection for P2P
  (git-fixes).
- iwlwifi: mvm: use the HOT_SPOT_CMD to cancel an AUX ROC
  (git-fixes).
- dmaengine: fix error codes in channel_register() (git-fixes).
- commit 2ca6174
- USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo
  A630Z TIO built-in usb-audio card (git-fixes).
- HID: Add Logitech Dinovo Edge battery quirk (git-fixes).
- HID: logitech-hidpp: Add HIDPP_CONSUMER_VENDOR_KEYS quirk for
  the Dinovo Edge (git-fixes).
- HID: add HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE for Gamevice
  devices (git-fixes).
- HID: hid-sensor-hub: Fix issue with devices with no report ID
  (git-fixes).
- HID: add support for Sega Saturn (git-fixes).
- HID: cypress: Support Varmilo Keyboards' media hotkeys
  (git-fixes).
- HID: ite: Replace ABS_MISC 120/121 events with touchpad on/off
  keypresses (git-fixes).
- HID: uclogic: Add ID for Trust Flex Design Tablet (git-fixes).
- Input: i8042 - allow insmod to succeed on devices without an
  i8042 controller (git-fixes).
- commit 79be581
- ASoC: rt5682: change SAR voltage threshold (git-fixes).
- commit 792c88a
- kABI workaround for HD-audio generic parser (git-fixes).
- commit 233e3cc
- ALSA: hda/realtek: Add mute LED quirk to yet another HP x360
  model (git-fixes).
- ALSA: hda/realtek: Fix bass speaker DAC assignment on Asus
  Zephyrus G14 (git-fixes).
- ALSA: hda/generic: Add option to enforce preferred_dacs pairs
  (git-fixes).
- ASoC: wm_adsp: fix error return code in wm_adsp_load()
  (git-fixes).
- ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 Detachable quirks
  (git-fixes).
- ALSA: usb-audio: US16x08: fix value count for level meters
  (git-fixes).
- ALSA: hda/realtek - Add new codec supported for ALC897
  (git-fixes).
- ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400CEA
  with ALC294 (git-fixes).
- ALSA: hda/realtek - Fixed Dell AIO wrong sound tone (git-fixes).
- commit c480457
- mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batch
  (jsc#SLE-16407).
- commit ec88d4f
- perf/x86: Fix n_metric for cancelled txn (jsc#SLE-13346).
- perf/x86/intel: Check perf metrics feature for each CPU
  (jsc#SLE-13346).
- commit 3ed7afb
- cxgb4: Fix build failure when CONFIG_TLS=m (jsc#SLE-15129).
- commit a2fe676
- crypto/chcr: move nic TLS functionality to drivers/net
  (jsc#SLE-15129).
- Update config files.
- supported.conf: Added ch_ktls (Chelsio TLS offload module)
- commit 04b52e4
- crypto/chcr: Moving chelsio's inline ipsec functionality to
  /drivers/net (jsc#SLE-15129).
- Update config files.
- supported.conf: added ch_ipsec (Chelsio ipsec offload module)
- commit 813c7b5
- PCI: Use devm_add_action_or_reset() (bsc#1179344).
- commit 2e95630
- chelsio/chtls: separate chelsio tls driver from crypto driver
  (jsc#SLE-15129).
- Update config files.
- commit 3a32580
- ch_ktls: lock is not freed (jsc#SLE-15129).
- cxgb4: fix the panic caused by non smac rewrite (jsc#SLE-15131).
- ch_ktls: stop the txq if reaches threshold (jsc#SLE-15129).
- ch_ktls: tcb update fails sometimes (jsc#SLE-15129).
- ch_ktls/cxgb4: handle partial tag alone SKBs (jsc#SLE-15129).
- ch_ktls: don't free skb before sending FIN (jsc#SLE-15129).
- ch_ktls: packet handling prior to start marker (jsc#SLE-15129).
- ch_ktls: Correction in middle record handling (jsc#SLE-15129).
- ch_ktls: missing handling of header alone (jsc#SLE-15129).
- ch_ktls: Correction in trimmed_len calculation (jsc#SLE-15129).
- cxgb4/ch_ktls: creating skbs causes panic (jsc#SLE-15129).
- ch_ktls: Update cheksum information (jsc#SLE-15129).
- ch_ktls: Correction in finding correct length (jsc#SLE-15129).
- cxgb4/ch_ktls: decrypted bit is not enough (jsc#SLE-15129).
- chelsio/chtls: fix always leaking ctrl_skb (jsc#SLE-15129).
- chelsio/chtls: fix memory leaks caused by a race
  (jsc#SLE-15129).
- chelsio/chtls: fix memory leaks in CPL handlers (jsc#SLE-15129).
- chelsio/chtls: fix deadlock issue (jsc#SLE-15129).
- cxgb4: set up filter action after rewrites (jsc#SLE-15131).
- chelsio/chtls: fix tls record info to user (jsc#SLE-15129).
- net: chelsio: inline_crypto: fix Kconfig and build errors
  (jsc#SLE-15129).
- chelsio/chtls: fix writing freed memory (jsc#SLE-15129).
- chelsio/chtls: correct function return and return type
  (jsc#SLE-15129).
- chelsio/chtls: Fix panic when listen on multiadapter
  (jsc#SLE-15129).
- chelsio/chtls: fix panic when server is on ipv6 (jsc#SLE-15129).
- chelsio/chtls: correct netdevice for vlan interface
  (jsc#SLE-15129).
- chelsio/chtls: fix socket lock (jsc#SLE-15129).
- cxgb4: handle 4-tuple PEDIT to NAT mode translation
  (jsc#SLE-15131).
- cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcr
  (jsc#SLE-15129).
- net: cxbg4: Remove pointless in_interrupt() check
  (jsc#SLE-15131).
- cxgb4/ch_ktls: ktls stats are added at port level
  (jsc#SLE-15129).
- cxgb4: Avoid log flood (jsc#SLE-15131).
- ch_ktls: Issue if connection offload fails (jsc#SLE-15129).
- cxgb4vf: convert to use DEFINE_SEQ_ATTRIBUTE macro
  (jsc#SLE-15131).
- chelsio/chtls: Re-add dependencies on CHELSIO_T4 to fix modular
  CHELSIO_T4 (jsc#SLE-15129).
- cxgb4/ch_ipsec: Registering xfrmdev_ops with cxgb4
  (jsc#SLE-15129).
- chelsio/chtls: CHELSIO_INLINE_CRYPTO should depend on CHELSIO_T4
  (jsc#SLE-15129).
- cxgb4: add error handlers to LE intr_handler (jsc#SLE-15131).
- cxgb4: insert IPv6 filter rules in next free region
  (jsc#SLE-15131).
- crypto: chelsio - fix minor indentation issue (jsc#SLE-15129).
- commit 9264232
- PCI: mvebu: Fix duplicate resource requests (bsc#1179344).
- PCI: meson: Build as module by default (bsc#1179344).
- PCI: kirin: Return -EPROBE_DEFER in case the gpio isn't ready (bsc#1179344).
- PCI: imx6: Do not output error message when devm_clk_get() failed with -EPROBE_DEFER (bsc#1179344).
- PCI: imx6: Use fallthrough pseudo-keyword (bsc#1179344).
- PCI: dwc: Add link up check in dw_child_pcie_ops.map_bus() (bsc#1179344).
- PCI: dwc: Fix MSI page leakage in suspend/resume (bsc#1179344).
- PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled (bsc#1179344).
- PCI: keystone: Remove iATU register mapping (bsc#1179344).
- PCI: dwc: Add common iATU register support (bsc#1179344).
- PCI: dwc: Fix 'cast truncates bits from constant value' (bsc#1179344).
- misc: pci_endpoint_test: Add LS1088a in pci_device_id table (bsc#1179344).
- PCI: layerscape: Add EP mode support for ls1088a and ls2088a (bsc#1179344).
- PCI: layerscape: Modify the MSIX to the doorbell mode (bsc#1179344).
- PCI: layerscape: Modify the way of getting capability with different PEX (bsc#1179344).
- PCI: layerscape: Fix some format issue of the code (bsc#1179344).
- PCI: designware-ep: Modify MSI and MSIX CAP way of finding (bsc#1179344).
- PCI: designware-ep: Move the function of getting MSI capability forward (bsc#1179344).
- PCI: designware-ep: Add the doorbell mode of MSI-X in EP mode (bsc#1179344).
- PCI: designware-ep: Add multiple PFs support for DWC (bsc#1179344).
- PCI: dwc: Use DBI accessors (bsc#1179344).
- PCI: dwc: Move N_FTS setup to common setup (bsc#1179344).
- PCI: dwc/intel-gw: Drop unused max_width (bsc#1179344).
- PCI: dwc/intel-gw: Move getting PCI_CAP_ID_EXP offset to intel_pcie_link_setup() (bsc#1179344).
- PCI: dwc/intel-gw: Drop unnecessary checking of DT 'device_type' property (bsc#1179344).
- PCI: dwc: Set PORT_LINK_DLL_LINK_EN in common setup code (bsc#1179344).
- PCI: dwc: Centralize link gen setting (bsc#1179344).
- PCI: dwc: Make ATU accessors private (bsc#1179344).
- PCI: dwc: Remove read_dbi2 code (bsc#1179344).
- PCI: dwc/tegra: Use common Designware port logic register definitions (bsc#1179344).
  Refresh:
  patches.suse/PCI-tegra-No-need-to-check-return-value-of-debugfs_c.patch
- PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offset (bsc#1179344).
- PCI: dwc/qcom: Use common PCI register definitions (bsc#1179344).
- PCI: dwc/imx6: Use common PCI register definitions (bsc#1179344).
- PCI: dwc/meson: Rework PCI config and DW port logic register accesses (bsc#1179344).
- PCI: dwc/meson: Drop unnecessary RC config space initialization (bsc#1179344).
- PCI: dwc/meson: Drop the duplicate number of lanes setup (bsc#1179344).
- PCI: dwc: Ensure FAST_LINK_MODE is cleared (bsc#1179344).
- PCI: dwc: Add a 'num_lanes' field to struct dw_pcie (bsc#1179344).
- PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROL (bsc#1179344).
- PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init() (bsc#1179344).
- PCI: dwc: Simplify config space handling (bsc#1179344).
- PCI: dwc: Remove storing of PCI resources (bsc#1179344).
- PCI: dwc: Remove root_bus pointer (bsc#1179344).
- PCI: dwc: Convert to use pci_host_probe() (bsc#1179344).
- PCI: dwc: keystone: Convert .scan_bus() callback to use add_bus (bsc#1179344).
- PCI: Also call .add_bus() callback for root bus (bsc#1179344).
- PCI: dwc: Use generic config accessors (bsc#1179344).
- PCI: dwc: Remove dwc specific config accessor ops (bsc#1179344).
- PCI: dwc: histb: Use pci_ops for root config space accessors (bsc#1179344).
- PCI: dwc: exynos: Use pci_ops for root config space accessors (bsc#1179344).
- PCI: dwc: kirin: Use pci_ops for root config space accessors (bsc#1179344).
- PCI: dwc: meson: Use pci_ops for root config space accessors (bsc#1179344).
- PCI: dwc: tegra: Use pci_ops for root config space accessors (bsc#1179344).
- PCI: dwc: keystone: Use pci_ops for config space accessors (bsc#1179344).
- PCI: dwc: al: Use pci_ops for child config space accessors (bsc#1179344).
- PCI: dwc: Add a default pci_ops.map_bus for root port (bsc#1179344).
- PCI: dwc: Allow overriding bridge pci_ops (bsc#1179344).
- PCI: dwc: Use DBI accessors instead of own config accessors (bsc#1179344).
- PCI: Allow root and child buses to have different pci_ops (bsc#1179344).
- PCI: designware-ep: Fix the Header Type check (bsc#1179344).
- PCI: Remove dev_err() when handing an error from platform_get_irq() (bsc#1179344).
- PCI: Fix kerneldoc warnings (bsc#1179344).
- PCI: Set bridge map_irq and swizzle_irq to default functions (bsc#1179344).
- PCI: Move setting pci_host_bridge.busnr out of host drivers (bsc#1179344).
- PCI: rockchip: Use pci_is_root_bus() to check if bus is root bus (bsc#1179344).
- PCI: xilinx: Use pci_is_root_bus() to check if bus is root bus (bsc#1179344).
- PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root bus (bsc#1179344).
- PCI: mobiveil: Use pci_is_root_bus() to check if bus is root bus (bsc#1179344).
  Refresh:
  patches.suse/PCI-mobiveil-ls_pcie_g4-add-Workaround-for-A-011577.patch
- PCI: designware: Use pci_is_root_bus() to check if bus is root bus (bsc#1179344).
- PCI: aardvark: Use pci_is_root_bus() to check if bus is root bus (bsc#1179344).
- PCI: Drop unnecessary zeroing of bridge fields (bsc#1179344).
- PCI: Set default bridge parent device (bsc#1179344).
- PCI: versatile: Drop flag PCI_ENABLE_PROC_DOMAINS (bsc#1179344).
- PCI: xilinx: Use pci_host_probe() to register host (bsc#1179344).
- PCI: xilinx-nwl: Use pci_host_probe() to register host (bsc#1179344).
- PCI: rockchip: Use pci_host_probe() to register host (bsc#1179344).
- PCI: iproc: Use pci_host_probe() to register host (bsc#1179344).
- PCI: altera: Use pci_host_probe() to register host (bsc#1179344).
- PCI: xgene: Use pci_host_probe() to register host (bsc#1179344).
- PCI: versatile: Use pci_host_probe() to register host (bsc#1179344).
- PCI: v3: Use pci_host_probe() to register host (bsc#1179344).
- PCI: mobiveil: Use pci_host_probe() to register host (bsc#1179344).
- PCI: brcmstb: Use pci_host_probe() to register host (bsc#1179344).
  Refresh:
  patches.suse/PCI-controller-Convert-to-devm_platform_ioremap_reso.patch
- PCI: host-common: Use struct pci_host_bridge.windows list directly (bsc#1179344).
- PCI: mvebu: Use struct pci_host_bridge.windows list directly (bsc#1179344).
- PCI: Use of_node_name_eq() for node name comparisons (bsc#1179344).
- PCI: Fix pci_host_bridge struct device release/free handling (bsc#1179344).
- PCI: Make devm_of_pci_get_host_bridge_resources() static (bsc#1179344).
- commit 1cc12ed
- efi: Revert "/efi/x86: Fix build with gcc 4"/ (jsc#SLE-16407).
- efi/libstub: Move the function prototypes to header file
  (jsc#SLE-16407).
- efi/libstub: Fix gcc error around __umoddi3 for 32 bit builds
  (jsc#SLE-16407).
- efi/x86: Only copy upto the end of setup_header (jsc#SLE-16407).
- efi/x86: Remove unused variables (jsc#SLE-16407).
- efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLR
  (jsc#SLE-16407).
- efi/libstub: arm: Print CPU boot mode and MMU state at boot
  (jsc#SLE-16407).
- efi/libstub: arm: Omit arch specific config table matching
  array on arm64 (jsc#SLE-16407).
- efi: Make it possible to disable efivar_ssdt entirely
  (jsc#SLE-16407).
- Refresh
  patches.suse/efi-EFI_EARLYCON-should-depend-on-EFI.patch
- Update config files.
  Add CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y to x86_64/default, arm64/default
- efi/libstub: Descriptions for stub helper functions
  (jsc#SLE-16407).
- efi/libstub: Fix missing-prototype warning for skip_spaces()
  (jsc#SLE-16407).
- efi: Replace zero-length array and use struct_size() helper
  (jsc#SLE-16407).
- efivarfs: Don't return -EINTR when rate-limiting reads
  (jsc#SLE-16407).
- efivarfs: Update inode modification time for successful writes
  (jsc#SLE-16407).
- efi/x86: Fix build with gcc 4 (jsc#SLE-16407).
- build, kcsan: Add KCSAN build exceptions (jsc#SLE-16407).
- mmap locking API: add MMAP_LOCK_INITIALIZER (jsc#SLE-16407).
- efi_test: get rid of pointless access_ok() (jsc#SLE-16407).
- efi/libstub: Disable Shadow Call Stack (jsc#SLE-16407).
- arm64: efi: Restore register x18 if it was corrupted
  (jsc#SLE-16407).
- arm64: kernel: Convert to modern annotations for assembly
  functions (jsc#SLE-16407).
- efi/libstub/arm64: align PE/COFF sections to segment alignment
  (jsc#SLE-16407).
- arm64: rename stext to primary_entry (jsc#SLE-16407).
- efi/x86: Don't blow away existing initrd (jsc#SLE-16407).
- efi/x86: Drop the special GDT for the EFI thunk (jsc#SLE-16407).
- efi/libstub: Add missing prototype for PE/COFF entry point
  (jsc#SLE-16407).
- efi/libstub: Use pool allocation for the command line
  (jsc#SLE-16407).
- efi/libstub: Don't parse overlong command lines (jsc#SLE-16407).
- efi/libstub: Use snprintf with %ls to convert the command line
  (jsc#SLE-16407).
- efi/libstub: Get the exact UTF-8 length (jsc#SLE-16407).
- efi/libstub: Use %ls for filename (jsc#SLE-16407).
- efi/libstub: Add UTF-8 decoding to efi_puts (jsc#SLE-16407).
- efi/printf: Add support for wchar_t (UTF-16) (jsc#SLE-16407).
- efi/gop: Add an option to list out the available GOP modes
  (jsc#SLE-16407).
- efi/libstub: Add definitions for console input and events
  (jsc#SLE-16407).
- efi/libstub: Implement printk-style logging (jsc#SLE-16407).
- efi/printf: Turn vsprintf into vsnprintf (jsc#SLE-16407).
- efi/printf: Abort on invalid format (jsc#SLE-16407).
- efi/printf: Refactor code to consolidate padding and output
  (jsc#SLE-16407).
- efi/printf: Handle null string input (jsc#SLE-16407).
- efi/printf: Factor out integer argument retrieval
  (jsc#SLE-16407).
- efi/printf: Factor out width/precision parsing (jsc#SLE-16407).
- efi/printf: Merge 'p' with the integer formats (jsc#SLE-16407).
- efi/printf: Fix minor bug in precision handling (jsc#SLE-16407).
- efi/printf: Factor out flags parsing and handle '%' earlier
  (jsc#SLE-16407).
- efi/printf: Add 64-bit and 8-bit integer support
  (jsc#SLE-16407).
- efi/printf: Drop %n format and L qualifier (jsc#SLE-16407).
- efi/libstub: Optimize for size instead of speed (jsc#SLE-16407).
- efi/libstub: Add a basic printf implementation (jsc#SLE-16407).
- efi/libstub: Buffer output of efi_puts (jsc#SLE-16407).
- efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts
  (jsc#SLE-16407).
- efi/libstub: Include dependencies of efistub.h (jsc#SLE-16407).
- efi/libstub: Correct comment typos (jsc#SLE-16407).
- efi/libstub: Make efi_printk() input argument const char*
  (jsc#SLE-16407).
- efi/libstub: Fix mixed mode boot issue after macro refactor
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- efi/libstub: Check return value of efi_parse_options
  (jsc#SLE-16407).
- efi/x86: Support builtin command line (jsc#SLE-16407).
- efi/libstub: Unify initrd loading across architectures
  (jsc#SLE-16407).
- efi/x86: Move command-line initrd loading to efi_main
  (jsc#SLE-16407).
- efi/libstub: Upgrade ignored dtb= argument message to error
  (jsc#SLE-16407).
- efi/tpm: Use efi_err for error messages (jsc#SLE-16407).
- efi/gop: Use efi_err for error messages (jsc#SLE-16407).
- efi/x86: Use efi_err for error messages (jsc#SLE-16407).
- efi/libstub: Move pr_efi/pr_efi_err into efi namespace
  (jsc#SLE-16407).
  Refresh
  patches.suse/0001-efi-generalize-efi_get_secureboot.patch
- efi/libstub: Add a helper function to split 64-bit values
  (jsc#SLE-16407).
- efi/x86: Use correct size for boot_params (jsc#SLE-16407).
- efi/libstub: Re-enable command line initrd loading for x86
  (jsc#SLE-16407).
- efi: Move arch_tables check to caller (jsc#SLE-16407).
- efi: Clean up config table description arrays (jsc#SLE-16407).
- efi/libstub/x86: Avoid getter function for efi_is64
  (jsc#SLE-16407).
- efi/libstub: Drop __pure getters for EFI stub options
  (jsc#SLE-16407).
- efi/libstub: Drop __pure getter for efi_system_table
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- efi: Kill __efistub_global (jsc#SLE-16407).
- efi/x86: Remove __efistub_global and add relocation check
  (jsc#SLE-16407).
- efi/arm: Remove __efistub_global annotation (jsc#SLE-16407).
- efi/libstub: Move efi_relocate_kernel() into separate source
  file (jsc#SLE-16407).
- efi/libstub/arm64: Switch to ordinary page allocator for kernel
  image (jsc#SLE-16407).
- efi/libstub: Add API function to allocate aligned memory
  (jsc#SLE-16407).
- efi/libstub/arm64: Simplify randomized loading of kernel image
  (jsc#SLE-16407).
- efi/libstub/arm64: Replace 'preferred' offset with alignment
  check (jsc#SLE-16407).
- efi/libstub/random: Increase random alloc granularity
  (jsc#SLE-16407).
- efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGN
  (jsc#SLE-16407).
- efi/gop: Allow automatically choosing the best mode
  (jsc#SLE-16407).
- efi/gop: Allow specifying depth as well as resolution
  (jsc#SLE-16407).
- efi/gop: Allow specifying mode by <xres>x<yres> (jsc#SLE-16407).
- efi/gop: Allow specifying mode number on command line
  (jsc#SLE-16407).
- efi/gop: Add prototypes for query_mode and set_mode
  (jsc#SLE-16407).
- efi/gop: Remove unreachable code from setup_pixel_info
  (jsc#SLE-16407).
- efi/gop: Use helper macros for find_bits (jsc#SLE-16407).
- efi/gop: Use helper macros for populating lfb_base
  (jsc#SLE-16407).
- efi/gop: Move variable declarations into loop block
  (jsc#SLE-16407).
- efi/gop: Slightly re-arrange logic of find_gop (jsc#SLE-16407).
- efi/gop: Factor out locating the gop into a function
  (jsc#SLE-16407).
- efi/gop: Get mode information outside the loop (jsc#SLE-16407).
- efi/gop: Move check for framebuffer before con_out
  (jsc#SLE-16407).
- efi/gop: Remove redundant current_fb_base (jsc#SLE-16407).
- efi/libstub/arm: Make install_memreserve_table static
  (jsc#SLE-16407).
- efi/libstub: unify EFI call wrappers for non-x86
  (jsc#SLE-16407).
- efi/libstub: Make initrd file loader configurable
  (jsc#SLE-16407).
  Update config files.
  Add CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER=y to x86_64/default,
  arm64/default
- efi/libstub: Move arm-stub to a common file (jsc#SLE-16407).
- Refresh
  patches.suse/0003-arm64-ima-add-ima_arch-support.patch
- Update config files.
- arm64: head: Annotate stext and preserve_boot_args as code
  (jsc#SLE-16407).
- commit dad69fe
- ibmvnic: Fix TX completion error handling (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: Ensure that SCRQ entry reads are correctly ordered
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- Refresh patches.suse/ibmvnic-Correctly-re-enable-interrupts-in-NAPI-polli.patch
- Refresh patches.suse/ibmvnic-Introduce-xmit_more-support-using-batched-su.patch
- ibmvnic: Fix TX completion error handling (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: Ensure that SCRQ entry reads are correctly ordered
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- Refresh patches.suse/ibmvnic-Correctly-re-enable-interrupts-in-NAPI-polli.patch
- Refresh patches.suse/ibmvnic-Introduce-xmit_more-support-using-batched-su.patch
- commit 02ce2a8
- PCI: controller: Remove duplicate error message (bsc#1179344).
- PCI: controller: Convert to devm_platform_ioremap_resource() (bsc#1179344).
- PCI: qcom: Fix runtime PM imbalance on error (bsc#1179344).
- PCI: dwc: pci-dra7xx: Fix runtime PM imbalance on error (bsc#1179344).
- PCI: dwc: hisi: Remove non-ECAM HiSilicon hip05/hip06 driver (bsc#1179344).
- PCI: dwc: Convert to devm_platform_ioremap_resource_byname() (bsc#1179344).
- PCI: qcom: Replace define with standard value (bsc#1179344).
- PCI: qcom: Support pci speed set for ipq806x (bsc#1179344).
- PCI: qcom: Add ipq8064 rev2 variant (bsc#1179344).
- PCI: qcom: Use bulk clk api and assert on error (bsc#1179344).
- PCI: qcom: Change duplicate PCI reset to phy reset (bsc#1179344).
  Refresh:
  patches.suse/PCI-qcom-Add-missing-reset-for-ipq806x.patch
- PCI: endpoint: Add support to handle multiple base for mapping outbound memory (bsc#1179344).
- PCI: endpoint: Pass page size as argument to pci_epc_mem_init() (bsc#1179344).
- PCI: host-generic: Eliminate pci_host_common_probe wrappers (bsc#1179344).
- PCI: host-generic: Support building as modules (bsc#1179344).
- PCI: Constify struct pci_ecam_ops (bsc#1179344).
- PCI: uniphier: Add Socionext UniPhier Pro5 PCIe endpoint controller driver (bsc#1179344).
- PCI: dwc: Use private data pointer of "/struct irq_domain"/ to get pcie_port (bsc#1179344).
- PCI: dwc: pci-dra7xx: Use devm_platform_ioremap_resource_byname() (bsc#1179344).
- PCI: dwc: intel: Make intel_pcie_cpu_addr() static (bsc#1179344).
- PCI: dwc: Make hisi_pcie_platform_ops static (bsc#1179344).
- PCI: dwc: Clean up computing of msix_tbl (bsc#1179344).
- PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST by default (bsc#1179344).
- PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST by default (bsc#1179344).
- PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interrupt (bsc#1179344).
- PCI: endpoint: Protect concurrent access to pci_epf_ops with mutex (bsc#1179344).
  Refresh:
  patches.suse/PCI-dwc-Fix-dw_pcie_ep_raise_msix_irq-to-get-correct.patch
- PCI: dwc: pci-dra7xx: Fix MSI IRQ handling (bsc#1179344).
- PCI: amlogic: Use AXG PCIE (bsc#1179344).
- PCI: uniphier: remove module code from built-in driver (bsc#1179344).
- PCI: qcom: Add support for SDM845 PCIe controller (bsc#1179344).
- PCI: artpec6: Configure FTS with dwc helper function (bsc#1179344).
- PCI: dwc: intel: PCIe RC controller driver (bsc#1179344).
- PCI: uniphier: Set mode register to host mode (bsc#1179344).
- PCI: amlogic: meson: Add support for G12A (bsc#1179344).
- PCI: amlogic: Fix reset assertion via gpio descriptor (bsc#1179344).
- PCI: armada8x: Propagate errors for optional PHYs (bsc#1179344).
- PCI: imx6: Limit DBI register length (bsc#1179344).
- PCI: kirin: Make structure kirin_dw_pcie_ops constant (bsc#1179344).
- PCI: dwc: al: Add Amazon Annapurna Labs PCIe controller driver (bsc#1179344).
- dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge binding (bsc#1179344).
- commit 5b3f6b7
- mm/userfaultfd: do not access vma->vm_mm after calling
  handle_userfault() (bsc#1179204).
- commit 6bb3d8f
- crypto: sun4i-ss - add the A33 variant of SS (git-fixes).
- commit efe059b
- Update kabi files.
- update to December 2020 maintenance update submission (commit 1069cd144905)
- commit 7054e5b
- supported.conf: Enable ledtrig-netdev (jsc#SLE-16874)
- commit ae02c2f
- i2c: brcmstb: Fix handling of optional interrupt
  (jsc#SLE-15318).
- i2c: brcmstb: Allow to compile it on BCM2835 (jsc#SLE-15318).
- supported.conf: Enable i2c-brcmstb
- i2c: brcmstb: Support BCM2711 HDMI BSC controllers
  (jsc#SLE-15318).
- commit 90fb88d
- arm64: mask PAC bits of __builtin_return_address (jsc#SLE-15188
  SLE-16566).
- arm64: Update config files. Enable HAVE_ARCH_COMPILER_H
- commit 3d9d4d8
- x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_ID (jsc#SLE-16823).
- PCI: MSI: Fix Kconfig dependencies for PCI_MSI_ARCH_FALLBACKS
  (jsc#SLE-16823).
- x86/apic/msi: Unbreak DMAR and HPET MSI (jsc#SLE-16823).
- iommu/amd: Remove domain search for PCI/MSI (jsc#SLE-16823).
- iommu/vt-d: Remove domain search for PCI/MSI (jsc#SLE-16823).
- x86/irq: Make most MSI ops XEN private (jsc#SLE-16823).
- x86/irq: Cleanup the arch_*_msi_irqs() leftovers
  (jsc#SLE-16823).
- PCI/MSI: Make arch_.*_msi_irq fallbacks selectable
  (jsc#SLE-16823).
- Update config files.
  PCI_MSI_ARCH_FALLBACKS is now auto-selected.
- x86/pci: Set default irq domain in pcibios_add_device()
  (jsc#SLE-16823).
- iommm/amd: Store irq domain in struct device (jsc#SLE-16823).
- iommm/vt-d: Store irq domain in struct device (jsc#SLE-16823).
- x86/xen: Wrap XEN MSI management into irqdomain (jsc#SLE-16823).
- irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()
  (jsc#SLE-16823).
- x86/xen: Consolidate XEN-MSI init (jsc#SLE-16823).
- x86/xen: Rework MSI teardown (jsc#SLE-16823).
- x86/xen: Make xen_msi_init() static and rename it to
  xen_hvm_msi_init() (jsc#SLE-16823).
- PCI/MSI: Provide pci_dev_has_special_msi_domain() helper
  (jsc#SLE-16823).
- PCI_vmd_Mark_VMD_irqdomain_with_DOMAIN_BUS_VMD_MSI
  (jsc#SLE-16823).
- irqdomain/msi: Provide DOMAIN_BUS_VMD_MSI (jsc#SLE-16823).
- x86/irq: Initialize PCI/MSI domain at PCI init time
  (jsc#SLE-16823).
- Refresh
  patches.suse/x86-paravirt-allow-hypervisor-specific-vmmcall-handling-under-sev-es.
- x86/pci: Reducde #ifdeffery in PCI init code (jsc#SLE-16823).
- x86/irq: Move apic_post_init() invocation to one place
  (jsc#SLE-16823).
- x86/msi: Use generic MSI domain ops (jsc#SLE-16823).
- x86/msi: Consolidate MSI allocation (jsc#SLE-16823).
- PCI/MSI: Rework pci_msi_domain_calc_hwirq() (jsc#SLE-16823).
- x86/irq: Consolidate UV domain allocation (jsc#SLE-16823).
- x86/irq: Consolidate DMAR irq allocation (jsc#SLE-16823).
- x86_ioapic_Consolidate_IOAPIC_allocation (jsc#SLE-16823).
- x86/msi: Consolidate HPET allocation (jsc#SLE-16823).
- x86/irq: Prepare consolidation of irq_alloc_info
  (jsc#SLE-16823).
- iommu/irq_remapping: Consolidate irq domain lookup
  (jsc#SLE-16823).
- iommu/amd: Consolidate irq domain getter (jsc#SLE-16823).
- iommu/vt-d: Consolidate irq domain getter (jsc#SLE-16823).
- x86/irq: Add allocation type for parent domain retrieval
  (jsc#SLE-16823).
- x86_irq_Rename_X86_IRQ_ALLOC_TYPE_MSI_to_reflect_PCI_dependency
  (jsc#SLE-16823).
- x86/msi: Remove pointless vcpu_affinity callback
  (jsc#SLE-16823).
- x86/msi: Move compose message callback where it belongs
  (jsc#SLE-16823).
- genirq/chip: Use the first chip in irq_chip_compose_msi_msg()
  (jsc#SLE-16823).
- PCI: vmd: Dont abuse vector irqomain as parent (jsc#SLE-16823).
- x86/init: Remove unused init ops (jsc#SLE-16823).
- iommu/amd: Prevent NULL pointer dereference (jsc#SLE-16823).
- irqdomain: Export irq_domain_update_bus_token (jsc#SLE-16823).
- KVM: x86: Fixes posted interrupt check for IRQs delivery modes
  (jsc#SLE-16823).
- x86/apic/msi: Plug non-maskable MSI affinity race
  (jsc#SLE-16823).
- Refresh
  patches.suse/genirq-Add-protection-against-unsafe-usage-of-generi.patch.
- Refresh
  patches.suse/msft-hv-2119-irqdomain-treewide-Keep-firmware-node-unconditionall.patch.
- KVM: X86: Use APIC_DEST_* macros properly in
  kvm_lapic_irq.dest_mode (jsc#SLE-16823).
- commit 3ea20e1
- gro_cells: reduce number of synchronize_net() calls
  (jsc#SLE-15075).
- net/mlx5e: Fix check if netdev is bond slave (jsc#SLE-15172).
- net/mlx5e: Fix refcount leak on kTLS RX resync (jsc#SLE-15172).
- mlxsw: Fix firmware flashing (bsc#1176447).
- qed: fix ILT configuration of SRC block (jsc#SLE-15143).
- net/tls: Fix wrong record sn in async mode of device resync
  (bsc#1176447).
- bnxt_en: Avoid unnecessary NVM_GET_DEV_INFO cmd error log on
  VFs (jsc#SLE-16649).
- bnxt_en: Fix counter overflow logic (jsc#SLE-15075).
- bnxt_en: Free port stats during firmware reset (jsc#SLE-15075).
- IB/hfi1: Fix error return code in hfi1_init_dd()
  (jsc#SLE-13208).
- RDMA/cm: Make the local_id_table xarray non-irq (jsc#SLE-15176).
- devlink: Avoid overwriting port attributes of registered port
  (bsc#1176447).
- ethtool: netlink: add missing netdev_features_change() call
  (bsc#1176447).
- tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6
  replies (jsc#SLE-15172).
- net/mlx5e: Fix incorrect access of RCU-protected xdp_prog
  (jsc#SLE-15172).
- net/mlx5e: Fix VXLAN synchronization after function reload
  (jsc#SLE-15172).
- net/mlx5: E-switch, Avoid extack error log for disabled vport
  (jsc#SLE-15172).
- net/mlx5e: Use spin_lock_bh for async_icosq_lock
  (jsc#SLE-15172).
- xfrm: interface: fix the priorities for ipip and ipv6 tunnels
  (bsc#1176447).
- IB/srpt: docs: add a description for cq_size member
  (jsc#SLE-15176).
- net: protect tcf_block_unbind with block lock (bsc#1176447).
- sfc: move initialisation of efx->filter_sem to efx_init_struct()
  (jsc#SLE-16683).
- net/sched: act_gate: Unlock ->tcfa_lock in
  tc_setup_flow_action() (bsc#1176447).
- net/sched: act_ct: Fix adding udp port mangle operation
  (jsc#SLE-15172).
- nexthop: Fix performance regression in nexthop deletion
  (bsc#1176447).
- net: core: use list_del_init() instead of list_del() in
  netdev_run_todo() (bsc#1176447).
- ixgbe: fix probing of multi-port devices with one MDIO
  (jsc#SLE-13706).
- RDMA/qedr: Endianness warnings cleanup (jsc#SLE-15146).
- RDMA/hns: Fix configuration of ack_req_freq in QPC
  (jsc#SLE-14777).
- RDMA/hns: Add interception for resizing SRQs (jsc#SLE-14777).
- RDMA/mlx5: Remove dead check for EAGAIN after
  alloc_mr_from_cache() (jsc#SLE-15175).
- RDMA: Change XRCD destroy return value (jsc#SLE-15176).
- RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server
  init (jsc#SLE-15176).
- mm/mmu_notifier: fix mmget() assert in
  __mmu_interval_notifier_insert (jsc#SLE-15176, jsc#SLE-16387).
- net: sched: Fix suspicious RCU usage while accessing
  tcf_tunnel_info (jsc#SLE-15075).
- xsk: Fix a documentation mistake in xsk_queue.h (jsc#SLE-13706).
- net/mlx5e: IPsec: Use kvfree() for memory allocated with
  kvzalloc() (jsc#SLE-15172).
- net/mlx5e: TC: Remove unused parameter from
  mlx5_tc_ct_add_no_trk_match() (jsc#SLE-15172).
- net/mlx5: E-Switch, Use vport metadata matching by default
  (jsc#SLE-15172).
- net/mlx5: E-Switch, Setup all vports' metadata to support peer
  miss rule (jsc#SLE-15172).
- net/mlx5: E-Switch, Dedicated metadata for uplink vport
  (jsc#SLE-15172).
- net/mlx5: E-Switch, Check and enable metadata support flag
  before using (jsc#SLE-15172).
- net/mlx5: Fix uninitialized variable warning (jsc#SLE-15172).
- sfc: don't double-down() filters in ef100_reset()
  (jsc#SLE-16683).
- commit e4545a1
- btrfs: qgroup: don't commit transaction when we already hold
  the handle (bsc#1178634).
- commit a88c82a
- ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependency
  (bsc#1177028).
- selftests/bpf: Fix error return code in run_getsockopt_test()
  (bsc#1177028).
- selftests/bpf: Add selftest for multi-prog sections and
  bpf-to-bpf calls (bsc#1177028).
- commit f0d11f0
- Delete
  patches.suse/1239-media-cec-gpio-handle-gpiod_get_value-errors-correct.patch.
- commit 7b24ba3
- xfs: prohibit fs freezing when using empty transactions
  (bsc#1179442).
- commit e04335b
- patches.suse/nvme-force-complete-cancelled-requests.patch:
  (bsc#1175995,bsc#1178756,jsc#SLE-15608).
  Without this we can end up with a series of nvme QID timeouts,
  regardless of filesystem when fstests is used or any error injection
  mechanism is used. Without this fix, we end up with 9 failures on xfs,
  but due to its generic nature, will likely end up with other failures
  on other filesystems. This does not allow a clean slate reliable
  fstests run. This fixes that issue.
  Through code inspection I found these changes were already present
  on SLE15-SP3 but not on SLE15-SP2.
- commit 9b6b1bb
- patches.suse/blk-mq-blk-mq-provide-forced-completion-method.patch:
  (bsc#1175995,jsc#SLE-15608,bsc#1178756).
- commit 88f0b07
- drm/vc4: kms: Don't disable the muxing of an active CRTC
  (jsc#SLE-15318).
- commit 39c97fe
- drm/vc4: kms: Store the unassigned channel list in the state
  (jsc#SLE-15318).
- drm/vc4: hdmi: Disable Wifi Frequencies (jsc#SLE-15318).
- drm/vc4: kms: Document the muxing corner cases (jsc#SLE-15318).
- drm/vc4: kms: Split the HVS muxing check in a separate function
  (jsc#SLE-15318).
- drm/vc4: kms: Rename NUM_CHANNELS (jsc#SLE-15318).
- drm/vc4: kms: Remove useless define (jsc#SLE-15318).
- drm/vc4: kms: Switch to drmm_add_action_or_reset
  (jsc#SLE-15318).
- drm/vc4: hdmi: Block odd horizontal timings (jsc#SLE-15318).
- drm/vc4: hdmi: Make sure our clock rate is within limits
  (jsc#SLE-15318).
- commit c55f585
- Documentation: x86: fix boot.rst warning and format
  (jsc#SLE-16407).
- x86/boot: Mark global variables as static (jsc#SLE-16407).
- commit f3aa594
- drm/vc4: drv: Remove unused variable (jsc#SLE-15318).
- drm/vc4: kms: Add functions to create the state objects
  (jsc#SLE-15318).
- drm/vc4: Use devm_drm_dev_alloc (jsc#SLE-15318).
- drm/vc4: Use the helper to retrieve vc4_dev when needed
  (jsc#SLE-15318).
- drm/vc4: gem: Add a managed action to cleanup the job queue
  (jsc#SLE-15318).
- drm/vc4: drv: Use managed drm_mode_config_init (jsc#SLE-15318).
- drm/vc4: bo: Add a managed action to cleanup the cache
  (jsc#SLE-15318).
- drm/vc4: Rework the structure conversion functions
  (jsc#SLE-15318).
- drm/vc4: hdmi: Add a name to the codec DAI component
  (jsc#SLE-15318).
- drm/vc4: hdmi: Avoid sleeping in atomic context (jsc#SLE-15318).
- drm/vc4: drv: Add error handding for bind (jsc#SLE-15318).
- drm/vc4: crtc: Keep the previously assigned HVS FIFO
  (jsc#SLE-15318).
- drm/vc4: crtc: Rework a bit the CRTC state code (jsc#SLE-15318).
- drm/vc4: kms: Assign a FIFO to enabled CRTCs instead of active
  (jsc#SLE-15318).
- drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxing
  (jsc#SLE-15318).
- drm/vc4: Handing the return value of drm_universal_plane_init
  (jsc#SLE-15318).
- drm/vc4: Fix bitwise OR versus ternary operator in
  vc4_plane_mode_set (jsc#SLE-15318).
- drm/vc4: Update type of reg parameter in vc4_hdmi_{read,write}
  (jsc#SLE-15318).
- drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in (jsc#SLE-15318).
- drm/vc4: hdmi: Fix off by ones in vc4_hdmi_read/write()
  (jsc#SLE-15318).
- drm/vc4: drv: Support BCM2711 (jsc#SLE-15318).
- drm/vc4: hdmi: Support the BCM2711 HDMI controllers
  (jsc#SLE-15318).
- drm/vc4: hdmi: Add pixel BVB clock control (jsc#SLE-15318).
- drm/vc4: hdmi: Switch to blank pixels when disabled
  (jsc#SLE-15318).
- drm/vc4: hdmi: Do the VID_CTL configuration at once
  (jsc#SLE-15318).
- drm/vc4: hdmi: Implement finer-grained hooks (jsc#SLE-15318).
- drm/vc4: hdmi: Always recenter the HDMI FIFO (jsc#SLE-15318).
- drm/vc4: hdmi: Remove register dumps in enable (jsc#SLE-15318).
- drm/vc4: hdmi: Deal with multiple ALSA cards (jsc#SLE-15318).
- drm/vc4: hdmi: Add audio-related callbacks (jsc#SLE-15318).
- drm/vc4: hdmi: Set the b-frame marker to the match ALSA's
  default (jsc#SLE-15318).
- drm/vc4: hdmi: Reset audio infoframe on encoder_enable if
  previously (jsc#SLE-15318).
- drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio
  registers (jsc#SLE-15318).
- drm/vc4: hdmi: Use clk_set_min_rate instead (jsc#SLE-15318).
- drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
  (jsc#SLE-15318).
- drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
  (jsc#SLE-15318).
- drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
  (jsc#SLE-15318).
- drm/vc4: hdmi: Add CEC support flag (jsc#SLE-15318).
- drm/vc4: hdmi: Move CEC init to its own function
  (jsc#SLE-15318).
- drm/vc4: hdmi: Deal with multiple debugfs files (jsc#SLE-15318).
- drm/vc4: hdmi: Store the encoder type in the variant structure
  (jsc#SLE-15318).
- drm/vc4: hdmi: Add a set_timings callback (jsc#SLE-15318).
- drm/vc4: hdmi: Add a CSC setup callback (jsc#SLE-15318).
- drm/vc4: hdmi: Add PHY RNG enable / disable function
  (jsc#SLE-15318).
- drm/vc4: hdmi: Add PHY init and disable function
  (jsc#SLE-15318).
- drm/vc4: hdmi: Add reset callback (jsc#SLE-15318).
- drm/vc4: hdmi: Implement a register layout abstraction
  (jsc#SLE-15318).
- drm/vc4: hdmi: Introduce resource init and variant
  (jsc#SLE-15318).
- drm/vc4: hdmi: Remove vc4_hdmi_connector (jsc#SLE-15318).
- drm/vc4: hdmi: Remove vc4_dev hdmi pointer (jsc#SLE-15318).
- drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our device
  (jsc#SLE-15318).
- drm/vc4: hdmi: Pass vc4_hdmi to CEC code (jsc#SLE-15318).
- drm/vc4: hdmi: Add container_of macros for encoders and
  connectors (jsc#SLE-15318).
- drm/vc4: hdmi: Use local vc4_hdmi directly (jsc#SLE-15318).
- drm/vc4: hdmi: Move accessors to vc4_hdmi (jsc#SLE-15318).
- drm/vc4: hdmi: Rename hdmi to vc4_hdmi (jsc#SLE-15318).
- drm/vc4: hdmi: Remove DDC argument to connector_init
  (jsc#SLE-15318).
- drm/vc4: hdmi: rework connectors and encoders (jsc#SLE-15318).
- drm/vc4: hdmi: Move structure to header (jsc#SLE-15318).
- drm/vc4: hdmi: Use debugfs private field (jsc#SLE-15318).
- drm/vc4: crtc: Add BCM2711 pixelvalves (jsc#SLE-15318).
- drm/vc4: drv: Disable the CRTC at boot time (jsc#SLE-15318).
- drm/vc4: crtc: Move the CRTC disable out (jsc#SLE-15318).
- drm/vc4: hvs: Introduce a function to get the assigned FIFO
  (jsc#SLE-15318).
- drm/vc4: hvs: Make the stop_channel function public
  (jsc#SLE-15318).
- drm/vc4: crtc: Clear the PixelValve FIFO during configuration
  (jsc#SLE-15318).
- drm/vc4: crtc: Clear the PixelValve FIFO on disable
  (jsc#SLE-15318).
- drm/vc4: crtc: Add a delay after disabling the PixelValve output
  (jsc#SLE-15318).
- drm/vc4: encoder: Add finer-grained encoder callbacks
  (jsc#SLE-15318).
- drm/vc4: crtc: Move HVS channel init before the PV
  initialisation (jsc#SLE-15318).
- drm/vc4: crtc: Remove redundant pixelvalve reset
  (jsc#SLE-15318).
- drm/vc4: crtc: Remove mode_set_nofb (jsc#SLE-15318).
- drm/vc4: hvs: Make sure our channel is reset (jsc#SLE-15318).
- drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
  (jsc#SLE-15318).
- drm/vc4: crtc: Move HVS init and close to a function
  (jsc#SLE-15318).
- drm/vc4: crtc: Move PV dump to config_pv (jsc#SLE-15318).
- drm/vc4: crtc: Turn pixelvalve reset into a function
  (jsc#SLE-15318).
- drm/vc4: crtc: Disable color management for HVS5
  (jsc#SLE-15318).
- drm/vc4: crtc: Add HDMI1 encoder type (jsc#SLE-15318).
- drm/vc4: crtc: Rename HDMI encoder type to HDMI0
  (jsc#SLE-15318).
- drm/vc4: crtc: Add function to compute FIFO level bits
  (jsc#SLE-15318).
- drm/vc4: crtc: Add FIFO depth to vc4_crtc_data (jsc#SLE-15318).
- drm/vc4: crtc: Assign output to channel automatically
  (jsc#SLE-15318).
- drm/vc4: kms: Convert to for_each_new_crtc_state
  (jsc#SLE-15318).
- drm/vc4: crtc: Enable and disable the PV in atomic_enable /
  disable (jsc#SLE-15318).
- drm/vc4: crtc: Use local chan variable (jsc#SLE-15318).
- drm/vc4: crtc: Rename HVS channel to output (jsc#SLE-15318).
- drm/vc4: crtc: Move the cob allocation outside of bind
  (jsc#SLE-15318).
- drm/vc4: crtc: Use a shared interrupt (jsc#SLE-15318).
- drm/vc4: crtc: Deal with different number of pixel per clock
  (jsc#SLE-15318).
- drm/vc4: plane: Create more planes (jsc#SLE-15318).
- drm/vc4: plane: Optimize the LBM allocation size
  (jsc#SLE-15318).
- drm/vc4: plane: Change LBM alignment constraint on LBM
  (jsc#SLE-15318).
- drm/vc4: hvs: Boost the core clock during modeset
  (jsc#SLE-15318).
- drm/vc4: Add support for the BCM2711 HVS5 (jsc#SLE-15318).
- commit 1c47402
- HMAT: Skip publishing target info for nodes with no online
  memory (bsc#1178660).
- HMAT: Register memory-side cache after parsing (bsc#1178660).
- commit c10070c
- btrfs: allow btrfs_truncate_block() to fallback to nocow for
  data space reservation (bsc#1161099).
- commit 9a9387d
- rpm/kernel-{source,binary}.spec: do not include ghost symlinks
  (boo#1179082).
- commit 76a9256
- PCI: hip: Add handling of HiSilicon HIP PCIe controller errors
  (jsc#SLE-16612 jsc#SLE-14766).
- Update config files. Enable PCIE_HISI_ERR.
- commit f5b42fa
- tpm: of: Handle IBM,vtpm20 case when getting log parameters
  (jsc#SLE-13630 bsc#1179446 ltc#190030).
- commit 96f9f02
- ACPI / APEI: Add a notifier chain for unknown (vendor) CPER
  records (jsc#SLE-16612 jsc#SLE-14766).
- commit 993ea8f
- config.conf: Remove vanilla config (jsc#SLE-17122).
- Delete config/arm64/vanilla.
- Delete config/ppc64le/vanilla.
- Delete config/s390x/vanilla.
- Delete config/x86_64/vanilla.
- commit 508c5d7
- blacklist.conf: Remove duplicate entry (git-fixes)
- commit 9169068
- devlink: Make sure devlink instance and port are in same net
  namespace (bsc#1154353).
- net: ena: fix packet's addresses for rx_offset feature
  (bsc#1174852).
- net: ena: handle bad request id in ena_netdev (bsc#1174852).
- RDMA/hns: Fix retry_cnt and rnr_cnt when querying QP
  (jsc#SLE-8449).
- RDMA/hns: Fix wrong field of SRQ number the device supports
  (jsc#SLE-8449).
- commit e8d7cf3
- fix patches metadata
- fix Patch-mainline:
  patches.suse/mm-gup-allow-FOLL_FORCE-for-get_user_pages_fast.patch
  patches.suse/mm-ksm-fix-NULL-pointer-dereference-when-KSM-zero-page-is-enabled.patch
  patches.suse/mm-mempolicy-require-at-least-one-nodeid-for-MPOL_PREFERRED.patch
  patches.suse/mm-swap-make-page_evictable-inline.patch
  patches.suse/mm-swap-use-smp_mb__after_atomic-to-order-LRU-bit-set.patch
- commit 6289c65
- efi/x86: Use symbolic constants in PE header instead of bare
  numbers (jsc#SLE-16407).
- commit 1efd668
- Update
  patches.suse/mm-mmap-c-close-race-between-munmap-and-expand_upwards-downwards.patch
  (bsc#1174527, bsc#1179432, CVE-2020-29369).
- commit f55babe
- efi/x86: Setup stack correctly for efi_pe_entry (jsc#SLE-16407).
- tpm: check event log version before reading final events
  (jsc#SLE-16407).
- efi: Pull up arch-specific prototype efi_systab_show_arch()
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- efi: cper: Add support for printing Firmware Error Record
  Reference (jsc#SLE-16407).
- efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()
  (jsc#SLE-16407).
- efi/earlycon: Fix early printk for wider fonts (jsc#SLE-16407).
- efi/libstub: Avoid returning uninitialized data from
  setup_graphics() (jsc#SLE-16407).
- gcc-10: mark more functions __init to avoid section mismatch
  warnings (jsc#SLE-16407).
- efi/x86: Revert struct layout change to fix kexec boot
  regression (jsc#SLE-16407).
- efi/libstub/file: Merge file name buffers to reduce stack usage
  (jsc#SLE-16407).
- efi/x86: Always relocate the kernel for EFI handover entry
  (jsc#SLE-16407).
- efi/x86: Move efi stub globals from .bss to .data
  (jsc#SLE-16407).
- efi/libstub/x86: Remove redundant assignment to pointer hdr
  (jsc#SLE-16407).
- efi/cper: Use scnprintf() for avoiding potential buffer overflow
  (jsc#SLE-16407).
- arm64: remove CONFIG_DEBUG_ALIGN_RODATA feature (jsc#SLE-16407).
- x86/efi: Add a prototype for efi_arch_mem_reserve()
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress
  .eh_frame sections (jsc#SLE-16407).
  Refresh
  patches.suse/0001-efi-generalize-efi_get_secureboot.patch
  patches.suse/x86-boot-compressed-64-setup-a-ghcb-based-vc-exception-handler
- efi/libstub/arm: Fix spurious message that an initrd was loaded
  (jsc#SLE-16407).
- efi/libstub/arm64: Avoid image_base value from efi_loaded_image
  (jsc#SLE-16407).
- efi/x86: Fix cast of image argument (jsc#SLE-16407).
- efi/libstub/x86: Use ULONG_MAX as upper bound for all
  allocations (jsc#SLE-16407).
- efi: Fix a mistype in comments mentioning
  efivar_entry_iter_begin() (jsc#SLE-16407).
- efi/libstub: Avoid linking libstub/lib-ksyms.o into vmlinux
  (jsc#SLE-16407).
- efi/x86: Preserve %ebx correctly in
  efi_set_virtual_address_map() (jsc#SLE-16407).
- efi/x86: Don't relocate the kernel unless necessary
  (jsc#SLE-16407).
- efi/x86: Remove extra headroom for setup block (jsc#SLE-16407).
  Refresh
  patches.suse/efi-x86-Remove-extra-headroom-for-setup-block.patch
- efi/x86: Add kernel preferred address to PE header
  (jsc#SLE-16407).
- efi/x86: Decompress at start of PE image load address
  (jsc#SLE-16407).
  Refresh
  patches.suse/x86-boot-compressed-64-add-idt-infrastructure
- x86/boot/compressed/32: Save the output address instead of
  recalculating it (jsc#SLE-16407).
- efi/libstub/x86: Deal with exit() boot service returning
  (jsc#SLE-16407).
- x86/boot: Use unsigned comparison for addresses (jsc#SLE-16407).
- efi/x86: Avoid using code32_start (jsc#SLE-16407).
- efi/x86: Make efi32_pe_entry() more readable (jsc#SLE-16407).
- efi/x86: Respect 32-bit ABI in efi32_pe_entry() (jsc#SLE-16407).
- efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA
  (jsc#SLE-16407).
- efi/arm64: Clean EFI stub exit code from cache instead of
  avoiding it (jsc#SLE-16407).
- efi: Don't shadow 'i' in efi_config_parse_tables()
  (jsc#SLE-16407).
- efi/x86: Add RNG seed EFI table to unencrypted mapping check
  (jsc#SLE-16407).
- efi/libstub: Introduce symbolic constants for the stub
  major/minor version (jsc#SLE-16407).
- efi/x86: Add true mixed mode entry point into .compat section
  (jsc#SLE-16407).
- efi/x86: Drop redundant .bss section (jsc#SLE-16407).
- efi/x86: add headroom to decompressor BSS to account for setup
  block (jsc#SLE-16407).
- ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use
  (jsc#SLE-16407).
- x86/boot: Simplify calculation of output address
  (jsc#SLE-16407).
- x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lld
  (jsc#SLE-16407).
- arch/x86/boot: Use prefix map to avoid embedded paths
  (jsc#SLE-16407).
  Refresh
  modified:   patches.suse/0001-efi-generalize-efi_get_secureboot.patch
  modified:   patches.suse/x86-boot-compressed-64-setup-a-ghcb-based-vc-exception-handler
- x86/boot: Introduce kernel_info (jsc#SLE-16407).
- commit 62d114b
- romfs: fix uninitialized memory leak in romfs_dev_read()
  (CVE-2020-29371 bsc#1179429).
- commit aaf36e7
- patches.suse/block-Fix-use-after-free-in-blkdev_get.patch: Update tags
  (bsc#1173834 bsc#1179141 CVE-2020-15436).
- commit 6c1fbdb
- cifs: Return the error from crypt_message when enc/dec key
  not found (bsc#1179426).
- commit b7a0fce
- Convert trailing spaces and periods in path components
  (bsc#1179424).
- commit 88891c3
- cifs: remove bogus debug code (bsc#1179427).
- commit 8a0ced9
- ibmvnic: reduce wait for completion time (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: no reset timeout for 5 seconds after reset
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: send_login should check for crq errors (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: track pending login (jsc#SLE-17043 bsc#1179243
  ltc#189290).
- ibmvnic: stop free_all_rwi on failed reset (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- Refresh patches.suse/ibmvnic-restore-adapter-state-on-failed-reset.patch.
- ibmvnic: handle inconsistent login with reset (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: reduce wait for completion time (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: no reset timeout for 5 seconds after reset
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: send_login should check for crq errors (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: track pending login (jsc#SLE-17043 bsc#1179243
  ltc#189290).
- ibmvnic: delay next reset if hard reset fails (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: restore adapter state on failed reset (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: avoid memset null scrq msgs (jsc#SLE-17043 bsc#1179243
  ltc#189290).
  - Refresh patches.suse/ibmvnic-Introduce-indirect-subordinate-Command-Respo.patch
- ibmvnic: stop free_all_rwi on failed reset (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: handle inconsistent login with reset (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- commit ce6d916
- blacklist.conf: printk: cosmetic; documentation
- commit 609fe64
- blacklist.conf: printk: just a preparation step for lockless ringbuffer.
- commit 8515274
- scripts/lib/SUSE/MyBS.pm: properly close prjconf Macros: section
- commit 965157e
- efi/arm: Rewrite FDT param discovery routines (jsc#SLE-16407).
- efi/arm: Move FDT specific definitions into fdtparams.c
  (jsc#SLE-16407).
- efi/arm: Move FDT param discovery code out of efi.c
  (jsc#SLE-16407).
  Refresh
  patches.suse/efi-Use-more-granular-check-for-availability-for-var.patch
- efi/x86: Implement mixed mode boot without the handover protocol
  (jsc#SLE-16407).
  Refresh
  patches.suse/x86-boot-compressed-64-add-idt-infrastructure
- efi/libstub/x86: Use Exit() boot service to exit the stub on
  errors (jsc#SLE-16407).
- efi/libstub/x86: Make loaded_image protocol handling mixed
  mode safe (jsc#SLE-16407).
- efi/x86: Drop 'systab' member from struct efi (jsc#SLE-16407).
  Refresh
  patches.suse/efi-Store-mask-of-supported-runtime-services-in-stru.patch
- efi/arm: Drop unnecessary references to efi.systab
  (jsc#SLE-16407).
- efi: Add 'runtime' pointer to struct efi (jsc#SLE-16407).
  Refresh
  patches.suse/efi-Store-mask-of-supported-runtime-services-in-stru.patch
- efi/x86: Merge assignments of efi.runtime_version
  (jsc#SLE-16407).
- efi/x86: Make fw_vendor, config_table and runtime sysfs nodes
  x86 specific (jsc#SLE-16407).
- efi/x86: Remove runtime table address from kexec EFI setup data
  (jsc#SLE-16407).
- efi: Clean up config_parse_tables() (jsc#SLE-16407).
- efi: Make efi_config_init() x86 only (jsc#SLE-16407).
- efi/ia64: Switch to efi_config_parse_tables() (jsc#SLE-16407).
- efi/ia64: Use existing helpers to locate ESI table
  (jsc#SLE-16407).
- efi: Merge EFI system table revision and vendor checks
  (jsc#SLE-16407).
  Refresh
  patches.suse/efi-Add-support-for-EFI_RT_PROPERTIES-table-fe4db90a.patch
- efi: Make memreserve table handling local to efi.c
  (jsc#SLE-16407).
  Refresh
  patches.suse/efi-Add-support-for-EFI_RT_PROPERTIES-table-fe4db90a.patch
- efi: Move mem_attr_table out of struct efi (jsc#SLE-16407).
- efi: Make rng_seed table handling local to efi.c
  (jsc#SLE-16407).
  Refresh
  patches.suse/efi-Add-support-for-EFI_RT_PROPERTIES-table-fe4db90a.patch
- efi: Move UGA and PROP table handling to x86 code
  (jsc#SLE-16407).
- efi/ia64: Move HCDP and MPS table handling into IA64 arch code
  (jsc#SLE-16407).
  Refresh
  patches.suse/efi-Store-mask-of-supported-runtime-services-in-stru.patch
- efi: Drop handling of 'boot_info' configuration table
  (jsc#SLE-16407).
- efi/libstub: Take noinitrd cmdline argument into account for
  devpath initrd (jsc#SLE-16407).
- efi/libstub: Add support for loading the initrd from a device
  path (jsc#SLE-16407).
- efi/dev-path-parser: Add struct definition for vendor type
  device path nodes (jsc#SLE-16407).
- efi/x86: Replace #ifdefs with IS_ENABLED() checks
  (jsc#SLE-16407).
- efi/x86: Reindent struct initializer for legibility
  (jsc#SLE-16407).
- efi/capsule-loader: Drop superfluous assignment (jsc#SLE-16407).
- efi/esrt: Clean up efi_esrt_init (jsc#SLE-16407).
- efi/libstub: Fix error message in handle_cmdline_files()
  (jsc#SLE-16407).
- efi/libstub: Describe RNG functions (jsc#SLE-16407).
- efi/libstub: Describe efi_relocate_kernel() (jsc#SLE-16407).
- efi/libstub: Describe memory functions (jsc#SLE-16407).
- efi/libstub: Simplify efi_get_memory_map() (jsc#SLE-16407).
- efi/libstub: Add function description of efi_allocate_pages()
  (jsc#SLE-16407).
- efi/libstub: Make the LoadFile EFI protocol accessible
  (jsc#SLE-16407).
  Refresh
  patches.suse/efi-Add-support-for-EFI_RT_PROPERTIES-table-fe4db90a.patch
- efi/libstub: Expose LocateDevicePath boot service
  (jsc#SLE-16407).
- efi/libstub: Clean up command line parsing routine
  (jsc#SLE-16407).
- efi/libstub: Take soft and hard memory limits into account
  for initrd loading (jsc#SLE-16407).
- efi: ia64: move SAL systab handling out of generic EFI code
  (jsc#SLE-16407).
- commit 2edf905
- RDMA/core: Free DIM memory in error unwind (bsc#1152489)
- commit 21b1eaa
- RDMA/core: Stop DIM before destroying CQ (bsc#1152489)
- commit 5bb1399
- video: hyperv_fb: Fix the cache type when mapping the VRAM (git-fixes).
- commit 1b3b221
- hv_balloon: disable warning when floor reached (git-fixes).
- commit 09540b9
- mm/ksm: fix NULL pointer dereference when KSM zero page is
  enabled (git fixes (mm/ksm)).
- commit d498a49
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
  (git fixes (mm/mempolicy)).
- commit 82f5309
- mm: swap: use smp_mb__after_atomic() to order LRU bit set
  (git fixes (mm/vmscan)).
- mm: swap: make page_evictable() inline (git fixes (mm/vmscan)).
- commit b3e8c49
- drivers: provide devm_platform_ioremap_resource_byname() (bsc#1179344).
- drivers: platform: provide devm_platform_ioremap_resource_wc() (bsc#1179344).
  Refresh:
  patches.suse/drivers-provide-devm_platform_get_and_ioremap_resource.patch
- lib: devres: provide devm_ioremap_resource_wc() (bsc#1179344).
- lib: devres: prepare devm_ioremap_resource() for more variants (bsc#1179344).
- commit 114fca9
- blacklist.conf: KASAN is not enabled
- commit b3c7026
- spi: imx: fix the unbalanced spi runtime pm management
  (git-fixes).
- commit 1856d10
- blacklist.conf: Supported arches enable SPARSEMEM_VMEMMAP
- commit 928fb30
- mm/gup: allow FOLL_FORCE for get_user_pages_fast() (git fixes
  (mm/gup)).
- commit b4797b5
- blacklist.conf: GUP benchmark not enabled in Kconfig
- commit d60c94e
- mm/truncate.c: make __invalidate_mapping_pages() static (git
  fixes (mm/truncate)).
- commit 94f313f
- powerpc/test_emulate_step: Move extern declaration to sstep.h
  (jsc#SLE-13830 bsc#1179396 ltc#185738).
- powerpc/sstep: Introduce macros to retrieve Prefix instruction
  operands (jsc#SLE-13830 bsc#1179396 ltc#185738).
- powerpc/test_emulate_step: Add negative tests for prefixed addi
  (jsc#SLE-13830 bsc#1179396 ltc#185738).
- powerpc/test_emulate_step: Enhancement to test negative
  scenarios (jsc#SLE-13830 bsc#1179396 ltc#185738).
- commit ad5913e
- efi/libstub: Fix path separator regression (jsc#SLE-16407).
- lib/string: Make memzero_explicit() inline instead of external
  (jsc#SLE-16407).
- commit 6fa3e5e
- efi/x86: Fix the deletion of variables in mixed mode
  (git-fixes).
- commit dd05038
- efi: EFI_EARLYCON should depend on EFI (git-fixes).
- efivarfs: revert "/fix memory leak in efivarfs_create()"/
  (git-fixes).
- efi/efivars: Set generic ops before loading SSDT (git-fixes).
- efi/x86: Free efi_pgd with free_pages() (git-fixes).
- efi: efibc: check for efivars write capability (git-fixes).
- efi: add missed destroy_workqueue when efisubsys_init fails
  (git-fixes).
- efi: provide empty efi_enter_virtual_mode implementation
  (git-fixes).
- efi/esrt: Fix reference count leak in esre_create_sysfs_entry
  (git-fixes).
- efi/libstub/x86: Work around LLVM ELF quirk build regression
  (git-fixes).
- efi/x86: Ignore the memory attributes table on i386 (git-fixes).
- efi/x86: Handle by-ref arguments covering multiple pages in
  mixed mode (git-fixes).
- efi/x86: Align GUIDs to their size in the mixed mode runtime
  wrapper (git-fixes).
- efi/x86: Don't panic or BUG() on non-critical error conditions
  (git-fixes).
- efi/x86: Map the entire EFI vendor string before copying it
  (git-fixes).
- commit aaf9d90
- Refresh patches.suse/loop-fix-occasional-uevent-drop.patch (bsc#1177971)
  Add Git-commit: and Patch-mainline: tags (patch got into mainline).
- commit a78af51
- Refresh
  patches.suse/block-add-a-return-value-to-set_capacity_revalidate_and_notify.patch.
  (bsc#1177971)
  Add Git-commit: and Patch-mainline: tags (patch got into mainline).
- commit cf636f0
- crypto: n2 - Rename arrays to avoid conflict with
  crypto/sha256.h (jsc#SLE-16407).
- crypto: ccree - Rename arrays to avoid conflict with
  crypto/sha256.h (jsc#SLE-16407).
- crypto: s390 - Rename functions to avoid conflict with
  crypto/sha256.h (jsc#SLE-16407).
- crypto: arm64 - Rename functions to avoid conflict with
  crypto/sha256.h (jsc#SLE-16407).
- crypto: arm - Rename functions to avoid conflict with
  crypto/sha256.h (jsc#SLE-16407).
- commit c1688be
- fix patches metadata
- fix Patch-mainline:
  patches.suse/s390-cpum_sf-c-fix-file-permission-for-cpum_sfb_size
  patches.suse/s390-dasd-fix-null-pointer-dereference-for-erp-requests
  patches.suse/s390-pkey-fix-paes-selftest-failure-with-paes-and-pkey-static-build
- commit c3e5681
- USB: core: Change %pK for __user pointers to %px (git-fixes).
- USB: core: Fix regression in Hercules audio card (git-fixes).
- usb: gadget: Fix memleak in gadgetfs_fill_super (git-fixes).
- usb: gadget: f_midi: Fix memleak in f_midi_alloc (git-fixes).
- commit ae495c3
- crypto: x86 - Rename functions to avoid conflict with
  crypto/sha256.h (jsc#SLE-16407).
- commit 2c4f35b
- crypto: sha256 - Fix some coding style issues (jsc#SLE-16407).
- commit 07ac84d
- crypto: sha256 - Remove sha256/224_init code duplication
  (jsc#SLE-16407).
- crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
  (jsc#SLE-16407).
- crypto: sha256 - Add missing MODULE_LICENSE() to
  lib/crypto/sha256.c (jsc#SLE-16407).
- crypto: sha256_generic - Switch to the generic
  lib/crypto/sha256.c lib code (jsc#SLE-16407).
- crypto: sha256 - Add sha224 support to sha256 library code
  (jsc#SLE-16407).
- crypto: sha256 - Make lib/crypto/sha256.c suitable for generic
  use (jsc#SLE-16407).
- Refresh
  patches.suse/crypto-blake2s-generic-c-library-implementation-and-selftest.patch
  patches.suse/crypto-poly1305-move-core-routines-into-a-separate-library.patch
- Update config files.
  x86_64/default, arm64/default, ppc64le/default, s390x/default
- crypto: sha256 - Use get/put_unaligned_be32 to get input,
  memzero_explicit (jsc#SLE-16407).
- crypto: sha256 - Move lib/sha256.c to lib/crypto
  (jsc#SLE-16407).
  Refresh
  patches.suse/crypto-sha256-Move-lib-sha256.c-to-lib-crypto.patch
- crypto: sha256_generic - Fix some coding style issues
  (jsc#SLE-16407).
- commit 6bb9a87
- blacklist.conf: Blacklist dups from DRM backport v5.9
- commit 712b901
- blacklist.conf: Temporary blacklist for DRM backport v5.9
- commit 7fca26d
- Update config files. (for DRM backport v5.9)
- commit edca411
- can: m_can: fix nominal bitiming tseg2 min for version >= 3.1
  (git-fixes).
- can: gs_usb: fix endianess problem with candleLight firmware
  (git-fixes).
- batman-adv: set .owner to THIS_MODULE (git-fixes).
- nfc: s3fwrn5: use signed integer for parsing GPIO numbers
  (git-fixes).
- iwlwifi: mvm: write queue_sync_state only for sync (git-fixes).
- platform/x86: toshiba_acpi: Fix the wrong variable assignment
  (git-fixes).
- platform/x86: thinkpad_acpi: Send tablet mode switch at wakeup
  time (git-fixes).
- commit 767fda0
- scatterlist: add generic wrappers for iterating over sgtable
  objects (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- commit c162a26
- powerpc/perf: Use regs->nip when SIAR is zero (jsc#SLE-13513
  bsc#1176919 ltc#186162).
- powerpc/perf: Use the address from SIAR register to set cpumode
  flags (jsc#SLE-13513 bsc#1176919 ltc#186162).
- powerpc/perf: Drop the check for SIAR_VALID (jsc#SLE-13513
  bsc#1176919 ltc#186162).
- powerpc/perf: Add new power PMU flag "/PPMU_P10_DD1"/ for power10
  DD1 (jsc#SLE-13513 bsc#1176919 ltc#186162).
- powerpc/perf: Exclude pmc5/6 from the irrelevant PMU group
  constraints (jsc#SLE-13513 bsc#1176919 ltc#186162).
- commit 6df36f6
- xfs: revert "/xfs: fix rmap key and record comparison functions"/
  (git-fixes).
- commit 308ebc7
- config: arm64: enable rtc-max77686 driver
  References: jsc#SLE-15847
- commit 15655cf
- supported.conf: clk-max77686: enable for Jetson AGX Xavier
  References: jsc#SLE-15847
- commit a667bc6
- efi/libstub: Rewrite file I/O routine (jsc#SLE-16407).
- Refresh
  patches.rpmify/powerpc-Blacklist-GCC-5.4-6.1-and-6.2.patch
- Refresh
  patches.suse/efi-libstub-Move-file-I-O-support-code-into-separate.patch.
- efi/libstub: Move get_dram_base() into arm-stub.c
  (jsc#SLE-16407).
  Refresh
  patches.rpmify/powerpc-Blacklist-GCC-5.4-6.1-and-6.2.patch
  patches.suse/efi-libstub-Move-file-I-O-support-code-into-separate.patch
- efi/libstub/arm64: Use 1:1 mapping of RT services if property
  table exists (jsc#SLE-16407).
- efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypoint
  (jsc#SLE-16407).
  Refresh
  patches.suse/efi-libstub-x86-Permit-cmdline-data-to-be-allocated-.patch
- efi/arm: Pass start and end addresses to cache_clean_flush()
  (jsc#SLE-16407).
  Refresh
  patches.suse/efi-arm-Pass-start-and-end-addresses-to-cache_clean_.patch
- efi/arm: Work around missing cache maintenance in decompressor
  handover (jsc#SLE-16407).
- ARM: 8942/1: Revert "/8857/1: efi: enable CP15 DMB instructions
  before cleaning the cache"/ (jsc#SLE-16407).
- commit c31bfae
- efi/libstub: Move file I/O support code into separate file
  (jsc#SLE-16407).
- efi/libstub: Move efi_random_alloc() into separate source file
  (jsc#SLE-16407).
- efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
  (jsc#SLE-16407).
- efi/libstub: Move stub specific declarations into efistub.h
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- efi/libstub/x86: Permit bootparams struct to be allocated
  above 4 GB (jsc#SLE-16407).
- efi/libstub: Use consistent type names for file I/O protocols
  (jsc#SLE-16407).
- efi/libstub/x86: Incorporate eboot.c into libstub
  (jsc#SLE-16407).
- Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- Update config files.
  The x86_64 eboot.c be moved to libstub, so the patches of EFI securet
  key should be refactory. I disabled CONFIG_EFI_SECRET_KEY and
  CONFIG_HIBERNATE_VERIFICATION here, and will refactory patches after
  EFI backporting then enable the function again.
- efi/libstub: Simplify efi_high_alloc() and rename to
  efi_allocate_pages() (jsc#SLE-16407).
- efi/libstub: Move memory map handling and allocation routines
  to mem.c (jsc#SLE-16407).
- efi/libstub/arm: Relax FDT alignment requirement
  (jsc#SLE-16407).
- efi/libstub: Use hidden visibility for all source files
  (jsc#SLE-16407).
- efi/libstub/x86: Avoid overflowing code32_start on PE entry
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- efi/libstub/x86: Remove pointless zeroing of apm_bios_info
  (jsc#SLE-16407).
- efi/apple-properties: Replace zero-length array with
  flexible-array member (jsc#SLE-16407).
- efi/bgrt: Accept BGRT tables with a version of 0
  (jsc#SLE-16407).
- efi/x86: Mark setup_graphics static (jsc#SLE-16407).
- efi/x86: Remove GDT setup from efi_main (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- efi/x86: Don't depend on firmware GDT layout (jsc#SLE-16407).
- platform/x86: touchscreen_dmi: Add EFI embedded firmware info
  support (jsc#SLE-16407).
- efi: Add embedded peripheral firmware support (jsc#SLE-16407).
- Refresh
  patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- Update config files.
  x86_64/default
- efi: Export boot-services code and data as debugfs-blobs
  (jsc#SLE-16407).
  Refresh
  patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch
- commit 3dd5b5c
- drm/amd/display: Change ABM config init interface
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- blacklist.conf: unblacklist patches included in drm v5.9
- drm/amdgpu/swsmu: fix ARC build errors (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix NULL pointer dereference for Renoir
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/mem: guard against NULL pointer access in mem_del
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/device: return error for unknown chipsets
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: drm_dsc.h: fix a kernel-doc markup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Partially revert "/video: fbdev: amba-clcd: Retire elder
  CLCD driver"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disable gfxoff temporarily for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/pm: setup APU dpm clock table in SMU HW initialization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove duplicate call to (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/swsmu/smu12: fix force clock handling for mclk
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: restore proper ref count in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/display: fix CFLAGS setup for DCN30 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix return value check for hdcp_work
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove gpu_info fw support for sienna_cichlid etc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/pm: Removed fixed clock in auto mode DPM (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: remove experimental flag from navi12 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add device ID for sienna_cichlid (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use the AV1 defines for VCN 3.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add VCN 3.0 AV1 registers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add the GC 10.3 VRS registers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: prevent double kfree ttm->sg (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Fix error handling in get_node (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dmabuf: fix NULL pointer dereference in dma_buf_release()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Fix port number for BDW on EDID region setup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: mixer: Extend regmap max_register (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sun4i: sun8i-csc: Secondary CSC register correction
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4/vc4_hdmi: fill ASoC card owner (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbcon: Fix user font detection test at fbcon_resize()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Add missing put_device() call in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: Add missing put_device() call in
  mtk_drm_kms_init() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Add exception handing in mtk_drm_probe()
  if component (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Add missing put_device() call in
  mtk_ddp_comp_init() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Use CPU when fail to get cmdq event
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: dsi: Fix scrolling of panel with small hfp or hbp
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Filter wake_flags passed to default_wake_function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Be wary of data races when reading the active
  execlists (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Reduce context termination list iteration guard to
  RCU (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Delay tracking the GEM context until it is
  registered (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't log hdcp module warnings in dmesg
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: declare ta firmware for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/dc: Require primary plane to be enabled whenever
  the CRTC is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Include sienna_cichlid in USBC PD FW support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: update nv1x stutter latencies (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Don't use DRM_ERROR() for DTM add topology
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/pm: support runtime pptable update for sienna_cichlid
  etc (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: fix a memory leak issue (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/kfd: fix a system crash issue during GPU recovery
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- vgacon: remove software scrollback support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbcon: remove now unusued 'softback_lines' cursor() argument
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: fix OOB read in vga_8planes_imageblit()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: drop virtio_gpu_output->enabled (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sun4i: backend: Disable alpha on the lowest plane on the A20
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: backend: Support alpha property on lowest plane
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: Fix DE2 YVU handling (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tve200: Stabilize enable/disable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: fence-chain: Document missing dma_fence_chain_init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: Fix kerneldoc of dma_buf_set_name() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: fix unblank (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: Fix dsi dcs long write function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Fix driver not probing when IPU port is missing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ingenic: Fix leak of device_node pointer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sun4i: add missing put_device() call in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: Revert "/drm/virtio: Call the right shmem helpers"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: fix regression leading to display audio probe
  failure on GLK (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependency
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/i915/gem: Delete unused code"/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Revert "/drm/i915/gem: Async GPU relocations only"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/i915: Remove i915_gem_object_get_dirty_page()"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Disable the RPTR shadow (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Disable preemption on all 5xx targets (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Enable expanded apriv support for a650 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Split the a5xx preemption record (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- xen: add helpers to allocate unpopulated memory (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-gp1xx: add WAR for EVO push buffer HW bug
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-gp1xx: disable notifies again after
  core update (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: add some whitespace before debug message
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/gv100-: Include correct push header in crcc37d.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Clear the repeater bit on HDCP disable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix sha_text population code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Ensure that ret is always initialized in
  icl_combo_phy_verify_state (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Fix bug in reporting voltage for CIK (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Specify get_argument function for ci_smu_funcs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/pm: enable MP0 DPM for sienna_cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/pm: avoid false alarm due to confusing
  softwareshutdowntemp (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/pm: fix is_dpm_running() run error on 32bit system
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- mm/gup: Remove enfornced COW mechanism (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: controlfb: Fix build for COMPILE_TEST=y &&
  PPC_PMAC=n (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix cmd parser desc matching with masks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: fix incorrect lock state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/modeset-lock: Take the modeset BKL for legacy drivers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Don't return error code when crtc is null
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix memleak in amdgpu_dm_mode_config_init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disable runtime pm for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Retry AUX write when fail occurs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Fix buffer overflow in INFO ioctl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: Fix hardmins not being sent to SMU for RV
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use MODE1 reset for navy_flounder by default
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/pm: correct the thermal alert temperature limit settings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add asd fw check before loading asd (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Keep current gain when ABM disable immediately
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix passive dongle mistaken as active
  dongle in EDID (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Revert HDCP disable sequence change
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Send DISPLAY_OFF after power down on boot
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx10: refine mgcg setting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/pm: correct Vega20 swctf limit setting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/pm: correct Vega12 swctf limit setting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/pm: correct Vega10 swctf limit setting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/pm: set VCN pg per instances (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/pm: enable run_btc callback for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drivers: gpu: amd: Initialize amdgpu_dm_backlight_caps object
  to 0 in amdgpu_dm_update_backlight_caps (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Reject overlay plane configurations in
  multi-display (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: use correct scale for actual_brightness
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: should check error using DC_OK (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a6xx: fix frequency not always being restored on
  GMU resume (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: add module param to enable debugbus snapshot
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: fix crashdec section name typo (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a6xx: fix gmu start on newer firmware (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: enable vblank during atomic commits (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: add shutdown support for display platform_driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: msm: a6xx: use dev_pm_opp_set_bw to scale DDR
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/gpu: make ringbuffer readonly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/adreno: fix updating ring fence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: fix unitialized variable error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: Fix scale params in plane validation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: Fix reservation failures in modeset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/etnaviv: always start/stop scheduler in timeout processing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: fix external abort seen on GC600 rev 0x19
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: gem: Fix sparse warning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbcon: prevent user font height or width change from causing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- treewide: Use fallthrough pseudo-keyword (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- efi: avoid error message when booting under Xen (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Make sure TC-cold is blocked before enabling TC
  AUX power wells (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Avoid passing a random 0 into ilog2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix wrong return value in intel_atomic_check()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update bw_buddy pagemask table (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Check for an LPSP encoder before dereferencing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Copy default modparams to mock i915_device
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Provide the perf pmu.module (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: Do not reset pv_notified when vGPU transit
  from D3->D0 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Do not destroy ppgtt_mm during vGPU D3->D0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amdgpu: disable gfxoff for navy_flounder"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix pow() crashing when given base 0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Reset scrambling on Test Pattern
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix dcn3 wide timing dsc validation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix DFPstate hang due to view port changed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Assign correct left shift (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Call DMUB for eDP power control (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: fix the wrong sdma instance query for renoir
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: parse ta firmware for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix NULL pointer access issue when unloading driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix uninit-value in
  arcturus_log_thermal_throttling_event() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: disable gfxoff for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/display: use GFP_ATOMIC in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Blank stream before destroying HDCP session
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix EDID parsing after resume from suspend
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Switch to immediate mode for updating
  infopackets (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix LFC multiplier changing erratically
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix incorrect backlight register offset for DCN
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update gc golden register for arcturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct UVD/VCE PG state on custom pptable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct Vega20 cached smu feature state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Skip some registers config for SRIOV (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: amdgpu: Use the correct size when allocating memory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: fix memory leak in virtio_gpu_cleanup_object()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: fix missing dma_fence_put() in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: pwm_bl: Use 64-bit division function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Use 64-bit division macro (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/xen-front: Pass dumb buffer data offset to the backend
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- xen: Sync up with the canonical protocol definition in Xen
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/xen-front: Add YUYV to supported formats (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/xen-front: Fix misused IS_ERR_OR_NULL checks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: revert "/drm/ttm: make TT creation purely optional v3"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: fix spelling mistake "/Cant"/ -> "/Can't"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: fix spelling mistake "/Cound"/ -> "/Could"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx/ldu: Use drm_mode_config_reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx/sou: Use drm_mode_config_reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx/stdu: Use drm_mode_config_reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Fix two list_for_each loop exit tests
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Use correct vmw_legacy_display_unit pointer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Use struct_size() helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Fix bug where DPM is not enabled after hibernate and
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: put VCN/JPEG into PG ungate state before
  dpm table (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update swSMU VCN/JPEG PG logics
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use mode1 reset by default for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu: rework i2c adpater registration (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Display goes blank after inst (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Change null plane state swizzle mode to 4kb_s
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use helper function to check for HDMI signal
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: AMD OUI (DPCD 0x00300) skipped on some sink
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix logger context (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: populate new dml variable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Read VBIOS Golden Settings Tbl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Use parameter for call to set output mux
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable GFXOFF for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm amdgpu: Skip tmr load for SRIOV (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix PSP autoload twice in FLR (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: update GC golden setting for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update driver if version for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: skip crit temperature values on APU (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix DP Compliance tests 4.3.2.1 and 4.3.2.2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use hw lock mgr (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: dchubbub p-state warning during surface planes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Allow asic specific FSFT timing optimization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Disable idle optimizations before programming
  DCN (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix dmesg warning from setting abm level
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use proper abm/backlight functions for DCN3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use seperate dmcub firmware for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Check lane status again after link
  training done (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't compare dppclk before updating DTO
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix naming of DSC Debugfs entry (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Rename bytes_pp to the correct bits_pp
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Clean up global sync param retrieval
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/swsmu: allow asic to handle sensor type by itself
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: off by one bugs in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: update driver if file for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary message support check(v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update dec ring test for VCN 3.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/jpeg3.0: remove extra asic type check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: update golden setting for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct smu message for vf mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add msg map for mode1 reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: skip invalid msg when smu set mp1 state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: remove the dpm checking in the boot sequence
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amd/powerplay: drop unnecessary message support
  check"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add printing after executing page reservation
  to eeprom (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: expand sienna chichlid reg access support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Added orientation quirk for ASUS tablet model T103HAF
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: force runtime PM suspend on system suspend
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tidss: fix modeset init for DPI panels (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: re-add deleted doc for drm_gem_open_ioctl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: fix drm_dp_mst_port refcount leaks in
  drm_dp_mst_allocate_vcpi (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- fbmem: pull fbcon_update_vcs() out of fb_set_var()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- vgaarb: mark vga_tryget static (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: xlnx: zynqmp: Use switch - case for link rate downshift
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: xlnx: Fix typo in parameter description (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: xlnx: fix spelling mistake "/failes"/ -> "/failed"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Remove redundant NULL check (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/fourcc: fix Amlogic Video Framebuffer Compression macro
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: Use {} to zero initialize the mode (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: convert to LE accessors (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- virtio_config: LE config space accessors (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: backlight: cr_bllcd: Remove unused variable 'intensity'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: backlight: Make of_find_backlight static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: backlight: Drop backlight_put() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: Use backlight_get_brightness() throughout
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: jornada720_bl: Introduce backlight_is_blank()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: gpio_backlight: Simplify update_status()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: cr_bllcd: Introduce gpio-backlight semantics
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: as3711_bl: Simplify update_status (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: backlight: Introduce backlight_get_brightness()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- doc-rst: Wire-up Backlight kernel-doc documentation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: backlight: Add overview and update existing doc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: backlight: Drop extern from prototypes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: generic_bl: Remove this driver as it is unused
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: backlight: Add backlight_is_blank() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: backlight: Refactor fb_notifier_callback()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: backlight: sky81452-backlight: Fix some kerneldoc issues
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: qcom-wled: Remove unused configs for LED3 and LED4
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: lm3630a_bl: Remove invalid checks for unsigned int <
  0 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: backlight: Supply description for function args in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: ili922x: Add missing kerneldoc description for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: ili922x: Remove invalid use of kerneldoc syntax
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: ili922x: Add missing kerneldoc descriptions for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: lcd: Add missing kerneldoc entry for 'struct device
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: lms501kf03: Remove unused const variables
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: lms501kf03: Drop unused include (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: Delete the OT200 backlight driver (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: sky81452: Privatize platform data (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: sky81452: Convert to GPIO descriptors (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: lm3533_bl: Use kobj_to_dev() instead (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: Remove custom seqcount lockdep class key
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- vgacon: Fix for missing check in scrollback handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- sched: Remove sched_set_*() return value (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- sched,drm/scheduler: Convert to sched_set_fifo*()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- sched,msm: Convert to sched_set_fifo*() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- sched: Provide sched_set_fifo() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: use kthread_create_worker instead of kthread_run
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/mdp5: Add MDP5 configuration for SDM636/660
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dsi: Add DSI configuration for SDM660 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/mdp5: Add MDP5 configuration for SDM630 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dsi: Add phy configuration for SDM630/636/660
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: add A640/A650 hwcg (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: hwcg tables in gpulist (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: add SM8250 to hw catalog (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: add SM8150 to hw catalog (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: intf timing path for displayport (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: set missing flush bits for INTF_2 and INTF_3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: don't use INTF_INPUT_CTRL feature on sdm845
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: move some sspp caps to dpu_caps (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: update UBWC config for sm8150 and sm8250
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: use right setup_blend_config for sm8150 and sm8250
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: set ubwc config for A640 and A650 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/adreno: un-open-code some packets (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: sync generated headers (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: add build_bw_table for A640/A650 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a6xx: fix crashstate capture for A650 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Quiet error during failure in optional resource
  mappings (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Garbage collect unused resource _len fields
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: fix/enable 6bpc dither with split-lm
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: msm: a6xx: fix gpu failure after system resume
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: dsi: Use OPP API to set clk/perf state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: Use OPP API to set clk/perf state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: ratelimit crtc event overflow error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: msm: a6xx: send opp instead of a frequency (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Fix a null pointer access in msm_gem_shrinker_count()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: add support for dither block in display
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/adreno: fix gpu probe if no interconnect-names
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: enumerate second cursor pipe for external interface
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: ensure device suspend happens during PM sleep
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: handle for EPROBE_DEFER for of_icc_get (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: reset devfreq freq_table/max_state before
  devfreq_add_device (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: fix unbalanced pm_runtime_enable in adreno_gpu_{init,
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update DRIVER_DATE to 20200715 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Assert the kernel context is using the HWSP
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Trace placement of timeline HWSP (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove unused inline function drain_delayed_work()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftest: Fix an error code in live_noa_gpr()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dg1: Add fake PCH (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dg1: Remove SHPD_FILTER_CNT register programming
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dg1: add support for the master unit interrupt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dg1: Add DG1 PCI IDs (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dg1: add initial DG-1 definitions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add has_master_unit_irq flag (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: WARN if max vswing/pre-emphasis violates the DP spec
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/mst: filter out the display mode exceed sink's
  capability (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/probe_helper: Add drm_connector_helper_funcs.mode_valid_ctx
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Skip signaling a signaled request (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftest: fix an error return path where err is
  not being (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Always reset the engine, even if inactive,
  on execlists (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pull printing GT capabilities on error to err_print_gt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Be defensive in the face of false CS events
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftest: Check that GPR are restored across noa_wait
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Optimise aliasing-ppgtt allocations (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: Parse HOBL parameter (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Remove port and phy from voltage swing
  functions (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Replace drm_i915_private in voltage swing
  functions by intel_encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Implement WAs 18011464164 and 22010931296
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Document FBC related w/as more thoroughly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Limit WaFbcHighMemBwCorruptionAvoidance to skl and bxt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Don't do WaFbcTurnOffFbcWatermark for glk
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move all FBC w/as to .init_clock_gating()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dvo: Make .get_modes() return the number of modes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/sdvo: Make .get_modes() return the number of modes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/sdvo: Make SDVO deal with HDMI pixel repeat
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Reject DRM_MODE_FLAG_DBLCLK with DVI sinks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/sdvo: Implement limited color range for SDVO HDMI
  properly (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/sdvo: Fix SDVO colorimetry bit defines (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove i915_gem_object_get_dirty_page()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Release shortlived maps of longlived objects
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Replace opencoded i915_gem_object_pin_map()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Unpin idle contexts from kswapd reclaim
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move sseu debugfs under gt/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: gt-fy sseu debugfs (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/sseu: Move sseu_info under gt_info (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/sseu: Move sseu detection and dump to intel_sseu
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Introduce gt_init_mmio (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move the engine mask to intel_gt_info (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Move engine-related mmio init to engines_init_mmio
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use the gt in HAS_ENGINE (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Convert device_info to uncore/de_read (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dp: Helper to check for DDI BUF status to get active
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Helper for checking DDI_BUF_CTL Idle status
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/huc: Adjust HuC state accordingly after GuC fetch error
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: Extract uc usage details into separate debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hdcp: Fix the return handling of
  drm_hdcp_check_ksvs_revoked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hdcp: Update CP as per the kernel internal state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/ehl: Add new PCI ids (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Implement new combo phy initialization step
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update dma-attributes for our sg DMA (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix spelling mistake in i915_reg.h (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Don't taint when using fault injection (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Print caller when tainting for CI (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Reboot CI if we get wedged during driver init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/i915/dp: Correctly advertise HBR3 for GEN11+"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Export ppgtt_bind_vma (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Allow FBC to recompress after a 3D workload
  on i85x/i865 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Enable fbc on i865 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Fix nuke for pre-snb platforms (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Use the correct plane stride (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Clamp min_cdclk to max_cdclk_freq to unblock 8K
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: Expand guc_info debugfs with more information
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: do not read swizzle info if unavailable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Split the context's obj:vma lut into its own mutex
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Drop forced struct_mutex from
  shrinker_taints_mutex (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Only revoke mmap handlers if active
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Only revoke the GGTT mmappings on aperture
  detiling (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: prefer dig_port to reference
  intel_digital_port (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm/nouveau: don't call tt destroy callback on alloc failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: ttm_bo_swapout_all doesn't use it's argument
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: drop unusued function declaration (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: make ttm_tt unbind function return void (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Revert "/drm/amd/display: Expose connector VRR range via debugfs"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sienna_cichlid: add SMU i2c support (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/navi1x: add SMU i2c support (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/swSMU: remove eeprom from the smu i2c handlers (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vega20: enable the smu i2c bus for all boards
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove eeprom from the smu i2c handlers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: move i2c bus lock out of ras structure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Fix NULL dereference in dpm sysfs handlers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: retrieve VCN dpm table per instances
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update driver if version for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: fix typos for clk map (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/vcn: merge shared memory into vcpu (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Revert "/drm/amdgpu/vcn: add shared memory restore after
  wake up from (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.95 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: interface to obtain minimum plane size caps
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add additional config guards for DCN
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Call dsc related functions indirectly via dc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Improve compatibility by re-ordering
  info-packets (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 0.0.25 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Make new dc interface for adding dsc resource
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: rename dsc extended caps as dsc branch
  decoder caps (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Decouple ABM init from dmcu (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Implement AMD VSIF V3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add DSC parameters logging to debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove unhelpful 5ms delay (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: do not disable SMU on vm reboot (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add timeout flush mechanism to update wptr for self
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable xgmi support for sienna cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: load asd for sienna cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: tag swSMU code layers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: revise the calling flow on OD table update
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary message support check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: move SMC message issuing APIs to smu_cmn.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update the tables init related
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: move table setting common code to smu_cmn.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: maximum code sharing around watermarks
  setting (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: move more APIs to smu_cmn.c (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: common API for disabling all features with
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: move ppfeature mask setting to smu_cmn.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: implement smu_cmn_get_enabled_mask()
  for all ASICs (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: move dpm feature enablement checking
  to smu_cmn.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: move dpm feature support checking to
  smu_cmn.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: move clock dpm enablement check to
  smu_v11/v12 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unused code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: unify swSMU index to asic specific
  index mapping (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: widely share the API for data table
  retrieving (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add read amdgpu_gfxoff status in debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: load ta firmware for sienna cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: suppress compile error around BUG_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: Fix CRC-related compile errors with
  debugfs disabled (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fence: use NVIDIA's headers for read()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fence: use NVIDIA's headers for sync()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fence: use NVIDIA's headers for emit()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/svm: use NVIDIA's headers for migrate_clear()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/svm: use NVIDIA's headers for migrate_copy()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/bo: use NVIDIA's headers for move move()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/bo: use NVIDIA's headers for move init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fbcon/nv50-: use NVIDIA's headers for fillrect()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fbcon/nv50-: use NVIDIA's headers for copyarea()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fbcon/nv50-: use NVIDIA's headers for imageblit()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fbcon/nv50-: use NVIDIA's headers for accel_init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  crc_set_ctx() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  crc_set_src() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core head_or()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  head_procamp() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  head_dither() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core head_ovly()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core head_base()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  head_curs_clr() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  head_curs_set() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  head_core_clr() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  head_core_set() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  head_olut_clr() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  head_olut_set() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core head_mode()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core head_view()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  or_get_caps() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core or_ctrl()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  wndw_owner() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core update()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core
  ntfy_wait_done() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core caps_init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core ntfy_init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for core init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw update()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw blend_set()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw scale_set()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_clr()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw image_set()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw xlut_clr()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw xlut_set()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw csc_clr()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw csc_set()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw ntfy_clr()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw ntfy_set()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw
  ntfy_reset() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw sema_clr()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wndw sema_set()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wimm update()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wimm point()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: use NVIDIA's headers for wimm space()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fence: convert sync() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fence: convert emit() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gem: convert indirect pushbufs to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/chan: convert nvsw init to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: convert nvsw init to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv04-: no need for multiple nvsw objects
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv04: convert page_flip() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv04: convert page_flip_emit() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/svm: convert migrate_clear to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/svm: convert migrate_copy to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/bo: convert move move() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/bo: convert move init() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/bo: split buffer move functions into their
  own source (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fbcon: convert copyarea() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fbcon: convert fillrect() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fbcon: convert imageblit() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fbcon: convert accel_init() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: interop with new push macros (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/kms/nv50-: implement proper push buffer
  control logic (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core crc_set_ctx() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core crc_set_src() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_or() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_procamp() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_dither() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_ovly() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_base() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_curs_clr() to new push
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_curs_set() to new push
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_core_clr() to new push
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_core_set() to new push
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_olut_clr() to new push
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_olut_set() to new push
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_mode() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core head_view() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core or_ctrl() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core wndw_owner() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core update() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core caps_init() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert core init() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw update() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw blend_set() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw scale_set() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw image_clr() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw image_set() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw xlut_clr() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw xlut_set() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw csc_clr() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw csc_set() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw ntfy_clr() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw ntfy_set() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw sema_clr() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wndw sema_set() to new
  push macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wimm update() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: convert wimm point() to new push macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: wrap existing command submission
  in nvif_push (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: add support for object-level debug output
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: give every notify object a human-readable name
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: give every disp object a human-readable
  identifier (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: give every usermode object a human-readable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: give every vmm object a human-readable
  identifier (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: give every mem object a human-readable
  identifier (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: give every mmu object a human-readable
  identifier (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: give every device object a human-readable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: give every object a human-readable identifier
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: rename client ctor/dtor (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/kms/tu102: set (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: Use fallthrough pseudo-keyword (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/mmu: make nvkm_vmm_ctor() static (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau: fix reference count leak in
  nouveau_debugfs_strap_peek (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: Fix reference count leak in
  nouveau_connector_detect (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: fix reference count leak in nv50_disp_atomic_commit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: fix multiple instances of reference count leaks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/drm/noveau: fix reference count leak in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/sec2/gp102: allow module to load when LSFW
  is missing (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gm200-: explicitly handle nofw (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/pmu/gm200-: explicitly handle nofw (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/pmu/gm20x: don't pretend we support loading with our
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/acr: store a mask of LS falcons the controlling LSFW
  can (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/acr: store a mask of LS falcons the HSFW can
  bootstrap (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/acr: allow module to load when HSFW(s) are missing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/acr: refuse to load LSFW if HSFW is missing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/core: drop error message when no compatible FW found
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/mmu/gp100-: enable mmu invalidate depth optimisation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvfw: firmware structures should begin with nvfw_
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/tmr: fix nvkm_usec/nvkm_msec definitions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/therm/gt215: make gt215_therm_init static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/mmu: make a couple of functions static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/mc/gp10b: make gp10b_mc_init static (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/nvfw/acr: make lsb_header_tail_dump static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gf100-: make some functions static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/gm200-: remove 'head' parameter from
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: mtk_dsi: Create connector for bridges
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: mtk_dsi: Use the drm_panel_bridge API
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: mtk_dsi: Use simple encoder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: mtk_dsi: Convert to bridge driver (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: mtk_dsi: Rename bridge to next_bridge
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- =?UTF-8?q?drm/tegra:=20plane:=20Support=20180=C2=B0=20rotation?=
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: plane: Support horizontal reflection (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: plane: Rename bottom_up to reflect_y (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: dc: Omit superfluous error message in
  tegra_dc_probe() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: gr2d: Add tiled PATBASE address register
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: gr3d: Assert reset before power-gating
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: sor: Use correct power supply names for HDMI
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu: host1x: debug: Dump push buffer state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- gpu: host1x: Put gather's BO on pinning error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- gpu: host1x: Optimize BOs usage when firewall is enabled
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu: host1x: mipi: Split tegra_mipi_calibrate() and
  tegra_mipi_wait() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- gpu: host1x: mipi: Use readl_relaxed_poll_timeout() in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu: host1x: mipi: Update tegra_mipi_request() to be node based
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdkfd: Fix large framesize for kfd_smi_ev_read()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- include/uapi/linux: Update KFD ioctl version (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Provide SMI events watch (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable ih CG for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable hdp CG and LS for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable mc CG and LS for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable athub/mmhub PG for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: set VCN1 pg only for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add DC support for navy flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: support athub cg setting for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable GFX clock gating for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable JPEG3.0 PG and CG for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable VCN3.0 DPG for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable VCN3.0 PG and CG for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable cp_fw_write_wait for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add vcn ip block for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add navy_flounder vcn firmware support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx10: add gc golden setting for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Add kfd2kgd_funcs for navy_flounder kfd support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Support navy_flounder KFD (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: use front door firmware loading for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add psp block for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add psp support for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add smu block for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/powerplay: add smu support for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add gmc cg support for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: force pa_sc_tile_steering_override to 0 for
  navy_flounder (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: configure navy_flounder gfx according to gfx 10.3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add virtual display support for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add sdma ip block for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add gfx ip block for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add ih ip block for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add gmc ip block for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add common ip block for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add support on mmhub for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: initialize IP offset for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/soc15: add support for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gfx10: add clockgating support for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gmc10: add navy_flounder support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gfx10: add support for navy_flounder firmware
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: set asic family and ip blocks for navy_flounder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: set fw load type for navy_flounder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add navy_flounder gpu info firmware (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add navy_flounder asic type (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: expand to add multiple trap event irq id
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/sriov skip vcn powergating and dec_ring_test
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: correct ta header v2 ucode init start address
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/sriov porting sriov cap to vcn3.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/sriov add mmsch_v3 interface (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: optimize rlcg write for gfx_v10 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/sriov skip jped ip block and close pgcg flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unused code around thermal range setting
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: maximum the code sharing on thermal
  irq setting (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: sort the call flow on temperature ranges
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: cache the software_shutdown_temp
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct Sienna Cichlid temperature limit
  settings (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct Navi1X temperature limit settings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct the supported pcie GenSpeed and
  LaneCount (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary wrapper around pcie
  parameters (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unused APIs and parameters
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop smu_v12_0.c unnecessary wrapper V2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary wrappers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: apply gfxoff disablement/enablement for
  all SMU11 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop Sienna Cichlid specific (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary Sienna Cichlid specific APIs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary Navi1x specific APIs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary Arcturus specific APIs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update the common API for performance level
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update UMD pstate clock settings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add new UMD pstate data structure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update Sienna Cichlid default dpm table setup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update Navi10 default dpm table setup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update Arcturus default dpm table setting
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: implement a common set dpm table API for smu
  V11 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add more members for dpm table
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add module parameter choose reset mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable mode1 reset (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: RAS emergency restart logic refine (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: add SMU mode1 reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: fix kernel-doc and cleanup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: remove an unnecessary NULL check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use ARRAY_SIZE() to add amdgpu debugfs files
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Allow for vblank enabled with no active planes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add missing DCN30 registers and fields for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Reuse parsing code of debugfs write buffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.94 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 0.0.24 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix dcn3 p_state_change_support validation (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: p-state warning occurs while changing
  resolution (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: reduce sr_xxx_time by 3 us when ppt disable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Power down hardware if set mode is not
  called before (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: update dml var (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/powerplay: Target power profile mode should be
  the second (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix spelling mistake "/Falied"/ -> "/Failed"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: minor cleanup of phase1 suspend code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: put dpm frequency setting common code in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: revise calling chain on retrieving
  frequency range (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: revise calling chain on setting soft limit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: put setting hard limit common code in
  smu_v11_0.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unused code and wrapper around clock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: unshare the code for retrieving current clock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: bypass wrapper on retrieving current clock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary wrappers around clock
  retrieving (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update driver if file for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct the .get_workload_type() pointer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amd/display: add mechanism to skip DCN init"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix CSC remap matrix not being applied on dcn30
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use VUPDATE_NO_LOCK instead of VUPDATE
  for dcn30 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable gpu recovery for sienna cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove unnecessary logic of ASIC check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu/drm: Remove debug info about CPU address (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add missing CW4 programming for DCN30
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use register distance member instead of hardcode
  in mmhub v9.4 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use register distance member instead of hardcode
  in mmhub v2 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use register distance member instead of hardcode
  in mmhub v1 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use register distance member instead of hardcode
  in gfxhub v2.1 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use register distance member instead of hardcode
  in gfxhub v2 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use register distance member instead of hardcode
  in gfxhub v1 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use register distance member instead of hardcode
  in VCN2/JEPG2 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use register distance member instead of hardcode
  in UVD7/VCE4 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use register distance member instead of hardcode
  in VCN1/JEPG1 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use register distance member instead of hardcode
  in GMC10 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use register distance member instead of hardcode
  in GMC9 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add register distance members into vmhub structure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Remove redundant kfd2kgd interface lookup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Refresh
  patches.suse/drm-iommu-change-type-of-pasid-to-u32.patch.
- drm/amdgpu: Move the mutex lock/unlock out (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add missing reg mask for dcn3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add logger for SMU msg (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Request PHYCLK adjustment on PHY enable/disable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.93 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 0.0.23 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove VSC infoframe dep on DMCU
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Send VSIF on unsupported modes on DAL
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Register init (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add diags scaling log by default
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix coding error of mmhub pg enablement
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use RREG32_KIQ to read register when get cg state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: updated ta ucode loading (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: updated ta ucode header (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: remove redundant initialization of variable
  result (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/atomfirmware: update vram info handling for renoir
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/atomfirmware: update to latest integratedinfotable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: fix compile error with ARCH=arc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Create plane rotation property (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Add Arcturus GWS support and fix VG10
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amdgpu: support access regs outside of mmio bar"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: make IB test synchronize with init for SRIOV(v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Update hardware scheduling time quanta
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Enable 4 to 1 mpc combine for max detile use
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.92 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add register key and status for edid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 1.0.22 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix incorrect rounding for 10Hz refresh range
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 1.0.21 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: check dpcd read status of DP_DOWNSTREAM_PORT_0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Handle SMU msg response (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Release 1.0.20 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Preserve gpu memory allocation for life of dc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Initialize psr debug flags to 0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: correct discovery_tmr_size init val (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary "/@"/ on OD sysfs output
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update driver if file for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: change method to set board parameters
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: reduce ip discovery data reading size
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: merge atombios init block (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: invoke req full access early enough (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: move reg base init forward for soc15 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: request init data in virt detection (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Let KFD use more VMIDs on Arcturus (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Clean up KFD VMID assignment (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: SI support for UVD and VCE power managment
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: SI support for VCE clock control (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: SI support for UVD clock control (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort
  Subsystem (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- dmaengine: Add support for repeating transactions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Refresh
  patches.suse/dmaengine-cookie-bypass-for-out-of-order-completion.patch.
- drm/etnaviv: fix ref count leak via pm_runtime_get_sync
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: Simplify clock enable/disable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/etnaviv: Make the "/core"/ clock mandatory (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/etnaviv: Don't ignore errors on getting clocks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: Fix error path on failure to enable bus clk
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/imx: imx-tve: Delete an error message in imx_tve_bind()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu: ipu-v3: image-convert: Wait for all EOFs before completing
  a (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu: ipu-v3: image-convert: Combine rotate/no-rotate irq
  handlers (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- gpu: ipu-v3: Restore RGB32, BGR32 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/imx: imx-ldb: Disable both channels for split mode in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/imx: parallel-display: move panel/bridge detection to
  fail early (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/imx: imx-ldb: remove useless enum (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/imx: drop useless best_encoder callback (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/imx: tve: fix regulator_disable error path (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/imx: parallel-display: Adjust bus_flags handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/imx: fix use after free (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- dma-fence: Make symbol 'dma_fence_lockdep_map' static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vblank: Use spin_(un)lock_irq() in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vblank: Use spin_(un)lock_irq() in drm_queue_vblank_event()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vblank: Use spin_(un)lock_irq() in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_on()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_reset()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/qxl: stop using TTM_MEMTYPE_FLAG_MAPPABLE v2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau: stop using TTM_MEMTYPE_FLAG_MAPPABLE
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: stop using TTM_MEMTYPE_FLAG_MAPPABLE (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: remove TTM_MEMTYPE_FLAG_CMA (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: cleanup coding style and implementation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: remove io_reserve_fastpath flag (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: cleanup io_mem interface with nouveau (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: remove optional dummy function from drivers using TTM
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-fence: prime lockdep annotations (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-fence: basic lockdep annotations (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vram-helper: stop using TTM_MEMTYPE_FLAG_MAPPABLE
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: Replace HTTP links with HTTPS ones (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Replace HTTP links with HTTPS ones (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mxsfb: drop unused function parameter (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mxsfb: Make supported modifiers explicit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: core: Convert device logging to drm_* functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i810: switch from 'pci_' to 'dma_' API (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Use managed MM initialization (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Initialize DRAM type before posting GPU (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Move VRAM size detection to ast_mm.c (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Use managed VRAM-helper initialization (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Rename ast_ttm.c to ast_mm.c (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vram-helper: Managed vram helpers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Silence uninitialized-variable warning
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ingenic: Bump driver to version 1.1 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Support multiple panels/bridges (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Add support for the IPU (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Add support for OSD mode (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Use dmam_alloc_coherent() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Move register definitions to ingenic-drm.h
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ingenic: Set DMA descriptor chain address in probe
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ingenic: Add missing CR in debug strings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Rename ingenic-drm.c to ingenic-drm-drv.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ingenic: Fix incorrect assumption about plane->index
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nvd9-: Fix disabling CRCs alongside OR
  reprogramming (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nvd9-: Add CRC support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/kms/nv50-: Move hard-coded object handles
  into header (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: Expose nv50_outp_atom in disp.h
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv140-: Track wndw mappings in nv50_head_atom
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: Fix disabling dithering (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/kms/nv140-: Don't modify depth in state during
  atomic (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vblank: Add vblank works (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_off()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vblank: Register drmm cleanup action once per
  drm_vblank_crtc (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tidss: Replace HTTP links with HTTPS ones (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vboxvideo: Replace HTTP links with HTTPS ones
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel-simple: Add 50 Hz mode to the Frida FRD350H54004 panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel-simple: Fix inverted V/H SYNC for Frida FRD350H54004
  panel (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: drm_rect.h: delete duplicated word in comment
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: msm_drm.h: delete duplicated words in comments
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: i915_drm.h: delete duplicated words in comments
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: drm_mode_config.h: delete duplicated words in comments
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: drm_gem.h: delete duplicated words in comments
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: drm_bridge.h: delete duplicated word in comment
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: drm_atomic.h: delete duplicated word in comment
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: Remove open-coded commit-tail function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tilcdc: Use standard drm_atomic_helper_commit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Inline mga_crtc_{prepare, commit}() into enable
  function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Rename G200WB prepare/commit function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Set/clear <syncrst> field in display enable/disable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Split DPMS function into helpers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Don't set or clear <scroff> field during modeset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Move PLL setup out of mode-setting function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Don't write-protect CRTC 0-7 while in
  mga_crtc_prepare() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: sil_sii8620: initialize return of sii8620_readb
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: stop allocating dummy GTT nodes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: further cleanup ttm_mem_reg handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: radeon: fix common struct sg_table related issues
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: amdgpu: fix common struct sg_table related issues
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: Expose job_hang_limit module parameter (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vkms: change the max cursor width/height (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: panel: simple: Fix bpc for LG LB070WV8 panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: auo,b116xw03: fix flash backlight when power on
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: fb-helper: Convert logging to drm_* functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: mipi-dsi: Convert logging to drm_* functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Replace HTTP links with HTTPS ones (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: dw-hdmi: Always add the bridge in the global
  bridge list (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: dw-hdmi: Don't cleanup i2c adapter and ddc ptr in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: Replace HTTP links with HTTPS ones (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbdev: sm712fb: set error code in probe (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbdev: da8xx-fb: go to proper label on error handling paths
  in probe (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: vt8623fb: Constify static vga_regsets
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- omapfb: dss: Fix max fclk divider for omap36xx (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- omapfb: fix multiple reference count leaks due to
  pm_runtime_get_sync (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: neofb: fix memory leak in neo_scan_monitor()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: savage: fix memory leak on error handling
  path in probe (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- fbdev/fb.h: Use struct_size() helper in kzalloc()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbcon: Use array3_size() helper in scr_memcpyw() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: amifb: add FIXMEs about {put,get}_user() failures
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: amifb: add FIXME about dead APUS support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Clean up some curly braces (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/edid: Iterate through all DispID ext blocks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/edid: Allow looking for ext blocks starting from a
  specified index (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/dp: Include the AUX CH name in the debug messages
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/stm: repair runtime power management (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/stm: ltdc: remove call of pm-runtime functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: overlay: fix build failure (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Initialize mode setting in ast_mode_config_init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Use managed mode-config init (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Replace struct ast_crtc with struct drm_crtc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Init cursors before creating modesetting structures
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Managed cursor release (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Keep cursor HW BOs mapped (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Add helper to hide cursor (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Don't enable HW cursors twice during atomic update
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Replace ast_cursor_move() with ast_cursor_show()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Move cursor pageflip into helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Update cursor image and checksum from same function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Move cursor fb pinning and mapping into helper
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Pass struct ast_private instance to cursor init/fini
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Move cursor functions to ast_cursor.c (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: crtc: Remove the feed_txp tests (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: txp: Turn the TXP into a CRTC of its own
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: crtc: Move the txp_armed function to the TXP
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: crtc: Move the CRTC initialisation to a separate
  function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: crtc: Only access the PixelValve registers if we have
  to (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: crtc: Split CRTC data in two (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: crtc: Make state functions public (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: crtc: Move HVS setup code to the HVS driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: Reorder the bind order of the devices (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: Convert register accessors to FIELD_* (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: drm_fourcc: Add generic alias for 16_16_TILE modifier
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon: Code refactoring for hibmc_drv_vdac
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: crtc: handle commit of Amlogic FBC frames
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: overlay: setup overlay for Amlogic FBC Scatter Memory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: overlay: setup overlay for Amlogic FBC Memory
  Saving mode (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: overlay: setup overlay for Amlogic FBC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: add Amlogic Video FBC registers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/fourcc: Add modifier definitions for describing
  Amlogic Video (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Use __drm_atomic_helper_crtc_reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: Use __drm_atomic_helper_crtc_reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mtk: Use __drm_atomic_helper_crtc_reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/imx: Use __drm_atomic_helper_crtc_reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Use __drm_atomic_helper_crtc_reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/atomic-helper: reset vblank on crtc reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm : Insert blank lines after declarations (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: fix dma-fence-chain out of order test (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Revert "/dma-buf: Report signaled links inside dma-fence-chain"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix the old vs. new epoch counter check during hotplug
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon: Use drmm_kzalloc() instead of devm_kzalloc()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: st7703: Assert reset prior to powering down the
  regulators (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: st7703: Enter sleep after display off (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: st7703: Add support for Xingbangda XBD599
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: st7703: Move generic part of init sequence to
  enable callback (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: st7703: Move code specific to jh057n closer together
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: st7703: Prepare for supporting multiple panels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: st7703: Rename functions from jh057n prefix to st7703
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: rocktech-jh057n00900: Rename the driver to st7703
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/drm_connector: use inline comments for drm_bus_flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/drm_connector: drop legacy drm_bus_flags values
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: panel-simple: drop use of legacy drm_bus_flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: novatek-nt39016: drop use of legacy drm_bus_flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: raydium-rm67191: drop use of legacy drm_bus_flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ingenic-drm: drop use of legacy drm_bus_flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tidss: drop use of legacy drm_bus_flags (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/of: Make drm_of_find_panel_or_bridge() to check graph's
  presence (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- of_graph: add of_graph_is_present() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: panel: simple: Warn in case of incorrect bus format
  for LVDS (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: panel: simple: Drop drive/sample bus flags for LVDS panels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: panel: simple: Correct bus format for Satoz SAT050AT40H12R2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: panel: simple: Correct connector type for Starry KR070PE2T
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Send hotplug event if edid had changed (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Introduce epoch counter to drm_connector (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Add helper to compare edids (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: pl111: Absorb the external register header (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: amba-clcd: Retire elder CLCD driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: pl111: Credit where credit is due (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: make TT creation purely optional v3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: cleanup ttm_mem_type_manager_func.get_node interface v3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/connector: fix minor typos in comments (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: use mipi_dsi_dcs_write_buffer where possible
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dsi: use stack buffer in mipi_dsi_dcs_write()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/zte: remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel-simple: Add missing BUS descriptions for some panels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel-simple: Correct EDT ET057090DHU connector type
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: do not keep GPU dependent addresses (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/scheduler: improve job distribution with multiple queues
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: don't use ttm bo->offset v3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: don't use ttm bo->offset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: ensure bridge suspend happens during
  PM (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update DRIVER_DATE to 20200702 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Move the heartbeat into the high priority system wq
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Harden the heartbeat against a stuck driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Correctly advertise HBR3 for GEN11+ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix g4x fbc watermark enable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/icl+: Simplify combo/TBT PLL calculation call-chain
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl+: Fix TBT DPLL fractional divider for 38.4MHz
  ref clock (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Move obj->lut_list under its own lock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: remove alias to dig_port (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add PSR2 selective fetch registers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Reorder intel_psr2_config_valid() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add plane damage clips property (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Avoid kmalloc under i915->mm_lock (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Suppress spurious underruns on gen2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Reduce fbc1 compression interval to 1 second
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Store the fbc1 compression interval in the params
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Parametrize FBC_CONTROL (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Don't clear busy_bits for origin==GTT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: fix missing null check on allocated dsb object
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: fix a couple of spelling mistakes in kernel
  parameter help (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: HDCP: retry link integrity check on failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Clamp linetime wm to <64usec (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gen12: implement Wa_14011508470 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Extend Wa_14010685332 to all ICP+ PCH's
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix DP_TRAIN_MAX_{PRE_EMPHASIS,SWING}_REACHED handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp_mst: Enable VC payload allocation after transcoder
  is enabled (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp_mst: Clear the ACT sent flag during encoder
  disabling too (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp_mst: Clear only the ACT sent flag from DP_TP_STATUS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp_mst: Move clearing the ACT sent flag closer to
  its polling (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp_mst: Disable link training fallback on MST links
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl+: Use the correct DP_TP_* register instances in
  MST encoders (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/params: switch to device specific parameters
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Replace manual kmap_atomic() with pin_map for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Drop redundant prepare_write/pin_pages
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Show the culmative runtime as part of the
  engine info (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Initialise rps timestamp (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/query: Use struct_size() helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Always report the sample time for busy-stats
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Enable selftesting of busy-stats
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: fix spelling mistake "/submited"/ ->
  "/submitted"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Check preemption rollback of different
  ring queue (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Use friendly request names for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Exercise far preemption rollbacks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Remove redundant i915_request_await_object in
  blit clears (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Mark up inline getters as taking a const i915_request
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERR
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Don't flush the tasklet if not setup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Add a safety submission flush in the heartbeat
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Dump engine state and trace upon
  hanging after (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Disable preemptive heartbeats over
  preemption (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Flush gen3 relocs harder, again (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Trim execlists runtime (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/execlists: Lift opportunistic process_csb to
  before engine (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Leave vma intact as they are discarded (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Remove live_suppress_wait_preempt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp_mst: Fix disabling MST on a port (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix the i915_dsc_fec_support debugfs file for DP
  MST connectors (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Include context status in debug dumps
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Teach hang-self to target only itself
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rkl: Don't try to read out DSI transcoders
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rkl: Update TGP's pin mapping when paired with RKL
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rkl: RKL uses ABOX0 for pixel transfers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Make the hanging request non-preemptible
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Adjust the sentinel assert to match implementation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/i915: Remove unneeded hack now for CDCLK"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/psr: Program default IO buffer Wake and Fast Wake
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Restore DP-E to VBT mapping table (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Delete unused code (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Correct discard i915_vma_compare assertion
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Discard a misplaced GGTT vma (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Always check to enable timeslicing if not
  submitting (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Set timeslicing priority from queue (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Include the engine's fw-domains in the debug info
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix comments mentioning typo in IS_ENABLED()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Async GPU relocations only (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add psr_safest_params (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rkl: Disable PSR2 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rkl: Don't try to access transcoder D (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/rkl: Setup ports/phys (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Add HBR and HBR2+ voltage swing table
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix wrong CDCLK adjustment changes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/rkl: Handle comp master/slave relationships for PHYs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rkl: Add DDC pin mapping (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rkl: provide port/phy mapping for vbt (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/rkl: Set transcoder mask properly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Track if an engine requires forcewake w/a
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Trim set_timer_ms() intervals (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Implement WA_16011163337 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Exercise all copy engines with the
  blt routines (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Replace some hand rolled max()s (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Reverse preemph vs. voltage swing preference
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add {preemph,voltage}_max() vfuncs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix ivb cpu edp vswing (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix ibx max vswing/preemph (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix cpt/ppt max pre-emphasis (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Drop i915_request.i915 backpointer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Suppress the error message for GT init failure
  on error (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Make the CTX_TIMESTAMP readable on !rcs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Identify Cometlake platform (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Ignore autoincrementing timestamp
  on verfifying whitelists (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Dont forget to clean up the connector on
  error (v2) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/params: prevent changing module params runtime
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Move legacy context wa to intel_workarounds
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Split low level gen2-7 CS emitters (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Update TC DP vswing table (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Trim the ironlake+ irq handler (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Relinquish forcewake immediately after manual grouping
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Handle very early engine initialisation failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add Plane color encoding support for YCBCR_BT2020
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Give each object class a friendly name
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Taint all shrinkable object locks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add a few asserts around handling of (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Replace I915_MODE_FLAG_INHERITED with a boolean
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Stop using mode->private_flags (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Start timeslice on partial submission
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Don't declare hangs if engine is stalled
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Remove local entries from GGTT on suspend
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Restore both GGTT bindings on resume
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Clear LOCAL_BIND from shared GGTT on resume
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Improve execute_cb struct packing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/execlists: Shortcircuit queue_prio() for no
  internal levels (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Force the GT reset on shutdown (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Fix early deref of 'dsb' (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Stop cross-polluting PIN_GLOBAL with PIN_USER with
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Suppress some random warnings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Cancel the flush worker more thoroughly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsb: Pre allocate and late cleanup of cmd buffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix includes and local vars order (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/ehl: Extend w/a 14010685332 to JSP/MCC (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove unneeded hack now for CDCLK (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Adjust CDCLK accordingly to our DBuf bw needs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Introduce for_each_dbuf_slice_in_mask macro
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Plane configuration affects CDCLK in Gen11+
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Check plane configuration properly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Extract cdclk requirements checking to separate
  function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Decouple cdclk calculation from modeset checks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Remove PIN_UPDATE for i915_vma_pin (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Flush the submission, not cancel
  it! (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Measure CS_TIMESTAMP (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/ehl: Wa_22010271021 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rkl: RKL only uses PHY_MISC for PHY's A and B
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rkl: Add power well support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/rkl: Limit number of universal planes to 5
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rkl: Update memory bandwidth parameters (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/rkl: Add PCH support (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rkl: Load DMC firmware for Rocket Lake (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/rkl: Re-use TGL GuC/HuC firmware (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/rkl: Add RKL platform info and PCI ids (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Kick virtual siblings on timeslice out
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Add tests for timeslicing virtual engines
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Check for an initial-breadcrumb in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Change priority overflow detection
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Measure dispatch latency (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/runtime_pm: Prefer drm_WARN* over WARN* (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/pm: Prefer drm_WARN_ON over WARN_ON (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/pmu: Prefer drm_WARN_ON over WARN_ON (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/i915_drv: Prefer drm_WARN_ON over WARN_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Prefer drm_WARN* over WARN* (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display/tc: Prefer drm_WARN_ON over WARN_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/sdvo: Prefer drm_WARN* over WARN*
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/dp: Prefer drm_WARN* over WARN* (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display/display_power: Prefer drm_WARN_ON over WARN_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Read out hrawclk on all gen3+ platforms
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Document our lackluster FSB frequency readout
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix 400 MHz FSB readout on elk (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Return error from dbuf allocation failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix dbuf slice mask when turning off all the pipes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Reuse the tasklet priority for virtual as
  their siblings (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Refactor sibling selection (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Retry faulthandlers on ENOSPC (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Clean up dbuf debugs during .atomic_check()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move the dbuf pre/post plane update (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Nuke skl_ddb_get_hw_state() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce proper dbuf state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Unify the low level dbuf code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Polish some dbuf debugs (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Make skl_compute_dbuf_slices() behave consistently
  for all platforms (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Protect overlay colorkey macro arguments
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Enable pipe gamma for the overlay (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Configure overlay cc_out precision based on crtc
  gamma config (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix overlay colorkey for 30bpp and 8bpp
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix max cursor size for i915g/gm (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable runtime pm on vega10 when noretry=0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: rework runtime pm enablement for BACO
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: call release_firmware() without a NULL check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Fix circular locking dependency warning
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: fix array out-of-bounds read and write issues
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: ensure 0 is returned for success in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: make sure to reserve tmr region on all asics which
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: return current DCEFCLK on sysfs read (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/powerplay: fix compilation warning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: 3.2.91 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 1.0.19 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: DP link layer test 4.2.1.1 fix due to
  specs update (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: allow query ddc data over aux to be read only
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Compare v_front_porch when checking if streams
  are (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: enable seamless boot for dcn30 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Red screen observed on startup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Allow 4 split on 10K 420 modes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: VSC SDP supported for SST (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fill in dmub_srv fw_version from firmware
  metadata (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Force ODM combine on 5K+ 420 modes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix 4to1 odm MPC_OUT_FLOW_CONTROL_COUNT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: use dispclk AVFS for dppclk (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: add mechanism to skip DCN init (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fine tune logic of edid max TMDS clock check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Added local_sink null check before access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: clip plane rects in DM before passing into DC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.90 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 1.0.18 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Correctly respond in psr enablement interface
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix DML failures caused by doubled stereo
  viewport (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: enable assr (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: implement edid max TMDS clock check in DC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 1.0.17 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fixed using wrong eDP power sequence function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix calculation of virtual channel payload
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 1.0.16 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use dmub fw to lock pipe, cursor, dig
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm amdgpu: SI UVD enabled on Verde, Tahiti, Pitcairn
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm amdgpu: SI UVD enable for Oland (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm amdgpu: SI UVD add uvd_v3_1 to makefile (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm amdgpu: SI UVD context rreg/wreg (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm amdgpu: SI UVD v3_1 (v2) (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm amdgpu: SI UVD registers (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm amdgpu: SI UVD PACKET_TYPE0 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm amdgpu: SI UVD add firmwares (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/uvd3.x: fix register definition warnings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix compilation error on allmodconfig
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix unused variable (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: sdma v5_2 ring bo mem leak (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: remove perf level dpm in one-VF (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add XGMI support for sienna cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: restrict the hw sched jobs number to power of two
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update bounding box states (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: remove redundant initialization of variable ret
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove unused functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/display: properly guard the calls to swSMU functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display bail early in dm_pp_get_static_clocks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn2.0: fix no previous prototype for functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn1.0: fix no previous prototype for functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/pm: fix ref count leak when pm_runtime_get_sync fails
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/debugfs: fix ref count leak when pm_runtime_get_sync
  fails (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: label internally used symbols as static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/powerplay: label internally used symbols as static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: label internally used symbols as static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: label internally used symbols as static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/jpeg2.0: fix no previous prototype for functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/jpeg1.0: fix no previous prototype for functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: fix ref count leak when pm_runtime_get_sync fails
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/fence: fix ref count leak when pm_runtime_get_sync
  fails (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/debugfs: fix memory leak when (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/debugfs: fix memory leak when pm_runtime_get_sync
  failed (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: vcn_v2_5_mc_resume_dpg_mode() can be static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix compiler warning (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/smu: unify smu ppt callback macros (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/smu: unify pptable_func{} callback interface
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update DCN3 bounding box (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: remove distinction between explicit and implicit
  sync (v2) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: Fix offset for SQ_DEBUG_STS_GLOBAL on gfx10 (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: Fix reference count leaks caused by
  pm_runtime_get_sync (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync
  fails (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix ref count leak in amdgpu_display_crtc_set_config
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix ref count leak in amdgpu_drm_ioctl
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix ref count leak in amdgpu_driver_open_kms
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: fix multiple reference count leak (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gfx9: Fix incorrect firmware size calculation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Fix reference count leaks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Add eviction debug messages (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: Fix SQ_DEBUG_STS_GLOBAL* registers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Get num_chans from VBIOS table (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd: add missing fill of the array`s first element
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Reconfigure ULV for gfx9 server SKUs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: 3.2.89 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 1.0.15 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Not doing bios data pack (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: not reset dmub in driver (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Disable pipe split for modes with borders
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: change global buffer to local buffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Improve DisplayPort monitor interop
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Enable use of dmub iff dmcu is disabled
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: make calculate watermarks a function pointer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add helper to convert DC status (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: add support for per-state dummy-pstate latency
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Revert "/DP link layer test 4.2.1.1 fix
  due to specs (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove unnecessary mpcc updates (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: runtime select dmub emulatior (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Passing initial SDP deadline to dmub
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Force delay after DP receive power up
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.88 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 1.0.14 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: update audio wall clock programming
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix VBA chroma calculation for pipe splitting
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Revert "/enable plane if plane_status changed"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove unused macro from dcn21 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Use u16 for drm_bpp in DSC calculations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Move call to disable DPG (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Release 1.0.13 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix incorrect dcn1 bandwidth calculations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: correct alpha_en programming for new
  pixel format (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: Add SQ_DEBUG_STS_GLOBAL* registers/bits
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/jpeg: fix race condition issue for jpeg start
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sriov: Need to clear kiq position (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/sriov: Disable pm for multiple vf sriov
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sriov: Add clear vf fw support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix the nullptr issue as for PWR IP not existing in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Fix a buffer overflow handling the serial number
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: maximum code sharing on sensor reading
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: revise the calling chain on sensor reading
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary SMU_MSG_GetDpmClockFreq
  check (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary wrapper .populate_smc_tables
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop redundant .set_min_dcefclk_deep_sleep
  API (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd: correct trivial kernel-doc inconsistencies
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: Add SQ debug registers to GFX9/GFX10
  headers (v2) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: handle return value of amdgpu_driver_load_kms
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: move maximum sustainable clock retrieving to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add check for power limit OD support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct power limit retrieving based
  on current (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unused code around power limit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: simplify the code around setting power limit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: simplify the code around retrieving
  power limit (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: maximize code sharing around power limit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary get_pptable_power_limit
  wrappers (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct the APIs' naming (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary wrappers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: drop dead vce powergate code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: add error messages on some critical paths
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: forbid to use pr_err/warn/info/debug
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: use MGPU friendly err/warn/info/dbg messages
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/soc15: fix nullptr issue in soc15_read_register() for
  reg (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix indenting in
  dcn30_set_output_transfer_func() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: skip BAR resizing if the bios already did it
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: use the same interval as PMFW on retrieving
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update how to use metrics table on
  Sienna Cichlid (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update how to use metrics table on Navi10
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update how to use metrics table on Arcturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: drop duplicated .dsc_pg_control for dcn30
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: drop duplicated structure (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: update driver if file for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update powerplay table for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add smu v11_0_7 pptable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: move powerplay table operation out of
  smu_v11_0.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: support reserve bad page for virt (v3)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: use work queue to perform throttling logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: skip BACO feature on DPMs disablement
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add firmware cleanup on sw_fini
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: move amdgpu_irq_src to the smu structure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: maximize code sharing between .hw_fini and
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: better namings (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: sort those operations performed in hw setup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: maximize code sharing between .hw_init
  and .resume (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: move those operations not needed for resume
  out (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: postpone operations not required for hw setup
  to (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: clean up the overdrive settings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: clean up the APIs for pptable setup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: clean up the APIs for bootup clocks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: centralize all buffer allocation in
  sw_init phase (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: implement a common API for dpms disablement
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unused APIs and unnecessary checks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: eliminate asic type check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix spelling mistake: "/propogation"/ ->
  "/propagation"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/fence: use the no_scheduler flag (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Revert "/drm/[radeon|amdgpu]: Replace one-element array and
  use struct_size() helper"/ (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Only actually breakpoint if DEBUG_KERNEL_DC is
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: use existed smu_dpm_set* interfaces to
  implement (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: temporarily read bounding box from gpu_info fw
  for navi12 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 to Kconfig (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add DCN3 blocks to Makefile (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/display: fix build without CONFIG_DRM_AMD_DC_DCN3_0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix and simplify pipe split logic for DCN3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Enable DM block for DCN3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Remove Unused Registers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Handle RGBE_ALPHA Pixel Format (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Init function tables for DCN3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add DCN3 VPG (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 AFMT (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 Command Table Helpers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add DCN3 Resource (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add DCN3 Support in DM (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add DCN3 HWSEQ (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 DMUB (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 GPIO (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 IRQ (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 DML (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 DWB (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 MMHUBHUB (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add DCN3 HUBP (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 HUBHUB (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 DPP (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 MPC (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 OPP header (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add DCN3 OPTC (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 DCCG (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 CLK_MGR (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 DIO (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DCN3 chip ids (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: bypass tmr when reserve c2p memory (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: remove unnecessary check for mem train
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: support memory training for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: reserve fb according to return value from vbios
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: let PMFW to handle the features disablement
  on (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop sienna_cichlid hardcode of using pptable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update smu function for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update golden setting for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/psp: support for loading PSP SPL fw (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/psp: initialization PSP SPL fw (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/psp: add structure to support PSP SPL (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: show gfxclk=0 in gfxoff state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable gfxoff for sienna_cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: disable gfxoff to retrieve gfxclk
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: support mclk socclk limit value set for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sriov : Add sriov detection for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: only use one gfx pipe for Sienna_Cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop jpeg instance1 dpm setup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: disable runtime pm for sienna_cichlid temporarily
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable fw ctf (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: skip GPU scheduler setup for KIQ and MES ring
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable VDDCI and MVDD for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: append pptable for sienna_cichlid (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: and smc dpm info struct for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sriov : Use kiq to do tlb invalidation for gfx10
  on sriov (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable ULCK DS for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn3.0: schedule instance 0 for decode and 1
  for encode (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: add no scheduler flag for mes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable DPG mode for VCN3.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add workaround for issue in DPG for VCN3.0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: rename macro for VCN2.0 2.5 and 3.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: rename macro for VCN1.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add internal reg offset translation for VCN inst 1
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: set indirect sram mode for VCN3.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add pause DPG mode for VCN3.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add stop DPG mode for VCN3.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add start DPG mode for VCN3.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add mc resume DPG mode for VCN3.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add clock gating DPG mode for VCN3.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/am/powerplay: enable OUT OF BAND MONITER for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable RSMU SMN PG for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update golden setting for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: bundle GPO with gfx DPM (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: enable GPO (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable mmhub pg (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: enable athub pg (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: skip VM inv eng assignment for mes ring
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes: allocate memory slots for hw resource setting
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes: add status fence memory definitions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes: update mes fw api (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add function to get power limit for
  sienna_cichlid (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable APCC DFLL for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable BACO for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Sienna_Cichlid don't enable SMU for SRIOV
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable MM DPM PG for sienna_cichlid (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix typo for vcn3/jpeg3 idle check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: enable FCLK DS for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable VR0HOT for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: sienna_cichlid virtual function support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Support debugger in Navi1x trap handler
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Support newer assemblers in gfx10 trap handler
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Add Sienna_Cichlid trap handler support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Support Sienna_Cichlid KFD v4 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/dc: Add missing Sienna_Cichlid chip id
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable 3D pipe 1 on Sienna_Cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix SDMA hdp flush engine conflict (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Enable Multi Media Hub (MMHUB) Clock Gating for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: add athub ls support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: add IH cg support (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: add HDP mgcg and ls support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: fix the HDP LS/DS/SD programming (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: update golden setting for gfx10.3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: set the LMI ctrl and reset earlier (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix the PSP front door loading VCN firmware
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: change the offset for VCN FW cache window
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: open GFX clock gating for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: switch to query reserved fb size from vbios (v3)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add atomfirmware helper funciton to query reserved
  fb (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add firmware_info v3_4 structure for Sienna_Cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: only send one sdma firmware for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: drop gfx_v10_0_tiling_mode_table_init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: support query vram info for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add vram_info v2_5 in atomfirmware header
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disable gfxoff for sienna_cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add cp firmware backdoor loading triger
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: force pa_sc_tile_steering_override to 0 for gfx10.3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx10: add gc golden setting for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable JPEG3.0 for Sienna_Cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable JPEG3.0 PG and CG for Sienna_Cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add Sienna_Cichlid JPEG PG and CG support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add JPEG3.0 support for Sienna_Cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable VCN3.0 for Sienna_Cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add Sienna_Cichlid VCN to the VCN family
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable VCN3.0 PG and CG for Sienna_Cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add Sienna_Cichlid VCN PG and CG support (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add VCN3.0 support for Sienna_Cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes: correct register offset for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update the num of queue per pipe for mec on
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add mes block to sienna_cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/mes10.1: update mes initialization (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: no need to set up GPU scheduler for mes ring
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/psp: convert amdgpu mes ucode type (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: upload mes firmware to gpu buffer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/mes10.1: copy mes fw info into global fw array
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: add sienna_cichlid mes firmware support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: implement setting hardware resources
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: implement querying the scheduler status
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: implement removing hardware queue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: implement adding hardware queue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: add the helper function for mes command
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: add the mes fw api (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/mes10.1: enable the mes ring during initialization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: install mes queue via kiq (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/mes10.1: install mes queue by register programming
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: initialize the mqd (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/mes10.1: allocate mqd buffer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/mes10.1: implement the ring functions of mes specific
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: initialize the software part of mes ring
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/mes10.1: allocate the eop buffer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/mes: update some mes definitions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: avoid dereferencing a NULL pointer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add the ring type definition of MES (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: assign the doorbell index to mes ring
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add 2rd VCN instance doorbell support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add psp block load condition for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add gmc cg support for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add support for athub v2.1 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Use variable instead of constant for sdma
  doorbell range (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update SDMA 5.2 microcode init (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable psp ip block for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: skip for reroute ih for sienna_cichlid psp ring init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/psp: add psp support for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: skip ASD fw load for sienna_cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/powerplay: add smu block for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable PPT and TDC for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: support to get power index for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable Fan control for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable GFX SS for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable LCLK DPM for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: support to print pcie levels for
  sienna_cichlid (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: support pcie value set and update for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable DCEFCLK DPM and DS for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: Enable SOCCLK ULV for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: make gfx ds can be configure for
  sienna_cichlid (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/powerplay: set UCLK DPM for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/powerplay: set Thermal control for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable SOC Clock Deep Sleep for
  sienna_cichlid (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable Graphics Clock Deep Sleep for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable Ultra Low Voltage for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: set FCLK DPM for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: set SOCCLK DPM for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add support to set performance level for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/powerplay: add initial swSMU support for
  sienna_cichlid (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add virtual display support for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx10: change register configure for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: correct SDMA3 IH clinet id for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add sdma ip block for sienna_cichlid (v5)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add sdma2 and sdma3 irqsrc header files for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add gfx ip block for sienna_cichlid (v3)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add ih ip block for sienna_cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add gmc ip block for sienna_cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add support gfxhub for sienna_cichlid (v3)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add support on mmhub for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/soc15: add common ip block for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: initialize IP offset for sienna_cichlid (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/soc15: add support for sienna_cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gfx10: add clockgating support for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gmc10: add sienna_cichlid support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gfx10: add support for sienna_cichlid firmware
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: set asic family and ip blocks for sienna_cichlid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: set fw load type for sienna_cichlid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add sienna_cichlid gpu info firmware v2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add sienna_cichlid asic type (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add dcn30 Headers (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add VCN3.0 register headers (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Add ATHUB 2.1 header files (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add GC 10.3 header files (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: restrict bo mapping within gpu address limits
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add unique_id and serial_number for Arcturus v3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add ReadSerial defines for Arcturus (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: remove useless code in RAS (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix RAS memory leak in error case (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/fru: fix header guard and include header
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/nv: enable init reset check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/nv: remove some dead code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/nv: allow access to SDMA status registers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use IP discovery table for renoir (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: clean up discovery testing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: skip gpu_info firmware if discovery info is
  available (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: give better names for the thermal IRQ
  related APIs (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: use the common APIs for IRQ
  disablement/enablement (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: stop thermal IRQs on suspend (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: added a sysfs interface for thermal throttling
  related V4 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable thermal throttling logging support V2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: implement ASIC specific thermal throttling
  logging (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update Arcturus smu-driver headers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: fix a dereference of pdd before it is null checked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gmc10: program the smallK fragment size
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Fix GCC 10 compiler warning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: Fix the CGCG setting is overwritten for SRIOV
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.87 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't compare same stream for synchronized
  vblank (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Release 1.0.12 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: enable plane if container of plane_status
  changed (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: combine public interfaces into single header
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Allow Diagnostics test with eDP not connected
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: unit show garbage when do OPTC blank
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Guard against invalid array access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Disable PG on NV12 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Increase Default Sizes of FW State and
  Trace Buffer (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Handle link loss interrupt better
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: simplify dml log2 function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix incorrect HDCP caps for dongle
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: link_status not align when power off encoder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.86 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Improve the MTYPE comments (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Track SDMA utilization per process (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: add check before i2c_add_adapter
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: remove SRIOV check in SMU11 (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable SMC message filter (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: add SMC message filter for SMU11
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: check whether SMU IP is enabled before access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Make BREAK_TO_DEBUGGER() a debug print
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/[radeon|amdgpu]: Replace one-element array and use
  struct_size() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon/dpm: Replace one-element array and use struct_size()
  helper (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: put some case statments in family order
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sdma4: simplify the logic around powering up sdma
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: simplify mec2 fw check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: simplify CZ/ST and KV/KB/ML checks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: simplify raven and renoir checks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gfx10: add navi12 to gfxoff case (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/sdma4: add renoir to powergating setup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: simplify ATIF backlight handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/radeon: disable AGP by default (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: print warning when input address is invalid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: skip smu_i2c_eeprom_init/fini under
  sriov mode (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: remove the support of vega20 from swsmu
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: remove the support of xgmi pstate on
  vega20 from (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: change memory training to common function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: FW Release 1.0.11 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Remove nv12 work around (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix dml immediate flip input (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix dml log2 function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Support CW4 for DMUB ringbuffer inbox
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DMUB firmware version helpers in
  DMUB service (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: vbios data table packing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: DP link layer test 4.2.1.1 fix due to
  specs update (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: update dml interfaces and variables
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.85 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix ABM memory alignment issue (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: FW release 1.0.10 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Implement some asic specific abm call backs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add bit swap helper based on endianness
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't pass invalid fw_bss_data pointer
  into DMUB srv (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Check bss_data_size before going down
  legacy DMUB (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Do not fail if build scaling params fails
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Handle persistence in DM (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/debug: Expose connector VRR monitor range via debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bochs: use drm_gem_vram_offset to get bo offset v2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vram-helper: don't use ttm bo->offset v4 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/qxl: don't use ttm bo->offset (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: don't use ttm bo->offset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: move ttm bo->offset to amdgpu_bo (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: dw-mipi-dsi.c: remove unused header file
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: minor doc touch-ups (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mipi-dbi: Remove ->enabled (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tiny/repaper: Drop edp->enabled (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: bridge: dw-hdmi: Make connector creation optional
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: dw-hdmi: Pass drm_connector to internal functions
  as (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: dw-hdmi: Store current connector in struct dw_hdmi
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: dw-hdmi: Split connector creation to a separate
  function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: dw-hdmi: Pass drm_display_info to
  dw_hdmi_support_scdc() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: dw-hdmi: Constify mode argument to internal
  functions (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: dw-hdmi: Constify mode argument to dw_hdmi_phy_ops
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: dw-hdmi: Pass drm_display_info to .mode_valid()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: meson: dw-hdmi: Use dw_hdmi context to replace hack
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: dw-hdmi: Remove unused field from dw_hdmi_plat_data
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: dw-hdmi: Pass private data pointer to
  .configure_phy() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: Pass drm_display_info to drm_bridge_funcs
  .mode_valid() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: edid: Constify connector argument to infoframe functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: simple-bridge: Make connector creation optional
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: simple-bridge: Delegate operations to next bridge
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: Return NULL on error from drm_bridge_get_edid()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: adv7511: Make connector creation optional
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: adv7511: Implement bridge connector operations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: adv7511: Split connector creation to a separate
  function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: adv7511: Split EDID read to a separate function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mm/selftests: fix wrong return type casting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mm: cleanup and improve next_hole_*_addr() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mm: optimize find_hole() as well (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mm: remove unused rb_hole_size() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Use per-device logging macros (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Upcast from DRM device to ast structure via
  to_ast_private() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Remove test for device from ast_pm_freeze()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Remove unused code paths for AST 1180 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: simple: add Tianma TM070JVHG33 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: simple: add CDTech S070PWS19HP-FC21 and
  S070SWV29HG-DC44 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: tfp410: Fix setup and hold time calculation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: tfp410: fix de-skew value retrieval from DT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel-simple: Add missing connector type for some panels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: otm8009a: Drop unnessary
  backlight_device_unregister() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/dp: DRM DP helper for reading Ignore MSA from DPCD
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/arm: fix unintentional integer overflow on left shift
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: drm_fourcc: Add uncompressed AFBC modifier (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: drm_fourcc: add NV15, Q410, Q401 YUV formats
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: Use kvfree() to free bo->sgts (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panfrost: Fix runtime PM imbalance on error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panfrost: Fix inbalance of devfreq record_busy/idle()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Check the regmap return value
  when setting (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Fix kernel-doc typo ln_polr =>
  ln_polrs (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Don't use kernel-doc comment for local
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Don't compile GPIO bits if not
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: Reduce the amount of logs on deferred probe
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: Add per-pixel alpha support for the PX30 VOP
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/shmem-helper: Only dma-buf imports are private obj
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/shmem-helper: Fix obj->filp derefence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/kselftest: fix spellint typo in test-drm_mm.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Use managed pci functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/malidp: convert platform driver to use dev_groups
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/arm: Kconfig annotate drivers as COMPILE_TEST
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/todo: Add item about modeset properties (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/auth: make drm_{set,drop}master_ioctl symmetrical
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: vmwgfx: remove drm_driver::master_set() return type
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mm: remove invalid entry based optimization (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Fix flushing the delayed port/mstb destroy work
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Fix the DDC I2C device registration of an MST port
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Fix the DDC I2C device unregistration of an MST port
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp_mst: Work around out-of-spec adapters filtering
  short pulses (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Sanitize mgr->qlock locking in
  drm_dp_mst_wait_tx_reply() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Use managed device initialization (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Embed instance of struct drm_device in struct
  mga_device (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Allocate device structures in mgag200_driver_load()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Separate device initialization into allocation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Move device init and cleanup to mgag200_drv.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Prefix symbol names in mgag200_drv.c with mgag200_
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Separate DRM and PCI functionality from each other
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Switch to managed MM (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Merge VRAM setup into MM initialization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Lookup VRAM PCI BAR start and length only once
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Use pcim_enable_device() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Remove mgag200_cursor.c (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Remove declaration of mgag200_mmap() from
  header file (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drivers: gpu: drm: Fix trivial spelling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: crtc: Restrict HACT_ACT setup to DSI (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: crtc: Turn static const variable into a define
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: crtc: Move crtc state to common header (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: crtc: Switch to of_device_get_match_data
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: crtc: Rename SoC data structures (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: plane: Move additional planes creation to driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: plane: Move planes creation to its own function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: drv: Add include guards (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Use GEM vmap/mmap function from SHMEM helpers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/shmem-helper: Add .gem_create_object helper that sets
  map_cached (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Remove struct drm_driver.gem_print_info (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/zte: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/zte: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tve200: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tve200: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tilcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tilcdc: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sti: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sti: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/stm: Set GEM CMA functions with (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/stm: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/shmobile: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/shmobile: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rcar-du: Set GEM CMA functions with (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rcar-du: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mxsfb: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mxsfb: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/meson: Set GEM CMA functions with (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/meson: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mcde: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/malidp: Set GEM CMA functions with (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/malidp: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/komeda: Set GEM CMA functions with (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/komeda: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ingenic: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/imx: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/imx: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/hisilicon/kirin: Set GEM CMA functions with (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/hisilicon/kirin: Use GEM CMA object functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon/kirin: Set .dumb_create to
  drm_gem_cma_dumb_create() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/fsl-dcu: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/fsl-dcu: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/atmel-hlcdc: Set GEM CMA functions with
  DRM_GEM_CMA_DRIVER_OPS (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/atmel-hlcdc: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/arm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/arm: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/arc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/arc: Use GEM CMA object functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/cma-helper: Add DRM_GEM_CMA_DRIVER_OPS to set default GEM
  CMA (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macro
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/shmem-helpers: Simplify dma-buf importing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/shmem-helpers: Ensure get_pages is not called on imported
  dma-buf (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mm: add ig_frag selftest (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: document how user-space should use link-status
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: simple: Add support for KOE TX26D202VM0BWA panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: simple: Set connector type for DSI panels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mm: fix hole size comparison (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/hdlcd: Don't call drm_crtc_vblank_off on unbind
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/malidp: Don't call drm_crtc_vblank_off on unbind
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/shmem-helpers: Redirect mmap for imported dma-buf
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/shmem-helpers: Don't call get/put_pages on imported
  dma-buf in vmap (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Don't call get/put_pages on imported dma-buf
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: Call the right shmem helpers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/doc: Some polish for shmem helpers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gem: WARN if drm_gem_get_pages is called on a private obj
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Don't call dma_buf_vunmap without _vmap (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: add docs for standard CRTC properties (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: Use IS_BUILTIN (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: pxafb: Use correct return value for pxafb_probe()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: pxafb: Fix the function used to balance a (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drivers: video: hdmi: cleanup coding style in video a bit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- console: newport_con: fix an issue about leak related system
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: sm712fb: fix an issue about iounmap for a
  wrong address (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- omapfb/dss: fix comparison to bool warning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: DPMS is no longer the only mutable connector prop
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: convert get_user_pages() --> pin_user_pages()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: fix error handling for get_user_pages_fast()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vblank: use drm_WARN for all warnings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vblank: use drm_* functions for logging (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Documentation: Fix typo error in todo.rst (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: use drm_dev_has_vblank more (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: Stop using mode->private_flags (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mcde: Use mode->clock instead of reverse calculating it
  from the vrefresh (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: pahole struct drm_display_mode (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Flatten drm_mode_vrefresh() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Shrink drm_display_mode timings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Make mode->flags u32 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Shrink mode->type to u8 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Shrink {width,height}_mm to u16 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: Stop copying around mode->private_flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Nuke mode->vrefresh (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Introduce some local intel_dp variables
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/format-helper: Add drm_fb_swab() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/client: Add drm_client_modeset_check() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/client: Add drm_client_framebuffer_flush() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: hdmi: Silence pixel clock error on -EPROBE_DEFER
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/auth: remove redundant assignment to variable ret
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/writeback: don't set fence->ops to default (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Restore the NULL check for drm_gem_object_put()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-fence: add might_sleep annotation to _wait() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/file: wrap excessively long line (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: print the current->comm alongside the pid (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: remove transient drm_gem_object_put_unlocked()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/xen: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vkms: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vgem: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/v3d: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/qxl: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/omapdrm: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/armada: remove _unlocked suffix in
  drm_gem_object_put_unlocked (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/arm: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: remove _unlocked suffix in drm_gem_object_put_unlocked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gem: add drm_gem_object_put helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gem: add _locked suffix to drm_gem_object_put
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gem: fold drm_gem_object_put_unlocked and
  __drm_gem_object_put() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: remove drm_driver::gem_free_object (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: Use lockless gem BO free callback (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: use the unlocked drm_gem_object_put (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/doc: drop struct_mutex reference for drm_gem_object_free
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/doc: add WARNING for drm_device::struct_mutex
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/doc: drop struct_mutex references (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/todo: mention i915 in the struct_mutex section
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gem: use _unlocked reference in drm_gem_objects_lookup docs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: remove unused drm_gem.h include (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Replace VRAM helpers with SHMEM helpers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Convert to simple KMS helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Use simple-display data structures (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Remove out-commented suspend/resume helpers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Move register initialization into separate function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Move hiprilvl setting into separate functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Move TAGFIFO reset into separate function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Set primary plane's format in separate helper
  function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Set pitch in a separate helper function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Update mode registers after plane registers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Split MISC register update into PLL selection, SYNC
  and (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Move mode-setting code into separate helper
  function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Clean up mga_crtc_do_set_base() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Clean up mga_set_start_address() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Remove HW cursor (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tilcdc: add missing static for panel_driver (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tilcdc: remove unnecessary state->fb check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tilcdc: fix leak & null ref in panel_connector_get_modes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Implement lane reordering + polarity
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Fix off-by-one error in clock choice
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Clear old error bits before AUX
  transfers (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Export bridge GPIOs to Linux
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Match drm_dp_send_clear_payload_id_table definition to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Describe dp_rev for drm_dp_set_phy_test_pattern
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Help unconfuse gcc, avoid accidental impossible unsigned
  comparisons (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Include internal header for managed function declarations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: amba-clcd: use devm_of_find_backlight (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Add DRM_MODE_TYPE_USERDEF flag to probed modes matching
  a video= (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/debugfs: fix plain echo to connector "/force"/ attribute
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gem: Fix a leak in drm_gem_objects_lookup() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rockchip: vop: call vop_cfg_done() under reg_lock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tilcdc: use devm_of_find_backlight (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: display: use devm_of_find_backlight (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Fix timeout handling of MST down messages
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vblank: remove outdated and noisy output (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- nouveau/svm: use the new migration invalidation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- mm/notifier: add migration invalidation type (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- mm/migrate: add a flags parameter to migrate_vma (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- nouveau: fix storing invalid ptes (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- nouveau/hmm: support mapping large sysmem pages (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- nouveau: fix mapping 2MB sysmem pages (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- nouveau/hmm: fault one page at a time (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- mm/hmm: provide the page mapping order in hmm_range_fault()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: lvds-codec: simplify error handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge/sii8620: fix resource acquisition error handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- driver core: add device probe log helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Documentation: gpu/drm-uapi: eliminate duplicated word
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Documentation: gpu/komeda-kms: eliminate duplicated word
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- docs: move nommu-mmap.txt to admin-guide and rename to ReST
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- treewide: Remove uninitialized_var() usage (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: remove fb-puv3 driver (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- commit ee626ec
- scsi: zfcp: Clarify access to erp_action in
  zfcp_fsf_req_complete() (jsc#SLE-15871 bsc#1176961 LTC#187760).
- scsi: zfcp: Use list_first_entry_or_null() in zfcp_erp_thread()
  (jsc#SLE-15871 bsc#1176961 LTC#187760).
- scsi: zfcp: Avoid benign overflow of the Request Queue's
  free-level (jsc#SLE-15871 bsc#1176961 LTC#187760).
- scsi: zfcp: Replace open-coded list move (jsc#SLE-15871
  bsc#1176961 LTC#187760).
- scsi: zfcp: Clean up zfcp_erp_action_ready() (jsc#SLE-15871
  bsc#1176961 LTC#187760).
- scsi: zfcp: Use prandom_u32_max() for backoff (jsc#SLE-15871
  bsc#1176961 LTC#187760).
- commit 6b83ff7
- scsi: zfcp: use fallthrough; (jsc#SLE-15871 bsc#1176961
  LTC#187760).
- Refresh
  patches.suse/scsi-zfcp-Move-shost-updates-during-xconfig-data-han.patch.
- commit f093ef6
- Move endpoint security DASD info patches to the sorted section
- patches.suse/s390-sles15sp3-03-01-s390-cio-Export-information-about-Endpoint-Security-.patch
- patches.suse/s390-sles15sp3-03-02-s390-cio-Provide-Endpoint-Security-Mode-per-CU.patch
- patches.suse/s390-sles15sp3-03-03-s390-cio-Add-support-for-FCES-status-notification.patch.
- patches.suse/s390-sles15sp3-03-04-s390-dasd-Remove-unused-parameter-from-dasd_generic_.patch
- patches.suse/s390-sles15sp3-03-05-s390-dasd-Move-duplicate-code-to-separate-function.patch
- patches.suse/s390-sles15sp3-03-06-s390-dasd-Store-path-configuration-data-during-path-.patch
- patches.suse/s390-sles15sp3-03-07-s390-dasd-Fix-operational-path-inconsistency.patch
- patches.suse/s390-sles15sp3-03-08-s390-dasd-Display-FC-Endpoint-Security-information-v.patch
- patches.suse/s390-sles15sp3-03-09-s390-dasd-Prepare-for-additional-path-event-handling.patch
- patches.suse/s390-sles15sp3-03-10-s390-dasd-Process-FCES-path-event-notification.patch
- commit 5e6fdd9
- efi/libstub: Rename efi_call_early/_runtime macros to be more
  intuitive (jsc#SLE-16407).
- Refresh
  patches.suse/0001-efi-generalize-efi_get_secureboot.patch.
- Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
- Refresh
  patches.suse/0006-efi-allow-user-to-regenerate-secret-key.patch.
- commit 34853ac
- efi/libstub: Remove 'sys_table_arg' from all function prototypes
  (jsc#SLE-16407).
- Refresh
  patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch.
- Refresh
  patches.suse/0001-efi-generalize-efi_get_secureboot.patch.
- commit f1a59c9
- efi/libstub: Drop sys_table_arg from printk routines
  (jsc#SLE-16407).
- Refresh
  patches.suse/0001-efi-generalize-efi_get_secureboot.patch.
- Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
- Refresh
  patches.suse/0006-efi-allow-user-to-regenerate-secret-key.patch.
- commit cbab4fc
- sched: Fix data-race in wakeup (bnc#1178227).
- Delete
  patches.suse/sched-Fix-loadavg-accounting-race-on-arm64-kabi.patch.
  Replaces a KABI-safe fix in SP2 with the upstream version.
- commit 1fe5fc0
- of/address: check for invalid range.cpu_addr (jsc#SLE-16543).
- commit 3da893a
- powerpc: Drop using struct of_pci_range.pci_space field
  (jsc#SLE-16543).
- commit 55da8d8
- ceph: downgrade warning from mdsmap decode to debug
  (bsc#1178653).
- ceph: fix race in concurrent __ceph_remove_cap invocations
  (bsc#1178635).
- commit b0ab459
- s390/dasd: fix null pointer dereference for ERP requests
  (git-fixes).
- s390/cpum_sf.c: fix file permission for cpum_sfb_size
  (git-fixes).
- s390/pkey: fix paes selftest failure with paes and pkey static
  build (git-fixes).
- s390/bpf: Fix multiple tail calls (git-fixes).
- commit d7dbfa4
- powerpc/pseries: new lparcfg key/value pair:
  partition_affinity_score (jsc#SLE-16360 jsc#SLE-16915).
- powerpc/perf: consolidate GPCI hcall structs into asm/hvcall.h
  (jsc#SLE-16360 jsc#SLE-16915).
- commit 918cff8
- Update configs: Refresh arm64's config
- commit 96a2987
- MAINTAINERS: remove John Allen from ibmvnic (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- commit 223af9b
- dt-bindings: pwm: Add binding for RPi firmware PWM bus
  (jsc#SLE-16543).
- staging: vchiq: Release firmware handle on unbind
  (jsc#SLE-16543).
- soc: bcm: raspberrypi-power: Release firmware handle on unbind
  (jsc#SLE-16543).
- reset: raspberrypi: Release firmware handle on unbind
  (jsc#SLE-16543).
- pwm: Add Raspberry Pi Firmware based PWM bus (jsc#SLE-16543).
- Update configs
- supported.conf: Enable pwm driver
- input: raspberrypi-ts: Release firmware handle when not needed
  (jsc#SLE-16543).
- gpio: raspberrypi-exp: Release firmware handle on unbind
  (jsc#SLE-16543).
- firmware: raspberrypi: Keep count of all consumers
  (jsc#SLE-16543).
- firmware: raspberrypi: Introduce devm_rpi_firmware_get()
  (jsc#SLE-16543).
- clk: bcm: rpi: Release firmware handle on unbind
  (jsc#SLE-16543).
- arm64: mm: Set ZONE_DMA size based on early IORT scan
  (jsc#SLE-17068).
- arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges
  (jsc#SLE-17068).
- of/address: Introduce of_dma_get_max_cpu_address()
  (jsc#SLE-17068).
- arm64: mm: Move zone_dma_bits initialization into
  zone_sizes_init() (jsc#SLE-17068).
- arm64: mm: Move reserve_crashkernel() into mem_init()
  (jsc#SLE-17068).
- arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is
  required (jsc#SLE-17068).
- arm64: Ignore any DMA offsets in the max_zone_phys() calculation
  (jsc#SLE-17068).
- usb: host: pci-quirks: Bypass xHCI quirks for Raspberry Pi 4
  (jsc#SLE-17068).
- reset: Add Raspberry Pi 4 firmware reset controller
  (jsc#SLE-17068).
- Update configs
- supported.conf: Enable reset controller
- dt-bindings: reset: Add a binding for the RPi Firmware reset
  controller (jsc#SLE-17068).
- soc: bcm2835: Add notify xHCI reset property (jsc#SLE-17068).
- of/address: Support multiple 'dma-ranges' entries
  (jsc#SLE-17068).
- of/address: use range parser for of_dma_get_range
  (jsc#SLE-17068).
- of/address: Rework of_pci_range parsing for non-PCI buses
  (jsc#SLE-17068).
- of: Drop struct of_pci_range.pci_space field (jsc#SLE-17068).
- of/address: Move range parser code out of CONFIG_PCI
  (jsc#SLE-17068).
- usb: xhci: Enable LPM for VIA LABS VL805 (jsc#SLE-17068).
- Refresh:  patches.suse/usb-xhci-define-IDs-for-various-ASMedia-host-control.patch
- commit 410dbc7
- Revert "/USB: pci-quirks: Add Raspberry Pi 4 quirk (bsc#1163560)."/ (jsc#SLE-17068)
  We can now use the proper upstream patch series:
  https://lkml.org/lkml/2020/6/29/606
  This reverts commit e30de5ffe3acb6c8dd1892793ce6899a79bd38bd.
- commit 1644970
- Revert "/soc: bcm2835: Sync xHCI reset firmware property with downstream"/ (jsc#SLE-17068)
  We can now use the proper upstream patch series:
  https://lkml.org/lkml/2020/6/29/606
  This reverts commit 32f4877b5567ad9d16055f194bb21bb6dde55341.
- commit ded9d4a
- Revert "/firmware: raspberrypi: Introduce vl805 init routine"/ (jsc#SLE-17068)
  We can now use the proper upstream patch series:
  https://lkml.org/lkml/2020/6/29/606
  This reverts commit d18390349922079ee04fe357c88651c04db51968.
- commit 585af47
- Revert "/PCI: brcmstb: Wait for Raspberry Pi's firmware when present"/ (jsc#SLE-17068)
  We can now use the proper upstream patch series:
  https://lkml.org/lkml/2020/6/29/606
  This reverts commit 41c84ba0bba58cf9d61a81aeb6e3eb4b1fcc468f.
- commit 9addf5a
- Revert "/Refresh: patches.suse/firmware-raspberrypi-introduce-vl805-init-routine.patch"/ (jsc#SLE-17068)
  We can now use the proper upstream patch series:
  https://lkml.org/lkml/2020/6/29/606
  This reverts commit 24cdb0de74210a49a6118ffa6db198eca0f0aad9.
- commit 233d8c1
- Revert "/Update patches.suse/firmware-raspberrypi-introduce-vl805-init-routine.patch."/ (jsc#SLE-17068)
  We can now use the proper upstream patch series:
  https://lkml.org/lkml/2020/6/29/606
  This reverts commit 984c0bd050167f3492694794b785e90921bc60e9.
- commit b168995
- tpm: efi: Don't create binary_bios_measurements file for an
  empty log (git-fixes).
- x86/i8259: Use printk_deferred() to prevent deadlock
  (git-fixes).
- commit 91b284d
- scsi: core: Return BLK_STS_AGAIN for ALUA transitioning
  (bsc#1165933, bsc#1171000).
- commit 56a64e3
- fpga: add kABI padding (jsc#SLE-13441).
- commit 963653a
- ibmvnic: Do not replenish RX buffers after every polling loop
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Use netdev_alloc_skb instead of alloc_skb to replenish
  RX buffers (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Correctly re-enable interrupts in NAPI polling routine
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Ensure that device queue memory is cache-line aligned
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Remove send_subcrq function (jsc#SLE-17043 bsc#1179243
  ltc#189290).
- ibmvnic: Clean up TX code and TX buffer data structure
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Introduce xmit_more support using batched subCRQ hcalls
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Introduce batched RX buffer descriptor transmission
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Introduce indirect subordinate Command Response Queue
  buffer (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: fix NULL pointer dereference in ibmvic_reset_crq
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: skip tx timeout reset while in resetting (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: create send_control_ip_offload (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: create send_query_ip_offload (jsc#SLE-17043 bsc#1179243
  ltc#189290).
- ibmvnic: rename send_map_query to send_query_map (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: rename ibmvnic_send_req_caps to send_request_cap
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: rename send_cap_queries to send_query_cap
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- Revert "/ibmvnic: remove never executed if statement"/
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Harden device Command Response Queue handshake
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: merge ibmvnic_reset_init and ibmvnic_init
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- Refresh patches.suse/ibmvnic-restore-adapter-state-on-failed-reset.patch.
- ibmvnic: remove never executed if statement (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: improve ibmvnic_init and ibmvnic_reset_init
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: compare adapter->init_done_rc with more readable
  ibmvnic_rc_codes (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Fix use-after-free of VNIC login response buffer
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: store RX and TX subCRQ handle array in ibmvnic_adapter
  struct (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: update MAINTAINERS (jsc#SLE-17043 bsc#1179243
  ltc#189290).
- ibmvnic: Do not replenish RX buffers after every polling loop
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Use netdev_alloc_skb instead of alloc_skb to replenish
  RX buffers (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Correctly re-enable interrupts in NAPI polling routine
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Ensure that device queue memory is cache-line aligned
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Remove send_subcrq function (jsc#SLE-17043 bsc#1179243
  ltc#189290).
- ibmvnic: Clean up TX code and TX buffer data structure
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Introduce xmit_more support using batched subCRQ hcalls
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Introduce batched RX buffer descriptor transmission
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Introduce indirect subordinate Command Response Queue
  buffer (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: enhance resetting status check during module exit
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: fix NULL pointer dereference in ibmvic_reset_crq
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: fix NULL pointer dereference in reset_sub_crq_queues
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: skip tx timeout reset while in resetting (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: notify peers when failover and migration happen
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: fix call_netdevice_notifiers in do_reset (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: create send_control_ip_offload (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: create send_query_ip_offload (jsc#SLE-17043 bsc#1179243
  ltc#189290).
- ibmvnic: rename send_map_query to send_query_map (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: rename ibmvnic_send_req_caps to send_request_cap
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: rename send_cap_queries to send_query_cap
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- Revert "/ibmvnic: remove never executed if statement"/
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Harden device Command Response Queue handshake
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: merge ibmvnic_reset_init and ibmvnic_init
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: remove never executed if statement (jsc#SLE-17043
  bsc#1179243 ltc#189290).
- ibmvnic: improve ibmvnic_init and ibmvnic_reset_init
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: compare adapter->init_done_rc with more readable
  ibmvnic_rc_codes (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: Fix use-after-free of VNIC login response buffer
  (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: store RX and TX subCRQ handle array in ibmvnic_adapter
  struct (jsc#SLE-17043 bsc#1179243 ltc#189290).
- ibmvnic: update MAINTAINERS (jsc#SLE-17043 bsc#1179243
  ltc#189290).
- commit a8dadbf
- arm64: mm: fix inverted PAR_EL1.F check (jsc#13705,jsc#13695).
- arm64: mm: fix spurious fault detection (jsc#13705,jsc#13695).
- commit 0de2657
- arm64: mm: use single quantity to represent the PA to VA
  translation (jsc#SLE-16407).
- commit 202adf6
- docs: arm64: Add layout and 52-bit info to memory document
  (jsc#SLE-16407).
- arm64: mm: Remove vabits_user (jsc#SLE-16407).
- arm64: mm: Separate out vmemmap (jsc#SLE-16407).
  Refresh
  patches.suse/0002-arm64-rename-variables-used-to-calculate-ZONE_DMA32-.patch
  patches.suse/0003-arm64-use-both-ZONE_DMA-and-ZONE_DMA32.patch
  patches.suse/arm64-mm-Introduce-52-bit-Kernel-VAs.patch
- commit 0d98a48
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
  (jsc#SLE-16407).
- efi/x86: Fix the deletion of variables in mixed mode
  (jsc#SLE-16407).
- arm64: Fix kcore macros after 52-bit virtual addressing fallout
  (jsc#SLE-16407).
- arm64: fix fixmap copy for 16K pages and 48-bit VA
  (jsc#SLE-16407).
- arm64: memory: rename VA_START to PAGE_END (jsc#SLE-16407).
- arm64: memory: Add comments to end of non-trivial #ifdef blocks
  (jsc#SLE-16407).
- arm64: memory: Simplify _VA_START and _PAGE_OFFSET definitions
  (jsc#SLE-16407).
- arm64: memory: Rewrite default page_to_virt()/virt_to_page()
  (jsc#SLE-16407).
- arm64: memory: Ensure address tag is masked in conversion macros
  (jsc#SLE-16407).
- arm64: memory: Fix virt_addr_valid() using __is_lm_address()
  (jsc#SLE-16407).
- arm64: mm: Simplify definition of virt_addr_valid()
  (jsc#SLE-16407).
- arm64: mm: Introduce 52-bit Kernel VAs (jsc#SLE-16407).
- arm64: mm: Modify calculation of VMEMMAP_SIZE (jsc#SLE-16407).
- arm64: mm: Logic to make offset_ttbr1 conditional
  (jsc#SLE-16407).
- arm64: mm: Introduce vabits_actual (jsc#SLE-16407).
  Refresh
  patches.suse/0002-arm64-rename-variables-used-to-calculate-ZONE_DMA32-.patch
  patches.suse/0003-arm64-use-both-ZONE_DMA-and-ZONE_DMA32.patch
- arm64: dump: De-constify VA_START and KASAN_SHADOW_START
  (jsc#SLE-16407).
- arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET
  and VMEMMAP_START (jsc#SLE-16407).
- commit 65ae799
- Fix compiler warnings (jsc#SLE-15020)
- Refresh
  patches.suse/0001-efi-generalize-efi_get_secureboot.patch.
  patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch.
- commit c2e474d
- btrfs: fix relocation failure due to race with fallocate
  (bsc#1179217).
- commit e680b1d
- btrfs: rename btrfs_insert_clone_extent() to a more generic name
  (bsc#1179217).
- commit 27c703c
- arm64: dts: imx8mm: fix voltage for 1.6GHz CPU operating point
  (git-fixes).
- commit 36b05ae
- arm64: signal: nofpsimd: Handle fp/simd context for signal frames (jsc#13705,jsc#13695).
- arm64: fpsimd: Make sure SVE setup is complete before SIMD is used (jsc#13705,jsc#13695).
- arm64: Introduce system_capabilities_finalized() marker (jsc#13705,jsc#13695).
  Refresh:
  patches.suse/arm64-tlb-Use-the-TLBI-RANGE-feature-in-arm64.patch
- arm64: kpti: Add Broadcom Brahma-B53 core to the KPTI whitelist (jsc#13705,jsc#13695).
- arm64: Introduce ID_ISAR6 CPU register (jsc#13705,jsc#13695).
- arm64: cpufeature: Export matrix and other features to userspace (jsc#13705,jsc#13695).
  Refresh:
  patches.suse/arm64-tlb-Detect-the-ARMv8.4-TLBI-RANGE-feature.patch
- arm64: docs: cpu-feature-registers: Document ID_AA64PFR1_EL1 (jsc#13705,jsc#13695).
- arm64: cpufeature: Fix typos in comment (jsc#13705,jsc#13695).
- docs/arm64: cpu-feature-registers: Rewrite bitfields that don't follow [e, s] (jsc#13705,jsc#13695).
- docs/arm64: cpu-feature-registers: Documents missing visible fields (jsc#13705,jsc#13695).
- arm64: sysreg: fix incorrect definition of SYS_PAR_EL1_F (jsc#13705,jsc#13695).
- arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabled (jsc#13705,jsc#13695).
- arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_F (jsc#13705,jsc#13695).
- arm64: mm: Ignore spurious translation faults taken from the kernel (jsc#13705,jsc#13695).
- arm64: sysreg: Add some field definitions for PAR_EL1 (jsc#13705,jsc#13695).
- arm64: mm: Add ISB instruction to set_pgd() (jsc#13705,jsc#13695).
- arm64: constify sys64_hook instances (jsc#13705,jsc#13695).
- arm64: constify aarch64_insn_encoding_class (jsc#13705,jsc#13695).
- arm64: constify icache_policy_str (jsc#13705,jsc#13695).
- arm64: sysreg: Remove unused and rotting SCTLR_ELx field definitions (jsc#13705,jsc#13695).
  Refresh:
  patches.suse/arm64-cpufeature-Add-remaining-feature-bits-in-ID_AA.patch
- commit 844c03f
- arm64: dts: allwinner: h5: OrangePi Prime: Fix ethernet node
  (git-fixes).
- commit 858be95
- arm64: dts: allwinner: a64: bananapi-m64: Enable RGMII RX/TX
  delay on PHY (git-fixes).
- commit 5a17bb5
- arm64: dts: allwinner: h5: OrangePi PC2: Fix ethernet node
  (git-fixes).
- commit b4307bb
- arm64: dts: allwinner: a64: Pine64 Plus: Fix ethernet node
  (git-fixes).
- commit dfebf26
- arm64: dts: allwinner: a64: OrangePi Win: Fix ethernet node
  (git-fixes).
- commit 4eec57a
- arm64: dts: allwinner: Pine H64: Enable both RGMII RX/TX delay
  (git-fixes).
- commit 8bd0d47
- arm64: dts: allwinner: beelink-gs1: Enable both RGMII RX/TX
  delay (git-fixes).
- commit 62c9be4
- arm64: dts: fsl: DPAA FMan DMA operations are coherent
  (git-fixes).
- commit b68f0fe
- arm64: dts: zynqmp: Remove additional compatible string for
  i2c IPs (git-fixes).
- commit 99df01c
- arm64: dts: imx8mq: Add missing interrupts to GPC (git-fixes).
- commit 1af8481
- arm64: dts: imx8mq: Fix TMU interrupt property (git-fixes).
- commit de53464
- arm64: tegra: Add missing timeout clock to Tegra194 SDMMC nodes
  (git-fixes).
- commit 6169028
- btrfs: rename btrfs_punch_hole_range() to a more generic name
  (bsc#1179217).
- commit ae0b28b
- arm64: tegra: Add missing timeout clock to Tegra186 SDMMC nodes
  (git-fixes).
- commit 044ef73
- arm64: tegra: Add missing timeout clock to Tegra210 SDMMC
  (git-fixes).
- commit f6b3b97
- btrfs: rename struct btrfs_clone_extent_info to a more generic
  name (bsc#1179217).
- commit de43bbe
- arm64: vdso: Add --eh-frame-hdr to ldflags (git-fixes).
- commit 937dc61
- arm64: vdso: Add '-Bsymbolic' to ldflags (git-fixes).
- commit 96e1736
- btrfs: remove item_size member of struct btrfs_clone_extent_info
  (bsc#1179217).
- commit d01ef40
- arm64: kprobe: add checks for ARMv8.3-PAuth combined
  instructions (git-fixes).
- commit c7c922c
- btrfs: fix metadata reservation for fallocate that leads to
  transaction aborts (bsc#1179217).
- commit 68ec4df
- arm64: bpf: Fix branch offset in JIT (git-fixes).
- commit dcf0a55
- btrfs: fix bytes_may_use underflow in prealloc error condtition
  (bsc#1179217).
- commit c6b65e2
- cifs: Fix incomplete memory allocation on setxattr path
  (bsc#1179211).
- commit 17e4326
- Re-enable openSUSE Leap features (jsc#SLE-11796)
  Most of Leap 15.2 configs are taken over for x86_64 and arm64, while a
  few features are dropped (e.g. PCMCIA, X32, ISDN).  ppc64le and s390x
  are kept unchanged.  The Leap-only modules are packaged into
  kernel-*-optional subpackage.
- commit d64e6b6
- Fix wrongly set CONFIG_SOUNDWIRE=y (bsc#1179201)
  CONFIG_SOUNDWIRE was mistakenly set as built-in.  Mark it as module.
- commit 8298c55
- ACPICA: Add NHLT table signature (bsc#1176200).
- commit c68e192
- arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUs
  (git-fixes).
- commit 2b0db2e
- arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUs
  (git-fixes).
- commit 8d1bf8e
- KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return
  SMCCC_RET_NOT_REQUIRED (git-fixes).
- commit 3fc2241
- qla2xxx: Add MODULE_VERSION back to driver (bsc#1179160).
- commit 5e4a1f7
- efivarfs: fix memory leak in efivarfs_create() (git-fixes).
- staging: rtl8723bs: Add 024c:0627 to the list of SDIO device-ids
  (git-fixes).
- mmc: sdhci-pci: Prefer SDR25 timing for High Speed mode for
  BYT-based Intel controllers (git-fixes).
- hwmon: (pwm-fan) Fix RPM calculation (git-fixes).
- ACPI: button: Add DMI quirk for Medion Akoya E2228T (git-fixes).
- commit 0493181
- dmaengine: idxd: Add shared workqueue support (jsc#SLE-12688).
- Update config files: CONFIG_INTEL_IDXD_SVM=y
- commit cda5f69
- dmaengine: idxd: define table offset multiplier (jsc#SLE-12688).
- dmaengine: idxd: Update calculation of group offset to be more
  readable (jsc#SLE-12688).
- dmaengine: idxd: Add ABI documentation for shared wq
  (jsc#SLE-12688).
- dmaengine: idxd: Clean up descriptors with fault error
  (jsc#SLE-12688).
- commit 84ee085
- Documentation/admin-guide/module-signing.rst: add openssl
  command option example for CodeSign EKU (bsc#1177353,
  bsc#1179076).
- modsign: Add codeSigning EKU when generating X.509 key
  generation config (bsc#1177353, bsc#1179076).
- commit 09c2c7d
- dmaengine: idxd: add sysfs ABI for idxd driver (jsc#SLE-12688).
- Refresh
  patches.suse/dmaengine-idxd-export-hw-version-through-sysfs.patch.
- commit 30e848c
- dmaengine: idxd: fix mapping of portal size (jsc#SLE-12688).
- dmaengine: idxd: fix wq config registers offset programming
  (jsc#SLE-12688).
- dmaengine: idxd: add command status to idxd sysfs attribute
  (jsc#SLE-12688).
- dmaengine: idxd: add support for configurable max wq batch size
  (jsc#SLE-12688).
- dmaengine: idxd: add support for configurable max wq xfer size
  (jsc#SLE-12688).
- dmaengine: idxd: clear misc interrupt cause after read
  (jsc#SLE-12688).
- dmaengine: idxd: add leading / for sysfspath in ABI
  documentation (jsc#SLE-12688).
- commit 428b8a5
- x86/asm: Add an enqcmds() wrapper for the ENQCMDS instruction
  (jsc#SLE-12688).
- x86/asm: Carve out a generic movdir64b() helper for general
  usage (jsc#SLE-12688).
- commit 269143b
- driver core: Add support for linking devices during device
  addition (jsc#SLE-16407).
- driver core: Add fwnode_to_dev() to look up device from fwnode
  (jsc#SLE-16407).
- commit 0ba9e50
- Update patches.suse/icmp-randomize-the-global-rate-limiter.patch
  references (add CVE-2020-25705 bsc#1175721).
- commit 302c097
- fix patches metadata
- fix Patch-mainline:
  patches.suse/sched-Fix-rq-nr_iowait-ordering.patch
  patches.suse/sched-fair-Ensure-tasks-spreading-in-LLC-during-LB.patch
  patches.suse/sched-fair-Fix-unthrottle_cfs_rq-for-leaf_cfs_rq-list.patch
- commit 07cd2c9
- blacklist.conf: Kernel building with clang is not supported
- commit 66e9cbf
- sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list
  (git fixes (sched)).
- commit 155f594
- sched: Fix rq->nr_iowait ordering (git fixes (sched)).
- commit 0f2faa6
- sched/fair: Ensure tasks spreading in LLC during LB (git fixes
  (sched)).
- commit f2af668
- blacklist.conf: Alternative KABI-safe fix used instead (bnc#1178227)
- commit 307bf60
- net: sctp: Rename fallthrough label to unhandled (bsc#1178203).
- commit 6ea8e73
- blacklist.conf: breaks kABI
- commit c7c8b0d
- timer: Fix wheel index calculation on last level (git-fixes).
- commit 7f8a2b1
- timer: Prevent base->clk from moving backward (git-fixes).
- commit 48a61b6
- Update patch reference for serial security fix (CVE-2020-15437 bsc#1179140)
- commit 195abfd
- s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctl (bsc#1177070
  LTC#188342).
- s390/zcrypt: fix kmalloc 256k failure (bsc#1177066 LTC#188341).
- commit 0bca1b7
- s390/cpum_cf,perf: change DFLT_CCERROR counter name (bsc#1175918
  LTC#187935).
- commit 142fe1e
- video: hyperv_fb: include vmalloc.h (git-fixes).
- commit 9598448
- arm64: mm: convert mm/dump.c to use walk_page_range()
  (jsc#SLE-16407).
- efi/arm: Defer probe of PCIe backed efifb on DT systems
  (jsc#SLE-16407).
- arm/efi: EFI soft reservation to memblock (jsc#SLE-16407).
- arm64: memory: fix flipped VA space fallout (jsc#SLE-16407).
- commit aa2fd77
- compiler_attributes.h: Add 'fallthrough' pseudo keyword for
  switch/case use (bsc#1178203).
- commit 83cd53c
- ALSA: usb-audio: Fix MOTU M-Series quirks (bsc#1178203).
- ALSA: usb-audio: Fix quirks for other BOSS devices
  (bsc#1178203).
- ALSA: usb-audio: Add implicit_fb module option (bsc#1178203).
- ALSA: usb-audio: Add generic implicit fb parsing (bsc#1178203).
- ALSA: usb-audio: Factor out the implicit feedback quirk code
  (bsc#1178203).
- ALSA: usb-audio: Quirk for BOSS GT-001 (bsc#1178203).
- ALSA: usb-audio: Show sync endpoint information in proc outputs
  (bsc#1178203).
- ALSA: usb-audio: Use unsigned char for iface and altsettings
  fields (bsc#1178203).
- ALSA: usb-audio: Replace slave/master terms (bsc#1178203).
- ALSA: usb-audio: Simplify rate_min/max and rates set up
  (bsc#1178203).
- ALSA: usb-audio: Unify the code for the next packet size
  calculation (bsc#1178203).
- ALSA: usb-audio: Drop unneeded snd_usb_substream fields
  (bsc#1178203).
- ALSA: usb-audio: Refactoring endpoint URB deactivation
  (bsc#1178203).
- ALSA: usb-audio: Use atomic_t for endpoint use_count
  (bsc#1178203).
- ALSA: usb-audio: Constify audioformat pointer references
  (bsc#1178203).
- ALSA: usb-audio: Fix possible stall of implicit fb packet
  ring-buffer (bsc#1178203).
- ALSA: usb-audio: Refactor endpoint management (bsc#1178203).
- ALSA: usb-audio: Fix EP matching for continuous rates
  (bsc#1178203).
- ALSA: usb-audio: Always set up the parameters after resume
  (bsc#1178203).
- ALSA: usb-audio: Set callbacks via
  snd_usb_endpoint_set_callback() (bsc#1178203).
- ALSA: usb-audio: Stop both endpoints properly at error
  (bsc#1178203).
- ALSA: usb-audio: Simplify snd_usb_init_pitch() arguments
  (bsc#1178203).
- ALSA: usb-audio: Simplify snd_usb_init_sample_rate() arguments
  (bsc#1178203).
- ALSA: usb-audio: Pass snd_usb_audio object to quirk functions
  (bsc#1178203).
- ALSA: usb-audio: Don't set altsetting before initializing
  sample rate (bsc#1178203).
- ALSA: usb-audio: Add snd_usb_get_host_interface() helper
  (bsc#1178203).
- ALSA: usb-audio: Drop keep_interface flag again (bsc#1178203).
- ALSA: usb-audio: Create endpoint objects at parsing phase
  (bsc#1178203).
- ALSA: usb-audio: Avoid doubly initialization for implicit fb
  (bsc#1178203).
- ALSA: usb-audio: Drop debug.h (bsc#1178203).
- ALSA: usb-audio: Simplify hw_params rules (bsc#1178203).
- ALSA: usb-audio: Add hw constraint for implicit fb sync
  (bsc#1178203).
- ALSA: usb-audio: Move snd_usb_autoresume() call out of
  setup_hw_info() (bsc#1178203).
- ALSA: usb-audio: Track implicit fb sync endpoint in audioformat
  list (bsc#1178203).
- ALSA: usb-audio: Improve some debug prints (bsc#1178203).
- ALSA: usb-audio: Set and clear sync EP link properly
  (bsc#1178203).
- ALSA: usb-audio: Add snd_usb_get_endpoint() helper
  (bsc#1178203).
- ALSA: usb-audio: Check implicit feedback EP generically for UAC2
  (bsc#1178203).
- ALSA: usb-audio: Check valid altsetting at parsing rates for
  UAC2/3 (bsc#1178203).
- ALSA: usb-audio: Don't call usb_set_interface() at trigger
  callback (bsc#1178203).
- ALSA: usb-audio: Handle discrete rates properly in hw
  constraints (bsc#1178203).
- commit 25f15d1
- arm64: mm: Introduce VA_BITS_MIN (jsc#SLE-16407).
- Refresh
  patches.suse/efi-libstub-Rename-efi_call_early-_runtime-macros-to-966291f6.patch.
- Refresh
  patches.suse/efi-libstub-Get-rid-of-sys_table_arg-macro-parameter-2fcdad2a.patch.
- arm64: kasan: Switch to using KASAN_SHADOW_OFFSET
  (jsc#SLE-16407).
- arm64: mm: Flip kernel VA space (jsc#SLE-16407).
- commit 12d714f
- Refresh
  patches.suse/1322-amdgpu-a-NULL-mm-does-not-mean-a-thread-is-a-kthread.patch.
- commit 2d2501a
- powerpc/rtas: Restrict RTAS requests from userspace
  (CVE-2020-27777 bsc#1179107).
  Update config files.
- commit 4d9370a
- Add missing '.patch' extension
- commit 6639fd0
- Add missing '.patch' extension
- commit cb5e93e
- net/mlx5: E-Switch, Fail mlx5_esw_modify_vport_rate if qos
  disabled (jsc#SLE-8464).
- net/mlx5: Clear bw_share upon VF disable (jsc#SLE-8464).
- ionic: check port ptr before use (bsc#1167773).
- bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally
  (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Check abort error state in bnxt_open_nic()
  (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Invoke cancel_delayed_work_sync() for PFs also
  (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Fix regression in workqueue cleanup logic in
  bnxt_remove_one() (jsc#SLE-8371 bsc#1153274).
- RDMA/mlx5: Fix devlink deadlock on net namespace deletion
  (jsc#SLE-8464).
- SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()
  (bsc#1154353).
- RDMA/hns: Fix the wrong value of rnr_retry when querying qp
  (jsc#SLE-8449).
- RDMA/hns: Solve the overflow of the calc_pg_sz() (jsc#SLE-8449).
- RDMA/qedr: Fix return code if accept is called on a destroyed qp
  (jsc#SLE-8215).
- RDMA/ucma: Add missing locking around rdma_leave_multicast()
  (git-fixes).
- net: fix pos incrementment in ipv6_route_seq_next (bsc#1154353).
- bnxt_en: return proper error codes in bnxt_show_temp
  (git-fixes).
- igc: Fix not considering the TX delay for timestamps
  (bsc#1160634).
- igc: Fix wrong timestamp latency numbers (bsc#1160634).
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
  (jsc#SLE-8371 bsc#1153274).
- bnxt_en: Avoid sending firmware messages when AER error is
  detected (jsc#SLE-8371 bsc#1153274).
- commit b757d92
- Update patch reference tag for fbcon fix (CVE-2020-28974 bsc#1178589)
- commit 4526eab
- powerpc/uaccess: Evaluate macro arguments once, before user access is
  allowed (CVE-2020-4788 bsc#1177666).
- commit 3a6dc74
- blacklist.conf: coresight: mark duplicate fixes
- commit 4122655
- usb: core: driver: fix stray tabs in error messages (git-fixes).
- commit a37b0ae
- Revert "/cdc-acm: hardening against malicious devices"/
  (git-fixes).
- commit 1bc383a
- efi/x86: Handle by-ref arguments covering multiple pages in
  mixed mode (jsc#SLE-16407).
- efi/x86: Remove support for EFI time and counter services in
  mixed mode (jsc#SLE-16407).
- efi/x86: Align GUIDs to their size in the mixed mode runtime
  wrapper (jsc#SLE-16407).
- efi/x86: Fix boot regression on systems with invalid memmap
  entries (jsc#SLE-16407).
- efi/x86: Disable instrumentation in the EFI runtime handling
  code (jsc#SLE-16407).
- efi/libstub/x86: Fix EFI server boot failure (jsc#SLE-16407).
- efi/x86: avoid KASAN false positives when accessing the 1:
  1 mapping (jsc#SLE-16407).
- efi: Fix comment for efi_mem_type() wrt absent physical
  addresses (jsc#SLE-16407).
  Refresh
  patches.suse/x86-efi-Delete-SGI-UV1-detection.patch
- efi/x86: Limit EFI old memory map to SGI UV machines
  (jsc#SLE-16407).
  Refresh
  patches.suse/x86-mm-efi-convert-ptdump_walk_pgd_level-to-take-a-mm_struct.patch
  patches.suse/x86-efi-Delete-SGI-UV1-detection.patch
- efi/x86: Avoid RWX mappings for all of DRAM (jsc#SLE-16407).
- efi/x86: Don't map the entire kernel text RW for mixed mode
  (jsc#SLE-16407).
- efi/libstub/x86: Fix unused-variable warning (jsc#SLE-16407).
- efi/libstub/x86: Use mandatory 16-byte stack alignment in
  mixed mode (jsc#SLE-16407).
- efi/libstub/x86: Use const attribute for efi_is_64bit()
  (jsc#SLE-16407).
  Refresh
  patches.suse/x86-boot-compressed-64-add-idt-infrastructure.
- efi: Allow disabling PCI busmastering on bridges during boot
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
  Update config files.
  Add "/CONFIG_EFI_DISABLE_PCI_DMA is not set"/ to x86_64/default and
  arm64/default
- efi/x86: Allow translating 64-bit arguments for mixed mode calls
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
- efi/x86: Check number of arguments to variadic functions
  (jsc#SLE-16407).
- efi/x86: Remove unreachable code in kexec_enter_virtual_mode()
  (jsc#SLE-16407).
- efi/x86: Don't panic or BUG() on non-critical error conditions
  (jsc#SLE-16407).
- efi/x86: Clean up efi_systab_init() routine for legibility
  (jsc#SLE-16407).
- efi/x86: Drop two near identical versions of efi_runtime_init()
  (jsc#SLE-16407).
- efi/x86: Simplify mixed mode call wrapper (jsc#SLE-16407).
- efi/x86: Simplify 64-bit EFI firmware call wrapper
  (jsc#SLE-16407).
- efi/x86: Simplify i386 efi_call_phys() firmware call wrapper
  (jsc#SLE-16407).
- efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64
  bit versions (jsc#SLE-16407).
- efi/x86: Split off some old memmap handling into separate
  routines (jsc#SLE-16407).
- efi/x86: Avoid redundant cast of EFI firmware service pointer
  (jsc#SLE-16407).
- efi/x86: Map the entire EFI vendor string before copying it
  (jsc#SLE-16407).
- efi/x86: Re-disable RT services for 32-bit kernels running on
  64-bit EFI (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- efi/libstub/x86: Force 'hidden' visibility for extern
  declarations (jsc#SLE-16407).
- efi/libstub: Fix boot argument handling in mixed mode entry code
  (jsc#SLE-16407).
  Refresh
  patches.suse/x86-boot-compressed-64-add-idt-infrastructure
- efi/libstub/x86: Avoid globals to store context during mixed
  mode calls (jsc#SLE-16407).
- efi/libstub: Tidy up types and names of global cmdline variables
  (jsc#SLE-16407).
- commit 05d5a7e
- Refresh L1D flush patches to upstream.
- commit 6f67758
- config: arm64: enable coresight support
  References: jsc#SLE-13629,jsc#SLE-14776
- commit 82b71f4
- Delete patches.suse/suse-hv-balloon-debug.patch.
- commit f2ea562
- dt-bindings: arm: Adds CoreSight CTI hardware definitions
  (jsc#SLE-13629,jsc#SLE-14776).
- commit 06e36ad
- x86/microcode/intel: Check patch signature before saving
  microcode for early loading (bsc#1152489).
- commit 8621df1
- powerpc/pseries: Add KVM guest doorbell restrictions
  (jsc#SLE-15869 jsc#SLE-16321).
- powerpc/pseries: Use doorbells even if XIVE is available
  (jsc#SLE-15869 jsc#SLE-16321).
- powerpc: Inline doorbell sending functions (jsc#SLE-15869
  jsc#SLE-16321).
- commit 1caac5a
- coresight: tmc-etr: Assign boolean values to a bool variable
  (jsc#SLE-13629,jsc#SLE-14776).
- commit 9f54ba1
- x86/speculation: Allow IBPB to be conditionally enabled on
  CPUs with always-on STIBP (bsc#1152489).
- commit 7689d05
- rpm/kernel-binary.spec.in: use grep -E instead of egrep (bsc#1179045)
  egrep is only a deprecated bash wrapper for "/grep -E"/. So use the latter
  instead.
- commit 63d7072
- coresight: etb10: Fix possible NULL ptr dereference in
  etb_enable_perf() (jsc#SLE-13629,jsc#SLE-14776).
- coresight: tmc-etf: Fix NULL ptr dereference in
  tmc_enable_etf_sink_perf() (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Remove unnecessary THIS_MODULE of funnel and
  replicator driver (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Handle TRCVIPCSSCTLR accesses
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Fix accesses to TRCPROCSELR
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Update TRCIDR3.NUMPROCS handling to match v4.2
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Fix accesses to TRCCIDCTLR1
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Fix accesses to TRCVMIDCTLR1
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: core: Remove unneeded semicolon
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Fix uninitialised pointer bug in etm_setup_aux()
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Initialize dynamic sysfs attributes
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: add module license (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Skip setting LPOVERRIDE bit for
  qcom,skip-power-up (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Fix save and restore of TRCVMIDCCTLR1 register
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: core: Allow the coresight core driver to be built
  as a module (jsc#SLE-13629,jsc#SLE-14776).
- coresight: catu: Allow catu drivers to be built as modules
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: tmc-etr: Add function to register catu ops
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Allow cti to be built as a module
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Increase reference count when enabling cti
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Don't disable ect device if it's not enabled
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Fix bug clearing sysfs links on callback
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Fix remove sysfs link error
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Add function to register cti associate ops
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: replicator: Allow replicator driver to be built as
  module (jsc#SLE-13629,jsc#SLE-14776).
- coresight: funnel: Allow funnel driver to be built as module
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: tmc: Allow tmc to be built as a module
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: tpiu: Allow tpiu to be built as a module
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etb: Allow etb to be built as a module
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Allow etm4x to be built as a module
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm3x: Allow etm3x to be built as a module
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm: perf: Fix warning caused by etm_setup_aux
  failure (jsc#SLE-13629,jsc#SLE-14776).
- coresight: stm: Allow to build coresight-stm as a module
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Add try_get_module() in coresight_grab_device()
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Export global symbols (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Add coresight prefix to barrier_pkt
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Use IS_ENABLED for CONFIGs that may be modules
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cpu_debug: Define MODULE_DEVICE_TABLE
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cpu_debug: Add module name in Kconfig
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Fix number of resources check for ETM 4.3
  and above (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Fix mis-usage of nr_resource in sysfs
  interface (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Make sysfs functional on topologies with per core
  sink (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm: perf: Sink selection using sysfs is deprecated
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Fix issues on trcseqevr access
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Handle unreachable sink in perf mode
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Write regsiters directly in cti_enable_hw()
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Fix issues within reset interface of sysfs
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Ensure default perf settings filter
  user/kernel (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: remove pm_runtime_get_sync() from CPU hotplug
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: disclaim device only when it's claimed
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Add Support for HiSilicon ETM device
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: fix offset by one error in counting ports
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: stm: Support marked packet
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks
  to init (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Fix save/restore during cpu idle
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm: perf: Add default sink selection to etm perf
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: tmc: Update sink types for default selection
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Add default sink selection to CoreSight base
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: tmc: Add shutdown callback for TMC ETR
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Fix comment in main header file
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etmv4: Counter values not saved on disable
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etmv4: Fix resource selector constant
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Drop double check for ACPI companion device
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Use devm_kcalloc() in coresight_alloc_conns()
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: replicator: Reset replicator if context is lost
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Add support to skip trace unit power up
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: catu: Use CS_AMBA_ID macro for id table
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: replicator: Use CS_AMBA_ID macro for id table
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etmv4: Fix CPU power management setup in probe()
  function (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Fix error handling in probe
  (jsc#SLE-13629,jsc#SLE-14776).
- stm class: Replace zero-length array with flexible-array
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Add CPU idle pm notifer to CTI devices
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Add CPU Hotplug handling to CTI driver
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Fix use-after-free of per-cpu etm drvdata
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Avoid casting void pointers
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Include required headers in C files
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Initialize arg in sparse friendly way
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Don't initialize variables unnecessarily
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Mark some functions static
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Add support for Neoverse N1 ETM
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etmv4: Update default filter and initialisation
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb()
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Fix support for sparsely populated ports
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etb10: Make coresight_etb_groups static
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Make some symbols static
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Replace ETM PIDs with UCI IDs for Kryo385
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: etm4x: Add support for Qualcomm SC7180 SoC
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Add in sysfs links to other coresight devices
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Expose device connections via sysfs
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Add generic sysfs link creation functions
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Add return value for fixup connections
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: Pass coresight_device for
  coresight_release_platform_data (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: remove incorrect NULL return check
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Add connection information to sysfs
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Enable CTI associated with devices
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Add device tree support for custom CTI
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Add device tree support for v8 arch CTI
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Add sysfs trigger / channel programming API
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Add sysfs access to program function registers
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Add sysfs coresight mgmt register access
  (jsc#SLE-13629,jsc#SLE-14776).
- coresight: cti: Initial CoreSight CTI Driver
  (jsc#SLE-13629,jsc#SLE-14776).
- stm class: sys-t: Fix the use of time_after()
  (jsc#SLE-13629,jsc#SLE-14776).
- commit a8be182
- series.conf: cleanup
- update upstream reference and resort:
  patches.suse/scsi-libiscsi-fix-nop-race-condition
- commit 8f31344
- fix patch metadata
- fix Patch-mainline:
  patches.suse/0001-mm-THP-swap-fix-allocating-cluster-for-swapfile-by-m.patch
- commit 47f49e5
- blacklist.conf: ffedeeb780dc linkage: Introduce new macros for assembler symbols
- commit 3f22bb2
- usb: typec: ucsi: Report power supply changes (git-fixes).
- commit 23870a2
- kernel-{binary,source}.spec.in: do not create loop symlinks (bsc#1179082)
- commit adf56a8
- arm64: lock down kernel in secure boot mode (jsc#SLE-15020).
- Update config file: Enable CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT and its
  dependencies.
- commit 6f11f98
- arm64/ima: add ima_arch support (jsc#SLE-15020).
- ima: generalize x86/EFI arch glue for other EFI architectures
  (jsc#SLE-15020).
- commit 6c08e9b
- mac80211: free sta in sta_info_insert_finish() on errors
  (git-fixes).
- commit 61bc819
- HID: logitech-dj: Fix Dinovo Mini when paired with a MX5x00
  receiver (git-fixes).
- HID: logitech-dj: Fix an error in mse_bluetooth_descriptor
  (git-fixes).
- HID: logitech-dj: Handle quad/bluetooth keyboards with a
  builtin trackpad (git-fixes).
- HID: logitech-hidpp: Add PID for MX Anywhere 2 (git-fixes).
- iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for
  setting tablet-mode (git-fixes).
- iio: accel: kxcjk1013: Replace is_smo8500_device with an
  acpi_type enum (git-fixes).
- iio: light: fix kconfig dependency bug for VCNL4035 (git-fixes).
- iio: adc: mediatek: fix unset field (git-fixes).
- tty: serial: imx: keep console clocks always on (git-fixes).
- tty: serial: imx: fix potential deadlock (git-fixes).
- mac80211: always wind down STA state (git-fixes).
- commit 0772cb9
- rpm/kernel-binary.spec.in: avoid using more barewords (bsc#1179014)
  %split_extra still contained two.
- commit d9b4c40
- efi: generalize efi_get_secureboot (jsc#SLE-15020).
- Refresh
  patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch.
- commit 5086d30
- speakup: Do not let the line discipline be used several times
  (CVE-2020-28941 bsc#1178740).
- commit 94aeaf9
- x86/ima: use correct identifier for SetupMode variable
  (jsc#SLE-15020).
- commit f8d6ce0
- blacklist.conf: add two more bpf commits
  197afc631413 libbpf: Don‘t attempt to load unused subprog as an entry-point BPF program
  2acc3c1bc8e9 selftests/bpf: Fix error return code in run_getsockopt_test()
- commit d1b0a66
- lib/strncpy_from_user.c: Mask out bytes after NUL terminator (bsc#1155518).
- commit c5101f8
- libbpf: Fix VERSIONED_SYM_COUNT number parsing (bsc#1177028).
- bpf: Relax return code check for subprograms (bsc#1177028).
- tools, bpftool: Add missing close before bpftool net attach exit
  (bsc#1177028).
- bpf: verifier: Use target program's type for access
  verifications (bsc#1177028).
- bpf: sockmap: Allow update from BPF (bsc#1177028).
- bpf: sockmap: Call sock_map_update_elem directly (bsc#1177028).
- bpf: sockmap: Merge sockmap and sockhash update functions
  (bsc#1177028).
- commit c8ac81c
- kABI workaround for USB audio driver (bsc#1178203).
- commit 9a89b5e
- EDAC/amd64: Support asymmetric dual-rank DIMMs (bsc#1179001).
- EDAC/amd64: Cache secondary Chip Select registers (bsc#1179001).
- commit 5ad6aa8
- ALSA: hda/ca0132: Fix compile warning without PCI (git-fixes).
- commit 279d4c5
- EDAC/amd64: Find Chip Select memory size using Address Mask
  (bsc#1179001).
- Refresh
  patches.suse/edac-amd64-add-amd-family-17h-model-60h-pci-ids.patch.
- Refresh
  patches.suse/edac-amd64-add-family-ops-for-family-19h-models-00h-0fh.patch.
- Refresh
  patches.suse/edac-amd64-add-pci-device-ids-for-family-17h-model-70h.patch.
- Refresh
  patches.suse/edac-amd64-save-max-number-of-controllers-to-family-type.patch.
- commit 889ea68
- ALSA: usb-audio: Support PCM sync_stop (bsc#1178203).
- Refresh
  patches.suse/ALSA-usb-audio-Fix-potential-use-after-free-of-strea.patch.
- Refresh
  patches.suse/ALSA-usb-audio-set-the-interface-format-after-resume.patch.
- commit 0f18878
- ALSA: usb-audio: Use ALC1220-VB-DT mapping for ASUS ROG Strix
  TRX40 mobo (bsc#1178203).
- ALSA: usb-audio: Correct wrongly matching entries with audio
  class (bsc#1178203).
- ALSA: usb-audio: Properly match with audio interface class
  (bsc#1178203).
- ALSA: usb-audio: Simplify quirk entries with a macro
  (bsc#1178203).
- ALSA: usb-audio: Move device rename and profile quirks to an
  internal table (bsc#1178203).
- ALSA: usb-audio: Use managed buffer allocation (bsc#1178203).
- ALSA: usb-audio: Convert to the common vmalloc memalloc
  (bsc#1178203).
- commit 535b061
- ALSA: hda: Add Alderlake-S PCI ID and HDMI codec vid
  (jsc#SLE-13489).
- commit 9c738ab
- ASOC: Intel: kbl_rt5663_rt5514_max98927: Do not try to disable
  disabled clock (git-fixes).
- ASoC: Intel: KMB: Fix S24_LE configuration (git-fixes).
- commit 4a82e7d
- ASoC: qcom: lpass-platform: Fix memory leak (git-fixes).
- ALSA: mixart: Fix mutex deadlock (git-fixes).
- ALSA: usb-audio: Add delay quirk for all Logitech USB devices
  (git-fixes).
- ALSA: firewire: Clean up a locking issue in copy_resp_to_buf()
  (git-fixes).
- ALSA: ctl: fix error path at adding user-defined element set
  (git-fixes).
- ALSA: hda/realtek - HP Headset Mic can't detect after boot
  (git-fixes).
- ALSA: hda/realtek - Add supported mute Led for HP (git-fixes).
- ALSA: hda/realtek: Add some Clove SSID in the ALC293(ALC1220)
  (git-fixes).
- ALSA: hda/realtek - Add supported for Lenovo ThinkPad Headset
  Button (git-fixes).
- commit 55dbb32
- EDAC/amd64: Initialize DIMM info for systems with more than
  two channels (bsc#1179001).
- commit 263a905
- EDAC/amd64: Gather hardware information early (bsc#1179001).
- Refresh
  patches.suse/edac-amd64-save-max-number-of-controllers-to-family-type.patch.
- commit 23c7468
- EDAC/amd64: Save max number of controllers to family type
  (bsc#1179001).
  Refresh patches.suse/edac-amd64-add-family-ops-for-family-19h-models-00h-0fh.patch.
- EDAC/amd64: Make struct amd64_family_type global (bsc#1179001).
- commit 7a2a5fc
- kernel-source.spec: Fix build with rpm 4.16 (boo#1179015).
  RPM_BUILD_ROOT is cleared before %%install. Do the unpack into
  RPM_BUILD_ROOT in %%install
- commit 13bd533
- mm/memremap.c: convert devmap static branch to {inc,dec}
  (jsc#SLE-16387).
- commit 28e3712
- lib: fix test_hmm.c reference after free (jsc#SLE-16387).
- commit 6494bc7
- MAINTAINERS: add HMM selftests (jsc#SLE-16387).
- commit de2b551
- mm/hmm/test: add selftests for HMM (jsc#SLE-16387).
- commit 04c8e1c
- mm/hmm/test: add selftest driver for HMM (jsc#SLE-16387).
- Update config files.
- commit dc51e9f
- brcmfmac: Fix warning message after dongle setup failed
  (git-fixes).
- commit 21b5253
- Update config files: Enable imx8's SPI, dmaengine and alsa components
- supported.conf: Add spi-imx and imx-sdma
- commit e5360c4
- powerpc/32s: Prepare prevent_user_access() for user_access_end()
  (CVE-2020-4788 bsc#1177666).
- commit 2118998
- powerpc/32s: Drop NULL addr verification (CVE-2020-4788
  bsc#1177666).
- commit 764b74e
- spi: cadence-quadspi: Fix error return code in cqspi_probe
  (git-fixes).
- commit 8996fc5
- dmaengine: imx-dma: Mark expected switch fall-through
  (jsc#SLE-16106).
- commit 6962d07
- rpm/kernel-binary.spec.in: avoid using barewords (bsc#1179014)
  Author: Dominique Leuenberger <dimstar@opensuse.org>
- commit 21f8205
- rpm/mkspec: do not build kernel-obs-build on x86_32
  We want to use 64bit kernel due to various bugs (bsc#1178762 to name
  one).
  There is:
  ExportFilter: ^kernel-obs-build.*.x86_64.rpm$ . i586
  in Factory's prjconf now. No other actively maintained distro (i.e.
  merging packaging branch) builds a x86_32 kernel, hence pushing to
  packaging directly.
- commit 8099b4b
- fs/select.c: batch user writes in do_sys_poll (CVE-2020-4788
  bsc#1177666).
- commit e2a69e2
- ceph: check session state after bumping session->s_seq
  (bsc#1179012).
- ceph: check the sesion state and return false in case it is
  closed (bsc#1179012).
- ceph: add check_session_state() helper and make it global
  (bsc#1179012).
- commit d99bb08
- Refresh patches.suse/crypto-safexcel-des-switch-to-new-verification-routines.patch.
  The removal of the variable flags in safexcel_aead_setkey() was somehow
  missed, creating warnings on Leap kernels.
- commit 88b5f9f
- Revert "/- crypto: caam - share definition for MAX_SDLEN (jsc#SLE-14454)."/
  This reverts commit 3551d7147c4c8c2560932f1461fa9ae2dabaae66.
  The patch was already introduced by
  51f999dc1fe74962969c521a27218efa49298292 but with a slightly different
  file name.
- commit c8b4478
- spi: introduce fallback to pio (jsc#SLE-16106).
- commit 415e477
- Restore the header of series.conf
  The header of series.conf was accidentally changed by abb50be8e6bc
  "/(kABI: revert use_mm name change (MM Functionality, bsc#1178426))"/.
  The scripts/git_sort/lib.py script matches the upper-case "/K"/ in the
  header.
- commit cec3f48
- selftests/powerpc: entry flush test (CVE-2020-4788 bsc#1177666).
- powerpc/64s: flush L1D after user accesses (CVE-2020-4788
  bsc#1177666).
- powerpc/64s: flush L1D on kernel entry (CVE-2020-4788
  bsc#1177666).
- selftests/powerpc: rfi_flush: disable entry flush if present
  (CVE-2020-4788 bsc#1177666).
- powerpc/64s: rename pnv|pseries_setup_rfi_flush to
  _setup_security_mitigations (CVE-2020-4788 bsc#1177666).
- selftests/powerpc: entry flush test (CVE-2020-4788 bsc#1177666).
- powerpc: Only include kup-radix.h for 64-bit Book3S
  (CVE-2020-4788 bsc#1177666).
- powerpc/64s: flush L1D after user accesses (CVE-2020-4788
  bsc#1177666).
- powerpc/64s: flush L1D on kernel entry (CVE-2020-4788
  bsc#1177666).
- selftests/powerpc: rfi_flush: disable entry flush if present
  (CVE-2020-4788 bsc#1177666).
- commit e2755de
- Fonts: Replace discarded const qualifier (CVE-2020-28915
  bsc#1178886).
- commit 1896c0d
- fbcon: Fix global-out-of-bounds read in fbcon_get_font()
  (CVE-2020-28915 bsc#1178886).
- Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
  (CVE-2020-28915 bsc#1178886).
- commit cf5442f
- Refresh patch reference for font fix patch (CVE-2020-28915 bsc#1178886)
- commit 1add793
- selftests/powerpc: Skip security tests on older CPUs
  (CVE-2020-4788 bsc#1177666).
- commit 1bc32c0
- ACPI: processor: fix NONE coordination for domain mapping
  failure (jsc#SLE-14771).
- cppc_cpufreq: expose information on frequency domains
  (jsc#SLE-14771).
- cppc_cpufreq: clarify support for coordination types
  (jsc#SLE-14771).
- cppc_cpufreq: use policy->cpu as driver of frequency setting
  (jsc#SLE-14771).
- cppc_cpufreq: replace per-cpu structures with lists
  (jsc#SLE-14771).
- cppc_cpufreq: simplify use of performance capabilities
  (jsc#SLE-14771).
- cppc_cpufreq: clean up cpu, cpu_num and cpunum variable use
  (jsc#SLE-14771).
- cppc_cpufreq: fix misspelling, code style and readability issues
  (jsc#SLE-14771).
- ACPI: CPPC: Make some symbols static (jsc#SLE-14771).
- ACPI: CPPC: clean up acpi_get_psd_map() (jsc#SLE-14771).
- commit f7b4058
- blacklist.conf: add RISC V patch
- commit 42e5de9
- ACPI: fan: Initialize performance state sysfs attribute
  (git-fixes).
- net: phy: realtek: support paged operations on RTL8201CP
  (git-fixes).
- commit f04c666
- can: kvaser_usb: kvaser_usb_hydra: Fix KCAN bittiming limits
  (git-fixes).
- can: m_can: m_can_stop(): set device to software init mode
  before closing (git-fixes).
- can: m_can: m_can_handle_state_change(): fix state change
  (git-fixes).
- can: flexcan: flexcan_setup_stop_mode(): add missing "/req_bit"/
  to stop mode property comment (git-fixes).
- can: peak_usb: fix potential integer overflow on shift of a int
  (git-fixes).
- can: mcba_usb: mcba_usb_start_xmit(): first fill skb, then
  pass to can_put_echo_skb() (git-fixes).
- can: dev: can_restart(): post buffer from the right context
  (git-fixes).
- can: af_can: prevent potential access of uninitialized member
  in canfd_rcv() (git-fixes).
- can: af_can: prevent potential access of uninitialized member
  in can_rcv() (git-fixes).
- lan743x: prevent entire kernel HANG on open, for some platforms
  (git-fixes).
- lan743x: fix issue causing intermittent kernel log warnings
  (git-fixes).
- mac80211: minstrel: fix tx status processing corner case
  (git-fixes).
- mac80211: minstrel: remove deferred sampling code (git-fixes).
- rfkill: Fix use-after-free in rfkill_resume() (git-fixes).
- spi: lpspi: Fix use-after-free on unbind (git-fixes).
- regulator: ti-abb: Fix array out of bound read access on the
  first transition (git-fixes).
- regulator: workaround self-referent regulators (git-fixes).
- regulator: avoid resolve_supply() infinite recursion
  (git-fixes).
- regulator: fix memory leak with repeated
  set_machine_constraints() (git-fixes).
- regulator: pfuze100: limit pfuze-support-disable-sw to
  pfuze{100,200} (git-fixes).
- commit 3d08124
- kbuild: make Clang build userprogs for target architecture (bsc#1177028).
- commit 11fffeb
- efi/libstub: Drop 'table' argument from efi_table_attr() macro
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- efi/libstub: Drop protocol argument from efi_call_proto()
  macro (jsc#SLE-16407).
- efi/libstub/x86: Work around page freeing issue in mixed mode
  (jsc#SLE-16407).
- efi/libstub/x86: Drop __efi_early() export and efi_config struct
  (jsc#SLE-16407).
  Refresh
  patches.suse/x86-boot-compressed-64-add-idt-infrastructure.
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch
- efi/libstub: Unify the efi_char16_printk implementations
  (jsc#SLE-16407).
- efi/libstub: Get rid of 'sys_table_arg' macro parameter
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
- efi/libstub: Avoid protocol wrapper for file I/O routines
  (jsc#SLE-16407).
- efi/libstub/x86: Avoid thunking for native firmware calls
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
- efi/libstub: Annotate firmware routines as __efiapi
  (jsc#SLE-16407).
- efi/libstub: Use stricter typing for firmware function pointers
  (jsc#SLE-16407).
- efi/libstub: Drop explicit 32/64-bit protocol definitions
  (jsc#SLE-16407).
- efi/libstub: Distinguish between native/mixed not 32/64 bit
  (jsc#SLE-16407).
- efi/libstub: Extend native protocol definitions with mixed_mode
  aliases (jsc#SLE-16407).
- efi/libstub: Use a helper to iterate over a EFI handle array
  (jsc#SLE-16407).
- efi/x86: Rename efi_is_native() to efi_is_mixed()
  (jsc#SLE-16407).
- efi/libstub: Remove unused __efi_call_early() macro
  (jsc#SLE-16407).
- efi/gop: Unify 32/64-bit functions (jsc#SLE-16407).
- efi/gop: Convert GOP structures to typedef and clean up some
  types (jsc#SLE-16407).
- efi/gop: Remove unused typedef (jsc#SLE-16407).
- efi/gop: Remove bogus packed attribute from GOP structures
  (jsc#SLE-16407).
- efi/capsule-loader: Explicitly include linux/io.h for
  page_to_phys() (jsc#SLE-16407).
- x86/efi: Explicitly include realmode.h to handle RM trampoline
  quirk (jsc#SLE-16407).
- x86/efistub: Disable paging at mixed mode entry (jsc#SLE-16407).
- commit 7d8fae9
- treewide: Use sizeof_field() macro (jsc#SLE-16407).
- commit f4dcb62
- pinctrl: lynxpoint: Move GPIO driver to pin controller folder
  (jsc#SLE-12730).
- Refresh
  patches.suse/pinctrl-intel-Add-Intel-Alder-Lake-S-pin-controller-.patch.
- commit 66f9d94
- blacklist.conf: git-fixes blacklist for drm v5.8
- commit 9af7e74
- usb: dwc3: pci: add support for the Intel Alder Lake-S
  (jsc#SLE-13489).
- commit 030ca85
- uio: Fix use-after-free in uio_unregister_device() (git-fixes).
- mei: protect mei_cl_mtu from null dereference (git-fixes).
- usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download mode
  (git-fixes).
- pinctrl: amd: use higher precision for 512 RtcClk (git-fixes).
- pinctrl: amd: fix incorrect way to disable debounce filter
  (git-fixes).
- usb: gadget: goku_udc: fix potential crashes in probe
  (git-fixes).
- i2c: sh_mobile: implement atomic transfers (git-fixes).
- i2c: mediatek: move dma reset before i2c reset (git-fixes).
- tpm_tis: Disable interrupts on ThinkPad T490s (git-fixes).
- cfg80211: regulatory: Fix inconsistent format argument
  (git-fixes).
- cfg80211: initialize wdev data earlier (git-fixes).
- mac80211: fix use of skb payload instead of header (git-fixes).
- mfd: sprd: Add wakeup capability for PMIC IRQ (git-fixes).
- commit 0ba4e11
- futex: Don't enable IRQs unconditionally in put_pi_state()
  (bsc#1149032).
- futex: Handle transient "/ownerless"/ rtmutex state correctly
  (bsc#1149032).
- commit 15c899a
- kABI workaround for HD-audio (git-fixes).
- commit 97e2fbf
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
  (git-fixes).
- ALSA: hda: fix jack detection with Realtek codecs when in D3
  (git-fixes).
- commit 6f153b9
- x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*
  (jsc#SLE-16407).
  Joey Lee:
  Only backporting EFI files for later EFI stub changing.
- linkage: Introduce new macros for assembler symbols
  (jsc#SLE-16407).
- commit 0db172f
- gpio: aspeed: avoid return type warning (git-fixes).
- commit 3ce1279
- Add blacklist and no-fix for superfluous gpio and pinctrl commits
- commit e89ba63
- gpio: aspeed: fix ast2600 bank properties (git-fixes).
- gpio/aspeed-sgpio: don't enable all interrupts by default
  (git-fixes).
- gpio/aspeed-sgpio: enable access to all 80 input & output sgpios
  (git-fixes).
- Revert "/gpio: thunderx: Switch to GPIOLIB_IRQCHIP"/ (git-fixes).
- MAINTAINERS: Append missed file to the database (git-fixes).
- pinctrl: pinmux: fix a possible null pointer in
  pinmux_can_be_used_for_gpio (git-fixes).
- gpio: aspeed-sgpio: Rename and add Kconfig/Makefile (git-fixes).
- pinctrl: stmfx: fix valid_mask init sequence (git-fixes).
- commit d2a6950
- arm64: thunderX2: drop support for pre-production silicon revisions
  References: jsc#11529
- commit 5a94cc5
- cpufreq: CPPC: Reuse caps variable in few routines
  (jsc#SLE-14771).
- cpufreq: cppc: Reorder code and remove apply_hisi_workaround
  variable (jsc#SLE-14771).
- mailbox: pcc: Put the PCCT table for error path (jsc#SLE-14771).
- mailbox: pcc: make pcc_mbox_driver static (jsc#SLE-14771).
- cpufreq: CPPC: add SW BOOST support (jsc#SLE-14771).
- cpufreq: change '.set_boost' to act on one policy
  (jsc#SLE-14771).
- cpufreq: CPPC: put ACPI table after using it (jsc#SLE-14771).
- cpufreq : CPPC: Break out if HiSilicon CPPC workaround is
  matched (jsc#SLE-14771).
- commit 7996b85
- pinctrl: intel: Fix 2 kOhm bias which is 833 Ohm
  (jsc#SLE-12730).
- pinctrl: sunrisepoint: Modify COMMUNITY macros to be consistent
  (jsc#SLE-12730).
- pinctrl: cannonlake: Modify COMMUNITY macros to be consistent
  (jsc#SLE-12730).
- pinctrl: intel: Update header block to reflect direct
  dependencies (jsc#SLE-12730).
- pinctrl: cherryview: Switch to use intel_pinctrl_get_soc_data()
  (jsc#SLE-12730).
- pinctrl: baytrail: Switch to use intel_pinctrl_get_soc_data()
  (jsc#SLE-12730).
- pinctrl: intel: Extract intel_pinctrl_get_soc_data() helper
  for wider use (jsc#SLE-12730).
- pinctrl: cherryview: Utilize temporary variable to hold device
  pointer (jsc#SLE-12730).
- pinctrl: cherryview: Switch to use struct intel_pinctrl
  (jsc#SLE-12730).
- pinctrl: cherryview: Move custom community members to separate
  data struct (jsc#SLE-12730).
- pinctrl: cherryview: Drop stale comment (jsc#SLE-12730).
- commit 19aef60
- pinctrl: merrifield: Add I2S bus 2 pins to groups and functions
  (jsc#SLE-12730).
- commit ba1d01c
- pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag
  on GPIOs (jsc#SLE-12730).
- pinctrl: baytrail: Use fallthrough pseudo-keyword
  (jsc#SLE-12730).
- pinctrl: merrifield: Update pin names in accordance with
  official list (jsc#SLE-12730).
- pinctrl: baytrail: Drop no-op ACPI_PTR() call (jsc#SLE-12730).
- pinctrl: lynxpoint: Drop no-op ACPI_PTR() call (jsc#SLE-12730).
- pinctrl: lynxpoint: Introduce helpers to enable or disable input
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Make use of for_each_requested_gpio()
  (jsc#SLE-12730).
- pinctrl: intel: Make use of for_each_requested_gpio_in_range()
  (jsc#SLE-12730).
- pinctrl: intel: Protect IO in few call backs by lock
  (jsc#SLE-12730).
- pinctrl: intel: Split intel_config_get() to three functions
  (jsc#SLE-12730).
- pinctrl: intel: Drop the only label in the code for consistency
  (jsc#SLE-12730).
- pinctrl: intel: Get rid of redundant 'else' in
  intel_config_set_debounce() (jsc#SLE-12730).
- pinctrl: intel: Make use of IRQ_RETVAL() (jsc#SLE-12730).
- pinctrl: intel: Reduce scope of the lock (jsc#SLE-12730).
- pinctrl: intel: Disable input and output buffer when switching
  to GPIO (jsc#SLE-12730).
- pinctrl: cherryview: Re-use data structures from pinctrl-intel.h
  (part 3) (jsc#SLE-12730).
- pinctrl: intel: Allow drivers to define ACPI address space ID
  (jsc#SLE-12730).
- pinctrl: intel: Allow drivers to define total amount of IRQs
  per community (jsc#SLE-12730).
- pinctrl: cherryview: Convert chv_writel() to use chv_padreg()
  (jsc#SLE-12730).
- pinctrl: cherryview: Introduce helpers to IO with common
  registers (jsc#SLE-12730).
- pinctrl: cherryview: Introduce chv_readl() helper
  (jsc#SLE-12730).
- gpiolib: Introduce for_each_requested_gpio_in_range() macro
  (jsc#SLE-12730).
- commit 2be8053
- pinctrl: baytrail: Fix pin being driven low for a while on
  gpiod_get(..., GPIOD_OUT_HIGH) (jsc#SLE-12730).
- pinctrl: intel: Move npins closer to pin_base in struct
  intel_community (jsc#SLE-12730).
- pinctrl: intel: Update description in struct intel_community
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Use platform_get_irq_optional() explicitly
  (jsc#SLE-12730).
- pinctrl: baytrail: Use platform_get_irq_optional() explicitly
  (jsc#SLE-12730).
- pinctrl: icelake: Use generic flag for special GPIO base
  treatment (jsc#SLE-12730).
- pinctrl: cannonlake: Use generic flag for special GPIO base
  treatment (jsc#SLE-12730).
- pinctrl: cherryview: Use GENMASK() consistently (jsc#SLE-12730).
- pinctrl: cherryview: Re-use data structures from pinctrl-intel.h
  (part 2) (jsc#SLE-12730).
- commit efa95a6
- Update config files.
- Refresh
  patches.suse/pinctrl-intel-Add-Intel-Alder-Lake-S-pin-controller-.patch.
- Refresh
  patches.suse/pinctrl-lynxpoint-Move-GPIO-driver-to-pin-controller.patch.
- supported.conf: Add pinctrl-lynxpoint
- commit 7d43af8
- pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID
  (jsc#SLE-12730).
- pinctrl: intel: Pass irqchip when adding gpiochip
  (jsc#SLE-12730).
- pinctrl: intel: Add GPIO <-> pin mapping ranges via callback
  (jsc#SLE-12730).
- pinctrl: baytrail: Replace WARN with dev_info_once when setting
  direct-irq pin to output (jsc#SLE-12730).
- pinctrl: lynxpoint: Update summary in the driver
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Switch to pin control API (jsc#SLE-12730).
- pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callback
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Implement ->pin_dbg_show() (jsc#SLE-12730).
- pinctrl: lynxpoint: Add pin control operations (jsc#SLE-12730).
- pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driver
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Add pin control data structures
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Implement intel_gpio_get_direction callback
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Implement ->irq_ack() callback
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Move ownership check to IRQ chip
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related
  routines (jsc#SLE-12730).
- pinctrl: lynxpoint: Move ->remove closer to ->probe()
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Extract lp_gpio_acpi_use() for future use
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Convert unsigned to unsigned int
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Switch to memory mapped IO accessors
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Keep pointer to struct device instead of
  its container (jsc#SLE-12730).
- pinctrl: lynxpoint: Relax GPIO request rules (jsc#SLE-12730).
- pinctrl: lynxpoint: Assume 2 bits for mode selector
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Use standard pattern for memory allocation
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Use %pR to print IO resource
  (jsc#SLE-12730).
- pinctrl: lynxpoint: Drop useless assignment (jsc#SLE-12730).
- pinctrl: lynxpoint: Correct amount of pins (jsc#SLE-12730).
- pinctrl: lynxpoint: Use raw_spinlock for locking
  (jsc#SLE-12730).
- pinctrl: baytrail: Reuse struct intel_pinctrl in the driver
  (jsc#SLE-12730).
- pinctrl: baytrail: Use local variable to keep device pointer
  (jsc#SLE-12730).
- pinctrl: baytrail: Keep pointer to struct device instead of
  its container (jsc#SLE-12730).
- pinctrl: intel: Share struct intel_pinctrl for wider use
  (jsc#SLE-12730).
- pinctrl: intel: Use GPIO direction definitions (jsc#SLE-12730).
- pinctrl: cherryview: Use GPIO direction definitions
  (jsc#SLE-12730).
- pinctrl: baytrail: Use GPIO direction definitions
  (jsc#SLE-12730).
- pinctrl: baytrail: Move IRQ valid mask initialization to a
  dedicated callback (jsc#SLE-12730).
- pinctrl: baytrail: Group GPIO IRQ chip initialization
  (jsc#SLE-12730).
- pinctrl: baytrail: Allocate IRQ chip dynamic (jsc#SLE-12730).
- commit be1af4d
- pinctrl: sunrisepoint: Add missing Interrupt Status register
  offset (jsc#SLE-12730).
- Refresh
  patches.suse/pinctrl-sunrisepoint-Fix-PAD-lock-register-offset-fo.patch.
- commit 58844ce
- pinctrl: cherryview: Missed type change to unsigned int
  (jsc#SLE-12730).
- Refresh
  patches.suse/pinctrl-cherryview-Add-missing-spinlock-usage-in-chv.patch.
- commit 2b6f93f
- pinctrl: intel: Use helper to restore register values on
  - >resume() (jsc#SLE-12730).
- Refresh
  patches.suse/pinctrl-intel-Introduce-common-flags-for-GPIO-mappin.patch.
- commit 07edd70
- pinctrl: intel: Introduce intel_restore_hostown() helper
  (jsc#SLE-12730).
- Refresh
  patches.suse/pinctrl-intel-Introduce-common-flags-for-GPIO-mappin.patch.
- commit 2eb52ff
- SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow()
  (git-fixes).
- commit 0640a68
- Move patches.suse/compiler.h-Enforce-that-READ_ONCE_NOCHECK-access-siz.patch
  into sorted section.
  For some reason, the above patch was in the kABI padding section. That's
  clearly wrong, move it out of the kABI padding section and into sorted
  patches section.
- commit a46db82
- tty/sysrq: constify the sysrq API (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- commit 28757bc
- tty/sysrq: alpha: export and use __sysrq_get_key_op()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- commit 0885df4
- i2c: add helper to check if a client has a driver attached
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- commit ff6d2f4
- mm/gup: fix gup_fast with dynamic page table folding
  (bnc#1176586, LTC#188235).
- commit b2a9d8e
- x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* (jsc#SLE-16407).
  Joey Lee:
  Only backporting EFI files for later EFI stub changing.
- x86/asm: Make some functions local (jsc#SLE-16407).
- Refresh
  patches.suse/x86-entry-64-handle-fsgsbase-enabled-paranoid-entry-exit.patch.
- Refresh
  patches.suse/x86-entry-64-switch-cr3-before-swapgs-in-paranoid-entry.patch.
- Refresh
  patches.suse/x86-powerpc-rename-memcpy_mcsafe-to-copy_mc_to_-user-kernel.patch.
- x86/boot: Annotate data appropriately (jsc#SLE-16407).
  Refresh
  patches.suse/x86-boot-compressed-64-add-idt-infrastructure.
- x86/asm: Annotate aliases (jsc#SLE-16407).
  Refresh
  patches.suse/x86-cpufeatures-Add-support-for-fast-short-REP-MOVSB.patch.
- x86/asm/crypto: Annotate local functions (jsc#SLE-16407).
- x86/asm: Make more symbols local (jsc#SLE-16407).
- commit c5b2503
- bpf: Fix two typos in uapi/linux/bpf.h (bsc#1177028).
- bpf: Make bpf_link API available indepently of
  CONFIG_BPF_SYSCALL (bsc#1177028).
- bpf: Drop duplicated words in uapi helper comments
  (bsc#1177028).
- xdp: introduce xdp_get_shared_info_from_{buff, frame} utility routines (bsc#1177028).
  Refresh patches
- patches.suse/bpf-cpumap-Add-the-possibility-to-attach-an-eBPF-pro.patch
- patches.suse/bpf-cpumap-Implement-XDP_REDIRECT-for-eBPF-programs-.patch
- bpf: Switch most helper return values from 32-bit int to 64-bit long (bsc#1177028).
  Refresh patches:
- patches.suse/bpf-Introduce-SK_LOOKUP-program-type-with-a-dedicate.patch
- patches.suse/bpf-Sync-linux-bpf.h-to-tools.patch
- patches.suse/bpf-Fix-comment-for-helper-bpf_current_task_under_cg.patch
- commit dd3217c
- scsi: libiscsi: Fix NOP race condition (bsc#1176481).
- commit ed80277
- memremap: provide a not device managed memremap_pages
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Refresh
  patches.suse/mm-memunmap-don-t-access-uninitialized-memmap-in-mem.patch.
- commit a124be7
- memremap: don't use a separate devm action for
  devmap_managed_enable_get (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- commit 4d6242f
- memremap: remove the dev field in struct dev_pagemap
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Refresh
  patches.suse/PCI-P2PDMA-Introduce-private-pagemap-structure.patch.
- Refresh
  patches.suse/mm-memunmap-don-t-access-uninitialized-memmap-in-mem.patch.
- commit 1feeaf5
- x86/efi: EFI soft reservation to E820 enumeration
  (jsc#SLE-16407).
  Refresh
  patches.suse/x86-efi-Add-efi_fake_mem-support-for-EFI_MEMORY_SP-199c8471.patch.
- efi: Common enable/disable infrastructure for EFI soft
  reservation (jsc#SLE-16407).
- Refresh
  patches.suse/efi-Store-mask-of-supported-runtime-services-in-stru.patch.
  patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch.
- Update config files.
  CONFIG_EFI_SOFT_RESERVE=y on x86_64/default, arm64/default
- x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG
  table (jsc#SLE-16407).
- commit 4faf531
- usb: dwc3: Add ACPI support for xHCI ports (jsc#SLE-12251).
- commit 324b394
- pinctrl: cherryview: Pass irqchip when adding gpiochip
  (jsc#SLE-12730).
- pinctrl: cherryview: Add GPIO <-> pin mapping ranges via
  callback (jsc#SLE-12730).
- pinctrl: cherryview: Split out irq hw-init into a separate
  helper function (jsc#SLE-12730).
- pinctrl: baytrail: Pass irqchip when adding gpiochip
  (jsc#SLE-12730).
- pinctrl: baytrail: Add GPIO <-> pin mapping ranges via callback
  (jsc#SLE-12730).
- pinctrl: baytrail: Update North Community pin list
  (jsc#SLE-12730).
- pinctrl: intel: Missed type change to unsigned int
  (jsc#SLE-12730).
- pinctrl: intel: Drop level from warning to debug in
  intel_restore_hostown() (jsc#SLE-12730).
- pinctrl: intel: Introduce intel_restore_intmask() helper
  (jsc#SLE-12730).
- pinctrl: intel: Introduce intel_restore_padcfg() helper
  (jsc#SLE-12730).
- pinctrl: cherryview: Fix spelling mistake in the comment
  (jsc#SLE-12730).
- commit 7f8dbee
- pinctrl: baytrail: Re-use data structures from pinctrl-intel.h
  (part 2) (jsc#SLE-12730).
- Refresh
  patches.suse/0001-pinctrl-baytrail-Really-serialize-all-register-acces.patch.
- commit e0a9108
- pinctrl: sunrisepoint: Provide Interrupt Status register offset
  (jsc#SLE-12730).
- Refresh
  patches.suse/pinctrl-sunrisepoint-Fix-PAD-lock-register-offset-fo.patch.
- commit dfae0e2
- pinctrl: intel: mark intel_pin_to_gpio __maybe_unused
  (jsc#SLE-12730).
- pinctrl: intel: Allow to request locked pads (jsc#SLE-12730).
- pinctrl: cherryview: Remove dev_err() usage after
  platform_get_irq() (jsc#SLE-12730).
- pinctrl: intel: Remove dev_err() usage after platform_get_irq()
  (jsc#SLE-12730).
- pinctrl: intel: Use NSEC_PER_USEC for debounce calculus
  (jsc#SLE-12730).
- pinctrl: intel: Remove default Interrupt Status offset
  (jsc#SLE-12730).
- pinctrl: lewisburg: Provide Interrupt Status register offset
  (jsc#SLE-12730).
- pinctrl: icelake: Provide Interrupt Status register offset
  (jsc#SLE-12730).
- pinctrl: geminilake: Provide Interrupt Status register offset
  (jsc#SLE-12730).
- pinctrl: cannonlake: Provide Interrupt Status register offset
  (jsc#SLE-12730).
- pinctrl: broxton: Provide Interrupt Status register offset
  (jsc#SLE-12730).
- pinctrl: intel: Simplify offset validation in intel_get_padcfg()
  (jsc#SLE-12730).
- pinctrl: intel: Drop double check for data in
  intel_pinctrl_probe_by_uid() (jsc#SLE-12730).
- pinctrl: merrifield: Use devm_platform_ioremap_resource()
  (jsc#SLE-12730).
- pinctrl: intel: Use devm_platform_ioremap_resource()
  (jsc#SLE-12730).
- pinctrl: cherryview: Use devm_platform_ioremap_resource()
  (jsc#SLE-12730).
- pinctrl: baytrail: Use devm_platform_ioremap_resource()
  (jsc#SLE-12730).
- commit ee7dd05
- Revert "/gpio: merrifield: Pass irqchip when adding gpiochip"/
  (jsc#SLE-12730).
- Revert "/gpio: merrifield: Restore use of irq_base"/
  (jsc#SLE-12730).
- commit 778c0ed
- Revert "/gpio: merrifield: Move hardware initialization to
  callback"/ (jsc#SLE-12730).
- gpio: lynxpoint: set default handler to be handle_bad_irq()
  (jsc#SLE-12730).
- gpio: merrifield: Move hardware initialization to callback
  (jsc#SLE-12730).
- gpio: lynxpoint: Move hardware initialization to callback
  (jsc#SLE-12730).
- gpio: intel-mid: Move hardware initialization to callback
  (jsc#SLE-12730).
- gpio: merrifield: Restore use of irq_base (jsc#SLE-12730).
- pinctrl/gpio: Take MUX usage into account (jsc#SLE-12730).
- commit a8fa4e0
- gpiolib: of: add a fallback for wlf,reset GPIO name
  (jsc#SLE-12730).
- Refresh
  patches.suse/usb-fusb302-convert-to-use-gpio-descriptors.patch.
- commit 9cd8b23
- gpio: Initialize the irqchip valid_mask with a callback
  (jsc#SLE-12730).
- Refresh
  patches.suse/gpiolib-Initialize-the-hardware-with-a-callback.patch.
- Refresh
  patches.suse/pinctrl-cherryview-Fix-irq_valid_mask-calculation.patch.
- commit 65c5c62
- gpio: htc-egpio: Remove unused exported
  htc_egpio_get_wakeup_irq() (jsc#SLE-12730).
- gpio: remove explicit comparison with 0 (jsc#SLE-12730).
- gpio: creg-snps: use devm_platform_ioremap_resource() to
  simplify code (jsc#SLE-12730).
- gpio: aspeed: Add in ast2600 details to Aspeed driver
  (jsc#SLE-12730).
- gpio: aspeed: Use ngpio property from device tree if available
  (jsc#SLE-12730).
- gpio: aspeed: Setup irqchip dynamically (jsc#SLE-12730).
- gpiolib: acpi: make acpi_can_fallback_to_crs() static
  (jsc#SLE-12730).
- commit bf8a468
- gpio: of: Normalize return code variable name (jsc#SLE-12730).
- Refresh
  patches.suse/gpiolib-No-need-to-call-gpiochip_remove_pin_ranges-t.patch.
- commit a436005
- gpio: gpiolib: Normalize return code variable name
  (jsc#SLE-12730).
- Refresh
  patches.suse/gpiolib-Initialize-the-hardware-with-a-callback.patch.
- Refresh
  patches.suse/gpiolib-Introduce-add_pin_ranges-callback.patch.
- Refresh
  patches.suse/gpiolib-Switch-order-of-valid-mask-and-hw-init.patch.
- Refresh
  patches.suse/gpiolib-don-t-clear-FLAG_IS_OUT-when-emulating-open-.patch.
- commit 591fe46
- gpio: merrifield: Pass irqchip when adding gpiochip
  (jsc#SLE-12730).
- gpio: lynxpoint: Pass irqchip when adding gpiochip
  (jsc#SLE-12730).
- gpio: intel-mid: Pass irqchip when adding gpiochip
  (jsc#SLE-12730).
- gpio: pch: Use dev_get_drvdata (jsc#SLE-12730).
- gpio: ep93xx: Pass irqchip when adding gpiochip (jsc#SLE-12730).
- gpio: lpc32xx: allow building on non-lpc32xx targets
  (jsc#SLE-12730).
- gpio: ixp4xx: remove redundant dev_err message (jsc#SLE-12730).
- commit 970dbfe
- intel_idle: Customize IceLake server support (bsc#1178286).
- commit eac5b5e
- gpio: em: use a helper variable for &pdev->dev (jsc#SLE-12730).
- gpio: zynq: Pass irqchip when adding gpiochip (jsc#SLE-12730).
- gpio: mt7621: Pass irqchip when adding gpiochip (jsc#SLE-12730).
- gpio: aspeed: Add SGPIO driver (jsc#SLE-12730).
- gpio: tqmx86: Pass irqchip when adding gpiochip (jsc#SLE-12730).
- gpio: vf610: Pass irqchip when adding gpiochip (jsc#SLE-12730).
- gpio: zx: Pass irqchip when adding gpiochip (jsc#SLE-12730).
- gpio: ftgpio: Move hardware initialization (jsc#SLE-12730).
- gpio: Use callback presence to determine need of valid_mask
  (jsc#SLE-12730).
- pinctrl: stmfx: Use the callback to populate valid_mask
  (jsc#SLE-12730).
- commit 2c3ab09
- spi: Stop selecting MTD_SPI_NOR for SPI_HISI_SFC_V3XX
  (jsc#SLE-14214 jsc#SLE-16606).
- commit bcf49c6
- mm, THP, swap: fix allocating cluster for swapfile by mistake
  (bsc#1178755).
- commit ba1483e
- drivers: qcom: rpmh-rsc: Use rcuidle tracepoints for rpmh
  (jsc#SLE-12251).
- commit e5cbc97
- supported.conf: enable fsl-mph-dr-of for NXP LS1012A
  References: jsc#SLE-12251
- commit 985a505
- USB: phy: fsl-usb: remove character device usage
  (jsc#SLE-12251).
- USB: phy: fsl-usb: remove sysfs abuse (jsc#SLE-12251).
- usb: phy: phy-fsl-usb: Make structure fsl_otg_initdata constant
  (jsc#SLE-12251).
- USB: phy: fsl-usb: convert platform driver to use dev_groups
  (jsc#SLE-12251).
- commit d31fcb5
- Add bug reference to two hv_netvsc patches (bsc#1178853).
- commit 2fdc798
- x86/hyperv: Clarify comment on x2apic mode (git-fixes).
- commit 47d9c63
- hv: clocksource: Add notrace attribute to
  read_hv_sched_clock_*() functions (git-fixes).
- commit 803c2b1
- cpuidle: psci: Fix suspicious RCU usage (jsc#SLE-12251).
- cpuidle: psci: Prevent domain idlestates until consumers are
  ready (jsc#SLE-12251).
- cpuidle: psci: Convert PM domain to platform driver
  (jsc#SLE-12251).
- cpuidle: psci: Fix error path via converting to a platform
  driver (jsc#SLE-12251).
- cpuidle: psci: Fail cpuidle registration if set OSI mode failed
  (jsc#SLE-12251).
- cpuidle: psci: Split into two separate build objects
  (jsc#SLE-12251).
- drivers/firmware/psci: Assign @err directly in hotplug_tests()
  (jsc#SLE-12251).
- cpuidle: psci: Fixup execution order when entering a domain
  idle state (jsc#SLE-12251).
- cpuidle: psci: Split psci_dt_cpu_init_idle() (jsc#SLE-12251).
- cpuidle: psci: Add support for PM domains by using genpd
  (jsc#SLE-12251).
- PM / Domains: Introduce a genpd OF helper that removes a
  subdomain (jsc#SLE-12251).
- cpuidle: psci: Support CPU hotplug for the hierarchical model
  (jsc#SLE-12251).
- cpuidle: psci: Manage runtime PM in the idle path
  (jsc#SLE-12251).
- cpuidle: psci: Prepare to use OS initiated suspend mode via
  PM domains (jsc#SLE-12251).
- cpuidle: psci: Attach CPU devices to their PM domains
  (jsc#SLE-12251).
- cpuidle: psci: Add a helper to attach a CPU to its PM domain
  (jsc#SLE-12251).
- cpuidle: psci: Support hierarchical CPU idle states
  (jsc#SLE-12251).
- cpuidle: psci: Simplify OF parsing of CPU idle state nodes
  (jsc#SLE-12251).
- cpuidle: dt: Support hierarchical CPU idle states
  (jsc#SLE-12251).
- of: base: Add of_get_cpu_state_node() to get idle states for
  a CPU node (jsc#SLE-12251).
- cpuidle: psci: Align psci_power_state count with idle state
  count (jsc#SLE-12251).
- PM / Domains: Align in-parameter names for some genpd functions
  (jsc#SLE-12251).
- commit cfb59fe
- powerpc/pmem: Initialize pmem device on newer hardware
  (jsc#SLE-16402 jsc#SLE-16497 bsc#1176109 ltc#187964).
- powerpc/pmem: Avoid the barrier in flush routines (jsc#SLE-16402
  jsc#SLE-16497 bsc#1176109 ltc#187964).
- powerpc/pmem: Update ppc64 to use the new barrier instruction
  (jsc#SLE-16402 jsc#SLE-16497 bsc#1176109 ltc#187964).
- libnvdimm/nvdimm/flush: Allow architecture to override the flush
  barrier (jsc#SLE-16402 jsc#SLE-16497 bsc#1176109 ltc#187964).
- powerpc/pmem: Add flush routines using new pmem store and sync
  instruction (jsc#SLE-16402 jsc#SLE-16497 bsc#1176109 ltc#187964).
- powerpc/pmem: Add new instructions for persistent storage and
  sync (jsc#SLE-16402 jsc#SLE-16497 bsc#1176109 ltc#187964).
- powerpc/pmem: Restrict papr_scm to P8 and above (jsc#SLE-16402
  jsc#SLE-16497 bsc#1176109 ltc#187964).
- commit 5a4cff0
- gpio: Pass mask and size with the init_valid_mask()
  (jsc#SLE-12730).
- Refresh
  patches.suse/gpiolib-Introduce-add_pin_ranges-callback.patch.
- commit 4f43960
- gpio: aspeed: Pass irqchip when adding gpiochip (jsc#SLE-12730).
- Refresh
  patches.suse/gpio-aspeed-Fix-incorrect-number-of-banks.patch.
- commit 4ad35e3
- gpio: Remove dev_err() usage after platform_get_irq()
  (jsc#SLE-12730).
- Refresh
  patches.suse/gpio-max77620-Don-t-shadow-error-code-of-platform_ge.patch.
- commit 3167e98
- gpio: mockup: don't depend twice on GPIOLIB (jsc#SLE-12730).
- gpio: hlwd: Pass irqchip when adding gpiochip (jsc#SLE-12730).
- gpio: xlp: Pass irqchip when adding gpiochip (jsc#SLE-12730).
- gpio: cadence: Pass irqchip when adding gpiochip
  (jsc#SLE-12730).
- gpio: thunderx: Switch to GPIOLIB_IRQCHIP (jsc#SLE-12730).
- gpio: ixp4xx: Convert to hierarchical GPIOLIB_IRQCHIP
  (jsc#SLE-12730).
- gpio: remove ks8695 driver (jsc#SLE-12730).
- commit 7ebfb0b
- gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.h
  (jsc#SLE-12730).
- Refresh
  patches.suse/gpiolib-acpi-Add-honor_wakeup-module-option-quirk-me.patch.
- Refresh
  patches.suse/gpiolib-acpi-Rework-honor_wakeup-option-into-an-igno.patch.
- Refresh
  patches.suse/gpiolib-acpi-Turn-dmi_system_id-table-into-a-generic.patch.
- commit f7da78b
- gpio: madera: Use local copy of pdata (jsc#SLE-12730).
- gpio: arizona: Use local copy of pdata (jsc#SLE-12730).
- gpio: viperboard: Replace 'unsigned' with 'unsigned int'
  (jsc#SLE-12730).
- gpio: refactor gpiochip_allocate_mask() with bitmap_alloc()
  (jsc#SLE-12730).
- gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to
  consumer.h (jsc#SLE-12730).
- gpio: max77650: add MODULE_ALIAS() (jsc#SLE-12730).
- gpio: bd70528: remove redundant assignment to variable ret
  (jsc#SLE-12730).
- gpio: bd70528: fix spelling misstake "/debouce"/ -> "/debounce"/
  (jsc#SLE-12730).
- commit b978538
- Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if
  disconnected (git-fixes).
- commit 1361be0
- Update Patch-metadata after merging into mainline:
- patches.suse/i40e-xsk-uninitialized-variable-in-i40e_clean_rx_irq.patch
- commit 0b71e11
- optee: model OP-TEE as a platform device/driver (jsc#SLE-12251).
- tee: optee: Fix compilation issue with nommu (jsc#SLE-12251).
- optee: Fix multi page dynamic shm pool alloc (jsc#SLE-12251).
- tee: optee: fix device enumeration error handling
  (jsc#SLE-12251).
- tee: optee: Fix dynamic shm pool allocations (jsc#SLE-12251).
- tee: optee: add might_sleep for RPC requests (jsc#SLE-12251).
- commit 859d294
- x86/platform/uv: Fix copied UV5 output archtype (bsc#1178908
  bsc#1177710 jsc#SLE-13285).
- x86/platform/uv: Drop last traces of uv_flush_tlb_others
  (bsc#1178908 bsc#1177710 jsc#SLE-13285).
- x86/tlb/uv: Add a forward declaration for struct flush_tlb_info
  (bsc#1178908 bsc#1177710 jsc#SLE-13285).
- x86/platform/uv: Mark is_uv_hubless() static (bsc#1178908
  bsc#1177710 jsc#SLE-13285).
- commit a7ea789
- Input: resistive-adc-touch - fix kconfig dependency on
  IIO_BUFFER (git-fixes).
- Input: adxl34x - clean up a data type in adxl34x_probe()
  (git-fixes).
- commit 35dd120
- Add bug reference to a pci-hyperv patch (bsc#1178901).
- commit 5530843
- bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
  (bsc#1177028).
- commit f612634
- Input: sunkbd - avoid use-after-free in teardown paths
  (CVE-2020-25669 bsc#1178182).
- commit bafe1db
- bpfilter: Allow to build bpfilter_umh as a module without static library (bsc#1177028).
  Update config files:
- Add CONFIG_BPFILTER_UMH=m back to x86_64/default
- umd: Stop using split_argv (bsc#1177028).
- umd: Remove exit_umh (bsc#1177028).
- bpfilter: Take advantage of the facilities of struct pid (bsc#1177028).
  Refresh patches.suse/net-bpfilter-split-__bpfilter_process_sockopt.patch
- exit: Factor thread_group_exited out of pidfd_poll
  (bsc#1177028).
- umd: Track user space drivers with struct pid (bsc#1177028).
  Refresh patches:
- patches.suse/bpfilter-Initialize-pos-variable.patch
- patches.suse/bpfilter-fix-up-a-sparse-annotation.patch
- patches.suse/net-bpfilter-split-__bpfilter_process_sockopt.patch
- bpfilter: Move bpfilter_umh back into init data (bsc#1177028).
- exec: Remove do_execve_file (bsc#1177028).
- umh: Stop calling do_execve_file (bsc#1177028).
- umd: Transform fork_usermode_blob into fork_usermode_driver
  (bsc#1177028).
- umd: Rename umd_info.cmdline umd_info.driver_name (bsc#1177028).
- umd: For clarity rename umh_info umd_info (bsc#1177028).
- umh: Separate the user mode driver and the user mode helper
  support (bsc#1177028).
- umh: Remove call_usermodehelper_setup_file (bsc#1177028).
- umh: Rename the user mode driver helpers for clarity
  (bsc#1177028).
- umh: Move setting PF_UMH into umh_pipe_setup (bsc#1177028).
- umh: Capture the pid in umh_pipe_setup (bsc#1177028).
- commit 7fb16dd
- bpfilter: document build requirements for bpfilter_umh
  (bsc#1177028).
- bpfilter: use 'userprogs' syntax to build bpfilter_umh
  (bsc#1177028).
- kbuild: add infrastructure to build userspace programs
  (bsc#1177028).
- bpfilter: check if $(CC) can link static libc in Kconfig (bsc#1177028).
  Update config files
- Set CONFIG_CC_CAN_LINK_STATIC=n since we don't build in bpfilter
- Temporarily remove CONFIG_BPFILTER_UMH=m
  + Will add it back later
- commit 4602c14
- perf/x86/intel: Support per-thread RDPMC TopDown metrics
  (jsc#SLE-13346).
- perf/x86/intel: Support TopDown metrics on Ice Lake
  (jsc#SLE-13346).
- perf/x86: Add a macro for RDPMC offset of fixed counters
  (jsc#SLE-13346).
- commit 6b22c07
- perf/x86/intel: Generic support for hardware TopDown metrics
  (jsc#SLE-13346).
- Refresh
  patches.suse/perf-x86-fix-n_pair-for-cancelled-txn.patch.
- commit dba68ee
- perf/core: Add a new PERF_EV_CAP_SIBLING event capability
  (jsc#SLE-13346).
- perf/x86/intel: Use switch in intel_pmu_disable/enable_event
  (jsc#SLE-13346).
- perf/x86/intel: Fix the name of perf METRICS (jsc#SLE-13346).
- perf/x86/intel: Move BTS index to 47 (jsc#SLE-13346).
- perf/x86/intel: Introduce the fourth fixed counter
  (jsc#SLE-13346).
- perf/x86/intel: Name the global status bit in NMI handler
  (jsc#SLE-13346).
- perf/x86: Use event_base_rdpmc for the RDPMC userspace support
  (jsc#SLE-13346).
- perf/x86: Keep LBR records unchanged in host context for guest
  usage (jsc#SLE-13346).
- perf/x86: Add constraint to create guest LBR event without hw
  counter (jsc#SLE-13346).
- perf/x86/lbr: Add interface to get LBR information
  (jsc#SLE-13346).
- perf/x86/core: Refactor hw->idx checks and cleanup
  (jsc#SLE-13346).
- perf/core: Unify {pinned,flexible}_sched_in() (jsc#SLE-13346).
- perf/x86/intel: Avoid unnecessary PEBS_ENABLE MSR access in PMI
  (jsc#SLE-13346).
- perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
  (jsc#SLE-13346).
- perf/x86/intel: Implement LBR callstack context synchronization
  (jsc#SLE-13346).
- perf/core, perf/x86: Introduce swap_task_ctx() method at
  'struct pmu' (jsc#SLE-13346).
- commit 0679634
- regulator: fixed: add off-on-delay (jsc#SLE-12251).
- commit 799dfed
- resource: add a not device managed request_free_mem_region
  variant (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Refresh
  patches.suse/dev-mem-Revoke-mappings-when-a-driver-claims-the-reg.patch.
- commit 970e8db
- rtc: ds1307: Clear OSF flag on DS1388 when setting time
  (jsc#SLE-12251).
- commit cc52d58
- rtc: ds1307: provide an indication that the watchdog has fired
  (jsc#SLE-12251).
- rtc: ds1307: check for failed memory allocation on wdt
  (jsc#SLE-12251).
- rtc: ds1307: add support for watchdog timer on ds1388
  (jsc#SLE-12251).
- rtc: ds1307: handle oscillator failure flags for ds1388 variant
  (jsc#SLE-12251).
- commit d4d523e
- i2c: mux: pca954x: Convert license to SPDX identifier
  (jsc#SLE-12251).
- i2c: mux: pca954x: Move device_remove_file() out of
  pca954x_cleanup() (jsc#SLE-12251).
- i2c: mux: pca954x: Make use of device properties
  (jsc#SLE-12251).
- i2c: mux: pca954x: Refactor pca954x_irq_handler()
  (jsc#SLE-12251).
- i2c: mux: pca954x: support property idle-state (jsc#SLE-12251).
- commit 8b7638a
- i2c: imx: ACPI support for NXP i2c controller (jsc#SLE-12251).
- commit 0652f75
- docs: ABI: sysfs-c2port: remove a duplicated entry (git-fixes).
- commit 436b016
- dmaengine: fsl-dpaa2-qdma: remove set but not used variable
  'dpaa2_qdma' (jsc#SLE-12251).
- dmaengine: fsl-dpaa2-qdma: Adding shutdown hook (jsc#SLE-12251).
- dmaengine: fsl-dpaa2-qdma: Remove unnecessary local variables
  in DPDMAI_CMD_CREATE macro (jsc#SLE-12251).
- dmaengine: fsl-dpaa2-qdma: export the symbols (jsc#SLE-12251).
- dmaengine: fsl-dpaa2-qdma: Add NXP dpaa2 qDMA controller driver
  for Layerscape SoCs (jsc#SLE-12251).
- dmaengine: fsl-dpaa2-qdma: Add the DPDMAI(Data Path DMA
  Interface) support (jsc#SLE-12251).
- commit 297a0bf
- mmc: sdio: fix clock rate setting for SDR12/SDR25 mode
  (jsc#SLE-12251).
- mmc: sdhci-of-esdhc: exit HS400 properly before setting any
  speed mode (jsc#SLE-12251).
- mmc: sdhci: add spin lock for sdhci_set_default_irqs in
  sdhci_init (jsc#SLE-12251).
- mmc: sdhci-of-esdhc: fix serious issue clock is always disabled
  (jsc#SLE-12251).
- mmc: sdhci-of-esdhc: fix transfer mode register reading
  (jsc#SLE-12251).
- mmc: sdhci-of-esdhc: fix clock setting for different controller
  versions (jsc#SLE-12251).
- mmc: sdhci-of-esdhc: update tuning erratum A-008171
  (jsc#SLE-12251).
- mmc: sdhci-of-esdhc: convert to use esdhc_tuning_window_ptr()
  (jsc#SLE-12251).
- mmc: sdhci-of-esdhc: use 1/2 periperhal clock for ls1088a
  (jsc#SLE-12251).
- commit c331989
- kgdb: Fix spurious true from in_dbg_master() (git-fixes).
- commit 1e8d73b
- Update config files.
  Update for DRM v5.8 backport
- commit db4dda7
- bpf, doc: Remove references to warning message when using
  bpf_trace_printk() (bsc#1177028).
- commit 305cc47
- bpf: Setup socket family and addresses in bpf_prog_test_run_skb (bsc#1177028).
  Refresh patches.suse/bpf-Allow-to-specify-ifindex-for-skb-in-bpf_prog_tes.patch
- commit 4740764
- s390/bpf: Use bpf_skip() in bpf_jit_prologue() (bsc#1177028).
- commit 3e03b2e
- efi: Fix handling of multiple efi_fake_mem= entries
  (jsc#SLE-16407).
- efi: Fix efi_memmap_alloc() leaks (jsc#SLE-16407).
- efi: Add tracking for dynamically allocated memmaps
  (jsc#SLE-16407).
- efi: Add a flags parameter to efi_memory_map (jsc#SLE-16407).
- efi/libstub/random: Initialize pointer variables to zero for
  mixed mode (jsc#SLE-16407).
- x86/efi: Update e820 with reserved EFI boot services data to
  fix kexec breakage (jsc#SLE-16407).
- efi: Fix efi_loaded_image_t::unload type (jsc#SLE-16407).
- efi/apple-properties: use PROPERTY_ENTRY_U8_ARRAY_LEN
  (jsc#SLE-16407).
- software node: introduce PROPERTY_ENTRY_XXX_ARRAY_LEN()
  (jsc#SLE-16407).
- x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP
  (jsc#SLE-16407).
  Refresh
  patches.suse/0002-ima-generalize-x86-EFI-arch-glue-for-other-EFI-archi.patch
- x86/efi: Push EFI_MEMMAP check into leaf routines
  (jsc#SLE-16407).
  Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
- efi: Enumerate EFI_MEMORY_SP (jsc#SLE-16407).
- ACPICA: make acpi_load_table() return table index
  (jsc#SLE-16407).
  Refresh
  patches.suse/ACPI-configfs-Add-missing-config_item_put-to-fix-ref.patch.
- ACPICA: Add new external interface, acpi_unload_table()
  (jsc#SLE-16407).
  Refresh
  patches.suse/ACPI-configfs-Add-missing-config_item_put-to-fix-ref.patch.
- efi/random: use arch-independent efi_call_proto()
  (jsc#SLE-16407).
- efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMIN
  (jsc#SLE-16407).
- commit 672368d
- arm64: bpf: Fix branch offset in JIT (bsc#1177028).
- bpf: Remove inline from bpf_do_trace_printk (bsc#1177028).
- bpf, arm64: Add BPF exception tables (bsc#1177028).
- bpf: Use dedicated bpf_trace_printk event instead of
  trace_printk() (bsc#1177028).
- bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()
  (bsc#1177028).
- bpf: Support 'X' in bpf_seq_printf() helper (bsc#1177028).
- commit 8b2406b
- bpf: Zero-fill re-used per-cpu map element (bsc#1155518).
- libbpf, hashmap: Fix undefined behavior in hash_bits
  (bsc#1155518).
- bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE
  (bsc#1155518).
- bpf: Fix comment for helper bpf_current_task_under_cgroup()
  (bsc#1155518).
- commit fb71c62
- blacklist.conf: Add dups from DRM v5.8 backport
- commit 34e47a8
- sched: Fix loadavg accounting race on arm64 kabi (bnc#1178227).
- commit a595855
- blacklist.conf: 11d6761218d1 mm, memcg: fix error return value of mem_cgroup_css_alloc()
- commit 0ae5ae6
- blacklist.conf: 8380ce479010 mm: fork: fix kernel_stack memcg stats for various stack implementations
- commit 5d6fe57
- mm, memcg: fix error return value of mem_cgroup_css_alloc()
  (bsc#1178852).
- mm: fork: fix kernel_stack memcg stats for various stack
  implementations (bsc#1177709).
- commit 7d19c25
- loop: Set correct device size when using LOOP_CONFIGURE
  (bsc#1177476).
- commit 3d60db0
- Revert "/drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- blacklist.conf: unblacklist patches included in the DRM v5.8
  backport.
- drm/amd/display: Clear dm_state for fast updates (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: Accept 'legacy' format modifiers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: hold gem reference until object is no longer accessed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dbi: Fix SPI Type 1 (9-bit) transfer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/drm_fb_helper: fix fbdev with sparc64 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mcde: Fix stability issue (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: nwl-dsi: Drop DRM_BRIDGE_ATTACH_NO_CONNECTOR check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: Fix auo, kd101n80-45na horizontal noise on edges
  of panel (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: panel: simple: Delay HPD checking on boe_nv133fhm_n61
  for 15 ms (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge/adv7511: set the bridge type properly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: of: Fix double-free bug (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fbcon: zero-initialise the mode_cmd2 structure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fbcon: fix module unload when fbcon init has failed
  for (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/tu102: wait for core update to complete when
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/gf100: use correct format modifiers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/gm200-: fix regression from HDA SOR selection
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbdev: Detect integer underflow at "/struct
  fbcon_ops"/->clear_margins (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Fix NULL dereference in dpm sysfs handlers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: fix a crash when overclocking Vega M
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: fix wait pp reset timeout (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: sun4i: hdmi: Fix inverted HPD result (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/powerplay: Modify SMC message name for setting power
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: handle failed allocation during stream
  construction (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: OLED panel backlight adjust not work with
  external (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: create fake mst encoders ahead of time (v4)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix preemption unit test (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gfx10: fix race condition for kiq (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Recalculate FBC w/a stride when needed (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Move cec_notifier to intel_hdmi_connector_unregister,
  v2 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Only swap to a random sibling once upon creation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Ignore irq enabling on the virtual engines
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: Use GTT when saving/restoring engine GPR
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Fix compare functions provided for sorting
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dmabuf: use spinlock to access dmabuf->name (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/aspeed: Call drm_fbdev_generic_setup after drm_dev_register
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: fix update of display surface when resolution
  changes (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: don't do soft recovery if gpu_recovery=0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: fix double free (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add dmcub check on RENOIR (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add TMR destory function for psp (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: asd function needs to be unloaded in suspend phase
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Pin the rings before marking active (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Also drop vm.ref along error paths for vma
  construction (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Drop vm.ref for duplicate vma on construction
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Fix fence_y_offset handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Skip stale object handle for debugfs per-file-stats
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nouveau: fix page fault on device private memory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/svm: fix migrate page regression (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/i2c/g94-: increase NV_PMGR_DP_AUXCTL_TRANSACTREQ
  timeout (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: bail from nv50_audio_disable() early
  if audio (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon/hibmc: Move drm_fbdev_generic_setup() down
  to avoid the (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: viu: fix setting the OSD burst length in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: sun4i: hdmi: Remove extra HPD polling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: Move dma_buf_release() from fops to dentry_ops
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use %u rather than %d for sclk/mclk (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/atomfirmware: fix vram_info fetching for renoir
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Only revalidate bandwidth on medium and
  fast updates (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20
  w/o (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Use GFP_ATOMIC instead of GFP_KERNEL in
  atomic context (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Fix incorrect check of enabled bits in mask
  registers (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Fix two CFL MMIO handling caused by regression
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Add one missing MMIO handler for D_SKL_PLUS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: fix ref count leak in mic_pre_enable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/exynos: Properly propagate return value in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/exynos: Remove dev_err() on platform_get_irq() failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Fix up the rest of the messed up address sizes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Fix setup of a6xx create_address_space (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Fix address space size after refactor (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Fix 0xfffflub in "/Refactor address space
  initialization"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: allow initialization of encoder locks during
  encoder (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: fix error return code in dpu_encoder_init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: fix potential memleak in error branch (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: request for display color blocks based on
  hw catalog (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/fb-helper: Fix vt restore (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: mixer: Call of_dma_configure if there's an IOMMU
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: panel-orientation-quirks: Use generic orientation-data
  for Acer (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: panel-orientation-quirks: Add quirk for Asus T101HA panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: uvesafb: fix "/noblank"/ option handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel-simple: fix connector type for (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel-simple: fix connector type for LogicPD Type28 Display
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: mcde: Fix forgotten user of drm->dev_private
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: mcde: Fix display initialization problem (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: Fix dma_fence refcnt leak when adding move fence
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reserved
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd: fix potential memleak in err branch (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix ineffective setting of max bpc property
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Enable output_bpc property on all outputs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add fw release for sdma v5_0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/radeon: fix fb_div check in ni_init_smc_spll_table()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: Unlock mutex on error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: Add zpos property for cursor planes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- gpu: host1x: Correct trivial kernel-doc inconsistencies
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: hub: Register child devices (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- gpu: host1x: Register child devices (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: hub: Do not enable orphaned window group
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu: host1x: Clean up debugfs in error handling path
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: rcar-du: Fix build error (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: backlight: tosa_lcd: convert to use
  i2c_new_client_device() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: encoder_slave: use new I2C API (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: encoder_slave: fix refcouting error for modules
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix documentation around busy_percentage
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/pm: update comment to clarify Overdrive interfaces
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Use correct major in devcgroup check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Rework dsc to isolate FPU operations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Replace invalid device ID with a valid device ID
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use kfree() to free rgb_user in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Use kvfree() to free coeff in build_regamma()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Fix the encoder type check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/icl+: Fix hotplug interrupt disabling after storm
  detection (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Move ilk GT workarounds from init_clock_gating to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Move snb GT workarounds from init_clock_gating to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Move vlv GT workarounds from init_clock_gating to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Move ivb GT workarounds from init_clock_gating to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Move hsw GT workarounds from init_clock_gating to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/icl: Disable DIP on MST ports with the transcoder clock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Incrementally check for rewinding (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tc: fix the reset of ln0 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Prevent timeslicing into unpreemptable requests
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Restore to default heartbeat (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: work around false-positive maybe-uninitialized warning
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pmu: avoid an maybe-uninitialized warning
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Incorporate the virtual engine into timeslicing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Replace zero-length array with flexible-array
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- amdgpu: a NULL ->mm does not mean a thread is a kthread
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: fix missing break in switch statement for format->cpp
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: hdmi ddc clk: Fix size of m divider (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/connector: notify userspace on hotplug after register
  complete (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Only query DP state of a DDI encoder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/params: fix i915.reset module param type
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Mark the buffer pool as active for the cmdparser
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- i915:get_engines(): get rid of pointless access_ok()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- i915: alloc_oa_regs(): get rid of pointless access_ok()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- i915 compat ioctl(): just use drm_ioctl_kernel() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- i915: switch copy_perf_config_registers_or_number() to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- i915: switch query_{topology,engine}_info() to copy_to_user()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- mmap locking API: use coccinelle to convert mmap_sem rwsem
  call sites (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- DMA reservations: use the new mmap locking API (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- mmap locking API: initial implementation as rwsem wrappers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- mm: don't include asm/pgtable.h if linux/mm.h is already
  included (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/msm/dpu: add support for clk and bw scaling
  for display"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: skip HFI set freq if GMU is powered down
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Update the MMU helper function APIs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Refactor address space initialization (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Attach the IOMMU device during initialization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: dpu_setup_dspp_pcc() can be static (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a6xx: a6xx_hfi_send_start() can be static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a4xx: add a405_registers for a405 device (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a4xx: add adreno a405 support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a6xx: update a6xx_hw_init for A640 and A650
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: enable GMU log (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: update pdc/rscc GMU registers for A640/A650
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: A640/A650 GMU firmware path (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a6xx: HFI v2 for A640 and A650 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a6xx: add A640/A650 to gpulist (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a6xx: use msm_gem for GMU memory objects (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: add internal MSM_BO_MAP_PRIV flag (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: add msm_gem_get_and_pin_iova_range (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Check for powered down HW in the devfreq callbacks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: update bandwidth threshold check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: add support for clk and bw scaling for display
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: add support for pcc color block in dpu driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: add support for color processing blocks in
  dpu driver (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/mdp5: Fix mdp5_init error path for failed mdp5_kms
  allocation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Fix typo (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Fix undefined "/rd_full"/ link error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Add syncobj support (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: Fix compile warnings (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: Fix a typo in an error message (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/mdp5: Add MDP5 configuration for MSM8x36 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: Use ARRAY_SIZE for vgpu_types (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/params: fix i915.fake_lmem_start module param sysfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/params: don't expose inject_probe_failure in debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Whitelist context-local timestamp in the gen9
  cmdparser (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix global state use-after-frees with a refcount
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Check for awaits on still currently executing requests
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Do not schedule normal requests immediately along
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Reorder await_execution before await_request
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Avoid iterating an empty list (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Avoid using rq->engine after free during
  i915_fence_release (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Disable semaphore inter-engine sync without
  timeslicing (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Don't set queue-priority hint when supressing the
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Revalidate bandwidth before commiting
  DC updates (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: use blanked rather than plane state for sync
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amd/display: disable dcn20 abm feature for bring up"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: ack the SMUToHost interrupt on receive V2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/pm: return an error during GPU reset or suspend (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: clear SW state of disabled windows harder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: gr/gk20a: Use firmware version 0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/disp/gm200-: detect and potentially disable
  HDA support (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/gp100: split SOR implementation from gm200
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp: modify OR allocation policy to account for HDA
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp: split part of OR allocation logic into
  a function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp: provide hint to OR allocation about HDA
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/gt215-: fix race with audio driver runpm
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/gm200-: fix NV_PDISP_SOR_HDMI2_CTRL(n)
  selection (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: constify sysrq_key_op (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- powerpc: Remove Xilinx PPC405/PPC440 support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drivers/powerpc: Replace _ALIGN_UP() by ALIGN() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: remove drm specific kmap_atomic code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: Add backlight_device_get_by_name() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: qcom-wled: Add support for WLED5 peripheral that is
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: qcom-wled: Add callback functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: l4f00242t03: Convert to GPIO descriptors
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: lp855x: Ensure regulators are disabled on probe
  failure (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- media: cec-gpio: handle gpiod_get_value errors correctly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix device attribute node create failed with multi
  gpu (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Sync with VM root BO when switching VM to CPU
  update mode (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Handle GPU reset for DC block (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add apu flags (v2) (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerpay: Disable gfxoff when setting manual mode on
  picasso and raven (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix pm sysfs node handling (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: move gpu_info parsing after common early init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: move discovery gfx config fetching (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: resize VRAM BAR for CPU access on gfx10
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: drop navi pcie bw callback (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: improve error handling in pcie_bw (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: fix restore worker race condition (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: off by one in amdgpu_device_attr_create_groups()
  error handling (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu10: Replace one-element array and use
  struct_size() helper (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Set/Reset avmute when disable/enable stream
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix incorrectly pruned modes with deep color
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: correct rn NUM_VMID (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Avoid pipe split when plane is too small
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix and simplify pipe split logic
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Minimize DSC resource re-assignment
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add condition to set MP1 state on gpu reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: report the real PCI bus number (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu fix incorrect sysfs remove behavior for xgmi
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: unify the prompts on thermal interrupts
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Enable fp16 also on DCE-11.0 - DCE-12. (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Expose support for xBGR ordered fp16 formats
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn2.5: Remove old DPG workaround (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/jpeg2.5: Remove JPEG_ENC_MASK from clock ungating
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: resolve ras recovery vs smi race condition
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Fix boolreturn.cocci warnings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Respect PP_STUTTER_MODE but don't override
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix disable_stutter debug option
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DC Debug mask to disable features
  for bringup (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: cleanup unnecessary virt sriov check in amdgpu
  attribute (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vblank: Fix -Wformat compile warnings on some arches
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp: Lenovo X13 Yoga OLED panel brightness fix
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: use correct conflicting framebuffer API
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/dispnv50: fix runtime pm imbalance on error
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: fix runtime pm imbalance on error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/debugfs: fix runtime pm imbalance on error
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nouveau/hmm: fix migrate zero page to GPU
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nouveau/hmm: fix nouveau_dmem_chunk allocations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with
  MST (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: Move 8BPC limit for MST into
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/gv100-: Add support for interlaced modes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP
  interlacing (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: Initialize core channel in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/hda/gv100-: NV_PDISP_SF_AUDIO_CNTRL0
  register moved (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/hda/gf119-: select HDA device entry based
  on bound (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/hda/gf119-: add HAL for programming device
  entry in (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/hda/gt215-: pass head to nvkm_ior.hda.eld()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/nv50-: increase timeout on pio channel free()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms: Fix regression by audio component transition
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/device: use regular PRI accessors in chipset
  detection (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/device: detect vGPUs (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/device: detect if changing endianness failed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/device: rework mmio mapping code to get rid of
  second map (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/mmu: Remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau: Use generic helper to check _PR3 presence
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/acr: Use kmemdup instead of kmalloc and memcpy
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/core/memory: remove redundant assignments to
  variable ret (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/svm: map pages after migration (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/disp/gv100-: expose capabilities class
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/bios: move ACPI _ROM handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau: remove open-coded version of (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/gr/gk20a: move MODULE_FIRMWARE firmware definitions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/ibus: use nvkm_subdev_new_() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/core: add nvkm_subdev_new_() for bare subdevs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms: Support NVIDIA format modifiers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/kms: Check framebuffer size against bo
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms: Add format mod prop to base/ovly/nvdisp
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/acr: ensure falcon providing acr functions is
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms: Remove struct nouveau_framebuffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms: Remove field nvbo from struct
  nouveau_framebuffer (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms: Move struct nouveau_framebuffer.vma to struct
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms: Remove unused fields from struct
  nouveau_framebuffer (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: fix out-of-tree module build (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Generalized NV Block Linear DRM format mod (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix AUX power domain toggling across TypeC mode resets
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Mark check_shadow_context_ppgtt as maybe unused
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: avoid unused scale_user_to_hw() warning
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos-vidi: convert platform driver to use dev_groups
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: dsi: Remove bridge node reference in error
  handling path (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: mixer: Fix enabling of the runtime power management
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: make pointer to const data const type
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: gem: Get rid of the internal 'pages' array
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: gem: rework scatter-list contiguity check on
  prime import (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: gem: Remove dead-code (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: Delete an error message in three functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update DRIVER_DATE to 20200515 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Document locking guidelines (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Store CS timestamp frequency in Hz (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Nuke pointless div by 64bit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Enable SAGV support for Gen12 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Restrict qgv points which don't have enough bandwidth
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add TGL+ SAGV support (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: use context lrc_reg_state for shadow ppgtt
  override (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Support PPGTT table load command (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: move workload destroy out of execlist complete
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/psr: Use new DP VSC SDP compute routine on PSR
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Add compute routine for DP PSR VSC SDP
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Stop sending DP SDPs on ddi disable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Program DP SDPs on pipe updates (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix enabled infoframe states of lspcon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add state readout for DP VSC SDP (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Program DP SDPs with computed configs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Include DP VSC SDP in the crtc state dump
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Include DP HDR Metadata Infoframe SDP in the
  crtc state (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Include HDMI DRM infoframe in the crtc state dump
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Add logging function for DP VSC SDP (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dp: Read out DP SDPs (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video/hdmi: Add Unpack only function for DRM infoframe
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Always call the provided (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Show per-engine default property values in sysfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Drop no-semaphore boosting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Drop I915_RESET_TIMEOUT and friends (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Mark the addition of the initial-breadcrumb in
  the request (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Remove redundant exec_fence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove duplicate inline specifier on write_pte
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Suspend tasklets before resume sanitization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Make active_pipes check skl specific (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Extract skl SAGV checking (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce skl_plane_wm_level accessor (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Reset execlists registers before HWSP
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/ehl: Restrict w/a 1607087056 for EHL/JSL
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Restore Cherryview back to full-ppgtt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Force pte cacheline to main memory (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove unused HAS_FWTABLE macro (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Always flush before unpining after writing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Emit await(batch) before MI_BB_START (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Use stashed away hpd isr bits in
  intel_digital_port_connected() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Stash hpd status bits under dev_priv (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Turn intel_digital_port_connected() in a vfunc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix glk watermark calculations (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/mst: Wait for ACT sent before enabling the pipe
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Tidy awaiting on dma-fences (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Make intel_timeline_init static (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Mark up the racy read of execlists->context_tag
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Replace zero-length array with flexible-array
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Replace the hardcoded I915_FENCE_TIMEOUT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Prevent using semaphores to chain up to external
  fences (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Peel dma-fence-chains for await (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Improve precision on defer_request assert
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pull waiting on an external dma-fence into its routine
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Ignore submit-fences on the same timeline
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gen12: Add aux table invalidate for all engines
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Remove wait priority boosting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gen12: Invalidate aux table entries forcibly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gen12: Flush L3 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gen12: Fix HDC pipeline flush (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Revert "/drm/i915/tgl: Include ro parts of l3 to invalidate"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/icp: Add Wa_14010685332 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Stop holding onto the pinned_default_state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Record the active CCID from before reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Added required new PCode commands (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Small tidy of gen8+ breadcrumb emission
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Repeat the rps clock frequency measurement
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Warn if the FBC is still writing to stolen
  on removal (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Streamline the artihmetic (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Rename variables to be consistent with bspec
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Nuke mode.vrefresh usage (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove cnl pre-prod workarounds (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Require linear fb stride to be multiple of 512
  bytes on gen9/glk (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Rename bw_state to new_bw_state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Track active_pipes in bw_state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Use bw state for per crtc SAGV evaluation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Implement legacy MI_STORE_DATA_IMM (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Specify address type for chained reloc batches
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Allow some leniency in PCU reads (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Lazily acquire the device wakeref for freeing
  objects (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Sanitize RPS interrupts upon resume (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Try an alternate engine for relocations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Use a single chained reloc batches for a
  single execbuf (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Use chained reloc batches (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Implement vm_ops->access for gdb access into mmaps
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pmu: Keep a reference to module while active
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Move the batch buffer pool from the engine to the
  gt (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add a UAPI flag for user to call mem_sync
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: apply AMDGPU_IB_FLAG_EMIT_MEM_SYNC to compute
  IBs too (v3) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add mem_sync implementation for all the ASICs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add new ring callback to insert memory sync
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: optimize amdgpu device attribute code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add amdgpu_virt_get_vf_mode helper function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add autodump debugfs node for gpu reset v8
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Updated XGMI power down control support check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Update RAS XGMI error inject sequence
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add DPM function for XGMI link power down control
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add cmd to control XGMI link sleep (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: remove redundant assignment to variable ret
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: turn back rlcg write for gfx_v10 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: report correct AC/DC event based on ctxid V2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: shutdown on HW CTF (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: try to do a graceful shutdown on SW CTF
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add AQUIRE_MEM PACKET3 fields defintion
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: Use atomic_fetch_add() for the context id
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: dsi: Fix return value check in mcde_dsi_bind()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Embed connector instance in struct mga_device
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Remove unused fields from struct mga_device
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Use managed mode-config initialization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Integrate init function into load function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Remove several references to struct mga_device.dev
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Convert struct drm_device to struct mga_device with
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: pxa168fb: make pxa168fb_init_mode() return void
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i2c/tda998x: Make tda998x_audio_digital_mute static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel-simple: Support hpd-gpios for delaying prepare()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- panel: simple: Add BOE NV133FHM-N62 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- panel: simple: Fix size and bpp of BOE NV133FHM-N61
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- uapi/drm/drm_fourcc.h: Note on platform specificity for format
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Don't check new mode if CRTC is being disabled
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Make ast_primary_plane_helper_atomic_update static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drivers: drm: panel: Add ASUS TM5P5 NT35596 panel driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: panel: add MODULE_LICENSE to panel-visionox-rm69299.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: rcar-du: Set primary plane zpos immutably at initializing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: plane: Verify that no or all planes have a zpos property
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: remove defined but not used 'crtc_offsets'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: Add missing GRBM bits for GFX 10.1
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: skip judging if baco support for
  Arcturus sriov (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: only set DPM_FLAG_NEVER_SKIP for legacy ATPX BOCO
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: drop extra runtime pm handling in resume pmop
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix runpm logic in amdgpu_pmops_resume
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: drop pm_runtime_set_active (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: cleanup sysfs file handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: use node_id and node_size to calcualte
  dram_base_address (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: switch to common rlc_autoload helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: drop unused ras ta helper function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: switch to common ras ta helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: switch to common xgmi ta helpers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: remove duplicate headers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: remove variable "/result"/ in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: cleanup coding style a bit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Fix bug in RAS invoke (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/navi10: fix unsigned comparison with 0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disable MGCG/MGLS also on gfx CG ungate
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use the BAR if possible in amdgpu_device_vram_access
  v2 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add dm support for DP 1.4 Compliance edid
  corruption (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: allocate large structures dynamically
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- amdgpu_acpi: add backlight control for the DC case
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: fix unsigned comparison with 0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Avoid integer overflow in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: 3.2.84 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add struct field for future use (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: move location of dmub_srv.h file
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove unused module/stats (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Check DMCU Exists Before Loading
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add 4 to 1 MPC split support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: The external monitor will show gray
  screen during (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add addition dc type to translate to
  dmub fw type (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Support FP16 pixel format (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: temporary clamp the vratio used to 1.0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Allow PState switch in VBLANK one display
  VACTIVE (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Mode change with same timing causing
  long display (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Move panel_cntl specific register from abm to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove unused variable 'ret' in dm_suspend()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- amd/amdgpu: Limit rlcg write registers only for nv12
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Use a systematic method to calculate queue mask bit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Rename amdgpu_gfx_kcq_queue_mask_transform()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: skip reservation of discovery tmr region in pre-Navi
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: re-structue members for ip discovery (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: update the method to set kcq queue mask
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: check SMU NULL ptr on gfx hw init (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: change HWIP from UVD to VCN for VCN2.5
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add missing parameter description in comments
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Fix comment formatting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Changed CU reservation golden settings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Report domain with topology (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix unsigned comparison to zero (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: remove set but not used variable 'speakers'
  in dcn10_stream_encoder.c (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove set but not used variable 'speakers'
  in dce_stream_encoder.c (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove set but not used variable 'pixel_width'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove set but not used variable 'dc'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove set but not used variable 'direct_poll'
  in vcn_v2_5.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove set but not used variable 'direct_poll'
  in vcn_v2_0.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove set but not used variable 'priority'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: cleanup coding style a bit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: update RAS sequence to parse TA flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update RAS TA to Host interface (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: update RAS error handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: put the audio codec into suspend state before
  gpu reset (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu10: remove duplicate assignment of
  smu10_hwmgr_funcs (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove duplicate assignment of dcn21_funcs
  members (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Track GPU memory utilization per process
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update DRIVER_DATE to 20200430 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: skip populate shadow context if guest context not
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: combine access to consecutive guest context pages
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: access shadow ctx via its virtual address directly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- i915/gvt: remove unused xen bits (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Add tiled blits selftest (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Restore aggressive post-boost downclocking
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Apply the aggressive downclocking to parking
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Switch to manual evaluation of RPS (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Track use of RPS interrupts in flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Move rps.enabled/active to flags (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Always enable busy-stats for execlists
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Keep a no-frills swappable copy of the default
  context (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: fix error handling in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Avoid uninitialized use of rpcurupei in
  frequency_show (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Verify we don't submit two identical CCIDs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Wa_14011059788 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Tweak the tolerance for clock ticks to 12.5%
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: fix spelling mistake "/evalution"/ -> "/evaluation"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Fix up clock frequency (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Sanitize GT first (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Check preempt-timeout target before
  submit_ports (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: re-disable -Wframe-address (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Use indirect ctx bb to mend CMD_BUF_CCTL
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add live selftests for indirect ctx batchbuffers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add per ctx batchbuffer wa for timestamp
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add engine scratch register to live_lrc_fixed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Drop rq->ring->vma peeking from error capture
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Use the RPM config register to determine clk
  frequencies (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Trace RPS events (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Prefer soft-rc6 over RPS DOWN_TIMEOUT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Split some long lines (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Introduce .set_idle_link_train() vfunc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce .set_signal_levels() vfunc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce .set_link_train() vfunc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Have pfit calculations return an error code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pass connector state to pfit calculations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: s/pipe_config/crtc_state/ in pfit functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use drm_rect to store the pfit window pos/size
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Flatten a bunch of the pfit functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix skl+ non-scaled pfit modes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Only close vma we open (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Make define for lrc state offset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Add context batchbuffers registers to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Add request throughput measurement to perf
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Check carefully for an idle engine in wait-for-idle
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Carefully order virtual_submission_tasklet
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/icl: Fix timeout handling during TypeC AUX power
  well enabling (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Drop request-before-CS assertion
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Try to detect rollback during batchbuffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Disable heartbeat around RPS interrupt
  testing (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Unroll the CS frequency loop (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Poison residual state across resume (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Disable C-states when measuring RPS
  frequency (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Show the full scaling curve on failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Show the pstate limits on any failure
  to reset (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/vlv_dsi: Prefer drm_WARN_ON over WARN_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/overlay: Prefer drm_WARN_ON over WARN_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/global_state: Prefer drm_WARN* over WARN*
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/frontbuffer: Prefer drm_WARN_ON over WARN_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/dpll_mgr: Prefer drm_WARN_ON over WARN_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/display: Prefer drm_WARN_ON over WARN_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/ddi: Prefer drm_WARN* over WARN*
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/atomic_plane: Prefer drm_WARN_ON over WARN_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/icl_dsi: Prefer drm_WARN_ON over WARN_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/audio: fix compressed_bpp check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: drop a bunch of superfluous inlines (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/hdmi: remove unused intel_hdmi_hdcp2_protocol()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use single set of AUX powerwell ops for gen11+
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Exercise dynamic reclocking with RPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Show the pcode frequency table on error
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Split RPS frequency measurement
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Check RPS controls (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Skip energy consumption tests if not
  controlling (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Verify frequency scaling with RPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Push MST link retraining to the hotplug work
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Flatten intel_dp_check_mst_status() a bit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pass encoder all the way to
  intel_ddi_transcoder_func_reg_val_get() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Push TRANS_DDI_FUNC_CTL into the encoder->enable()
  hook (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move the TRANS_DDI_FUNC_CTL enable to a later point
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pass encoder to intel_ddi_enable_pipe_clock()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Move the late flush_submission in retire to the end
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/audio: error log non-zero audio power refcount
  after unbind (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Refactor setting dma info to a common helper
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: remove redundant assignment to variable test_result
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add ICL PG3 PW ID for EHL (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tc: Do not warn when aux power well of static TC
  ports timeout (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tc: Catch TC users accessing FIA registers without
  enable aux (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tc/tgl: Implement TC cold sequences (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tc: Skip ref held check for TC legacy aux power wells
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tc/icl: Implement TC cold sequences (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Split hsw_power_well_enable() into two
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Add intel_legacy_aux_to_power_domain()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Move out code to return the digital_port
  of the aux ch (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add missing deinitialization cases of load failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/icl: Update forcewake firmware ranges (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Check power consumption at min/max
  frequencies (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Move gpu energy measurement into its
  own little (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add pre/post plane updates for SAGV (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Prepare to extract gen specific functions from
  intel_can_enable_sagv (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add intel_atomic_get_bw_*_state helpers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Take the engine wakeref around
  __rps_up_interrupt (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Delay spinner before waiting for an
  interrupt (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Scrub execlists state on resume (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Enable DP Display Audio WA (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add i915_lpsp_status debugfs attribute (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add connector dbgfs for all connectors (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add i915_lpsp_capability debugfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Power well id for ICL PG3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vkms: Hold gem object while still in-use (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vkms: enable cursor by default (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Make udl_handle_damage static (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: valkyriefb.c: fix warning comparing pointer to 0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: add support for rm69299 visionox panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: w100fb: Fix a potential double free
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbdev: aty: use true, false for bool variables in atyfb_base.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: uvesafb: use true,false for bool variables
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: udlfb: use true,false for bool variables (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: i810: use true,false for bool variables
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mm: optimize rb_hole_addr rbtree search (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: Remove reference to the mem_glob member (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/client: Dual licence the header in GPL-2 and MIT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Replace drm_modeset_lock/unlock_all with
  DRM_MODESET_LOCK_ALL_* (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: add mode selection limits against specific SoC
  revisions (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: chrontel-ch7033: Add a new driver (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tidss: remove AM65x PG1 YUV erratum code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: change default signal polarities and drives
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: boe-tv101wum-n16: fine tune clock (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: panel-simple: fix AUO G101EVN010 connector/panel type
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Correct DP DSC macro typo (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: remove duplicate assignment of ast_crtc_funcs member
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: fix stack usage warning on old gcc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: controlfb: fix build for COMPILE_TEST=y &&
  PPC_PMAC=y (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Nuke mode->hsync (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: pl111: Move VExpress setup into versatile init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: pl111: Simplify vexpress init (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: pl111: Fix module autoloading (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Use devm_drm_dev_alloc (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/qxl: Don't use drm_device->dev_private (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/qxl: Use devm_drm_dev_alloc (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: make drm_file use keyed wakeups (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bochs: Remove explicit drm_connector_register
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Drop explicit connector register/unregister
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/aspeed: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/aspeed: Drop aspeed_gfx->fbdev (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/cirrus: Move to drm/tiny (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/cirrus: Don't use drm_device->dev_private (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/cirrus: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/komeda: use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Don't set drm_device->dev_private (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mcde: Don't use drm_device->dev_private (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mcde: Use devm_drm_dev_alloc (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tidss: Delete tidss->saved_state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tidss: Don't use drm_device->dev_private (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tidss: Use devm_drm_dev_alloc (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/gm12u320: Don't use drm_device->dev_private (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gm12u320: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/hx8357d: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ili9225: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ili9341: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ili9486: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mi0283qt: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/repaper: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/st7586: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/st7735r: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: don't set drm_device->dev_private (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Use devm_drm_dev_alloc (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/v3d: Delete v3d_dev->pdev (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/v3d: Delete v3d_dev->dev (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/v3d: Use devm_drm_dev_alloc (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/v3d: Don't set drm_device->dev_private (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vboxvideo: Use devm_gen_pool_create (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vboxvideo: use managed pci functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vboxvideo: Stop using drm_device->dev_private
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vboxvideo: Use devm_drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vboxvideo: drop DRM_MTRR_WC #define (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Add devm_drm_dev_alloc macro (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: venc: remove unused variable 'venc_config_pal_bdghi'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: Remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Kill the second sideband tx slot, save the world
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: Remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rockchip: cdn-dp-core: Make cdn_dp_core_suspend/resume
  static (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/stm: ltdc: check number of endpoints (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- panel: simple: Add Ivo M133NWF4 R0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- panel: simple: Add BOE NV133FHM-N61 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video/fbdev/riva: Remove dead code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: remove set but not used variable 'config'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: panel: Return always an error pointer in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ps8640: Let panel to set the connector type
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: panel: Set connector type for LP120UP1 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: ili9322: Remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: simple: Add support for AUO G121EAN01.4 panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: simple: Add support for AUO G156XTN01.0 panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: simple: Add support for AUO G190EAN01 panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: enable runtime pm (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: add pm resume/suspend ops (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: separate clk/regulator enable/disable function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: add resume/suspend callback for each ip
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: power down ip blocks when pmu exit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: add lima_devfreq_resume/suspend (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: always set page directory when switch vm
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: check vm != NULL in lima_vm_put (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: print process name and pid when task error
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: use module_platform_driver helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: Clean up redundant pdev pointer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: Clean up IRQ warnings (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/dp_mst: Remove single tx msg
  restriction."/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Enable over-subscription with >1 GWS queue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Enable GWS based on FW Support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: New IOCTL to allocate queue GWS (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: pass unlocked flag to params at
  amdgpu_vm_bo_update_mapping (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add new unlocked flag for PTE updates
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: rename direct to immediate for VM updates
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: cleanup IB pool handling a bit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: partial revert VM sync changes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: check ring type for secure IBs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix size calculation in amdgpu_ttm_copy_mem_to_mem
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add full TMZ support into amdgpu_ttm_map_buffer v2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: cleanup amdgpu_ttm_copy_mem_to_mem and
  amdgpu_map_buffer v2 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Fix per-IB secure flag GFX hang (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Fine-grained TMZ support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: stop evicting encrypted BOs to swap (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add TMZ handling to amdgpu_move_blit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: also add the TMZ flag to GART (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix the wrong logic checking when secure buffer
  is created (v3) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Move to a per-IB secure flag (TMZ) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Indicate use of TMZ buffers to DC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: implement TMZ accessor (v3) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: remove the alignment placeholder for secure buffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: move CS secure flag next the structs where it's used
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable TMZ bit in FRAME_CONTROL for gfx10
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable TMZ bit in sdma copy pkt for sdma v5
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable TMZ bit in sdma copy pkt for sdma v4
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: expand amdgpu_copy_buffer interface with tmz
  parameter (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: expand sdma copy_buffer interface with tmz parameter
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix up for amdgpu_tmz.c and removal of drm/drmP.h
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: set TMZ bits in PTEs for secure BO (v4)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: job is secure iff CS is secure (v5) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: expand the context control interface with trust flag
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: expand the emit tmz interface with trusted flag
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add tmz bit in frame control packet (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add function to check tmz capability (v4)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add amdgpu_tmz data structure (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add tmz feature parameter (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: define the TMZ bit for the PTE (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add UAPI to create secure commands (v3)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add UAPI for creating encrypted buffers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.83.1 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.83 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Internal refactoring to abstract color caps
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add set backlight to hw sequencer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add dummy p-state latency bounding box override
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add panel cntl id for set backlight level
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Pass command instead of header into DMUB
  service (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Change viewport limit to 12 for DCN2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fail validation if building scaling
  params fails (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DML variable for future asics
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: clean up some header paths (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix DMUB meta offset for new load method
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Do not disable pipe split if mode is not
  supported (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.82 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn2.5: wait for tiles off after unpause
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amd/powerplay: avoid using pm_en before it is
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Put ASIC revision into HSA capability
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove conversion to bool in dc_link_ddc.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove conversion to bool in dcn20_mpc.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove conversion to bool in amdgpu_device.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: decouple EccErrCnt query and clear operation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: switch to SMN interface to operate RSMU index mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: sw pstate switch should only be for vega20
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- amdgpu/dc: remove redundant assignment to variable 'option'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gmc: Use consistent variable on unlocks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove redundant assignment to variable ret
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: protect ring overrun (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: extent threshold of waiting FLR_COMPLETE
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: for nv12 always need smu ip (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: skip sysfs node not belong to one vf mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable one vf mode for nv12 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: clear the messed up checking logic (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: provide RREG32_SOC15_NO_KIQ, will be used later
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: sriov is forbidden to call disable DPM
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: skip cg/pg set for SRIOV (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: ignore TA ucode for SRIOV (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: retire legacy vega10 sos version check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: switch to helper function to init sos ucode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add helper function to init sos ucode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: switch to helper function to init asd ucode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add helper function to init asd ucode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: retire unused check_fw_loading status
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove unnecessary tOS version check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: retire support_vmr_ring interface (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: shrink critical section in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Init data to avoid oops while reading pp_num_states
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove set but not used variable 'priority'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: amdgpu: fix kernel-doc struct warning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: amd/display: fix Kconfig help text (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: request reg_val_offs each kiq read reg
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: change how we update mmRLC_SPM_MC_CNTL
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: set error query ready after all IPs late init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: code cleanup around gpu reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: optimize the gpu reset for XGMI setup V2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: correct cancel_delayed_work_sync on gpu reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: correct fbdev suspend on gpu reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: cleanup coding style in amdkfd a bit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: clean up unused variable about ring lru
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: replace DRM prefix with PCI device info for
  gfx/mmhub (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: limit smu support to Arcturus for onevf
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disble vblank when unloading sriov driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Print CU information by default during
  initialization (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update smu12_driver_if.h to align with pmfw
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/powerplay:avoid to show invalid DPM table info
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Adjust the SDMA doorbell info printing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Adjust three kfd dmesg printings during
  initialization (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix bug in the logic for panel power control
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Convert memory from cpu to fw endianness
  correctly (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Adjust refactored dm for color management only
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: access ABM from stream resource (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: change from panel to panel cntl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add HW rotation cursor changes to dcn10
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Factor in immediate flip support into DLG
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix virtual signal dsc setup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: destroy panel on link destruct (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: dmcu wait loop calculation is incorrect in RV
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: move panel power seq to new panel struct
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: make all backlight calls link based
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Cap certain DML values for Low Pix Clk
  on DCN2.1 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Various fixes for PSR on DMCUB (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: 3.2.81 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update MPCC if requested (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix HDR visual confirm (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Use the correct input TF for video formats
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Change infopacket type programming
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Avoid NULL pointer in set_backlight when
  ABM is NULL (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix stream setting for diags on silicon
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Cast int to float before division
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Set meta_chunk_value to 0 in DML if DCC
  disabled in (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add optc get crc support for timings
  with ODM/DSC (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Workaround to disable YCbCr (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Check ramp != NULL before applying lut1d
  for degamma (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Unify psr feature flags (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Support plane-level gamut remap in DM
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add SetBacklight call to abm on dmcub
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove byte swapping for dmcub abm config table
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Force watermark value propagation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Move enable fractional pwm call (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add user backlight level reg write
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Correct updating logic of dcn21's pipe VM flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove aconnector condition check for dpcd read
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/dc: remove unused variable 'video_optimized_pixel_rates'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: remove defined but not used variables
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix race between pstate and remote buffer map
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amdgpu: Disable gfx off if VCN is busy"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix kernel page fault issue by ras recovery on sGPU
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Disable FRU read on Arcturus (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gmc: Fix spelling mistake (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: cache smu fw version info (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Revert "/drm/amdgpu: use the BAR if possible in
  amdgpu_device_vram_access v2"/ (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: set mp1 state before reload (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: update psp fw loading sequence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: update Arcturus smu-driver if header
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: properly set the dpm_enabled state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct i2c eeprom init/fini sequence
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: bump the NAVI10 smu-driver if version
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: revise the way to retrieve the board
  parameters (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix the hw hang during perform system reboot
  and reset (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove redundant assignment to variable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove defined but not used variables in ci_dpm.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove defined but not used 'dte_data_tahiti_le'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove dead code in si_dpm.c (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: remove hardcoded module name in prints
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: add print prefix for dev_* variants
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: add prefix for pr_* prints (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: code clean up in dce80_hw_sequencer.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/ring: simplify scheduler setup logic (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/kiq: add no_scheduler flag to KIQ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/ring: add no_scheduler flag (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/powerplay: get SMC FW size to a flexible way
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: replace DRM prefix with PCI device info for GFX RAS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: resume kiq access debugfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: refine ras related message print (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add uncorrectable error count print in UMC ecc irq
  cb (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Change "/error"/ to "/dc_log"/ at amdgpu_dm
  dpcd reading (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: restrict debugfs register access under SR-IOV
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: increased atom cmd timeout (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- amdgpu_kms: Remove unnecessary condition check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: support access regs outside of mmio bar
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: retire AMDGPU_REGS_KIQ flag (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: retire RREG32_IDX/WREG32_IDX (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: retire indirect mmio reg support from cgs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: replace indirect mmio access in non-dc code path
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove inproper workaround for vega10
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix gfx hang during suspend with video playback (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add HDCP caps debugfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: query hdcp capability during link detect
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Re-enable FRU check for most models v5
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.80 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Make DMCUB bss/data firmware blob optional
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: determine USB C DP2 mode only when USB DP Alt
  is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update DRAM watermark before checking to
  update TTU (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Revert to old formula in set_vtg_params
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Refactor color management to take dm
  plane state (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: initialize get_max_link_cap (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix dml pipe merge logic (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: 3.2.79 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove unused defines (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix ABM config copy for dmcub (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: only blank dp stream which will be powered off
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix typo (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use config flag to disable dmcu obj creation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Check power_down functions exist before calling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't change mpcc tree for medium updates
  on DCN20 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: blank dp stream before power off receiver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Power down hw blocks on boot (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Remove hdcp display state with mst fix
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Implement abm config table copy to dmcub
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Program DSC before enabling link
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: prevent loop from occuring in pipe list
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.78 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd Avoid destroy hqd when GPU is on reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: Correct gfx10's CG sequence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add SPM golden settings for Navi12 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add SPM golden settings for Navi14 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add SPM golden settings for Navi10(v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Print UTCL2 client ID on a gpuvm fault
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: fix a typo (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn: add shared memory restore after wake up
  from sleep (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: rework sched_list generation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: sync ring type and drm hw_ip type (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix the broken logic in dc_link.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: avoid using pm_en before it is initialized
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- amdgpu/drm: remove psp access on navi10 for sriov
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Guard calls to hdcp_ta and dtm_ta
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove
  mod_hdcp_hdcp2_get_link_encryption_status() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/dc: Kill dc_conn_log_hex_linux() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu_dm/mst: Remove useless sideband tracing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn: fix spelling mistake "/fimware"/ -> "/firmware"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: code cleanup of dc_link file on func
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: code cleanup on dc_link from is_same_edid to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: codestyle cleanup on dc_link file until
  detect_dp (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: cleanup codestyle type BLOCK_COMMENT_STYLE on
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable VCN2.5 DPG mode for Arcturus (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/vcn2.5: Add firmware w/r ptr reset sync
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn2.0: Add firmware w/r ptr reset sync
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn: Add firmware share memory support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn2.5: stall DPG when WPTR/RPTR reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn2.0: stall DPG when WPTR/RPTR reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn: fix race condition issue for dpg unpause
  mode switch (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn: fix race condition issue for vcn start
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: skip access sdma_v5_0 registers under SRIOV (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: stop disable the scheduler during HW fini
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: added mutex protection on msg issuing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: unified interfaces for message issuing and
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: avoid calling Vega20 specific SMU message
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: avoid calling SMU10 specific SMU message
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: avoid calling SMU9 specific SMU message
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: avoid calling SMU8 specific SMU message
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerpaly: drop unused APIs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: avoid calling SMU7 specific SMU message
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: avoid calling CI specific SMU message
  implemention (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: reroute VMC and UMD to IH ring 1 for oss v5
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: call psp to program ih cntl in SR-IOV for Navi
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable IH ring 1 and ring 2 for navi (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: ih doorbell size of range changed for nbio v7.4
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: infinite retries fix from UTLC1 RB SDMA
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix non-pointer dereference for non-RAS supported
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: Include headers for PWR and SMUIO registers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: implement more ib pools (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Move backlight pwm enable function call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add ABM driver implementation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: 3.2.77 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: extend compute job timeout (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: No need support vcn decode (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: postpone entering fullaccess mode (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: adjust sequence of ip_discovery init and
  timeout_setting (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: equip new req_init_data handshake (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: use static mmio offset for NV mailbox
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: introduce new request and its function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: introduce new idh_request/event enum (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: cleanup idh event/req for NV headers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: Fix SMUIO/PWR Confusion (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: Move PWR_MISC_CNTL_STATUS to its own header
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: Add missing SMUIO v12 register to headers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/uvd7: remove unnecessary conversion to bool
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: align short build log (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: use pattern rule to avoid code duplication
  in Makefile (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: fix build rules of *_reg_safe.h (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/radeon: remove unneeded header include path (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Ignore the not supported error from psp
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add 4k resolution for virtual display
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Virtual display need to support multiple ctrcs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disable ras query and iject during gpu reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: added xgmi ras error reset sequence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: cleanup all virtualization detection routine
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: amends feature bits for MM bandwidth mgr
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: purge ip_discovery headers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Fix FRU data checking (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Expose TA FW version in fw_version file
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disabled fru eeprom access (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: Add GFX9.1 PWR_MISC_CNTL_STATUS register
  to headers (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add documentation for unique_id (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Add documentation for PCIe accounting
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add documentation for memory info (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Enable reading FRU chip via I2C v3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: Remove dead code (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: remove unused variable 'hdmi_ids' (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Fix misspellings of "/Analog Devices"/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Allocate initial CRTC state of the correct size
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: Clean up GPIO includes (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: vesafb: add missed release_region (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: arcfb: add missed free_irq and fix the order of
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbdev: s1d13xxxfb: add missed unregister_framebuffer in remove
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- ARM/fbdev: sa11x0: Switch to use GPIO descriptors
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: aty128fb: remove unused 'sdr_64' (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- omapfb/dss: remove unused variable 'venc_config_pal_bdghi'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: vt8500lcdfb: fix fallthrough warning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: imxfb: ensure balanced regulator usage
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: controlfb: remove function prototypes part #3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: controlfb: remove function prototypes part #2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: controlfb: remove function prototypes part #1
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: controlfb: remove obsolete module support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: controlfb: add COMPILE_TEST support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: controlfb: fix sparse warning about using
  incorrect (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: ssd1307fb: Remove redundant forward declaration
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: ssd1307fb: Convert to atomic PWM API (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: ssd1307fb: Make use of device properties (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: ssd1307fb: Introduce temporary variable to increase
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: ssd1307fb: Convert driver to use ->probe_new()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Don't free a struct never allocated by drm_gem_fb_init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: fix spelling mistake "/modifer"/ -> "/modifier"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/device: Deprecate dev_private harder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: bridge: adv7511: Extend list of audio sample rates
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: adv7511: Enable SPDIF DAI (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: kirin: Revert change to add register connect helper
  functions (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- fbdev: mx3fb: const pointer to ipu_di_signal_cfg (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: Exercise dma-fence-chain under selftests
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: Report signaled links inside dma-fence-chain
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: Prettify typecasts for dma-fence-chain (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Print errors on ACT timeouts (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Increase ACT retry timeout to 3s (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Reformat drm_dp_check_act_status() a bit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Improve kdocs for drm_dp_check_act_status()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add NWL MIPI DSI host controller support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vram-helpers: Merge code into a single file (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vram-helpers: Set plane fence for display update
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Don't return 0 from a void drm_fbdev_generic_setup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: support for boe,tv105wum-nw0 dsi video mode panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbdev: mx3fb: avoid warning about psABI change (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/fb-helper: Remove return value from
  drm_fbdev_generic_setup() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vboxvideo: Set up fbdev after registering device; remove
  error checks (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Remove error check from fbdev setup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tilcdc: Set up fbdev after fully registering device
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Set up fbdev after registering device; remove
  error checks (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Remove error check from fbdev setup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ingenic: Remove error check from fbdev setup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/kirin: Set up fbdev after fully registering device
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/hibmc: Remove error check from fbdev setup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Set up fbdev after registering device; remove
  error checks (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: clean up ttm_trace_dma_map/ttm_trace_dma_unmap (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: nt39016: Add support for 50 Hz refresh rate
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: nt39016: Add support for multiple modes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: mb862xx: remove set but not used variable 'mdr'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: matroxfb: remove dead code and set but not
  used variable (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: add panel driver for Leadtek LTK050H3146W
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: Add missing annotation for cyber2000fb_enable_ddc() and
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ingenic: Delete an error message in ingenic_drm_probe()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Remove drm_dp_mst_has_audio() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dp_mst: Cast intel_connector->port as drm_dp_mst_port
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: don't print error message on platform_get_irq()
  failure (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vblank: Add intro to documentation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/writeback: wire drm_writeback.h to kernel-doc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: writeback: document callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Don't drop NAKs for down responses (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Fix NULL deref in drm_dp_get_one_sb_msg()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: tcon: Delete an error message in
  sun4i_tcon_init_irq() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: fix kernel-doc warning in panel.c (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sched: fix kernel-doc in gpu_scheduler.h (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Remove drm_dp_mst_topology_cbs.destroy_connector
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu_dm/mst: Stop printing extra messages in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu_dm/mst: Remove ->destroy_connector() callback
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu_dm/mst: Remove unneeded edid assignment when
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel-leadtek-ltk500hd1829: Fix dotclock (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: delete drm_pci.h (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/pci: Move drm_pci_alloc/free under CONFIG_DRM_LEGACY
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: make virtio_gpu_object_attach void (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: delete notify in virtio_gpu_object_create
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: delete notify after virtio_gpu_cmd_context_create
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: random virtgpu_drv.h cleanups (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/hisilicon: Enforce 128-byte stride alignment to fix
  the hardware (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/zte: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vkms: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/virtgpu: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tilcdc: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/shmobile: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/rcar-du: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ingenic: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/imx: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i2c/tda998x: Use simple encoder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/hisilicon/kirin: Use simple encoder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/fsl-dcu: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/atmel-hlcdc: Use simple encoder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Fix wrong kfree() in managed resource usage example
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/core: Calculate bpp in afbc helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/core: Use proper debugging macro (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: improve amdgpu_gem_info debugfs file (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add support for exporting VRAM using DMA-buf v3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add checks if DMA-buf P2P is supported
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: note that we can handle peer2peer DMA-buf
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: lock resv object during destruction (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: add peer2peer flag (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: make build_clear_payload_id_table return void
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/qxl: Use correct notify port address when creating
  cursor ring (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: add docs about the IN_FORMATS plane property
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/managed: Fix off-by-one in warning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/fb: fix kernel-doc in drm_framebuffer.h (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: add kernel-doc for drm_dp_mst_port.fec_capable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: error out with EBUSY when device has existing master
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: rework SET_MASTER and DROP_MASTER perm handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: convert to use i2c_new_client_device()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/therm: convert to use i2c_new_client_device()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i2c/tda998x: convert to use i2c_new_client_device()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i2c/sil164: convert to use i2c_new_client_device()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: convert to use i2c_new_client_device()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: convert to use i2c_new_client_device()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: panel: Add Starry KR070PE2T (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: Add optional devfreq and cooling device support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Remove single tx msg restriction (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mst: Support simultaneous down replies (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mst: Separate sideband packet header parsing from message
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/fb-helper: Add TODO for making drm_fb_helper_alloc_fbi fill
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: sii9234: silence warning about regulators during
  deferred (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Add docs for managed resources (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: drop drm_driver.release hook (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mipi-dbi: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mipi-dbi: Move drm_mode_config_init into mipi library
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/repaper: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gm12u320: Simplify upload work (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gm12u320: Use helpers for shutdown/suspend/resume
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gm12u320: Use devm_drm_dev_init (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gm12u320: More drmm_ (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tidss: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mtk: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/shmob: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/stm: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rcar-du: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/pl111: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: More devm_drm_dev_init (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ingenic: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/cirrus: Fully embrace devm_ (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/cirrus: Drop explicit drm_mode_config_cleanup call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bochs: Drop explicit drm_mode_config_cleanup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bochs: Remove leftover drm_atomic_helper_shutdown
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Manage drm_mode_config_init with drmm_ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Garbage collect drm_dev_fini (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Manage drm_vblank_cleanup with drmm_ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Manage drm_gem_init with drmm_ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: manage drm_minor cleanup with drmm_ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Use drmm_ for drm_dev_init cleanup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Handle dev->unique with drmm_ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Cleanups after drmm_add_final_kfree rollout (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/<drivers>: Use drmm_add_final_kfree (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gm12u320: Use drmm_add_final_kfree (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ingenic: Use drmm_add_final_kfree (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/repaper: Use drmm_add_final_kfree (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vkms: Use drmm_add_final_kfree (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vgem: Use drmm_add_final_kfree (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mcde: Use drmm_add_final_kfree (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tidss: Use drmm_add_final_kfree (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/v3d: Use drmm_add_final_kfree (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/cirrus: Use drmm_add_final_kfree (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Use drmm_add_final_kfree (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/qxl: Use drmm_add_final_kfree (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Use drmm_add_final_kfree (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mipi_dbi: Use drmm_add_final_kfree in all drivers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Set final_kfree in drm_dev_alloc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: add managed resources tied to drm_device (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Don't clear drvdata in ->release (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- mm/slb: export __kmalloc_track(_node)_caller (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: dw-hdmi: rework csc related functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: dw-hdmi: Add support for RGB limited range
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: dw-hdmi: do not force "/none"/ scan mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: Sort includes in VI and UI layer code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sun4i: de2: Don't return de2_fmt_info struct (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sun4i: de2: csc_mode in de2 format struct is mostly
  redundant (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: de2: rgb field in de2 format struct is redundant
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vram-helper: remove unneeded #if defined/endif guards
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: Add support for afbc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: add trace point for tasks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: add error sysfs to export error task dump
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: save task info dump when task fail (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: add max_error_tasks module parameter (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: save process info for debug usage (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mipi-dbi: Make mipi_dbi_command_stackbuf() data
  parameter const (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- omapfb: Remove unused writeback code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbdev: via: fix -Wextra build warning and format warning
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbdev: pmfb.c: fix -Wextra build warnings and errors
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbdev: savage: fix -Wextra build warning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbdev: matrox: fix -Wextra build warnings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbdev: aty: fix -Wextra build warning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbdev: fbmon: fix -Wextra build warnings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: uvesafb: Use scnprintf() for avoiding potential buffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: omap2: Use scnprintf() for avoiding potential buffer
  overflow (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: omapfb: Use scnprintf() for avoiding potential buffer
  overflow (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Skip drm_mode_config_validate() for !modeset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: convert .debugfs_init() hook to return void (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Validate encoder->possible_crtcs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Validate encoder->possible_clones (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/imx: Remove the bogus possible_clones setup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: Sanitize possible_clones (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Include the encoder itself in possible_clones
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/debugfs: remove checks for return value of drm_debugfs
  functions (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Fix DispID tile parsing for override EDID
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Clarify validate_displayid() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/edid: Don't include ext block csum in DispID size
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Don't parse garbage as DispID blocks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/edid: Move validate_displayid()
  drm_find_displayid_extension() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Return DispID length from
  drm_find_displayid_extension() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Remove idx==1 assumptions from all over the
  DispID parsing (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Swap some operands in for_each_displayid_db()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Constify topology id (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: make various debugfs_init() functions return 0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: have *_debugfs_init() functions return void
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: remove checks for return value of drm_debugfs
  functions (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/pl111: make pl111_debugfs_init return 0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vram-helper: make drm_vram_mm_debugfs_init() return 0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sti: remove use of drm_debugfs functions as return values
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: remove checks for return value of
  drm_debugfs_create_files() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: remove check for return value of (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/arm: make hdlcd_debugfs_init() return 0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/arc: make arcgpu_debugfs_init() return 0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: remove check of return value of drm_debugfs functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/v3d: make v3d_debugfs_init() return 0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tilcdc: remove check for return value of debugfs functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: remove checks for debugfs functions return value
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Correct a typo in a function comment (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: drm_vm: Use fallthrough; (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon: Drop unused #include (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/core: Add drm_afbc_framebuffer and a corresponding helper
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/core: Allow drivers allocate a subclass of struct
  drm_framebuffer (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update DRIVER_DATE to 20200417 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dp: Program vswing, pre-emphasis, test-pattern
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Register definition for DP compliance register
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Add debugfs entry for DP phy compliance
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Preparation for DP phy compliance auto test
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Made intel_dp_adjust_train() non-static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp: get/set phy compliance pattern (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Align macro name as per DP spec (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add YUV444 packed format support for skl+
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Exercise basic RPS interrupt generation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Initialize multicast register steering for
  workarounds (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Extend Wa_1409767108:tgl to B0 stepping
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/ehl: extended Wa_2006604312 to ehl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Start passing latency as parameter (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: do AUD_FREQ_CNTRL state save on all gen9+ platforms
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Check for an already completed timeslice
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: remove redundant assignment to variable err
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/evict: watch out for unevictable nodes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Take an explicit ref for rq->batch
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Mark up racy check of breadcrumb irq enabled
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Mark up racy read of intel_ring.head
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: prefer struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: prefer struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/stolen: prefer struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uncore: prefer struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dram: prefer struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pmu: prefer struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/error: prefer struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: prefer struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/switcheroo: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/state: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bw: use struct drm_device based logging (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/debugfs: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/crt: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: use struct drm_device based logging (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tc: use struct drm_device based logging (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/panel: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/audio: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Drop vestigal timeslicing assert
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Promote 'remain' to unsigned long (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Wait until the context is finally retired before
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Allow asynchronous waits on the i915_active barriers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Make exclusive awaits on i915_active optional
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Take DBG_FORCE_RELOC into account prior to using
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Extend hotplug detect retry on TypeC connectors
  to 5 seconds (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add a retry counter for hotplug detect retries
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Free request pool from virtual engines
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Wait until we start timeslicing after
  a submit (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Revoke mmap before fence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Move the port sync DP_TP_CTL stuff to the encoder hook
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pass atomic state to encoder hooks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Do pipe updates after enables for everyone
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix port sync code to work with >2 pipes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Eliminate port sync copy pasta (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Implement port sync for SKL+ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Store cpu_transcoder_mask in device info
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Avoid setting timer->expires to 0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Keep a per-engine request pool (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Make Wa_14010229206 permanent (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Check for has-reset before testing hostile
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Utilize rcu iteration of context engines
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Peek at the next submission for error
  interrupts (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: Cleanup kerneldoc warnings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Drop cached obj->bind_count (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Make fence revocation unequivocal (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Store the fence details on the fence
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Only wait for GPU activity before unbinding
  a GGTT fence (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Try allocating va from free space (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: fix spelling mistake "/undeflow"/ -> "/underflow"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Align engine dump active/pending (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Report all failed registers for ctx isolation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Include the execlists CCID of each port in
  the engine (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Pause CS flow before reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Tidy up an error message for
  live_error_interrupt (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Include a few tracek for timeslicing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Defer kicking the tasklet until all rescheduling is
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tc/icl: Update TC vswing tables (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dp/ehl: Update vswing table for HBR and RBR
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Double check breadcrumb before crying foul
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: don't read head/tail pointers outside critical
  section (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Explicitly reset both reg and context
  runtime (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Split eb_vma into its own allocation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: Schedule oa_config after modifying the contexts
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Wrap i915_active in a simple kreffed struct
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Allow for different modes of interruptible
  i915_active_wait (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Check timeout before flush and cond checks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Include priority info in trace_ports
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/huc: Fix HuC register used in debugfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/huc: Add more errors for I915_PARAM_HUC_STATUS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Add definitions for VRR registers and bits
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Workaround switching back to a completed
  context (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Include port sync state in the state dump
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use REG_FIELD_PREP() & co. for TRANS_DDI_FUNC_CTL2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move icl_get_trans_port_sync_config() into the
  DDI code (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Drop usless master_transcoder assignments
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move TRANS_DDI_FUNC_CTL2 programming where it belongs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/mst: Use .compute_config_late() to compute master
  transcoder (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Differentiate between aliasing-ppgtt and ggtt pinning
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Constify adjusted_mode a bit (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Get rid of silly void* from MST code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: use forced codec wake on all gen9+ platforms
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: add new open param to configure polling of
  OA buffer (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: move pollin setup to non hw specific code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: rework aging tail workaround (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Cast remain to unsigned long in eb_relocate_vma
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: do not free err log on uc_fini (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/uc: Move uC debugfs to its own folder under GT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/debugfs: move uC printers and update debugfs file names
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/huc: make "/support huc"/ reflect HW capabilities
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: drop stage_pool debugfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: allow setting generic data pointer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Return early after MISSING_CASE for
  write_dp_sdp (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Remove useless but deadly local
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Drop final few uses of drm_i915_private.engine
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/wopcm: convert to drm device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/psr: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: clean up intel_PLL_is_valid() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tv: use struct drm_device based logging (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/connector: use MISSING_CASE instead of logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hdmi: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp_mst: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp_aux_backlight: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display_power: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/ddi: use struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Immediately execute the fenced work (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/execlists: Pull tasklet interrupt-bh local to direct
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Measure the energy consumed while in RC6
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Drop setting sibling priority hint
  on virtual (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/fbc: Make fences a nice-to-have for GEN9+
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Use private flags to indicate TE in cmd mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Add check for periodic command mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Add cmd mode flags in display mode private flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Add vblank calculation for command mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Configure transcoder operation for command mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Only delay the context barrier pm (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: mark huge_gem_object as not shrinkable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Delay release of engine-pm after last retirement
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Extend intel_wakeref to support delayed puts
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests/perf: watch out for stolen objects
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Rely on direct submission to the queue (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Avoid gem_context->mutex for simple vma lookup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Mark timeline->cacheline as destroyed after
  rcu grace (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/edp: Ignore short pulse when panel powered off
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Leave rps->cur_freq on unpark (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Use the correct err_unlock unwind path for a closed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Report context-is-closed prior to pinning
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix crtc nv12 etc. plane bitmasks for DPMS off
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Add writing of DP SDPs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dp: Add compute routine for DP HDR Metadata Infoframe
  SDP (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Add compute routine for DP VSC SDP (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Add DP1.4 VSC SDP Payload related Data Structures
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Prefer '%ps' for printing function symbol names
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/workarounds: convert to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rps: use struct drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/ring_submission: use drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/renderstate: use struct drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/rc6: convert to struct drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/lrc: convert to struct drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/ggtt: convert to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Add new PCI IDs to TGL (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dp: Add dpcd link_rate quirk for Apple 15"/ MBP
  2017 (v3) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hdcp: convert to struct drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbdev: convert to drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: convert to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/color: Extract icl_read_luts() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Enable non-contiguous pipe fusing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Always reschedule the new heartbeat (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix up documentation paths after file moving
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: introduce global sseu pinning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/perf: remove redundant power configuration register
  override (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: remove generated code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Restore check for invalid vma for fencing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Allocate i915_fence_reg array (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove manual save/resume of fence register state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Pull restoration of GGTT fences underneath the GT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move GGTT fence registers under gt/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- mm/hmm: remove the customizable pfn format from hmm_range_fault
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- mm/hmm: remove HMM_PFN_SPECIAL (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove dead code after hmm_range_fault()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- mm/hmm: make hmm_range_fault return 0 or -1 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Refresh patches.suse/igc-Add-initial-EEE-support.patch.
- Refresh
  patches.suse/i2c-i801-exclude-device-from-suspend-direct-complete.patch.
- gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gup: document and work around "/COW can break either way"/ issue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Replace user_access_begin by
  user_write_access_begin (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- uaccess: Add user_read_access_begin/end and (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm_read(): get rid of pointless access_ok() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- omapfb: get rid of pointless access_ok() calls (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- amifb: get rid of pointless access_ok() calls (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- docs: filesystems: fix renamed references (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- docs: fix broken references to text files (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Update rmk's email address in various drivers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Make drm_dp_mst_dsc_aux_for_port() safe for old compilers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- commit 01b18a4
- blacklist.conf: 4d6ffa27b8e5 x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.S
- commit 95f1309
- blacklist.conf: e81e07244325 objtool: Support Clang non-section symbols in ORC generation
- commit b650d28
- crypto: add suse_kabi_padding (jsc#SLE-14454).
  This patch adds reserve fields to structures of the
  generic crypto layer to make backporting fixes and ECOs easier.
- QAT: add suse_kabi_padding (jsc#SLE-14454).
  This patch adds reserve fields to structures of the
  QAT driver to make backporting fixes and ECOs for QAT easier.
- commit 16c9bda
- nvme: do not update disk info for multipathed device
  (bsc#1171558).
- commit 72db678
- net: macb: use resolved link config in mac_link_up()
  (jsc#SLE-12251).
- commit 3a4483e
- xfs: fix a missing unlock on error in xfs_fs_map_blocks
  (git-fixes).
- commit cc2433b
- xfs: fix brainos in the refcount scrubber's rmap fragment
  processor (git-fixes).
- commit 3faadca
- xfs: fix rmap key and record comparison functions (git-fixes).
- commit 7b24498
- xfs: set the unwritten bit in rmap lookup flags in
  xchk_bmap_get_rmapextents (git-fixes).
- commit ac90c4a
- xfs: fix flags argument to rmap lookup when converting shared
  file rmaps (git-fixes).
- commit ed43f56
- drivers/net/ethernet: remove incorrectly formatted doc
  (bsc#1177397).
- net: ena: Fix all static chekers' warnings (bsc#1177397).
- net: ena: Change RSS related macros and variables names
  (bsc#1177397).
- net: ena: Remove redundant print of placement policy
  (bsc#1177397).
- net: ena: Capitalize all log strings and improve code
  readability (bsc#1177397).
- net: ena: Change log message to netif/dev function
  (bsc#1177397).
- net: ena: Change license into format to SPDX in all files
  (bsc#1177397).
- net: ena: xdp: add queue counters for xdp actions (bsc#1177397).
- net: ena: ethtool: add stats printing to XDP queues
  (bsc#1177397).
- net: ena: ethtool: Add new device statistics (bsc#1177397).
- net: ena: ethtool: convert stat_offset to 64 bit resolution
  (bsc#1177397).
- commit 3fe7896
- r8169: disable hw csum for short packets on all chip versions
  (git-fixes).
- commit 30d1ce9
- virtio: virtio_console: fix DMA memory allocation for rproc
  serial (git-fixes).
- xhci: hisilicon: fix refercence leak in xhci_histb_probe
  (git-fixes).
- thunderbolt: Fix memory leak if ida_simple_get() fails in
  enumerate_services() (git-fixes).
- thunderbolt: Add the missed ida_simple_remove() in
  ring_request_msix() (git-fixes).
- kernel/watchdog: fix watchdog_allowed_mask not used warning
  (git-fixes).
- reboot: fix overflow parsing reboot cpu number (git-fixes).
- Revert "/kernel/reboot.c: convert simple_strtoul to kstrtoint"/
  (git-fixes).
- clk: define to_clk_regmap() as inline function (git-fixes).
- xhci: Fix sizeof() mismatch (git-fixes).
- commit a563406
- fix patches metadata
- fix Patch-mainline:
  patches.suse/ACPI-GED-fix-Wformat.patch
  patches.suse/cosa-Add-missing-kfree-in-error-path-of-cosa_write.patch
  patches.suse/gpio-pcie-idio-24-Enable-PEX8311-interrupts.patch
  patches.suse/gpio-pcie-idio-24-Fix-IRQ-Enable-Register-value.patch
  patches.suse/gpio-pcie-idio-24-Fix-irq-mask-when-masking.patch
  patches.suse/lan743x-fix-BUG-invalid-wait-context-when-setting-rx.patch
  patches.suse/mmc-renesas_sdhi_core-Add-missing-tmio_mmc_host_free.patch
  patches.suse/mmc-sdhci-of-esdhc-Handle-pulse-width-detection-erra.patch
  patches.suse/pinctrl-aspeed-Fix-GPI-only-function-problem.patch
  patches.suse/pinctrl-intel-Set-default-bias-in-case-no-particular.patch
- commit e7295f4
- update patch metadata
  patches.suse/SUNRPC-Revert-241b1f419f0e-SUNRPC-Remove-xdr_buf_tri.patch was
  replaced by a no-op stub only preserving kABI but the upstream reference
  was left in place. Our kbuild checks complain because the same commit id is
  also blacklisted. Drop the mainline reference which is no longer
  appropriate and refer to the commit id in commit message instead.
- commit c39115f
- fix patches metadata
- fix Patch-mainline:
  patches.suse/NFSv4-Handle-NFS4ERR_OLD_STATEID-in-CLOSE-OPEN_DOWNG.patch
  patches.suse/NFSv4-Wait-for-stateid-updates-after-CLOSE-OPEN_DOWN.patch
  patches.suse/NFSv4.x-recover-from-pre-mature-loss-of-openstateid.patch
  patches.suse/svcrdma-fix-bounce-buffers-for-unaligned-offsets-and.patch
- commit 6b62933
- series.conf: whitespace cleanup
- commit 3581101
- NFS: only invalidate dentrys that are clearly invalid
  (bsc#1178669 bsc#1170139).
- commit f10a996
- samples: bpf: Cleanup bpf_load.o from Makefile (bsc#1177028).
- commit a1f6952
- loop: Fix occasional uevent drop (bsc#1177971).
- block: add a return value to set_capacity_revalidate_and_notify
  (bsc#1177971).
- block: use revalidate_disk_size in
  set_capacity_revalidate_and_notify (bsc#1177971).
- block: add a new revalidate_disk_size helper (bsc#1177971).
- commit 076c587
- dax: Fix stack overflow when mounting fsdax pmem device
  (bsc#1171073).
- dax: fix detection of dax support for non-persistent memory
  block devices (bsc#1171073).
- commit 91904e0
- libceph: use sendpage_ok() in ceph_tcp_sendpage() (bsc#1172873).
- scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
  (bsc#1172873).
- drbd: code cleanup by using sendpage_ok() to check page for
  kernel_sendpage() (bsc#1172873).
- tcp: use sendpage_ok() to detect misused .sendpage
  (bsc#1172873).
- nvme-tcp: check page by sendpage_ok() before calling
  kernel_sendpage() (bsc#1172873).
- net: add WARN_ONCE in kernel_sendpage() for improper zero-copy
  send (bsc#1172873).
- net: introduce helper sendpage_ok() in include/linux/net.h
  (bsc#1172873).
  kABI workaround for including mm.h in include/linux/net.h
  (bsc#1172873).
- commit 5b20669
- pinctrl: intel: Set default bias in case no particular value
  given (git-fixes).
- pinctrl: aspeed: Fix GPI only function problem (git-fixes).
- gpio: pcie-idio-24: Enable PEX8311 interrupts (git-fixes).
- gpio: pcie-idio-24: Fix IRQ Enable Register value (git-fixes).
- gpio: pcie-idio-24: Fix irq mask when masking (git-fixes).
- mmc: sdhci-of-esdhc: Handle pulse width detection erratum for
  more SoCs (git-fixes).
- mmc: renesas_sdhi_core: Add missing tmio_mmc_host_free()
  at remove (git-fixes).
- cosa: Add missing kfree in error path of cosa_write (git-fixes).
- lan743x: fix "/BUG: invalid wait context"/ when setting rx mode
  (git-fixes).
- ACPI: GED: fix -Wformat (git-fixes).
- commit 4dd9cfa
- vt: Disable KD_FONT_OP_COPY (bsc#1178589).
- commit a819dc3
- mm/memory-failure: Add memory_failure_queue_kick()
  (jsc#SLE-16610).
- commit 58bbb5e
- mtd: spi-nor: Fix address width on flash chips > 16MB
  (jsc#SLE-14214 jsc#SLE-1660).
- commit 25da357
- mtd: spi-nor: Don't copy self-pointing struct around
  (jsc#SLE-14214 jsc#SLE-1660).
- commit 72ce51f
- spi: spi-cadence-quadspi: Populate get_name() interface
  (jsc#SLE-14214 jsc#SLE-1660).
- commit bcb9418
- net: ethernet: ti: cpsw_new: fix suspend/resume (jsc#SLE-12251).
- net: macb: fix for pause frame receive enable bit (jsc#SLE-12251).
- net: ethernet: ti: cpsw_new: fix error handling in cpsw_ndo_vlan_rx_kill_vid() (jsc#SLE-12251).
- net: ethernet: ti: cpsw_new: fix clean up of vlan mc entries for host port (jsc#SLE-12251).
- net: macb: Properly handle phylink on at91sam9x (jsc#SLE-12251).
- net: macb: fix macb_suspend() by removing call to netif_carrier_off() (jsc#SLE-12251).
- net: macb: fix macb_get/set_wol() when moving to phylink (jsc#SLE-12251).
- net: macb: free resources on failure path of at91ether_open() (jsc#SLE-12251).
  Refresh:
  patches.suse/net-macb-call-pm_runtime_put_sync-on-failure-path.patch
- net: phylink: ensure manual pause mode configuration takes effect (jsc#SLE-12251).
- net: macb: undo operations in case of failure (jsc#SLE-12251).
- net: macb: Only disable NAPI on the actual error path (jsc#SLE-12251).
- net: cadence: macb: disable NAPI on error (jsc#SLE-12251).
- net: ethernet: ti: fix some return value check of cpsw_ale_create() (jsc#SLE-12251).
- net: macb: Fix handling of fixed-link node (jsc#SLE-12251).
- net: stmmac: update pci platform data to use phy_interface (jsc#SLE-12251).
- of: mdio: Add missing inline to of_mdiobus_child_is_phy() dummy (jsc#SLE-12251).
- net: ag71xx: fix compile warnings (jsc#SLE-12251).
- net: ethernet: ti: build cpsw-common for switchdev (jsc#SLE-12251).
- net: ethernet: ti: select PAGE_POOL for switchdev driver (jsc#SLE-12251).
- net: ethernet: emac: Fix phy mode type (jsc#SLE-12251).
- commit 67c4a94
- samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap
  (bsc#1177028).
- samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in
  option loop (bsc#1177028).
- samples: bpf: Add an option for printing extra statistics in
  xdpsock (bsc#1177028).
- bpf: Fix fds_example SIGSEGV error (bsc#1177028).
- samples: bpf: Refactor BPF map performance test with libbpf
  (bsc#1177028).
- samples: bpf: Refactor BPF map in map test with libbpf
  (bsc#1177028).
- samples: bpf: Fix bpf programs with kprobe/sys_connect event
  (bsc#1177028).
- commit 9874b44
- blacklist.conf: 6f64e4778300 ("/bpf: Update verification logic for LSM programs"/)
  Apply the commit later.
- commit 548a6df
- tools/bpftool: Fix attaching flow dissector (bsc#1177028).
- commit 44b2c56
- i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()
  (jsc#SLE-13701).
- commit b2ee981
- bpf: Enforce id generation for all may-be-null register type
  (bsc#1177028).
- selftests/bpf: Fix endianness issues in
  sk_lookup/ctx_narrow_access (bsc#1177028).
- commit 4610751
- blacklist.conf: add the unneeded bpf git-fixes commits
- d3c481515129 net: remove sockptr_advance
  It requires several treewide changes which were not backported.
- 47f7cf6325f7 libbpf: Skip CO-RE relocations for not loaded BPF programs
  The target code was not backported yet.
- commit cf96a2f
- prom_init: enable verbose prints (bsc#1178142 bsc#1180759).
- prom_init: enable verbose prints (bsc#1178142) (bsc#1178142).
- commit c0bbedb
- powerpc/vnic: Extend "/failover pending"/ window (bsc#1176855
  ltc#187293).
- commit 8c35da0
- spi: hisi-sfc-v3xx: fix spelling mistake "/occured"/ -> "/occurred"/
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 8b3eca5
- spi: hisi-sfc-v3xx: add support for IRQ mode (jsc#SLE-14214
  jsc#SLE-16606).
- commit 4a666b4
- spi: hisi-sfc-v3xx: factor out the bit definition of interrupt
  register (jsc#SLE-14214 jsc#SLE-16606).
- commit dabd6b3
- spi: hisi-sfc-v3xx: factor out bus config and transfer functions
  (jsc#SLE-14214 jsc#SLE-16606).
- commit b1adebf
- spi: hisi-sfc-v3xx: factor out IO modes configuration
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 56e8610
- spi: hisi-sfc-v3xx: add error check after per operation
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 382883e
- Update config files.
  Set CONFIG_HIBERNATION_SNAPSHOT_DEV=y.
  Upstream commit c4f39a6c7438 ("/PM: hibernate: Split off snapshot dev
  option"/) has made userspace hibernation conditional on a separate config
  option that can be disabled.
  The SLE15-SP3 backport (commit 17f3cdc2427e) has left this option unset,
  but this breaks the userspace hibernation functionality that we have
  been supporting in all previous SPs. Re-enable and fix this.
  This also fixes bsc#1178609 which uncovered this issue via fstests
  (generic/570) failure.
- commit 660a013
- dpaa2-eth: fix command version for Tx shaping (jsc#SLE-12251).
- net/fsl: quieten expected MDIO access failures (jsc#SLE-12251).
- dpaa2-eth: fix a build warning in dpmac.c (jsc#SLE-12251).
- enetc: Fix mdio bus removal on PF probe bailout (jsc#SLE-12251).
- net: gianfar: Add of_node_put() before goto statement (jsc#SLE-12251).
- enetc: use napi_schedule to be compatible with PREEMPT_RT (jsc#SLE-12251).
- dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RT (jsc#SLE-12251).
- fsl/fman: fix eth hash table allocation (jsc#SLE-12251).
- fsl/fman: check dereferencing null pointer (jsc#SLE-12251).
- fsl/fman: fix unreachable code (jsc#SLE-12251).
- fsl/fman: fix dereference null return value (jsc#SLE-12251).
- fsl/fman: use 32-bit unsigned integer (jsc#SLE-12251).
- net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower() (jsc#SLE-12251).
- enetc: Remove the imdio bus on PF probe bailout (jsc#SLE-12251).
- dpaa2-eth: add support for TBF offload (jsc#SLE-12251).
- dpaa2-eth: add API for Tx shaping (jsc#SLE-12251).
- dpaa2-eth: move the mqprio setup into a separate function (jsc#SLE-12251).
- enetc: Add adaptive interrupt coalescing (jsc#SLE-12251).
- enetc: Add interrupt coalescing support (jsc#SLE-12251).
- enetc: Drop redundant ____cacheline_aligned_in_smp (jsc#SLE-12251).
- enetc: Fix interrupt coalescing register naming (jsc#SLE-12251).
- enetc: Factor out the traffic start/stop procedures (jsc#SLE-12251).
- enetc: Refine buffer descriptor ring sizes (jsc#SLE-12251).
- net: enetc: Use DT protocol information to set up the ports (jsc#SLE-12251).
- net: enetc: Initialize SerDes for SGMII and USXGMII protocols (jsc#SLE-12251).
- net: phy: add USXGMII link partner ability constants (jsc#SLE-12251).
- net: enetc: use eth_broadcast_addr() to assign broadcast (jsc#SLE-12251).
- dpaa2-eth: fix draining of S/G cache (jsc#SLE-12251).
- dpaa2-eth: add software counter for Tx frames converted to S/G (jsc#SLE-12251).
- dpaa2-eth: send a scatter-gather FD instead of realloc-ing (jsc#SLE-12251).
- dpaa2-eth: fix misspelled function parameters in dpni__taildrop (jsc#SLE-12251).
- dpaa2-eth: fix recursive header include (jsc#SLE-12251).
- dpaa2-eth: fix condition for number of buffer acquire retries (jsc#SLE-12251).
- dpaa2-eth: check the result of skb_to_sgvec() (jsc#SLE-12251).
- dpaa2-eth: trim debugfs FQ stats (jsc#SLE-12251).
- net: enetc add tc flower offload flow metering policing action (jsc#SLE-12251).
  Refresh:
  patches.suse/net-qos-offload-add-flow-status-with-dropped-count.patch
- net: enetc: add support max frame size for tc flower offload (jsc#SLE-12251).
- net/fsl: enable extended scanning in xgmac_mdio (jsc#SLE-12251).
- net/fsl: acpize xgmac_mdio (jsc#SLE-12251).
- net: phy: Allow mdio buses to auto-probe c45 devices (jsc#SLE-12251).
- enetc: Use struct_size() helper in kzalloc() (jsc#SLE-12251).
- dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL() (jsc#SLE-12251).
- gianfar: Use random MAC address when none is given (jsc#SLE-12251).
- enetc: Fix HW_VLAN_CTAG_TX|RX toggling (jsc#SLE-12251).
- drivers: dpaa2: Use devm_kcalloc() in setup_dpni() (jsc#SLE-12251).
- dpaa2-eth: Keep congestion group taildrop enabled when PFC on (jsc#SLE-12251).
- dpaa2-eth: Add PFC support through DCB ops (jsc#SLE-12251).
- dpaa2-eth: Update FQ taildrop threshold and buffer pool count (jsc#SLE-12251).
- dpaa2-eth: Add congestion group taildrop (jsc#SLE-12251).
- dpaa2-eth: Add helper functions (jsc#SLE-12251).
- dpaa2-eth: Distribute ingress frames based on VLAN prio (jsc#SLE-12251).
- dpaa2-eth: Add support for Rx traffic classes (jsc#SLE-12251).
- dpaa2-eth: add bulking to XDP_TX (jsc#SLE-12251).
- vhost_net: Also populate XDP frame size (jsc#SLE-12251).
- net: thunderx: Add XDP frame size (jsc#SLE-12251).
- net: ethernet: ti: Add XDP frame size to driver cpsw (jsc#SLE-12251).
- dpaa2-eth: Add XDP frame size (jsc#SLE-12251).
- net: XDP-generic determining XDP frame size (jsc#SLE-12251).
- net: netsec: Add support for XDP frame size (jsc#SLE-12251).
- dpaa2-eth: create a function to flush the XDP fds (jsc#SLE-12251).
- net:enetc: bug fix for qos sfi operate space after freed (jsc#SLE-12251).
- net: enetc: Make some symbols static (jsc#SLE-12251).
- Merge branch 'net-smc-extent-buffer-mapping-and-port-handling' (jsc#SLE-12251).
- net: enetc: add tc flower psfp offload driver (jsc#SLE-12251).
- net: enetc: add hw tc hw offload features for PSPF capability (jsc#SLE-12251).
- dpaa2-eth: fix error return code in setup_dpni() (jsc#SLE-12251).
- dpaa_eth: Fix comparing pointer to 0 (jsc#SLE-12251).
- dpaa2-eth: Use proper division helper in dpaa2_dbg_ch_show (jsc#SLE-12251).
- dpaa2-eth: add channel stat to debugfs (jsc#SLE-12251).
- dpaa2-eth: fix return codes used in ndo_setup_tc (jsc#SLE-12251).
- dpaa2-eth: use bulk enqueue in .ndo_xdp_xmit (jsc#SLE-12251).
- dpaa2-eth: split the .ndo_xdp_xmit callback into two stages (jsc#SLE-12251).
- dpaa2-eth: use the bulk ring mode enqueue interface (jsc#SLE-12251).
- dpaa2-eth: return num_enqueued frames from enqueue callback (jsc#SLE-12251).
- enetc: permit configuration of rx-vlan-filter with ethtool (jsc#SLE-12251).
- net: freescale: select CONFIG_FIXED_PHY where needed (jsc#SLE-12251).
- enetc: Remove unused variable 'enetc_drv_name' (jsc#SLE-12251).
- net: gianfar: reject unsupported coalescing params (jsc#SLE-12251).
- net: dpaa: reject unsupported coalescing params (jsc#SLE-12251).
- enetc: Add dynamic allocation of extended Rx BD rings (jsc#SLE-12251).
- enetc: Clean up Rx BD iteration (jsc#SLE-12251).
- enetc: Clean up of ehtool stats len (jsc#SLE-12251).
- enetc: Drop redundant device node check (jsc#SLE-12251).
- dpaa_eth: Use random MAC address when none is given (jsc#SLE-12251).
- fsl/fman: tolerate missing MAC address in device tree (jsc#SLE-12251).
- fsl/fman: reuse set_mac_address() in dtsec init() (jsc#SLE-12251).
- gianfar: remove unnecessary zeroing coalesce settings (jsc#SLE-12251).
- net/freescale: Don't set zero if FW iand bus not-available in gianfar (jsc#SLE-12251).
- net/freescale: Don't set zero if FW not-available in ucc_geth (jsc#SLE-12251).
- net/freescale: Clean drivers from static versions (jsc#SLE-12251).
- net: dpaa2-mac: use resolved link config in mac_link_up() (jsc#SLE-12251).
- net: dsa: propagate resolved link config via mac_link_up() (jsc#SLE-12251).
- net: phylink: propagate resolved link config via mac_link_up() (jsc#SLE-12251).
- dpaa2-eth: add support for nway reset (jsc#SLE-12251).
- dpaa2-eth: add support for mii ioctls (jsc#SLE-12251).
- enetc: remove "/depends on (ARCH_LAYERSCAPE || COMPILE_TEST)"/ (jsc#SLE-12251).
- ptp_qoriq: drop the code of alarm (jsc#SLE-12251).
- dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroom (jsc#SLE-12251).
- net: macb: Properly handle phylink on at91rm9200 (jsc#SLE-12251).
- net: socionext: get rid of huge dma sync in netsec_alloc_rx_data (jsc#SLE-12251).
- net: macb: add support for C45 MDIO read/write (jsc#SLE-12251).
- enetc: Fix an off by one in enetc_setup_tc_txtime() (jsc#SLE-12251).
- net: netsec: Change page pool nid to NUMA_NO_NODE (jsc#SLE-12251).
- enetc: add support time specific departure base on the qos etf (jsc#SLE-12251).
- fsl/fman: use resource_size (jsc#SLE-12251).
- net: dsa: Make PHYLINK related function static again (jsc#SLE-12251).
- dpaa2-ptp: add external trigger event support (jsc#SLE-12251).
- ptp_qoriq: export extts_clean_up() function (jsc#SLE-12251).
- ptp_qoriq: check valid status before reading extts fifo (jsc#SLE-12251).
- net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10G (jsc#SLE-12251).
- net/fsl: treat fsl,erratum-a011043 (jsc#SLE-12251).
- net: macb: fix for fixed-link mode (jsc#SLE-12251).
- net: macb: fix probing of PHY not described in the dt (jsc#SLE-12251).
- of: mdio: export of_mdiobus_child_is_phy (jsc#SLE-12251).
- net: ethernet: ti: cpsw_switchdev: fix unmet direct dependencies detected for NET_SWITCHDEV (jsc#SLE-12251).
- net: ethernet: ti: ale: ensure vlan/mdb deleted when no members (jsc#SLE-12251).
- phy: ti: phy-gmii-sel: dependency from ti cpsw-switchdev driver (jsc#SLE-12251).
- net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switch (jsc#SLE-12251).
- net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emac (jsc#SLE-12251).
- net: ethernet: ti: cpsw: move set of common functions in cpsw_priv (jsc#SLE-12251).
  Refresh:
  patches.suse/net-ethernet-ti-cpsw-fix-extra-rx-interrupt.patch
  patches.suse/netdev-pass-the-stuck-queue-to-the-timeout-handler.patch
  patches.suse/xdp-Rename-convert_to_xdp_frame-in-xdp_convert_buff_.patch
- net: ethernet: ti: cpsw: resolve build deps of cpsw drivers (jsc#SLE-12251).
- net: ethernet: ti: ale: modify vlan/mdb api for switchdev (jsc#SLE-12251).
- net: ethernet: ti: cpsw: allow untagged traffic on host port (jsc#SLE-12251).
- net: macb: convert to phylink (jsc#SLE-12251).
- net: macb: move the Tx and Rx buffer initialization into a function (jsc#SLE-12251).
- ethernet: ti: cpts: use ktime_get_real_ns helper (jsc#SLE-12251).
- dpaa2-eth: add ethtool MAC counters (jsc#SLE-12251).
- dpaa2-ptp: fix compile error (jsc#SLE-12251).
- dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_mode (jsc#SLE-12251).
- net: of_get_phy_mode: Change API to solve int/unit warnings (jsc#SLE-12251).
  Refresh:
  patches.suse/net-dsa-sja1105-Don-t-error-out-on-disabled-ports-wi.patch
  patches.suse/net-mscc-ocelot-make-phy_mode-a-member-of-the-common.patch
  patches.suse/net-mscc-ocelot-separate-net_device-related-items-ou.patch
  patches.suse/net-stmmac-platform-fix-probe-for-ACPI-devices.patch
- dpaa2-eth: add MAC/PHY support through phylink (jsc#SLE-12251).
- dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGED (jsc#SLE-12251).
- dpaa2-eth: Avoid unbounded while loops (jsc#SLE-12251).
- dpaa2-eth: Fix minor bug in ethtool stats reporting (jsc#SLE-12251).
- dpaa2-eth: Cleanup dead code (jsc#SLE-12251).
- net: dpaa2: Use the correct style for SPDX License Identifier (jsc#SLE-12251).
- macb: propagate errors when getting optional clocks (jsc#SLE-12251).
- dpaa2-eth: add irq for the dpmac connect/disconnect event (jsc#SLE-12251).
- davinci_cpdma: make cpdma_chan_split_pool static (jsc#SLE-12251).
- net: macb: Remove dead code (jsc#SLE-12251).
- gianfar: Make reset_gfar static (jsc#SLE-12251).
- net: stmmac: socfpga: re-use the `interface` parameter from platform data (jsc#SLE-12251).
- net: stmmac: implement support for passive mode converters via dt (jsc#SLE-12251).
  Refresh:
  patches.suse/net-stmmac-platform-fix-probe-for-ACPI-devices.patch
- gianfar: use DT more consistently when selecting PHY connection type (jsc#SLE-12251).
- gianfar: cleanup gianfar.h (jsc#SLE-12251).
- gianfar: make five functions static (jsc#SLE-12251).
- dpaa2-eth: Poll Tx pending frames counter on if down (jsc#SLE-12251).
- dpaa2-eth: Add new DPNI statistics counters (jsc#SLE-12251).
- dpaa2-eth: Minor refactoring in ethtool stats (jsc#SLE-12251).
- dpaa2-eth: Add pause frame support (jsc#SLE-12251).
  Refresh:
  patches.suse/dpaa2-eth-Fix-TX-FQID-values.patch
- dpaa2-eth: Use stored link settings (jsc#SLE-12251).
  Refresh:
  patches.suse/dpaa2-eth-Fix-TX-FQID-values.patch
- dpaa2-eth: Remove support for changing link settings (jsc#SLE-12251).
- dpaa2: no need to check return value of debugfs_create functions (jsc#SLE-12251).
- commit fe806c5
- spi: HiSilicon v3xx: Use DMI quirk to set controller buswidth
  override bits (jsc#SLE-14214 jsc#SLE-16606).
  Update config files.
- commit b5743d8
- spi: HiSilicon v3xx: Properly set CMD_CONFIG for Dual/Quad modes
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 646d618
- spi: Allow SPI controller override device buswidth
  (jsc#SLE-14214 jsc#SLE-16606).
- commit df26c6c
- spi: Add HiSilicon v3xx SPI NOR flash controller driver
  (jsc#SLE-14214 jsc#SLE-16606).
- supported.conf: add spi-hisi-sfc-v3xx
- commit 01912fa
- Revert "/mtd: spi-nor: Add capability to disable flash quad mode"/
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 08912f6
- Revert "/mtd: spi-nor: Disable the flash quad mode in
  spi_nor_restore()"/ (jsc#SLE-14214 jsc#SLE-16606).
- commit fcdc78b
- mtd: revert "/spi-nor: intel: provide a range for poll_timout"/
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 3fba279
- mtd: spi-nor: update read capabilities for w25q64 and s25fl064k
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 095c8c3
- mtd: spi-nor: micron: Add SPI_NOR_DUAL_READ flag on mt25qu02g
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 6d23666
- mtd: spi-nor: macronix: Add support for mx66u2g45g
  (jsc#SLE-14214 jsc#SLE-16606).
- commit c06f001
- mtd: spi-nor: intel-spi: Simulate WRDI command (jsc#SLE-14214
  jsc#SLE-16606).
- commit c667137
- mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()
  (jsc#SLE-14214 jsc#SLE-16606).
- commit b334fbb
- mtd: spi-nor: Add capability to disable flash quad mode
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 1d7663a
- mtd: spi-nor: spansion: Remove s70fl01gs from flash_info
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 4f84141
- mtd: spi-nor: sfdp: do not make invalid quad enable fatal
  (jsc#SLE-14214 jsc#SLE-16606).
- commit e70eaa2
- mtd: spi-nor: winbond: Add support for w25q64jvm (jsc#SLE-14214
  jsc#SLE-16606).
- commit 2af6c2f
- mtd: spi-nor: macronix: Add support for MX25R1635F
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 9e1bbfd
- spi: Move cadence-quadspi driver to drivers/spi/ (jsc#SLE-14214
  jsc#SLE-16606).
- supported.conf: add spi-cadence-quadspi
- commit 8a1f9bb
- mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework
  (jsc#SLE-14214 jsc#SLE-16606).
- commit d8c2e6c
- mtd: spi-nor: cadence-quadspi: Drop redundant WREN in erase path
  (jsc#SLE-14214 jsc#SLE-16606).
- commit a9da923
- mtd: spi-nor: cadence-quadspi: Handle probe deferral while
  requesting DMA channel (jsc#SLE-14214 jsc#SLE-16606).
- commit 4ac0f60
- mtd: spi-nor: cadence-quadspi: Fix error path on failure to
  acquire reset lines (jsc#SLE-14214 jsc#SLE-16606).
- commit 54ad082
- mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete
  on failure (jsc#SLE-14214 jsc#SLE-16606).
- commit 93b08a2
- mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC mode
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 7d7032e
- mtd: spi-nor: cadence-quadspi: Make driver independent of
  flash geometry (jsc#SLE-14214 jsc#SLE-16606).
- commit bdbc8f6
- mtd: spi-nor: winbond: Fix 4-byte opcode support for w25q256
  (jsc#SLE-14214 jsc#SLE-16606).
- commit aa20dbb
- mtd: spi-nor: sfdp: add/use local variable in
  spi_nor_parse_bfpt() (jsc#SLE-14214 jsc#SLE-16606).
- commit 792c4b4
- mtd: spi-nor: sfdp: prepare BFPT parsing for JESD216 rev D
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 2cdc01c
- mtd: spi-nor: sfdp: default to addr_width of 3 for configurable
  widths (jsc#SLE-14214 jsc#SLE-16606).
- commit 3606f8f
- mtd: spi-nor: Add support for Cypress cy15x104q (jsc#SLE-14214
  jsc#SLE-16606).
- commit 33bff7c
- mtd: spi-nor: Fix SPI NOR acronym (jsc#SLE-14214 jsc#SLE-16606).
- commit f99be6c
- mtd: spi-nor: spansion: Differentiate between s25fl256s and
  s25fs256s (jsc#SLE-14214 jsc#SLE-16606).
- commit 3307881
- mtd: spi-nor: Add support for s25fs128s1 (jsc#SLE-14214
  jsc#SLE-16606).
- commit 8ab6047
- mtd: spi-nor: spansion: fix writes on S25FS512S (jsc#SLE-14214
  jsc#SLE-16606).
- commit 34481df
- mtd: spi-nor: Fix description of the sr_ready() return value
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 13bc551
- mtd: spi-nor: Uniformize the return value in spi_nor_*_ready()
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 58aa248
- mtd: spi-nor: micron-st: Enable locking for n25q00
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 6181ce7
- mtd: spi-nor: macronix: Add support for mx25u51245g
  (jsc#SLE-14214 jsc#SLE-16606).
- commit c638b1b
- mtd: spi-nor: macronix: Add support for mx25l51245g
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 84a5b3e
- mtd: spi-nor: core: fix kernel-doc typo for
  spi_nor_[{info|sfdp}_]init_params() (jsc#SLE-14214
  jsc#SLE-16606).
- commit 8d20204
- mtd: spi-nor: core: fix kernel-doc typo for
  spi_nor_manufacturer_init_params() (jsc#SLE-14214
  jsc#SLE-16606).
- commit 1004b63
- blacklist.conf: ignore documentation fixes
- commit d0366bc
- usb-storage: use hcd_uses_dma to check for DMA capabilities
  (jsc#SLE-14911).
- commit 4fe856d
- mtd: spi-nor: Enable locking for n25q128a11 (jsc#SLE-14214
  jsc#SLE-16606).
- commit ce5c6e7
- mtd: spi-nor: spansion: Enable dual and quad read for s25fl256s0
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 0fedc0f
- mtd: spi-nor: move #define SPINOR_OP_WRDI (jsc#SLE-14214
  jsc#SLE-16606).
- commit a740fae
- mtd: spi-nor: Compile files in controllers/ directory
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 3bf9af8
- mtd: Convert fallthrough comments into statements (jsc#SLE-14214
  jsc#SLE-16606).
- commit f4df930
- mtd: spi-nor: Enable locking for n25q512ax3/n25q512a
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 482ec39
- mtd: spi-nor: Add SR 4bit block protection support
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 0627c1d
- mtd: spi-nor: Add generic formula for SR block protection
  handling (jsc#SLE-14214 jsc#SLE-16606).
- commit 639adb7
- mtd: spi-nor: Set all BP bits to one when lock_len == mtd->size
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 80eb618
- mtd: spi-nor: controllers: aspeed-smc: Replace zero-length
  array with flexible-array member (jsc#SLE-14214 jsc#SLE-16606).
- commit a134d0f
- mtd: spi-nor: Clear WEL bit when erase or program errors occur
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 600fa7b
- mtd: spi-nor: Trim what is exposed in spi-nor.h (jsc#SLE-14214
  jsc#SLE-16606).
- commit c3171b9
- mtd: spi-nor: Drop the MFR definitions (jsc#SLE-14214
  jsc#SLE-16606).
- commit 09c77fe
- mtd: spi-nor: Get rid of the now empty spi_nor_ids table
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 461f102
- mtd: spi-nor: Move XMC bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit 190113a
- mtd: spi-nor: Move Xilinx bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit bd875e9
- mtd: spi-nor: Move Catalyst bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit 7cfa7ae
- mtd: spi-nor: Move Winbond bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit cf1356c
- mtd: spi-nor: Move SST bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit 690cd26
- mtd: spi-nor: Move Spansion bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit e840536
- mtd: spi-nor: Move Micron/ST bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit d6903e7
- mtd: spi-nor: Move Macronix bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit 115905b
- mtd: spi-nor: Move ISSI bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit 983f546
- mtd: spi-nor: Move Intel bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit 3580c50
- mtd: spi-nor: Move GigaDevice bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit 63a2aec
- mtd: spi-nor: Move Fujitsu bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit 30aa231
- mtd: spi-nor: Move Everspin bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit bf67a19
- mtd: spi-nor: Move ESMT bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit 7ff9de8
- mtd: spi-nor: Move Eon bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit d06a50b
- mtd: spi-nor: Move Atmel bits out of core.c (jsc#SLE-14214
  jsc#SLE-16606).
- commit 5254c3f
- mtd: spi-nor: Add the concept of SPI NOR manufacturer driver
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 3c7083f
- mtd: spi-nor: Expose stuctures and functions to manufacturer
  drivers (jsc#SLE-14214 jsc#SLE-16606).
- commit 2ff3420
- mtd: spi-nor: Move SFDP logic out of the core (jsc#SLE-14214
  jsc#SLE-16606).
- commit eb3902e
- mtd: spi-nor: Prepare core / manufacturer code split
  (jsc#SLE-14214 jsc#SLE-16606).
- Refresh
  patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-Alder-La.patch.
- Refresh
  patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-Emmitsbu.patch.
- Refresh
  patches.suse/mtd-spi-nor-intel-spi-Add-support-for-Intel-TGL-H.patch.
- commit 98c41c0
- USB: Fix incorrect DMA allocations for local memory pool drivers
  (jsc#SLE-14911).
- commit 5d64050
- usb/ohci-tmio: remove the HCD_DMA flag (jsc#SLE-14911).
- commit 474181f
- usb/ohci-sm501: remove the HCD_DMA flag (jsc#SLE-14911).
- commit 912f98f
- mm/memcg: fix refcount error while moving and swapping
  (bsc#1178686).
- commit cbd5a59
- usb: host: xhci-plat: add quirks member into struct
  xhci_plat_priv (jsc#SLE-14911).
- Refresh
  patches.suse/usb-host-xhci-plat-add-.suspend_quirk-for-struct-xhc.patch.
- commit 73d2d44
- USB: serial: option: add Telit FN980 composition 0x1055
  (git-fixes).
- USB: serial: option: add LE910Cx compositions 0x1203, 0x1230,
  0x1231 (git-fixes).
- USB: serial: option: add Quectel EC200T module support
  (git-fixes).
- USB: Add NO_LPM quirk for Kingston flash drive (git-fixes).
- net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
  (git-fixes).
- kthread_worker: prevent queuing delayed work from timer_fn
  when it is being canceled (git-fixes).
- lib/crc32test: remove extra local_irq_disable/enable
  (git-fixes).
- tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words,
  like LS1028A (git-fixes).
- usb: typec: tcpm: reset hard_reset_count for any disconnect
  (git-fixes).
- usb: host: fsl-mph-dr-of: check return of dma_set_mask()
  (git-fixes).
- ACPI: dock: fix enum-conversion warning (git-fixes).
- ACPI: NFIT: Fix comparison to '-ENXIO' (git-fixes).
- 9P: Cast to loff_t before multiplying (git-fixes).
- fbdev, newport_con: Move FONT_EXTRA_WORDS macros into
  linux/font.h (git-fixes).
- tty: serial: fsl_lpuart: add LS1028A support (git-fixes).
- commit af1d39a
- mtd: spi-nor: Emphasise which is the generic
  set_4byte_addr_mode() method (jsc#SLE-14214 jsc#SLE-16606).
- commit e53efc5
- mtd: spi-nor: Stop prefixing generic functions with a
  manufacturer name (jsc#SLE-14214 jsc#SLE-16606).
- commit a59dfd9
- mtd: spi-nor: remove mtk-quadspi driver (jsc#SLE-14214
  jsc#SLE-16606).
- config: delete SPI_MTK_QUADSPI
- commit 97c9b43
- mtd: spi-nor: Refactor spi_nor_read_id() (jsc#SLE-14214
  jsc#SLE-16606).
- commit 75d66ec
- mtd: spi-nor: use spi-mem dirmap API (jsc#SLE-14214
  jsc#SLE-16606).
- commit ff9409c
- mtd: spi-nor: split spi_nor_spimem_xfer_data() (jsc#SLE-14214
  jsc#SLE-16606).
- commit b35b619
- mtd: spi-nor: introduce SR_BP_SHIFT define (jsc#SLE-14214
  jsc#SLE-16606).
- commit 50a2cd7
- mtd: spi-nor: use le32_to_cpu_array() (jsc#SLE-14214
  jsc#SLE-16606).
- commit 1a5d515
- mtd: spi-nor: Add support for at25sl321 (jsc#SLE-14214
  jsc#SLE-16606).
- commit 80d213f
- mtd: spi-nor: Add support for w25q32jwm (jsc#SLE-14214
  jsc#SLE-16606).
- commit 4343ce6
- mtd: spi-nor: Fix quad enable for Spansion like flashes
  (jsc#SLE-14214 jsc#SLE-16606).
- commit d524953
- mtd: spi-nor: Fix selection of 4-byte addressing opcodes on
  Spansion (jsc#SLE-14214 jsc#SLE-16606).
- commit 1f182d9
- mtd: spi-nor: remove unused enum spi_nor_ops (jsc#SLE-14214
  jsc#SLE-16606).
- commit f55ddd2
- mtd: spi-nor: hisi-sfc: Try to provide some clarity on which
  SFC we are (jsc#SLE-14214 jsc#SLE-16606).
- commit e7154aa
- mtd: spi-nor: Add support for sst26vf016b (jsc#SLE-14214
  jsc#SLE-16606).
- commit f3555b4
- mtd: spi-nor: Fix the writing of the Status Register on micron
  flashes (jsc#SLE-14214 jsc#SLE-16606).
- commit 84601a1
- mtd: spi-nor: Add support for mx25r3235f (jsc#SLE-14214
  jsc#SLE-16606).
- commit daefcbe
- mtd: spi-nor: Add USE_FSR flag for n25q* entries (jsc#SLE-14214
  jsc#SLE-16606).
- commit 391a590
- mtd: spi-nor: Add entries for mt25q variants (jsc#SLE-14214
  jsc#SLE-16606).
- commit a522644
- mtd: spi-nor: Split mt25qu512a (n25q512a) entry into two
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 9eb6351
- mtd: spi-nor: add Gigadevice gd25lq128d support (jsc#SLE-14214
  jsc#SLE-16606).
- commit 010c025
- mtd: spi-nor: Fix wrong TB selection of GD25Q256 (jsc#SLE-14214
  jsc#SLE-16606).
- commit 45b3108
- mtd: spi-nor: Support TB selection using SR bit 6 (jsc#SLE-14214
  jsc#SLE-16606).
- commit a014cc1
- mtd: spi-nor: Rename SR_TB to indicate the bit used
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 0b013c9
- mtd: spi-nor: fix typo of "/JESB216"/ in comment (jsc#SLE-14214
  jsc#SLE-16606).
- commit b67360a
- mtd: spi-nor: Add 4B_OPCODES flag to w25q256 (jsc#SLE-14214
  jsc#SLE-16606).
- commit 7060b68
- mtd: spi-nor: Set default Quad Enable method for ISSI flashes
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 2ff48df
- mtd: spi-nor: Add support for is25wp256 (jsc#SLE-14214
  jsc#SLE-16606).
- commit dc96dfb
- mtd: spi-nor: Add support for w25q256jw (jsc#SLE-14214
  jsc#SLE-16606).
- commit 2f5d120
- mtd: spi-nor: Move condition to avoid a NULL check
  (jsc#SLE-14214 jsc#SLE-16606).
- commit fadcbe0
- mtd: spi-nor: Make sure nor->spimem and nor->controller_ops
  are mutually exclusive (jsc#SLE-14214 jsc#SLE-16606).
- commit ca273d3
- mtd: spi-nor: Rename Quad Enable methods (jsc#SLE-14214
  jsc#SLE-16606).
- commit e637be0
- mtd: spi-nor: Merge spansion Quad Enable methods (jsc#SLE-14214
  jsc#SLE-16606).
- commit c6078f3
- mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1
  (jsc#SLE-14214 jsc#SLE-16606).
- commit c9c7c34
- mtd: spi-nor: Extend the SR Read Back test (jsc#SLE-14214
  jsc#SLE-16606).
- commit d0471db
- mtd: spi-nor: Rework the disabling of block write protection
  (jsc#SLE-14214 jsc#SLE-16606).
- commit be85bc9
- mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()
  (jsc#SLE-14214 jsc#SLE-16606).
- commit bec399a
- mtd: spi-nor: Print debug message when the read back test fails
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 99bf3f5
- mtd: spi-nor: Check all the bits written, not just the BP ones
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 6a51b7d
- mtd: spi-nor: Fix errno on Quad Enable methods (jsc#SLE-14214
  jsc#SLE-16606).
- commit a18d9e2
- mtd: spi-nor: Drop spansion_quad_enable() (jsc#SLE-14214
  jsc#SLE-16606).
- commit a6da1db
- mtd: spi-nor: Describe all the Reg Ops (jsc#SLE-14214
  jsc#SLE-16606).
- commit ca4ee89
- mtd: spi-nor: Merge spi_nor_write_sr() and spi_nor_write_sr_cr()
  (jsc#SLE-14214 jsc#SLE-16606).
- commit b9a5ece
- mtd: spi-nor: Move the WE and wait calls inside Write SR methods
  (jsc#SLE-14214 jsc#SLE-16606).
- commit e5cdc63
- mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 002d9b0
- mtd: spi-nor: Rename label as it is no longer generic
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 1fad7ff
- mtd: spi-nor: Check for errors after each Register Operation
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 73426d9
- mtd: spi-nor: Print debug info inside Reg Ops methods
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 156c73d
- mtd: spi-nor: Use dev_dbg insted of dev_err for low level info
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 4709e02
- mtd: spi-nor: Print device info in case of error (jsc#SLE-14214
  jsc#SLE-16606).
- commit 6e2adcc
- mtd: spi-nor: Constify data to write to the Status Register
  (jsc#SLE-14214 jsc#SLE-16606).
- commit a8f80bb
- mtd: spi-nor: Fix retlen handling in sst_write() (jsc#SLE-14214
  jsc#SLE-16606).
- commit dd2683f
- mtd: spi-nor: Drop redundant error reports in Reg Ops callers
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 77fd879
- mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 8952a80
- mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()
  (jsc#SLE-14214 jsc#SLE-16606).
- commit ac5daf2
- mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 724e24c
- mtd: spi-nor: Don't overwrite errno from Reg Ops (jsc#SLE-14214
  jsc#SLE-16606).
- commit 28be0a5
- mtd: spi-nor: Drop explicit cast to int to already int value
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 09d1d5b
- mtd: spi-nor: Stop compare with negative in Reg Ops methods
  (jsc#SLE-14214 jsc#SLE-16606).
- commit b4cf257
- mtd: spi-nor: Group all Reg Ops to avoid forward declarations
  (jsc#SLE-14214 jsc#SLE-16606).
- commit bc9653a
- mtd: spi-nor: Drop duplicated new line (jsc#SLE-14214
  jsc#SLE-16606).
- commit 52586cb
- mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methods
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 0ecd679
- mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read()
  definition (jsc#SLE-14214 jsc#SLE-16606).
- commit 874543a
- mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 97c7be8
- mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignment
  (jsc#SLE-14214 jsc#SLE-16606).
- commit ca9042d
- mtd: spi-nor: add support for en25qh16 (jsc#SLE-14214
  jsc#SLE-16606).
- commit 25ce894
- mtd: spi-nor: intel-spi: support chips without software
  sequencer (jsc#SLE-14214 jsc#SLE-16606).
- commit 933d220
- mtd: Remove dev_err() usage after platform_get_irq()
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 795a9b6
- mtd: spi-nor: Fix direction of the write_sr() transfer
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 5e765f9
- mtd: spi-nor: Rename "/n25q512a"/ to "/mt25qu512a (n25q512a)"/
  (jsc#SLE-14214 jsc#SLE-16606).
- commit cc8813b
- mtd: spi-nor: remove superfluous pass of nor->info->sector_size
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 959a02f
- mtd: spi-nor: enable the debugfs for the partname and partid
  (jsc#SLE-14214 jsc#SLE-16606).
- mtd: mtdcore: add debugfs nodes for querying the flash name
  and id (jsc#SLE-14214 jsc#SLE-16606).
- commit 873f36c
- mtd: spi-nor: hisi-sfc: Add of_node_put() before break
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 1b6d34e
- mtd: spi-nor: aspeed-smc: Add of_node_put() (jsc#SLE-14214
  jsc#SLE-16606).
- commit d310896
- mtd: spi-nor: Introduce spi_nor_get_flash_info() (jsc#SLE-14214
  jsc#SLE-16606).
- commit 683ab9b
- mtd: spi-nor: Introduce spi_nor_set_addr_width() (jsc#SLE-14214
  jsc#SLE-16606).
- commit e7da70b
- mtd: spi-nor: Bring flash params init together (jsc#SLE-14214
  jsc#SLE-16606).
- commit 334a227
- mtd: spi-nor: Add the SPI_NOR_XSR_RDY flag (jsc#SLE-14214
  jsc#SLE-16606).
- commit 7301863
- mtd: spi-nor: Add s3an_post_sfdp_fixups() (jsc#SLE-14214
  jsc#SLE-16606).
- commit 09bd056
- mtd: spi-nor: Add a ->setup() method (jsc#SLE-14214
  jsc#SLE-16606).
- commit 298c366
- mtd: spi-nor: Add a ->convert_addr() method (jsc#SLE-14214
  jsc#SLE-16606).
- commit 3fe8621
- mtd: spi-nor: Add spansion_post_sfdp_fixups() (jsc#SLE-14214
  jsc#SLE-16606).
- commit 56fc35d
- mtd: spi-nor: Add post_sfdp() hook to tweak flash config
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 7abebf2
- mtd: spi-nor: Rework the SPI NOR lock/unlock logic
  (jsc#SLE-14214 jsc#SLE-16606).
- commit df6a378
- mtd: spi-nor: Create a ->set_4byte() method (jsc#SLE-14214
  jsc#SLE-16606).
- commit f825652
- mtd: spi-nor: Split spi_nor_init_params() (jsc#SLE-14214
  jsc#SLE-16606).
- commit 98aa133
- mtd: spi-nor: Move manufacturer quad_enable() in
  - >default_init() (jsc#SLE-14214 jsc#SLE-16606).
- commit 4a3a36f
- mtd: spi-nor: Add a default_init() fixup hook for gd25q256
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 236dc7a
- mtd: spi-nor: Add default_init() hook to tweak flash parameters
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 03135bd
- mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 2a373ff
- mtd: spi-nor: Regroup flash parameter and settings
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 23c4d78
- mtd: spi-nor: Remove unused macro (jsc#SLE-14214 jsc#SLE-16606).
- commit 6d0859d
- mtd: spi-nor: fix description for int (*flash_is_locked)()
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 5b49c81
- mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 069a210
- mtd: spi-nor: Use nor->params (jsc#SLE-14214 jsc#SLE-16606).
- commit b675819
- mtd: spi-nor: intel-spi: Whitelist 4B read commands
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 156ea66
- mtd: spi-nor : Remove SPI_NOR_HAS_TB flag on s25fl512s
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 04b480f
- mtd: spi-nor: add support for sst26wf016b memory IC
  (jsc#SLE-14214 jsc#SLE-16606).
- commit c986061
- mtd: spi-nor: Add Winbond w25q256jvm (jsc#SLE-14214
  jsc#SLE-16606).
- commit 778875b
- mtd: spi-nor: Rework hwcaps selection for the spi-mem case
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 431fa40
- mtd: spi-nor: Move m25p80 code in spi-nor.c (jsc#SLE-14214
  jsc#SLE-16606).
- Refresh
  patches.suse/mtd-spi-nor-Fix-an-error-code-in-spi_nor_read_raw.patch.
- Refresh
  patches.suse/mtd-spi-nor-fix-silent-truncation-in-spi_nor_read_ra.patch.
- supported.conf: delete m25p80 entry. driver is now part of spi-nor
- config: delete MTD_M25P80
- commit cafe293
- mtd: spi-nor: always use bounce buffer for register read/writes
  (jsc#SLE-14214 jsc#SLE-16606).
- commit 1d72a96
- libbpf: Fix XDP program load regression for old kernels (bsc#1177028).
- libbpf: Fix native endian assumption when parsing BTF
  (bsc#1177028).
- tools/bpftool: Support passing BPFTOOL_VERSION to make
  (bsc#1177028).
- tools/libbpf: Avoid counting local symbols in ABI check
  (bsc#1177028).
- selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap
  iter program (bsc#1177028).
- libbpf: Remove arch-specific include path in Makefile
  (bsc#1177028).
- selftests/bpf: Fix massive output from test_maps (bsc#1177028).
- selftests/bpf: Fix test_progs-flavor run getting number of tests
  (bsc#1177028).
- bpf: selftests: global_funcs: Check err_str before strstr
  (bsc#1177028).
- libbpf: Fix map index used in error message (bsc#1177028).
- bpftool: Handle EAGAIN error code properly in pids collection
  (bsc#1177028).
- libbpf: Fix build on ppc64le architecture (bsc#1177028).
- selftests/bpf: Make test_varlen work with 32-bit user-space arch
  (bsc#1177028).
- tools/bpftool: Generate data section struct with conservative
  alignment (bsc#1177028).
- selftests/bpf: Correct various core_reloc 64-bit assumptions
  (bsc#1177028).
- libbpf: Enforce 64-bitness of BTF for BPF object files
  (bsc#1177028).
- selftests/bpf: Fix btf_dump test cases on 32-bit arches
  (bsc#1177028).
- libbpf: Handle BTF pointer sizes more carefully (bsc#1177028).
- selftest/bpf: Fix compilation warnings in 32-bit mode
  (bsc#1177028).
- tools/bpftool: Fix compilation warnings in 32-bit mode
  (bsc#1177028).
- bpf, selftests: Add tests to sock_ops for loading sk
  (bsc#1177028).
- bpf, selftests: Add tests for sock_ops load with r9, r8.r7
  registers (bsc#1177028).
- bpf, selftests: Add tests for ctx access in sock_ops with
  single register (bsc#1177028).
- libbpf: Prevent overriding errno when logging errors
  (bsc#1177028).
- libbpf: Handle GCC built-in types for Arm NEON (bsc#1177028).
- selftests/bpf: Fix v4_to_v6 in sk_lookup (bsc#1177028).
- selftests/bpf: Fix segmentation fault in test_progs
  (bsc#1177028).
- libbpf: Do not use __builtin_offsetof for offsetof
  (bsc#1177028).
- bpf: Fix compilation warning of selftests (bsc#1177028).
- selftests: bpf: Switch off timeout (bsc#1177028).
- libbf: Fix uninitialized pointer at btf__parse_raw()
  (bsc#1177028).
- tools/bpf: Support new uapi for map element bpf iterator
  (bsc#1177028).
- bpf: Allow to specify ifindex for skb in bpf_prog_test_run_skb
  (bsc#1177028).
- tools/resolve_btfids: Use libbpf's btf__parse() API
  (bsc#1177028).
- tools/bpftool: Use libbpf's btf__parse() API for parsing BTF
  from file (bsc#1177028).
- tools, bpftool: Fix wrong return value in do_dump()
  (bsc#1177028).
- selftests/bpf: Fix spurious test failures in core_retro selftest
  (bsc#1177028).
- tools/bpftool: Add documentation and bash-completion for
  `link detach` (bsc#1177028).
- tools/bpftool: Add `link detach` subcommand (bsc#1177028).
- selftests/bpf: Add link detach tests for cgroup, netns, and
  xdp bpf_links (bsc#1177028).
- bpf, selftests: Use single cgroup helpers for both
  test_sockmap/progs (bsc#1177028).
- selftests/bpf: Omit nodad flag when adding addresses to loopback
  (bsc#1177028).
- selftests/bpf: Don't destroy failed link (bsc#1177028).
- selftests/bpf: Add xdpdrv mode for test_xdp_redirect
  (bsc#1177028).
- selftests/bpf: Verify socket storage in cgroup/sock_{create,
  release} (bsc#1177028).
- selftests/bpf: Test bpf_iter buffer access with negative offset
  (bsc#1177028).
- bpf, selftests: use :: 1 for localhost in tcp_server.py
  (bsc#1177028).
- selftests/bpf: Add new bpf_iter context structs to fix build
  on old kernels (bsc#1177028).
- tools, bpftool: Add LSM type to array of prog names
  (bsc#1177028).
- tools, bpftool: Skip type probe if name is not found
  (bsc#1177028).
- selftests/bpf: Add BPF XDP link selftests (bsc#1177028).
- selftests/bpf: Test CGROUP_STORAGE behavior on shared egress +
  ingress (bsc#1177028).
- selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple
  progs (bsc#1177028).
- selftests/bpf: Add test for CGROUP_STORAGE map on multiple
  attaches (bsc#1177028).
- selftests/bpf: Add get_stackid_cannot_attach (bsc#1177028).
- selftests/bpf: Add callchain_stackid (bsc#1177028).
- selftests/bpf: Add a test for out of bound rdonly buf access
  (bsc#1177028).
- selftests/bpf: Add a test for bpf sk_storage_map iterator
  (bsc#1177028).
- selftests/bpf: Add test for bpf array map iterators
  (bsc#1177028).
- selftests/bpf: Add test for bpf hash map iterators
  (bsc#1177028).
- tools/bpftool: Add bpftool support for bpf map element iterator
  (bsc#1177028).
- selftests/bpf: Test BPF socket lookup and reuseport with
  connections (bsc#1177028).
- tools/bpftool: Strip BPF .o files before skeleton generation
  (bsc#1177028).
- bpftool: Use only nftw for file tree parsing (bsc#1177028).
- samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
  (bsc#1177028).
- selftests/bpf: Fix test_lwt_seg6local.sh hangs (bsc#1177028).
- selftests: bpf: test_kmod.sh: Fix running out of srctree
  (bsc#1177028).
- selftests/bpf: Tests for BPF_SK_LOOKUP attach point
  (bsc#1177028).
- selftests/bpf: Add verifier tests for bpf_sk_lookup context
  access (bsc#1177028).
- tools/bpftool: Add name mappings for SK_LOOKUP prog and attach
  type (bsc#1177028).
- selftests/bpf: Fix possible hang in sockopt_inherit
  (bsc#1177028).
- selftest: Add tests for XDP programs in CPUMAP entries
  (bsc#1177028).
- selftests/bpf: Add selftests verifying bpf_trace_printk()
  behaviour (bsc#1177028).
- tools/bpftool: Remove warning about PID iterator support
  (bsc#1177028).
- bpf: Compile resolve_btfids tool at kernel compilation start
  (bsc#1177028).
- selftests/bpf: Switch perf_buffer test to tracepoint and
  skeleton (bsc#1177028).
- selftests/bpf: Add test relying only on CO-RE and no recent
  kernel features (bsc#1177028).
- selftests/bpf: test_progs avoid minus shell exit codes (bsc#1177028).
  blacklist.conf: remove b8c50df0cb3eb9008f8372e4ff0317eee993b8d1
- selftests/bpf: test_progs use another shell exit on non-actions
  (bsc#1177028).
- bpf: Fix another bpftool segfault without skeleton code enabled
  (bsc#1177028).
- selftests: bpf: Remove unused bpf_map_def_legacy struct
  (bsc#1177028).
- selftests/bpf: Test BPF_CGROUP_INET_SOCK_RELEASE (bsc#1177028).
- bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE
  (bsc#1177028).
- selftests/bpf: Fix compilation error of bpf_iter_task_stack.c
  (bsc#1177028).
- bpf: Fix bpftool without skeleton code enabled (bsc#1177028).
- bpf: selftests: Restore netns after each test (bsc#1177028).
- bpf: selftests: A few improvements to network_helpers.c
  (bsc#1177028).
- selftests/bpf: Test_progs option for listing test names
  (bsc#1177028).
- selftests/bpf: Test_progs option for getting number of tests
  (bsc#1177028).
- selftests/bpf: Test_progs indicate to shell on non-actions
  (bsc#1177028).
- tools/bpftool: Turn off -Wnested-externs warning (bsc#1177028).
- selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns
  (bsc#1177028).
- selftests/bpf: Add bpf_iter test with bpf_get_task_stack()
  (bsc#1177028).
- selftests/bpf: Add byte swapping selftest (bsc#1177028).
- tools/bpftool: Allow substituting custom vmlinux.h for the build
  (bsc#1177028).
- selftests/bpf: Test auto-load disabling logic for BPF programs
  (bsc#1177028).
- tools, bpftool: Define attach_type_name array only once
  (bsc#1177028).
- tools, bpftool: Define prog_type_name array only once
  (bsc#1177028).
- selftests/bpf: Add tcp/udp iterator programs to selftests
  (bsc#1177028).
- selftests/bpf: Implement sample udp/udp6 bpf_iter programs
  (bsc#1177028).
- selftests/bpf: Implement sample tcp/tcp6 bpf_iter programs
  (bsc#1177028).
- selftests/bpf: Add more common macros to bpf_tracing_net.h
  (bsc#1177028).
- selftests/bpf: Refactor some net macros to bpf_tracing_net.h
  (bsc#1177028).
- selftests/bpf: Move newer bpf_iter_* type redefining to a new
  header file (bsc#1177028).
- selftests/bpf: Workaround for get_stack_rawtp test
  (bsc#1177028).
- tools, bpftool: Fix variable shadowing in emit_obj_refs_json()
  (bsc#1177028).
- tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in
  Makefile (bsc#1177028).
- selftests/bpf: Add variable-length data concat pattern less
  than test (bsc#1177028).
- selftests/bpf: Add variable-length data concatenation pattern
  test (bsc#1177028).
- tools/bpftool: Add documentation and sample output for process
  info (bsc#1177028).
- tools/bpftool: Show info for processes holding BPF
  map/prog/link/btf FDs (bsc#1177028).
- tools/bpftool: Generalize BPF skeleton support and generate
  vmlinux.h (bsc#1177028).
- tools/bpftool: Minimize bootstrap bpftool (bsc#1177028).
- tools/bpftool: Move map/prog parsing logic into common
  (bsc#1177028).
- selftests/bpf: Add __ksym extern selftest (bsc#1177028).
- selftests/bpf: Test access to bpf map pointer (bsc#1177028).
- tools/bpftool: Relicense bpftool's BPF profiler prog as
  dual-license GPL/BSD (bsc#1177028).
- tools/bpf: Add verifier tests for 32bit pointer/scalar
  arithmetic (bsc#1177028).
- tools: bpf: Use local copy of headers including
  uapi/linux/filter.h (bsc#1177028).
- commit 7c3819c
- xhci: Don't create stream debugfs files with spinlock held
  (jsc#SLE-14911).
- commit 33f4905
- xhci: Fix sizeof() mismatch (jsc#SLE-14911).
- commit b128595
- usb: xhci: add debugfs support for ep with stream
  (jsc#SLE-14911).
- commit 8f4b107
- xhci: Tune interrupt blocking for isochronous transfers
  (jsc#SLE-14911).
- commit eb96741
- usb: host: xhci-plat: add wakeup entry at sysfs (jsc#SLE-14911).
- commit e6a9364
- usb: host: xhci-plat: add priv quirk for skip PHY initialization
  (jsc#SLE-14911).
- commit f463b1c
- usb: host: xhci-plat: add .suspend_quirk for struct
  xhci_plat_priv (jsc#SLE-14911).
- commit 57038c6
- usb: host: xhci-plat: add platform data support (jsc#SLE-14911).
- commit 880e577
- usb: xhci-pci: Add support for reset controllers
  (jsc#SLE-14911).
- commit 7f849f0
- xhci: dbgtty: Make some functions static (jsc#SLE-14911).
- commit 853016a
- xhci: dbc: Make function xhci_dbc_ring_alloc() static
  (jsc#SLE-14911).
- commit 92c3cc8
- xhci: dbc: remove tty specific port structure from struct
  xhci_dbc (jsc#SLE-14911).
- commit 8cec92f
- xhci: dbgcap: remove dbc dependency on dbctty specific flag
  (jsc#SLE-14911).
- commit a0d1ad9
- xhci: dbc: Add a operations structure to access driver functions
  (jsc#SLE-14911).
- commit 8d65e54
- xhci: dbctty: split dbc tty driver registration and
  unregistration functions (jsc#SLE-14911).
- commit 3bf24ba
- xhci: dbc: remove endpoint pointers from dbc_port structure
  (jsc#SLE-14911).
- commit ce6c68c
- xhci: dbc: simplify dbc requests allocation and queueing
  (jsc#SLE-14911).
- commit f4336e0
- xhci: dbc: Pass dbc pointer to dbc start and stop functions
  (jsc#SLE-14911).
- commit 5cf2e31
- xhci: dbc: Pass dbc pointer to dbc memory init and cleanup
  functions (jsc#SLE-14911).
- commit 1f3a440
- xhci: dbc: don't use generic xhci ring allocation functions
  for dbc (jsc#SLE-14811).
- commit e02b765
- xhci: dbc: Don't use generic xhci context allocation for dbc
  (jsc#SLE-14911).
- commit 4885a56
- xhci: dbc: Use dbc structure in the request completion instead
  of xhci_hcd (jsc#SLE-14911).
- commit 652c626
- xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions
  to get endpoints (jsc#SLE-14911).
- commit 4b67d19
- xhci: dbgtty: Pass dbc pointer when registering a dbctty device
  (jsc#SLE-14911).
- commit 82d6c7a
- xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead
  of xhci_hcd pointer (jsc#SLE-14911).
- commit 7982f7d
- xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()
  (jsc#SLE-14911).
- commit ae30b9e
- xhci: dbc: Pass dbc pointer to endpoint init and exit functions
  (jsc#SLE-14911).
- commit 3a441cb
- xhci: dbc: Get the device pointer from dbc structure in
  dbc_ep_do_queue() (jsc#SLE-14911).
- usb: xhci: dbc: Simplify error handling in
  'xhci_dbc_alloc_requests()' (jsc#SLE-14911).
- commit edc2d95
- hv_netvsc: make recording RSS hash depend on feature flag
  (bsc#1177820).
- commit 84f7284
- xhci: dbc: Don't pass the xhci pointer as a parameter to
  xhci_dbc_init_context() (jsc#SLE-14911).
- commit 2697b5c
- xhci: dbc: Don't use xhci_write_64() as it takes xhci as a
  parameter (jsc#SLE-14911).
- commit 29fd0ed
- xhci: dbc: Use dev_info() and similar instead of xhci_info()
  (jsc#SLE-14911).
- commit 29b7ba7
- ice: docs fix a devlink info that broke a table (jsc#SLE-12878).
- devlink: include <linux/const.h> for _BITUL (bsc#1176447).
- ionic: add DIMLIB to Kconfig (jsc#SLE-16649).
- commit 2d33c8a
- Refresh patches.suse/vfs-add-super_operations-get_inode_dev. (bsc#1176983)
  It had a missing hunk in prof_namespace.c so simply add it, this fixes
  the issue reported in bsc#1176983
- commit 4999b20
- xhci: dbc: Add device pointer to dbc structure (jsc#SLE-14911).
- commit cbfe43e
- hv_netvsc: Fix XDP refcnt for synthetic and VF NICs
  (bsc#1177820).
- commit c7e2d68
- mm/memcontrol.c: add missed css_put() (bsc#1178661).
- commit 50e1826
- hv_netvsc: Add XDP support (bsc#1177820).
- refresh patches.suse/msft-hv-2073-hv_netvsc-Fix-netvsc_start_xmit-s-return-type.patch
- commit e1c99b4
- hv_netvsc: record hardware hash in skb (bsc#1177820).
- refresh patches.suse/suse-hv-kabi.patch b/patches.suse/suse-hv-kabi.patch
  (drop chunks which are in patches.suse/msft-hv-1962-hv_netvsc-record-hardware-hash-in-skb.patch)
- commit f89c5c0
- ionic: check port ptr before use (jsc#SLE-16649).
- bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally
  (jsc#SLE-16649).
- bnxt_en: Check abort error state in bnxt_open_nic()
  (jsc#SLE-16649).
- bnxt_en: Re-write PCI BARs after PCI fatal error
  (jsc#SLE-16649).
- bnxt_en: Invoke cancel_delayed_work_sync() for PFs also
  (jsc#SLE-16649).
- bnxt_en: Fix regression in workqueue cleanup logic in
  bnxt_remove_one() (jsc#SLE-16649).
- ionic: fix mem leak in rx_empty (jsc#SLE-16649).
- ionic: no rx flush in deinit (jsc#SLE-16649).
- ionic: clean up sparse complaints (jsc#SLE-16649).
- bnxt_en: Add stored FW version info to devlink info_get cb
  (jsc#SLE-16649).
- bnxt_en: Refactor bnxt_dl_info_get() (jsc#SLE-16649).
- bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info
  (jsc#SLE-16649).
- bnxt_en: Log unknown link speed appropriately (jsc#SLE-16649).
- bnxt_en: Log event_data1 and event_data2 when handling
  RESET_NOTIFY event (jsc#SLE-16649).
- bnxt_en: Simplify bnxt_async_event_process() (jsc#SLE-16649).
- bnxt_en: Set driver default message level (jsc#SLE-16649).
- bnxt_en: Enable online self tests for multi-host/NPAR mode
  (jsc#SLE-16649).
- bnxt_en: Return -EROFS to user space, if NVM writes are not
  permitted (jsc#SLE-16649).
- ice: fix adding IP4 IP6 Flow Director rules (jsc#SLE-12878).
- ice: Fix pointer cast warnings (jsc#SLE-12878).
- ice: add additional debug logging for firmware update
  (jsc#SLE-12878).
- ice: refactor devlink_port to be per-VSI (jsc#SLE-12878).
- ice: add the DDP Track ID to devlink info (jsc#SLE-12878).
- ice: Change ice_info_get_dsn to be void (jsc#SLE-12878).
- ice: remove repeated words (jsc#SLE-12878).
- ice: devlink: use %*phD to print small buffer (jsc#SLE-12878).
- bnxt_en: Eliminate unnecessary RX resets (jsc#SLE-16649).
- bnxt_en: Reduce unnecessary message log during RX errors
  (jsc#SLE-16649).
- bnxt_en: Add a software counter for RX ring reset
  (jsc#SLE-16649).
- bnxt_en: Implement RX ring reset in response to buffer errors
  (jsc#SLE-16649).
- bnxt_en: Refactor bnxt_init_one_rx_ring() (jsc#SLE-16649).
- bnxt_en: Refactor bnxt_free_rx_skbs() (jsc#SLE-16649).
- bnxt_en: Log FW health status info, if reset is aborted
  (jsc#SLE-16649).
- bnxt_en: perform no master recovery during startup
  (jsc#SLE-16649).
- bnxt_en: log firmware status on firmware init failure
  (jsc#SLE-16649).
- bnxt_en: refactor bnxt_alloc_fw_health() (jsc#SLE-16649).
- bnxt_en: Update firmware interface spec to 1.10.1.68
  (jsc#SLE-16649).
- ionic: add new bad firmware error code (jsc#SLE-16649).
- ionic: use lif ident for filter count (jsc#SLE-16649).
- ionic: refill lif identity after fw_up (jsc#SLE-16649).
- ionic: disable all queue napi contexts on timeout
  (jsc#SLE-16649).
- ionic: check qcq ptr in ionic_qcq_disable (jsc#SLE-16649).
- ionic: clear linkcheck bit on alloc fail (jsc#SLE-16649).
- ionic: drain the work queue (jsc#SLE-16649).
- ionic: contiguous memory for notifyq (jsc#SLE-16649).
- ionic: prevent early watchdog check (jsc#SLE-16649).
- ionic: stop watchdog timer earlier on remove (jsc#SLE-16649).
- net: ionic: Remove WARN_ON(in_interrupt()) (jsc#SLE-16649).
- net: ionic: Replace in_interrupt() usage (jsc#SLE-16649).
- ice: convert to new udp_tunnel infrastructure (jsc#SLE-12878).
- ice: remove unused args from ice_get_open_tunnel_port()
  (jsc#SLE-12878).
- bnxt_en: Improve preset max value for ethtool -l
  (jsc#SLE-16649).
- bnxt_en: Implement ethtool set_fec_param() method
  (jsc#SLE-16649).
- bnxt_en: Report Active FEC encoding during link up
  (jsc#SLE-16649).
- bnxt_en: Report FEC settings to ethtool (jsc#SLE-16649).
- bnxt_en: avoid link reset if speed is not changed
  (jsc#SLE-16649).
- bnxt_en: Handle ethernet link being disabled by firmware
  (jsc#SLE-16649).
- bnxt_en: ethtool: support PAM4 link speeds up to 200G
  (jsc#SLE-16649).
- bnxt_en: add basic infrastructure to support PAM4 link speeds
  (jsc#SLE-16649).
- bnxt_en: refactor bnxt_get_fw_speed() (jsc#SLE-16649).
- bnxt_en: refactor code to limit speed advertising
  (jsc#SLE-16649).
- bnxt_en: Update firmware interface spec to 1.10.1.65
  (jsc#SLE-16649).
- ice: add support for flash update overwrite mask
  (jsc#SLE-12878).
- netdevsim: add support for flash_update overwrite mask
  (bsc#1176447).
- devlink: introduce flash update overwrite mask (bsc#1176447).
- devlink: convert flash_update to use params structure
  (bsc#1176447).
- devlink: check flash_update parameter support in net core
  (bsc#1176447).
- hinic: improve the comments of function header (bsc#1176447).
- ice: simplify the return expression of ice_finalize_update()
  (jsc#SLE-12878).
- net: devlink: region: Pass the region ops to the snapshot
  function (bsc#1176447).
- net: devlink: regions: Add a priv member to the regions ops
  struct (bsc#1176447).
- hinic: modify irq name (bsc#1176447).
- ionic: add devlink firmware update (jsc#SLE-16649).
- ionic: update the fw update api (jsc#SLE-16649).
- netdevsim: devlink flash timeout message (bsc#1176447).
- devlink: collect flash notify params into a struct
  (bsc#1176447).
- devlink: add timeout information to status_notify
  (jsc#SLE-16649).
- ionic: dynamic interrupt moderation (jsc#SLE-16649).
- devlink: introduce the health reporter test command
  (bsc#1176447).
- mlxsw: Move fw flashing code into core.c (bsc#1176447).
- bnxt: add pause frame stats (jsc#SLE-15075).
- ethtool: add standard pause stats (jsc#SLE-15075).
- ionic: fix up debugfs after queue swap (jsc#SLE-16649).
- hinic: add vxlan segmentation and cs offload support
  (bsc#1176447).
- net: hns: Fix a kernel-doc warning in hinic_hw_eqs.c
  (bsc#1176447).
- net: hns: Fix a kernel-doc warning in hinic_hw_api_cmd.c
  (bsc#1176447).
- hinic: Fix some kernel-doc warnings in hinic_hw_io.c
  (bsc#1176447).
- net: remove napi_hash_del() from driver-facing API
  (jsc#SLE-15075).
- devlink: Introduce controller number (bsc#1176447).
- devlink: Introduce external controller flag (bsc#1176447).
- devlink: Move structure comments outside of structure
  (bsc#1176447).
- devlink: Add comment block for missing port attributes
  (bsc#1176447).
- net/mlx5: E-switch, Read controller number from device
  (bsc#1176447).
- ionic: clarify boolean precedence (jsc#SLE-16649).
- ionic: remove unused variable (jsc#SLE-16649).
- ionic: clean adminq service routine (jsc#SLE-16649).
- ionic: clean up desc_info and cq_info structs (jsc#SLE-16649).
- ionic: struct reorder for faster access (jsc#SLE-16649).
- ionic: clean up page handling code (jsc#SLE-16649).
- hinic: add support to query function table (bsc#1176447).
- hinic: add support to query rq info (bsc#1176447).
- hinic: add support to query sq info (bsc#1176447).
- ionic: pull reset_queues into tx_timeout handler
  (jsc#SLE-16649).
- ionic: change queue count with no reset (jsc#SLE-16649).
- ionic: change the descriptor ring length without full reset
  (jsc#SLE-16649).
- ionic: change mtu without full queue rebuild (jsc#SLE-16649).
- ionic: use index not pointer for queue tracking (jsc#SLE-16649).
- ionic: reduce contiguous memory allocation requirement
  (jsc#SLE-16649).
- ionic: clean up unnecessary non-static functions
  (jsc#SLE-16649).
- ionic: rework and simplify handling of the queue stats block
  (jsc#SLE-16649).
- ionic: remove lif list concept (jsc#SLE-16649).
- ionic: use kcalloc for new arrays (jsc#SLE-16649).
- ionic: fix up a couple of debug strings (jsc#SLE-16649).
- ionic: set MTU floor at ETH_MIN_MTU (jsc#SLE-16649).
- net: hinic: fix DEVLINK build errors (bsc#1176447).
- hinic: fix wrong return value of mac-set cmd (bsc#1176447).
- hinic: fix sending pkts from core while self testing
  (bsc#1176447).
- hinic: fix potential resource leak (bsc#1176447).
- hinic: fix rewaking txq after netif_tx_disable (bsc#1176447).
- hinic: bump up the timeout of UPDATE_FW cmd (bsc#1176447).
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1176447).
- hinic: fix strncpy output truncated compile warnings
  (bsc#1176447).
- hinic: add check for mailbox msg from VF (bsc#1176447).
- hinic: add generating mailbox random index support
  (bsc#1176447).
- hinic: add log in exception handling processes (bsc#1176447).
- hinic: add support to handle hw abnormal event (bsc#1176447).
- hinic: add firmware update support (bsc#1176447).
- hinic: remove unused but set variable (bsc#1176447).
- hinic: add support to get eeprom information (bsc#1176447).
- hinic: add support to identify physical device (bsc#1176447).
- hinic: add self test support (bsc#1176447).
- hinic: add support to set and get irq coalesce (bsc#1176447).
- hinic: add support to set and get pause params (bsc#1176447).
- hinic: fix sending mailbox timeout in aeq event work
  (bsc#1176447).
- hinic: fix passing non negative value to ERR_PTR (bsc#1176447).
- hinic: add set_channels ethtool_ops support (bsc#1176447).
- hinic: add set_ringparam ethtool_ops support (bsc#1176447).
- hinic: add link_ksettings ethtool_ops support (bsc#1176447).
- hinic: add three net_device_ops of vf (bsc#1176447).
- hinic: Use kmemdup instead of kzalloc and memcpy (bsc#1176447).
- hinic: make symbol 'dump_mox_reg' static (bsc#1176447).
- hinic: Use ARRAY_SIZE for nic_vf_cmd_msg_handler (bsc#1176447).
- hinic: make a bunch of functions static (bsc#1176447).
- hinic: add net_device_ops associated with vf (bsc#1176447).
- hinic: add sriov feature support (bsc#1176447).
- hinic: add mailbox function support (bsc#1176447).
- hinic: fix wrong value of MIN_SKB_LEN (bsc#1176447).
- hinic: fix out-of-order excution in arm cpu (bsc#1176447).
- hinic: fix the bug of clearing event queue (bsc#1176447).
- hinic: fix a bug of waitting for IO stopped (bsc#1176447).
- hinic: fix a bug of rss configuration (bsc#1176447).
- hinic: fix a bug of setting hw_ioctxt (bsc#1176447).
- hinic: fix a irq affinity bug (bsc#1176447).
- commit d0f8bf4
- mm, memcg: fix inconsistent oom event behavior (bsc#1178659).
- commit 9f54445
- xhci: dbc: Remove dbc_dma_free_coherent() wrapper
  (jsc#SLE-14911).
- commit f669366
- xhci: dbc: Remove dbc_dma_alloc_coherent() wrapper
  (jsc#SLE-14911).
- commit 57b7868
- xhci: dbc: Don't use generic xhci erst allocation and free
  functions (jsc#SLE-14911).
- commit f1f3a81
- xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()
  (jsc#SLE-14911).
- commit 1a4ff11
- xhci: dbc: Don't use generic xhci inc_deq() function for dbc
  (jsc#SLE-14911).
- commit 19973f0
- xhci: Make debug message consistent with bus and port number
  (jsc#SLE-14911).
- commit 60b582d
- libbpf: Add btf__parse_raw() and generic btf__parse() APIs
  (bsc#1177028).
- libbpf: Add bpf_link detach APIs (bsc#1177028).
- libbpf: Fix register in PT_REGS MIPS macros (bsc#1177028).
- libbpf: Make destructors more robust by handling ERR_PTR(err)
  cases (bsc#1177028).
- libbpf: Add support for BPF XDP link (bsc#1177028).
- libbpf: Print hint when PERF_EVENT_IOC_SET_BPF returns -EPROTO
  (bsc#1177028).
- tools/libbpf: Add support for bpf map element iterator
  (bsc#1177028).
- libbpf bpf_helpers: Use __builtin_offsetof for offsetof
  (bsc#1177028).
- libbpf: Add support for SK_LOOKUP program type (bsc#1177028).
- bpf: Sync linux/bpf.h to tools/ (bsc#1177028).
- libbpf: Add SEC name for xdp programs attached to CPUMAP
  (bsc#1177028).
- libbpf: Fix memory leak and optimize BTF sanitization
  (bsc#1177028).
- libbpf: Handle missing BPF_OBJ_GET_INFO_BY_FD gracefully in
  perf_buffer (bsc#1177028).
- libbpf: Improve BTF sanitization handling (bsc#1177028).
- libbpf: Add btf__set_fd() for more control over loaded BTF FD
  (bsc#1177028).
- libbpf: Make BTF finalization strict (bsc#1177028).
- libbpf: Make bpf_endian co-exist with vmlinux.h (bsc#1177028).
- libbpf: Support disabling auto-loading BPF programs
  (bsc#1177028).
- libbpf: Fix spelling mistake "/kallasyms"/ -> "/kallsyms"/
  (bsc#1177028).
- libbpf: Add support for extracting kernel symbol addresses
  (bsc#1177028).
- libbpf: Generalize libbpf externs support (bsc#1177028).
- libbpf: Add a bunch of attribute getters/setters for map
  definitions (bsc#1177028).
- libbpf: Bump version to 0.1.0 (bsc#1177028).
- commit 33e5f72
- ring-buffer: Fix recursion protection transitions between
  interrupt context (git-fixes).
- commit 5a991eb
- i40e: convert to new udp_tunnel infrastructure (jsc#SLE-13701).
- udp_tunnel: add the ability to share port tables
  (jsc#SLE-13701).
- commit 2887511
- blacklist.conf: Add temporary blacklists for DRM backport
- commit 77bef97
- xhci: Show host status when watchdog triggers and host is
  assumed dead (jsc#SLE-14911).
- commit 53efdb1
- xhci: Add a separate debug message for split transaction errors
  (jsc#SLE-14911).
- commit d343dbc
- USB: Replace zero-length array with flexible-array member
  (jsc#SLE-14911).
- Refresh patches.suse/0001-USB-fix-kABI-padding.patch.
- Refresh
  patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch.
- Refresh
  patches.suse/usb-audio-v2-Add-uac2_effect_unit_descriptor-definit.patch.
- commit c75fffa
- usb: host: xhci: Support running urb giveback in tasklet context
  (jsc#SLE-14911).
- xhci: Add tracing for xhci doorbell register writes
  (jsc#SLE-14911).
- commit 2db51be
- xhci: add TSP bitflag to TRB tracing (jsc#SLE-14911).
- commit 264d360
- usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in
  'xhci_dbc_alloc_requests()' (jsc#SLE-14911).
- commit 89d6cd8
- usb: add a HCD_DMA flag instead of guestimating DMA capabilities
  (jsc#SLE-14911).
- commit 29e46e1
- usb: host: Remove call to memset after dma_alloc_coherent
  (jsc#SLE-14911).
- commit eb4b699
- powercap/intel_rapl: enumerate Psys RAPL domain together with
  package RAPL domain (bsc#1178325).
- powercap/intel_rapl: Fix domain detection (bsc#1178325).
- commit 14f7f31
- ftrace: Handle tracing when switching between context
  (git-fixes).
- commit ae03fad
- ftrace: Fix recursion check for NMI test (git-fixes).
- commit 030da09
- tracing: Fix out of bounds write in get_trace_buf (git-fixes).
- commit 67e9ee9
- Refresh
  patches.suse/1553-drm-tegra-Fix-SMMU-support-on-Tegra124-and-Tegra210.patch.
- commit 1fa0e6a
- drm/tee_shm: Drop dma_buf_k(unmap) support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- commit aa6de37
- soc: mediatek: cmdq: add cmdq_dev_get_client_reg function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- commit cf12177
- i40e: Allow changing FEC settings on X722 if supported by FW
  (jsc#SLE-13701).
- i40e, xsk: move buffer allocation out of the Rx processing loop
  (jsc#SLE-13701).
- i40e: use 16B HW descriptors instead of 32B (jsc#SLE-13701).
- i40e, xsk: remove HW descriptor prefetch in AF_XDP path
  (jsc#SLE-13701).
- i40e: optimise prefetch page refcount (jsc#SLE-13701).
- i40e: not compute affinity_mask for IRQ (jsc#SLE-13701).
- xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better
  performance (jsc#SLE-12878 jsc#SLE-13701 jsc#SLE-13706 jsc#SLE-15172).
- xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
  (jsc#SLE-12878 jsc#SLE-13701 jsc#SLE-13706 jsc#SLE-15172).
- commit 4c2bca6
- xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of
  umem (jsc#SLE-12878 jsc#SLE-13701 jsc#SLE-13706 jsc#SLE-15172)
- Refresh
  patches.suse/0001-intel-ethernet-clean-up-W-1-warnings-in-kdoc.patch
- commit be04004
- soc: mediatek: cmdq: add polling function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- commit 2d15bfb
- Refresh
  patches.suse/xsk-replace-the-cheap_dma-flag-with-a-dma_need_sync-flag.
  Correct the polarity inversion.
- commit d48732d
- soc: mediatek: cmdq: define the instruction struct
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- commit 0f24531
- Refresh
  patches.suse/1367-drm-tegra-Do-not-implement-runtime-PM.patch.
- commit 7513d8f
- Refresh
  patches.suse/1366-gpu-host1x-Rename-parent-to-host.patch.
- commit 7b574ae
- Refresh
  patches.suse/0131-drm-tegra-Delete-host1x_bo_ops-k-un-map.patch.
- commit 54cdf86
- supported.conf: add drivers/media/cec
  Several supported DRM modules depend on this
- commit 019d0eb
- xfs: show the dax option in mount options (bsc#1178366).
- ext4: show the dax option in mount options (bsc#1178366).
- commit 0d2614f
- mm/hmm: return error for non-vma snapshots (jsc#SLE-16387).
- commit cb4cd5c
- mm/hmm: do not set pfns when returning an error code
  (jsc#SLE-16387).
- commit d79f1a1
- mm/hmm: do not unconditionally set pfns when returning EBUSY
  (jsc#SLE-16387).
- commit 5c2e183
- mm/hmm: use device_private_entry_to_pfn() (jsc#SLE-16387).
- commit fdfc1a4
- mm/hmm: remove HMM_FAULT_SNAPSHOT (jsc#SLE-16387).
- commit 595b3de
- mm/hmm: remove unused code and tidy comments (jsc#SLE-16387).
- commit 1b3c7a1
- mm/hmm: return the fault type from hmm_pte_need_fault()
  (jsc#SLE-16387).
- commit 7cfcf46
- mm/hmm: remove pgmap checking for devmap pages (jsc#SLE-16387).
- commit f55826e
- mm/hmm: check the device private page owner in hmm_range_fault()
  (jsc#SLE-16387).
- commit 3210c7b
- mm: simplify device private page handling in hmm_range_fault
  (jsc#SLE-16387).
- commit d68ff3f
- mm: handle multiple owners of device private pages in
  migrate_vma (jsc#SLE-16387).
- commit bde305b
- mm/migrate.c: clean up useless code in migrate_vma_collect_pmd()
  (jsc#SLE-16387).
- commit 80ded04
- net: fec: fix MDIO probing for some FEC hardware blocks
  (git-fixes).
- spi: imx: fix runtime pm support for !CONFIG_PM (git-fixes).
- commit c0c4018
- mm: merge hmm_vma_do_fault into into hmm_vma_walk_hole_
  (jsc#SLE-16387).
- commit 58359ea
- mm/hmm: don't handle the non-fault case in hmm_vma_walk_hole_()
  (jsc#SLE-16387).
- commit e7fef6e
- mm/hmm: simplify hmm_vma_walk_hugetlb_entry() (jsc#SLE-16387).
- commit d96991d
- PCI: dwc: Program outbound ATU upper limit register
  (jsc#SLE-12251).
- commit 5653ea0
- mm/hmm: remove the unused HMM_FAULT_ALLOW_RETRY flag
  (jsc#SLE-16387).
- commit 4e5b1eb
- fix patches metadata
- fix Patch-mainline:
  patches.suse/exfat-fix-name_hash-computation-on-big-endian-systems.patch
  patches.suse/exfat-fix-overflow-issue-in-exfat_cluster_to_sector.patch
  patches.suse/exfat-fix-possible-memory-leak-in-exfat_find.patch
  patches.suse/exfat-fix-use-of-uninitialized-spinlock-on-error-path.patch
  patches.suse/exfat-fix-wrong-hint_stat-initialization-in-exfat_find_dir_entry.patch
  patches.suse/exfat-fix-wrong-size-update-of-stream-entry-by-typo.patch
  patches.suse/mmswapfile.c-fix-potential-memory-leak-in-sys_swapon.patch
- commit 37fd1b5
- mm/hmm: don't provide a stub for hmm_range_fault()
  (jsc#SLE-16387).
- commit 7bd4083
- bpf: Fix "/unresolved symbol"/ build error with resolve_btfids
  (bsc#1177028).
- bpf: Rename bpf_htab to bpf_shtab in sock_map (bsc#1177028).
  Refresh patches.suse/bpf-Set-map_btf_-name-id-for-all-map-types.patch
- bpf: sk_storage: Prefer to get a free cache_idx (bsc#1177028).
- ocfs2: fix build failure when TCP/IP is disabled (bsc#1177028).
- commit d5b78b7
- x86/platform/uv: Remove unused variable in UV5 NMI handler
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Update Copyrights to conform to HPE standards
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Update for UV5 NMI MMR changes (bnc#1177710
  jsc#SLE-13285).
- x86/platform/uv: Update UV5 TSC checking (bnc#1177710
  jsc#SLE-13285).
- x86/platform/uv: Update node present counting (bnc#1177710
  jsc#SLE-13285).
- x86/platform/uv: Update UV5 MMR references in UV GRU
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Adjust GAM MMR references affected by UV5
  updates (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Update MMIOH references based on new UV5 MMRs
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Add and decode Arch Type in UVsystab
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Add UV5 direct references (bnc#1177710
  jsc#SLE-13285).
- x86/platform/uv: Update UV MMRs for UV5 (bnc#1177710
  jsc#SLE-13285).
- drivers/misc/sgi-xp: Adjust references in UV kernel modules
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove SCIR MMR references for UV systems
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove UV BAU TLB Shootdown Handler
  (bnc#1177710 jsc#SLE-13285).
- x86/efi: Delete SGI UV1 detection (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove vestigial mention of UV1 platform from
  bios header (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove support for UV1 platform from uv
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove support for uv1 platform from uv_hub
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove support for UV1 platform from uv_bau
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove support for UV1 platform from uv_mmrs
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove support for UV1 platform from
  x2apic_uv_x (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove support for UV1 platform from uv_tlb
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove support for UV1 platform from uv_time
  (bnc#1177710 jsc#SLE-13285).
- x86/apic/uv: Remove code for unused distributed GRU mode
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove the unused _uv_cpu_blade_processor_id()
  macro (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Unexport uv_apicid_hibits (bnc#1177710
  jsc#SLE-13285).
- x86/platform/uv: Simplify uv_send_IPI_one() (bnc#1177710
  jsc#SLE-13285).
- x86/platform/uv: Mark uv_min_hub_revision_id static (bnc#1177710
  jsc#SLE-13285).
- x86/platform/uv: Remove the UV*_HUB_IS_SUPPORTED macros
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Unexport symbols only used by x2apic_uv_x.c
  (bnc#1177710 jsc#SLE-13285).
- x86/apic/uv: Avoid unused variable warning (bnc#1177710
  jsc#SLE-13285).
- x86/platform/uv: Fix kmalloc() NULL check routine (bnc#1177710
  jsc#SLE-13285).
- commit eb2cde9
- blacklist.conf: remove a cleanup
  We will backport it as a part of a series, so that it applies cleanly.
- commit 9f12703
- x86/platform/uv: Recognize UV5 hubless system identifier
  (bnc#1177710 jsc#SLE-13285).
- x86/platform/uv: Remove spaces from OEM IDs (bnc#1177710
  jsc#SLE-13285).
- x86/platform/uv: Fix missing OEM_TABLE_ID (bnc#1177710
  jsc#SLE-13285).
- commit e2421fe
- e1000e: Add support for Meteor Lake (jsc#SLE-13532).
- commit 374797f
- e1000: remove unused and incorrect code (jsc#SLE-15368).
- intel: handle unused assignments (jsc#SLE-15368).
- net: e1000: Remove set but not used variable (jsc#SLE-15368).
- commit 2aff626
- mm/hmm: do not check pmd_protnone twice in hmm_vma_handle_pmd()
  (jsc#SLE-16387).
- commit 16e1ed6
- mm/hmm: add missing call to hmm_pte_need_fault in
  HMM_PFN_SPECIAL handling (jsc#SLE-16387).
- commit e5953d6
- mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested
  valid pages (jsc#SLE-16387).
- commit 7ba9153
- mm/hmm: reorganize how !pte_present is handled in
  hmm_vma_handle_pte() (jsc#SLE-16387).
- commit e36e8ab
- mm/hmm: add missing call to hmm_range_need_fault() before
  returning EFAULT (jsc#SLE-16387).
- commit 153ced0
- mm/hmm: add missing pfns set to hmm_vma_walk_pmd()
  (jsc#SLE-16387).
- commit 1333fe7
- mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlock
  (jsc#SLE-16387).
- commit 5670219
- x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an
  mm_struct (jsc#SLE-16387).
- Refresh
  patches.suse/x86-head-64-move-early-exception-dispatch-to-c-code.
- commit 0532584
- x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_struct
  (jsc#SLE-16387).
- Refresh
  patches.suse/x86-head-64-move-early-exception-dispatch-to-c-code.
- commit 7c4de70
- x86: mm: point to struct seq_file from struct pg_state
  (jsc#SLE-16387).
- commit f3fcb52
- mm: pagewalk: add 'depth' parameter to pte_hole (jsc#SLE-16387).
- commit 422f5fc
- mm: pagewalk: fix termination condition in walk_pte_range()
  (jsc#SLE-16387).
- commit fece2d0
- mm: pagewalk: don't lock PTEs for walk_page_range_novma()
  (jsc#SLE-16387).
- commit 39ed827
- mm: pagewalk: Take the pagetable lock in walk_pte_range()
  (jsc#SLE-16387).
- commit 5795e66
- mm: pagewalk: allow walking without vma (jsc#SLE-16387).
- commit b305cfb
- mm: pagewalk: add p4d_entry() and pgd_entry() (jsc#SLE-16387).
- commit 256b3d8
- x86: mm: add p?d_leaf() definitions (jsc#SLE-16387).
- commit c00cbb0
- s390: mm: add p?d_leaf() definitions (jsc#SLE-16387).
- commit 4cf6cf2
- powerpc: mm: add p?d_leaf() definitions (jsc#SLE-16387).
- commit e3519bd
- arm64: mm: add p?d_leaf() definitions (jsc#SLE-16387).
- commit d4d874a
- mm: add generic p?d_leaf() macros (jsc#SLE-16387).
- commit 0a30765
- mm/hmm: add missing unmaps of the ptep during
  hmm_vma_handle_pte() (jsc#SLE-16387).
- commit df3bac7
- mm/page_reporting: add free page reporting documentation
  (MM Functionality, jsc#SLE-12717).
- commit faeb6d4
- mm/page_reporting: add budget limit on how many pages can be
  reported per pass (MM Functionality, jsc#SLE-12717).
- commit e26edbf
- mm/page_reporting: rotate reported pages to the tail of the list
  (MM Functionality, jsc#SLE-12717).
- commit 8f659f2
- tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words,
  like LS1028A (jsc#SLE-12251).
- commit 26807c4
- virtio-balloon: add support for providing free page reports
  to host (MM Functionality, jsc#SLE-12717).
- Update config files. Free page reporting selected by virtio-balloon.
- commit 93ef96c
- mm: introduce Reported pages (MM Functionality, jsc#SLE-12717).
- Update config files. Disable the new config, will be updated later.
- commit d3c28ff
- mm/swapfile.c: fix potential memory leak in sys_swapon
  (git-fixes).
- exfat: fix use of uninitialized spinlock on error path
  (git-fixes).
- exfat: fix name_hash computation on big endian systems
  (git-fixes).
- exfat: fix wrong size update of stream entry by typo
  (git-fixes).
- exfat: fix wrong hint_stat initialization in
  exfat_find_dir_entry()  (git-fixes).
- exfat: fix overflow issue in exfat_cluster_to_sector()
  (git-fixes).
- exfat: fix possible memory leak in exfat_find()  (git-fixes).
- commit 97624cb
- virtio-balloon: pull page poisoning config out of free page
  hinting (MM Functionality, jsc#SLE-12717).
- commit 6aed9c7
- mm: add function __putback_isolated_page (MM Functionality,
  jsc#SLE-12717).
- commit 6e0fba7
- mm: use zone and order instead of free area in free_list
  manipulators (MM Functionality, jsc#SLE-12717).
- Refresh
  patches.suse/mm-hwpoison-rework-soft-offline-for-free-pages.patch.
- commit 168d915
- Update patch metadata after merging to mainline
- Refresh
  patches.suse/mm-hwpoison-Try-to-narrow-window-race-for-free-pages.patch
- Refresh
  patches.suse/mm-hwpoison-cleanup-unused-PageHuge-check.patch.
- Refresh
  patches.suse/mm-hwpoison-double-check-page-count-in-__get_any_pag.patch.
- Refresh
  patches.suse/mm-hwpoison-inject-don-t-pin-for-hwpoison_filter.patch.
- Refresh
  patches.suse/mm-hwpoison-introduce-MF_MSG_UNSPLIT_THP.patch.
- Refresh patches.suse/mm-hwpoison-kill-put_hwpoison_page.patch.
- Refresh
  patches.suse/mm-hwpoison-refactor-madvise_inject_error.patch.
- Refresh
  patches.suse/mm-hwpoison-refactor-soft_offline_huge_page-and-__so.patch.
- Refresh
  patches.suse/mm-hwpoison-remove-recalculating-hpage.patch.
- Refresh
  patches.suse/mm-hwpoison-return-0-if-the-page-is-already-poisoned.patch.
- Refresh
  patches.suse/mm-hwpoison-rework-soft-offline-for-free-pages.patch.
- Refresh
  patches.suse/mm-hwpoison-rework-soft-offline-for-in-use-pages.patch.
- Refresh
  patches.suse/mm-hwpoison-unexport-get_hwpoison_page-and-make-it-s.patch.
- Refresh
  patches.suse/mm-hwpoison-unify-THP-handling-for-hard-and-soft-off.patch.
- commit 220db41
- include/linux/units.h: add helpers for kelvin to/from Celsius
  conversion (jsc#SLE-12251).
- commit c279345
- btrfs: reschedule if necessary when logging directory items
  (bsc#1178585).
- commit 5a09bb7
- btrfs: cleanup cow block on error (bsc#1178584).
- commit 080ee21
- tty: serial: fsl_lpuart: minimum baud rate support (jsc#SLE-12251).
- gpio: mpc8xxx: change the gpio interrupt flags (jsc#SLE-12251).
- thermal: qoriq: Update the settings for TMUv2 (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEP (jsc#SLE-12251).
- serial: fsl_lpuart: Change DMA failure messages to debug level (jsc#SLE-12251).
- tty: serial: fsl_lpuart: make coverity happy (jsc#SLE-12251).
- thermal: qoriq: Sort includes alphabetically (jsc#SLE-12251).
- thermal: qoriq: Use devm_add_action_or_reset() to handle all cleanups (jsc#SLE-12251).
- tty: serial: fsl_lpuart: fix return value checking (jsc#SLE-12251).
- tty: serial: fsl_lpuart: move dma_request_chan() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: add LS1028A earlycon support (jsc#SLE-12251).
- tty: serial: fsl_lpuart: add LS1028A support (jsc#SLE-12251).
- tty: serial: fsl_lpuart: fix DMA mapping (jsc#SLE-12251).
- tty: serial: fsl_lpuart: fix DMA operation when using IOMMU (jsc#SLE-12251).
- tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP (jsc#SLE-12251).
- tty: serial: fsl_lpuart: support UPIO_MEM32 for lpuart32 (jsc#SLE-12251).
- tty: serial: lpuart: Add RS485 support for 32-bit uart flavour (jsc#SLE-12251).
- tty: serial: lpuart: Use defines that correspond to correct register (jsc#SLE-12251).
- tty: serial: lpuart: Remove unnecessary code from set_mctrl (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Fix lpuart_flush_buffer() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabled (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Introduce lpuart*_setup_watermark_enable() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Introduce lpuart32_configure() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Introduce lpuart_rx_dma_startup() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Introduce lpuart_tx_dma_startup() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Introduce lpuart_dma_shutdown() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Drop unnecessary lpuart*_stop_tx() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Introduce lpuart_stopped_or_empty() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Use cpu_relax() instead of barrier() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Introduce lpuart_wait_bit_set() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Clear CSTOPB unconditionally (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Drop unnecessary extra parenthesis (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Drop no-op bit opearation (jsc#SLE-12251).
- tty: serial: fls_lpuart: Split shared TX IRQ handler into two (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Fix issue in software flow control (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Drop unnecessary uart_write_wakeup() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Fix bogus indentation (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Simplify RX/TX IRQ handlers (jsc#SLE-12251).
- tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_buffer (jsc#SLE-12251).
- tty: serial: fsl_lpuart: flush receive FIFO after overruns (jsc#SLE-12251).
- tty: serial: fsl_lpuart: fix framing error handling when using DMA (jsc#SLE-12251).
- tty: serial: fsl_lpuart: correct the FIFO depth size (jsc#SLE-12251).
- tty: serial: fsl_lpuart: remove sg_set_buf() for sport->rx_sgl (jsc#SLE-12251).
- tty: serial: fsl_lpuart: use kzalloc() instead of kmalloc() (jsc#SLE-12251).
- tty: serial: fsl_lpuart: add earlycon for imx8qxp platform (jsc#SLE-12251).
- tty: serial: fsl_lpuart: remove the dev.coherent_dma_mask zero setting (jsc#SLE-12251).
- commit 463bebe
- btrfs: send, recompute reference path after orphanization of
  a directory (bsc#1178581).
- commit 1067aa3
- btrfs: send, orphanize first all conflicting inodes when
  processing references (bsc#1178579).
- commit 972ec4e
- Update config files.
  Updating config files for DRM backport
- commit cdfeead
- crypto: caam - share definition for MAX_SDLEN (jsc#SLE-14454).
- commit 3551d71
- perf/core: Fix a memory leak in perf_event_parse_addr_filter()
  (bsc#1178393, CVE-2020-25704).
- commit ec449ad
- Refresh
  patches.suse/x86-unwind-orc-Fix-inactive-tasks-with-stack-pointer.patch.
  "/series_sort -u"/ applied
- commit 3711acc
- blacklist.conf: Blacklist cherry-picks (dups) for drm v5.7
- commit aeb9d5f
- blacklist.conf: Blacklist cherry-picks (dups) for drm v5.6
- commit 02b6132
- mm: adjust shuffle code to allow for future coalescing (MM
  Functionality, jsc#SLE-12717).
- commit 0fa6dd2
- s390/ap: fix ap devices reference counting (git-fixes).
- commit b8ffb64
- net/smc: improve return codes for SMC-Dv2 (jsc#SLE-13761).
- s390/ism: fix incorrect system EID (jsc#SLE-13761).
- net/smc: fix null pointer dereference in smc_listen_decline()
  (jsc#SLE-13761).
- net/smc: fix valid DMBE buffer sizes (jsc#SLE-13761).
- net/smc: restore smcd_version when all ISM V2 devices failed
  to init (jsc#SLE-13761).
- net/smc: cleanup buffer usage in smc_listen_work()
  (jsc#SLE-13761).
- net/smc: consolidate unlocking in same function (jsc#SLE-13761).
- net/smc: use an array to check fields in system EID
  (jsc#SLE-13761).
- net/smc: send ISM devices with unique chid in CLC proposal
  (jsc#SLE-13761).
- net/smc: CLC decline - V2 enhancements (jsc#SLE-13761).
- net/smc: introduce CLC first contact extension (jsc#SLE-13761).
- net/smc: CLC accept / confirm V2 (jsc#SLE-13761).
- net/smc: determine accepted ISM devices (jsc#SLE-13761).
- net/smc: build and send V2 CLC proposal (jsc#SLE-13761).
- net/smc: determine proposed ISM devices (jsc#SLE-13761).
- net/smc: introduce list of pnetids for Ethernet devices
  (jsc#SLE-13761).
- net/smc: introduce CHID callback for ISM devices
  (jsc#SLE-13761).
- net/smc: introduce System Enterprise ID (SEID) (jsc#SLE-13761).
- net/smc: prepare for more proposed ISM devices (jsc#SLE-13761).
- net/smc: split CLC confirm/accept data to be sent
  (jsc#SLE-13761).
- net/smc: separate find device functions (jsc#SLE-13761).
- net/smc: CLC header fields renaming (jsc#SLE-13761).
- net/smc: remove constant and introduce helper to check for a
  pnet id (jsc#SLE-13761).
- commit a261cba
- Refresh patches.suse/0002-igb-add-XDP-support.patch.
  Fix for bsc#1178464.
- commit 5da54c8
- net/smc: fix suppressed return code (git-fixes).
- commit 0fa48a6
- net/smc: fix invalid return code in smcd_new_buf_create()
  (git-fixes).
- net/smc: fix use-after-free of delayed events (git-fixes).
- net: smc: fix missing brace warning for old compilers
  (git-fixes).
- commit 9e5f788
- net/smc: fix double kfree in smc_listen_work() (jsc#SLE-13763).
- commit 906451f
- net/smc: check variable before dereferencing in smc_close.c
  (jsc#SLE-13763).
- net/smc: use separate work queues for different worker types
  (jsc#SLE-13763).
- net/smc: use the retry mechanism for netlink messages
  (jsc#SLE-13763).
- net/smc: immediate freeing in smc_lgr_cleanup_early()
  (jsc#SLE-13763).
- net/smc: reduce smc_listen_decline() calls (jsc#SLE-13763).
- net/smc: improve server ISM device determination
  (jsc#SLE-13763).
- net/smc: common routine for CLC accept and confirm
  (jsc#SLE-13763).
- commit 61f2ea9
- net/smc: dynamic allocation of CLC proposal buffer
  (jsc#SLE-13763).
- net/smc: introduce better field names (jsc#SLE-13763).
- net/smc: reduce active tcp_listen workers (jsc#SLE-13763).
- net/smc: fix sock refcounting in case of termination
  (jsc#SLE-13763).
- net/smc: reset sndbuf_desc if freed (jsc#SLE-13763).
- net/smc: set rx_off for SMCR explicitly (jsc#SLE-13763).
- net/smc: fix toleration of fake add_link messages
  (jsc#SLE-13763).
- commit fa7dce6
- net/smc: unique reason code for exceeded max dmb count
  (jsc#SLE-13763).
- net/smc: fix dmb buffer shortage (jsc#SLE-13763).
- net/smc: remove freed buffer from list (jsc#SLE-13763).
- net/smc: do not call dma sync for unmapped memory
  (jsc#SLE-13763).
- net/smc: fix handling of delete link requests (jsc#SLE-13763).
- net/smc: move add link processing for new device into llc layer
  (jsc#SLE-13763).
- commit 28f585b
- net/smc: drop out-of-flow llc response messages (jsc#SLE-13763).
- net/smc: protect smc ib device initialization (jsc#SLE-13763).
- net/smc: fix link lookup for new rdma connections
  (jsc#SLE-13763).
- net/smc: clear link during SMC client link down processing
  (jsc#SLE-13763).
- net/smc: handle unexpected response types for confirm link
  (jsc#SLE-13763).
- net/smc: switch smcd_dev_list spinlock to mutex (jsc#SLE-13763).
- net/smc: fix sleep bug in smc_pnet_find_roce_resource()
  (jsc#SLE-13763).
- commit 4dd55b0
- net/smc: fix work request handling (jsc#SLE-13763).
- net/smc: separate LLC wait queues for flow and messages
  (jsc#SLE-13763).
- net/smc: pre-fetch send buffer outside of send_lock
  (jsc#SLE-13763).
- net/smc: mark smc_pnet_policy as const (jsc#SLE-13763).
- net/smc: remove set but not used variables 'del_llc,
  del_llc_resp' (jsc#SLE-13763).
- net/smc: remove unused inline function smc_curs_read
  (jsc#SLE-13763).
- net/smc: log important pnetid and state change events
  (jsc#SLE-13763).
- Refresh
  patches.suse/RDMA-Allow-ib_client-s-to-fail-when-add-is-called.patch.
- commit 290cbef
- net/smc: save SMC-R peer link_uid (jsc#SLE-13763).
- net/smc: create improved SMC-R link_uid (jsc#SLE-13763).
- net/smc: improve termination processing (jsc#SLE-13763).
- net/smc: add termination reason and handle LLC protocol
  violation (jsc#SLE-13763).
- net/smc: asymmetric link tagging (jsc#SLE-13763).
- net/smc: assign link to a new connection (jsc#SLE-13763).
- net/smc: send DELETE_LINK, ALL message and wait for send to
  complete (jsc#SLE-13763).
- commit 7b84fa6
- net/smc: wait for departure of an IB message (jsc#SLE-13763).
- net/smc: handle incoming CDC validation message (jsc#SLE-13763).
- net/smc: send failover validation message (jsc#SLE-13763).
- net/smc: switch connections to alternate link (jsc#SLE-13763).
- net/smc: save state of last sent CDC message (jsc#SLE-13763).
- net/smc: enqueue local LLC messages (jsc#SLE-13763).
- net/smc: delete link processing as SMC server (jsc#SLE-13763).
- commit a6ff6ec
- net/smc: delete link processing as SMC client (jsc#SLE-13763).
- net/smc: llc_del_link_work and use the LLC flow for delete link
  (jsc#SLE-13763).
- net/smc: delete an asymmetric link as SMC server
  (jsc#SLE-13763).
- net/smc: final part of add link processing as SMC server
  (jsc#SLE-13763).
- net/smc: rkey processing for a new link as SMC server
  (jsc#SLE-13763).
- net/smc: first part of add link processing as SMC server
  (jsc#SLE-13763).
- net/smc: final part of add link processing as SMC client
  (jsc#SLE-13763).
- commit 62a06e5
- net/smc: rkey processing for a new link as SMC client
  (jsc#SLE-13763).
- net/smc: first part of add link processing as SMC client
  (jsc#SLE-13763).
- smc: Remove unused function (jsc#SLE-13763).
- net/smc: llc_add_link_work to handle ADD_LINK LLC requests
  (jsc#SLE-13763).
- net/smc: allocate index for a new link (jsc#SLE-13763).
- net/smc: introduce smc_pnet_find_alt_roce() (jsc#SLE-13763).
- net/smc: remove DELETE LINK processing from smc_core.c
  (jsc#SLE-13763).
- net/smc: take link down instead of terminating the link group
  (jsc#SLE-13763).
- commit 32caa81
- net/smc: add smcr_port_err() and smcr_link_down() processing
  (jsc#SLE-13763).
- net/smc: add smcr_port_add() and smcr_link_up() processing
  (jsc#SLE-13763).
- net/smc: remember PNETID of IB device for later device matching
  (jsc#SLE-13763).
- net/smc: mutex to protect the lgr against parallel
  reconfigurations (jsc#SLE-13763).
- net/smc: extend smc_llc_send_add_link() and
  smc_llc_send_delete_link() (jsc#SLE-13763).
- net/smc: map and register buffers for a new link
  (jsc#SLE-13763).
- net/smc: unmapping of buffers to support multiple links
  (jsc#SLE-13763).
- commit ec6693c
- net/smc: multiple link support for rmb buffer registration
  (jsc#SLE-13763).
- net/smc: remove obsolete link state DELETING (jsc#SLE-13763).
- net/smc: remove handling of CONFIRM_RKEY_CONTINUE
  (jsc#SLE-13763).
- net/smc: adapt SMC remote DELETE_RKEY processing to use the
  LLC flow (jsc#SLE-13763).
- net/smc: adapt SMC remote CONFIRM_RKEY processing to use the
  LLC flow (jsc#SLE-13763).
- net/smc: new smc_rtoken_set functions for multiple link support
  (jsc#SLE-13763).
- net/smc: move the TEST_LINK response processing into event
  handler (jsc#SLE-13763).
- commit 3d116ae
- net/smc: multiple link support and LLC flow for
  smc_llc_do_delete_rkey (jsc#SLE-13763).
- net/smc: multiple link support and LLC flow for
  smc_llc_do_confirm_rkey (jsc#SLE-13763).
- net/smc: adapt SMC client code to use the LLC flow
  (jsc#SLE-13763).
- Refresh patches.suse/net-smc-tolerate-future-smcd-versions.
- net/smc: adapt SMC server code to use the LLC flow
  (jsc#SLE-13763).
- net/smc: add logic to evaluate CONFIRM_LINK messages to LLC
  layer (jsc#SLE-13763).
- net/smc: introduce link group type (jsc#SLE-13763).
- net/smc: enqueue all received LLC messages (jsc#SLE-13763).
- commit f1b36b4
- net/smc: add event-based llc_flow framework (jsc#SLE-13763).
- net/smc: move llc layer related init and clear into smc_llc.c
  (jsc#SLE-13763).
- net/smc: use mutex instead of rwlock_t to protect buffers
  (jsc#SLE-13763).
- net/smc: process llc responses in tasklet context
  (jsc#SLE-13763).
- net/smc: use worker to process incoming llc messages
  (jsc#SLE-13763).
- net/smc: simplify link deactivation (jsc#SLE-13763).
- net/smc: move testlink work to system work queue
  (jsc#SLE-13763).
- commit 9e3ac5a
- net/smc: add new link state and related helpers (jsc#SLE-13763).
- net/smc: multi-link support for smc_rmb_rtoken_handling()
  (jsc#SLE-13763).
- net/smc: convert static link ID instances to support multiple
  links (jsc#SLE-13763).
- Refresh patches.suse/net-smc-tolerate-future-smcd-versions.
- net/smc: convert static link ID to dynamic references
  (jsc#SLE-13763).
- net/smc: introduce link_idx for link group array
  (jsc#SLE-13763).
- net/smc: separate function for link initialization
  (jsc#SLE-13763).
- net/smc: rework pnet table to support SMC-R failover
  (jsc#SLE-13763).
- Refresh
  patches.suse/RDMA-Allow-ib_client-s-to-fail-when-add-is-called.patch.
- commit c9fb3e8
- net/smc: improve peer ID in CLC decline for SMC-R
  (jsc#SLE-13763).
- net/smc: rework peer ID handling (jsc#SLE-13763).
- net/smc: reduce port_event scheduling (jsc#SLE-13763).
- net/smc: simplify normal link termination (jsc#SLE-13763).
- net/smc: remove unused parameter of smc_lgr_terminate()
  (jsc#SLE-13763).
- net/smc: do not delete lgr from list twice (jsc#SLE-13763).
- net/smc: use termination worker under send_lock (jsc#SLE-13763).
- commit ff91c5c
- net/smc: improve smc_lgr_cleanup() (jsc#SLE-13763).
- net/smc: cancel event worker during device removal
  (jsc#SLE-13763).
- net/smc: fix cleanup for linkgroup setup failures
  (jsc#SLE-13763).
- net/smc: no peer ID in CLC decline for SMCD (jsc#SLE-13763).
- net/smc: transfer fasync_list in case of fallback
  (jsc#SLE-13763).
- net/smc: allow unprivileged users to read pnet table
  (jsc#SLE-13763).
- net/smc: shorten lgr_cnt initialization (jsc#SLE-13763).
- commit 7b16f62
- arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work (jsc#SLE-16610).
- arm64: acpi: Make apei_claim_sea() synchronise with APEI's
  irq work (jsc#SLE-16610).
- commit 5f689d9
- ACPI: APEI: Kick the memory_failure() queue for synchronous errors (jsc#SLE-16610).
- ACPI: APEI: Kick the memory_failure() queue for synchronous
  errors (jsc#SLE-16610).
- commit 36dbacd
- mm/memory-failure: Add memory_failure_queue_kick()
  (jsc#SLE-16610).
- Refresh patches.suse/mm-hwpoison-kill-put_hwpoison_page.patch.
- Refresh
  patches.suse/mm-hwpoison-unexport-get_hwpoison_page-and-make-it-s.patch.
- commit 7b68336
- firmware: arm_sdei: Document the motivation behind these set_fs() calls (jsc#SLE-16610).
- firmware: arm_sdei: Document the motivation behind these
  set_fs() calls (jsc#SLE-16610).
- commit 7d33342
- ALSA: make snd_kcontrol_new name a normal string (git-fixes).
- commit e08e803
- xfs: fix scrub flagging rtinherit even if there is no rt device
  (git-fixes).
- commit abfd9e4
- xfs: flush new eof page on truncate to avoid post-eof corruption
  (git-fixes).
- commit 8dd6e4b
- xfs: set xefi_discard when creating a deferred agfl free log
  intent item (git-fixes).
- commit 9130952
- Refresh
  patches.suse/RDMA-umem-Add-a-schedule-point-in-ib_umem_get.patch.
- Delete
  patches.suse/IB-umem-use-get_user_pages_fast-to-pin-DMA-pages.patch.
  get_user_pages_fast() in SP3 doesn't support requested features so we
  drop this patch.
- commit 24e600c
- serial: txx9: add missing platform_driver_unregister() on
  error in serial_txx9_init (git-fixes).
- serial: 8250_mtk: Fix uart_get_baud_rate warning (git-fixes).
- USB: serial: cyberjack: fix write-URB completion race
  (git-fixes).
- usb: mtu3: fix panic in mtu3_gadget_stop() (git-fixes).
- can: flexcan: flexcan_remove(): disable wakeup completely
  (git-fixes).
- can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for
  LS1021A (git-fixes).
- can: peak_canfd: pucan_handle_can_rx(): fix echo management
  when loopback is on (git-fixes).
- can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
  (git-fixes).
- can: peak_usb: add range checking in decode operations
  (git-fixes).
- can: can_create_echo_skb(): fix echo skb generation: always
  use skb_clone() (git-fixes).
- can: dev: __can_get_echo_skb(): fix real payload length return
  value for RTR frames (git-fixes).
- can: dev: can_get_echo_skb(): prevent call to kfree_skb()
  in hard IRQ context (git-fixes).
- can: rx-offload: don't call kfree_skb() from IRQ context
  (git-fixes).
- commit efd4e46
- spi: fsl-dspi: fix wrong pointer in suspend/resume
  (jsc#SLE-12251).
- commit 3118159
- intel_idle: Fix max_cstate for processor models without C-state
  tables (git-fixes).
- commit c5463fe
- Replace intel_idle fix with the upstream change (bsc#1177399)
- commit 54ee77b
- tty: serial: imx: enable earlycon by default if
  IMX_SERIAL_CONSOLE is enabled (git-fixes).
- r8169: work around short packet hw bug on RTL8125 (git-fixes).
- mac80211: don't require VHT elements for HE on 2.4 GHz
  (git-fixes).
- mac80211: fix regression where EAPOL frames were sent in
  plaintext (git-fixes).
- rtw88: pci: Power cycle device during shutdown (git-fixes).
- mt76: mt7622: fix fw hang on mt7622 (git-fixes).
- mt76: mt7915: do not do any work in napi poll after calling
  napi_complete_done() (git-fixes).
- mt76: mt7615: move drv_own/fw_own in mt7615_mcu_ops (git-fixes).
- mac80211: add missing queue/hash initialization to 802.3 xmit
  (git-fixes).
- brcmfmac: increase F2 watermark for BCM4329 (git-fixes).
- ath10k: fix retry packets update in station dump (git-fixes).
- ASoC: AMD: Clean kernel log from deferred probe error messages
  (git-fixes).
- commit 17b9091
- bpf: Plug hole in struct bpf_sk_lookup_kern (bsc#1177028).
- bpf: Prevent .BTF section elimination (bsc#1177028).
- bpf: Bpf_skc_to_* casting helpers require a NULL check on sk
  (bsc#1177028).
- bpf: Fix clobbering of r2 in bpf_gen_ld_abs (bsc#1177028).
- tools/bpf: build: Make sure resolve_btfids cleans up after
  itself (bsc#1177028).
- bpf: xdp: Fix XDP mode when no mode flags specified
  (bsc#1177028).
- tools/resolve_btfids: Fix sections with wrong alignment
  (bsc#1177028).
- bpf: sock_ops sk access may stomp registers when dst_reg =
  src_reg (bsc#1177028).
- bpf: sock_ops ctx access may stomp registers in corner case
  (bsc#1177028).
- bpf: Fix XDP FD-based attach/detach logic around
  XDP_FLAGS_UPDATE_IF_NOEXIST (bsc#1177028).
- bpf: Add missing return to resolve_btfids (bsc#1177028).
- bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCK
  (bsc#1177028).
- net: make sockptr_is_null strict aliasing safe (bsc#1177028).
- net: switch copy_bpf_fprog_from_user to sockptr_t (bsc#1177028).
- net: add a new sockptr_t type (bsc#1177028).
- net: simplify cBPF setsockopt compat handling (bsc#1177028).
- Refresh patches.suse/bpf-Introduce-SK_LOOKUP-program-type-with-a-dedicate.patch
- bpf: Fix net/core/filter build errors when INET is not enabled
  (bsc#1177028).
- bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt
  (bsc#1177028).
- tcp: Expose tcp_sock_set_keepidle_locked (bsc#1177028).
- sock: Move sock_valbool_flag to header (bsc#1177028).
- tcp: add tcp_sock_set_keepcnt (bsc#1177028).
- tcp: add tcp_sock_set_keepintvl (bsc#1177028).
- tcp: add tcp_sock_set_keepidle (bsc#1177028).
- tcp: add tcp_sock_set_user_timeout (bsc#1177028).
- tcp: add tcp_sock_set_syncnt (bsc#1177028).
- tcp: add tcp_sock_set_quickack (bsc#1177028).
- tcp: add tcp_sock_set_nodelay (bsc#1177028).
- tcp: add tcp_sock_set_cork (bsc#1177028).
- net: add sock_set_keepalive (bsc#1177028).
  Refresh patches.suse/net-Make-locking-in-sock_bindtoindex-optional.patch
- net: add sock_set_priority (bsc#1177028).
- Restore patches.suse/net-add-sock_bindtoindex.patch to upstream commit
- Refresh patches.suse/net-Make-locking-in-sock_bindtoindex-optional.patch
- net: add sock_no_linger (bsc#1177028).
  Refresh patches.suse/net-add-sock_bindtoindex.patch and
  patches.suse/net-Make-locking-in-sock_bindtoindex-optional.patch
- net: add sock_set_reuseaddr (bsc#1177028).
  Refresh patches.suse/net-add-sock_bindtoindex.patch and
  patches.suse/net-Make-locking-in-sock_bindtoindex-optional.patch
- commit 407d988
- gpu/drm: Ingenic: Fix opaque pointer casted to wrong type
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- blacklist.conf: unblacklist patches included in drm v5.7 backport
- gpu/drm: ingenic: Fix bogus crtc_atomic_check callback
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix potential integer wraparound resulting
  in a hang (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: drop cursor position check in atomic test
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- device_cgroup: Cleanup cgroup eBPF device filter code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Defer cursor lock until after VUPDATE
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove dml_common_def file (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: DP training to set properly SCRAMBLING_DISABLE
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: Fix a leak in submit_pin_objects() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/etnaviv: fix perfmon domain interation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/edid: Add Oculus Rift S to non-desktop list (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Return true in function vmw_fence_obj_signaled()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: remove redundant assignment to variable ret
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Fix parameter name in vmw_bo_init (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/meson: pm resume add return errno branch (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Handle idling during i915_gem_evict_something
  busy loops (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Fix kernel oops for 3-level ppgtt guest
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Init DPLL/DDI vreg for virtual display instead of
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Mark concurrent submissions with a weak-dependency
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Propagate error from completed fences (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: Update update_config() logic (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: add raven1 part to the gfxoff quirk list
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add basic atomic check for cursor plane
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix vblank and pageflip event handling
  for FreeSync (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: implement soft_recovery for gfx10 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable hibernate support on Navi1X (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Use GEM obj reference for KFD BOs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: force fbdev into vram (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: perform PG ungate prior to CG ungate
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: drop unnecessary cancel_delayed_work_sync on
  PG ungate (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disable MGCG/MGLS also on gfx CG ungate
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu: host1x: Use SMMU on Tegra124 and Tegra210 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: Fix SMMU support on Tegra124 and Tegra210
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Track inflight CCID (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/execlists: Avoid reusing the same logical CCID
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Remove object_is_locked assertion from
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Yield the timeslice if caught waiting on a user
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Check current i915_vma.pin_count status first
  on unbind (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl+: Fix interrupt handling for DP AUX transactions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Make the "/Reducing compressed framebufer size"/ message be
  DRM_INFO_ONCE() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC
  is disabled (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Make timeslicing an explicit engine property
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Avoid dereferencing a dead context (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: fix trivial field description cut-and-paste error
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Fix HDCP failures when SRM fw is missing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- sun6i: dsi: fix gcc-4.8 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: ingenic-drm: add MODULE_DEVICE_TABLE (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: create context before RESOURCE_CREATE_2D in 3D mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Prevent dpcd reads with passive dongles
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix counter in wait_for_no_pipes_pending
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update DCN2.1 DV Code Revision (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: work around fp code being emitted outside of
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/dc: Use WARN_ON_ONCE for ASSERT (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: drop redundant cg/pg ungate on runpm enter
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: move kfd suspend after ip_suspend_phase1
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use cursor locking to prevent flip delays
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update downspread percent to match spreadsheet
  for (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Defer cursor update around VUPDATE for all ASIC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix rn soc bb update (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: check if REFCLK_CNTL register is present
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: bump version for invalidate L2 before SDMA IBs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: invalidate L2 before SDMA IBs (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add tiling flags from Mesa (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: avoid using pm_en before it is initialized
  revised (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amd/powerplay: avoid using pm_en before it is
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix green screen issue after suspend
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: blank dp stream before re-train the link
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: DispalyPort: Write OUI only if panel supports
  it (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use proper fault mask in interrupt postinstall too
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Check cacheline is valid before acquiring
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Fix i915_address_space refcnt leak
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: fix documentation build warnings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/qxl: qxl_release use after free (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/qxl: lost qxl_bo_kunmap_atomic_page in
  qxl_image_init_helper() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/qxl: qxl_release leak in qxl_hw_surface_alloc()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/qxl: qxl_release leak in qxl_draw_dirty_fb() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: only destroy created contexts (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Fix drm_dp_send_dpcd_write() return code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: Fix SET_NAME ioctl uapi (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Fix off-by-one in DispID DTD pixel clock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tidss: fix crash related to accessing freed memory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Zero assigned PBN when releasing VCPI slots
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/scheduler: fix drm_sched_get_cleanup_job (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/meson: Delete an error message in meson_dw_hdmi_bind()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: anx6345: set correct BPC for display_info of
  connector (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dpcd_bl: Unbreak enable_dpcd_backlight modparam
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: fix Sphinx build duplicate label warning
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Load DP_TP_CTL/STATUS offset before use it
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: TBT AUX should use TC power well ops
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: HDCP: fix Ri prime check done during link check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Update PMINTRMSK holding fw (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Add Wa_14010477008:tgl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/display: give aux i2c buses more meaningful names
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: fix aux registration (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Correctly initialize thermal controller for
  GPUs with (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: fix resume failed as smu table initialize
  early (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: fix up for include file changes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- virtgpu: pull in uaccess.h (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/sec2/gv100-: add missing MODULE_FIRMWARE()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx9: add gfxoff quirk (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix the hw hang during perform system reboot
  and reset (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix wrong vram lost counter increment V2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: unload mp1 for Arcturus RAS baco reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: force the trim of the mclk dpm_levels if OD
  is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amdgpu: change SH MEM alignment mode for gfx10"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: Do not clear pollin for small user read buffers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: remove always-defined CONFIG_AS_MOVNTDQA
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: fix warning when compiling without debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: unify fw_write_wait for new gfx9 asics
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: error out on forcing clock setting not
  supported (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix gfx hang during suspend with video playback (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Check for null fclk voltage when parsing
  clock table (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Acknowledge wm_optimized_required
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Make cursor source translation adjustment
  optional (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Calculate scaling ratios on every medium/full
  update (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Program viewport when source pos changes
  for DCN20 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix incorrect cursor pos on scaled
  primary plane (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: change default pipe_split policy for DCN1
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Translate cursor position by source rect
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update stream adjust in
  dc_stream_adjust_vmin_vmax (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Avoid create MST prop after registration
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/psp: dont warn on missing optional TA's
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update RAS related dmesg print (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: resolve mGPU RAS query instability (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: Correct gfx10's CG sequence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Fix oops when pp_funcs is unset in ACPI event
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: change SH MEM alignment mode for gfx10
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: avoid using pm_en before it is initialized
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: implement the is_dpm_running()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: re-order asic declarations (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Flush all the reloc_gpu batch (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Ignore readonly failures when updating relocs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Fill all the unused space in the GGTT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Return the right vswing tables (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/icl+: Don't enable DDI IO power on a TypeC port
  in TBT mode (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: Temporarily disable the huge_fault() callback
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: analogix_dp: Split bind() into probe() and
  real bind() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/legacy: Fix type for drm_local_map.offset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: fix OOB in virtio_gpu_object_create (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/prime: fix extracting of the DMA addresses from a
  scatterlist (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: kfree the wrong pointer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: increase HDCP authentication delay
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Correctly cancel future watchdog and
  callback events (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't try hdcp1.4 when content_type is
  set to type1 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: move the ASIC specific nbio operation out of
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop redundant BIF doorbell interrupt
  operations (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix dcn21 num_states (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Enable BT2020 in COLOR_ENCODING property
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: LFC not working on 2.0x range monitors (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Support plane level CTM (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Revert change to HDCP display states
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Not doing optimize bandwidth if flip pending
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use double buffered DRR timing update
  by default (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Support P010 pixel format (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Update function to get optimal number of taps
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix hpd bo size calculation error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/kms/nv50-: wait for FIFO space on PIO channels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: protect waits against GPU falling off the bus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvif: access PTIMER through usermode class,
  if available (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: workaround runpm fail by disabling PCI power
  management (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/svm: remove useless SVM range check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/svm: check for SVM initialized before migrating
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/svm: fix vma range check for migration
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: remove checks for return value of debugfs functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/ttm: evict other IO mappings when running
  out of BAR1 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mm: revert "/Break long searches in fragmented address
  spaces"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/xen: fix passing zero to 'PTR_ERR' warning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbcon: fix null-ptr-deref in fbcon_switch (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: Fix HDMI mode validation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers
  call, (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel-simple: drop use of data-mapping property
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: Improve CONFIG_DMABUF_MOVE_NOTIFY help text
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Fix klocwork issues about data size
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: do not check len & max_len for lri (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: add support to command SWTESS_BASE_ADDRESS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Fix display port type issue (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: Add some regs to force-to-nonpriv whitelist
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: corgi: Convert to use GPIO descriptors
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: pwm_bl: Switch to full GPIO descriptor
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu/trace: add a gpu total memory usage tracepoint
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Hook up the helpers to align buffer objects
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Introduce a huge page aligning TTM range manager
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Add a drm_get_unmapped_area() helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Support huge page faults (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm, drm/vmwgfx: Support huge TTM pagefaults (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- mm: Split huge pages on write-notify or COW (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- mm: Introduce vma_is_special_huge (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- fs: Constify vma argument to vma_is_dax (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
  Refresh
  patches.suse/fs-Remove-unneeded-IS_DAX-check-in-io_is_direct.patch.
- drm/omap: Prepare DSS for probing without legacy platform data
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- PCI: Use ioremap(), not phys_to_virt() for platform ROM
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- misc: cleanup minor number definitions in c file into
  miscdevice.h (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- .gitignore: add SPDX License Identifier (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- .gitignore: remove too obvious comments (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: fix race condition for HDMI jack status reporting
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: support HDMI jack status reporting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: exit earlier if failed to register audio driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- memremap: add an owner field to struct dev_pagemap
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: Use the DMA API for GMU memory objects
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: Fix CP_MEMPOOL state name (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: devcoredump should dump MSM_SUBMIT_BO_DUMP buffers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a5xx: Always set an OPP supported hardware value
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: fix comparing pointer to 0 in dpu_encoder.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: fix comparing pointer to 0 in dpu_vbif.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: fix comparing pointer to 0 in
  dpu_encoder_phys_vid.c (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: fix comparing pointer to 0 in
  dpu_encoder_phys_cmd.c (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: Remove some set but not used variables
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Use scnprintf() for avoiding potential buffer overflow
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/msm_gem.h: Replace zero-length array with flexible-array
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: fix leaks if initialization fails (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: avoid double-attaching hdmi/edp bridges (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: Track resources in global state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: Refactor resource manager (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: Refactor rm iterator (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: Remove unused function arguments (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Fix mode private_flags comparison at
  atomic_check (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Stage the transfer of the virtual breadcrumb
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Select the deepest available parking mode for rc6
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Avoid live-lock with i915_vma_parked() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Treat idling as a RPS downclock event
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Cancel a hung context if already closed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use explicit flag to mark unreachable intel_context
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: Invalidate OA TLB on when closing perf stream
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Check for a closed context when looking up
  an engine (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Restrict gen7 w/a batch to Haswell (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: don't try to reserve training bo for sriov (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu11: add support for SMU AC/DC interrupts
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/swSMU: handle manual AC/DC notifications
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/swSMU: handle DC controlled by GPIO for navi1x
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/swSMU: set AC/DC mode based on the current
  system state (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/swSMU: correct the bootup power source for
  Navi1X (v2) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/swSMU: use the smu11 power source helper for navi1x
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu11: add a helper to set the power source
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/swSMU: add callback to set AC/DC power source (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix the coverage issue to clear ArcVPGRs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix pageflip event race condition for DCN
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/[radeon|amdgpu]: Remove HAINAN board from max_sclk
  override check (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amdgpu: add CAP fw loading"/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/sriov : Don't resume RLCG for SRIOV guest
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: protect RAS sysfs during GPU reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Use vmwgfx version 2.18 to signal SM5 compatibility
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Add SM5 param for userspace (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Add surface define v4 command (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Refactor surface_define to use vmw_surface_metadata
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Split surface metadata from struct vmw_surface
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Add support for streamoutput with mob commands
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Rename stream output target binding tracker struct
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Add support for indirect and dispatch commands
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Add support for UA view commands (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Support SM5 shader type in command buffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Read new register for GB memory when available
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Add a new enum for SM5 graphics context capability
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Sync virtual device headers for new feature
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Use enum to represent graphics context capabilities
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Deprecate logic ops commands (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Sync legacy multisampling device capability
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Also check for SVGA_CAP_DX before reading DX
  context support (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: fix TS cache flushing on GPUs with BLT engine
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: request pages from DMA32 zone when needed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: Replace zero-length array with flexible-array
  member (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: Warn when GPU doesn't idle fast enough
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: Ignore MC when checking runtime suspend idleness
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: Consider all kwnown idle bits in debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: Update idle bits (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: Fix typo in comment (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: rework perfmon query infrastructure (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/etnaviv: add hwdb entry for gc400 found in STM32
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: update hwdb selection logic (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/etnaviv: update gc7000 chip identity entry (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/etnaviv: show identity information in debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: determine product, customer and eco id
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: update hardware headers from rnndb (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: add mt8183 dpi clock factor (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: amd: fix spelling mistake "/shoudn't"/ -> "/shouldn't"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Remove unnecessary variable shadow in
  gfx_v9_0_rlcg_wreg (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add CAP fw loading (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- amd/powerplay: arcturus baco reset disable all features
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: miss PRT case when bo update (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: add on demand pipe merge logic for dcn2+
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Allocate scratch space for DMUB CW7
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: DPP DTO isn't update properly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Remove connect DIG FE to its BE during timing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: combine watermark change and clock change
  for update (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: guard DPPHY_Internal_ctrl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: differentiate vsc sdp colorimetry use criteria
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Program self refresh control register on boot
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove magic numbers in hdcp_ddc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fallback to dmcub for psr when dmcu is disabled
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Set disable_dmcu flag properly per asic
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove PSR dependency on swizzle mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Explicitly disable triplebuffer flips
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Pass triplebuffer surface flip flags down
  to plane (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix split threshold w/a to work with mpo
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: workaround for HDMI hotplug in DPMSOFF state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove redundant hdcp display state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix test pattern color space inconsistency
  for Linux (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: update connector->display_info after read edid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disable gpu_sched load balancer for vcn jobs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sched: implement and export drm_sched_pick_best
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/scheduler: improve job distribution with multiple
  queues"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Move EEPROM I2C adapter to amdgpu_device
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm_amdgpu: Add job fence to resv conditionally (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix switch-case indentation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: revise RLCG access path (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/scheduler: fix inconsistent locking of job_list_lock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sched: add run job trace (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/swsmu: clean up unused header in swsmu
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add codes to clear AccVGPR for arcturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Stop using the DRIVER debugging flag for vblank
  debugging (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Possible divide by zero in set_speed()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: clean up some indenting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: clean up a condition in
  dmub_psr_copy_settings() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: amd/acp: fix broken menu structure (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- AMD KFD: Use fallthrough; (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: Move fallthrough; into containing
  [#]ifdef/#endif (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- AMD POWERPLAY: Use fallthrough; (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- AMD DISPLAY CORE: Use fallthrough; (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix warning in ras_debugfs_create_all()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update ras capability's query based on mem ecc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use amdgpu_ras.h in amdgpu_debugfs.c (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: check GFX RAS capability before reset counters
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: resolve failed error inject msg (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/sriov refine vcn_v2_5_early_init func (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/exynos: Use mode->clock instead of reverse calculating it
  from the vrefresh (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: Use drm_encoder_mask() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Mark up racy check of drm_gem_object.handle_count
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mm: Allow drm_mm_initialized() to be used outside of
  the locks (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Distribute switch variables for initialization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: lock: Clean up documentation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: bufs: Clean up documentation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: vm: Clean up documentation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: context: Clean up documentation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tiny: fix sparse warning: incorrect type in assignment
  (different (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Convert
  drm_dp_mst_topology_mgr.is_waiting_for_dwn_reply (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Remove drm dp mst destroy_connector callbacks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Add drm_dp_destroy_connector helper and use it
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Remove register_connector callback (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Remove dp mst register connector callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Register connector instead of calling register_connector
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Add function to parse EDID descriptors for
  monitor range (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Name the detailed monitor range flags (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel-simple: Fix dotclock for Logic PD Type 28
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel-sony-acx424akp: Fix dotclocks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel-lg-lg4573: Fix dotclock (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel-ilitek-ili9322: Fix dotclocks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel-novatek-nt35510: Fix dotclock (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: sysfs: Use scnprintf() for avoiding potential buffer
  overflow (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: Use scnprintf() for avoiding potential buffer overflow
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: fix false positive assert (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rockchip: rgb: don't count non-existent devices when
  determining (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Fix drm_dp_check_mstb_guid() return code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Make drm_dp_mst_dpcd_write() consistent with
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel-simple: Fix dotclock for Ortustech COM37H3M
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: panel: Set connector type for OrtusTech COM43H4M85ULC panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mm: Remove redundant assignment in drm_mm_reserve_node
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: Add YUV420 output support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/meson: vclk: add support for YUV420 setup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/meson: venc: add support for YUV420 setup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/meson: dw-hdmi: stop enforcing input_bus_format
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: meson_dw_hdmi: add bridge and switch to
  drm_bridge_funcs (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: venc: make drm_display_mode const (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: synopsys: dw-hdmi: allow ycbcr420 modes for
  >= 0x200a (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: synopsys: dw-hdmi: add bus format negociation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: dw-hdmi: Plug atomic state hooks to the default
  implementation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: dw-hdmi: add max bpc connector property
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: dw-hdmi: set mtmdsclock for deep color
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Replace zero-length array with flexible-array member
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Remove a few unused functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Drop preempt_disable() in vmw_fifo_ping_host()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Refuse DMA operation when SEV encryption is active
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Fix the refuse_dma mode when using guest-backed
  objects (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update DRIVER_DATE to 20200313 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Remove require_force_probe protection
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add Wa_1605460711 / Wa_1408767742 to ICL and EHL
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Apply Wa_1406680159:icl,ehl as an engine workaround
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add Wa_1406306137:icl,ehl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add Wa_1604278689:icl,ehl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add Wa_1209644611:icl,ehl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftest: Add more poison patterns (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Wait for RCUs frees before asserting idle on unload
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Use igt_random_offset() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Drop relocation slowpath (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gen12: Disable preemption timeout (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Take a copy of the engines for
  context_barrier_task (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Mark up sw-fence notify function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add missing HDMI audio pixel clocks for gen12
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Mark up the racy read of the mmap_singleton
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Pull checking rps->pm_events under the irq_lock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Extend i915_request_await_active to use all timelines
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Use scnprintf() for avoiding potential buffer
  overflow (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/overlay: convert to drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/lvds: convert to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/lpe_audio: convert to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hotplug: convert to drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gmbus: convert to drm_device based logging,
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fifo_underrun: convert to drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsb: convert to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Remove debugfs i915_drpc_info and
  i915_forcewake_domains (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Mark up data-races in virtual engines
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Mark up racy read of active rq->engine (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Mark up racy reads for intel_context.inflight
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Tweak scheduler's kick_submission() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: Wean gvt off using dev_priv (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: Wean gvt off dev_priv->engine (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: cleanup debugfs scan_nonprivbb (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Do not write in removed FBC fence registers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Deactive FBC in fastsets when disabled
  by parameter (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/mst: Hookup DRM DP MST late_register/early_unregister
  callbacks (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Improve the start alignment of bonded pairs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Defend against concurrent updates to
  execlists->active (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Lock gmbus/aux mutexes while changing cdclk
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pass the crtc to the low level read_lut() funcs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix readout of PIPEGCMAX (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Refactor LUT read functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Clean up integer types in color code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: s/chv_read_cgm_lut/chv_read_cgm_gamma/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: s/blob_data/lut/ (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Split i9xx_read_lut_8() to gmch vs. ilk variants
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Clean up i9xx_load_luts_internal() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Polish CHV CGM CSC loading (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Mark up intel_rps.active for racy reads
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlsts: Mark up racy inspection of current
  i915_request (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Mark up read of i915_request.fence.flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Mark up racy check of last list element
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Mark up unlocked update of i915_request.hwsp_seqno
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Mark up the racy access to
  switch_priority_hint (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Mark racy read of intel_engine_cs.saturated
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Mark up intel_rps.active for racy reads
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Don't treat unslice registers as masked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix documentation for intel_dpll_get_freq()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Wait for the wa batch to be pinned (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Apply a heavy handed flush to i915_active
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Do not poison i915_request.link on removal
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Make Wa_1606700617 permanent (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/hotplug: Use phy to get the hpd_pin instead of
  the port (v5) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: try to rein in alloc_smoke (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/buddy: avoid double list_add (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: properly sanity check batch_start_offset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Limit struct_mutex to eb_reserve (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Always propagate the invocation to i915_schedule
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Assert requests within a context are submitted
  in order (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/phys: unconditionally call release_memory_region
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gen7: Clear all EU/L3 residual contexts (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add mechanism to submit a context WA on ring
  submission (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Show the "/switch priority hint"/ in dumps
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Decrease log level (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Implement display w/a 1140 for glk/cnl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Enable transition watermarks for glk (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Don't check for wm changes until we've compute
  the wms fully (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Don't check uv_wm in skl_plane_wm_equals()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: WaDisableGPGPUMidThreadPreemption (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Cancel banned contexts after GT reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add invert-brightness quirk for Thundersoft
  TST178 tablet (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: panel: Use intel_panel_compute_brightness() from
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Propagate change in error status to children
  on unhold (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Apply i915_request_skip() on submission
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/ehl: Check PHY type before reading DPLL frequency
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Inlcude intel_gvt.h where needed (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Force DPCD backlight mode for some Dell CML
  2020 panels (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen
  4K AMOLED (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/dp: Introduce EDID-based quirks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/hdcp: Fix config_stream_type() ret value
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hdcp: Mandate (seq_num_V==0) at first RecvId msg
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Only call eb_lookup_vma once during execbuf ioctl
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Extract transient execbuf flags from i915_vma
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Drop inspection of execbuf flags during evict
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Move and restrict Wa_1408615072 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gen11: Moving WAs to rcs_engine_wa_init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Fix uninitialized variable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Drop vma is-closed assertion on insert (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Check that the context wasn't closed during setup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Prevent allocation on a banned context
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Consolidate ctx->engines release (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Polish CHV .load_luts() a bit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: only include intel_gvt.h where needed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: make intel_gvt_active internal to intel_gvt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vgpu: improve vgpu abstractions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix kbuild test robot build error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/hdcp: conversion to struct drm_device based
  logging macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: move watermark structs more towards usage
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix doclinks (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dmc: Use firmware v2.06 for TGL (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/huc: update TGL HuC to v7.0.12 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/execlists: Check the sentinel is alone in the ELSP
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Add Wa number to
  WaAllowPMDepthAndInvocationCountAccessFromUMD (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Add note about Wa_1409142259 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Fix the Wa number of a fix (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Add note about Wa_1607063988 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Add note to Wa_1607297627 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Extend Wa_1606931601 for all steppings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Add Wa_1409085225, Wa_14010229206 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Implement Wa_1806527549 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Implement Wa_1409804808 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Unify the DPLL ref clock frequency tracking
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hsw: Use the read-out WRPLL/SPLL state instead of
  reading out again (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/skl, cnl: Split out the WRPLL/LCPLL frequency
  calculation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hsw: Split out the WRPLL, LCPLL, SPLL frequency
  calculation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hsw: Split out the SPLL parameter calculation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hsw: Rename the get HDMI/DP DPLL funcs to get
  WRPLL/LCPLL (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/skl: Parametrize the DPLL ref clock instead of
  open-coding it (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move DPLL frequency calculation to intel_dpll_mgr.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hsw: Use the DPLL ID when calculating DPLL clock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move the DPLL vfunc inits after the func defines
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Keep the global DPLL state in a DPLL specific struct
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move DPLL HW readout/sanitize fns to intel_dpll_mgr.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix bounds check in intel_get_shared_dpll_id()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use intel_plane_data_rate for min_cdclk calculation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use a sentinel to terminate the dbuf slice arrays
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add missing commas to dbuf tables (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove garbage WARNs (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Handle some leftover s/intel_crtc/crtc/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix 90/270 degree rotated RGB565 src coord checks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Use BDB_GENERAL_FEATURES VBT block info for builtin
  panel-orientation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Remove readback of panel orientation on BYT / CHT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: remove unused orig_clock i915 member (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: add i915_ioc32.h for compat (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dram: hide the dram structs better (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/crc: move pipe_crc from drm_i915_private to intel_crtc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Expose heartbeat interval via sysfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Expose preempt reset timeout via sysfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Expose reset stop timeout via sysfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Expose busywait duration to sysfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Expose timeslice duration to sysfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Expose engine->mmio_base via sysfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Expose engine properties via sysfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Drop WaDDIIOTimeout:glk (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Limit display Wa_1405510057 to gen11 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Nuke pre-production GLK HDMI w/a 1139 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Reset queue_priority_hint after wedging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Be a little more lenient for reset workers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add glk to intel_detect_preproduction_hw()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Wait for the context switch (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/perf: Manually acquire engine-wakeref around use of
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: Mark up the racy use of perf->exclusive_stream
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix wrongly populated plane possible_crtcs bit mask
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Check recovery from corrupted LRC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Verify LRC isolation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Pull marking vm as closed underneath the vm->mutex
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Check engine-is-awake on reset later
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Disable heartbeat around manual pulse tests
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Skip barriers inside waits (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/ggtt: do not set bits 1-11 in gen12 ptes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Set up PIPE_MISC truncate bit on tgl+ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: remove ICP_PP_CONTROL (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/drv: use intel_uncore_write() for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dram: use intel_uncore_*() functions for register
  access (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: split out intel_dram. from i915_drv.c (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: significantly reduce the use of <drm/i915_drm.h>
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Add Wa_1606054188:tgl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Allow DC5/DC6 entry while PG2 is active
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Fix drm_WARN issue where vgpu ptr is unavailable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Make WARN* drm specific where vgpu ptr is
  available (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Make WARN* drm specific where drm_priv ptr
  is available (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: make gvt oblivious of kvmgt data structures
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: remove unused vblank_done completion
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Enable vfio edid for all GVT supported platform
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: remove unused type attributes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix broken num_entries in skl_ddb_allocation_overlaps
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add WARN_ON in intel_get_crtc_for_pipe()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Get first crtc instead of PIPE_A crtc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix broken transcoder err state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove (pipe == crtc->index) assumption
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Iterate over pipes and skip the disabled one
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: split intel_modeset_init() to pre/post irq install
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: stop assigning drm->dev_private pointer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Honour O_NONBLOCK before throttling execbuf
  submissions (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Allow userspace to specify ringsize on construction
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Flush idle barriers when waiting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: hdmi: Silence deferred-probe error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: dc: Silence RGB output deferred-probe error
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: dc: Release PM and RGB output when client's
  registration (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: dc: Use devm_platform_ioremap_resource
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/runpm: disable runpm on Vega10 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: call ras_debugfs_create_all in debugfs_init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add function to creat all ras debugfs node
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: fix the coverity warning about negative check
  for (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Correct the condition of warning while bo release
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Consolidate duplicated bo alloc flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Use pr_debug to print the message of reaching
  event limit (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: do not set nil entry in compute_prio_sched
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove unused functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: change hw sched list on ctx priority override
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/scheduler: implement a function to modify sched list
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: set compute queue priority at mqd_init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add smu if version for navi12 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/display: Fix Pollock Variant Detection
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: fix pci revision id fetching (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Enter low power state if CRTC active (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: dcn20: remove an unused function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.76 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: separate FEC capability from fec debug flag
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: writing stereo polarity register if swapped
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Stop if retimer is not available
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix a minor HDCP logging error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: determine rx id list bytes to read based
  on device (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Program DSC during timing programming
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Not check wm and clk change flag in optimized
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add registry for mem pwr control
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: determine is mst hdcp based on stream instead
  of (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add stay count and bstatus to HDCP log
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Signal eviction fence on process destruction (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disable clock/power gating for SRIOV (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: cleanup ring/ib test for SRIOV vcn2.0 (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: implement initialization part on VCN2.0 for SRIOV
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disable jpeg block for SRIOV (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: introduce mmsch v2.0 header (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Add more comments on GFX9 user CP queue MQD
  workaround (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Use better names to reflect it is CP MQD buffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Fix GPU reset error (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Update SPM_VMID with the job's vmid when application
  reserves the vmid (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update page retirement sequence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: toggle DF-Cstate when accessing UMC ras error
  related (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: increase atombios cmd timeout (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable PCS error report on arcturus (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable PCS error report on VG20 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add helper funcs to detect PCS error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add wafl2 ip headers (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add xgmi ip headers (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove pointless NULL checks in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Wrap clflush_cache_range with x86 ifdef
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add support for USBC PD FW download (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Add USBC PD FW load to PSP 11 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Add USBC PD FW load interface to PSP (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add reset_ras_error_count function for HDP
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add reset_ras_error_count function for GFX
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add reset_ras_error_count function for MMHUB
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add reset_ras_error_count function for SDMA
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sriov: Use VF-accessible register for gpu_clock_count
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sriov: skip programing some regs with new L1 policy
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: set lttpr mode before link settings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix default logger mask definition
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add ABM command structs to DMCUB
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.75 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add 'disable FEC for specific monitor'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Set clock optimization required after
  update clocks (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: change number of cursor policy for dml
  calculation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Disable freesync borderless on Renoir
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove DISPCLK Limit Floor for Certain
  SMU Versions (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Workaround to do HDCP authentication twice on
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix image corruption with ODM 2:1 DSC 2 slice
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: program DPG_OFFSET_SEGMENT for odm_pipe
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add vsc update support for test pattern request
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix typo "/to found"/ -> "/to find"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Make clock table struct more accessible
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add worst case dcc meta pitch to fake plane
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: only include FEC overhead if both asic
  and display (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add driver support for enabling PSR on DMCUB
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Move mod_hdcp_displays to mod_hdcp struct
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Link training TPS1 workaround add back in dpcd
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Rearm IRQ in Navi10 SR-IOV if IRQ lost
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: stop using sratch_reg in IB test (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix IB test MCBP bug (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add debugfs interface to set arbitrary sclk
  for navi14 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add lock option for smu_set_soft_freq_range()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: dc_link: code clean up on detect_dp function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: dc_link: code clean up on enable_link_dp
  function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix dmub_psr_destroy() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix indentation issue on a hunk of code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: fix indentation issue (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Write blocked CP registers using RLC on VF
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu: Add message sending lock (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/powerplay: Remove deprecated smc_read_arg
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/powerplay: Refactor SMU message handling for safety
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: release drm_device after amdgpu_driver_unload_kms
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: no need to clean debugfs at amdgpu (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Initialize SPM_VMID with 0xf (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/sriov: Use kiq to copy the gpu clock (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: change SDMA MQD memory type (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Make get_tile_config() generic (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Add num_banks and num_ranks to gfx config structure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: add case for shmem objects in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: factor out the sg_table from virtio_gpu_object
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Make drm_pci_agp_init legacy (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/panel: simple: Add support for Sharp LQ150X1LG11
  panels"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vboxvideo/vboxvideo.h: Replace zero-length array with
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/pci: Unexport drm_get_pci_dev (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/todo: Update drm_fb_helper tasks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/fb-helper: Remove drm_fb_helper add, add_all and remove
  connector (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Remove drm_fb_helper add, add all and remove connector
  calls (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Remove
  drm_fb_helper_{add,remove}_one_connector (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Remove drm_fb_helper_{add,remove}_one_connector
  calls (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove radeon_fb_{add,remove}_connector functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Remove unused arg from drm_fb_helper_init (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: unbreak the DRM menu, broken by DRM_EXPORT_FOR_TESTS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mm: Break long searches in fragmented address spaces
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge/mhl.h: Replace zero-length array with flexible-array
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4/vc4_drv.h: Replace zero-length array with flexible-array
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500/intel_bios.h: Replace zero-length array with
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vblank: Fix documentation of VBLANK timestamp helper
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/simple-kms: Fix documentation for drm_simple_encoder_init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: add panel driver for Elida KD35T133 panels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/v3d: Replace wait_for macros to remove use of msleep
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: Replace wait_for macros to remove use of msleep
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/hdcp: fix DRM_HDCP_2_KSV_COUNT_2_LSBITS (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/hdcp: optimizing the srm handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: Replace zero-length array with flexible-array member
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: radeon: Remove dead code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- matroxfb: add Matrox MGA-G200eW board support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: atyfb: remove set but not used variable
  'mach64RefFreq' (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: kyrofb: remove set but not used variable
  'ulScaleRight' (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: radeonfb: remove set but not used variable 'bytpp'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- =?UTF-8?q?video:=20fbdev:=20radeonfb:=20remove=20set=20but=20not?=
  =?UTF-8?q?=20used=20variable=20'=E2=80=98cSync=E2=80=99'?=
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: radeonfb: remove set but not used variable
  'vSyncPol' (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: radeonfb: remove set but not used variable
  'hSyncPol' (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: wm8505fb: add COMPILE_TEST support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: wm8505fb: fix sparse warnings about using
  incorrect (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: w100fb: add COMPILE_TEST support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: w100fb: fix sparse warnings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: arcfb: add COMPILE_TEST support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: sh_mobile_lcdcfb: add COMPILE_TEST support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: sh_mobile_lcdcfb: fix sparse warnings about using
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: pxa168fb: remove unnecessary platform_get_irq
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/qxl: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Use simple encoder (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/simple-kms: Add drm_simple_encoder_{init,create}()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: simple: add panel-dpi support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: Add driver for Novatek NT35510-based panels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: prevent a harmless integer overflow in
  drm_legacy_sg_alloc() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/client: Dual licence the file in GPL-2 and MIT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tidss: Drop pointless static qualifier in dispc_find_csc()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tidss: fix spelling mistakes "/bufer"/ and "/requsted"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tidss: Use drm_for_each_bridge_in_chain() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tidss: dispc: Fix broken plane positioning code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Check crc4 value while building sideband message
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Fix W=1 warnings (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: default_supplies can be static (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: make move_notify mandatory if importer_ops are provided
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: drop dynamic_mapping flag (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: implement amdgpu_gem_prime_move_notify v2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add amdgpu_dma_buf_pin/unpin v2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: use allowed_domains for exported DMA-bufs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: remove the backing store if no placement is given
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: add dynamic DMA-buf handling v15 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: simple: Add NewEast Optoelectronics CO., LTD
  WJFH116008A (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: anx6345: don't print error message if regulator is
  not (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: add virtio_gpu_is_shmem helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: make mmap callback consistent with callbacks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon: Fixed pcie resource conflict between drm
  and firmware (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon: Set preferred mode resolution and maximum
  resolution (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon: Add the mode_valid function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/hisilicon: fixed the wrong resolution configurations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon: Enable the shadowfb for hibmc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/hisilicon: Add new clock/resolution configurations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: dss: Remove unused omap_dss_device operations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: dss: Remove unused omapdss_of_find_connected_device()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: dss: Inline the omapdss_display_get() function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: Hardcode omap_connector type to DSI (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: sdi: Register a drm_bridge (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: sdi: Sort includes alphabetically (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: dpi: Register a drm_bridge (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: dpi: Simplify clock setting API (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: dpi: Reorder functions in sections (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: dpi: Sort includes alphabetically (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: hdmi5: Simplify EDID read (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: hdmi4: Simplify EDID read (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: venc: Remove omap_dss_device operations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: hdmi: Remove omap_dss_device operations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: Remove HPD, detect and EDID omapdss operations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: Switch the HDMI and VENC outputs to drm_bridge
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: Create connector for bridges (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: venc: Register a drm_bridge (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: hdmi5: Move mode set, enable and disable operations to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: hdmi4: Move mode set, enable and disable operations to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: hdmi5: Register a drm_bridge for EDID read
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: hdmi4: Register a drm_bridge for EDID read
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: hdmi5: Rework EDID read to isolate data read
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: hdmi4: Rework EDID read to isolate data read
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: hdmi: Allocate EDID in the .read_edid() operation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: dss: Make omap_dss_device_ops optional (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: Add infrastructure to support drm_bridge local to DSS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: dss: Fix output next device lookup in DT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: Use the drm_panel_bridge API (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: Factor out display type to connector type conversion
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: Simplify HDMI mode and infoframe configuration
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: dss: Cleanup DSS ports on initialisation failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Add helper to create a connector for a chain of bridges
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: tfp410: Allow operation without drm_connector
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: tfp410: Replace manual connector handling
  with bridge (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: panel: Implement bridge connector operations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add driver for the TI TPD12S015 HDMI level shifter
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add bridge driver for display connectors
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: simple-bridge: Add support for the TI OPA362
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: simple-bridge: Add support for enable GPIO
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: simple-bridge: Add support for non-VGA bridges
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: dumb-vga-dac: Rename driver to simple-bridge
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: dumb-vga-dac: Rename internal symbols to
  simple-bridge (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Extend bridge API to disable connector creation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add interlace_allowed flag to drm_bridge
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add connector-related bridge operations and data
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Improve overview documentation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: Fix atomic state ops documentation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: Document the drm_encoder.bridge_chain field
  as private (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Add flag to drm_display_info to identify HDMI sinks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/connector: Add helper to get a connector type name
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: hdmi: Change return type of hdmi_avi_infoframe_init()
  to void (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: Add support for multiple power domains
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: Add support for multiple regulators
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: Improve error reporting in panfrost_gpu_power_on
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: panel: Propagate bus format/flags (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: lvds-codec: Constify the drm_bridge_funcs structure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: lvds-codec: Add to_lvds_codec() function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: enqueue virtio_gpu_create_context after the first 3D
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: track whether or not a context has been initiated
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: factor out context create hypercall (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: use consistent names for drm_files (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: ld9040: add MODULE_DEVICE_TABLE with SPI IDs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: simple: fix osd070t1718_19ts sync drive edge
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: tcon: Support LVDS on the A33 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: analogix-anx78xx: Fix drm_dp_link helper removal
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: drop legacy drm load and unload callbacks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: don't call
  drm_dp_mst_connector_late_register (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/display: split dp connector registration (v4)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: add a late register connector callback
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: move dpcd debugfs members setup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/display: move debugfs init into core amdgpu
  debugfs (v2) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: don't call drm_connector_register for non-MST ports
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/ring: move debugfs init into core amdgpu debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/firmware: move debugfs init into core amdgpu debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/regs: move debugfs init into core amdgpu debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gem: move debugfs init into core amdgpu debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/fence: move debugfs init into core amdgpu debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sa: move debugfs init into core amdgpu debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/pm: move debugfs init into core amdgpu debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/ttm: move debugfs init into core amdgpu debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: rename amdgpu_debugfs_preempt_cleanup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Increase timout on emulator to tenfold instead
  of twice (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add DFCstate control pptable func for arct
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update arcturus ppsmc header to 54.15.0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Delete unnecessary unmap queue package submissions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Delete excessive printings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Fix a memory leak in queue creation error handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Count active CP queues directly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Avoid ambiguity by indicating it's cp queue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Rename queue_count to active_queue_count
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd: Extend ROCt to surface UUID for devices that have them
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Fix check for DPM when returning max clock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Don't write GCVM_L2_CNTL* regs on navi12 VF
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: Use bitwise instead of arithmetic operator
  for (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove set but not used variable
  'mc_vm_apt_default' (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: Add gfxoff debugfs entry (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: use amdgpu_ring_test_helper when possible
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add VM update fences back to the root PD v2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: cleanup amdgpu_ring_fini (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Add Arcturus D342 page retire support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: toggle DF-Cstate to protect DF reg access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: move get_xgmi_relative_phy_addr to amdgpu_xgmi.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add dpm helper function for DF Cstate control
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update psp firmwares loading sequence V2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Remove kfd eviction fence before release bo (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: limit display clock to 100MHz to avoid
  FIFO error (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Access patches from stream for ignore
  MSA monitor (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Temporarily disable stutter on MPO transition
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Make clock table struct more accessible
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: optimize prgoram wm and clks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: correct dml surface size assignment
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update TTU properly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix RV2 Variant Detection (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add driver support for enabling PSR on DMCUB
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.74 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove unused dml variable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: update dml input population function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add visual confirm support for FreeSync 2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Link training TPS1 workaround (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Monitor patch to delay setting ignore MSA bit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Workaround required for link training
  reliability (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Revert "/DCN2.x Do not program DPPCLK if
  same value"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DMUB firmware state debugfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: programming last delta in output transfer
  function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: make some rn_clk_mgr structs and funcs static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add function pointers for panel related
  hw functions (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix HDMI repeater authentication
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.73 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Only round InfoFrame refresh rates
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: System crashes when add_ptb_to_table()
  gets called (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: do not force UCLK DPM to stay at highest state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add dmcu f/w loading for NV12 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Don't ask PSP to load DMCUB for backdoor load
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Wait for DMCUB to finish loading before
  executing (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Disable PG on NV12 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: DMUB Firmware Load by PSP (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: dmub back door load (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Update TX masks correctly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: update scaling filters (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: dal_ddc_i2c_payloads_create can fail
  causing panic (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add aconnector condition check for dpcd read
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Improve Vega20 XGMI TLB flush workaround
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix psp ucode not loaded in bare-metal
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/discovery: make the discovery code less chatty
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix colliding of preemption (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: cleanup some incorrect reg access for SRIOV
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: drop the non-sense firmware version check on
  arcturus (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: record non-zero error counter info in NBIO before
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: log on non-zero error conter per IP before GPU reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't take the address of skip_scdc_overwrite
  in (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct the way for checking
  SMU_FEATURE_BACO_BIT (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: return -EFAULT if copy_to_user() fails
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display move get_num_odm_splits() into dc_resource.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: extend DCN guards (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/display: extend DCN guard in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/powerplay: Ratelimit PP_ASSERT warnings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix message for encryption (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: update HDCP DTM immediately after hardware
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: no hdcp retry if bksv or ksv list is revoked
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Handle revoked receivers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/runpm: enable runpm on baco capable VI+ asics
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: refactor runtime pm for baco (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: show warning when kfd is locked (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Fix missing error check in suspend (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Remove set but not unused variable
  'stream_status' (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/powerplay: fix baco check for vega20 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/smu: properly handle runpm/suspend/reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add flag for runtime suspend (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Do not move root PT bo to relocated list
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: suppress nonsupport profile mode overrun
  message (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: update smu11_driver_if_navi10.h
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use fb_base/fb_offset if available for
  translation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add psr get_state call (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: add monitor patch to disable SCDC read/write
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add odm split logic to scaling calculations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.72 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Drop unused field from dc_panel_patch
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update register defines (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Toggle VSR button cause system crash
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add backlight support via AUX (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add AUX backlight register (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Hookup psr set version call (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Pass override OUI in to dc_init_data
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove unused values from psr struct
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't treat missing command table as failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: always apply T7/T9 delay logic (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/sriov set driver_table address in VF (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: use amdgpu_device_vram_access in
  amdgpu_ttm_access_memory v2 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use amdgpu_device_vram_access in
  amdgpu_ttm_vram_read (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use the BAR if possible in amdgpu_device_vram_access
  v2 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: optimize amdgpu_device_vram_access a bit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: handle features disablement for baco reset in
  SMU (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sriov Don't send msg when smu suspend (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix wrongly passed static prefix
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Add queue information to sysfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: turn off the mst hub before we do detection
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix workaround for incorrect double buffer
  register (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: linux enable oled panel support dc part
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: external monitor abm enabled in modern standby
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DMUB tracebuffer debugfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: 3.2.71 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use uint64_t logger_mask instead of uint32_t
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add wm ranges to clk_mgr (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Check hyperV flag in DC (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix inputting clk lvl into dml for RN
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: decouple global lock out of pipe control lock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add stream_enc_inst for PSP HDCP inst use
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update hubbub description comment
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove early break in interdependent_lock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: dc_get_vmid_use_vector() crashes when
  get called (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.70 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove unused variable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix GSL acquire (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Added locking for atomic update stream
  and update (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Wait for clean shutdown in DMCUB reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add GPINT handler interface (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix various issues found by compiler warning as
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Indicate dsc updates explicitly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Split program front end part that occur
  outside lock (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove invalid dc_is_hw_initialized function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Move USB-C workaround to after parameter
  variables (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add set psr version message (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device
  call (v2) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: call psp set/get interfaces (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Load srm before enabling HDCP (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add sysfs interface for set/get srm
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: update psp interface header (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Pass amdgpu_device instead of psp_context
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: rework synchronization of VM updates v4
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: simplify and fix amdgpu_sync_resv (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: allow higher level PD invalidations (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: return EINVAL instead of ENOENT in the VM code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix parentheses in amdgpu_vm_update_ptes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: make sure to never allocate PDs/PTs for
  invalidations (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: drop unnecessary restriction for huge root PDEs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: stop using amdgpu_bo_gpu_offset in the VM backend
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: rework job synchronization v2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: use the VM as job owner (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: explicitly sync VM update to PDs/PTs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Update DRIVER_DATE to 20200225 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Drop assertion that active->fence is unchanged
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Cleanup shadow batch after I915_EXEC_SECURE
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update DRIVER_DATE to 20200224 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Correctly terminate connector iteration
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Fix inverted WARN_ON (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display/hdcp: Make WARN* drm specific where
  drm_priv ptr is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/dp: Make WARN* drm specific where drm_device
  ptr is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/power: Make WARN* drm specific where
  drm_priv ptr is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/display: Make WARN* drm specific where
  drm_device (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/ddi: Make WARN* drm specific where drm_device
  ptr is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/cdclk: Make WARN* drm specific where
  drm_priv ptr is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Distribute switch variables for initialization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: make dbuf configurations const (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: split i915_driver_modeset_probe() to pre/post
  irq install (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: remove redundant assignment to variable dw
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Push the GPU cancellation to the backend
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Check that the vma hasn't been closed before we insert
  it (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: conversion to struct drm_device based
  logging macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Program MBUS_ABOX{1,2}_CTL during display init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use intel_de_write_fw() for skl+ scaler registers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Parametrize PFIT_PIPE (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Mark all HPD capabled connectors as such
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hpd: Replace the loop-within-loop with two
  independent loops (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add i9xx_lut_8() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: consolidate firmware cleanup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/uc: Abort early on uc_init failure (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: Apply new uC status tracking to GuC submission
  as well (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: Improve tracking of uC init status (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/uc: autogenerate uC checker functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/uc: Update the FW status on injected fetch error
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: Kill USES_GUC_SUBMISSION macro (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: Kill USES_GUC macro (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/debugfs: Pass guc_log struct to i915_guc_log_info
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Double check bumping after the spinlock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Protect signaler walk with RCU (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: remove the other slab_dependencies (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dp: Add all tiled and port sync conns to modeset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Compute port sync crtc states post compute_config()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Introduce encoder->compute_config_late()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Do not attempt to reprogram IA/ring frequencies
  for dgfx (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Mark GPR checking more hostile
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftest: Analyse timestamp behaviour across context
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Read rawclk_freq earlier (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Refactor l3cc/mocs availability (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: split i915_driver_modeset_remove() to pre/post
  irq uninstall (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: split intel_modeset_driver_remove() to pre/post
  irq uninstall (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: use spinlock_t instead of struct spinlock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Show the cumulative context runtime in engine debug
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Flush tasklet on wait_for_submit()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Fix up missing error propagation for heartbeat
  pulses (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Check for any sign of request starting in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Add Wa_1808121037 to tgl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/csr: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Mark the mock ring->vma as being in the GGTT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Rearrange code to silence compiler (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: switch vlv_suspend to use intel uncore register
  accessors (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: split out vlv/chv specific suspend/resume code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Avoid potential division-by-zero in computing
  CS timestamp (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Track hw reported context runtime (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Force state->modeset=true when distrust_bios_wm==true
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Ensure no conflicts with BIOS when updating Dbuf
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/mst: Set intel_dp_set_m_n() for MST slaves
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Check for the error interrupt before
  we wait! (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: split out display debugfs to a separate file
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: move intel_csr. under display/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: switch i915_driver_probe() to use i915 local variable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: register vga switcheroo later, unregister earlier
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hdmi: prefer to_i915() over drm->dev_private to
  get at i915 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Exercise timeslice rewinding (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Suppress warnings for unused debugging locals
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use engine wa list for Wa_1607090982 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Expand bad CS completion event debug
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Avoid choosing zero for phys_sz
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Sabotague the RING_HEAD (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Poison rings after use (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Don't leak non-persistent requests on changing
  engines (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix the docs for intel_set_cdclk_post_plane_update()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Don't use uninitialized 'ret' (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Disable use of hwsp_cacheline for kernel_context
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Relax timeout for error-interrupt reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dpio_phy: convert to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi_vbt: convert to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/combo_phy: convert to struct drm_device logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dpll_mgr: convert to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/crt: automatic conversion to drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/color: conversion to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/atomic: conversion to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp_link_training: convert to drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: HDCP support on above PORT_E (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Skip CPU synchronisation on dmabuf attachments
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Trim blitter block size (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Update cdclk voltage level settings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dc3co: Add description of how it works (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Drop live_preempt_hang (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Disable capturing forced error states
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/ehl: Add HBR2 and HBR3 voltage swing table
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/psr: pass i915 to psr_global_enabled() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/mst: fix pipe and vblank enable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Remove erroneous intel_engine_pm_put
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Ignore tracek for nop process_csb
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Fix hold/unhold recursion (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove lite restore defines (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Never allow userptr into the new mapping types
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/debugfs: Remove i915_energy_uJ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Only ignore already reset requests (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Implement Wa_1607090982 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Disable tesselation clock gating on tgl A0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Use the kernel_context to measure the
  breadcrumb size (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix force-probe failure message (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: Make sure to sanitize CT status (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Protect execlists_hold/unhold from new waiters
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/i915: Don't use VBT for detecting DPCD backlight
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: drop igt_ppgtt_exhaust_huge (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Set TRANS_DDI_MODE_SELECT to default value
  when clearing DDI select (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Set the PP_DIR registers upon enabling ring
  submission (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Flush execution tasklets before checking request
  status (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Mark i915.reset as unsigned (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Correctly map DBUF slices to pipes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Manipulate DBuf slices properly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce parameterized DBUF_CTL (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Update dbuf slices only with full modeset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move dbuf slice update to proper place (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove skl_ddl_allocation struct (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Be explicit in handling the preallocated vma
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Explicitly cleanup initial_plane_config
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hdcp: move update pipe code to hdcp (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Fix rc6 on Ivybridge (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Sprinkle missing commas (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dvo: Mark TMDS DVO connectors as polled (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Mark ns2501 as LVDS without a fixed mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/crt: Configure connector->polled and encoder->hpd_pin
  consistently (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Introduce intel_connector_hpd_pin() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Pull sseu context updates under gt (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftest: Ensure string fits within name
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Add a simple rollover test for the
  kernel context (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Defer application of initial chv_phy_control
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Fix NULL-crtc deref in calc_min_cdclk()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/audio: Skip the cdclk modeset if no pipes attached
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pci: conversion to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/cmd_parser: conversion to struct drm_device
  logging macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/debugfs: conversion to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: conversion to drm_device logging macros when
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/panel: automatic conversion to drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pipe_crc: automatic conversion to drm_device
  based logging (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/psr: automatic conversion to drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/quirks: automatic conversion to drm_device based
  logging (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/sdvo: automatic conversion to drm_device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/sprite: automatic conversion to drm_device based
  logging (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tc: automatic conversion to drm_device based
  logging macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tv: automatic conversion to drm_device based
  logging macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vdsc: convert to struct drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vga: conversion to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vlv_dsi: conversion to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vlv_dsi_pll: conversion to struct drm_device
  logging macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Make WARN* drm specific where drm_device ptr
  is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/tc: Make WARN* drm specific where drm_priv ptr
  is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/sdvo: Make WARN* drm specific where
  drm_priv ptr is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/psr: Make WARN* drm specific where drm_priv ptr
  is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/panel: Make WARN* drm specific where
  drm_priv ptr is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/overlay: Make WARN* drm specific where drm_priv
  ptr (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/hdmi: Make WARN* drm specific where drm_device
  ptr (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbdev: Make WARN* drm specific where drm_device ptr is
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/fbc: Make WARN* drm specific where drm_priv ptr
  is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/dpll_mgr: Make WARN* drm specific where
  drm_device (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Warn about the hidden i915_vma_pin in
  timeline_get_seqno (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Hold reference to previous active fence as we queue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/crt: Make WARN* drm specific where drm_priv ptr
  is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/audio: Make WARN* drm specific where
  drm_priv ptr is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/icl_dsi: Make WARN* drm specific where drm_priv
  ptr (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move ringbuffer WAs to engine workaround list
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Skip rmw for masked registers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: extract engine WA programming to common resume
  function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: Introduce guc_is_ready (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Disable heartbeat around hang tests
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Also wait for the scratch buffer to be bound
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Also use async bind for PIN_USER into bsw/bxt ggtt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Store active_pipes bitmask in cdclk state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Convert cdclk to global state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce intel_calc_active_pipes() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Convert bandwidth state to global state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Introduce better global state handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Move intel_atomic_state_free() into intel_atomic.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: s/init_cdclk/init_cdclk_hw/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: swap() the entire cdclk state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Extract intel_cdclk_state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Simplify intel_set_cdclk_{pre,post}_plane_update()
  calling convention (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: s/cdclk_state/cdclk_config/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: s/need_cd2x_updare/can_cd2x_update/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Collect more cdclk state under the same roof
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move more cdclk state handling into the cdclk code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Nuke skl wm.dirty_pipes bitmask (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Move linetime wms into the crtc state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Polish WM_LINETIME register stuff (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: move intel_dp_set_m_n() to encoder for DDI platforms
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Enable ICL DSI transcoder as part of
  encoder->enable (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: move pipe, pch and vblank enable to encoders on DDI
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/debugfs: remove VBT data about DRRS (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Use the async worker to avoid reclaim tainting the
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: __intel_fbc_cleanup_cfb() may be called
  multiple times (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Skip global serialisation of clear_range for bxt
  vtd (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/ring: convert to new logging macros in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: convert to new logging macros in gt/intel_gt.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/engine_cs: use new drm logging macros in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/reset: conversion to new drm logging macros in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/ggtt: use new drm logging macros in gt/intel_ggtt.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: add extra slice common debug registers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/execlists: Ignore discrepancies in pending across
  resets (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPT (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/execlist: Mark up racy read of execlists->pending
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests/perf: measure memcpy bw between regions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/debugfs: remove i915_dpcd file (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/psr: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hdcp: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display_power: use intel_de_*() functions for register
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/ddi: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/combo_phy: use intel_de_*() functions for register
  access (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/icl_dsi: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Lock the drm_mm as we search (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/trace: i915_request.prio is a signed value
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Lift set-wedged engine dumping out of user paths
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Tidy repetition in declaring gen8+ interrupts
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Reorganise gen8+ interrupt handler (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Skip capturing errors from internal contexts
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: Fix OA context id overlap with idle context id
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Restore the kernel context after verifying the w/a
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vlv_dsi_pll: use intel_de_*() functions for
  register access (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vlv_dsi: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vdsc: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/sprite: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/psr: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pipe_crc: use intel_de_*() functions for register
  access (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Give aux channels a better name (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Include the AUX CH name in the debug messages
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vga: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tv: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/sdvo: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/panel: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/overlay: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/lvds: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/lpe_audio: use intel_de_*() functions for register
  access (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hdmi: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gmbus: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fifo_underrun: use intel_de_*() functions for register
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dvo: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsb: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp_mst: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dpll_mgr: use intel_de_*() functions for register
  access (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dpio_phy: use intel_de_*() functions for register
  access (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/crt: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/color: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/cdclk: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/audio: use intel_de_*() functions for register access
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Prefer intel_connector over drm_connector in
  hotplug code (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix modeset locks in sanitize_watermarks()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix inconsistance between pfit.enable and scaler
  freeing (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Remove 'prefault_disable' modparam (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Squelch kerneldoc complaints (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: manual conversion to struct drm_device
  logging macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: initial conversion to new logging macros using
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pm: use intel de functions for forcewake register
  access (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/irq: use intel de functions for forcewake register
  access (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dmc: use intel uncore functions for forcewake
  register access (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hdcp: conversion to struct drm_device based
  logging macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/opregion: conversion to struct drm_device logging
  macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: conversion to struct drm_device logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/power: convert to struct drm_device macros in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: conversion to struct drm_device log macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: conversion to new struct drm_device
  logging macros (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: Don't GEM_BUG_ON on corrupted H2G CTB
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Re-enable RPS (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Poison GTT scratch pages (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Flush engine parking before release (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/ehl: Ensure that the DDI selection MUX is programmed
  correctly (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dc3co: Avoid full modeset when EXITLINE needs to
  be changed (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dc3co: Do the full calculation of DC3CO exit only once
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/acpi: Move the code to populate ACPI device ID into
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Wait on vma activity before taking the mutex
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Prevent NULL pointer dereference on missing
  ctx->vm (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Show the RC6 residency on parking failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Do not set master_trans bit in bitmak if
  INVALID_TRANSCODER (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/cdclk: use new struct drm_device logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bw: convert to drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/audio: convert to struct drm_device logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bios: convert to struct drm_device logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/atomic: use struct drm_device logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: add display engine uncore helpers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Cleanup properly if the implicit fence setup fails
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Balance prepare_fb/cleanup_fb (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: s/intel_state/state/ in
  intel_{prepare,cleanup}_plane_fb() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Stop looking at plane->state in
  intel_prepare_plane_fb() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Clear old hw.fb & co. from slave plane's state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Convert vm idr to xarray (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Include a tell-tale for engine parking
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Make WARN* drm specific where uncore or stream ptr is
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Make WARN* drm specific where drm_priv ptr is
  available (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Make WARN* drm specific where drm_priv ptr
  is available (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Make WARN* drm specific where drm_priv ptr
  is available (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Make WARN* drm specific where encoder ptr is
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Clear the GGTT_WRITE bit on unbinding the vma
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Don't use VBT for detecting DPCD backlight controls
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: drop alpha_support for good in favour of force_probe
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/hdcp: Clean up local variables (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Rename conn_to_dig_port() to intel_attached_dig_port()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use intel_attached_dp() instead of hand rolling it
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Relocate intel_attached_dp() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Use intel_attached_encoder() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dp: debug log max vswing and pre-emphasis
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: use intel_bios_is_port_present() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: check DDI port presence based on child device
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bios: add intel_bios_port_supports_*() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: add intel_bios_alternate_ddc_pin()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bios: add intel_bios_dp_max_link_rate() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: intel_bios_hdmi_boost_level() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: intel_bios_dp_boost_level() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: add intel_bios_hdmi_level_shift() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: add intel_bios_max_tmds_encoder() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/sdvo: Consolidate SDVO HDMI force_dvi handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Consolidate HDMI force_dvi handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/sdvo: Reduce the size of the on stack buffers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move encoder variable to tighter scope (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Use PIPE_CONF_CHECK_X() for sync_mode_slaves_mask
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Prefer to use the pipe to index the ddb entries
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Clear most of crtc state when disabling the crtc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Be paranoid and reset the GPU before release
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/userptr: add user_size limit check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Report the currently active execlists request
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: convert to new logging macros in
  i915/intel_memory_region.c (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: convert to new logging macros in i915/intel_gvt.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: conversion to new logging macros in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: conversion to new logging macros in i915/intel_csr.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: conversion to new logging macros in i915/i915_vgpu.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: Introduce CT_DEBUG (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: Switch to CT_ERROR in ct_read (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: Don't pass CTB while reading (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: Don't pass CTB while writing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: Don't GEM_BUG_ON on corrupted G2H CTB
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Satisfy smatch that a loop has at least one iteration
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix typo in kerneldoc function name (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Include the debugfs params header for its own
  definition (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Auto detect DPCD backlight support by default
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix DPCD register order in
  intel_dp_aux_enable_backlight() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Assume 100% brightness when not in DPCD control mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix eDP DPCD aux max backlight calculations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/psr: Share the computation of idle frames
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: add Wa_14010594013: icl,ehl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Drop rogue space in the middle of GT_TRACE
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Add Wa_1409825376 to tgl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Add fbc tracepoints (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Nuke fbc_supported() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Move the plane state check into the fbc functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/params: support bool values for int and uint params
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/params: add i915 parameters to debugfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gen11: Add additional pcode status values
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vbt: Rename BDB_LVDS_POWER to BDB_LFP_POWER
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp/tgl+: Update combo phy vswing tables (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: Use correct name for last CT fence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: Update CTB helpers to use CT_ERROR (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: Introduce CT_ERROR (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: Simpler CT message size calculation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Clear rc6 residency trackers across suspend
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: tcon: Support LVDS output on Allwinner A20
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: tcon: Introduce LVDS setup routine setting
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: dsi: Avoid hotplug race with DRM driver bind
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Fix the bridge kernel doc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: move remaining virtio_gpu_notify calls
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: batch display query (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: batch resource creation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: batch plane updates (pageflip) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: notify before waiting (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: rework notification for better batching
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: Fix a typo in Kconfig (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/format_helper: Dual licence the file in GPL 2 and MIT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: fix recovering from PLBU out of memory (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/pl111: Support Integrator IM-PD1 module (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: drop unused drm_display_mode.private (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: drop unused drm_crtc callback (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/print: clean up RATELIMITED macros (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/atomic-helper: fix kerneldoc (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Add a FIXME about DispID CEA data block revision
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Document why we don't bounds check the DispID CEA
  block start/end (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Clear out spurious whitespace (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/edid: Introduce is_detailed_timing_descritor()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Don't accept any old garbage as a display descriptor
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Check the number of detailed timing descriptors in
  the CEA ext block (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: Fix Sphinx formatting (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/print: Delete a few unused shouting macros (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sun4i: dsi: Remove incorrect use of runtime PM
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: dsi: Allow binding the host without a panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: dsi: Use NULL to signify "/no panel"/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sun4i: dsi: Remove unused drv from driver context
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: fix error check (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Add support for DP 1.4 Compliance edid corruption test
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Remove legacy version of get_scanout_position()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Clean-up VBLANK-related callbacks in struct drm_driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Convert to CRTC VBLANK callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vkms: Convert to CRTC VBLANK callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: Convert to CRTC VBLANK callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: Convert to struct (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/sti: Convert to CRTC VBLANK callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/stm: Convert to CRTC VBLANK callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/stm: Convert to struct
  drm_crtc_helper_funcs.get_scanout_position() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Convert to CRTC VBLANK callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Convert to struct (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: Convert to CRTC VBLANK callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/radeon: Convert to struct (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: Convert to CRTC VBLANK callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau: Convert to struct (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Convert to CRTC VBLANK callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: Convert to CRTC VBLANK callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Convert to CRTC VBLANK callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Convert to struct (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Remove internal setup of struct
  drm_device.vblank_disable_immediate (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: fix virtio_gpu_execbuffer_ioctl locking
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/qxl: replace zero-length array with flexible-array member
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon/hibmc: add gamma_set function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/hisilicon/hibmc: add DPMS on/off function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/hisilicon/hibmc: fix 'xset dpms force off' fail
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Avoid invalid rates (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Train at faster rates if slower
  ones fail (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Group DP link training bits in
  a function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Use 18-bit DP if we can
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Read num lanes from the DP sink
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Config number of DP lanes Mo' Betta
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Don't use MIPI variables for DP link
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: zero is never greater than an unsigned
  int (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-sn65dsi86: Split the setting of the dp and
  dsi rates (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: individualize resv objects before calling
  release_notify (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: replace dma_resv object on deleted BOs v3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: rework BO delayed delete. v2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: add drm_driver.release callback (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/cirrus: add drm_driver.release callback (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bochs: add drm_driver.release callback (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/irq: remove check on dev->dev_private (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: simple: Add Rocktech RK101II01D-CT panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Nerf drm_global_mutex BKL for good drivers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Push drm_global_mutex locking in drm_open (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/client: Rename _force to _locked (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/fbdev-helper: don't force restores (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: use RCU in ttm_bo_flush_all_fences (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: cleanup ttm_buffer_object_transfer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: refine ghost BO resv criteria (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/qxl: add drm_driver.release callback (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/qxl: reorder calls in qxl_device_fini() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: fix possible object reference leak (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: dmm_tiler: Remove the dma_async_issue_pending() call
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: dmm_tiler: Use dmaengine_prep_dma_memcpy() for i878
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/omapdrm: Fix trivial spelling (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/omap: use true,false for bool variable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: tfp410: add pclk limits (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: move virtio_gpu_mem_entry initialization to
  new function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: resource teardown tweaks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: simplify virtio_gpu_alloc_cmd (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bochs: deinit bugfix (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: panel: Fix typo in drm_panel_bridge_add docs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge/synopsys: dsi: missing post disable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: sii902x: Select SND_SOC_HDMI_CODEC if SND_SOC is
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add tc358768 driver (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: bridge: adv7511: Add support for ADV7535 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: bridge: adv7511: Remove DRM_I2C_ADV7533 Kconfig
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Clear struct drm_connector_funcs.dpms (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bochs: Clear struct drm_connector_funcs.dpms (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tiny/st7735r: No need to set ->owner for
  spi_register_driver() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tiny/st7735r: Make driver OF-independent (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tiny/repaper: No need to set ->owner for
  spi_register_driver() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tiny/repaper: Make driver OF-independent (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tiny: add support for tft displays based on ilitek,ili9486
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: fix ring free check (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: move the check for vqs_ready earlier (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: move locking into virtio_gpu_queue_ctrl_sgs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: set up virtqueue sgs before locking (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: unlock object array on errors (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: no need to pass virtio_gpu_ctrl_hdr (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: add virtio_gpu_vbuf_ctrl_hdr (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: remove incorrect ENOSPC check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: fix a wait_event condition (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: ratelimit error logging (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vboxvideo: Implement struct drm_mode_config_funcs.mode_valid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/hibmc: Implement struct drm_mode_config_funcs.mode_valid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bochs: Implement struct drm_mode_config_funcs.mode_valid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vram: Add helpers to validate a display mode's memory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: fix vblank handling (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Remove the dma_alloc_coherent wrapper for internal usage
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Remove PageReserved manipulation from drm_pci_alloc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/stm: dsi: stm mipi dsi doesn't print error on probe deferral
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/stm: ltdc: check crtc state before enabling LIE
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/stm: ltdc: add number of interrupts (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: simple: Fix the lt089ac29000 bus_format
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/imx: pd: Use bus format/flags provided by the bridge when
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add the necessary bits to support bus format
  negotiation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add an ->atomic_check() hook (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: Patch atomic hooks to take a drm_bridge_state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: analogix: Plug atomic state hooks to the default
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rcar-du: Plug atomic state hooks to the default
  implementation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add a drm_bridge_state object (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: Add Samsung s6e88a0-ams452ef01 panel driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: simple: Add EDT panel support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/xen: Explicitly disable automatic sending of vblank event
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: Remove sending of vblank event (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vboxvideo: Remove sending of vblank event (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Don't set struct drm_crtc_state.no_vblank explicitly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/st7586: Remove sending of vblank event (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/repaper: Remove sending of vblank event (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/qxl: Remove sending of vblank event (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mipi-dbi: Remove sending of vblank event (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ili9225: Remove sending of vblank event (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gm12u320: Remove sending of vblank event (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/cirrus: Remove sending of vblank event (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bochs: Remove sending of vblank event (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Don't set struct drm_crtc_state.no_vblank explicitly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/arc: Remove sending of vblank event (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Initialize struct drm_crtc_state.no_vblank from device
  settings (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/auth: Drop master_create/destroy hooks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/crc: Actually allow to change the crc source (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/zte: plane_state->fb iff plane_state->crtc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vkms: plane_state->fb iff plane_state->crtc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: plane_state->fb iff plane_state->crtc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rockchip: plane_state->fb iff plane_state->crtc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/imx: plane_state->fb iff plane_state->crtc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/todo: Add item for the plane->atomic_check confusion
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tidss: New driver for TI Keystone platform Display SubSystem
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: increase driver version to 1.1 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: recover task by enlarging heap buffer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: support heap buffer creation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: add lima_vm_map_bo (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: update register info (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/debugfs: also take per device driver features into account
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: add drm_core_check_all_features() to check for a mask
  of features (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: Fix boe,tv101wum-n53 htotal timing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Avoid drm_global_mutex for simple inc/dec of
  dev->open_count (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Release filp before global lock (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: simple: add display timings for logic technologies
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/print: introduce new struct drm_device based WARN* macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Mention max_payloads in proposed_vcpis/payloads docs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Fix clearing payload state on topology disable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Fix indenting in drm_dp_mst_topology_mgr_set_mst()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add I2C based driver for ps8640 bridge
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: flush the fence on the bo after we individualize the
  reservation object (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/drm_dp_mst:remove set but not used variable 'origlen'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: Prefix interrupt handlers' names (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panfrost: Remove core stack power management (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/syncobj: Add documentation for timeline syncobj
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: tiny: st7735r: Add support for Okaya RH128128T
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: tiny: st7735r: Prepare for adding support for more displays
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mipi_dbi: Add support for display offsets (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: fix parameters documentation style in drm_dma
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mst: Some style improvements in
  drm_dp_mst_topology_mgr_set_mst() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/dp_mst: Remove VCPI while disabling topology mgr"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: Add Feixin K101 IM2BA02 panel (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: support for auo, b101uan08.3 wuxga dsi video
  mode panel (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: support for boe, tv101wum-n53 wuxga dsi video
  mode panel (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: support for auo, kd101n80-45na wuxga dsi video
  mode panel (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: support for boe tv101wum-nl6 wuxga dsi video
  mode panel (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: nuke invalidate_caches callback (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: nvidia: clean up indentation issues and
  comment block (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- fbdev: remove object duplication in Makefile (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: exynos: Rename Exynos to lowercase (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbdev: cg14fb: use resource_size (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- fbdev: s1d13xxxfb: use resource_size (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: sa1100fb: constify copied structure (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbmem: Adjust indentation in fb_prepare_logo and fb_blank
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbcon: Adjust indentation in set_con2fb_map (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- pxa168fb: fix release function mismatch in probe failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- OMAP: DSS2: remove non-zero check on variable r (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: Fix Kconfig indentation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: ssd1307fb: add the missed regulator_disable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbdev: potential information leak in do_fb_ioctl()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Add getfb2 ioctl (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: simple: Add support for the Frida FRD350H54004 panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: Add missing vmalloc header (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rockchip: use DIV_ROUND_UP macro for calculations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/drm_panel: fix export of drm_panel_of_backlight, try #3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: panel: fix excessive stack usage in td028ttec1_prepare
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/connector: Hookup the new drm_cmdline_mode panel_orientation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/connector: Split out orientation quirk detection (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: always determine branch device with drm_dp_is_branch()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: move DP_MAX_DOWNSTREAM_PORTS from i915 to drm core
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix two documentation mismatch issues
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbdev/g364fb: Fix build failure (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- fbdev: c2p: Use BUILD_BUG() instead of custom solution
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: i915: Call cpu_latency_qos_*() instead of pm_qos_*()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- PM: QoS: Add CPU latency QoS API wrappers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- docs: gpu: i915.rst: fix warnings due to file renames
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- commit 22a7131
- mfd: wcd934x: Add support to wcd9340/wcd9341 codec
  (jsc#SLE-16518).
- Update config files.
- commit a6ab479
- mfd: wcd934x: Simplify with dev_err_probe() (jsc#SLE-16518).
- mfd: wcd934x: Drop kfree for memory allocated with devm_kzalloc
  (jsc#SLE-16518).
- gpio: wcd934x: Fix logic of wcd_gpio_get (jsc#SLE-16518).
- gpio: wcd934x: Don't change gpio direction in wcd_gpio_set
  (jsc#SLE-16518).
- gpio: wcd934x: Add support to wcd934x gpio controller
  (jsc#SLE-16518).
- commit 6f31bff
- ASoC: codecs: wcd934x: Set digital gain range correctly
  (git-fixes).
- ASoC: SOF: loader: handle all SOF_IPC_EXT types (git-fixes).
- ASoC: codecs: wsa881x: add missing stream rates and format
  (git-fixes).
- ASoC: mediatek: mt8183-da7219: fix DAPM paths for rt1015
  (git-fixes).
- ALSA: hda: Reinstate runtime_allow() for all hda controllers
  (git-fixes).
- ALSA: hda: Separate runtime and system suspend (git-fixes).
- ALSA: hda: Refactor codec PM to use direct-complete optimization
  (git-fixes).
- commit 8e08376
- ASoC: codecs: wcd9335: Set digital gain range correctly
  (git-fixes).
- ASoC: cs42l51: manage mclk shutdown delay (git-fixes).
- ASoC: qcom: sdm845: set driver name correctly (git-fixes).
- ASoC: Intel: kbl_rt5663_max98927: Fix kabylake_ssp_fixup
  function (git-fixes).
- ALSA: usb-audio: Add implicit feedback quirk for Qu-16
  (git-fixes).
- ALSA: usb-audio: Add implicit feedback quirk for MODX
  (git-fixes).
- ALSA: usb-audio: add usb vendor id as DSD-capable for Khadas
  devices (git-fixes).
- ALSA: hda/realtek - Enable headphone for ASUS TM420 (git-fixes).
- ALSA: hda: prevent undefined shift in
  snd_hdac_ext_bus_get_link() (git-fixes).
- ALSA: hda/realtek - Fixed HP headset Mic can't be detected
  (git-fixes).
- ALSA: usb-audio: Add implicit feedback quirk for Zoom UAC-2
  (git-fixes).
- ALSA: fix kernel-doc markups (git-fixes).
- commit 91a799a
- Refresh
  patches.suse/drm-iommu-change-type-of-pasid-to-u32.patch.
- commit bede6dd
- drm/scheduler: fix rare NULL ptr race (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- blacklist.conf: unblacklist backported drm v.5.6 patches
- drm/prime: use dma length macro when mapping sg (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Handle all MCR ranges (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/i915/tgl: Add extra hdc flush workaround"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Track active elements during dequeue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix pageflip event race condition for DCN
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix typo for vcn2.5/jpeg2.5 idle check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix typo for vcn2/jpeg2 idle check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix typo for vcn1 idle check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add link_rate quirk for Apple 15"/ MBP 2017
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add fbdev suspend/resume on gpu reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: Fix GPR read from debugfs (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix typos for dcn20_funcs and dcn21_funcs
  struct (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/lease: fix WARNING in idr_destroy (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/komeda: mark PM functions as __maybe_unused (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: dw-hdmi: fix AVI frame colorimetry (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Rewrite and fix bandwidth limit checks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Reprobe path resources in CSN handler
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Rename drm_dp_mst_is_dp_mst_end_device() to be less
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Defer semaphore priority bumping to a workqueue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Close race between cacheline_retire and free
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Enable timeslice on partial virtual engine
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: be more solid in checking the alignment
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Fix dma-buf display blur issue on CFL
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Return early for await_start on same timeline
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Actually emit the await_start (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: Fix emulated vbt size issue (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: Fix unnecessary schedule timer when no vGPU exits
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/powerplay: nv1x, renior copy dcn clock settings of
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: correct ROM_INDEX/DATA offset for VEGA20
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: update soc bb for nv14 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/exynos: Fix cleanup of IOMMU related objects (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- backlight: add led-backlight driver (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- vgacon: Fix a UAF in vgacon_invert_region (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/display: navi1x copy dcn watermark clock settings to
  smu (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: map mclk to fclk for COMBINATIONAL_BYPASS
  case (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: fix pre-check condition for setting
  clock range (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix dcc swath size calculations on dcn1
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Clear link settings on MST disable connector
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disable 3D pipe 1 on Navi1x (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: clean wptr on wb when gpu recovery (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Drop the timeline->mutex as we wait for retirement
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: Reintroduce wait on OA configuration completion
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Fix return in assert_mmap_offset()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Protect i915_request_await_start from early waits
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Add Wa_1608008084 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Add Wa_22010178259:tgl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Program MBUS with rmw during initialization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/psr: Force PSR probe only after full initialization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Break up long lists of object reclaim
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: kirin: Revert "/Fix for hikey620 display offset problem"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: Fix DE2 VI layer format support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sun4i: Add separate DE3 VI layer formats (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sun4i: de2/de3: Remove unsupported VI layer formats
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/shmem: drop pgprot_decrypted() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: fix mmap page attributes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/shmem: add support for per object caching flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: analogix-anx6345: fix set of link bandwidth
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: fix leaking fences via ttm_buffer_object_transfer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: Don't try to map on error faults (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: fix resource id creation race (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: Handle component type MTK_DISP_OVL_2L correctly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Make sure previous message done or be aborted
  before (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Move gce event property to mutex device node
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Add fb swap in async_update (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: Add plane check in async_check function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Ensure the cursor plane is on top of other
  overlays (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Find the cursor plane instead of hard coding it
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: hdmi: don't leak enable HDMI_EN regulator if
  probe fails (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: dsi: fix workaround for the legacy clock name
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: dsi: propagate error value and silence meaningless
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: Separate display reset from ALL_ENGINES reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Avoid recursing onto active vma from the shrinker
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pmu: Avoid using globals for PMU events (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/pmu: Avoid using globals for CPU hotplug state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gtt: Downgrade gen7 (ivb, byt, hsw) back to
  aliasing-ppgtt (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: fix header test with GCOV (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/radeon: Inline drm_get_pci_dev (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Drop DRIVER_USE_AGP (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- amdgpu/gmc_v9: save/restore sdpif regs during S3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: fix memory leak during TDR test(v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Avoid resetting ring->head outside of its
  timeline mutex (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Always force a context reload when rewinding
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Wean off drm_pci_alloc/drm_pci_free (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Protect defer_request() from new waiters
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Prevent queuing retire workers on the virtual
  engine (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsc: force full modeset whenever DSC is enabled
  at probe (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/ehl: Update port clock voltage level requirements
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update drm/i915 bug filing URL (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Initialise basic fence before acquiring seqno
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Require per-engine reset support for
  non-persistent (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: perfcnt: Reserve/use the AS attached to the
  perfcnt MMU (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: Remove set but not used variable 'bo'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: Allow DRM_MODE_ROTATE_0 when applying video mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: Make sure to parse valid rotation value from cmdline
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: ti-tfp410: Update drm_connector_init_with_ddc()
  error (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: tc358767: fix poll timeouts (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesets
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/tu11x: initial support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/acr/tu11x: initial support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: fix BGR565 vs RGB565 confusion (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dsi/pll: call vco set rate explicitly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dsi: save pll state before dsi host is powered off
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Fix a6xx GMU shutdown sequence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a6xx: Update the GMU bus tables for sc7180
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: Remove unneeded GBIF unhalt (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: msm: Fix return type of dsi_mgr_connector_mode_valid
  for kCFI (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/a6xx: Correct the highestbank configuration
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- msm:disp:dpu1: add UBWC support for display on SC7180
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/mdp5: rate limit pp done timeout warnings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: clean up hdcp workqueue handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add is_raven_kicker judgement for raven1
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx10: disable gfxoff when reading rlc clock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx9: disable gfxoff when reading rlc clock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/soc15: fix xclk for raven (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: always refetch the enabled features status on
  dpm (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix dtm unloading (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix backwards byte order in rx_caps
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Mark the removal of the i915_request from the
  sched.link (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Reclaim the hanging virtual request
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Take a reference while capturing the guilty
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Offline error capture (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Allow temporary suspension of inflight requests
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Keep track of request among the scheduling lists
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gvt: more locking for ppgtt mm LRU list (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gvt: fix high-order allocation failure on late load
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Tighten checks and acquiring the mmap object
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix preallocated barrier list append (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Acquire ce->active before
  ce->pin_count/ce->pin_mutex (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Tighten atomicity of i915_active_acquire vs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Stub out i915_gpu_coredump_put (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Check activity on i915_vma after confirming
  pin_count==0 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Detect overflow in calculating dumb buffer size
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Don't show the blank process name for
  internal/simulated (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Store mmap_offsets in an rbtree rather than
  a plain (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Leave resetting ring to intel_ring
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Use the BIT when checking the flags, not the index
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Add a mock i915_vma to the mock_ring
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Make a copy of the ggtt view for slave plane
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Take local vma references for the parser
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pmu: Correct the rc6 offset upon enabling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix i915_error_state_store error defination
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bios: Fix the timing parameters (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dsi: Ensure that the ACPI adapter lookup overrides the
  bus (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix post-fastset modeset check for port sync
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Lookup the i2c bus from ACPI NS only if
  CONFIG_ACPI=y (v2) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu:/navi10: use the ODCAP enum to index the caps array
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update smu_v11_0_pptable.h (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: correct comment to clear up the confusion
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: DCN2.x Do not program DPPCLK if same value
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't map ATOM_ENABLE to ATOM_INIT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn2.5: fix warning (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: limit GDS clearing workaround in cold boot sequence
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix amdgpu pmu to use hwc->config instead of
  hwc->conf (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- amdgpu: Prevent build errors regarding soft/hard-float
  FP ABI tags (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn2.5: fix DPG mode power off issue on instance 1
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add initialitions for PLL2 clock source
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Limit minimum DPPCLK to 100MHz (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Check engine is not NULL before acquiring
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use dcfclk to populate watermark ranges
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Do not set optimized_require to false
  after plane (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix psr static frames calculation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: fix building error (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vgem: Close use-after-free race in vgem_gem_create
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Set dma maximum segment size for mdss (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panfrost: Make sure the shrinker does not reclaim referenced
  BOs (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mst: Fix possible NULL pointer dereference in
  drm_dp_mst_process_up_req() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/sun4i: drv: Allow framebuffer modifiers in
  mode config"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/dm/mst: Ignore payload update failures (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: update default voltage for boot od table for navi1x
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: handle multiple numbers of fclks in
  dcn_calcs.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fetch default VDDC curve voltages (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu_v11_0: Correct behavior of restoring default
  tables (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/navi10: add OD_RANGE for navi overclocking
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/navi: fix index for OD MCLK (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix HW/SW state mismatch (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix a typo when computing dsc configuration
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: fix navi10 system intermittent reboot issue
  V2 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Only enable cursor on pipes that need it
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/navi10: add mclk to
  navi10_get_clock_by_type_with_latency (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Fix implicit enum conversion in
  gfx_v9_4_ras_error_inject (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- radeon: completely remove lut leftovers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Move drm_dp_mst_atomic_check() to the front of
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- radeon: insert 10ms sleep in dce5_crtc_load_lut (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix spelling mistake link_integiry_check ->
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- amdgpu: using vmalloc requires includeing vmalloc.h
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: allocate entities on demand (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Enable DISABLE_BARRIER_WAITCNT for Arcturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: fix spelling mistake "/Attemp"/ -> "/Attempt"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix for-loop with incorrectly sized loop
  counter (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable GPU reset by default on renoir
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable GPU reset by default on Navi (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: do not allocate display_mode_lib unnecessarily
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add coreboot workaround for KV/KB (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Revert "/drm/amd/display: Don't skip link training for
  empty dongle"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Retrain dongles when SINK_COUNT becomes
  non-zero (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: original raven doesn't support full asic reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: attempt to enable gfxoff on more raven1 boards (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: fix spelling mistake "/to"/ -> "/too"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: use true, false for bool variable in
  smu7_hwmgr.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix doc by clarifying sched_list definition
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: initialize bo_va_list when add gws to process
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn: use inst_idx relacing inst (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/vcn: fix typo error (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn: fix vcn2.5 instance issue (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/vcn2.5: fix a bug for the 2nd vcn instance (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn: Share vcn_v2_0_dec_ring_test_ring to vcn2.5
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Use the correct flush_type in flush_gpu_tlb_pasid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Fix TLB invalidation request when using semaphore
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: use odm combine for YCbCr420 timing with
  h_active (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: init hw i2c speed (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: changed max_downscale_src_width to 4096
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: support VSC SDP update on video test
  pattern request (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Check hw_init state when determining if DMCUB
  is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Reset inbox rptr/wptr when resetting DMCUB
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Call ATOM_INIT instead of ATOM_ENABLE for DMCUB
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add hardware reset interface for DMUB service
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix update type for multiple planes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix rotation_angle to use enum values
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.69 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Refine i2c frequency calculating sequence
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Refactor to remove diags specific rgam func
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix DML dummyinteger types mismatch
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Do DMCUB hw_init before DC (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fixed comment styling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: check pipe_ctx is split pipe or not
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fallback to DMCUB when command table is missing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Get fb base and fb offset for DMUB from
  registers (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add debug option to disable DSC support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Do not send training pattern if VS Different
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: update MSA and VSC SDP on video test
  pattern request (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: individualize fence allocation per entity
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amdgpu: fix modprobe failure of the secondary GPU
  when GDDR6 training enabled(V5)"/ (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix VRAM partially encroached issue in GDDR6 memory
  training(V2) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove unnecessary conversion to bool
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add RAS support for the gfx block of Arcturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add EDC counter registers of gc for Arcturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: abstract EDC counter clear to a separated function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: refine the security check for RAS functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable RAS feature for more mmhub sub-blocks
  of Acrturus (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update mmhub 9.4.1 header files for Acrturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: read gfx register using RREG32_KIQ macro
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add kiq version interface for RREG32/WREG32
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: provide a generic function interface for
  reading/writing register by KIQ (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: added support to get mGPU DRAM base (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: modify packet size for pm4 flush tlbs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/gv100-: avoid sending a core update until
  the first (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/gv100-: move window ownership setup into
  modesetting (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/gv100-: halt (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- gpu: host1x: Set DMA direction only for DMA-mapped buffer
  objects (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: Reuse IOVA mapping where possible (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: Relax IOMMU usage criteria on old Tegra
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: sor: Initialize runtime PM before use (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: sor: Disable runtime PM on probe failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: sor: Suspend on clock registration failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- proc: convert everything to "/struct proc_ops"/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- mm, drm/ttm: Fix vm page protection handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- mm: Add a vmf_insert_mixed_prot() function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- clk: mux: Add support for specifying parents via DT/pointers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: qcom-wled: Fix unsigned comparison to zero
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: bd6107: Convert to use GPIO descriptor
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- backlight: ams369fg06: Drop GPIO include (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- mm, tree-wide: rename put_user_page*() to unpin_user_page*()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/via: set FOLL_PIN via pin_user_pages_fast() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/fb/gp102-: allow module to load even when
  scrubber binary (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/acr: return error when registering LSF if ACR not
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/gv100-: not all channel types support reporting
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/nv50-: prevent oops when no channel method map
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: support synchronous pushbuf submission
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: signal pending fences when channel has been killed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: reject attempts to submit to dead channels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: zero vma pointer even if we only unreference
  it rather (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: Add HD-audio component notifier support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: fix build error without CONFIG_IOMMU_API
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv04: remove set but not used variable 'width'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50: remove set but not unused variable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/mmu: fix comptag memory leak (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/gr/gp10b: Use gp100_grctx and gp100_gr_zbc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/pmu/gm20b,gp10b: Fix Falcon bootstrapping
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: Rename Exynos to lowercase (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/exynos: change callback names (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possible
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Bump driver minor version (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: add ioctl for messaging from/to guest userspace
  to/from (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: drop DRM_AUTH for render ioctls (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: check master authentication in surface_ref ioctls
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: move the require_exist handling together
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Replace deprecated PTR_RET (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Call vmw_driver_{load,unload}() before registering
  device (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vmwgfx: Don't use the HB port if memory encryption is active
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: Fix error about comments within a comment block
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: allow zapfw to not be specified in gpulist
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: support firmware-name for zap fw (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: Allow UBWC on NV12 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: msm: Quiet down plane errors in atomic_check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: update LANE_CTRL register value from default value
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: add DSI support for sc7180 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dsi: split clk rate setting and enable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: use BUG_ON macro for debugging (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/adreno: Do not print error on "/qcom, gpu-pwrlevels"/
  absence (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: Remove unneeded semicolon in dpu_encoder.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: Remove unneeded semicolon in dpu_plane.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/mdp5: Remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/hdmi: Remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: Remove unnecessary NULL checks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: Remove unreachable code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: Remove unnecessary NULL check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: Remove unnecessary NULL checks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: msm: a6xx: Dump GBIF registers, debugbus in gpu state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: msm: a6xx: Add support for A618 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: msm: Add 618 gpu to the adreno gpu list (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dsi: Delay drm_panel_enable() until
  dsi_mgr_bridge_enable() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- msm:disp:dpu1: Fix core clk rate in display driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- msm:disp:dpu1: add scaler support on SC7180 display
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- msm:disp:dpu1: add mixer selection for display topology
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- msm:disp:dpu1: setup display datapath for SC7180 target
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- msm:disp:dpu1: add support for display for SC7180 target
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- msm: disp: dpu1: add support to access hw irqs regs depending on
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: Add UBWC support for RGB8888 formats
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/dpu: Mark various data tables as const (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a4xx: set interconnect bandwidth vote (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a3xx: set interconnect bandwidth vote (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/gpu: add support for ocmem interconnect path
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/adreno: fix zap vs no-zap handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/a6xx: restore previous freq on resume (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm/dpu: ignore NULL clocks (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mst: Don't do atomic checks over disabled managers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: skip opp blank or unblank if test pattern
  enabled (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.68 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: reallocate MST payload when link loss
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fixup DML dependencies (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Use mdelay to avoid context switch
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Only program surface flip for video plane
  via dmcub (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Enable double buffer for OTG_BLANK
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add monitor patch for AUO dpcd issue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: wait for test pattern after when all pipes are
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: make PSR static screen entry within 30 ms
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.67 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove psr state condition when psr exit case
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: implement fw-driver interface for abm 2.4
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add default switch case for DCC (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Use SMU ClockTable Values for DML Calculations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: rename _lvp to l_vp (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add w/a to reset PHY before link training in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix DMUB PSR command IDs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Refactor surface flip programming
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Indirect reg read macro with shift and mask
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: DMCUB FW Changes to support PSR (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: programing surface flip by dmcub
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Double buffer dcn2 Gamut Remap (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Driverside changes to support PSR in DMCUB
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix double buffering in dcn2 ICSC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.66 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: expand dml structs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: stop doing unnecessary detection when going to
  D3 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: wait for update when setting dpg test pattern
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update HDMI hang w/a to apply to all
  TMDS signals (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't always set pstate true if dummy latency =
  0 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: store lttpr mode with dpcd (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add double buffering to dcn20 OCSC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Soft reset DMUIF during DMUB reset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Read inst_fb data back during DMUB loading
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Flush framebuffer data before passing to DMCUB
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Adding forgotten hubbub func (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Disable secondary link for certain monitors
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix 300Hz Freesync bug (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix chroma vp wa corner case (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: 3.2.65 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Clear state after exiting fixed active
  VRR state (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/include: Add OCSC registers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/scheduler: fix documentation by replacing rq_list with
  sched_list (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add arcturus to gpu recovery check code path
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: check if driver should try recovery in ras
  recovery path (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: a quick fix for the deadlock issue below
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: only set cp active field for kiq queue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Add a message when SW scheduler is used
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/pm: clean up return types (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/scheduler: improve job distribution with multiple queues
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn2.5: implement indirect DPG SRAM mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn2.5: add dpg pause mode (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/vcn2.5: add DPG mode start and stop (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/vcn: move macro from vcn2.0 to share amdgpu_vcn (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn: support multiple instance direct SRAM read
  and write (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn: support multiple-instance dpg pause mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sriov skip the update of
  SMU_TABLE_ACTIVITY_MONITOR_COEFF (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix modprobe failure of the secondary GPU when
  GDDR6 training enabled(V5) (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx10: update gfx golden settings for navi14
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx10: update gfx golden settings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: check rlc_g firmware pointer is valid before using
  it (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: drop amdgpu_job.owner (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: error out on entity with no run queue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: use map_queues for hiq on gfx v10 as well
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: use kiq to load the mqd of hiq queue for gfx v9 (v6)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: flush TLB functions removal from kfd2kgd interface
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfd
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: export function to flush TLB via pasid
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: replace kcq enable/disable functions on gfx_v9
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: implement tlbs invalidate on gfx9 gfx10
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: kiq pm4 function implementation for gfx_v9
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Avoid reclaim fs while eviction lock (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/debugfs: properly handle runtime pm (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/pm: properly handle runtime pm (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add header file for macro SZ_1M (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: remove unnecessary conversion to bool
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/psp: declare navi1x ta firmware (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Match TC hash settings to DF settings (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add defines for DF and TCP Hashing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Create generic DF struct in adev (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: add Pollock IDs, fix Pollock & Dali clk mgr
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: preserve RSMU UMC index mode state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: disable XGMI TA unload for arcturus (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: update SMU12_DRIVER_IF_VERSION to 11
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gmc10: free stolen memory in late_init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gmc10: remove dead code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/display: set gpu vm flag for renoir (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable S/G display on PCO and RV2 (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: set gpu vm flag for all asics which support
  it (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx9: remove unused sdma headers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/amdgpu: add missing umc_6_1_2_sh_mask.h header file (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: check sdma ras funcs pointer before accessing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: calculate MCUMC_ADDRT0 per asic's UMC offset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add MCUMC_ADDRT0 offset to ip header file
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/powerplay: fix warning in smu_v11_0.c (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: sw ctf for arcturus (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/sriov: workaround on rev_id for Navi12 under sriov
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't disable DP PHY when link loss happens
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: read sdma edc counter to clear the counters
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add ras_late_init and ras_fini for sdma v4
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: support error reporting for sdma ip block
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add query_ras_error_count function for sdma v4
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable VCN2.5 IP block for Arcturus (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/vcn2.5: fix PSP FW loading for the second instance
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: catch amdgpu_irq_add_id failure (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: cover the powerplay implementation details V3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Improve function get_sdma_rlc_reg_offset() (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: Use u64 divide macro for round up division
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update DRIVER_DATE to 20200114 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Always reset the timeslice after a context switch
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix too few arguments to function
  i915_capture_error_state (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix multiple definition of 'i915_vma_capture_finish'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use the passed in encoder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Pass intel_encoder to enc_to_*() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Pass intel_connector to intel_attached_*()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Bump up CDCLK to eliminate underruns on TGL
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Correct typo in i915_vma_compress_finish stub
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: Add sanitize to to intel_uc_ops (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/uc: Add init/fini to to intel_uc_ops (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/uc: Add init_fw/fini_fw to to intel_uc_ops
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: Add ops to intel_uc (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutex
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence
  block (v3) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Drop request list from error state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Drop the shadow ring state from the error capture
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Drop the shadow w/a batch buffer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Start chopping up the GPU error capture
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Skip trying to unbind in restore_ggtt_mappings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uncore: use new struct drm_device based macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/sideband: convert to using new struct drm_device
  logging (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/lmem: use new struct drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pm: use new struct drm_device logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pch: convert to using the drm_dbg_kms() macro
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gtt: add missing include file asm/smp.h (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Pass cpu_transcoder to assert_pipe_disabled() always
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix MST disable sequence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: use true,false for bool variable in intel_crt.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: use true,false for bool variable in intel_dp.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: use true,false for bool variable in i915_debugfs.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: runtime-pm is no longer required for ce->ops->pin()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Pull context activation into central
  intel_context_pin() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Push context state allocation earlier
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pin the context as we work on it (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Revert "/drm/i915/tgl: Wa_1607138340"/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Reduce warning for i915_vma_pin_iomap() without
  runtime-pm (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Early return for no-op i915_vma_pin_fence()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Drop a defunct timeline assertion (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Fix warning about MST and DDI restrictions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/icl+: Do not program clockgating
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Force the state compute phase once to enable
  PSR (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Always force restore freshly pinned contexts
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gtt: split up i915_gem_gtt (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Take responsibility for engine->release as
  the last step (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Use external dependency loop for port sync
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: fix an error code in intel_modeset_all_tiles()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Gen-12 display can decompress surfaces
  compressed by the media engine (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/fb: Extend format_info member arrays to handle four planes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/framebuffer: Format modifier for Intel Gen-12 media
  compression (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Make sure plane dims are correct for UV CCS planes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add debug message for FB plane.offset!=0 error
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Make sure a semiplanar UV plane is tile row
  size aligned (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add support for non-power-of-2 FB plane alignment
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Use memset_p to clear the ports (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Drop mutex serialisation between context pin/unpin
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Convert the final GEM_TRACE to GT_TRACE and co
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Merge i915_request.flags with i915_request.fence.flags
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Impose a timeout for request submission
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Fixup sparse __user annotation on local var
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Create dumb buffer from LMEM (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: lookup for mem_region of a mem_type (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Compare user mmap against GPU
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Extend fault handler selftests to all memory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Extend mmap support for lmem (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Make headers self-contained (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Move igt_atomic_section out of the header
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Support discontiguous lmem object maps
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Always poison the kernel_context image before
  unparking (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Discard stale context state from across idling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Ignore stale context state upon resume
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Clear LRC image inline (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Include a bunch more rcs image state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Control panel and backlight enable GPIOs on BYT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Move Crystal Cove PMIC panel GPIO lookup from mfd
  to the i915 driver (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Init panel-enable GPIO to low when the LCD
  is initially (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Move poking of panel-enable GPIO to
  intel_dsi_vbt.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Flush ongoing retires during wait_for_idle
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Single page objects are naturally contiguous
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: reimplement header test feature (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Drop local vma->vm_file reference (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce remap_io_sg() to prefault discontiguous
  objects (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Assume future platforms will inherit TGL's SFC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Tweak flushes around ivb ppgtt (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Leave RING_BB_STATE to default value
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Flush the context worker (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Avoid using the GPU before initialisation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Avoid using tag 0 for the very first submission
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Ensure that all new contexts clear STOP_RING
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drn/i915: Break up long i915_buddy_free_list() with a
  cond_resched() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Disable Port sync mode correctly on teardown
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Make port sync mode assignments only if all
  tiles present (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Make sure all tiled connectors get added to
  the state with full modeset (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/fbdev: Fallback to non tiled mode if all tiles not present
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Handle connector tile support only for modes that match
  tile size (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: prefer 3-letter acronym for tigerlake (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: prefer 3-letter acronym for ivybridge (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: prefer 3-letter acronym for broadwell (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: prefer 3-letter acronym for ironlake (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: prefer 3-letter acronym for icelake (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: prefer 3-letter acronym for cannonlake (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: prefer 3-letter acronym for skylake (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: prefer 3-letter acronym for haswell (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: prefer 3-letter acronym for pineview (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: simplify prefixes on device_info (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/lmem: debugfs for LMEM details (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Restore very early GPU reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Extend Wa_1408615072 to tgl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Extend WaDisableDARBFClkGating to icl,ehl,tgl
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Err out on coherency if initialisation
  failed (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Ignore incomplete engines after init failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Apply sanitiization just before resume
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Stop poking at engine->serial at a high level
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add spaces before compound GEM_TRACE (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Switch context id allocation directly to xarray
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Flush other retirees inside
  intel_gt_retire_requests() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: cleanup intel_bw_state on i915 module removal
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Tidy up checking active timelines during retirement
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Add comment to a function that probably
  can be removed (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/mst: Force modeset on MST slaves when master needs
  a modeset (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Prepare for fastset external dependencies
  check (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Fix MST disable sequence (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Always enables MST master pipe first
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Select master transcoder for MST stream
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Share intel_connector_needs_modeset()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/tu10x: initial support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/acr/tu10x: initial support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/core: remove previous versioned fw loader
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/secboot: remove (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/acr: implement new subdev to replace "/secure boot"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fb/gp102-: unlock VPR as part of FB init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/core/memory: add macros to read/write blocks
  from objects (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/secboot: move code to boot LS falcons to subdevs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/msgq: rename msgq-related nvkm_msgqueue_queue
  to (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/msgq: pass explicit message queue pointer
  to recv() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/msgq: move handling of init message to subdevs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/msgq: drop nvkm_msgqueue argument to functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/msgq: switch to falcon queue printk macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/msgq: simplify msg_queue_pop() error handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/msgq: remove error handling for
  msg_queue_open(), it (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/cmdq: move command generation to subdevs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/cmdq: rename cmdq-related nvkm_msqqueue_queue
  to (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/cmdq: implement a more explicit send()
  interface (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/cmdq: drop nvkm_msgqueue argument to functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/cmdq: switch to falcon queue printk macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/cmdq: cmd_queue_close always commits, simplify
  it (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/cmdq: cmd_queue_push can't fail, remove error
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/cmdq: split the condition for queue
  readiness vs pmu (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/qmgr: rename remaining nvkm_msgqueue bits to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/qmgr: support syncronous command submission
  from (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/qmgr: allow arbtrary priv + return code for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/qmgr: move sequence tracking from nvkm_msgqueue
  to (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/msgq: explicitly create message queue
  from subdevs (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/cmdq: explicitly create command queue(s) from
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn/qmgr: explicitly create queue manager
  from subdevs (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn: split msgqueue into multiple pieces
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn: add printk macros (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/flcn: reset sec2/gsp falcons harder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/flcn: specify queue register offsets from subdev
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn: specify debug/production register offset from
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn: specify EMEM address from subdev
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn: move bind_context WAR out of common code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn: specify FBIF offset from subdev
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvenc: add a stub implementation for the GPUs where
  it (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvdec/gm107-: add missing engine instances
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvdec/gm107: rename from gp102 implementation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvdec: initialise SW state for falcon from
  constructor (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/nvdec: select implementation based on available fw
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/sec2: move interrupt handler to hw-specific module
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/sec2: use falcon funcs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/sec2: initialise SW state for falcon from
  constructor (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/sec2: select implementation based on available
  firmware (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/sec2/gp108: split from gp102 implementation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gf100-: initialise SW state for falcon from
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gf100-: select implementation based on available
  FW (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gp108: split from gp107 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/gr/gf100-: move fecs/gpccs ucode into their
  substructures (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gf100-: drop fuc_ prefix on sw init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gk20a,gm200-: use nvkm_firmware_load_blob
  for sw init (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gf100-: use nvkm_blob structure for fecs/gpccs fw
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/pmu: initialise SW state for falcon from constructor
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/pmu: select implementation based on available
  firmware (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/pmu/gp10b: split from gm20b implementation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gsp: initialise SW state for falcon from constructor
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gsp: select implementation based on available
  firmware (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/acr: add loaders for currently available LS firmware
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/acr: add stub implementation for all GPUs currently
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/core: define ACR subdev (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/core: add representation of generic binary objects
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/core: add a macro to better handle multiple firmware
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/core: output fw size in debug messages
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn: export existing funcs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/flcn: fetch PRI address from TOP if not provided by
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/flcn: move fetching of configuration until first use
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fault/gv100-: fix memory leak on module unload
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/disp/dp: fix typo when determining failsafe link
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/drm/ttm: Remove set but not used variable 'mem'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: Fix copy-paste error in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/gr/gv100-: modify gr init to match newer version of
  RM (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gk20a,gm200-: add terminators to method
  lists read (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gf100-: remove dtor (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/fault/tu102: define nvkm_fault_func.pin
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/core: fix missing newline in fw loader error message
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/secboot/gm20b: initialize pointer in
  gm20b_secboot_new() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/mmu: Add correct turing page kinds (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau: Fix ttm move init with multiple GPUs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: use NULL for pointer assignment (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/kms/nv04: remove set but unused variable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fb/gf100-: declare constants as unsigned long long
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv04-nv4x: Use match_string() helper to simplify
  the (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/ce/gp10b: Use correct copy engine (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/ltc/gp10b: Add custom L2 cache implementation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/secboot/gm20b,gp10b: Read WPR configuration from GPU
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/tegra: Set clock rate if not set (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/tegra: Avoid pulsing reset twice (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau: Do not try to disable PCI device on Tegra
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/fault: Add support for GP10B (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau/kms/nv50-: Report possible_crtcs incorrectly on
  mstos, for now (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: Use less encoders by making mstos
  per-head (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/nv50-: Remove nv50_mstc_best_encoder()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/kms/gf119-: allow both 256- and 1024-sized LUTs to
  be (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau/gr/gk208-gm10x: regenerate built-in firmware
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Fix indentation in Makefile (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: Turn off Alpha bit when plane format has no alpha
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Return from mtk_ovl_layer_config after
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Add ctm property support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: Add gamma property according to hardware
  capability (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: apply CMDQ control flow (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: support CMDQ interface in ddp component
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: remove unused external function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: disable all the planes in atomic_disable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: update cursors by using async atomic update
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: handle events when enabling/disabling crtc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: use DRM core's atomic commit helper
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu: host1x: Remove dev_err() on platform_get_irq() failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: output: Implement system suspend/resume
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: sor: Mark PM functions as __maybe_unused
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: Do not implement runtime PM (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- gpu: host1x: Rename "/parent"/ to "/host"/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix compilation warnings on i386
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: fix documentation of
  drm_dp_mst_add_affected_dsc_crtcs (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: protect new DSC code with
  CONFIG_DRM_AMD_DC_DCN (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: add dp helper to initialize remote aux channel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Trigger modesets on MST DSC connectors
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Add helper to trigger modeset on affected DSC
  MST CRTCs (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Recalculate VCPI slots for new DSC connectors
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Check return value of drm helper
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: MST DSC compute fair share (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add PBN per slot calculation for DSC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Rename drm_dp_mst_atomic_check_topology_state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Add branch bandwidth validation to MST atomic check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Add DSC enablement helpers to DRM (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Manually overwrite PBN divider for calculating
  timeslots (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Write DSC enable to MST DPCD (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Validate DSC caps on MST endpoints
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Initialize DSC PPS variables to 0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Add new quirk for Synaptics MST hubs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Add helpers for MST DSC and virtual DPCD aux
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Fill branch->num_ports (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Add MST support to DP DPCD R/W functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Parse FEC capability on MST ports (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: Add PBN calculation for DSC modes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Improve kfd_process lookup in kfd_ioctl
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add event type check before restart the
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add delay after h' watchdog timeout event
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: rx_validation failed resume from sleep
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Return correct Error code for validate h_prime
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix hdcp1 create session (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix psp return condition for hdcp module
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd: use list_for_each_entry for list iteration
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove unnecessary braces around conditionals
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove boolean checks in if statements
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx: simplify old firmware warning (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gmc10: use common invalidation engine helper
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gmc: move invaliation bitmap setup to common code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: updated UMC error address record with correct
  channel (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: resolved bug in UMC RAS CE query (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: cleanup the interfaces for powergate setting
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: issue proper hdp flush for table transferring
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: refine code to support no-dpm case
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: unified VRAM address for driver table
  interaction (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: cache the watermark settings on system memory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu: custom pstate profiling clock frequence for navi
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: L1 Policy(5/5) - removed IH_CHICKEN from VF
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: L1 Policy(3/5) - removed ECC interrupt from VF
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: L1 Policy(2/5) - removed GC GRBM violations from
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu: L1 Policy(1/5) - removed VM settings for mmhub
  and (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: removed GFX RAS support check in UMC ECC callback
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: added function to wait for PSP BL availability
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use linux size macro to simplify ONE_Kib & One_Mib
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: resolve bug in UMC 6 error counter query
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add smu11_driver_if_arcturus.h new
  OOB members (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- amd/amdgpu/sriov tdr enablement with pp_onevf_mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- amd/amdgpu/sriov enable onevf mode for ARCTURUS VF
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: retrieve the enabled feature mask from cache
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: avoid deadlock on Vega20 swSMU routine
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update UMC 6.1 RAS error counter register
  access path (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu: add helper function smu_get_dpm_level_range()
  for smu (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove three set but not used variable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/powerplay: fix NULL pointer issue when SMU disabled
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu: use unified variable smu->is_apu to check
  apu asic (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: amalgamated PSP TA invoke functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: amalgamate PSP TA load/unload functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: by default output PSP ret status in event of
  cmd failure (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add check for baco support on Arcturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: use true, false for bool variable in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: use true, false for bool variable in
  dce_calcs.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: use true, false for bool variable in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: use true, false for bool variable in
  dcn20_hwseq.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: use true, false for bool variable in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: use true, false for bool variable in
  dc_link_ddc.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: use true, false for bool variable in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu: make the set_performance_level logic easier
  to follow (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: simplify function return logic (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: support custom power profile setting
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix kernel_fpu_begin/_end() warnings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Avoid hanging hardware in stop_cpsch (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Improve HWS hang detection and handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Remove unused variable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Fix permissions of hang_hws (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: use true, false for bool variable in amdgpu_psp.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use true, false for bool variable in
  amdgpu_debugfs.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use true, false for bool variable in amdgpu_device.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use true, false for bool variable in mxgpu_nv.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use true, false for bool variable in mxgpu_ai.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: use true,false for bool variable in ni.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: use true,false for bool variable in cik.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: use true,false for bool variable in rv770.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: use true, false for bool variable in evergreen.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: use true,false for bool variable in r600.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: use true,false for bool variable in si.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: use true,false for bool variable in r100.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu: add peak profile support for navi12
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu/navi: Adjust default behavior for peak
  sclk profile (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add missed return value set for error case
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove FB location config for sriov (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable xgmi init for sriov use case (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: remove memory training p2c buffer reservation(V2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update the method to get fb_loc of memory
  training(V4) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Remove unneeded variable 'ret' in navi10_ih.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Remove unneeded variable 'ret' in amdgpu_device.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx: Add mmSDMA2-7_EDC_COUNTER to support Arcturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx: Add mmCOMPUTE_STATIC_THREAD_MGMT_SE4-7
  to support (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx: Replace ARRAY_SIZE with size variable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add mmCOMPUTE_STATIC_THREAD_MGMT_SE4-7 to support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Added ASIC specific check in gmc v9.0 ECC interrupt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enlarge agp_start address into 48bit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: disable VCN2.5 ib test for Arcturus sriov
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix ctx init failure for asics without gfx ring
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: attempt xgmi perfmon re-arm on failed arm
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add perfmons accessible during df c-states
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: simplify padding calculations (v2) (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: expose num_cp_queues data field to topology
  node (v2) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: expose num_sdma_queues_per_engine data field
  to topology (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: skip disable dynamic state management
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable VCN0 and VCN1 sriov instances support
  for Arcturus (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: skip VCN2.5 power gating and clock gating for sriov
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: update VCN1(dual instances) fw types ID and
  VCN ip block (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add VCN2.5 sriov start for Arctrus (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add VCN2.5 MMSCH start for Arcturus (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: move umc offset to one new header file for Arcturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu: add metrics table lock for renoir (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu: drm: dead code elimination (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: wait for all rings to drain before runtime
  suspending (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/smu: fix spelling (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Switch from system_highpri_wq to system_unbound_wq
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Redo XGMI reset synchronization (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Add task barrier to XGMI hive (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Add Reusable task barrier (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: reverts commit
  ce316fa55ef0f1751276b846a54fb3b835bd5e64 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/vcn: remove unnecessary included headers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix KIQ ring test fail in TDR of SRIOV
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix double gpu_recovery for NV of SRIOV
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: skip soc clk setting under pp one vf
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/scheduler: do not keep a copy of sched list (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- amd/amdgpu: add sched array to IPs with multiple run-queues
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: replace vm_pte's run-queue list with drm gpu
  scheds list (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/scheduler: rework entity creation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/pm_runtime: update usage count in fence handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: Add SMU WMTABLE Validity Check for Renoir
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Remove unneeded semicolon in amdgpu_ras.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Remove unneeded semicolon in gfx_v10_0.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Remove unneeded semicolon in amdgpu_pmu.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/sdma5: make ring tests less chatty (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gfx10: make ring tests less chatty (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add debug option to override DSC target bpp
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Do not handle linkloss for eDP (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix missing cursor on some rotated SLS displays
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Formula refactor for calculating DPP CLK DTO
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Lower DPP DTO only when safe (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: support virtual DCN (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix manual trigger source for DCN2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update extended timeout support for DCN20
  and DCN21 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix update_bw_bounding_box Calcs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use absolute time stamp to follow the
  eDP T7 spec (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.64 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix 270 degree rotation for mixed-SLS mode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Get cache window sizes from DMCUB firmware
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove reliance on pipe indexing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Specified VR patch skip to reset segment to 0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: check link status before disable stream
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: disable lttpr for Navi (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Perform DMUB hw_init on resume (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Map ODM memory correctly when doing ODM combine
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add warmup escape call support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix regamma build optimization (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: scaling changes should also be a full update
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.63 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove integer scaling code from DC and
  fix cursor (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Enable Seamless Boot Transition for Multiple
  Streams (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Default max bpc to 16 for eDP (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Collapse resource arrays when pipe is disabled
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: update chroma viewport wa (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Use pipe_count for num of opps (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Reinstate LFC optimization (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: AVI info package change due to spec update
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add definition for number of backlight
  data points (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add interface to adjust DSC max target
  bpp limit (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Disable integerscaling for downscale and MPO
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use physical addressing for DMCUB on both
  dcn20/21 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Get DMUB registers from ASIC specific structs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add wait for flip not pending on pipe unlock
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: disable lttpr for RN (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: HDMI 2.x audio bandwidth check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/vcn: remove JPEG related code from idle handler
  and begin (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/vcn1.0: use its own idle handler and begin use funcs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sriov: Tonga sriov also need load firmware with smu
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: drop useless BACO arg in amdgpu_ras_reset_gpu
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add missing dcn link encoder regs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add dpcs20 registers (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: move dpcs headers to dpcs includes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Add CU info print log (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Use Arcturus specific
  set_vm_context_page_table_base() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: fix various dereferences of a pointer
  before it is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: queue kfd interrupt work to different CPU
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- amdgpu: Wrap FPU dependent functions in dc20 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- amdgpu: Enable initial DCN support on POWER (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- amdgpu: Prepare DCN floating point macros for generic
  arch support (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: simple: Add Satoz SAT050AT40H12R2 panel support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/fb-cma-helpers: Fix include issue (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/modes: tag unused variables to avoid warnings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: Add support for BOE NV140FHM-N49 panel to
  panel-simple (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: Add driver for Sony ACX424AKP panel (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Make udl driver depend on CONFIG_USB (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/Kconfig: add missing 'depends on DRM' for DRM_DP_CEC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/lima: use drm_sched_fault for error task handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: Add support for AUO B116XAK01 panel (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- gpu/drm: clean up white space in
  drm_legacy_lock_master_cleanup() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/omapdrm: use BUG_ON macro for error debugging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: meson: fix address type confusion (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: remove set but not used variables 'hist_reg'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: drc: Make sure we enforce the clock rate
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: backend: Make sure we enforce the clock rate
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: dsi: Fix bridge chain handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: dsi: Fix bridge chain handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: mmp: fix platform_get_irq.cocci warnings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/bridge: Add a drm_bridge_state object"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/bridge: Patch atomic hooks to take a
  drm_bridge_state"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/bridge: Add an ->atomic_check() hook"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/bridge: Add the necessary bits to support bus format
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/bridge: Fix a NULL pointer dereference in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Set crc->opened to false before setting crc source to NULL
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: remove the newline for CRC source name (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: zte: Provide ddc symlink in vga connector sysfs directory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: zte: Provide ddc symlink in hdmi connector sysfs directory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vc4: Provide ddc symlink in connector sysfs directory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: Provide ddc symlink in output connector sysfs
  directory (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Fix a NULL pointer dereference in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Add module parameter to pin all buffers at offset
  0 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vram-helper: Support struct drm_driver.gem_create_object
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vram-helper: Remove BO device from public interface
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vram-helper: Remove interruptible flag from public interface
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add the necessary bits to support bus format
  negotiation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add an ->atomic_check() hook (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: Patch atomic hooks to take a drm_bridge_state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add a drm_bridge_state object (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Revert "/drm: atmel-hlcdc: enable sys_clk during
  initalization."/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: atmel-hlcdc: prefer a lower pixel-clock than requested
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: atmel-hlcdc: enable clock before configuring timing engine
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: atmel-hlcdc: use double rate for pixel clock only if
  supported (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: cdns: remove set but not used variable 'nlanes'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: cdns: remove set but not used variable 'bpp'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: meson: Remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: bridge: dw-hdmi: constify copied structure (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/hisilicon/hibmc: Export VRAM MM information to debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon/hibmc: Implement hibmc_dumb_create() with generic
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/vram: Support scanline alignment for dumb buffers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon/hibmc: Replace struct hibmc_framebuffer
  with generic (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/hisilicon/hibmc: Switch to generic fbdev emulation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: rockchip: rk3066_hdmi: set edid fifo address
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: lvds: Add PX30 support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rockchip: lvds: move hardware-specific functions together
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: lvds: improve error handling in helper functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: lvds: Create an RK3288 specific probe function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: lvds: Change platform data to hold helper_funcs
  pointer (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: lvds: Harmonize function names (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rockchip: lvds: Fix indentation of a #define (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: add panel driver for Leadtek LTK500HD1829
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: add panel driver for Xinpeng XPP055C272 panels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- omapfb/dss: remove unneeded conversions to bool (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: pxafb: Use devm_platform_ioremap_resource() in
  pxafb_probe() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: ocfb: Use devm_platform_ioremap_resource() in
  ocfb_probe() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: fsl-diu-fb: mark expected switch fall-throughs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbdev: matrox: make array wtst_xlat static const, makes
  object smaller (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- fbdev/sa1100fb: use devm_platform_ioremap_resource() to
  simplify code (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- fbdev: s3c-fb: use devm_platform_ioremap_resource() to
  simplify code (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- fbdev: omapfb: use devm_platform_ioremap_resource() to
  simplify code (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video/fbdev/68328fb: Remove dead code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- pxa168fb: Fix the function used to release some memory
  in an error (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- fbdev: fbmem: avoid exporting fb_center_logo (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- fbdev: fbmem: allow overriding the number of bootup logos
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: mmp: fix sparse warnings about using incorrect
  types (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: mmp: add COMPILE_TEST support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: mmp: remove duplicated MMP_DISP dependency
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: of: Fix linking when CONFIG_OF is not set (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: declare variable as __be16 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/komeda: Add runtime_pm support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/komeda: Add event handling for EMPTY/FULL (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sun4i: dsi: Add Allwinner A64 MIPI DSI support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: dsi: Handle bus clock via regmap_mmio_attach_clk
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: dsi: Get the mod clock for A31 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: sun4i: Add support for suspending the display driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/atomic: Spell CRTC consistently (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Fix a couple of typos, punctation and whitespace issues
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/stm: ltdc: move pinctrl to encoder mode set (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/todo: Updating logging todo (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: fix null dereference of pointer fb before null check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gem-fb-helper: convert to drm device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/fb-helper: convert to drm device based logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/client: convert to drm device based logging (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: move drm_connector_to_virtio_gpu_output to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: move to_virtio_fence inside virtgpu_fence
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: simplify getting fake offset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: get rid of drm_encoder_to_virtio_gpu_output
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: static-ify virtio_gpu_framebuffer_init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: static-ify virtio_fence_signaled (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: lvds-codec: Simplify panel DT node localisation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: lvds-codec: Add "/lvds-decoder"/ support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Repurpose lvds-encoder.c (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- udmabuf: fix dma-buf cpu access (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: Some fixes to handling video mode (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/drm_panel: Fix EXPORT of drm_panel_of_backlight() one
  more time (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- dma-heap: Make the symbol 'dma_heap_ioctl_cmds' static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: fix resource leak on -ENOTTY error return path
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: remove duplicate check on parent and avoid BUG_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: plane_state->fb iff plane_state->crtc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/malidp: plane_state->fb iff plane_state->crtc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: Use dma_resv locking wrappers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: Use dma_resv locking wrappers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Use dma_resv locking wrappers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: heaps: Remove redundant heap identifier from
  system heap (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifier
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/print: introduce new struct drm_device based logging macros
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Make sure the CEA mode arrays have the correct
  amount of modes (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Throw away the dummy VIC 0 cea mode (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/edid: Add CTA-861-G modes with VIC >= 193 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/edid: Abstract away cea_edid_modes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: use damage info for display updates (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: batch display update commands (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: skip set_scanout if framebuffer didn't change
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: plane_state->fb iff plane_state->crtc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bochs: Remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/modes: parse_cmdline: Explicitly memset the passed in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: parse_cmdline: Remove some unnecessary code (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: parse_cmdline: Add support for specifying
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: parse_cmdline: Allow specifying stand-alone options
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: parse_cmdline: Set bpp/refresh_specified after
  successful (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: parse_cmdline: Add freestanding argument to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: parse_cmdline: Rework
  drm_mode_parse_cmdline_options() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: parse_cmdline: Accept extras directly after
  mode combined (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: parse_cmdline: Stop parsing extras after bpp /
  refresh at (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: parse_cmdline: Make various char pointers const
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/modes: parse_cmdline: Fix possible reference past end
  of string (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: dsi: add px30 support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rockchip: add ability to handle external dphys in mipi-dsi
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge/synopsys: dsi: move phy_ops callbacks around panel
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge/synopsys: dsi: driver-specific configuration of phy
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Update DRIVER_DATE to 20191223 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Mark the GEM context link as RCU protected
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Introduce a vma.kref (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add a simple is-bound check before unbinding
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Make sure CCS YUV semiplanar format checks work
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Make sure Y slave planes get all the required state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Skip rotated offset adjustment for unsupported
  modifiers (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Make sure FBs have a correct CCS plane stride
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Gen-12 render decompression (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/framebuffer: Format modifier for Intel Gen-12 render
  compression (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add helpers to select correct ccs/aux planes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Extract framebufer CCS offset checks into a function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move CCS stride alignment W/A inside
  intel_fb_stride_alignment (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use intel_tile_height() instead of re-implementing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: make mock_drm.h self-contained
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: make mock_context.h self-contained
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: fix comment for POWER_DOMAIN_TRANSCODER_VDSC_PW2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Move pm debug files into a gt aware debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Merge engine init/setup loops (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Pull GT initialisation under intel_gt_init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move i915_gem_init_contexts() earlier (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Repeat wait_for_idle for retirement workers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Remove i915->kernel_context (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Setup engine->retire for mock_engine
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Introduce intel_crtc_state_alloc() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/execlists: Select arb on/off around batches based on
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Push the use-semaphore marker onto the intel_context
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Drop GEM context as a direct link from i915_request
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Teach veng to defer the context allocation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Add breadcrumb retire to physical engine
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Rename pipe update tracepoints (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Remove second redundant intel_fbc_pre_update()
  call (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Reject PLANE_OFFSET.y%4!=0 on icl+ too
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Suppress threshold updates on RPS parking
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Use non-forcewake writes for RPS (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Track engine round-trip times (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Schedule request retirement when signaler idles
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsc: fix DSC power domains for DSI (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dsc: clarify DSC support for pipe A on ICL
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsc: fix DSC register selection for ICL DSI transcoders
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Provide ddc symlink in hdmi connector sysfs directory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: fix phy name (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: use clk_off name to avoid double negation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: move clk off sanitize to its own function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Ratelimit i915_globals_park (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Remove direct invocation of breadcrumb signaling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move stuff from haswell_crtc_disable() into encoder
  .post_disable() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pass old crtc state to intel_crtc_vblank_off()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pass old crtc state to skylake_scaler_disable()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Nuke .post_pll_disable() for DDI platforms
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Call hsw_fdi_link_train() directly() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce intel_plane_state_reset() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce intel_crtc_state_reset() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce intel_crtc_{alloc,free}() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: s/intel_crtc/crtc/ in intel_crtc_init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Add __drm_atomic_helper_crtc_state_reset() & co
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pmu: Skip sampling engines if gt is asleep
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Unpin vma->obj on early error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: Unify notify() functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: Remove function pointers for send/receive calls
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc/ct: Group request-related variables in a
  sub-structure (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc/ct: Stop expecting multiple CT channels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc/ct: Drop guards in enable/disable calls
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: Merge communication_stop and communication_disable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Eliminate the trylock for reading a timeline's hwsp
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: DSI: select correct PWM controller to use based
  on the VBT (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Avoid multi-LRI on Sandybridge (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Eliminate the trylock for awaiting an earlier request
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Correct function name in comment (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Tidy up full-ppgtt on Ivybridge (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Apply lmem size restriction to get_pages
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix typecheck macro in GT_TRACE (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove unneeded semicolon (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: opregion: set opregion chpd value to indicate
  the driver handles hotplug (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Serialise object before changing cache-level
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: fix pipe D readout for DSI transcoders
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bios: remove extra debug messages (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/rps: Add frequency translation helpers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Use EAGAIN for trylock failures (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce new macros for tracing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/perf: Register sysctl path globally (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/icl: Cleanup combo PHY aux power well handlers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: remove a condition (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: fix off by one in parse_generic_dtd()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Streamline skl_commit_modeset_enables()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/cml: Separate U series pci id from origianl list
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/cml: Remove unsupport PCI ID (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Mark up ips_mchdev pointer access (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Improve i915_inject_probe_error macro (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Asynchronous cmdparser (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Prepare gen7 cmdparser for async execution
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Only ignore rc6 parking for PCU on byt/bsw
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Align start for memcpy_from_wc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Tidy up error handling for eb_parse()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Simplify error escape from cmdparser (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove redundant parameters from
  intel_engine_cmd_parser (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Fix cmdparser drm.debug (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Disable manual rc6 for Braswell/Baytrail
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: Drop explicit ggtt param in some uc_fw functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: Drop explicit gt param in some uc_fw functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/uc: Drop explicit i915 param in some uc_fw functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use the i915_device name for identifying our
  request fences (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: remove redundant checks for a null fb pointer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: remove duplicated assignment to pointer
  crtc_state (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pass cpu transcoder to assert_pipe() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: ELiminate intel_pipe_to_cpu_transcoder() from
  assert_fdi_tx() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Show the i915_active on failure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Wait on unbind barriers when invalidating userptr
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Check we are the Ironlake IPS provider before
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Improve execbuf debug (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: add support for DSC (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Fix state mismatch warns for horizontal
  timings with (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: account for DSC in horizontal timings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: use compressed pixel format with DSC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: take compression into account in afe_clk()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: use afe_clk() instead of intel_dsi_bitrate()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: abstract afe_clk calculation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dsi: set pipe_bpp on ICL configure config
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsc: add basic hardware state readout support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsc: make DSC source support helper generic
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsc: add support for computing and writing PPS for
  DSI encoders (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsc: move slice height calculation to encoder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsc: move DP specific compute params to intel_dp.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bios: add support for querying DSC details for encoder
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bios: parse compression parameters block
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bios: pass devdata to parse_ddi_port (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Program BW_BUDDY registers during display init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: fix uninitialized variable sum when summing
  up (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: kill the GuC client (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: kill doorbell code and selftests (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/guc: add a helper to allocate and map guc vma
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: Drop leftover preemption code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Reallocate cfb if we need more of it
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Enable fbc by default on glk+ once again
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Wait for vblank after FBC disable on glk+
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Start using flip nuke (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Nuke fbc.enabled (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: s/gen9 && !glk/gen9_bc || bxt/ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Make fence_id optional for i965gm (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Store fence_id directly in fbc cache/params
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/fbc: Track plane visibility (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Precompute gen9 cfb stride w/a (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Remove the FBC_RT_BASE setup for ILK/SNB
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Relocate intel_crtc_active() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/fbc: Nuke bogus single pipe fbc1 restriction
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Change i915_vma_unbind() to report -EAGAIN on activity
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Avoid rcu_barrier() from shrinker paths
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Flesh out device_info pretty printer (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Comment on inability to check args.pad for
  MMAP_OFFSET (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Turn vm off then on again for gen7 mm switch
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gtt: Account for preallocation in asserts
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Avoid calling i915_gem_object_unbind holding
  object lock (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: Update uncore access path in flush_ggtt_writes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Pin gen6_ppgtt prior to constructing the request
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Replace I915_WRITE with its uncore counterpart
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Refactor intel_commit_modeset_disables()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/tgl: Fix the order of the step to turn
  transcoder clock off (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Do not check for the ddb allocations of
  turned off pipes (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add new EHL/JSL PCI ids (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Propagate errors on awaiting already signaled
  dma-fences (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Propagate errors on awaiting already signaled fences
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Check for error before calling cmpxchg()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pmu: Report frequency as zero while GPU is sleeping
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Flush the pwrite through the chipset before
  signaling (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Acquire a GT wakeref for the breadcrumb interrupt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Claim vma while under closed_lock in i915_vma_parked()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Trim gen6 ppgtt updates to PD cachelines
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Serialise i915_active_acquire() with __active_retire()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Replace I915_READ with intel_uncore_read
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Reinitialise the local list before repeating
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Bump the PP_DIR invalidation for Baytrail
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Try hard to bind the context (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Ignore most failures during evict-vm (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove vestigal i915_gem_context locals from cmdparser
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Hook user-extensions upto MMAP_OFFSET_IOCTL
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Hold the obj->vma.lock while walking the vma.list
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Try to flush pending unbind events (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/perf: drop pointless static qualifier in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Make intel_crtc_arm_fifo_underrun() functional on gen2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Nuke intel_pre_disable_primary_noatomic()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Clean up the gen2 "/no planes -> underrun"/ workaround
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Clean up intel_{pre,post}_plane_update()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: s/pipe_config/new_crtc_state/
  intel_{pre,post}_plane_update() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pass dev_priv to ilk_disable_lp_wm() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Clean up arguments to nv12/scaler w/a funcs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Set the PD again for Haswell (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Avoid parking the vma as we unbind (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display/mst: Move DPMS_OFF call to post_disable
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: Power down sink before disable pipe/transcoder
  clock (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display: Check the old state to find port sync slave
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/irq: Refactor gen11 display interrupt handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Track the context validity explicitly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Skip nested spinlock for validating pending
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Add a couple more validity checks to
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Lift i915_vma_pin() out of intel_renderstate_emit()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Take runtime-pm wakeref prior to unbinding
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Serialise i915_active_wait() with its retirement
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Specialise i915_active.work lock classes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Unbind all current vma on changing cache-level
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Simplify rc6 w/a application (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Use soft-rc6 for w/a protection (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: assume vbt is 4-byte aligned into oprom
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bios: fold pci rom map/unmap into copy function
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/bios: do not discard address space (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display: Suspend MST topology manager before
  destroy fbdev (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vbt: Parse power conservation features block
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/psr: Check if sink PSR capability changed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/psr: Enable ALPM lock timeout error interruption
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/psr: Refactor psr short pulse handler (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/psr: Add bits per pixel limitation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dsb: fix cmd_buf being wrongly set (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Stop using connector->encoder and encoder->crtc
  links in i915_display_info (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Dump both the uapi and hw states for crtcs and planes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use the canonical [CRTC:%d:%s]/etc. format in
  i915_display_info (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use drm_modeset_lock_all() in debugfs display info
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Dump the mode for the crtc just the once
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Refactor debugfs display info code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Reorganize plane/fb dump in debugfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Switch to intel_ types in debugfs display_info
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use drm_rect to simplify plane {crtc,src}_{x,y,w,h}
  printing (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Switch intel_crtc_disable_noatomic() to intel_ types
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Program SHPD_FILTER_CNT on CNP+ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Handle SDEISR according to PCH rather than platform
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use the correct PCH transcoder for LPT/WPT
  in intel_sanitize_frame_start_delay() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Refactor gen6_flush_pd() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Serialise access to GFX_FLSH_CNTL (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Push the flush_pd before the set-context
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gen7: Re-enable full-ppgtt for ivb & hsw
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Keep engine awake during live_coherency
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Ensure the tasklet is decoupled upon
  shutdown (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Don't set undefined bits in dirty_pipes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/i915: use a separate context for gpu relocs"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Wait only on the expected barrier
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Always lock the drm_mm around insert/remove
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Use sgt_iter for huge_pages_free
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Implement Wa_1604555607 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Drop local vm reference! (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Count the number of engines used
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Try to show where the pulse went
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Excise the per-batch whitelist from the context
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Defer breadcrumb processing to after the
  irq handler (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Serialise i915_active_fence_set() with itself
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Manual rc6 entry upon parking (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Disable display interrupts during display IRQ handler
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dp: fix DP audio for PORT_A on gen12+ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Support more QGV points (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Move mock_vma to the heap to reduce
  stack_frame (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Serialise with engine-pm around requests on the
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Switch kunmap() to take the page not vaddr
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Include the subsubtest name for
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: coffeelake supports hdcp2.2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Flush the active callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Force bonded submission to overlap
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Shorten infinite wait for sseu
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Always hold a reference on a waited
  upon request (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Mark intel_wakeref_get() as a sleeper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/execlists: Lock the request while validating it during
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Hold request reference while waiting for w/a
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Use intel_gt_pm_put_async in GuC submission path
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Declare timeline.lock to be irq-free
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Do not initialize display BW when display not
  available (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Skip MCHBAR queries when display is not available
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Change .crtc_enable/disable() calling convention
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: s/pipe_config/new_crtc_state/ in .crtc_enable()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: s/intel_crtc/crtc/ in .crtc_enable() and
  .crtc_disable() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pass dev_priv to cpt_verify_modeset() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Change watermark hook calling convention
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Pass intel_crtc to ironlake_fdi_disable()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Move crtc_state to tighter scope (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Move assert_vblank_disabled() into
  intel_crtc_vblank_on() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add intel_crtc_vblank_off() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Change intel_encoders_<hook>() calling convention
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Take a ref to the request we wait upon
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Be explicit in ERR_PTR handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Exercise rc6 w/a handling (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Manually dump the debug trace on GEM_BUG_ON
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Flush the requests after wedging on suspend
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Schedule next retirement worker first
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Do not read the transcoder register
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Protect the obj->vma.list during iteration
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Merge GGTT vma flush into a single loop
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Track ggtt writes from userspace on the bound vma
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Only wait for register chipset flush if active
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsb: fix extra warning on error path handling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsb: remove atomic operations (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/mst: Check uapi enable not intel one during mst
  atomic check (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/vbt: Handle generic DTD block (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/vbt: Parse panel options separately from timing data
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Add intel_gt_driver_late_release for
  mock device (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Purge the sudden reappearance of
  i915_gem_object_pin() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Mention which device failed (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Fix frame start delay programming (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Disable heartbeat around context
  barrier tests (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Exercise long preemption chains
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/perf: Add preemption check while waiting for OA
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Flush retire.work timer object on unload
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Use gt locals for accessing rc6 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Silence sparse for RCU protection inside the
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/guc: Properly capture & release GuC interrupts
  on Gen11+ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Drop redundant aspec ratio prop value initialization
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Do not override mode's aspect ratio with the prop
  value NONE (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Add coverage of mocs registers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Refactor mocs loops into single control macro
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Tidy up debug-warns for the mocs control table
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Set unused mocs entry to follow PTE on tgl as on
  all (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: Wa_1606679103 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/tgl: allow DVI/HDMI on port A (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/display/mst: Enable virtual channel payload allocation
  earlier (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/display/dsi: Add support to pipe D (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: make sure to check vbt size (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: rename bios to oprom when mapping pci rom
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Invalidate as we write the gen7 breadcrumb
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: do not warn late about hdmi on port A (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gt: Flush gen7 even harder (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/selftests: Remove unused local variable 'file'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsi: Define command mode registers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: store child devices in a list (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/bios: use a flag for vbt hdmi level shift presence
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Try an extra flush on the Haswell blitter
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Remove leftover gem.pm_notifier member (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Pass mem region to preallocated stolen
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Replace implicit dev_priv->uncore for stolen init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Perform some basic cycle counting of MI ops
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/userptr: Handle unlocked gup retries (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/execlists: Reduce barrier on context switch to a wmb()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Taint the kernel on dumping the GEM ftrace buffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Fill all the drm_vma_manager holes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Exercise parallel blit operations on
  a single ctx (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Cancel context if it hangs after it is closed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Show guilty context name on GPU reset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Update context name on closing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/gem: Embed context/timeline name inside the GEM context
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/icl: Refine PG_HYSTERESIS (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/pmu: Only use exclusive mmio access for gen7
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/pmu: Cheat when reading the actual frequency to avoid
  fw (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Mark up sole accessor to ctx->vm as being
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Complete transition to a real struct
  file mock (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: make more headers self-contained (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: change to_mock() to an inline function (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Expand documentation for gen12 DP pre-enable sequence
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Verify mmap_gtt revocation on unbinding
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Wrap vm_mmap() around GEM objects
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Replace mock_file hackery with drm's
  true fake (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: Expose a method for creating anonymous struct file around
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate Kconfig
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Safely acquire the ctx->vm when copying
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Defer engine registration until fully initialised
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: FB backing gem obj should reside in LMEM
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: use might_lock_nested in get_pages annotation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- lockdep: add might_lock_nested() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Switch obj->mm.lock lockdep annotations on its head
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Cleanup heartbeat systole first (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: switch intel_ddi_init() to intel types (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: Add second TGL PCH ID (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Remove unwanted rcu_read_lock/unlock (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/lmem: fixup fake lmem teardown (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Frob the correct crtc state in
  intel_crtc_disable_noatomic() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gem: Early rejection of no-aperture map_ggtt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsb: Remove PIN_MAPPABLE from the DSB object VMA
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsc: rename functions for consistency (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dsc: split out encoder specific parts from DSC compute
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/dsc: clean up rc parameter table access (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/dsc: make parameter arrays const (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: avoid reading DP_TP_CTL twice (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/tgl: do not enable transcoder clock twice on MST
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: add wrappers to get intel connector state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add for_each_new_intel_connector_in_state()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Eliminate redundancy in intel_primary_plane_create()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Sort format arrays consistently (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add 10bpc formats with alpha for icl+ (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Expose C8 on VLV/CHV sprite planes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Add missing 10bpc formats for pipe B sprites on CHV
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Expose alpha formats on VLV/CHV primary planes
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Expose 10:10:10 XRGB formats on SNB-BDW sprites
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Reset CSB pointers by mmio as well
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: add for_each_port() and use it (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/execlists: Ignore the inactive kernel context in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/execlists: Verify context register state before
  execution (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Flush all active callbacks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915/perf: Reverse a ternary to make sparse happy
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/gt: Pull timeline initialise to intel_gt_init_early
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Remove special case slave handling during hw
  programming, v3 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Complete plane hw and uapi split, v2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Perform automated conversions for plane uapi/hw split,
  base -> uapi (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Perform automated conversions for plane uapi/hw
  split, base -> hw (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Perform manual conversions for plane uapi/hw split,
  v2 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add aliases for uapi and hw to plane_state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Complete crtc hw/uapi split, v6 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Perform automated conversions for crtc uapi/hw split,
  base -> uapi (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Perform automated conversions for crtc uapi/hw split,
  base -> hw (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Perform manual conversions for crtc uapi/hw split,
  v2 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Add aliases for uapi and hw to crtc_state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Handle a few more cases for crtc hw/uapi split, v3
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/i915/selftests: Spin on all engines simultaneously
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: use msleep rather than udelay for HDCP
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: include delay.h (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: rcar-du: Add r8a77980 support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: rcar-du: lvds: Allow for even and odd pixels swap
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: rcar-du: lvds: Get dual link configuration from DT
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: rcar-du: lvds: Improve identification of panels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: of: Add drm_of_lvds_get_dual_link_pixel_order
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: rcar-du: lvds: Get mode from state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: rcar-du: Recognize "/renesas,vsps"/ in addition to "/vsps"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: rcar-du: crtc: Register GAMMA_LUT properties
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: rcar-du: crtc: Control CMM operations (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: rcar-du: kms: Initialize CMM instances (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: rcar-du: Add support for CMM (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: log when amdgpu.dc=1 but ASIC is unsupported
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix JPEG instance checking when ctx init
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix VCN2.x number of irq types (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable gfxoff feature for navi10 asic
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: enable pp one vf mode for vega10
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Added RAS UMC error query support for Arcturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct the value retrieved through GPU_LOAD
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: implement the get_enabled_mask callback
  for smu12 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: implement interface to retrieve clock freq
  for (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: implement interface to retrieve gpu
  temperature (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: clear VBIOS scratchs on baco exit V2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add condition to enable baco for ras recovery
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: pre-check the SMU state before issuing
  message (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: drop unnecessary warning prompt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: fix resume failures due to psp fw loading
  sequence change (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- Revert "/drm/amdgpu: enable VCN DPG on Raven and Raven2"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add VM eviction lock v3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: stop adding VM updates fences to the resv obj
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: explicitely sync to VM updates v2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: move VM eviction decision into amdgpu_vm.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Fix BACO entry failure in NAVI10 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Extend DMCUB offload testing into dcn20/21
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: correct log message for lttpr (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: update dml related structs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Change HDR_MULT check (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: 3.2.62 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Implement DePQ for DCN2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix cursor positioning for multiplane cases
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Limit NV12 chroma workaround (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: add dsc policy getter (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: remove spam DSC log (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: add dc dsc functions to return bpp range
  for pixel (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove redundant call (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Modify logic for when to wait for mpcc idle
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: check for repeater when setting aux_rd_interval
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove flag check in mpcc update
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: update sr latency for renoir when using lpddr4
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add shared DMCUB/driver firmware state
  cache window (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Split DMUB cmd type into type/subtype
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Return a correct error value (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Save/restore link setting for disable phy
  when link (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add DP protocol version (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: update p-state latency for renoir when
  using lpddr4 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Implement DePQ for DCN1 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix dml20 min_dst_y_next_start calculation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Disable chroma viewport w/a when rotated
  180 degrees (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add log for lttpr (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: 3.2.61 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix dprefclk and ss percentage reading on RN
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Program CW5 for tracebuffer for dcn20
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Return DMUB_STATUS_OK when autoload unsupported
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Only wait for DMUB phy init on dcn21
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DMCUB__PG_DONE trace code enum
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Disable link before reenable (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Reset PHY in link re-training (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Wrong ifdef guards were used around DML
  validation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix Dali clk mgr construct (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: add separate of private hwss functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: rename core_dc to dc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: reduce redundant uvd context lost warning message
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: clear err_event_athub flag after reset exit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: support full gpu reset workflow when ras
  err_event_athub (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add concurrent baco reset support for XGMI
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable/disable doorbell interrupt in baco entry/exit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: clear uncorrectable parity error status bit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: clear ras controller status registers when interrupt
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: export amdgpu_ras_find_obj to use externally
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove ras global recovery handling from
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Eliminate unnecessary kernel queue function pointers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx: Improvement on EDC GPR workarounds
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Loading NV10/14 Bounding Box Data Directly
  From Code (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Contain MMHUB number in
  mmhub_v9_4_setup_vm_pt_regs() (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: load np fw prior before loading the TAs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: unload asd in psp hw de-init phase (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: drop asd shared memory (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- amd/amdgpu/sriov swSMU disable for sriov (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: remove redundant assignment to variable v_total
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove unneeded semicolon in (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Remove unneeded semicolon in hdcp.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove unneeded semicolon in bios_parser2.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Remove unneeded semicolon in bios_parser.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: Remove unneeded variable 'ret' in
  amdgpu_smu.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: Remove unneeded variable 'result' in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: Remove unneeded variable 'ret' in
  smu7_hwmgr.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: Remove unneeded variable 'result' in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: Remove unneeded variable 'result' in
  smu10_hwmgr.c (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix double assignment to msg_id field
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/sriov: No need the event 3 and 4 now (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Load TA firmware for navi10/12/14
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: not remove sysfs if not create sysfs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Drop AMD_EDID_UTILITY defines (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Include num_vmid and num_dsc within NV14's
  resource (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/gfx: Increase dispatch packet number (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gfx: Clear more EDC cnt (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu/gfx10: remove outdated comments (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: radeon: replace 0 with NULL (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Fix a bug in jpeg_v1_0_start() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: move pci handling out of pm ops (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Modify comments to match the code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: apply gpr/gds workaround before enabling GFX
  EDC mode (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/amdgpu/sriov skip jpeg ip block for ARCTURUS VF
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Raise KFD unpinned system memory limit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Null check aconnector in
  event_property_validate (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: remove set but not used variable
  'stretch_amount2' (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove set but not used variable 'msg_out'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove redundant assignment to variable ret
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Ensure ret is always initialized when using
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use NULL for pointer assignment in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: remove redundant assignment to variables
  HiSidd (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd: Fix Kconfig indentation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Apply noretry setting for mmhub9.4 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Use ARRAY_SIZE for sos_old_versions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: Use ARRAY_SIZE for smu7_profiling
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Remove duplicate functions update_mqd_hiq()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove redundant assignment to pointer write_frame
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: simplify runtime suspend (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: DIQ should not use HIQ way to allocate memory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Delete KFD_MQD_TYPE_COMPUTE (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: implement querying ras error count for mmhub9.4
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: refine query function of mmhub EDC counter in vg20
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: define soc15_ras_field_entry for reuse
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- amd/amdgpu: force to trigger a no-retry-fault after a
  retry-fault (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add flag to indicate amdgpu vm context
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable runtime pm on BACO capable boards if runpm=1
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: disentangle runtime pm and vga_switcheroo
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: start to disentangle boco from runtime pm
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add baco support to runtime suspend/resume
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add helpers for baco entry and exit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: split swSMU baco_reset into enter and exit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add additional boco checks to runtime suspend/resume
  (v2) (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: rename amdgpu_device_is_px to
  amdgpu_device_supports_boco (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add a amdgpu_device_supports_baco helper
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add supports_baco callback for NV asics
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add supports_baco callback for VI asics
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add supports_baco callback for CIK asics
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add supports_baco callback for SI asics
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add supports_baco callback for soc15 asics. (v2)
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add asic callback for BACO support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: enable gpu_busy_percent sys interface
  for renoir (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: pull ras controller int status only when ras enabled
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: switch to common helper func for psp cmd submission
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add helper func for psp ring cmd submission
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add psp funcs for ring write pointer read/write
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add missing header file declaration
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add Arcturus baco reset support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: correct swSMU baco reset related settings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: return errno code to caller when error occur
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove not needed memset (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/radeon: remove set but not used variable 'tv_pll_cntl1'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove set but not used variable 'blocks'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove set but not used variable 'radeon_connector'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove set but not used variable 'dig_connector'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove set but not used variable
  'backbias_response_time' (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: remove set but not used variable 'size',
  'relocs_chunk' (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix coding error in connector atomic check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix static analysis bug in validate_bksv
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: split rxstatus for hdmi and dp (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: use drm defines for MAX CASCADE MASK
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add and use defines from drm_hdcp.h
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Refactor HDCP encryption status update
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add force Type0/1 flag (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Refactor HDCP to handle multiple displays
  per link (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Handle hdcp2.2 type0/1 in dm (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Enable HDCP 2.2 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Change ERROR to WARN for HDCP module
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add logging for HDCP2.2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add execution and transition states for HDCP2.2
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DDC handles for HDCP2.2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add PSP block to verify HDCP2.2 steps
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add Navi10 DMUB VBIOS code (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add DSC 422Native debug option (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Use a temporary copy of the current state when
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Spin for DMCUB PHY init in DC (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: DML Validation Dump/Check with Logging
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: cleanup of function pointer tables
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Don't spin forever waiting for DMCUB
  phy/auto init (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Avoid conflict between HDR multiplier and 3dlut
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add debugfs sdp hook up function for Navi
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.60 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add debug trace for dmcub FW autoload
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Adjust DML workaround threshold (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: add color space option when sending link test
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: cleanup of construct and destruct funcs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix debugfs on MST connectors (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: revert change causing DTN hang for RV
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Clean up some code with unused registers
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Connect DIG FE to its BE before link
  training starts (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add debugfs initalization on mst connectors
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DMUB param to load inst const from driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add DMUB service function check if hw
  initialized (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Changes in dc to allow full update in
  some cases (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix stereo with DCC enabled (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: 3.2.59 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Fix incorrect deep color setting in
  YCBCR420 modes (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Update background color in bottommost mpcc
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add hubp clock status in DTN log for Navi
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Renoir chroma viewport WA Read the correct
  register (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Renoir chroma viewport WA change formula
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add automated audio test support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/dm: Do not throw an error for a display with no audio
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove set but not used variable 'min_content'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove set but not used variable 'bp' in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove set but not used variable
  'old_plane_crtc' (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/soc15: move struct definition around to align
  with other (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: remove set but not used variable 'top_dev'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable Arcturus JPEG2.5 block (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable Arcturus CG for VCN and JPEG blocks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: move JPEG2.5 out from VCN2.5 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: enable JPEG2.0 for Navi1x and Renoir (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add driver support for JPEG2.0 and above
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable JPEG2.0 dpm (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: set JPEG to SMU dpm (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: add JPEG power control for Renoir
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add Powergate JPEG for Renoir (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/powerplay: add JPEG power control for Navi1x
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: add JPEG Powerplay interface (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add PG and CG for JPEG2.0 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add JPEG PG and CG interface (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: remove unnecessary JPEG2.0 code from VCN2.0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add JPEG v2.0 function supports (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add JPEG common functions to amdgpu_jpeg
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add JPEG IP block type (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: use the JPEG structure for general driver support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: separate JPEG1.0 code out from VCN1.0
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add amdgpu_jpeg and JPEG tests (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: add JPEG HW IP and SW structures (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: init umc functions for arcturus umc ras
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: enable ras capablity check on arcturus
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Rename kfd_kernel_queue_*.c to
  kfd_packet_manager_*.c (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Eliminate ops_asic_specific in kernel queue
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Merge CIK kernel queue functions into VI
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: remove set but not used variable 'us_mvdd'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove set but not used variable 'invalid'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove set but not used variable 'count'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove set but not used variable 'amdgpu_connector'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove set but not used variable 'mc_shared_chmap'
  from 'gfx_v6_0.c' and 'gfx_v7_0.c' (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: remove set but not used variable 'bpc'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Stop using GFP_NOIO explicitly for two places
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Use QUEUE_IS_ACTIVE macro in mqd v10 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Fix a bug when calculating save_area_used_size
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Update get_wave_state() for GFX10 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdkfd: Implement queue priority controls for gfx10
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Rename create_cp_queue() to init_user_queue()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Avoid using doorbell_off as offset in process
  doorbell (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Use better name to indicate the offset is in dwords
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove set but not used variable 'ds_port'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: remove set but not used variable 'threshold',
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use static const, not const static
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: remove set but not used variable 'data'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/powerplay: remove set but not used variable
  'vbios_version', (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove duplicated comparison expression
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: fix spelling mistake "/exeuction"/ -> "/execution"/
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Simplify the mmap offset related bit operations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Use kernel queue v9 functions for v10
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Only keep release_mem function for Hawaii
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdkfd: Adjust function sequences to avoid unnecessary
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove redundant variable status
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: remove duplicated assignment to grph_obj_type
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove set but not used variable 'mc_shared_chmap'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove always false comparison in
  'amdgpu_atombios_i2c_process_i2c_ch' (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: remove set but not used variable 'dig'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove set but not used variable 'dig_connector'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add function parameter description in
  'amdgpu_gart_bind' (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: add function parameter description in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: remove 4 set but not used variable in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: fix warning when CONFIG_DRM_AMD_DC_DCN
  is not set (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu/display: fix the build when CONFIG_DRM_AMD_DC_DCN is
  not (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: rename DCN1_0 kconfig to DCN (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_1 flag
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTED
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Disable VUpdate interrupt for DCN hardware
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Send vblank and user events at vsartup for DCN
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: disable lttpr for invalid lttpr caps
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: use previous aux timeout val if no repeater
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: implement lttpr logic (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: configure lttpr mode (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: check for dp rev before reading lttpr regs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: initialize lttpr (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Unify all scaling when Integer Scaling enabled
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: add oem i2c implemenation in dc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add some hardware status in DTN log debugfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.58 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: optimize bandwidth after commit streams
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Create debug option to disable v.active
  clock change (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: set MSA MISC1 bit 6 while sending colorimetry
  in VSC (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add a sanity check for DSC already
  enabled/disabled (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Use SIGNAL_TYPE_NONE in disable_output unless
  eDP (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Renoir chroma viewport WA (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Fix assert observed when performing dummy
  p-state (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: 3.2.57 (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Drop CONFIG_DRM_AMD_DC_DMUB guards
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Register DMUB service with DC (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add DMUB support to DC (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Add DMCUB to firmware query interface
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Hook up the DMUB service in DM (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Add PSP FW version mask (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Change dmcu init sequence for dmcub loading
  dmcu FW (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add the DMUB service (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: Drop DMCUB from DCN21 resources (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amdgpu: Add PSP loading support for DMCUB ucode
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Add ucode support for DMCUB (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/amd/display: fix dereference of pointer aconnector when it
  is (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amd/display: Add MST atomic routines (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- DRM: ARC: PGU: add ARGB8888 format to supported format list
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- DRM: ARC: PGU: replace unsupported by HW RGB888 format
  by XRGB888 (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- DRM: ARC: PGU: cleanup supported format list code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- DRM: ARC: PGU: fix framebuffer format switching (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- linux-next: build failure after merge of the drm-misc tree
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driver
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu/drm: ingenic: Add support for the JZ4770 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- gpu/drm: ingenic: Check for display size in CRTC atomic check
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- gpu/drm: ingenic: Set max FB height to 4095 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- gpu/drm: ingenic: Use the plane's src_[x,y] to configure
  DMA length (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- gpu/drm: ingenic: Avoid null pointer deference in plane
  atomic update (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: Remove unneeded semicolon in sun4i_layer.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: Remove unneeded semicolon in sun8i_mixer.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: Pass GPIO for Intel MID using descriptors
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/atmel: plane_state->fb iff plane_state->crtc (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: globle no more! (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/komeda: Enable new product D32 support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/komeda: Update the chip identify (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/komeda: Correct d71 register block counting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Remove udl_fb.c (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Move udl_handle_damage() into udl_modeset.c
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Remove struct udl_device.active_fb_16 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Convert to drm_atomic_helper_dirtyfb() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Set preferred color depth to 16 bpp (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Inline DPMS code into CRTC enable and disable functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Switch to atomic suspend/resume helpers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Convert to struct drm_simple_display_pipe
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Init connector before encoder and CRTC (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/edid: Increase size of VDB and CMDB bitmaps to 256 bits
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: heaps: Add CMA heap to dmabuf heaps (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: heaps: Add system heap to dmabuf heaps (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: heaps: Add heap helpers (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- dma-buf: Add dma-buf heaps framework (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/drm_panel: fix EXPORT of drm_panel_of_backlight
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/doc: Drop :c:func: markup (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/atomic: Update docs around locking and commit sequencing
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: panel: export drm_panel_bridge_connector
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Store primary-plane format in struct ast_crtc_state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Store VBIOS mode info in struct ast_crtc_state
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Introduce struct ast_crtc_state (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Add plane atomic_check() functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Clean up arguments of register functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Enable and disable screen in primary-plane functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Move modesetting code to CRTC's atomic_flush()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: crtc: add OSD1 plane AFBC commit (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/meson: hold 32 lines after vsync to give time for AFBC start
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: viu: add AFBC modules routing functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: plane: add support for AFBC mode for OSD1 plane
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: Add AFBCD module driver (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/meson: add RDMA module driver (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: store the framebuffer width for plane commit
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/meson: add RDMA register bits defines (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/meson: add AFBC decoder registers for GXM and G12A
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: tpo-tpg110: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: tpo-td028ttec1: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: sitronix-st7789v: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: sitronix-st7701: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: sharp-ls043t1le01: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: sharp-lq101r1sx01: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: seiko-43wvf1g: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: ronbo-rb070d30: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: rocktech-jh057n00900: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: raydium-rm68200: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: panasonic-vvx10f034n00: use drm_panel backlight
  support (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: osd-osd101t2587-53ts: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: olimex-lcd-olinuxino: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: lvds: use drm_panel backlight support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: kingdisplay-kd097d04: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: innolux-p079zca: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: ilitek-ili9881c: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: feiyang-fy07024di26a30d: use drm_panel backlight
  support (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: drop drm_device from drm_panel (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: decouple connector from drm_panel (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: add drm_connector argument to get_modes()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: get drm_bridge_panel connector via helper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: simple: use drm_panel backlight support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: add backlight support (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/drm_panel: no error when no callback (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: add a missed gma_power_end in error path
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Clarify the atomic enable/disable hooks semantics
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add the drm_bridge_get_prev_bridge() helper
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add the drm_for_each_bridge_in_chain() helper
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Make the bridge chain a double-linked list
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Stop accessing encoder->bridge directly (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: Introduce drm_bridge_get_next_bridge()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Rename bridge helpers targeting a bridge chain
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Remove VCPI while disabling topology mgr
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: Register devfreq cooling device (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Remove field lost_pixels from struct udl_device
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Begin/end access to imported buffers in damage-handler
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Move log-cpp code out of udl_damage_handler()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Move clip-rectangle code out of udl_handle_damage()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Vmap framebuffer after all tests succeeded in damage
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Don't track number of identical and sent pixels
  per line (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Remove unused statistics counters (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: share address space for dma bufs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: call drm_gem_object_funcs.mmap with fake offset
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Add FEC registers for LT-tunable repeaters (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Fix DSC throughput mode 0 mask definition (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vkms: Fix typo and preposion in function documentation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/doc: Add VKMS module description and use to "/Testing and
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dp_mst: Clear all payload id tables downstream when
  initializing (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Debug-print unique revisions id on G200 SE
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mgag200: Call mgag200_driver_{load, unload}() before
  registering (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: Call psb_driver_{load, unload}() before registering
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: constify fb ops across all drivers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: intelfb: use const pointer for fb_ops
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: constify fb ops across all drivers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: make fbops member of struct fb_info a const
  pointer (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: uvesafb: modify the static fb_ops directly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: nvidia: modify the static fb_ops directly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: mb862xx: modify the static fb_ops directly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fbdev: atyfb: modify the static fb_ops directly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- udmabuf: implement begin_cpu_access/end_cpu_access hooks
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- udmabuf: separate out creating/destroying scatter-table
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- udmabuf: add a pointer to the miscdevice in dma-buf private data
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- udmabuf: use cache_sgt_mapping option (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/via: Don't include <drm/drm_pci.h> (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tdfx: Don't include <drm/drm_pci.h> (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/sis: Don't include <drm/drm_pci.h> (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/savage: Don't include <drm/drm_pci.h> (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/radeon: Don't include <drm/drm_pci.h> (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/r128: Don't include <drm/drm_pci.h> (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Don't include <drm/drm_pci.h> (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mga: Don't include <drm/drm_pci.h> (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i810: Don't include <drm/drm_pci.h> (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Don't include <drm/drm_pci.h> (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/pci: Hide legacy PCI functions from non-legacy code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/pci: Only build drm_pci.c if CONFIG_PCI is set
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panel: rpi: Drop unused GPIO includes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/crtc-helper: drm_connector_get_single_encoder prototype
  is missing (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- video: omapfb: use const pointer for fb_ops (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbmem: use const pointer for fb_ops (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- video: fbdev: vesafb: modify the static fb_ops directly
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: udlfb: don't restore fb_mmap after deferred IO cleanup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: smscufx: don't restore fb_mmap after deferred IO cleanup
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/fb-helper: don't preserve fb_ops across deferred IO use
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- video: fb_defio: preserve user fb_ops (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: drop DRM_AUTH from PRIME_TO/FROM_HANDLE ioctls
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/panfrost: remove DRM_AUTH and respective comment
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: use correct dev node location in comment (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/exynos: Don't reset bridge->next (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: fix opencoded use of drm_panel_* (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: fix opencoded use of drm_panel_* (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/exynos: fix opencoded use of drm_panel_* (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: clean up indentation issue (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/panel: simple: Add Logic PD Type 28 display support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: Inline drm_color_lut_extract() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/todo: Add entry for fb funcs related cleanups
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: Add alternate clock for SMPTE 4K (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/edid: Add aspect ratios to HDMI 4K modes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/qxl: Complete exception handling in qxl_device_init()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: Use drm_gem_fb_create_with_dirty (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rect: update kerneldoc for drm_rect_clip_scaled()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/selftests: Add drm_rect selftests (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rect: Keep the clipped dst rectangle in place
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rect: Keep the scaled clip bounded (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/rect: Avoid division by zero (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/fourcc: Fill out all block sizes for P210 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/fourcc: Fill out all block sizes for P10/12/16
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Fix build break (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/scheduler: Avoid accessing freed bad job (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vram: remove unused declaration (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- udmabuf: Remove deleted map/unmap handlers (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Replace struct udl_framebuffer with generic
  implementation (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Call udl_handle_damage() with DRM framebuffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Store active framebuffer in device structure
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Remove udl implementation of GEM's free_object()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Unmap buffer object after damage update (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: Remove kernel map/unmap hooks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/armada: Delete dma_buf->k(un)map implemenation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- sample/vfio-mdev/mbocs: Remove dma_buf_k(un)map support
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- xen/gntdev-dmabuf: Ditch dummy map functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- media/videobuf2: Drop dma_buf->k(un)map support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vmwgfx: Delete mmaping functions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma-buf: Drop dma_buf_k(un)map (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tegra: Remove dma_buf->k(un)map (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omapdrm: Drop dma_buf->k(un)map (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/i915: Drop dma_buf->k(un)map (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: Remove dma_buf_kmap selftest (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: Delete host1x_bo_ops->k(un)map (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/tegra: Map cmdbuf once for reloc processing (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Revert "/drm/fbdev: Fallback to non tiled mode if all tiles
  not present"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: Remove struct psb_fbdev (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: Store framebuffer in struct drm_fb_helper
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: Pass struct drm_gem_object to framebuffer functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: Replace struct psb_framebuffer with struct
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: Remove field 'fbdev' from struct psb_framebuffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: Remove addr_space field from psb_framebuffer
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/sun4i: Fix Kconfig indentation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/vc4: Fix Kconfig indentation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: Do not needlessly logically and with 3 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mcde: Reuse global DSI command defs (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mediatek: don't open-code drm_gem_fb_create (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/msm: Don't init ww_mutec acquire ctx before needed
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- dma-resv: Also prime acquire ctx for lockdep (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/modeset: Prime modeset lock vs dma_resv (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dp_mst: fix multiple frees of tx->bytes (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mgag200: Fix Kconfig indentation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: Fix Kconfig indentation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/lima: Fix Kconfig indentation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: Fix Kconfig indentation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/omap: Fix Kconfig indentation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: Fix Kconfig indentation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Fix Kconfig indentation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- vga: Fix Kconfig indentation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/dsi: add helpers for DSI compression mode and PPS packets
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/dsi: rename MIPI_DCS_SET_PARTIAL_AREA to (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dsi: add missing DSI DCS commands (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dsi: add missing DSI data types (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/dsi: clean up DSI data type definitions (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma_resv: prime lockdep annotations (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/r128: make ATI PCI GART part of its only user, r128
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: factor out virtio_gpu_update_dumb_bo (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtio: Simplify virtio_gpu_primary_plane_update workflow
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/virtio: fix byteorder handling in
  virtio_gpu_cmd_transfer_{from, (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/xen: Simplify fb_create (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/tilcdc: Drop drm_gem_fb_create wrapper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/atmel: ditch fb_create wrapper (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: Fixup fbdev stolen size usage evaluation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- fbdev: Unexport unlink_framebuffer() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/fb-helper: Remove drm_fb_helper_unlink_fbi() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Replace fbdev code with generic emulation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- =?UTF-8?q?drm/komeda:=20Clean=20warnings:=20candidate=20for=20'gn?=
  =?UTF-8?q?u=5Fprintf=E2=80=99=20format=20attribute?=
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: remove set but not used variable 'channel_eq'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/fbdev: Fallback to non tiled mode if all tiles not present
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/edid: no CEA v3 extension is not an error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: remove set but not used variable 'is_hdmi','is_crt'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: remove set but not used variable 'error'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/gma500: remove set but not used variable 'htotal'
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Call struct drm_driver.{load, unload} before
  registering (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Replace drm_get_pci_device() and drm_put_dev()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/print: group logging functions by prink or device based
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/print: convert debug category macros into an enum
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/print: underscore prefix functions that should be private
  to print (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/print: rename drm_debug to __drm_debug to discourage use
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: use drm_debug_enabled() to check for debug
  categories (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/nouveau: use drm_debug_enabled() to check for debug
  categories (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/i915: use drm_debug_enabled() to check for debug categories
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/komeda: Adds gamma and color-transform support for DOU-IPS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/komeda: Add drm_ctm_to_coeffs() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/komeda: Add drm_lut_to_fgamma_coeffs() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: Add a new helper drm_color_ctm_s31_32_to_qm_n()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/fb-helper: unexport drm_fb_helper_generic_probe
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: anx6345: Fix compilation breakage on systems without
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/komeda: Fix komeda driver build error (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: fix anx6345 compilation for v5.5 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/virtgpu: fix double unregistration (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/komeda: add rate limiting disable to err_verbosity
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/komeda: Add option to print WARN- and INFO-level IRQ events
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/komeda: Optionally dump DRM state on interrupts
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/komeda: Remove CONFIG_KOMEDA_ERROR_PRINT (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/komeda: Add debugfs node to control error verbosity
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: Handle pending vblank while disabling display
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: dsi: Enable clocks in pre_enable() instead of
  mode_set() (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: dsi: Fix duplicated DSI connector (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/mcde: dsi: Delay start of video stream generator
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: dsi: Make video mode errors more verbose
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: Fix frame sync setup for video mode panels
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mcde: Provide vblank handling unconditionally
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/rockchip: use DRM_DEV_ERROR for log output (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/udl: Remove struct udl_gem_object and functions
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Switch to SHMEM (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Allocate GEM object via struct
  drm_driver.gem_create_object (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/udl: Remove flags field from struct udl_gem_object
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: finally fix the racy VMA setup (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ttm: also export ttm_bo_vm_fault v2 (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Enable atomic modesetting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Add cursor plane (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Add CRTC helpers for atomic modesetting (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Add primary plane (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Split ast_set_vbios_mode_info() (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/ast: Split ast_set_ext_reg() into color and threshold
  function (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Don't clear base address and offset with default values
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Check video-mode requirements against VRAM size
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ast: Remove last traces of struct ast_gem_object
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: Add Analogix anx6345 support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: Prepare Analogix anx6345 support (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/bridge: extract some Analogix I2C DP common code
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: split some definitions of ANX78xx to dedicated
  headers (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/bridge: move ANA78xx driver to analogix subdirectory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/tilcdc: Provide ddc symlink in connector sysfs directory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/mediatek: Provide ddc symlink in hdmi connector sysfs
  directory (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/exynos: Provide ddc symlink in connector's sysfs
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm/hdmi: Provide ddc symlink in hdmi connector sysfs
  directory (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm: rockchip: Provide ddc symlink in inno_hdmi sysfs directory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs
  directory (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/amdgpu: Provide ddc symlink in dm connector's sysfs
  directory (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/radeon: Provide ddc symlink in connector sysfs directory
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm: atomic helper: fix W=1 warnings (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: Add page flip support on psb/cdv (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/gma500: Add missing call to allow enabling vblank on psb/cdv
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/fb-helper: Remove drm_fb_helper_fbdev_{setup, teardown}()
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/todo: Convert drivers to generic fbdev emulation
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/komeda: Use devm_platform_ioremap_resource() in
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: remove ttm_bo_wait_unreserved (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/nouveau: slowpath for pushbuf ioctl (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- dma_resv: prime lockdep annotations (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/doc: Update IGT documentation (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/vkms: Update VKMS documentation (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/todo: Add entry to remove load/unload hooks (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/property: Enforce more lifetime rules (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm: use DIV_ROUND_UP helper macro for calculations
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/scdc: Fix typo in bit definition of SCDC_STATUS_FLAGS
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/ttm: ttm_tt_init_fields() can be static (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- Revert "/drm/etnaviv: reject timeouts with tv_nsec >=
  NSEC_PER_SEC"/ (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882,
  jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- drm/etnaviv: avoid deprecated timespec (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- drm/etnaviv: reject timeouts with tv_nsec >= NSEC_PER_SEC
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- drm/msm: avoid using 'timespec' (jsc#SLE-12680, jsc#SLE-12880,
  jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496, jsc#SLE-15322).
- console/dummycon: Remove bogus depends on from DUMMY_CONSOLE
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- pinctrl: Allow modules to use pinctrl_register_mappings
  (jsc#SLE-12680, jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883,
  jsc#SLE-13496, jsc#SLE-15322).
- remove ioremap_nocache and devm_ioremap_nocache (jsc#SLE-12680,
  jsc#SLE-12880, jsc#SLE-12882, jsc#SLE-12883, jsc#SLE-13496,
  jsc#SLE-15322).
- commit 9955060
- s390/stp: unify stp_work_mutex and clock_sync_mutex
  (jsc#SLE-13821).
- s390/stp: add sysfs file to show scheduled leap seconds
  (jsc#SLE-13821).
- s390/stp: add support for leap seconds (jsc#SLE-13821).
- Refresh
  patches.suse/s390-sles15sp3-03-02-s390-cio-Provide-Endpoint-Security-Mode-per-CU.patch.
- s390/stp: use u32 instead of unsigned int (jsc#SLE-13821).
- s390/stp: use __packed (jsc#SLE-13821).
- s390/stp: add locking to sysfs functions (jsc#SLE-13821).
- commit 0307c9d
- s390/topology: remove offline CPUs from CPU topology masks
  (jsc#SLE-13727).
- commit 1f00baa
- s390/qeth: implement ndo_bridge_setlink for learning_sync
  (jsc#SLE-13764).
- s390/qeth: implement ndo_bridge_getlink for learning_sync
  (jsc#SLE-13764).
- s390/qeth: Reset address notification in case of buffer overflow
  (jsc#SLE-13764).
- bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifier
  (jsc#SLE-13764).
- s390/qeth: Translate address events into switchdev notifiers
  (jsc#SLE-13764).
- s390/qeth: Detect PNSO OC3 capability (jsc#SLE-13764).
- s390/cio: Helper functions to read CSSID, IID, and CHID
  (jsc#SLE-13764).
- s390/cio: Add new Operation Code OC3 to PNSO (jsc#SLE-13764).
- commit 77e80d7
- s390/ctcm: remove orphaned function declarations
  (jsc#SLE-13690).
- s390/qeth: static checker cleanups (jsc#SLE-13690).
- commit f2438b0
- s390/qeth: use netdev_name() (jsc#SLE-13690).
- s390/qeth: constify the disciplines (jsc#SLE-13690).
- s390/qeth: allow configuration of TX queues for OSA devices
  (jsc#SLE-13690).
- s390/qeth: de-magic the QIB parm area (jsc#SLE-13690).
- s390/qeth: keep track of wanted TX queues (jsc#SLE-13690).
- s390/qeth: remove forward declarations in L2 code
  (jsc#SLE-13690).
- s390/qeth: consolidate teardown code (jsc#SLE-13690).
- commit 656ad94
- s390/qeth: consolidate online code (jsc#SLE-13690).
- s390/qeth: cancel cmds earlier during teardown (jsc#SLE-13690).
- s390/qeth: tighten ucast IP locking (jsc#SLE-13690).
- s390/qeth: replace deprecated simple_stroul() (jsc#SLE-13690).
- s390/qeth: clean up string ops in qeth_l3_parse_ipatoe()
  (jsc#SLE-13690).
- s390/qeth: relax locking for ipato config data (jsc#SLE-13690).
- s390/qeth: don't init refcount twice for mcast IPs
  (jsc#SLE-13690).
- commit c7164a0
- s390/qeth: strictly order bridge address events (jsc#SLE-13690).
- s390/cio, s390/qeth: cleanup PNSO CHSC (jsc#SLE-13690).
- s390/qeth: unify structs for bridge port state (jsc#SLE-13690).
- s390/qeth: copy less data from bridge state events
  (jsc#SLE-13690).
- s390/qeth: don't let HW override the configured port role
  (jsc#SLE-13690).
- s390/qeth: don't disable address events during initialization
  (jsc#SLE-13690).
- commit 6718f0f
- s390/qeth: make queue lock a proper spinlock (jsc#SLE-13690).
- s390/qeth: use to_delayed_work() (jsc#SLE-13690).
- s390/qeth: clean up qeth_l3_send_setdelmc()'s declaration
  (jsc#SLE-13690).
- s390/qeth: delay draining the TX buffers (jsc#SLE-13690).
- s390/qeth: use all configured RX buffers (jsc#SLE-13690).
- s390/ism: indicate correct error reason in ism_alloc_dmb()
  (jsc#SLE-13690).
- s390/qeth: constify the MPC initialization data (jsc#SLE-13690).
- commit c17a727
- s390/qeth: unify RX-mode hashtables (jsc#SLE-13690).
- s390/qeth: cleanup OAT code (jsc#SLE-13690).
- s390/qeth: clean up a magic number in the OAT callback
  (jsc#SLE-13690).
- s390/qeth: use u64_to_user_ptr() in the OAT code
  (jsc#SLE-13690).
- s390/qeth: clean up error handling for isolation mode cmds
  (jsc#SLE-13690).
- s390/qeth: don't clear the configured isolation mode
  (jsc#SLE-13690).
- s390/qeth: only init the isolation mode when necessary
  (jsc#SLE-13690).
- commit fdcdead
- s390/qeth: fine-tune errno when cmds are cancelled
  (jsc#SLE-13690).
- s390/qeth: reject unsupported link type earlier (jsc#SLE-13690).
- s390/qdio: remove internal polling in non-thinint path
  (jsc#SLE-13690).
- s390/qdio: allow to scan all 128 Input SBALs (jsc#SLE-13690).
- s390/qdio: fix statistics for 128 SBALs (jsc#SLE-13690).
- s390/qeth: let isolation mode override HW offload restrictions
  (jsc#SLE-13690).
- s390/qdio: warn about unexpected SLSB states (jsc#SLE-13690).
- commit 22cf4e8
- s390/qdio: clean up usage of qdio_data (jsc#SLE-13690).
- s390/qdio: reduce SLSB writes during Input Queue processing
  (jsc#SLE-13690).
- s390/qdio: fine-tune SLSB update (jsc#SLE-13690).
- s390/qdio: remove q->first_to_kick (jsc#SLE-13690).
- s390/qdio: fix up qdio_start_irq() kerneldoc (jsc#SLE-13690).
- s390/qdio: add IRQ reduction for error SBALs (jsc#SLE-13690).
- s390/qdio: refactor ACK processing for primed SBALs
  (jsc#SLE-13690).
- commit 46b9562
- s390/qdio: simplify overlap calculation on Input refill
  (jsc#SLE-13690).
- s390/qdio: remove always-true condition (jsc#SLE-13690).
- s390/qdio: de-duplicate tiqdio_inbound_processing()
  (jsc#SLE-13690).
- s390/qdio: keep track of allocated queue count (jsc#SLE-13690).
- s390/qdio: roll-back after queue allocation error
  (jsc#SLE-13690).
- s390/qdio: do more fine-grained allocation roll-back
  (jsc#SLE-13690).
- s390/qdio: consolidate thinint init/exit (jsc#SLE-13690).
- commit 26e1650
- s390/qeth: clean up Kconfig help text (jsc#SLE-13690).
- s390/qeth: return error when starting a reset fails
  (jsc#SLE-13690).
- s390/qeth: set TX IRQ marker on last buffer in a group
  (jsc#SLE-13690).
- s390/qeth: indicate contiguous TX buffer elements
  (jsc#SLE-13690).
- s390/qeth: merge TX skb mapping code (jsc#SLE-13690).
- s390/qeth: don't use restricted offloads for local traffic
  (jsc#SLE-13690).
- s390/qeth: extract helpers for next-hop lookup (jsc#SLE-13690).
- commit 6af340f
- s390/qeth: add debugfs file for local IP addresses
  (jsc#SLE-13690).
- s390/qeth: process local address events (jsc#SLE-13690).
- s390/qeth: keep track of LP2LP capability for csum offload
  (jsc#SLE-13690).
- s390/qeth: fix cancelling of TX timer on dev_close()
  (jsc#SLE-13690).
- s390/qdio: clear DSCI early for polling drivers (jsc#SLE-13690).
- s390/qdio: inline shared_ind() (jsc#SLE-13690).
- s390/qdio: remove cdev from init_data (jsc#SLE-13690).
- commit 35bdfba
- s390/qdio: allow for non-contiguous SBAL array in init_data
  (jsc#SLE-13690).
- zfcp: inline zfcp_qdio_setup_init_data() (jsc#SLE-13690).
- s390/qdio: cleanly split alloc and establish (jsc#SLE-13690).
- s390/qdio: set qdio_irq->cdev at allocation time
  (jsc#SLE-13690).
- Refresh
  patches.suse/s390-qdio-consistently-restore-the-irq-handler.
- s390/qdio: remove unused function declarations (jsc#SLE-13690).
- s390/qdio: pass ISC as parameter to chsc_sadc() (jsc#SLE-13690).
- s390/qdio: export SSQD via debugfs (jsc#SLE-13690).
- commit b19b3bd
- s390/qdio: simplify debugfs code (jsc#SLE-13690).
- s390/qdio: use QDIO_IRQ_STATE_INACTIVE instead of 0
  (jsc#SLE-13690).
- s390/qdio: reduce access to cdev->private->qdio_data
  (jsc#SLE-13690).
- Refresh
  patches.suse/s390-qdio-consistently-restore-the-irq-handler.
- s390/qdio: clean up cdev access in qdio_setup_irq()
  (jsc#SLE-13690).
- Refresh
  patches.suse/s390-qdio-consistently-restore-the-irq-handler.
- s390/qeth: make OSN / OSX support configurable (jsc#SLE-13690).
- Update config files.
- s390/qeth: remove fake_broadcast attribute (jsc#SLE-13690).
- s390/qeth: modernize two list helpers (jsc#SLE-13690).
- commit c754a84
- s390/qeth: keep track of fixed prio-queue configuration
  (jsc#SLE-13690).
- s390/qeth: fine-tune MAC Address-related errnos (jsc#SLE-13690).
- s390/qeth: add TX IRQ coalescing support for IQD devices
  (jsc#SLE-13690).
- s390/qeth: collect more TX statistics (jsc#SLE-13690).
- s390/qeth: clean up the mac_bits (jsc#SLE-13690).
- s390/qeth: simplify L3 dev_id logic (jsc#SLE-13690).
- s390/qdio: extend polling support to multiple queues
  (jsc#SLE-13690).
- Refresh
  patches.suse/s390-qdio-put-thinint-indicator-after-early-error.
- Refresh
  patches.suse/s390-qeth-integrate-rx-refill-worker-with-napi.
- s390/qeth: remove redundant if-clause in RX poll code
  (jsc#SLE-13690).
- Refresh
  patches.suse/s390-qeth-integrate-rx-refill-worker-with-napi.
- Refresh patches.suse/s390-qeth-tolerate-pre-filled-rx-buffer.
- commit a459172
- s390/qeth: split out RX poll code (jsc#SLE-13690).
- Refresh
  patches.suse/s390-qeth-integrate-rx-refill-worker-with-napi.
- s390/qeth: simplify RX buffer tracking (jsc#SLE-13690).
- Refresh
  patches.suse/s390-qeth-integrate-rx-refill-worker-with-napi.
- Refresh patches.suse/s390-qeth-tolerate-pre-filled-rx-buffer.
- s390/qeth: use dev->reg_state (jsc#SLE-13690).
- s390/qeth: remove gratuitous NULL checks (jsc#SLE-13690).
- s390/qeth: add phys_to_virt() translation for AOB
  (jsc#SLE-13690).
- s390/qeth: don't report hard-coded driver version
  (jsc#SLE-13690).
- s390/qeth: add SW timestamping support for IQD devices
  (jsc#SLE-13690).
- commit 475757c
- s390/qeth: balance the TX queue selection for IQD devices
  (jsc#SLE-13690).
- s390/qeth: allow configuration of TX queues for IQD devices
  (jsc#SLE-13690).
- s390/qeth: allow configuration of TX queues for z/VM NICs
  (jsc#SLE-13690).
- s390/qeth: remove prio-queueing support for z/VM NICs
  (jsc#SLE-13690).
- s390/qeth: use memory reserves in TX slow path (jsc#SLE-13690).
- s390/qeth: use memory reserves to back RX buffers
  (jsc#SLE-13690).
- s390/qeth: remove VNICC callback parameter struct
  (jsc#SLE-13690).
- commit 85386f2
- s390/qdio: add tighter controls for IRQ polling (jsc#SLE-13690).
- Refresh
  patches.suse/s390-qeth-integrate-rx-refill-worker-with-napi.
- s390/qeth: support configurable RX copybreak (jsc#SLE-13690).
- s390/qeth: don't check for IFF_UP when scheduling napi
  (jsc#SLE-13690).
- s390/qeth: don't re-start read cmd when IDX has terminated
  (jsc#SLE-13690).
- s390/qeth: reset seqnos on connection startup (jsc#SLE-13690).
- s390/qeth: remove unused cmd definitions (jsc#SLE-13690).
- s390/qeth: validate device-provided MAC address (jsc#SLE-13690).
- commit 3cac482
- s390/qeth: clean up CREATE_ADDR cmd code (jsc#SLE-13690).
- s390/qeth: remove dead code in qeth_l3_iqd_read_initial_mac()
  (jsc#SLE-13690).
- s390/qdio: fill SL with absolute addresses (jsc#SLE-13690).
- s390/qdio: don't allocate *aob array with GFP_ATOMIC
  (jsc#SLE-13690).
- s390/qdio: simplify ACK tracking (jsc#SLE-13690).
- s390/qeth: remove HARDSETUP state (jsc#SLE-13690).
- Refresh patches.suse/s390-qeth-cancel-rx-reclaim-work-earlier.
- Refresh
  patches.suse/s390-qeth-implement-smarter-resizing-of-the-rx-buffer-pool.
- Refresh
  patches.suse/s390-qeth-integrate-rx-refill-worker-with-napi.
- s390/qeth: make cmd/reply matching more flexible
  (jsc#SLE-13690).
- commit 3e7992c
- s390/qeth: consolidate online/offline code (jsc#SLE-13690).
- s390/qeth: shift some bridgeport code around (jsc#SLE-13690).
- s390/qeth: remove QETH_RX_PULL_LEN (jsc#SLE-13690).
- Refresh
  patches.suse/s390-qeth-handle-error-when-backing-rx-buffer.
- s390/qeth: use napi_gro_frags() for SG skbs (jsc#SLE-13690).
- s390/qeth: consolidate RX code (jsc#SLE-13690).
- Refresh
  patches.suse/s390-qdio-fill-sbales-with-absolute-addresses.
- Refresh
  patches.suse/s390-qeth-don-t-warn-for-napi-with-0-budget.
- Refresh
  patches.suse/s390-qeth-integrate-rx-refill-worker-with-napi.
- s390/qeth: make use of napi_schedule_irqoff() (jsc#SLE-13690).
- s390/qeth: consolidate helpers for capability checking
  (jsc#SLE-13690).
- commit cd47e53
- s390/qeth: stop yielding the ip_lock during IPv4 registration
  (jsc#SLE-13690).
- s390/qeth: don't raise NETDEV_REBOOT event from L3 offline path
  (jsc#SLE-13690).
- s390/qeth: remove open-coded inet_make_mask() (jsc#SLE-13690).
- s390/qeth: clean up L3 sysfs code (jsc#SLE-13690).
- s390/qeth: overhaul L3 IP address dump code (jsc#SLE-13690).
- s390/qeth: wake up all waiters from qeth_irq() (jsc#SLE-13690).
- s390/qeth: only handle IRQs while device is online
  (jsc#SLE-13690).
- Refresh patches.suse/s390-qeth-refactor-buffer-pool-code.
- commit 2028bef
- s390/qdio: don't attempt IRQ avoidance on Output SBALs
  (jsc#SLE-13690).
- s390/qdio: simplify thinint device registration (jsc#SLE-13690).
- Refresh
  patches.suse/s390-qdio-put-thinint-indicator-after-early-error.
- s390/qdio: add statistics helper macro (jsc#SLE-13690).
- s390/qdio: remove a forward declaration (jsc#SLE-13690).
- s390/qdio: reduce log level for EQBS partial (jsc#SLE-13690).
- s390/qdio: use QDIO_BUFNR() (jsc#SLE-13690).
- commit e493d37
- pinctrl: intel: Add Intel Alder Lake-S pin controller support
  (jsc#SLE-13489).
- Update config files.
- supported.conf: Add pinctrl-alderlake
- commit 46e1f39
- hyperv_fb: Update screen_info after removing old framebuffer
  (bsc#1175306).
- x86/kexec: Use up-to-dated screen_info copy to fill boot params
  (bsc#1175306).
- video: hyperv: hyperv_fb: Use physical memory for fb on HyperV
  Gen 1 VMs (bsc#1175306).
- video: hyperv: hyperv_fb: Support deferred IO for Hyper-V
  frame buffer driver (bsc#1175306).
- video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V
  host (bsc#1175306).
- commit 6359015
- pinctrl: intel: Add Intel Elkhart Lake pin controller support
  (jsc#SLE-12730).
- Update config files.
- supported.conf: Add pinctrl-elkhartlake
- commit 564fbfd
- pinctrl: intel: Add Intel Lakefield pin controller support
  (jsc#SLE-12730).
- Update config files.
- supported.conf: add pinctrl-lakefield
- commit 5f4ba59
- pinctrl: intel: Add blank line before endif in Kconfig
  (jsc#SLE-12730).
- commit 320f56c
- KVM: x86: hyper-v: disallow configuring SynIC timers with no
  SynIC (jsc#sle-12891).
- PCI: hv: Fix hibernation in case interrupts are not re-created
  (jsc#sle-12891).
- Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDT
  (jsc#sle-12891).
- hv: clocksource: Add notrace attribute to
  read_hv_sched_clock_*() functions (jsc#sle-12891).
- PCI: hv: Document missing hv_pci_protocol_negotiation()
  parameter (jsc#sle-12891).
- scsi: storvsc: Support PAGE_SIZE larger than 4K (jsc#sle-12891).
- Driver: hv: util: Use VMBUS_RING_SIZE() for ringbuffer sizes
  (jsc#sle-12891).
- HID: hyperv: Use VMBUS_RING_SIZE() for ringbuffer sizes
  (jsc#sle-12891).
- Input: hyperv-keyboard: Use VMBUS_RING_SIZE() for ringbuffer
  sizes (jsc#sle-12891).
- hv_netvsc: Use HV_HYP_PAGE_SIZE for Hyper-V communication
  (jsc#sle-12891).
- hv: hyperv.h: Introduce some hvpfn helper functions
  (jsc#sle-12891).
- Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv header
  (jsc#sle-12891).
- Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()
  (jsc#sle-12891).
- Drivers: hv: vmbus: Introduce types of GPADL (jsc#sle-12891).
- Drivers: hv: vmbus: Move __vmbus_open() (jsc#sle-12891).
- Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl
  (jsc#sle-12891).
- drivers: hv: remove cast from hyperv_die_event (jsc#sle-12891).
- x86/hyperv: Remove aliases with X64 in their name
  (jsc#sle-12891).
- commit b986d8b
- rtc: pcf2127: fix alarm handling (jsc#SLE-12251).
- rtc: pcf2127: add alarm support (jsc#SLE-12251).
- rtc: pcf2127: add pca2129 device id (jsc#SLE-12251).
- rtc: pcf2127: watchdog: handle nowayout feature (jsc#SLE-12251).
- rtc: fsl-ftm-alarm: fix freeze(s2idle) failed to wake
  (jsc#SLE-12251).
- rtc: pcf2127: report battery switch over (jsc#SLE-12251).
- rtc: pcf2127: set regmap max_register (jsc#SLE-12251).
- rtc: pcf2127: remove unnecessary #ifdef (jsc#SLE-12251).
- rtc: pcf2127: let the core handle rtc range (jsc#SLE-12251).
- rtc: add new VL flag for backup switchover (jsc#SLE-12251).
- rtc: fsl-ftm-alarm: report alarm to core (jsc#SLE-12251).
- rtc: make definitions in include/uapi/linux/rtc.h actually
  useful for user space (jsc#SLE-12251).
- rtc: fsl-ftm-alarm: enable acpi support (jsc#SLE-12251).
- rtc: rx8010: return meaningful value for RTC_VL_READ
  (jsc#SLE-12251).
- rtc: rx8010: remove RTC_VL_CLR handling (jsc#SLE-12251).
- rtc: rv8803: return meaningful value for RTC_VL_READ
  (jsc#SLE-12251).
- rtc: rv8803: avoid clearing RV8803_FLAG_V2F in RTC_VL_CLR
  (jsc#SLE-12251).
- rtc: rv3028: return meaningful value for RTC_VL_READ
  (jsc#SLE-12251).
- rtc: rv3028: remove RTC_VL_CLR handling (jsc#SLE-12251).
- rtc: pcf85063: return meaningful value for RTC_VL_READ
  (jsc#SLE-12251).
- rtc: pcf85063: remove RTC_VL_CLR handling (jsc#SLE-12251).
- rtc: pcf8563: return meaningful value for RTC_VL_READ
  (jsc#SLE-12251).
- rtc: pcf8563: stop caching voltage_low (jsc#SLE-12251).
- rtc: pcf8563: remove conditional compilation (jsc#SLE-12251).
- rtc: pcf8563: remove RTC_VL_CLR handling (jsc#SLE-12251).
- rtc: pcf8523: return meaningful value for RTC_VL_READ
  (jsc#SLE-12251).
- rtc: pcf2127: return meaningful value for RTC_VL_READ
  (jsc#SLE-12251).
- rtc: abx80x: return meaningful value for RTC_VL_READ
  (jsc#SLE-12251).
- rtc: Document RTC_VL_READ and RTC_VL_CLR ioctls (jsc#SLE-12251).
- rtc: define RTC_VL_READ values (jsc#SLE-12251).
- rtc: fsl-ftm-alarm: avoid struct rtc_time conversions
  (jsc#SLE-12251).
- rtc: fsl-ftm-alarm: switch to rtc_time64_to_tm/rtc_tm_to_time64
  (jsc#SLE-12251).
- rtc: fsl-ftm-alarm: switch to ktime_get_real_seconds
  (jsc#SLE-12251).
- rtc: pcf2127: handle boot-enabled watchdog feature
  (jsc#SLE-12251).
- rtc: pcf2127: bugfix: watchdog build dependency (jsc#SLE-12251).
- rtc: pcf2127: add tamper detection support (jsc#SLE-12251).
- rtc: pcf2127: add watchdog feature support (jsc#SLE-12251).
- rtc: pcf2127: cleanup register and bit defines (jsc#SLE-12251).
- rtc: pcf2127: convert to devm_rtc_allocate_device
  (jsc#SLE-12251).
- commit 7f138ed
- spi: fsl-dspi: fix NULL pointer dereference (jsc#SLE-12251).
- commit 536efbf
- spi: fsl-dspi: fix use-after-free in remove path
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs
  (jsc#SLE-12251).
- dmaengine: Extend NXP QDMA driver to check transmission errors
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Initialize completion before possible
  interrupt (jsc#SLE-12251).
- spi: spi-fsl-dspi: Fix external abort on interrupt in resume
  or exit paths (jsc#SLE-12251).
- spi: spi-fsl-dspi: Fix lockup if device is shutdown during
  SPI transfer (jsc#SLE-12251).
- spi: spi-fsl-dspi: Fix lockup if device is removed during SPI
  transfer (jsc#SLE-12251).
- spi: spi-fsl-dspi: Free DMA memory with matching function
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: fix native data copy (jsc#SLE-12251).
- spi: spi-fsl-dspi: Adding shutdown hook (jsc#SLE-12251).
- spi: spi-fsl-qspi: Fix return value check of devm_ioremap()
  in probe (jsc#SLE-12251).
- spi: spi-fsl-qspi: Reduce devm_ioremap size to 4 times AHB
  buffer size (jsc#SLE-12251).
- spi: spi-fsl-dspi: Add support for LS1028A (jsc#SLE-12251).
- spi: spi-fsl-dspi: Move invariant configs out of
  dspi_transfer_one_message (jsc#SLE-12251).
- spi: spi-fsl-dspi: Fix interrupt-less DMA mode taking an XSPI
  code path (jsc#SLE-12251).
- spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for
  non-DMA mode (jsc#SLE-12251).
- spi: spi-fsl-dspi: Replace interruptible wait queue with a
  simple completion (jsc#SLE-12251).
- spi: spi-fsl-dspi: Protect against races on
  dspi->words_in_flight (jsc#SLE-12251).
- spi: spi-fsl-dspi: Avoid reading more data than written in
  EOQ mode (jsc#SLE-12251).
- spi: spi-fsl-dspi: Fix bits-per-word acceleration in DMA mode
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and
  TXDATA (jsc#SLE-12251).
- spi: spi-fsl-dspi: Don't access reserved fields in SPI_MCR
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: fix DMA mapping (jsc#SLE-12251).
- spi: spi-fsl-dspi: Take software timestamp in dspi_fifo_write
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Use EOQ for last word in buffer even for
  XSPI mode (jsc#SLE-12251).
- spi: spi-fsl-dspi: Optimize dspi_setup_accel for lowest
  interrupt count (jsc#SLE-12251).
- spi: spi-fsl-dspi: Accelerate transfers using larger word size
  if possible (jsc#SLE-12251).
- spi: spi-fsl-dspi: Convert TCFQ users to XSPI FIFO mode
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Implement .max_message_size method for EOQ
  mode (jsc#SLE-12251).
- spi: spi-fsl-dspi: Rename fifo_{read,write} and
  {tx,cmd}_fifo_write (jsc#SLE-12251).
- spi: spi-fsl-dspi: Add comments around dspi_pop_tx and
  dspi_push_rx functions (jsc#SLE-12251).
- spi: spi-fsl-dspi: Don't mask off undefined bits
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Remove unused chip->void_write_data
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Simplify bytes_per_word gymnastics
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Make bus-num property optional
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Add specific compatibles for all Layerscape
  SoCs (jsc#SLE-12251).
- spi: spi-fsl-dspi: Convert the instantiations that support it
  to DMA (jsc#SLE-12251).
- spi: spi-fsl-dspi: Support SPI software timestamping in all
  non-DMA modes (jsc#SLE-12251).
- spi: spi-fsl-dspi: LS2080A and LX2160A support XSPI mode
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Parameterize the FIFO size and DMA buffer
  size (jsc#SLE-12251).
- spi: spi-fsl-dspi: Use specific compatible strings for all
  SoC instantiations (jsc#SLE-12251).
- spi: spi-fsl-dspi: Use dma_request_chan() instead
  dma_request_slave_channel() (jsc#SLE-12251).
- spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode
  (jsc#SLE-12251).
- spi: Don't look at TX buffer for PTP system timestamping
  (jsc#SLE-12251).
- spi: nxp-fspi: Use devm API to fix missed unregistration of
  controller (jsc#SLE-12251).
- spi: use new `spi_transfer_delay_exec` helper where
  straightforward (jsc#SLE-12251).
- spi: spi-fsl-dspi: Implement the PTP system timestamping for
  TCFQ mode (jsc#SLE-12251).
- spi: Add a PTP system timestamp to the transfer structure
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Always use the TCFQ devices in poll mode
  (jsc#SLE-12251).
- spi: Introduce dspi_slave_abort() function for NXP's dspi SPI
  driver (jsc#SLE-12251).
- spi: Use an abbreviated pointer to ctlr->cur_msg in
  __spi_pump_messages (jsc#SLE-12251).
- spi: spi-fsl-dspi: Fix race condition in TCFQ/EOQ interrupt
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Use poll mode in case the platform IRQ is
  missing (jsc#SLE-12251).
- spi: spi-fsl-dspi: Remove impossible to reach error check
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not ours
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Reduce indentation level in dspi_interrupt
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Move dspi_interrupt above
  dspi_transfer_one_message (jsc#SLE-12251).
- spi: spi-fsl-dspi: Fix typos (jsc#SLE-12251).
- spi: spi-fsl-dspi: Use reverse Christmas tree declaration order
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Replace legacy spi_master names with
  spi_controller (jsc#SLE-12251).
- spi: spi-fsl-dspi: Remove pointless assignment of
  master->transfer to NULL (jsc#SLE-12251).
- spi: spi-fsl-dspi: Remove unused initialization of 'ret'
  in dspi_probe (jsc#SLE-12251).
- spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma()
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Change usage pattern of SPI_MCR_* and
  SPI_CTAR_* macros (jsc#SLE-12251).
- spi: spi-fsl-dspi: Demistify magic value in SPI_SR_CLEAR
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Use BIT() and GENMASK() macros
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Remove unused defines and includes
  (jsc#SLE-12251).
- spi: spi-fsl-dspi: Fix code alignment (jsc#SLE-12251).
- commit 99395cb
- s390/dasd: Process FCES path event notification (jsc#SLE-13767
  bsc#1178420 LTC#185092).
- s390/dasd: Prepare for additional path event handling
  (jsc#SLE-13767 bsc#1178420 LTC#185092).
- s390/dasd: Display FC Endpoint Security information via sysfs
  (jsc#SLE-13767 bsc#1178420 LTC#185092).
- s390/dasd: Fix operational path inconsistency (jsc#SLE-13767
  bsc#1178420 LTC#185092).
- s390/dasd: Store path configuration data during path handling
  (jsc#SLE-13767 bsc#1178420 LTC#185092).
- s390/dasd: Move duplicate code to separate function
  (jsc#SLE-13767 bsc#1178420 LTC#185092).
- s390/dasd: Remove unused parameter from dasd_generic_probe()
  (jsc#SLE-13767 bsc#1178420 LTC#185092).
- s390/cio: Add support for FCES status notification
  (jsc#SLE-13767 bsc#1178420 LTC#185092).
- s390/cio: Provide Endpoint-Security Mode per CU (jsc#SLE-13767
  bsc#1178420 LTC#185092).
- s390/cio: Export information about Endpoint-Security
  (jsc#SLE-13767 bsc#1178420 LTC#185092).
- commit 539be3e
- s390/kvm: diagnose 0x318 sync and reset (jsc#SLE-13746).
- s390/setup: diag 318: refactor struct (jsc#SLE-13746).
- commit 3fd9e36
- s390/zcrypt: fix wrong format specifications (git-fixes).
- commit a98dc9e
- memcg: fix NULL pointer dereference in
  __mem_cgroup_usage_unregister_event (bsc#1177703).
- commit 676737e
- s390/zcrypt: Introduce Failure Injection feature (jsc#SLE-13815
  bsc#1178402 LTC#186349).
- s390/zcrypt: move ap_msg param one level up the call chain
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/ap/zcrypt: revisit ap and zcrypt error handling
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/ap: Support AP card SCLP config and deconfig operations
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/sclp: Add support for SCLP AP adapter config/deconfig
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/ap: add card/queue deconfig state (jsc#SLE-13815
  bsc#1178402 LTC#186349).
- s390/ap: add error response code field for ap queue devices
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/ap: split ap queue state machine state from device state
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: New config switch CONFIG_ZCRYPT_DEBUG
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: introduce msg tracking in zcrypt functions
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: remove set_fs() invocation in zcrypt device driver
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/ap: rework crypto config info and default domain code
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: provide cex4 cca sysfs attributes for cex3
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/ap: rename and clarify ap state machine related stuff
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: split ioctl function into smaller code units
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: code beautification and struct field renames
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: fix smatch warnings (jsc#SLE-13815 bsc#1178402
  LTC#186349).
- s390/ap: introduce new ap function ap_get_qdev() (jsc#SLE-13815
  bsc#1178402 LTC#186349).
- s390/zcrypt: replace snprintf/sprintf with scnprintf
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: Use scnprintf() for avoiding potential buffer
  overflow (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: Support for CCA protected key block version 2
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: fix card and queue total counter wrap
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: move ap device reset from bus to driver code
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- s390/zcrypt: handle new reply code FILTERED_BY_HYPERVISOR
  (jsc#SLE-13815 bsc#1178402 LTC#186349).
- commit 2c71d4a
- bpf: Fix sysfs export of empty BTF section (bsc#1177028).
- bpf: Do not use bucket_lock for hashmap iterator (bsc#1177028).
- bpf: Avoid visit same object multiple times (bsc#1177028).
- bpf: Fix a rcu_sched stall issue with bpf task/task_file
  iterator (bsc#1177028).
- bpf: Iterate through all PT_NOTE sections when looking for
  build id (bsc#1177028).
- bpf: Delete repeated words in comments (bsc#1177028).
- bpf: Change uapi for bpf iterator map elements (bsc#1177028).
- bpf: Add support for forced LINK_DETACH command (bsc#1177028).
- bpf: Add missing newline characters in verifier error messages
  (bsc#1177028).
- bpf: Fix build without CONFIG_NET when using BPF XDP link
  (bsc#1177028).
- bpf: Fix swapped arguments in calls to check_buffer_access
  (bsc#1177028).
- bpf: Implement BPF XDP link-specific introspection APIs
  (bsc#1177028).
- bpf, xdp: Implement LINK_UPDATE for BPF XDP link (bsc#1177028).
- bpf, xdp: Add bpf_link-based XDP attachment API (bsc#1177028).
- bpf, xdp: Extract common XDP program attachment logic
  (bsc#1177028).
- bpf, xdp: Maintain info on attached XDP BPF programs in
  net_device (bsc#1177028).
- bpf: Fix build on architectures with special bpf_user_pt_regs_t
  (bsc#1177028).
- bpf/local_storage: Fix build without CONFIG_CGROUP
  (bsc#1177028).
- bpf: Make cgroup storages shared between programs on the same
  cgroup (bsc#1177028).
- bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid]
  cannot work (bsc#1177028).
- bpf: Separate bpf_get_[stack|stackid] for perf events BPF
  (bsc#1177028).
- bpf: Implement bpf iterator for sock local storage map
  (bsc#1177028).
- bpf: Implement bpf iterator for array maps (bsc#1177028).
- bpf: Implement bpf iterator for hash maps (bsc#1177028).
- bpf: Implement bpf iterator for map elements (bsc#1177028).
- bpf: Support readonly/readwrite buffers in verifier
  (bsc#1177028).
- bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
  (bsc#1177028).
- bpf: Refactor bpf_iter_reg to have separate seq_info member
  (bsc#1177028).
- bpf: Add bpf_prog iterator (bsc#1177028).
- bpf: net: Use precomputed btf_id for bpf iterators (bsc#1177028).
  Refresh patches.suse/bpf-Fix-pos-computation-for-bpf_iter-seq_ops-start.patch
- bpf: Make btf_sock_ids global (bsc#1177028).
- bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h (bsc#1177028).
- tools/bpf: Sync btf_ids.h to tools (bsc#1177028).
- bpf: Compute bpf_skc_to_*() helper socket btf ids at build time
  (bsc#1177028).
- bpf: cpumap: Fix possible rcpu kthread hung (bsc#1177028).
- bpf, netns: Fix build without CONFIG_INET (bsc#1177028).
- inet: Run SK_LOOKUP BPF program on socket lookup (bsc#1177028).
- inet: Extract helper for selecting socket from reuseport group
  (bsc#1177028).
- bpf: Introduce SK_LOOKUP program type with a dedicated attach
  point (bsc#1177028).
- bpf, netns: Handle multiple link attachments (bsc#1177028).
- bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached
  to map entries (bsc#1177028).
- bpf: cpumap: Add the possibility to attach an eBPF program to
  cpumap (bsc#1177028).
- cpumap: Formalize map value as a named struct (bsc#1177028).
- net: Refactor xdp_convert_buff_to_frame (bsc#1177028).
- bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF option
  (bsc#1177028).
- bpf: Fix build for disabled CONFIG_DEBUG_INFO_BTF option
  (bsc#1177028).
- tools headers: Adopt verbatim copy of btf_ids.h from kernel
  sources (bsc#1177028).
- bpf: Use BTF_ID to resolve bpf_ctx_convert struct (bsc#1177028).
- bpf: Remove btf_id helpers resolving (bsc#1177028).
- bpf: Resolve BTF IDs in vmlinux image (bsc#1177028).
- bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macros (bsc#1177028).
- bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object
  (bsc#1177028).
- libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASE
  (bsc#1177028).
- bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook (bsc#1177028).
- bpf: Fix build without CONFIG_STACKTRACE (bsc#1177028).
- bpf: Introduce helper bpf_get_task_stack() (bsc#1177028).
- perf: Expose get/put_callchain_entry() (bsc#1177028).
- bpf: Remove redundant synchronize_rcu (bsc#1177028).
- bpf: Add bpf_skc_to_udp6_sock() helper (bsc#1177028).
- net: bpf: Implement bpf iterator for udp (bsc#1177028).
- net: bpf: Add bpf_seq_afinfo in udp_iter_state (bsc#1177028).
- bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock()
  helpers (bsc#1177028).
- bpf: Add bpf_skc_to_tcp6_sock() helper (bsc#1177028).
- bpf: Allow tracing programs to use bpf_jiffies64() helper
  (bsc#1177028).
- net: bpf: Implement bpf iterator for tcp (bsc#1177028).
- net: bpf: Add bpf_seq_afinfo in tcp_iter_state (bsc#1177028).
- bpf: Set map_btf_{name, id} for all map types (bsc#1177028).
- bpf: Support access to bpf map fields (bsc#1177028).
- bpf: Switch btf_parse_vmlinux to btf_find_by_name_kind
  (bsc#1177028).
- bpf: Avoid verifier failure for 32bit pointer arithmetic
  (bsc#1177028).
- bpf: Support llvm-objcopy for vmlinux BTF (bsc#1177028).
- powerpc: Include .BTF section (bsc#1177028).
- commit 7b79280
- regulator: defer probe when trying to get voltage from
  unresolved supply (git-fixes).
- usb: cdc-acm: fix cooldown mechanism (git-fixes).
- drivers: watchdog: rdc321x_wdt: Fix race condition bugs
  (git-fixes).
- power: supply: test_power: add missing newlines when printing
  parameters by sysfs (git-fixes).
- uio: free uio id after uio file node is freed (git-fixes).
- usb: xhci: omit duplicate actions when suspending a runtime
  suspended host (git-fixes).
- USB: adutux: fix debugging (git-fixes).
- usb: typec: tcpm: During PR_SWAP, source caps should be sent
  only after tSwapSourceStart (git-fixes).
- commit 87c92c0
- PM: runtime: Drop runtime PM references to supplier on link
  removal (git-fixes).
- staging: octeon: Drop on uncorrectable alignment or FCS error
  (git-fixes).
- staging: octeon: repair "/fixed-link"/ support (git-fixes).
- power: supply: bq27xxx: report "/not charging"/ on all types
  (git-fixes).
- p54: avoid accessing the data mapped to streaming DMA
  (git-fixes).
- PCI/ACPI: Whitelist hotplug ports for D3 if power managed by
  ACPI (git-fixes).
- media: uvcvideo: Fix dereference of out-of-bound list iterator
  (git-fixes).
- media: uvcvideo: Fix uvc_ctrl_fixup_xu_info() not having any
  effect (git-fixes).
- media: imx274: fix frame interval handling (git-fixes).
- commit abe310e
- staging: comedi: cb_pcidas: Allow 2-channel commands for AO
  subdevice (git-fixes).
- ath10k: fix VHT NSS calculation when STBC is enabled
  (git-fixes).
- ath10k: start recovery process when payload length exceeds
  max htc length for sdio (git-fixes).
- leds: bcm6328, bcm6358: use devres LED registering function
  (git-fixes).
- ACPI / extlog: Check for RDMSR failure (git-fixes).
- ACPI: video: use ACPI backlight for HP 635 Notebook (git-fixes).
- media: tw5864: check status of tw5864_frameinterval_get
  (git-fixes).
- media: platform: Improve queue set up flow for bug fixing
  (git-fixes).
- commit 12c4dfb
- s390/ipl: add support to control memory clearing for nvme re-IPL
  (jsc#SLE-13778).
- commit 693472e
- perf/x86/intel/uncore: Support PCIe3 unit on Snow Ridge
  (jsc#SLE-13340).
- perf/x86/intel/uncore: Generic support for the PCI sub driver
  (jsc#SLE-13340).
- perf/x86/intel/uncore: Factor out uncore_pci_pmu_unregister()
  (jsc#SLE-13340).
- perf/x86/intel/uncore: Factor out uncore_pci_pmu_register()
  (jsc#SLE-13340).
- perf/x86/intel/uncore: Factor out uncore_pci_find_dev_pmu()
  (jsc#SLE-13340).
- perf/x86/intel/uncore: Factor out uncore_pci_get_dev_die_info()
  (jsc#SLE-13340).
- perf/x86/intel/uncore: Remove PCIe3 unit for SNR
  (jsc#SLE-13340).
- commit 03fe2f4
- scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()
  (jsc#SLE-15082).
- scsi: be2iscsi: Correct misdocumentation of function param 'ep'
  (jsc#SLE-15082).
- scsi: be2iscsi: Add missing function parameter description
  (jsc#SLE-15082).
- scsi: be2iscsi: Fix misdocumentation of 'pcontext'
  (jsc#SLE-15082).
- scsi: be2iscsi: Fix API/documentation slip (jsc#SLE-15082).
- scsi: be2iscsi: Use scnprintf() for avoiding potential buffer
  overflow (jsc#SLE-15082).
- commit 9b829c2
- perf/x86/msr: Add Jasper Lake support (jsc#SLE-12983).
- perf/x86/intel: Add Jasper Lake support (jsc#SLE-12983).
- perf/x86/msr: Add Tremont support (jsc#SLE-12983).
- commit e3b491b
- spi: spi-fsl-dspi: remove fixes to prepare for complete driver update
- commit e69ea7a
- usb: chipidea: msm: Ensure proper controller reset using role
  switch API (jsc#SLE-16106).
- commit 3c0e524
- usb: chipidea: ci_hdrc_imx: restore pinctrl (jsc#SLE-16106).
- usb: chipidea: imx: add two samsung picophy parameters tuning
  implementation (jsc#SLE-16106).
- usb: chipidea: imx: get available runtime dr mode for wakeup
  setting (jsc#SLE-16106).
- usb: chipidea: add query_available_role interface
  (jsc#SLE-16106).
- drivers/perf: Prevent forced unbinding of PMU drivers
  (jsc#SLE-16106).
- drivers/perf: Fix kernel panic when rmmod PMU modules during
  perf sampling (jsc#SLE-16106).
- mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probe
  (jsc#SLE-16106).
- mtd: rawnand: gpmi: Stop using nand_release() (jsc#SLE-16106).
- usb: chipidea: Enable user-space triggered role-switching
  (jsc#SLE-16106).
- usb: chipidea: udc: add software sg list support
  (jsc#SLE-16106).
- usb: chipidea: usbmisc_imx: using different ops for imx7d and
  imx7ulp (jsc#SLE-16106).
- usb: chipidea: pull down dp for possible charger detection
  operation (jsc#SLE-16106).
- usb: chipidea: introduce imx7d USB charger detection
  (jsc#SLE-16106).
- usb: chipidea: introduce CI_HDRC_CONTROLLER_VBUS_EVENT glue
  layer use (jsc#SLE-16106).
- usb: chipidea: core: show the real pointer value for register
  (jsc#SLE-16106).
- mtd: rawnand: gpmi: Use dma_request_chan() instead
  dma_request_slave_channel() (jsc#SLE-16106).
- usb: chipidea: otg: handling vbus disconnect event occurred
  during system suspend (jsc#SLE-16106).
- usb: chipidea: udc: using structure ci_hdrc device for runtime
  PM (jsc#SLE-16106).
- usb: chipidea: udc: fix sleeping function called from invalid
  context (jsc#SLE-16106).
- drivers/perf: fsl_imx8_ddr: Correct the CLEAR bit definition
  (jsc#SLE-16106).
- usb: chipidea: add inline for ci_hdrc_host_driver_init if host
  is not defined (jsc#SLE-16106).
- usb: chipidea: handle single role for usb role class
  (jsc#SLE-16106).
- PM / devfreq: imx8m-ddrc: Fix inconsistent IS_ERR and PTR_ERR
  (jsc#SLE-16106).
- PM / devfreq: imx8m-ddrc: Remove unused defines (jsc#SLE-16106).
- PM / devfreq: Add dynamic scaling for imx8m ddr controller (jsc#SLE-16106).
- supported.conf: Add imx8m-ddrc
- Update config files.
- perf/imx_ddr: Fix cpu hotplug state cleanup (jsc#SLE-16106).
- usb: chipidea: imx: pinctrl for HSIC is optional
  (jsc#SLE-16106).
- usb: chipidea: imx: refine the error handling for hsic
  (jsc#SLE-16106).
- usb: chipidea: imx: change hsic power regulator as optional
  (jsc#SLE-16106).
- usb: chipidea: imx: check data->usbmisc_data against NULL
  before access (jsc#SLE-16106).
- usb: chipidea: core: change vbus-regulator as optional
  (jsc#SLE-16106).
- usb: chipidea: imx: enable vbus and id wakeup only for OTG
  events (jsc#SLE-16106).
- usb: chipidea: udc: protect usb interrupt enable
  (jsc#SLE-16106).
- usb: chipidea: udc: add new API ci_hdrc_gadget_connect
  (jsc#SLE-16106).
- usb: chipidea: debug: create debugfs directory under usb root
  (jsc#SLE-16106).
- perf/imx_ddr: Dump AXI ID filter info to userspace
  (jsc#SLE-16106).
- perf/imx_ddr: Add driver for DDR PMU in i.MX8MPlus
  (jsc#SLE-16106).
- perf/imx_ddr: Add enhanced AXI ID filter support
  (jsc#SLE-16106).
- usb: chipidea: add role switch class support (jsc#SLE-16106).
- Refresh: patches.suse/usb-chipidea-tegra-Add-USB_TEGRA_PHY-to-driver-s-dep.patch
- usb: chipidea: msm: Use device-managed registration API
  (jsc#SLE-16106).
- USB: chipidea: convert platform driver to use dev_groups
  (jsc#SLE-16106).
- usb: chipidea: udc: remove redundant assignment to variable
  retval (jsc#SLE-16106).
- perf/imx_ddr: Add support for AXI ID filtering (jsc#SLE-16106).
- commit 1b4316b
- Do not create null.i000.ipa-clones file (bsc#1178330)
  Kbuild cc-option compiles /dev/null file to test for an option
  availability. Filter out -fdump-ipa-clones so that null.i000.ipa-clones
  file is not generated in the process.
- commit 1425d4e
- net: mscc: ocelot: fix race condition with TX timestamping
  (bsc#1178461).
- commit 9045c8f
- tty: serial: imx: fix link error with
  CONFIG_SERIAL_CORE_CONSOLE=n (jsc#SLE-16106).
- commit d3ac1b4
- crypto: caam/qi2 - add support for XTS with 16B IV
  (jsc#SLE-16106).
- crypto: caam/qi - add support for XTS with 16B IV
  (jsc#SLE-16106).
- crypto: caam/jr - add support for XTS with 16B IV
  (jsc#SLE-16106).
- crypto: caam - add xts check for block length equal to zero
  (jsc#SLE-16106).
- crypto: caam/qi2 - add support for more XTS key lengths
  (jsc#SLE-16106).
- crypto: caam/qi - add support for more XTS key lengths
  (jsc#SLE-16106).
- crypto: caam/jr - add support for more XTS key lengths
  (jsc#SLE-16106).
- crypto: caam/qi2 - add fallback for XTS with more than 8B IV
  (jsc#SLE-16106).
- crypto: caam/qi - add fallback for XTS with more than 8B IV
  (jsc#SLE-16106).
- crypto: caam/jr - add fallback for XTS with more than 8B IV
  (jsc#SLE-16106).
- crypto: caam - Convert to DEFINE_SHOW_ATTRIBUTE (jsc#SLE-16106).
- crypto: caam - Fix kerneldoc (jsc#SLE-16106).
- crypto: caam - use traditional error check pattern
  (jsc#SLE-16106).
- crypto: caam - Move debugfs fops into standalone file
  (jsc#SLE-16106).
- i2c: mediatek: Fix generic definitions for bus frequency
  (jsc#SLE-16106).
- commit a0a06cb
- crypto: sparc/des - switch to new verification routines
  (jsc#SLE-14454).
  Refresh
  patches.suse/crypto-safexcel-des-switch-to-new-verification-routines.patch.
- commit e1e456b
- efi/x86: move UV_SYSTAB handling into arch/x86 (bnc#1177710
  jsc#SLE-13285).
- Refresh
  patches.suse/x86-platform-uv-Add-UV-Hubbed-Hubless-Proc-FS-Files.patch.
- Refresh
  patches.suse/x86-platform-uv-Add-return-code-to-UV-BIOS-Init-func.patch.
- Refresh
  patches.suse/x86-platform-uv-Return-UV-Hubless-System-Type.patch.
- commit 80f42a1
- crypto: inside-secure - Remove redundant DES ECB & CBC keysize
  check (jsc#SLE-14454).
- commit 715e0ad
- crypto: inside-secure - added support for rfc3686(ctr(aes))
  (jsc#SLE-14454).
- commit 46ca062
- crypto: inside-secure - add support for
  authenc(hmac(sha1),cbc(des3_ede)) (jsc#SLE-14454).
- commit 4c58dd2
- crypto: inside-secure - fix EINVAL error (buf overflow) for
  AEAD decrypt (jsc#SLE-14454).
- commit 966437f
- crypto: inside-secure - fix scatter/gather list to descriptor
  conversion (jsc#SLE-14454).
- commit 20d947f
- crypto: inside-secure - fix incorrect skcipher output IV
  (jsc#SLE-14454).
- commit d250bc9
- s390/bpf: Tolerate not converging code shrinking (bsc#1177028).
- s390/bpf: Use brcl for jumping to exit_ip if necessary
  (bsc#1177028).
- s390/bpf: Fix sign extension in branch_ku (bsc#1177028).
- bpf: revert "/test_bpf: Flag tests that cannot be jited on s390"/
  (bsc#1177028).
- commit 487e300
- s390/bpf: Use bcr 0,%0 as tail call nop filler (bsc#1177028).
- commit bdd749d
- xfs: don't update mtime on COW faults (bsc#1167030).
- commit cbce094
- xfs: complain if anyone tries to create a too-large buffer
  log item (bsc#1166146).
- commit 293e483
- kABI: revert use_mm name change (MM Functionality, bsc#1178426).
- commit abb50be
- xfs: remove unused variable 'done' (bsc#1166166).
- commit 61fcffc
- xfs: truncate should remove all blocks, not just to the end
  of the page cache (bsc#1166166).
- commit e2d039c
- xfs: introduce XFS_MAX_FILEOFF (bsc#1166166).
- commit 76c1570
- mpt3sas: Bump driver version to 35.101.00.00 (jsc#SLE-16914).
- mpt3sas: add module parameter multipath_on_hba (jsc#SLE-16914).
- mpt3sas: Handle vSES vphy object during HBA reset
  (jsc#SLE-16914).
- mpt3sas: Add bypass_dirty_port_flag parameter (jsc#SLE-16914).
- mpt3sas: Handling HBA vSES device (jsc#SLE-16914).
- mpt3sas: Set valid PhysicalPort in SMPPassThrough
  (jsc#SLE-16914).
- mpt3sas: Update hba_port objects after host reset
  (jsc#SLE-16914).
- mpt3sas: Get sas_device objects using device's rphy
  (jsc#SLE-16914).
- mpt3sas: Rename transport_del_phy_from_an_existing_port
  (jsc#SLE-16914).
- mpt3sas: Get device objects using sas_address & portID
  (jsc#SLE-16914).
- mpt3sas: Update hba_port's sas_address & phy_mask
  (jsc#SLE-16914).
- mpt3sas: Rearrange _scsih_mark_responding_sas_device()
  (jsc#SLE-16914).
- mpt3sas: Allocate memory for hba_port objects (jsc#SLE-16914).
- mpt3sas: Define hba_port structure (jsc#SLE-16914).
- scsi: mpt3sas: A small correction in _base_process_reply_queue
  (jsc#SLE-16914).
- scsi: mpt3sas: Fix sync irqs (jsc#SLE-16914).
- scsi: mpt3sas: Detect tampered Aero and Sea adapters
  (jsc#SLE-16914).
- scsi: mpt3sas: Remove pci-dma-compat wrapper API
  (jsc#SLE-16914).
- scsi: mpt3sas: Remove superfluous memset() (jsc#SLE-16914).
- scsi: mpt3sas: Update driver version to 35.100.00.00
  (jsc#SLE-16914).
- scsi: mpt3sas: Postprocessing of target and LUN reset
  (jsc#SLE-16914).
- scsi: mpt3sas: Add functions to check if any cmd is outstanding
  on Target and LUN (jsc#SLE-16914).
- scsi: mpt3sas: Rename and export interrupt mask/unmask functions
  (jsc#SLE-16914).
- scsi: mpt3sas: Cancel the running work during host reset
  (jsc#SLE-16914).
- scsi: mpt3sas: Dump system registers for debugging
  (jsc#SLE-16914).
- scsi: mpt3sas: Memset config_cmds.reply buffer with zeros
  (jsc#SLE-16914).
- scsi: mpt3sas: Don't call disable_irq from IRQ poll handler
  (jsc#SLE-16914).
- scsi: mpt3sas: Fix set but unused variable (jsc#SLE-16914).
- scsi: mpt3sas: Fix error returns in BRM_status_show
  (jsc#SLE-16914).
- scsi: mpt3sas: Fix unlock imbalance (jsc#SLE-16914).
- scsi: mpt3sas: Fix memset() in non-RDPQ mode (jsc#SLE-16914).
- scsi: mpt3sas: Fix reply queue count in non RDPQ mode
  (jsc#SLE-16914).
- scsi: mpt3sas: Fix double free warnings (jsc#SLE-16914).
- scsi: mpt3sas: Disable DIF when prot_mask set to zero
  (jsc#SLE-16914).
- scsi: mpt3sas: Capture IOC data for debugging purposes
  (jsc#SLE-16914).
- scsi: mpt3sas: Use true, false for ioc->use_32bit_dma
  (jsc#SLE-16914).
- scsi: mpt3sas: Remove NULL check before freeing function
  (jsc#SLE-16914).
- scsi: mpt3sas: Update mpt3sas version to 33.101.00.00
  (jsc#SLE-16914).
- scsi: mpt3sas: Handle RDPQ DMA allocation in same 4G region
  (jsc#SLE-16914).
- scsi: mpt3sas: Separate out RDPQ allocation to new function
  (jsc#SLE-16914).
- scsi: mpt3sas: Rename function name is_MSB_are_same
  (jsc#SLE-16914).
- scsi: mpt3sas: Don't change the DMA coherent mask after
  allocations (jsc#SLE-16914).
- scsi: mpt3sas: use true,false for bool variables
  (jsc#SLE-16914).
- commit fb319df
- net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()
  (jsc#SLE-16106).
- net: fec: Fix PHY init after phy_reset_after_clk_enable()
  (jsc#SLE-16106).
- net: fec_mpc52xx: Replace in_interrupt() usage (jsc#SLE-16106).
- net: fec: ptp: remove unused variable 'ns' in fec_time_keep()
  (jsc#SLE-16106).
- net: ethernet: fec: remove redundant null check before
  clk_disable_unprepare() (jsc#SLE-16106).
- net: fec: replace snprintf() with strlcpy() in fec_ptp_init()
  (jsc#SLE-16106).
- net: fec: get rid of redundant code in fec_ptp_set()
  (jsc#SLE-16106).
- net: fec: initialize clock with 0 rather than current kernel
  time (jsc#SLE-16106).
- net: fec: enable to use PPS feature without time stamping
  (jsc#SLE-16106).
- net: fec: Set max MTU size to allow the MTU to be changed
  (jsc#SLE-16106).
- net: tso: cache transport header length (jsc#SLE-16106).
- net: fec: fix hardware time stamping by external devices
  (jsc#SLE-16106).
- net: ethernet: fec: prevent tx starvation under high rx load
  (jsc#SLE-16106).
- net: fec: disable correct clk in the err path of
  fec_enet_clk_enable (jsc#SLE-16106).
- net: ethernet: fec: move GPR register offset and bit into DT
  (jsc#SLE-16106).
- net: ethernet: fec: Replace interrupt driven MDIO with polled IO
  (jsc#SLE-16106).
- net: ethernet: fec: Allow the MDIO preamble to be disabled
  (jsc#SLE-16106).
- net: ethernet: fec: Allow configuration of MDIO bus speed
  (jsc#SLE-16106).
- net: fec: set GPR bit on suspend by DT configuration
  (jsc#SLE-16106).
- net: fec: reject unsupported coalescing params (jsc#SLE-16106).
- freescale: Replace zero-length array with flexible-array member
  (jsc#SLE-16106).
- net: fec: Prevent unbind operation (jsc#SLE-16106).
- net: convert suitable network drivers to use phy_do_ioctl
  (jsc#SLE-16106).
- net: fec: remove redundant assignment to pointer bdp
  (jsc#SLE-16106).
- net: fec: add C45 MDIO read/write support (jsc#SLE-16106).
- net: fec: use devm_platform_ioremap_resource() to simplify code
  (jsc#SLE-16106).
- commit bcd4fcc
- Delete
  patches.suse/spi-spi-fsl-dspi-Exit-the-ISR-with-IRQ_NONE-when-it-.patch.
  It will be replaced by following patch:
  37b410018064 spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not ours
- commit abf3980
- mmc: sdhci-msm: Introduce new ops to dump vendor specific
  registers (jsc#SLE-16106).
- spi: spi-nxp-fspi: Fix a NULL vs IS_ERR() check in probe
  (jsc#SLE-16106).
- spi: spi-nxp-fspi: Enable the Octal Mode in MCR0
  (jsc#SLE-16106).
- spi: fspi: dynamically alloc AHB memory (jsc#SLE-16106).
- spi: fspi: enable fspi on imx8qxp and imx8mm (jsc#SLE-16106).
- pinctrl: core: Add pinctrl_select_default_state() and export it
  (jsc#SLE-16106).
- commit 9a5f984
- powerpc/64s/radix: Fix mm_cpumask trimming race vs
  kthread_use_mm (MM Functionality, bsc#1178426).
- commit 7298443
- mmc: sdhci-esdhc-imx: remove unused code (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: Reset before sending tuning command for
  manual tuning (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: dump internal IC debug status during error
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: disable the CMD CRC check for standard
  tuning (jsc#SLE-16106).
- mmc: host: sdhci-esdhc-imx: add wakeup feature for GPIO CD pin
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: Add HS400 support for i.MX6SLL
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: restore pin state when resume back
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: clear DMA_SEL when disable DMA mode
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: clear pending interrupt and halt cqhci
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: Add an new esdhc_soc_data for i.MX8MM
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_BROKEN_AUTO_CMD23
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: optimize the strobe dll setting
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: optimize the clock setting
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: add strobe-dll-delay-target support
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: restore the per_clk rate in PM_RUNTIME
  (jsc#SLE-16106).
- mmc: sdhci-esdhci-imx: retune needed for Mega/Mix enabled SoCs
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: no fail when no pinctrl available
  (jsc#SLE-16106).
- mmc: sdhci-esdhc-imx: Convert to pinctrl_select_default_state()
  (jsc#SLE-16106).
- mmc: sdhci: Drop redundant code for SDIO IRQs (jsc#SLE-16106).
- i2c: core: Provide generic definitions for bus frequencies
  (jsc#SLE-16106).
- commit 1da2a90
- powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM (MM
  Functionality, bsc#1178426).
- Update config files. Select the new option for ppc64le.
- commit 39e4bbd
- mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching
  race (MM Functionality, bsc#1178426).
- commit bae6aac
- mm: fix kthread_use_mm() vs TLB invalidate (MM Functionality,
  bsc#1178426).
- commit ebe1e96
- mailbox: imx: Mark PM functions as __maybe_unused
  (jsc#SLE-16106).
- mailbox: imx: ONLY IPC MU needs IRQF_NO_SUSPEND flag
  (jsc#SLE-16106).
- mailbox: imx: Add runtime PM callback to handle MU clocks
  (jsc#SLE-16106).
- mailbox: imx: Add context save/restore for suspend/resume
  (jsc#SLE-16106).
- mailbox: imx-mailbox: fix scu msg header size check
  (jsc#SLE-16106).
- mailbox: imx: Disable the clock on
  devm_mbox_controller_register() failure (jsc#SLE-16106).
- mailbox: imx: Fix return in imx_mu_scu_xlate() (jsc#SLE-16106).
- mailbox: imx: Support runtime PM (jsc#SLE-16106).
- i2c: drivers: Use generic definitions for bus frequencies (jsc#SLE-16106).
- Refresh: patches.suse/i2c-altera-use-proper-variable-to-hold-errno.patch
- Refresh: patches.suse/i2c-imx-Fix-external-abort-on-interrupt-in-exit-path.patch
- Refresh: patches.suse/i2c-tegra-Add-support-for-the-VI-I2C-on-Tegra210.patch
- Refresh: patches.suse/i2c-tegra-Remove-NULL-pointer-check-before-clk_enabl.patch
- Refresh: patches.suse/i2c-tegra-Use-FIELD_PREP-FIELD_GET-macros.patch
- i2c: imx: remove duplicate print after platform_get_irq()
  (jsc#SLE-16106).
- i2c: imx: implement master_xfer_atomic callback (jsc#SLE-16106).
- mailbox: imx: add SCU MU support (jsc#SLE-16106).
- mailbox: imx: restructure code to make easy for new MU
  (jsc#SLE-16106).
- mailbox: imx: add support for imx v1 mu (jsc#SLE-16106).
- commit 2dfd62c
- kernel: better document the use_mm/unuse_mm API contract
  (MM Functionality, bsc#1178426).
- Refresh patches.suse/amdgpu-a-NULL-mm-does-not-mean-a-thread-is-a-kthread.patch.
- kernel: better document the use_mm/unuse_mm API contract
  (MM Functionality, bsc#1178426).
- kernel: move use_mm/unuse_mm to kthread.c (MM Functionality,
  bsc#1178426).
- kernel: move use_mm/unuse_mm to kthread.c (MM Functionality,
  bsc#1178426).
- Refresh
  patches.suse/isolcpus-Affine-unbound-kernel-threads-to-housekeeping-cpus.patch.
  Single commit with multiple patches needed to prevent breaking the build.
- commit e0e83ba
- ASoC: fsl_sai: Set MCLK input or output direction
  (jsc#SLE-16106).
- ASoC: fsl_sai: Add fsl_sai_check_version function
  (jsc#SLE-16106).
- ASoC: fsl_sai: Add new added registers and new bit definition
  (jsc#SLE-16106).
- ASoC: fsl_sai: Set SAI Channel Mode to Output Mode
  (jsc#SLE-16106).
- ASoC: fsl_sai: Support multiple data channel enable bits
  (jsc#SLE-16106).
- ASoC: fsl_sai: Add -EPROBE_DEFER check for regmap init
  (jsc#SLE-16106).
- ASoC: fsl_sai: Replace synchronous check with
  fsl_sai_dir_is_synced (jsc#SLE-16106).
- ASoC: fsl_sai: Drop TMR/RMR settings for synchronous mode
  (jsc#SLE-16106).
- ASoC: fsl_sai: Refine enable/disable TE/RE sequence in trigger()
  (jsc#SLE-16106).
- commit 607af80
- Update config files. (jsc#SLE-15207)
  Set CONFIG_CRYPTO_CHACHA20POLY1305=m on x86_64, ppc64le and s390x
- commit 16889ba
- blacklist.conf: Blacklist while doing DRM backport
- Delete
  patches.suse/drm-prime-use-dma-length-macro-when-mapping-sg.
- commit 727c877
- blacklist.conf: temporarily blacklist while doing DRM backport
- Delete
  patches.suse/drm-prime-fix-extracting-of-the-dma-addresses-from-a-scatterlist.
- commit 2132948
- Refresh
  patches.suse/1436-drm-i915-rename-intel_drv.h-to-display-intel_display.patch.
- commit 0281873
- RDMA/iw_cxgb4: Disable delayed ack by default (jsc#SLE-15118).
- commit a82cef8
- gpio: Fix the no return statement warning (bsc#1178431).
- commit 0959dc3
- tty: make FONTX ioctl use the tty pointer they were actually
  passed (bsc#1178123 CVE-2020-25668).
- commit fda631f
- soc: imx: gpcv2: Print the correct error code (jsc#SLE-16106).
- soc: imx-scu: Add SoC UID(unique identifier) support
  (jsc#SLE-16106).
- commit d4b2124
- s390/bpf: Remove JITed image size limitations (bsc#1177028).
- s390/bpf: Use lg(f)rl when long displacement cannot be used
  (bsc#1177028).
- s390/bpf: Use lgrl instead of lg where possible (bsc#1177028).
- s390/bpf: Load literal pool register using larl (bsc#1177028).
- s390/bpf: Align literal pool entries (bsc#1177028).
  Update patches.suse/s390-bpf-maintain-8-byte-stack-alignment to adopt
  the change introduced by
  patches.suse/s390-bpf-Align-literal-pool-entries.patch
- s390/bpf: Use relative long branches (bsc#1177028).
  Refresh patches.suse/s390-bpf-maintain-8-byte-stack-alignment
- s390/bpf: Make sure JIT passes do not increase code size (bsc#1177028).
  Update patches.suse/s390-bpf-maintain-8-byte-stack-alignment to adopt
  the change introduced by
  patches.suse/s390-bpf-Make-sure-JIT-passes-do-not-increase-code-s.patch
- s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ip
  (bsc#1177028).
- s390/bpf: Wrap JIT macro parameter usages in parentheses
  (bsc#1177028).
- s390/bpf: Use kvcalloc for addrs array (bsc#1177028).
- bpf: s390: add JIT support for bpf line info (bsc#1177028).
- bpf: s390: add JIT support for multi-function programs (bsc#1177028).
  Update patches.suse/s390-bpf-maintain-8-byte-stack-alignment to adopt
  the change introduced by
  patches.suse/bpf-s390-add-JIT-support-for-multi-function-programs.patch
- commit d6ad6b9
- series.conf: cleanup
- move unsortable patch out of sorted section:
  patches.suse/powercap-Restrict-energy-meter-to-root-access.patch
- commit a552ff6
- Updated Copyright line in rpm templates with SUSE LLC
- commit 39a1fcf
- rpm/kernel-obs-build.spec.in: Add -q option to modprobe calls (bsc#1178401)
- commit 33ded45
- icmp: randomize the global rate limiter (git-fixes).
- commit 3f6a76f
- bpf: sockmap: Check value of unused args to BPF_PROG_ATTACH
  (bsc#1177028).
- bpf: Fix memlock accounting for sock_hash (bsc#1177028).
- bpf: tcp: Recv() should return 0 when the peer socket is closed
  (bsc#1177028).
- bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsg
  (bsc#1177028).
- bpf, i386: Remove unneeded conversion to bool (bsc#1177028).
- bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub
  immediates (bsc#1177028).
- bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 logical
  immediates (bsc#1177028).
- commit 7ede77e
- svcrdma: fix bounce buffers for unaligned offsets and multiple
  pages (git-fixes).
- commit 3c46e04
- NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE
  (bsc#1176180).
- NFSv4.x recover from pre-mature loss of openstateid
  (bsc#1176180).
- NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADE
  (bsc#1176180).
- commit ae88090
- blacklist.conf:
- Delete
  patches.suse/SUNRPC-Revert-241b1f419f0e-SUNRPC-Remove-xdr_buf_tri.patch.
  This patch causes a regression - bsc1178304 - and "/fixing"/ it properly
  requires backporting patches which break kabi.  So just drop for now.
- commit 548f6fe
- rpm/kernel-binary.spec.in: Fix compressed module handling for in-tree KMP (jsc#SLE-10886)
  The in-tree KMP that is built with SLE kernels have a different scriptlet
  that is embedded in kernel-binary.spec.in rather than *.sh files.
- commit e32ee2c
- scsi: iscsi: Perform connection failure entirely in kernel space
  (bsc#1178367).
- commit b913745
- Revert "/Disable module compression on SLE15 SP2 (bsc#1178307)"/
  This reverts commit 6e769e1ed1932517b87eb1bccf15337a3b5f841f.
  While module compression is disabled on SLE15-SP2, it will remain
  enabled on SLE15-SP3. Therefore, revert this commit coming from
  SLE15-SP2.
- commit 6671e44
- serial: cpm_uart: call cpm_muram_init before registering console
  (jsc#SLE-12251).
- commit 1f45790
- drm/amd/display: Make some functions static (bsc#1152489).
- blacklist.conf: Was blacklisted as duplicate but dup did not exist
- commit 850c070
- soc: fsl: qe: clean up an indentation issue (jsc#SLE-12251).
- soc: fsl: qe: Replace one-element array and use struct_size()
  helper (jsc#SLE-12251).
- soc: fsl: qe: fix sparse warnings for ucc_slow.c
  (jsc#SLE-12251).
- soc: fsl: qe: ucc_slow: remove 0 assignment for kzalloc'ed
  structure (jsc#SLE-12251).
- soc: fsl: qe: fix sparse warnings for qe_ic.c (jsc#SLE-12251).
- soc: fsl: qe: fix sparse warnings for ucc.c (jsc#SLE-12251).
- soc: fsl: qe: fix sparse warning for qe_common.c
  (jsc#SLE-12251).
- soc: fsl: qe: fix sparse warnings for qe.c (jsc#SLE-12251).
- soc: fsl: qe: remove set but not used variable 'mm_gc'
  (jsc#SLE-12251).
- soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE
  (jsc#SLE-12251).
- soc: fsl: qe: remove unused #include of asm/irq.h from ucc.c
  (jsc#SLE-12251).
- net: ethernet: freescale: make UCC_GETH explicitly depend on
  PPC32 (jsc#SLE-12251).
- net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
  (jsc#SLE-12251).
- net/wan/fsl_ucc_hdlc: fix reading of __be16 registers
  (jsc#SLE-12251).
- net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE()
  (jsc#SLE-12251).
- soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c (jsc#SLE-12251).
- soc: fsl: qe: drop pointless check in qe_sdma_init()
  (jsc#SLE-12251).
- soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()
  (jsc#SLE-12251).
- soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c (jsc#SLE-12251).
- soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG
  on error path (jsc#SLE-12251).
- soc: fsl: qe: drop broken lazy call of cpm_muram_init()
  (jsc#SLE-12251).
- soc: fsl: qe: make cpm_muram_free() ignore a negative offset
  (jsc#SLE-12251).
- soc: fsl: qe: make cpm_muram_free() return void (jsc#SLE-12251).
- soc: fsl: qe: change return type of cpm_muram_alloc() to s32
  (jsc#SLE-12251).
- serial: ucc_uart: access __be32 field using be32_to_cpu
  (jsc#SLE-12251).
- serial: ucc_uart: limit brg-frequency workaround to PPC32
  (jsc#SLE-12251).
- serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()
  (jsc#SLE-12251).
- serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32
  (jsc#SLE-12251).
- serial: ucc_uart: factor out soft_uart initialization
  (jsc#SLE-12251).
- serial: ucc_uart: replace ppc-specific IO accessors
  (jsc#SLE-12251).
- serial: ucc_uart: explicitly include soc/fsl/cpm.h
  (jsc#SLE-12251).
- soc/fsl/qe/qe.h: update include path for cpm.h (jsc#SLE-12251).
- soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl
  (jsc#SLE-12251).
- soc: fsl: qe: qe_io.c: use of_property_read_u32() in
  par_io_init() (jsc#SLE-12251).
- soc: fsl: qe: qe_io.c: access device tree property using
  be32_to_cpu (jsc#SLE-12251).
- soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()
  (jsc#SLE-12251).
- soc: fsl: qe: qe.c: use of_property_read_* helpers
  (jsc#SLE-12251).
- soc: fsl: qe: merge qe_ic.h headers into qe_ic.c
  (jsc#SLE-12251).
- soc: fsl: qe: simplify qe_ic_init() (jsc#SLE-12251).
- soc: fsl: qe: make qe_ic_get_{low,high}_irq static
  (jsc#SLE-12251).
- soc: fsl: qe: don't use NO_IRQ in qe_ic.c (jsc#SLE-12251).
- soc: fsl: qe: remove unused qe_ic_set_* functions
  (jsc#SLE-12251).
- soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
  (jsc#SLE-12251).
- soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
  (jsc#SLE-12251).
- powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQ
  (jsc#SLE-12251).
- soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/
  (jsc#SLE-12251).
- soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xx
  (jsc#SLE-12251).
- soc: fsl: qe: remove pointless sysfs registration in qe_ic.c
  (jsc#SLE-12251).
- soc: fsl: qe: drop assign-only high_active in qe_ic_init
  (jsc#SLE-12251).
- soc: fsl: qe: drop unneeded #includes (jsc#SLE-12251).
- soc: fsl: qe: qe.c: guard use of pvr_version_is() with
  CONFIG_PPC32 (jsc#SLE-12251).
- soc: fsl: qe: replace spin_event_timeout by
  readx_poll_timeout_atomic (jsc#SLE-12251).
- soc: fsl: qe: avoid ppc-specific io accessors (jsc#SLE-12251).
- soc: fsl: qe: introduce qe_io{read,write}* wrappers
  (jsc#SLE-12251).
- soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
  (jsc#SLE-12251).
- soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs
  (jsc#SLE-12251).
- soc: fsl: qe: remove space-before-tab (jsc#SLE-12251).
- serial: ucc_uart: remove redundant assignment to pointer bdp
  (jsc#SLE-12251).
- irqchip: Add support for Layerscape external interrupt lines
  (jsc#SLE-12251).
- powerpc/85xx: remove mostly pointless mpc85xx_qe_init()
  (jsc#SLE-12251).
- soc: fsl: qe: fold qe_get_num_of_snums into qe_snums_init
  (jsc#SLE-12251).
- soc: fsl: qe: support fsl,qe-snums property (jsc#SLE-12251).
- soc: fsl: qe: introduce qe_get_device_node helper
  (jsc#SLE-12251).
- soc: fsl: qe: reduce static memory footprint by 1.7K
  (jsc#SLE-12251).
- soc: fsl: qe: drop useless static qualifier (jsc#SLE-12251).
- commit f624471
- btrfs: Account for merged patches upstream
  Move below patches to sorted section.
- Refresh patches.suse/btrfs-account-for-trans_block_rsv-in-may_commit_transaction.patch.
- Refresh atches.suse/btrfs-allow-us-to-use-up-to-90-of-the-global-rsv-for-unlink.patch.
- Refresh patches.suse/btrfs-force-chunk-allocation-if-our-global-rsv-is-larger-than-metadata.patch.
- Refresh patches.suse/btrfs-improve-global-reserve-stealing-logic.patch.
- Refresh patches.suse/btrfs-only-check-priority-tickets-for-priority-flushing.patch.
- Refresh patches.suse/btrfs-run-btrfs_try_granting_tickets-if-a-priority-ticket-fails.patch.
  Also add 3 new patches to follow upstream as much as possible, one of
  them is a git-fixes requirements the others are prerequisites for it:
  - patches.suse/btrfs-account-ticket-size-at-add-delete-time.patch
  - patches.suse/btrfs-fix-reclaim-counter-leak-of-space_info-objects.patch
  - patches.suse/btrfs-fix-reclaim_size-counter-leak-after-stealing-from-global-reserve.patch
- commit b193add
- btrfs: fix filesystem corruption after a device replace
  (bsc#1178395).
- commit ece2bc8
- btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all
  locks (bsc#1178395).
- commit 9f5adb5
- btrfs: move btrfs_scratch_superblocks into
  btrfs_dev_replace_finishing (bsc#1178395).
- commit 8818530
- vt: keyboard, extend func_buf_lock to readers (bnc#1177766
  CVE-2020-25656).
- vt: keyboard, simplify vt_kdgkbsent (bnc#1177766
  CVE-2020-25656).
- commit d1af3a9
- intel-ethernet: clean up W=1 warnings in kdoc (jsc#SLE-15373).
- commit 6a6b2da
- Disable ipa-clones dump for KMP builds (bsc#1178330)
  The feature is not really useful for KMP, and rather confusing,
  so let's disable it at building out-of-tree codes
- commit ba5c338
- time: Prevent undefined behaviour in timespec64_to_ns()
  (bsc#1164648).
- futex: Fix incorrect should_fail_futex() handling (bsc#1149032).
- futex: Adjust absolute futex timeouts with per time namespace
  offset (bsc#1164648).
- futex: Remove unused or redundant includes (bsc#1149032).
- futex: Consistently use fshared as boolean (bsc#1149032).
- futex: Remove put_futex_key() (bsc#1149032).
- commit a86c28d
- scsi: core: Allow the state change from SDEV_QUIESCE to
  SDEV_BLOCK (jsc#SLE-15152).
- commit 687635a
- x86/efi: remove unused variables (jsc#SLE-15857 jsc#SLE-13618).
- commit 674c1a9
- Update config files.
  +CONFIG_LOAD_PPC_KEYS=y
- commit caba9b6
- powerpc: Load firmware trusted keys/hashes into kernel keyring
  (jsc#SLE-15857 jsc#SLE-13618).
- x86/efi: move common keyring handler functions to new file
  (jsc#SLE-15857 jsc#SLE-13618).
- commit 060cd29
- ACPI: fan: Expose fan performance state information
  (jsc#SLE-13078).
- commit 1c52bce
- Align secure boot configs (jsc#SLE-15857 jsc#SLE-13618 bsc#1176918 ltc#186474).
  ppc64le:
  +CONFIG_INTEGRITY_PLATFORM_KEYRING=y
  +CONFIG_IMA_APPRAISE_BOOTPARAM=y
  +CONFIG_SYSTEM_BLACKLIST_KEYRING=y
  +CONFIG_SYSTEM_BLACKLIST_HASH_LIST="/"/
  s390x:
  +CONFIG_INTEGRITY_PLATFORM_KEYRING=y
  +CONFIG_LOAD_IPL_KEYS=y
  +CONFIG_SYSTEM_BLACKLIST_KEYRING=y
  +CONFIG_SYSTEM_BLACKLIST_HASH_LIST="/"/
- commit 7b5f1e7
- ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to
  runtime (jsc#SLE-15857 jsc#SLE-13618 bsc#1176918 ltc#186474).
- ima: use struct_size() in kzalloc() (jsc#SLE-15857 jsc#SLE-13618
  bsc#1176918 ltc#186474).
- commit e301a0a
- kbuild: enforce -Werror=return-type (bsc#1177281).
- commit 1efe79d
- blacklist.conf: ignore LLVM toolchain fix
- commit e9af9fb
- s390/dasd: Fix zero write for FBA devices (bsc#1177801
  LTC#188735).
- s390/cio: add cond_resched() in the slow_eval_known_fn() loop
  (bsc#1177799 LTC#188733).
- commit 8d8c67c
- update patch metadata
- update Patch-mainline:
  patches.suse/ibmveth-Fix-use-of-ibmveth-in-a-bridge.patch
- commit 32664f1
- series.conf: cleanup
- update upstream reference and resort:
  patches.suse/scsi-ibmvscsi-Fix-potential-race-after-loss-of-trans.patch
- commit a1665a9
- Update patches.suse/bpf-Fix-scalar32_min_max_or-bounds-tracking.patch
  Add the bug references: bsc#1177889 and CVE-2020-27194.
- commit 948c903
- scsi: aacraid: Add a missing iounmap call (jsc#SLE-15152).
- scsi: aacraid: Make some symbols static in aachba.c
  (jsc#SLE-15152).
- scsi: aacraid: Remove erroneous fallthrough annotation
  (jsc#SLE-15152).
- scsi: aacraid: Remove pci-dma-compat wrapper API
  (jsc#SLE-15152).
- scsi: core: Add missing scsi_device_put() in scsi_host_block()
  (jsc#SLE-15152).
- scsi: aacraid: Fix logical bug when !DBG (jsc#SLE-15152).
- scsi: aacraid: Provide suggested curly braces around empty
  body of if() (jsc#SLE-15152).
- scsi: aacraid: Fix an oops in error handling (jsc#SLE-15152).
- scsi: aacraid: Use memdup_user() as a cleanup (jsc#SLE-15152).
- scsi: aacraid: Make some symbols static (jsc#SLE-15152).
- scsi: core: Remove 'list' entry from struct scsi_cmnd
  (jsc#SLE-15152).
- scsi: aacraid: Fix error handling paths in aac_probe_one()
  (jsc#SLE-15152).
- scsi: core: Avoid calling synchronize_rcu() for each device
  in scsi_host_block() (jsc#SLE-15152).
- scsi: aacraid: do not overwrite retval in aac_reset_adapter()
  (jsc#SLE-15152).
- scsi: aacraid: Use scnprintf() for avoiding potential buffer
  overflow (jsc#SLE-15152).
- scsi: aacraid: clean up warning cast-function-type
  (jsc#SLE-15152).
- scsi: aacraid: Disabling TM path and only processing IOP reset
  (jsc#SLE-15152).
- scsi: core: Remove cmd_list functionality (jsc#SLE-15152).
- scsi: aacraid: use scsi_host_busy_iter() in
  get_num_of_incomplete_fibs() (jsc#SLE-15152).
- scsi: aacraid: use scsi_host_busy_iter() to wait for outstanding
  commands (jsc#SLE-15152).
- scsi: core: add scsi_host_busy_iter() (jsc#SLE-15152).
- scsi: aacraid: use scsi_host_(block,unblock) to block I/O
  (jsc#SLE-15152).
- scsi: core: add scsi_host_(block,unblock) helper function
  (jsc#SLE-15152).
- scsi: aacraid: move scsi_(block,unblock)_requests out of
  _aac_reset_adapter() (jsc#SLE-15152).
- scsi: aacraid: replace aac_flush_ios() with midlayer helper
  (jsc#SLE-15152).
- scsi: aacraid: use scsi_host_complete_all_commands() to
  terminate outstanding commands (jsc#SLE-15152).
- scsi: aacraid: Do not wait for outstanding write commands on
  synchronize_cache (jsc#SLE-15152).
- scsi: dpt_i2o: use scsi_host_complete_all_commands() to abort
  outstanding commands (jsc#SLE-15152).
- scsi: core: add scsi_host_complete_all_commands() helper
  (jsc#SLE-15152).
- scsi: aacraid: bump version (jsc#SLE-15152).
- scsi: aacraid: send AIF request post IOP RESET (jsc#SLE-15152).
- scsi: aacraid: check adapter health (jsc#SLE-15152).
- scsi: aacraid: setting different timeout for src and thor
  (jsc#SLE-15152).
- scsi: aacraid: fixed firmware assert issue (jsc#SLE-15152).
- scsi: aacraid: fixed IO reporting error (jsc#SLE-15152).
- scsi: aacraid: fix illegal IO beyond last LBA (jsc#SLE-15152).
- commit f6c27f0
- Update
  patches.suse/0001-net-Take-common-prefetch-code-structure-into-a-funct.patch
  (jsc#SLE-13536).
- Update
  patches.suse/0001-net-aquantia-PTP-skeleton-declarations-and-callbacks.patch
  (jsc#SLE-15148).
- Update patches.suse/0002-igb-add-XDP-support.patch
  (jsc#SLE-13536).
- Update
  patches.suse/0002-net-aquantia-unify-styling-of-bit-enums.patch
  (jsc#SLE-15148).
- Update patches.suse/0003-igb-read-PBA-number-from-flash.patch
  (jsc#SLE-13536).
- Update
  patches.suse/0003-net-aquantia-add-basic-ptp_clock-callbacks.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0004-net-aquantia-add-PTP-rings-infrastructure.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0004-net-intel-Remove-in_interrupt-warnings.patch
  (jsc#SLE-13536).
- Update
  patches.suse/0005-net-aquantia-styling-fixes-on-ptp-related-functions.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0006-net-aquantia-implement-data-PTP-datapath.patch
  (jsc#SLE-15148).
- Update patches.suse/0007-net-aquantia-rx-filters-for-ptp.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0008-net-aquantia-add-support-for-ptp-ioctls.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0009-net-aquantia-implement-get_ts_info-ethtool.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0010-net-aquantia-add-support-for-Phy-access.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0011-net-aquantia-add-support-for-PIN-funcs.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0012-net-aquantia-fix-var-initialization-warning.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0013-net-aquantia-fix-warnings-on-endianness.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0014-net-aquantia-disable-ptp-object-build-if-no-config.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0015-net-aquantia-fix-spelling-mistake-tx_queus-tx_queues.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0016-net-aquantia-fix-unintention-integer-overflow-on-lef.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0017-net-aquantia-make-two-symbols-be-static.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0018-net-aquantia-remove-unused-including-linux-version.h.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0019-net-aquantia-fix-error-handling-in-aq_ptp_poll.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0020-net-aquantia-fix-return-value-check-in-aq_ptp_init.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0021-net-atlantic-update-firmware-interface.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0022-net-atlantic-implement-wake_phy-feature.patch
  (jsc#SLE-15148).
- Update patches.suse/0023-net-atlantic-refactoring-pm-logic.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0024-net-atlantic-add-msglevel-configuration.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0025-net-atlantic-adding-ethtool-physical-identification.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0026-net-atlantic-add-fw-configuration-memory-area.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0027-net-atlantic-loopback-tests-via-private-flags.patch
  (jsc#SLE-15148).
- Update patches.suse/0028-net-atlantic-code-style-cleanup.patch
  (jsc#SLE-15148).
- Update patches.suse/0029-net-atlantic-stylistic-renames.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0030-net-atlantic-update-flow-control-logic.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0031-net-atlantic-implement-UDP-GSO-offload.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0032-net-atlantic-change-email-domains-to-Marvell.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0033-net-atlantic-make-symbol-aq_pm_ops-static.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0034-net-atlantic-make-function-aq_ethtool_get_priv_flags.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0035-net-atlantic-Signedness-bug-in-aq_vec_isr_legacy.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0036-net-atlantic-broken-link-status-on-old-fw.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0037-net-atlantic-loopback-configuration-in-improper-plac.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0038-net-atlantic-remove-duplicate-entries.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0039-net-atlantic-checksum-compat-issue.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0040-net-atlantic-check-rpc-result-and-wait-for-rpc-addre.patch
  (jsc#SLE-15148).
- Update patches.suse/0041-net-atlantic-ptp-gpio-adjustments.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0042-net-atlantic-better-loopback-mode-handling.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0043-net-atlantic-fix-use-after-free-kasan-warn.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0044-net-atlantic-fix-potential-error-handling.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0045-net-atlantic-possible-fault-in-transition-to-hiberna.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0046-net-atlantic-fix-out-of-range-usage-of-active_vlans-.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0047-net-aquantia-Delete-module-version.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0048-net-aquantia-reject-all-unsupported-coalescing-param.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0049-aquantia-Fix-the-media-type-of-AQC100-ethernet-contr.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0050-net-atlantic-update-company-name-in-the-driver-descr.patch
  (jsc#SLE-15148).
- Update patches.suse/0051-net-atlantic-add-A2-device-IDs.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0052-net-atlantic-add-defines-for-10M-and-EEE-100M-link-m.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0053-net-atlantic-add-hw_soft_reset-hw_prepare-to-hw_ops.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0054-net-atlantic-simplify-hw_get_fw_version-usage.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0055-net-atlantic-make-hw_get_regs-optional.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0056-net-atlantic-move-IS_CHIP_FEATURE-to-aq_hw.h.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0057-net-atlantic-A2-driver-firmware-interface.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0058-net-atlantic-minimal-A2-HW-bindings-required-for-fw_.patch
  (jsc#SLE-15148).
- Update patches.suse/0059-net-atlantic-minimal-A2-fw_ops.patch
  (jsc#SLE-15148).
- Update patches.suse/0060-net-atlantic-A2-hw_ops-skeleton.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0061-net-atlantic-HW-bindings-for-A2-RFP.patch
  (jsc#SLE-15148).
- Update patches.suse/0062-net-atlantic-add-A2-RPF-hw_ops.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0063-net-atlantic-HW-bindings-for-basic-A2-init-deinit-hw.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0064-net-atlantic-common-functions-needed-for-basic-A2-in.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0065-net-atlantic-basic-A2-init-deinit-hw_ops.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0066-net-atlantic-A2-ingress-egress-hw-configuration.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0067-net-atlantic-rename-AQ_NIC_RATE_2GS-to-AQ_NIC_RATE_2.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0068-net-atlantic-remove-TPO2-check-from-A0-code.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0069-net-atlantic-remove-hw_atl_b0_hw_rss_set-call-from-A.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0070-net-atlantic-remove-check-for-boot-code-survivabilit.patch
  (jsc#SLE-15148).
- Update patches.suse/0071-net-atlantic-unify-MAC-generation.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0072-net-atlantic-changes-for-multi-TC-support.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0073-net-atlantic-move-PTP-TC-initialization-to-a-separat.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0074-net-atlantic-changes-for-multi-TC-support.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0075-net-atlantic-QoS-implementation-multi-TC-support.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0076-net-atlantic-A2-half-duplex-support.patch
  (jsc#SLE-15148).
- Update patches.suse/0077-net-atlantic-remove-baseX-usage.patch
  (jsc#SLE-15148).
- Update patches.suse/0078-net-atlantic-A2-EEE-support.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0079-net-atlantic-A2-flow-control-support.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0080-net-atlantic-A2-report-link-partner-capabilities.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0081-net-atlantic-A2-phy-loopback-support.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0082-net-atlantic-fix-variable-type-in-aq_ethtool_get_pau.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0083-net-atlantic-Replace-ENOTSUPP-usage-to-EOPNOTSUPP.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0084-net-atlantic-make-aq_pci_func_init-static.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0085-net-atlantic-fix-typo-in-aq_ring_tx_clean.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0086-net-atlantic-missing-space-in-a-comment-in-aq_nic.h.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0087-net-atlantic-add-alignment-checks-in-hw_atl2_utils_f.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0088-net-atlantic-put-ptp-code-under-IS_REACHABLE-check.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0089-net-aquantia-fix-aq_ndev_start_xmit-s-return-type.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0090-net-atlantic-fix-ip-dst-and-ipv6-address-filters.patch
  (jsc#SLE-15148).
- Update
  patches.suse/0091-net-atlantic-disable-PTP-on-AQC111-AQC112.patch
  (jsc#SLE-15148).
- Update
  patches.suse/btrfs-enumerate-the-type-of-exclusive-operation-in-progress.patch
  (JSC#SLE-13586).
- Update
  patches.suse/btrfs-sysfs-export-currently-running-exclusive-operation.patch
  (JSC#SLE-13586).
- Update patches.suse/net-atlantic-A0-ntuple-filters.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-QoS-implementation-max_rate.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-QoS-implementation-min_rate.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-Use-readx_poll_timeout-for-large-timeou.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-add-hwmon-getter-for-MAC-temperature.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-add-support-for-64-bit-reads-writes.patch
  (jsc#SLE-15148).
- Update patches.suse/net-atlantic-add-support-for-FW-4.x.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-align-return-value-of-ver_match-functio.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-always-use-random-TC-queue-mapping-for-.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-automatically-downgrade-the-number-of-q.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-change-the-order-of-arguments-for-TC-we.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-enable-ipv6-support-for-TCP-LSO-and-UDP.patch
  (jsc#SLE-15148).
- Update patches.suse/net-atlantic-fix-PTP-on-AQC10X.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-make-TCVEC2RING-accept-nic_cfg.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-move-FRAC_PER_NS-to-aq_hw.h.patch
  (jsc#SLE-15148).
- Update patches.suse/net-atlantic-per-TC-queue-statistics.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-proper-rss_ctrl1-54c0-initialization.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-use-U32_MAX-in-aq_hw_utils.c.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-use-intermediate-variable-to-improve-re.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-atlantic-use-simple-assignment-in-_get_stats-and.patch
  (jsc#SLE-15148).
- Update
  patches.suse/net-ethernet-aquantia-Fix-wrong-return-value.patch
  (jsc#SLE-15148).
  Update patch metadata to point to SLE-Epic
- commit 33bcfbb
- Delete
  patches.suse/s390-pci-Mark-all-VFs-as-not-implementing-PCI_COMMAN.patch
  (jsc#SLE-13818 bsc#1177117 LTC#186574).
- commit 9329461
- Disable module compression on SLE15 SP2 (bsc#1178307)
- commit 6e769e1
- s390/pci: fix leak of DMA tables on hard unplug (jsc#SLE-13818
  bsc#1177117 LTC#186574).
- s390/pci: fix PF/VF linking on hot plug (jsc#SLE-13818
  bsc#1177117 LTC#186574).
- s390/pci: re-introduce zpci_remove_device() (jsc#SLE-13818
  bsc#1177117 LTC#186574).
- s390/pci: fix zpci_bus_link_virtfn() (jsc#SLE-13818 bsc#1177117
  LTC#186574).
- s390/pci: ignore stale configuration request event
  (jsc#SLE-13818 bsc#1177117 LTC#186574).
- s390/pci: fix enabling a reserved PCI function (jsc#SLE-13818
  bsc#1177117 LTC#186574).
- s390/pci: create links between PFs and VFs (jsc#SLE-13818
  bsc#1177117 LTC#186574).
- PCI/IOV: Introduce pci_iov_sysfs_link() function (jsc#SLE-13818
  bsc#1177117 LTC#186574).
- s390/pci: removes wrong PCI multifunction assignment
  (jsc#SLE-13818 bsc#1177117 LTC#186574).
- s390/pci: Do not disable PF when VFs exist (jsc#SLE-13818
  bsc#1177117 LTC#186574).
- s390/pci: Handling multifunctions (jsc#SLE-13818 bsc#1177117
  LTC#186574).
- s390/pci: Adding bus resource (jsc#SLE-13818 bsc#1177117
  LTC#186574).
- s390/pci: adapt events for zbus (jsc#SLE-13818 bsc#1177117
  LTC#186574).
- s390/pci: create zPCI bus (jsc#SLE-13818 bsc#1177117
  LTC#186574).
- s390/pci: define RID and RID available (jsc#SLE-13818
  bsc#1177117 LTC#186574).
- s390/pci: define kernel parameters for PCI multifunction
  (jsc#SLE-13818 bsc#1177117 LTC#186574).
- s390/pci: Improve handling of unset UID (jsc#SLE-13818
  bsc#1177117 LTC#186574).
- s390/pci: Fix zpci_alloc_domain() over allocation (jsc#SLE-13818
  bsc#1177117 LTC#186574).
- s390/pci: embedding hotplug_slot in zdev (jsc#SLE-13818
  bsc#1177117 LTC#186574).
- commit a593f0e
- Refresh patches.suse/ibmveth-Fix-use-of-ibmveth-in-a-bridge.patch.
  Update to upstream version.
- commit 69ab55e
- ibmvnic: fix ibmvnic_set_mac (bsc#1066382 ltc#160943 git-fixes).
- commit 4e8525b
- arm64/cpufeature: Add remaining feature bits in ID_AA64ISAR0
  register (jsc#SLE-13697 jsc#SLE-10565).
- commit 2472603
- net: intel: Remove in_interrupt() warnings (jsc#SLE-14166).
- commit 8b50ca7
- igb: read PBA number from flash (jsc#SLE-14166).
- commit dd0798b
- igb: add XDP support (jsc#SLE-14166).
- commit c5d94b1
- net: Take common prefetch code structure into a function
  (jsc#SLE-14166).
- commit 703b714
- net: tg3: tidy up loop, remove need to compute off with a
  multiply (jsc#SLE-14859).
- commit 3f285d7
- net: tg3: reject unsupported coalescing params (jsc#SLE-14859).
- commit 0d525c5
- clk: bcm: dvp: Select the reset framework (jsc#SLE-15318).
- commit 8ade961
- drivers: provide devm_platform_get_and_ioremap_resource()
  (jsc#SLE-15318).
- clk: Pass correct arguments to __clk_hw_register_gate()
  (jsc#SLE-15318).
- clk: gate: Add support for specifying parents via DT/pointers
  (jsc#SLE-15318).
- clk: Zero init clk_init_data in helpers (jsc#SLE-15318).
- commit 59c9d80
- reset: simple: Add reset callback (jsc#SLE-15318).
- reset: Move reset-simple header out of drivers/reset
  (jsc#SLE-15318).
- commit 54b23f0
- tlb: mmu_gather: add tlb_flush_*_range APIs (jsc#SLE-10565).
- commit bc343ad
- arm64: Detect the ARMv8.4 TTL feature (jsc#SLE-10565).
- Refresh
  patches.suse/arm64-tlb-Detect-the-ARMv8.4-TLBI-RANGE-feature.patch.
- Refresh
  patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch.
- commit ab20cd9
- clk: bcm: rpi: Add register to control pixel bvb clk
  (jsc#SLE-15318).
- clk: bcm: dvp: Add missing module informations (jsc#SLE-15318).
- clk: bcm: rpi: Remove the quirks for the CPU clock
  (jsc#SLE-15318).
- clk: bcm: rpi: Give firmware clocks a name (jsc#SLE-15318).
- clk: bcm: rpi: Discover the firmware clocks (jsc#SLE-15318).
- clk: bcm: rpi: Add an enum for the firmware clocks
  (jsc#SLE-15318).
- clk: bcm: rpi: Add DT provider for the clocks (jsc#SLE-15318).
- clk: bcm: rpi: Make the PLLB registration function return a
  clk_hw (jsc#SLE-15318).
- clk: bcm: rpi: Split pllb clock hooks (jsc#SLE-15318).
- clk: bcm: rpi: Rename is_prepared function (jsc#SLE-15318).
- clk: bcm: rpi: Pass the clocks data to the firmware function
  (jsc#SLE-15318).
- clk: bcm: rpi: Add clock id to data (jsc#SLE-15318).
- clk: bcm: rpi: Create a data structure for the clocks
  (jsc#SLE-15318).
- clk: bcm: rpi: Use CCF boundaries instead of rolling our own
  (jsc#SLE-15318).
- clk: bcm: rpi: Make sure the clkdev lookup is removed
  (jsc#SLE-15318).
- clk: bcm: rpi: Switch to clk_hw_register_clkdev (jsc#SLE-15318).
- clk: bcm: rpi: Remove pllb_arm_lookup global pointer
  (jsc#SLE-15318).
- clk: bcm: rpi: Make sure pllb_arm is removed (jsc#SLE-15318).
- clk: bcm: rpi: Remove global pllb_arm clock pointer
  (jsc#SLE-15318).
- clk: bcm: rpi: Use clk_hw_register for pllb_arm (jsc#SLE-15318).
- clk: bcm: rpi: Statically init clk_init_data (jsc#SLE-15318).
- clk: bcm: rpi: Allow the driver to be probed by DT
  (jsc#SLE-15318).
- clk: bcm: Add BCM2711 DVP driver (jsc#SLE-15318).
- Update config files
- supported.conf: Add clk-bcm2711-dvp
- commit 3864121
- blacklist.conf: add two more
- commit 4c2096a
- tipc: fix memory leak caused by tipc_buf_append() (git-fixes).
- commit 22daff6
- KVM: x86/mmu: Commit zap of remaining invalid pages when
  recovering lpages (git-fixes).
- net/core: check length before updating Ethertype in
  skb_mpls_{push,pop} (git-fixes).
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
  with mutex (git-fixes).
- block: Set same_page to false in __bio_try_merge_page if ret
  is false (git-fixes).
- selftests/timers: Turn off timeout setting (git-fixes).
- mm: madvise: fix vma user-after-free (git-fixes).
- commit ba14726
- Update
  patches.suse/arm64-Add-level-hinted-TLB-invalidation-helper.patch
  (jsc#SLE-13697 jsc#SLE-10565).
- Update
  patches.suse/arm64-tlb-Set-the-TTL-field-in-flush_-_tlb_range.patch
  (jsc#SLE-13697 jsc#SLE-10565).
- Update
  patches.suse/arm64-tlb-Set-the-TTL-field-in-flush_tlb_range.patch
  (jsc#SLE-13697 jsc#SLE-10565).
- Update
  patches.suse/arm64-tlb-don-t-set-the-ttl-value-in-flush_tlb_page_.patch
  (jsc#SLE-13697 jsc#SLE-10565).
- commit 45984e7
- usb: cdc-acm: add quirk to blacklist ETAS ES58X devices
  (git-fixes).
- usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets
  (git-fixes).
- usb: gadget: function: printer: fix use-after-free in
  __lock_acquire (git-fixes).
- usb: dwc3: simple: add support for Hikey 970 (git-fixes).
- USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync()
  (git-fixes).
- USB: cdc-acm: handle broken union descriptors (git-fixes).
- usb: ohci: Default to per-port over-current protection
  (git-fixes).
- usb: core: Solve race condition in anchor cleanup functions
  (git-fixes).
- commit 3a141c3
- r8169: fix issue with forced threading in combination with
  shared interrupts (git-fixes).
- rtw88: increse the size of rx buffer size (git-fixes).
- rtl8xxxu: prevent potential memory leak (git-fixes).
- tty: serial: fsl_lpuart: fix lpuart32_poll_get_char (git-fixes).
- tty: ipwireless: fix error handling (git-fixes).
- PM: hibernate: remove the bogus call to get_gendisk() in
  software_resume() (git-fixes).
- spi: spi-s3c64xx: Check return values (git-fixes).
- spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and
  s3c64xx_enable_datapath() (git-fixes).
- net: usb: rtl8150: set random MAC address when
  set_ethernet_addr() fails (git-fixes).
- commit 53b1fbc
- mwifiex: don't call del_timer_sync() on uninitialized timer
  (git-fixes).
- mic: vop: copy data to kernel space then write to io memory
  (git-fixes).
- misc: vop: add round_up(x,4) for vring_size to avoid kernel
  panic (git-fixes).
- misc: rtsx: Fix memory leak in rtsx_pci_probe (git-fixes).
- media: firewire: fix memory leak (git-fixes).
- media: ati_remote: sanity check for both endpoints (git-fixes).
- media: st-delta: Fix reference count leak in delta_run_work
  (git-fixes).
- media: sti: Fix reference count leaks (git-fixes).
- mmc: sdio: Check for CISTPL_VERS_1 buffer size (git-fixes).
- net: usb: qmi_wwan: add Cellient MPL200 card (git-fixes).
- commit 9642953
- media: exynos4-is: Fix several reference count leaks due to
  pm_runtime_get_sync (git-fixes).
- media: exynos4-is: Fix a reference count leak due to
  pm_runtime_get_sync (git-fixes).
- media: exynos4-is: Fix a reference count leak (git-fixes).
- media: vsp1: Fix runtime PM imbalance on error (git-fixes).
- media: platform: s3c-camif: Fix runtime PM imbalance on error
  (git-fixes).
- media: platform: sti: hva: Fix runtime PM imbalance on error
  (git-fixes).
- media: bdisp: Fix runtime PM imbalance on error (git-fixes).
- media: media/pci: prevent memory leak in bttv_probe (git-fixes).
- media: rcar_drif: Allocate v4l2_async_subdev dynamically
  (git-fixes).
- media: rcar_drif: Fix fwnode reference leak when parsing DT
  (git-fixes).
- commit ff98d93
- mailbox: avoid timer start from callback (git-fixes).
- mac80211: handle lack of sband->bitrates in rates (git-fixes).
- HID: ite: Add USB id match for Acer One S1003 keyboard dock
  (git-fixes).
- eeprom: at25: set minimum read/write access stride to 1
  (git-fixes).
- media: i2c: ov5640: Enable data pins on poweron for DVP mode
  (git-fixes).
- media: i2c: ov5640: Separate out mipi configuration from s_power
  (git-fixes).
- media: i2c: ov5640: Remain in power down for DVP mode unless
  streaming (git-fixes).
- media: uvcvideo: Ensure all probed info is returned to v4l2
  (git-fixes).
- media: saa7134: avoid a shift overflow (git-fixes).
- media: venus: core: Fix runtime PM imbalance in venus_probe
  (git-fixes).
- commit 1c003ee
- Bluetooth: Only mark socket zapped after unlocking (git-fixes).
- Bluetooth: btusb: Fix memleak in btusb_mtk_submit_wmt_recv_urb
  (git-fixes).
- ath9k: hif_usb: fix race condition between usb_get_urb()
  and usb_kill_anchored_urbs() (git-fixes).
- can: flexcan: flexcan_chip_stop(): add error handling and
  propagate error value (git-fixes).
- brcmsmac: fix memory leak in wlc_phy_attach_lcnphy (git-fixes).
- ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()
  (git-fixes).
- brcm80211: fix possible memleak in brcmf_proto_msgbuf_attach
  (git-fixes).
- dmaengine: dw: Activate FIFO-mode for memory peripherals only
  (git-fixes).
- crypto: ccp - fix error handling (git-fixes).
- commit faa1609
- ahci: Add Intel Rocket Lake PCH-H RAID PCI IDs (jsc#SLE-16742).
- commit 272dae5
- libbpf: Fix build failure from uninitialized variable warning
  (bsc#1177028).
- selftests/bpf: Remove test_align leftovers (bsc#1177028).
- libbpf: Fix BTF-defined map-in-map initialization on 32-bit
  host arches (bsc#1177028).
- commit bd71fe7
- tools, bpftool: Add ringbuf map type to map command docs
  (bsc#1177028).
- commit 2cec4e1
- tools/bpftool: Add ringbuf map to a list of known map types
  (bsc#1177028).
- tools/bpftool: Fix skeleton codegen (bsc#1177028).
- tools, bpftool: Exit on error in function codegen (bsc#1177028).
- tools, bpftool: Fix memory leak in codegen error cases
  (bsc#1177028).
- tools, bpf: Do not force gcc as CC (bsc#1177028).
- tools/bpf: Don't use $(COMPILE.c) (bsc#1177028).
- bpftool: Support link show for netns-attached links
  (bsc#1177028).
- bpftool: Extract helpers for showing link attach type
  (bsc#1177028).
- tools/bpf: sync bpf.h (bsc#1177028).
- tools, bpftool: Print correct error message when failing to
  load BTF (bsc#1177028).
- tools, bpftool: Make capability check account for new BPF caps
  (bsc#1177028).
- tools, bpftool: Clean subcommand help messages (bsc#1177028).
- tools/bpf: sync bpf.h (bsc#1177028).
- bpf, bpftool: Enable get{peer, sock}name attach types
  (bsc#1177028).
- samples, bpf: Refactor kprobe, tail call kern progs map
  definition (bsc#1177028).
- samples, bpf: Add tracex7 test file to .gitignore (bsc#1177028).
- samples, bpf: Refactor tail call user progs with libbpf
  (bsc#1177028).
- samples, bpf: Refactor kprobe tracing user progs with libbpf
  (bsc#1177028).
- samples, bpf: Refactor pointer error check with libbpf
  (bsc#1177028).
- bpf, bpftool: Allow probing for CONFIG_HZ from kernel config
  (bsc#1177028).
- samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS (bsc#1177028).
  Update patches.suse/bpf-xdp-samples-Fix-null-pointer-dereference-in-_use.patch
- samples/bpf: Remove compiler warnings (bsc#1177028).
- tools, bpftool: Minor fixes for documentation (bsc#1177028).
- tools, bpftool: Poison and replace kernel integer typedefs
  (bsc#1177028).
- bpf, runqslower: include proper uapi/bpf.h (bsc#1177028).
- commit d2d5b93
- dmaengine: idxd: Merge definition of dsa_batch_desc into
  dsa_hw_desc (jsc#SLE-12866).
- commit 7fcf034
- tools/bpftool: Add bpf_iter support for bptool (bsc#1177028).
- tools: bpftool: Make libcap dependency optional (bsc#1177028).
- tools: bpftool: Allow unprivileged users to probe features
  (bsc#1177028).
- tools: bpftool: For "/feature probe"/ define "/full_mode"/ bool
  as global (bsc#1177028).
- bpftool: Add link bash completions (bsc#1177028).
- bpftool: Add bpftool-link manpage (bsc#1177028).
- bpftool: Add bpf_link show and pin support (bsc#1177028).
- bpftool: Expose attach_type-to-string array to non-cgroup code
  (bsc#1177028).
- tools/bpf/bpftool: Remove duplicate headers (bsc#1177028).
- commit 3fdccaf
- bpf: Fix too large copy from user in bpf_test_init
  (bsc#1177028).
- bpf: Add xdp.frame_sz in bpf_prog_test_run_xdp() (bsc#1177028).
- commit 3a2d58c
- selftests/bpf: Extend map-in-map selftest to detect memory leaks
  (bsc#1177028).
- libbpf: Fix libbpf hashmap on (I)LP32 architectures
  (bsc#1177028).
- bpf: Add tests for PTR_TO_BTF_ID vs. null comparison
  (bsc#1177028).
- selftests: bpf: Pass program to bpf_prog_detach in
  flow_dissector (bsc#1177028).
- selftests: bpf: Pass program and target_fd in
  flow_dissector_reattach (bsc#1177028).
- selftests/bpf: Test updating flow_dissector link with same
  program (bsc#1177028).
- bpf, sockmap: Add ingres skb tests that utilize merge skbs
  (bsc#1177028).
- libbpf: Adjust SEC short cut for expected attach type
  BPF_XDP_DEVMAP (bsc#1177028).
- libbpf: Fix CO-RE relocs against .text section (bsc#1177028).
- libbpf: Forward-declare bpf_stats_type for systems with outdated
  UAPI headers (bsc#1177028).
- selftests/bpf: Add cgroup_skb/egress test for
  load_bytes_relative (bsc#1177028).
- libbpf: Handle GCC noreturn-turned-volatile quirk (bsc#1177028).
- libbpf: Define __WORDSIZE if not available (bsc#1177028).
- bpf: Selftests and tools use struct bpf_devmap_val from uapi
  (bsc#1177028).
- selftests/bpf: Fix ringbuf selftest sample counting
  undeterminism (bsc#1177028).
- selftests/bpf: Add a default $(CXX) value (bsc#1177028).
- bpf, selftests: Use bpf_probe_read_kernel (bsc#1177028).
- selftests/bpf: Fix sample_cnt shared between two threads
  (bsc#1177028).
- bpf, selftests: Adapt cls_redirect to call csum_level helper
  (bsc#1177028).
- selftests/bpf: Extend test_flow_dissector to cover link creation
  (bsc#1177028).
- selftests/bpf: Convert test_flow_dissector to use BPF skeleton
  (bsc#1177028).
- selftests/bpf: Add tests for attaching bpf_link to netns
  (bsc#1177028).
- libbpf: Add support for bpf_link-based netns attachment
  (bsc#1177028).
- libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c
  (bsc#1177028).
- selftests/bpf: Add test for SO_BINDTODEVICE opt of
  bpf_setsockopt (bsc#1177028).
- bpf, selftests: Add test for ktls with skb bpf ingress policy
  (bsc#1177028).
- selftest: Add tests for XDP programs in devmap entries
  (bsc#1177028).
- libbpf: Add SEC name for xdp programs attached to device map
  (bsc#1177028).
- selftests/bpf: Add BPF ringbuf selftests (bsc#1177028).
- libbpf: Add BPF ring buffer support (bsc#1177028).
- selftests/bpf: Add tests for write-only stacks/queues
  (bsc#1177028).
- selftests/bpf: Cleanup comments in test_maps (bsc#1177028).
- selftests/bpf: Cleanup some file descriptors in test_maps
  (bsc#1177028).
- selftests/bpf: Fix a typo in test_maps (bsc#1177028).
- bpf, selftests: Test probe_* helpers from SCHED_CLS
  (bsc#1177028).
- bpf, selftests: Add sk_msg helpers load and attach test
  (bsc#1177028).
- libbpf: Use .so dynamic symbols for abi check (bsc#1177028).
- libbpf: Install headers as part of make install (bsc#1177028).
- libbpf: Add API to consume the perf ring buffer content
  (bsc#1177028).
- selftests/bpf: Add general instructions for test execution
  (bsc#1177028).
- bpf: Selftests, add printk to test_sk_lookup_kern to encode
  null ptr check (bsc#1177028).
- bpf: Selftests, verifier case for non null pointer map value
  branch (bsc#1177028).
- bpf: Selftests, verifier case for non null pointer check branch
  taken (bsc#1177028).
- selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c to define
  own bpf_iter_meta (bsc#1177028).
- selftest/bpf: Make bpf_iter selftest compilable against old
  vmlinux.h (bsc#1177028).
- bpf, testing: Add get{peer, sock}name selftests to test_progs
  (bsc#1177028).
- bpf, libbpf: Enable get{peer, sock}name attach types
  (bsc#1177028).
- bpf: Selftests, add ktls tests to test_sockmap (bsc#1177028).
- bpf: Selftests, add blacklist to test_sockmap (bsc#1177028).
- bpf: Selftests, add whitelist option to test_sockmap
  (bsc#1177028).
- bpf: Selftests, provide verbose option for selftests execution
  (bsc#1177028).
- bpf: Selftests, break down test_sockmap into subtests
  (bsc#1177028).
- bpf: Selftests, improve test_sockmap total bytes counter
  (bsc#1177028).
- bpf: Selftests, print error in test_sockmap error cases
  (bsc#1177028).
- bpf: Selftests, sockmap test prog run without setting cgroup
  (bsc#1177028).
- bpf: Selftests, remove prints from sockmap tests (bsc#1177028).
- bpf: Selftests, move sockmap bpf prog header into progs
  (bsc#1177028).
- selftests/bpf: Move test_align under test_progs (bsc#1177028).
- libbpf, hashmap: Fix signedness warnings (bsc#1177028).
- libbpf, hashmap: Remove unused #include (bsc#1177028).
- selftests/bpf: Use CAP_BPF and CAP_PERFMON in tests
  (bsc#1177028).
- selftests/bpf: Xdp_adjust_tail add grow tail tests
  (bsc#1177028).
- selftests/bpf: Adjust BPF selftest for xdp_adjust_tail
  (bsc#1177028).
- selftests/bpf: Test for sk helpers in cgroup skb (bsc#1177028).
- selftests/bpf: Add connect_fd_to_fd, connect_wait net helpers
  (bsc#1177028).
- selftest/bpf: Fix spelling mistake "/SIGALARM"/ -> "/SIGALRM"/
  (bsc#1177028).
- selftests/bpf: Test narrow loads for bpf_sock_addr.user_port
  (bsc#1177028).
- bpf: Change btf_iter func proto prefix to "/bpf_iter_"/
  (bsc#1177028).
- tools/bpf: selftests : Explain bpf_iter test failures with
  llvm 10.0.0 (bsc#1177028).
- selftests/bpf: Extract parse_num_list into generic
  testing_helpers.c (bsc#1177028).
- libbpf: Fix probe code to return EPERM if encountered
  (bsc#1177028).
- tools/bpf: selftests: Add bpf_iter selftests (bsc#1177028).
- tools/bpf: selftests: Add iter progs for bpf_map/task/task_file
  (bsc#1177028).
- tools/bpf: selftests: Add iterator programs for ipv6_route
  and netlink (bsc#1177028).
- tools/libpf: Add offsetof/container_of macro in bpf_helpers.h
  (bsc#1177028).
- tools/libbpf: Add bpf_iter support (bsc#1177028).
- selftests/bpf: Move existing common networking parts into
  network_helpers (bsc#1177028).
- selftests/bpf: Generalize helpers to control background listener
  (bsc#1177028).
- bpf: Add selftest for BPF_ENABLE_STATS (bsc#1177028).
- libbpf: Add support for command BPF_ENABLE_STATS (bsc#1177028).
- selftests/bpf: Test allowed maps for bpf_sk_select_reuseport
  (bsc#1177028).
- libbpf: Fix false uninitialized variable warning (bsc#1177028).
- selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed
  (bsc#1177028).
- selftests/bpf: Disable ASAN instrumentation for mmap()'ed
  memory read (bsc#1177028).
- libbpf: Fix memory leak and possible double-free in
  hashmap__clear (bsc#1177028).
- selftests/bpf: Convert test_hashmap into test_progs test
  (bsc#1177028).
- selftests/bpf: Add SAN_CFLAGS param to selftests build to
  allow sanitizers (bsc#1177028).
- libbpf: Add BTF-defined map-in-map support (bsc#1177028).
- libbpf: Refactor map creation logic and fix cleanup leak
  (bsc#1177028).
- libbpf: Refactor BTF-defined map definition parsing logic
  (bsc#1177028).
- selftests/bpf: Test bpf_link's get_next_id, get_fd_by_id,
  and get_obj_info (bsc#1177028).
- libbpf: Add low-level APIs for new bpf_link commands
  (bsc#1177028).
- selftests/bpf: fix test_sysctl_prog with alu32 (bsc#1177028).
- libbpf: Remove unneeded semicolon in btf_dump_emit_type
  (bsc#1177028).
- libbpf: Return err if bpf_object__load failed (bsc#1177028).
- selftests/bpf: Add cls_redirect classifier (bsc#1177028).
- commit db2bf96
- bpf_helpers.h: Add note for building with vmlinux.h or
  linux/types.h (bsc#1177028).
- commit 7f826c8
- dm/dax: Fix table reference counts (bsc#1178246).
- commit 89a1d25
- Documentation: fpga: dfl: add descriptions for interrupt
  related interfaces (jsc#SLE-13441).
- fpga: dfl: afu: add AFU interrupt support (jsc#SLE-13441).
- commit aa24f54
- fpga: dfl: afu: add interrupt support for port error reporting
  (jsc#SLE-13441).
- commit 80189bc
- fpga: dfl: fme: add performance reporting support
  (jsc#SLE-13441).
- Refresh
  patches.suse/fpga-dfl-afu-support-debug-access-to-memory-mapped-a.patch.
- Refresh
  patches.suse/fpga-dfl-parse-interrupt-info-for-feature-devices-on.patch.
- Refresh
  patches.suse/fpga-dfl-support-multiple-opens-on-feature-device-no.patch.
- commit ac35437
- fpga: dfl: fme: remove set but not used variable 'fme'
  (jsc#SLE-13441).
- commit b2e5b38
- net: atlantic: Use readx_poll_timeout() for large timeout
  (jsc#SLE-16008).
- commit 61ad5ca
- net: ethernet: aquantia: Fix wrong return value (jsc#SLE-16008).
- commit a9a6a7c
- net: atlantic: fix PTP on AQC10X (jsc#SLE-16008).
- commit 695ed80
- net: atlantic: add hwmon getter for MAC temperature
  (jsc#SLE-16008).
- commit 21d8f0f
- net: atlantic: A0 ntuple filters (jsc#SLE-16008).
- commit a9d8329
- net: atlantic: use intermediate variable to improve readability
  a bit (jsc#SLE-16008).
- commit a5cacbb
- net: atlantic: use U32_MAX in aq_hw_utils.c (jsc#SLE-16008).
- commit 81029eb
- net: atlantic: add support for 64-bit reads/writes
  (jsc#SLE-16008).
- commit ee4fca9
- net: atlantic: enable ipv6 support for TCP LSO and UDP GSO
  (jsc#SLE-16008).
- commit 2b6b5c1
- net: atlantic: use simple assignment in _get_stats and
  _get_sw_stats (jsc#SLE-16008).
- commit 5105a90
- net: atlantic: move FRAC_PER_NS to aq_hw.h (jsc#SLE-16008).
- commit 6850395
- net: atlantic: add support for FW 4.x (jsc#SLE-16008).
- commit 06dc4b7
- net: atlantic: align return value of ver_match function with
  function name (jsc#SLE-16008).
- commit c76e0df
- fpga: dfl: fme: add power management support (jsc#SLE-13441).
- Refresh
  patches.suse/fpga-dfl-fme-add-global-error-reporting-support.patch.
- commit 51e1487
- net: atlantic: proper rss_ctrl1 (54c0) initialization
  (jsc#SLE-16008).
- commit 7108188
- net: atlantic: QoS implementation: min_rate (jsc#SLE-16008).
- Refresh
  patches.suse/0079-net-atlantic-A2-flow-control-support.patch.
- commit 2caba0d
- net: atlantic: change the order of arguments for TC
  weight/credit setters (jsc#SLE-16008).
- commit 70fba01
- net: atlantic: always use random TC-queue mapping for TX on A2
  (jsc#SLE-16008).
- commit 381aa34
- net: atlantic: automatically downgrade the number of queues
  if necessary (jsc#SLE-16008).
- commit b8f39b3
- net: atlantic: QoS implementation: max_rate (jsc#SLE-16008).
- Refresh
  patches.suse/0079-net-atlantic-A2-flow-control-support.patch.
- commit 19bafcd
- fpga: dfl: fme: add thermal management support (jsc#SLE-13441).
- commit 8ac4e29
- fpga: dfl: fme: add global error reporting support
  (jsc#SLE-13441).
- commit a46fd7e
- net: atlantic: make TCVEC2RING accept nic_cfg (jsc#SLE-16008).
- commit 40a7532
- net: atlantic: per-TC queue statistics (jsc#SLE-16008).
- commit 541ba98
- fpga: dfl: afu: add STP (SignalTap) support (jsc#SLE-13441).
- commit d5f1610
- fpga: dfl: afu: add error reporting support (jsc#SLE-13441).
- commit a5b188f
- fpga: dfl: afu: convert platform_driver to use dev_groups
  (jsc#SLE-13441).
- commit 4db51d8
- mm: fix a race during THP splitting (bsc#1178255).
- commit d99807e
- fpga: dfl: fme: convert platform_driver to use dev_groups
  (jsc#SLE-13441).
- commit 505b01a
- fpga: dfl: use driver core functions, not sysfs ones
  (jsc#SLE-13441).
- Refresh
  patches.suse/fpga-dfl-add-id_table-for-dfl-private-feature-driver.patch.
- Refresh
  patches.suse/fpga-dfl-afu-add-AFU-state-related-sysfs-interfaces.patch.
- Refresh
  patches.suse/fpga-dfl-fme-add-DFL_FPGA_FME_PORT_RELEASE-ASSIGN-io.patch.
- Refresh
  patches.suse/fpga-dfl-fme-add-capability-sysfs-interfaces.patch.
- commit bedcd22
- btrfs: don't force read-only after error in drop snapshot (bsc#1176354).
- commit 92bd157
- bpf: Fix bpf_ringbuf_output() signature to return long
  (bsc#1177028).
- bpf: Fix formatting in documentation for BPF helpers
  (bsc#1177028).
- selftests/bpf: Fix verifier test (bsc#1177028).
- commit d66394d
- rpm/kernel-module-subpackage: make Group tag optional (bsc#1163592)
- commit 552ec97
- scsi: pm80xx: Driver version update (jsc#SLE-15151,
  bsc#1178226).
- scsi: pm80xx: Increase the number of outstanding I/O supported
  to 1024 (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Remove DMA memory allocation for ccb and device
  structures (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Increase number of supported queues
  (jsc#SLE-15151, bsc#1178226).
- scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abort
  (jsc#SLE-15151, bsc#1178226).
- scsi: pm8001: Staticify 'pm80xx_pci_mem_copy' and
  'mpi_set_phy_profile_req' (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Introduce read and write length for IOCTL payload
  structure (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: sysfs attribute for non fatal dump (jsc#SLE-15151,
  bsc#1178226).
- scsi: pm80xx: Cleanup initialization loading fail path
  (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Free the tag when mpi_set_phy_profile_resp is
  received (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Deal with kexec reboots (jsc#SLE-15151,
  bsc#1178226).
- scsi: pm80xx: Increase request sg length (jsc#SLE-15151,
  bsc#1178226).
- scsi: pm80xx: fix logic to break out of loop when register
  value is 2 or 3 (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Modified the logic to collect fatal dump
  (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Tie the interrupt name to the module instance
  (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Controller fatal error through sysfs
  (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Do not request 12G sas speeds (jsc#SLE-15151,
  bsc#1178226).
- scsi: pm80xx: Cleanup command when a reset times out
  (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Fix command issue sizing (jsc#SLE-15151,
  bsc#1178226).
- scsi: pm80xx: Fix dereferencing dangling pointer (jsc#SLE-15151,
  bsc#1178226).
- scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check
  (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Squashed logging cleanup changes (jsc#SLE-15151,
  bsc#1178226).
- scsi: pm80xx: Convert 'long' mdelay to msleep (jsc#SLE-15151,
  bsc#1178226).
- scsi: pm80xx: Initialize variable used as return status
  (jsc#SLE-15151, bsc#1178226).
- scsi: pm80xx: Make phy enable completion as NULL (jsc#SLE-15151,
  bsc#1178226).
- scsi: pm80xx: Fix for SATA device discovery (jsc#SLE-15151,
  bsc#1178226).
- scsi: pm8001: Fix Use plain integer as NULL pointer
  (jsc#SLE-15151, bsc#1178226).
- commit bec0ea0
- btrfs: sysfs: export currently running exclusive operation
  (JSC#SLE-15234).
- btrfs: enumerate the type of exclusive operation in progress
  (JSC#SLE-15234).
- commit e361c67
- Refresh
  patches.suse/x86-powerpc-rename-memcpy_mcsafe-to-copy_mc_to_-user-kernel.patch.
- commit 344359b
- i2c: i801: Add support for Intel Alder Lake PCH-S
  (jsc#SLE-13489).
- commit 2b8ef70
- mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-S
  SPI serial flash (jsc#SLE-13489).
- commit 4232cf5
- intel_th: pci: Add Alder Lake CPU support (jsc#SLE-13489).
- intel_th: pci: Add Alder Lake-S support (jsc#SLE-13489).
- commit 6b5a823
- net: atlantic: disable PTP on AQC111, AQC112 (jsc#SLE-16008).
- commit 4a6c857
- net: atlantic: fix ip dst and ipv6 address filters
  (jsc#SLE-16008).
- commit b004437
- net: aquantia: fix aq_ndev_start_xmit()'s return type
  (jsc#SLE-16008).
- commit b6021fa
- net: atlantic: put ptp code under IS_REACHABLE check
  (jsc#SLE-16008).
- commit 6c3d69d
- net: atlantic: add alignment checks in hw_atl2_utils_fw.c
  (jsc#SLE-16008).
- commit 9f73783
- net: atlantic: missing space in a comment in aq_nic.h
  (jsc#SLE-16008).
- commit ec38e51
- net: atlantic: fix typo in aq_ring_tx_clean (jsc#SLE-16008).
- commit 0e03f73
- net: atlantic: make aq_pci_func_init static (jsc#SLE-16008).
- commit 0be80bd
- net: atlantic: Replace ENOTSUPP usage to EOPNOTSUPP
  (jsc#SLE-16008).
- commit a5aa6d0
- net: atlantic: fix variable type in aq_ethtool_get_pauseparam
  (jsc#SLE-16008).
- commit 5c45ac8
- net: atlantic: A2: phy loopback support (jsc#SLE-16008).
- commit d0c91fe
- net: atlantic: A2: report link partner capabilities
  (jsc#SLE-16008).
- commit 2996ddf
- perf/x86/intel/rapl: Add Comet Lake support (jsc#jsc#SLE-13446).
- perf/x86/rapl: Add Ice Lake RAPL support (jsc#SLE-13446).
- perf/x86/rapl: Add support for Intel SPR platform
  (jsc#SLE-13445).
- perf/x86/rapl: Fix missing psys sysfs attributes
  (jsc#SLE-13445).
- perf/x86/rapl: Support multiple RAPL unit quirks
  (jsc#SLE-13445).
- Refresh
  patches.suse/perf-x86-rapl-add-amd-fam17h-rapl-support.patch.
- Refresh
  patches.suse/perf-x86-rapl-add-amd-fam19h-rapl-support.patch.
- Refresh
  patches.suse/perf-x86-rapl-add-hygon-fam18h-rapl-support.patch.
- Refresh
  patches.suse/perf-x86-rapl-move-rapl-support-to-common-x86-code.patch.
- Refresh
  patches.suse/x86-perf-events-convert-to-new-cpu-match-macros.patch.
- commit 47d5610
- net: atlantic: A2: flow control support (jsc#SLE-16008).
- commit 03d8c35
- net: atlantic: A2: EEE support (jsc#SLE-16008).
- commit 3614f71
- net: atlantic: remove baseX usage (jsc#SLE-16008).
- commit 478c8a1
- net: atlantic: A2: half duplex support (jsc#SLE-16008).
- commit f7a3218
- net: atlantic: QoS implementation: multi-TC support
  (jsc#SLE-16008).
- commit 5e8aa14
- net: atlantic: changes for multi-TC support (jsc#SLE-16008).
- commit 7447162
- net: atlantic: move PTP TC initialization to a separate function
  (jsc#SLE-16008).
- commit 202b4ce
- net: atlantic: changes for multi-TC support (jsc#SLE-16008).
- commit da0d411
- net: atlantic: unify MAC generation (jsc#SLE-16008).
- commit 5bf61f2
- net: atlantic: remove check for boot code survivability before
  reset request (jsc#SLE-16008).
- commit 9b4481d
- net: atlantic: remove hw_atl_b0_hw_rss_set call from A2 code
  (jsc#SLE-16008).
- commit f25f8fb
- net: atlantic: remove TPO2 check from A0 code (jsc#SLE-16008).
- commit 54cd169
- net: atlantic: rename AQ_NIC_RATE_2GS to AQ_NIC_RATE_2G5
  (jsc#SLE-16008).
- commit d260d28
- net: atlantic: A2 ingress / egress hw configuration
  (jsc#SLE-16008).
- commit bb8feac
- net: atlantic: basic A2 init/deinit hw_ops (jsc#SLE-16008).
- commit d8c7240
- net: atlantic: common functions needed for basic A2 init/deinit
  hw_ops (jsc#SLE-16008).
- commit a37eb39
- net: atlantic: HW bindings for basic A2 init/deinit hw_ops
  (jsc#SLE-16008).
- commit 5501020
- net: atlantic: add A2 RPF hw_ops (jsc#SLE-16008).
- commit d1f214e
- net: atlantic: HW bindings for A2 RFP (jsc#SLE-16008).
- commit 0770b88
- net: atlantic: A2 hw_ops skeleton (jsc#SLE-16008).
- commit 4646911
- net: atlantic: minimal A2 fw_ops (jsc#SLE-16008).
- commit b949a7a
- net: atlantic: minimal A2 HW bindings required for fw_ops
  (jsc#SLE-16008).
- commit 4e6e80d
- net: atlantic: A2 driver-firmware interface (jsc#SLE-16008).
- commit 51fe62d
- xfs: fix high key handling in the rt allocator's query_range
  function (git-fixes).
- commit cdff05f
- xfs: limit entries returned when counting fsmap records
  (git-fixes).
- commit 6ab6787
- xfs: fix xfs_bmap_validate_extent_raw when checking attr fork
  of rt files (git-fixes).
- commit 4c9c85b
- fpga: dfl: introduce interrupt trigger setting API
  (jsc#SLE-13441).
- commit 3693890
- fpga: dfl: Use struct_size() in kzalloc() (jsc#SLE-13441).
- commit ea5ff98
- drivers/fpga/dfl-afu-dma-region.c: get rid of pointless
  access_ok() (jsc#SLE-13441).
- commit acf9bc5
- x86/alternative: Don't call text_poke() in lazy TLB mode
  (bsc#1175749).
- commit 50e105d
- drivers/fpga/dfl-fme-pr.c: get rid of pointless access_ok()
  (jsc#SLE-13441).
- commit ca32f7a
- xen/gntdev.c: Mark pages as dirty (bsc#1065600).
- commit dbb5e22
- fpga: dfl: afu: support debug access to memory-mapped afu
  regions (jsc#SLE-13441).
  Refresh
  patches.suse/fpga-dfl-parse-interrupt-info-for-feature-devices-on.patch.
- commit 455d30a
- fpga: dfl.h: Replace zero-length array with flexible-array
  member (jsc#SLE-13441).
- commit 3eafa7e
- fpga: dfl: support multiple opens on feature device node
  (jsc#SLE-13441).
- commit 4ef7392
- bpf: Fix a buffer out-of-bound access when filling raw_tp
  link_info (bsc#1177028).
- bpf: Use get_file_rcu() instead of get_file() for task_file
  iterator (bsc#1177028).
- bpf: Fix pos computation for bpf_iter seq_ops->start()
  (bsc#1177028).
- commit 5d7e0cc
- selftests/bpf: Fix cgroup sockopt verifier test (bsc#1177028).
- selftests: bpf: Fix detach from sockmap tests (bsc#1177028).
- bpf: Fix definition of bpf_ringbuf_output() helper in UAPI
  comments (bsc#1177028).
- scripts: Require pahole v1.16 when generating BTF (bsc#1177028).
- bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf()
  helper (bsc#1177028).
- sysctl: Fix unused function warning (bsc#1177028).
- bpf, btf: Always output invariant hit in pahole DWARF to BTF
  transform (bsc#1177028).
- commit 6d1f8a3
- staging: qlge: fix build breakage with dumping enabled
  (jsc#SLE-15139).
- commit 506d956
- net/filter: Permit reading NET in load_bytes_relative when
  MAC not set (bsc#1177028).
- bpf: Fix unused-var without NETDEVICES (bsc#1177028).
- bpf: Add csum_level helper for fixing up csum levels
  (bsc#1177028).
- bpf: Fix up bpf_skb_adjust_room helper's skb csum setting
  (bsc#1177028).
- bpf: Allow SO_BINDTODEVICE opt in bpf_setsockopt (bsc#1177028).
- net: Make locking in sock_bindtoindex optional (bsc#1177028).
  Refresh patches.suse/udp_tunnel-add-central-NIC-RX-port-offload-infrastru.patch
  to reflect the change of sock_bindtoindex().
- bpf: Add rx_queue_mapping to bpf_sock (bsc#1177028).
- bpf, sk_msg: Add get socket storage helpers (bsc#1177028).
- bpf, sk_msg: Add some generic helpers that may be useful from
  sk_msg (bsc#1177028).
- net: add sock_bindtoindex (bsc#1177028).
  Update patches.suse/udp_tunnel-add-central-NIC-RX-port-offload-infrastru.patch
  since sock_bindtoindex() is available now.
- xdp: Clear grow memory in bpf_xdp_adjust_tail() (bsc#1177028).
- xdp: Allow bpf_xdp_adjust_tail() to grow packet size
  (bsc#1177028).
- bpf: Allow sk lookup helpers in cgroup skb (bsc#1177028).
- bpf: Support narrow loads from bpf_sock_addr.user_port
  (bsc#1177028).
- bpf: Allow any port in bpf_bind helper (bsc#1177028).
- net: Refactor arguments of inet{,6}_bind (bsc#1177028).
- net: bpf: Allow TC programs to call BPF_FUNC_skb_change_head
  (bsc#1177028).
- commit 450a84c
- fpga: dfl: afu: expose __afu_port_enable/disable function.
- commit 5b0475c
- fpga: dfl: make init callback optional (jsc#SLE-13441).
- commit b32d1c0
- fpga: dfl: fme: add capability sysfs interfaces (jsc#SLE-13441).
- commit f07ee66
- fpga: dfl: make uinit callback optional (jsc#SLE-13441).
- commit 97aba62
- fpga: dfl: add id_table for dfl private feature driver
  (jsc#SLE-13441).
- Refresh
  patches.suse/fpga-dfl-parse-interrupt-info-for-feature-devices-on.patch.
- commit 1c32dd6
- nvmet: cleanup nvmet_passthru_map_sg() (jsc#SLE-15608).
- nvmet: limit passthru MTDS by BIO_MAX_PAGES (jsc#SLE-15608).
- nvmet: fix uninitialized work for zero kato (jsc#SLE-15608).
- commit a81c892
- nvme: fix error handling in nvme_ns_report_zones (sc#SLE-15608).
- nvme-core: put ctrl ref when module ref get fail (sc#SLE-15608).
- commit c2c3bd6
- fpga: dfl: afu: add AFU state related sysfs interfaces
  (jsc#SLE-13441).
- commit 209190b
- fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl
  support (jsc#SLE-13441).
- commit ac00bca
- btrfs: fix overflow when copying corrupt csums for a message
  (bsc#1178191).
- commit c3fc339
- btrfs: fix NULL pointer dereference after failure to create
  snapshot (bsc#1178190).
- commit 28eef23
- net: atlantic: move IS_CHIP_FEATURE to aq_hw.h (jsc#SLE-16008).
- commit 9d450fe
- net: atlantic: make hw_get_regs optional (jsc#SLE-16008).
- commit 12a3b18
- net: atlantic: simplify hw_get_fw_version() usage
  (jsc#SLE-16008).
- commit 62e4c18
- net: atlantic: add hw_soft_reset, hw_prepare to hw_ops
  (jsc#SLE-16008).
- commit 45ab6fe
- net: atlantic: add defines for 10M and EEE 100M link mode
  (jsc#SLE-16008).
- commit 7480975
- net: atlantic: add A2 device IDs (jsc#SLE-16008).
- commit 0773274
- net: atlantic: update company name in the driver description
  (jsc#SLE-16008).
- commit 0f5d712
- aquantia: Fix the media type of AQC100 ethernet controller in
  the driver (jsc#SLE-16008).
- commit 406dc29
- net: aquantia: reject all unsupported coalescing params
  (jsc#SLE-16008).
- commit 0eaa7d1
- net/aquantia: Delete module version (jsc#SLE-16008).
- commit 5186adf
- ibmveth: Identify ingress large send packets (bsc#1178185
  ltc#188897).
- commit 3aff6b0
- net: atlantic: fix out of range usage of active_vlans array
  (jsc#SLE-16008).
- commit 767b557
- net: atlantic: possible fault in transition to hibernation
  (jsc#SLE-16008).
- commit 9b7ca89
- net: atlantic: fix potential error handling (jsc#SLE-16008).
- commit 4de45e6
- net: atlantic: fix use after free kasan warn (jsc#SLE-16008).
- commit bd13c6d
- net: atlantic: better loopback mode handling (jsc#SLE-16008).
- commit 36a3c94
- net: atlantic: ptp gpio adjustments (jsc#SLE-16008).
- commit 9e4a93c
- net: atlantic: check rpc result and wait for rpc address
  (jsc#SLE-16008).
- commit f2ea36a
- net: atlantic: checksum compat issue (jsc#SLE-16008).
- commit 2c43929
- net: atlantic: remove duplicate entries (jsc#SLE-16008).
- commit 45fa5a5
- net: atlantic: loopback configuration in improper place
  (jsc#SLE-16008).
- commit 7542f00
- net: atlantic: broken link status on old fw (jsc#SLE-16008).
- commit 9963398
- net: atlantic: Signedness bug in aq_vec_isr_legacy()
  (jsc#SLE-16008).
- commit 51612bf
- net: atlantic: make function 'aq_ethtool_get_priv_flags',
  'aq_ethtool_set_priv_flags' static (jsc#SLE-16008).
- commit f34e741
- net: atlantic: make symbol 'aq_pm_ops' static (jsc#SLE-16008).
- commit 4288149
- net: atlantic: change email domains to Marvell (jsc#SLE-16008).
- commit dfda9f0
- net: atlantic: implement UDP GSO offload (jsc#SLE-16008).
- commit b6460d3
- net: atlantic: update flow control logic (jsc#SLE-16008).
- commit 26034f9
- net: atlantic: stylistic renames (jsc#SLE-16008).
- commit 004b28b
- net: atlantic: code style cleanup (jsc#SLE-16008).
- commit 5024da7
- net: atlantic: loopback tests via private flags (jsc#SLE-16008).
- commit 2dca0a3
- net: atlantic: add fw configuration memory area (jsc#SLE-16008).
- commit 8e8f518
- net: atlantic: adding ethtool physical identification
  (jsc#SLE-16008).
- commit ce37fb5
- net: atlantic: add msglevel configuration (jsc#SLE-16008).
- commit 04f6084
- net: atlantic: refactoring pm logic (jsc#SLE-16008).
- commit 845cebe
- net: atlantic: implement wake_phy feature (jsc#SLE-16008).
- commit 0d9f761
- net: atlantic: update firmware interface (jsc#SLE-16008).
- commit 8d9f6f9
- btrfs: set the lockdep class for log tree extent buffers
  (bsc#1178186).
- commit bf70248
- net: aquantia: fix return value check in aq_ptp_init()
  (jsc#SLE-16008).
- commit 3b0bad1
- net: aquantia: fix error handling in aq_ptp_poll
  (jsc#SLE-16008).
- commit 43b1e12
- net: aquantia: remove unused including <linux/version.h>
  (jsc#SLE-16008).
- commit 299a2b3
- net: aquantia: make two symbols be static (jsc#SLE-16008).
- commit d18cdbe
- net: aquantia: fix unintention integer overflow on left shift
  (jsc#SLE-16008).
- commit 44ba640
- net: aquantia: fix spelling mistake: tx_queus -> tx_queues
  (jsc#SLE-16008).
- commit 2ea997c
- net: aquantia: disable ptp object build if no config
  (jsc#SLE-16008).
- commit b173f76
- net: aquantia: fix warnings on endianness (jsc#SLE-16008).
- commit 7e6bc4c
- net: aquantia: fix var initialization warning (jsc#SLE-16008).
- commit e9a1fed
- net: aquantia: add support for PIN funcs (jsc#SLE-16008).
- commit 9f3bc0a
- net: aquantia: add support for Phy access (jsc#SLE-16008).
- commit 6bf2fe4
- net: aquantia: implement get_ts_info ethtool (jsc#SLE-16008).
- commit fb9ebb2
- net: aquantia: add support for ptp ioctls (jsc#SLE-16008).
- commit 1031c19
- net: aquantia: rx filters for ptp (jsc#SLE-16008).
- commit f68e67d
- net: aquantia: implement data PTP datapath (jsc#SLE-16008).
- commit da13f73
- net: aquantia: styling fixes on ptp related functions
  (jsc#SLE-16008).
- commit bedc284
- net: aquantia: add PTP rings infrastructure (jsc#SLE-16008).
- commit ac5f9c4
- net: aquantia: add basic ptp_clock callbacks (jsc#SLE-16008).
- commit 0e40623
- net: aquantia: unify styling of bit enums (jsc#SLE-16008).
- commit f0d06c7
- net: aquantia: PTP skeleton declarations and callbacks
  (jsc#SLE-16008).
- commit 12af199
- btrfs: set the correct lockdep class for new nodes
  (bsc#1178184).
- commit 986c67e
- blacklist.conf: blacklist commit 7359608a271c ("/scripts/gdb: fix
  lx-symbols 'gdb.error' while loading modules"/)
  This does not apply since CONFIG_GDB_SCRIPTS isn't enabled in our configs.
- commit 0c385df
- module: Correctly truncate sysfs sections output (git-fixes).
- commit 65be42f
- btrfs: allocate scrub workqueues outside of locks (bsc#1178183).
- commit f9617fb
- fpga: Fix dead store fpga-mgr.c (jsc#SLE-13441).
- commit d5219a7
- fpga: remove redundant dev_err message (jsc#SLE-13441).
- commit d6ffca1
- libceph: clear con->out_msg on Policy::stateful_server faults
  (bsc#1178177).
- ceph: promote to unsigned long long before shifting
  (bsc#1178175).
- commit 0c4763b
- btrfs: drop path before adding new uuid tree entry
  (bsc#1178176).
- commit dd3432e
- module: statically initialize init section freeing data (git-fixes).
- commit 22c6399
- btrfs: fix space cache memory leak after transaction abort
  (bsc#1178173).
- commit 980210c
- fpga: Remove dev_err() usage after platform_get_irq()
  (jsc#SLE-13441).
- commit 08c5761
- module: Do not expose section addresses to non-CAP_SYSLOG (git-fixes).
- commit a568add
- module: Refactor section attr into bin attribute (git-fixes).
- commit c081e5b
- kallsyms: Refactor kallsyms_show_value() to take cred (git-fixes).
- commit f113536
- fpga: dfl: pci: add irq info for feature devices enumeration
  (jsc#SLE-13441).
- commit 630e15d
- fix patches metadata
- fix Patch-mainline:
  patches.suse/ipv4-Restore-flowi4_oif-update-before-call-to-xfrm_l.patch
  patches.suse/tipc-fix-the-skb_unshare-in-tipc_buf_append.patch
- commit 70545ba
- Update kabi files.
- update to second October 2020 maintenance update (commit 78b2b83f5f09)
- commit f4767b1
- scsi: ibmvscsi: Fix potential race after loss of transport
  (bsc#1178166 ltc#188226).
- commit 45b7f66
- bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()
  (bsc#1177028).
- bpf: Fix an incorrect branch elimination by verifier
  (bsc#1177028).
- bpf, netns: Fix use-after-free in pernet pre_exit callback
  (bsc#1177028).
- bpf: sockmap: Require attach_bpf_fd when detaching a program
  (bsc#1177028).
- bpf: flow_dissector: Check value of unused flags to
  BPF_PROG_DETACH (bsc#1177028).
- bpf: flow_dissector: Check value of unused flags to
  BPF_PROG_ATTACH (bsc#1177028).
- bpf, netns: Keep a list of attached bpf_link's (bsc#1177028).
- bpf, netns: Keep attached programs in bpf_prog_array
  (bsc#1177028).
- flow_dissector: Pull BPF program assignment up to bpf-netns
  (bsc#1177028).
- bpf: Enforce BPF ringbuf size to be the power of 2
  (bsc#1177028).
- bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading
  of networking bpf programs (bsc#1177028).
- bpf: Set the number of exception entries properly for
  subprograms (bsc#1177028).
- bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
  (bsc#1177028).
- kallsyms: Refactor kallsyms_show_value() to take cred
  (bsc#1177028).
- bpf: Devmap adjust uapi for attach bpf program (bsc#1177028).
- bpf: Reset data_meta before running programs attached to devmap
  entry (bsc#1177028).
- bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()
  (bsc#1177028).
- bpf: Add link-based BPF program attachment to network namespace
  (bsc#1177028).
- flow_dissector: Move out netns_bpf prog callbacks (bsc#1177028).
- net: Introduce netns_bpf for BPF programs attached to netns
  (bsc#1177028).
- bpf: Use tracing helpers for lsm programs (bsc#1177028).
- xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame (bsc#1177028).
  Update patches.suse/0002-igb-add-XDP-support.patch to use xdp_convert_buff_to_frame()
- xdp: Add xdp_txq_info to xdp_buff (bsc#1177028).
- bpf: Add support to attach bpf program to a devmap entry
  (bsc#1177028).
- devmap: Formalize map value as a named struct (bsc#1177028).
- bpf: Implement BPF ring buffer and verifier support for it
  (bsc#1177028).
- bpf: Extend bpf_base_func_proto helpers with probe_* and
  * current_task* (bsc#1177028).
- bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run
  (bsc#1177028).
- bpf: Verifier track null pointer branch_taken with JNE and JEQ
  (bsc#1177028).
- bpf: Add get{peer, sock}name attach types for sock_addr
  (bsc#1177028).
- bpf: Fix check_return_code to only allow [0,1] in trace_iter
  progs (bsc#1177028).
- bpf: Implement CAP_BPF (bsc#1177028).
- bpf, capability: Introduce CAP_BPF (bsc#1177028).
- xdp: Cpumap redirect use frame_sz and increase skb_tailroom
  (bsc#1177028).
- bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpers
  (bsc#1177028).
- bpf: Fix bpf_iter's task iterator logic (bsc#1177028).
- bpf: Enable bpf_iter targets registering ctx argument types
  (bsc#1177028).
- bpf: Change func bpf_iter_unreg_target() signature
  (bsc#1177028).
- bpf: net: Refactor bpf_iter target registration (bsc#1177028).
- bpf: Add comments to interpret bpf_prog return values
  (bsc#1177028).
- tools, bpf: Synchronise BPF UAPI header with tools
  (bsc#1177028).
- bpf: Minor fixes to BPF helpers documentation (bsc#1177028).
- bpf, libbpf: Replace zero-length array with flexible-array
  (bsc#1177028).
- bpf: Support variable length array in tracing programs
  (bsc#1177028).
- bpf: Handle spilled PTR_TO_BTF_ID properly when checking
  stack_boundary (bsc#1177028).
- bpf: Add bpf_seq_printf and bpf_seq_write helpers (bsc#1177028).
- bpf: Add PTR_TO_BTF_ID_OR_NULL support (bsc#1177028).
- bpf: Add task and task/file iterator targets (bsc#1177028).
- net: bpf: Add netlink and ipv6_route bpf_iter targets
  (bsc#1177028).
- bpf: Add bpf_map iterator (bsc#1177028).
- bpf: Implement common macros/helpers for target iterators
  (bsc#1177028).
- bpf: Create file bpf iterator (bsc#1177028).
- bpf: Create anonymous bpf iterator (bsc#1177028).
- bpf: Implement bpf_seq_read() for bpf iterator (bsc#1177028).
- bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATE
  (bsc#1177028).
- bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
  (bsc#1177028).
- bpf: Allow loading of a bpf_iter program (bsc#1177028).
- bpf: Implement an interface to register bpf_iter targets
  (bsc#1177028).
- selftests/bpf: Use reno instead of dctcp (bsc#1177028).
  Refresh patches.suse/selftests-bpf-CONFIG_LIRC-required-for-test_lirc_mod.patch
- bpf: Fix use-after-free of bpf_link when priming half-fails
  (bsc#1177028).
- bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addr (bsc#1177028).
  Refresh patches.suse/selftests-bpf-CONFIG_LIRC-required-for-test_lirc_mod.patch
- bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS
  (bsc#1177028).
- bpf: Fix unused variable warning (bsc#1177028).
- bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH
  (bsc#1177028).
- bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
  (bsc#1177028).
- bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
  (bsc#1177028).
- bpf: Allocate ID for bpf_link (bsc#1177028).
- bpf, cgroup: Remove unused exports (bsc#1177028).
- bpf: Make verifier log more relevant by default (bsc#1177028).
- bpf: add bpf_ktime_get_boot_ns() (bsc#1177028).
- net: bpf: Make bpf_ktime_get_ns() available to non GPL programs
  (bsc#1177028).
- bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto
  for CGROUP_NET=n (bsc#1177028).
- bpf: Enable more helpers for
  BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT} (bsc#1177028).
- bpf: Remove set but not used variable 'dst_known' (bsc#1177028).
- xdp: export the DEV_MAP_BULK_SIZE macro (bsc#1177028).
- capabilities: Introduce CAP_PERFMON to kernel and user space
  (bsc#1177028).
- commit 5c2c1af
- staging: qlge: qlge_dbg: removed comment repition
  (jsc#SLE-15139).
- staging: qlge: Use fallthrough pseudo-keyword (jsc#SLE-15139).
- staging: qlge/qlge_main.c: Replace depracated MSI API
  (jsc#SLE-15139).
- staging: qlge: qlge_ethtool: Remove one byte memset
  (jsc#SLE-15139).
- staging: qlge: qlge_mpi: Simplify while statements
  (jsc#SLE-15139).
- staging: qlge: qlge_dbg: Simplify while statements
  (jsc#SLE-15139).
- staging: qlge: qlge.h: Insert line after declaration
  (jsc#SLE-15139).
- staging: qlge: qlge.h: Function definition arguments should
  have names (jsc#SLE-15139).
- staging: qlge: Remove pci-dma-compat wrapper APIs
  (jsc#SLE-15139).
- staging: qlge: qlge_ethtool.c: Proper indentation
  (jsc#SLE-15139).
- staging: qlge: qlge.h: remove unnecessary spaces
  (jsc#SLE-15139).
- staging: qlge/qlge_main.c: use generic power management
  (jsc#SLE-15139).
- staging: qlge: replace pr_err with netdev_err (jsc#SLE-15139).
- staging: qlge: fix ql_sem_unlock (jsc#SLE-15139).
- staging: qlge: fix else after return or break (jsc#SLE-15139).
- staging: qlge: fix trailing */ in block comment (jsc#SLE-15139).
- staging: qlge: qlge_main.c: fixed spaces coding style issues
  (jsc#SLE-15139).
- staging: qlge: unmap dma when lock failed (jsc#SLE-15139).
- staging: qlge: Remove unnecessary spaces in qlge_main.c
  (jsc#SLE-15139).
- staging: qlge: Fix function argument alignment warning in
  ql_init_device (jsc#SLE-15139).
- staging: qlge: Fix suspect code indent warning in ql_init_device
  (jsc#SLE-15139).
- staging: qlge: Remove multi-line dereference from ql_request_irq
  (jsc#SLE-15139).
- staging: qlge: Remove goto statements from ql_get_mac_addr_reg
  (jsc#SLE-15139).
- staging: qlge: Fix indentation in ql_get_mac_addr_reg
  (jsc#SLE-15139).
- staging: qlge: Remove gotos from ql_set_mac_addr_reg
  (jsc#SLE-15139).
- staging: qlge: Fix indentation in ql_set_mac_addr_reg
  (jsc#SLE-15139).
- staging: qlge: Remove print statements for lbq_clean_idx and
  lbq_free_cnt (jsc#SLE-15139).
- staging: qlge: Remove print statement for vlgrp field
  (jsc#SLE-15139).
- staging: qlge: Remove unnecessary parentheses around struct
  field (jsc#SLE-15139).
- staging: qlge: qlge_dbg.c: Remove trailing semicolon from macro
  (jsc#SLE-15139).
- staging: qlge: replace deprecated apis pci_dma_*
  (jsc#SLE-15139).
- staging: qlge: cleanup indent in qlge_main.c (jsc#SLE-15139).
- staging: qlge: reject unsupported coalescing params
  (jsc#SLE-15139).
- Staging: qlge: Add a blank line after variable (jsc#SLE-15139).
- staging: qlge: qlge_ethtool.c: remove an unneeded variable
  (jsc#SLE-15139).
- staging: qlge: qlge_dbg.c: remove an unneeded variable
  (jsc#SLE-15139).
- staging: qlge: qlge_mpi.c: remove an unneeded variable
  (jsc#SLE-15139).
- staging: qlge: qlge_main.c: remove an unneeded variable
  (jsc#SLE-15139).
- staging: qlge: qlge_main: remove unused code (jsc#SLE-15139).
- staging: qlge: qlge_dbg: remove unneeded spaces (jsc#SLE-15139).
- staging: qlge: Fix WARNING: Missing a blank line after
  declarations (jsc#SLE-15139).
- staging: qlge: qlge.h: remove excess newlines (jsc#SLE-15139).
- staging: qlge: qlge.h: add spaces around operators
  (jsc#SLE-15139).
- staging: qlge: qlge.h: remove spaces before tabs and align code
  (jsc#SLE-15139).
- staging: qlge: remove blank line (jsc#SLE-15139).
- staging: qlge: emit debug and dump at same level
  (jsc#SLE-15139).
- staging: qlge: add braces around macro arguments
  (jsc#SLE-15139).
- staging: qlge: add braces on all arms of if-else
  (jsc#SLE-15139).
- staging: qlge: qlge_main.c: fix style issues (jsc#SLE-15139).
- staging: qlge: remove spaces at the start of a line
  (jsc#SLE-15139).
- staging: qlge: Fix CHECK: Alignment should match open
  parenthesis (jsc#SLE-15139).
- staging: qlge: Fix CHECK extra blank lines in many files
  (jsc#SLE-15139).
- staging: qlge: Fix CamelCase in qlge.h and qlge_dbg.c
  (jsc#SLE-15139).
- staging/qlge: fix block comment coding style (jsc#SLE-15139).
- staging/qlge: remove braces in conditional statement
  (jsc#SLE-15139).
- staging/qlge: add braces to conditional statement
  (jsc#SLE-15139).
- staging/qlge: add blank lines after declarations
  (jsc#SLE-15139).
- staging/qlge: remove initialising of static local variable
  (jsc#SLE-15139).
- staging: qlge: fix comparison to NULL warning (jsc#SLE-15139).
- staging: qlge: add space to fix check warning (jsc#SLE-15139).
- staging: qlge: Fix multiple assignments warning by replacing
  integer variables to bool (jsc#SLE-15139).
- staging: qlge: fix "/alignment should match open parenthesis"/
  checks (jsc#SLE-15139).
- staging: qlge: correct a misspelled word (jsc#SLE-15139).
- staging: qlge: Removed unnecessary variable (jsc#SLE-15139).
- commit b26a44b
- tools headers UAPI: Update tools's copy of linux/perf_event.h to add support
  for PERF_SAMPLE_BRANCH_HW_INDEX (dependent fix for jsc#SLE-12718).
- commit 83b34f7
- x86/boot: Reload GDTR after copying to the end of the buffer
  (jsc#SLE-14337).
- blacklist.conf: Add c98a76eabbb6 x86/boot/compressed: Fix reloading of GDTR post-relocation
- commit ef841e9
- x86/sev-es: Check required CPU features for SEV-ES
  (jsc#SLE-14337).
- Refresh
  patches.suse/0003-x86-KASLR-public-the-function-for-getting-random-lon.patch.
- Refresh
  patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch.
- commit 5feb5c7
- x86/kvm: Add KVM-specific VMMCALL handling under SEV-ES
  (jsc#SLE-14337).
- Refresh
  patches.suse/0001-kvm-Reintroduce-nopvspin-kernel-parameter.patch.
- commit a237bee
- nvme-rdma: fix crash due to incorrect cqe (bsc#1174748).
- nvme-rdma: fix crash when connect rejected (bsc#1174748).
- commit 066b1e6
- x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
  (jsc#SLE-14337).
- Refresh
  patches.suse/0003-x86-KASLR-public-the-function-for-getting-random-lon.patch.
- commit 775a47e
- fpga: dfl: parse interrupt info for feature devices on
  enumeration (jsc#SLE-13441).
- commit 9e7db43
- blacklist.conf: 66077adb70a2 EDAC/ti: Fix handling of platform_get_irq() error
- commit 911a955
- blacklist.conf: afce6996943b EDAC/aspeed: Fix handling of platform_get_irq() error
- commit 7a481a8
- x86/boot/64: Initialize 5-level paging variables earlier
  (jsc#SLE-14337).
- x86/sev-es: Use GHCB accessor for setting the MMIO scratch
  buffer (jsc#SLE-14337).
- x86/efi: Add GHCB mappings when SEV-ES is active
  (jsc#SLE-14337).
- x86/sev-es: Handle NMI State (jsc#SLE-14337).
- x86/sev-es: Support CPU offline/online (jsc#SLE-14337).
- x86/head/64: Don't call verify_cpu() on starting APs
  (jsc#SLE-14337).
- x86/smpboot: Load TSS and getcpu GDT entry before loading IDT
  (jsc#SLE-14337).
- x86/realmode: Setup AP jump table (jsc#SLE-14337).
- x86/realmode: Add SEV-ES specific trampoline entry point
  (jsc#SLE-14337).
- x86/vmware: Add VMware-specific handling for VMMCALL under
  SEV-ES (jsc#SLE-14337).
- x86/paravirt: Allow hypervisor-specific VMMCALL handling under
  SEV-ES (jsc#SLE-14337).
- x86/sev-es: Handle #DB Events (jsc#SLE-14337).
- x86/sev-es: Handle #AC Events (jsc#SLE-14337).
- x86/sev-es: Handle VMMCALL Events (jsc#SLE-14337).
- x86/sev-es: Handle MWAIT/MWAITX Events (jsc#SLE-14337).
- x86/sev-es: Handle MONITOR/MONITORX Events (jsc#SLE-14337).
- x86/sev-es: Handle INVD Events (jsc#SLE-14337).
- x86/sev-es: Handle RDPMC Events (jsc#SLE-14337).
- x86/sev-es: Handle RDTSC(P) Events (jsc#SLE-14337).
- x86/sev-es: Handle WBINVD Events (jsc#SLE-14337).
- x86/sev-es: Handle DR7 read/write events (jsc#SLE-14337).
- x86/sev-es: Handle MSR events (jsc#SLE-14337).
- x86/sev-es: Handle MMIO String Instructions (jsc#SLE-14337).
- x86/sev-es: Handle MMIO events (jsc#SLE-14337).
- x86/sev-es: Handle instruction fetches from user-space
  (jsc#SLE-14337).
- x86/sev-es: Wire up existing #VC exit-code handlers
  (jsc#SLE-14337).
- x86/sev-es: Add a Runtime #VC Exception Handler (jsc#SLE-14337).
- x86/entry/64: Add entry code for #VC handler (jsc#SLE-14337).
- x86/dumpstack/64: Add noinstr version of get_stack_info()
  (jsc#SLE-14337).
- x86/sev-es: Adjust #VC IST Stack on entering NMI handler
  (jsc#SLE-14337).
- x86/sev-es: Allocate and map an IST stack for #VC handler
  (jsc#SLE-14337).
- x86/sev-es: Setup per-CPU GHCBs for the runtime handler
  (jsc#SLE-14337).
- x86/sev-es: Setup GHCB-based boot #VC handler (jsc#SLE-14337).
- x86/sev-es: Setup an early #VC handler (jsc#SLE-14337).
- x86/sev-es: Compile early handler code into kernel image
  (jsc#SLE-14337).
- x86/sev-es: Print SEV-ES info into the kernel log
  (jsc#SLE-14337).
- x86/sev-es: Add SEV-ES Feature Detection (jsc#SLE-14337).
- x86/head/64: Move early exception dispatch to C code
  (jsc#SLE-14337).
- x86/idt: Make IDT init functions static inlines (jsc#SLE-14337).
- x86/head/64: Install a CPU bringup IDT (jsc#SLE-14337).
- x86/head/64: Switch to initial stack earlier (jsc#SLE-14337).
- x86/head/64: Load segment registers earlier (jsc#SLE-14337).
- x86/head/64: Load GDT after switch to virtual addresses
  (jsc#SLE-14337).
- x86/head/64: Install startup GDT (jsc#SLE-14337).
- x86/idt: Split idt_data setup out of set_intr_gate()
  (jsc#SLE-14337).
- x86/sev-es: Add CPUID handling to #VC handler (jsc#SLE-14337).
- x86/fpu: Move xgetbv()/xsetbv() into a separate header
  (jsc#SLE-14337).
- x86/sev-es: Add support for handling IOIO exceptions
  (jsc#SLE-14337).
- x86/boot/compressed/64: Unmap GHCB page before booting the
  kernel (jsc#SLE-14337).
- x86/boot/compressed/64: Setup a GHCB-based VC Exception handler
  (jsc#SLE-14337).
- x86/boot/compressed/64: Add set_page_en/decrypted() helpers
  (jsc#SLE-14337).
- x86/boot/compressed/64: Check return value of
  kernel_ident_mapping_init() (jsc#SLE-14337).
- x86/boot/compressed/64: Call set_sev_encryption_mask() earlier
  (jsc#SLE-14337).
- x86/boot/compressed/64: Add stage1 #VC handler (jsc#SLE-14337).
- x86/boot/compressed/64: Change add_identity_map() to take
  start and end (jsc#SLE-14337).
- x86/boot/compressed/64: Don't pre-map memory in KASLR code
  (jsc#SLE-14337).
- x86/boot/compressed/64: Always switch to own page table
  (jsc#SLE-14337).
- x86/boot/compressed/64: Add page-fault handler (jsc#SLE-14337).
- x86/boot/compressed/64: Add IDT Infrastructure (jsc#SLE-14337).
- x86/boot/compressed/64: Disable red-zone usage (jsc#SLE-14337).
- x86/insn: Add insn_has_rep_prefix() helper (jsc#SLE-14337).
- x86/insn: Add insn_get_modrm_reg_off() (jsc#SLE-14337).
- x86/umip: Factor out instruction decoding (jsc#SLE-14337).
- x86/umip: Factor out instruction fetch (jsc#SLE-14337).
- x86/insn: Make inat-tables.c suitable for pre-decompression code
  (jsc#SLE-14337).
- x86/traps: Move pf error codes to <asm/trap_pf.h>
  (jsc#SLE-14337).
- x86/cpufeatures: Add SEV-ES CPU feature (jsc#SLE-14337).
- KVM: SVM: Use __packed shorthand (jsc#SLE-14337).
- KVM: SVM: Add GHCB Accessor functions (jsc#SLE-14337).
- KVM: SVM: Add GHCB definitions (jsc#SLE-14337).
- x86/traps: Split trap numbers out in a separate header
  (jsc#SLE-14337).
- x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is
  loaded (jsc#SLE-14337).
- x86/insn-eval: Add support for 64-bit kernel mode
  (jsc#SLE-14337).
- commit 51e85e3
- clk: tegra: Drop !provider check in tegra210_clk_emc_set_rate()
  (bsc#1177399).
- devlink: Protect devlink port list traversal (bsc#1177399).
- devlink: Fix per port reporter fields initialization
  (bsc#1177399).
- gpio: pca953x: Correctly initialize registers 6 and 7 for
  PCA957x (bsc#1177399).
- gpio: pca953x: Fix uninitialized pending variable (bsc#1177399).
- clk: tegra: Fix missing prototype for
  tegra210_clk_register_emc() (bsc#1177399).
- commit fccb5a7
- ata: sata_rcar: Fix DMA boundary mask (git-fixes).
- reset: sti: reset-syscfg: fix struct description warnings
  (git-fixes).
- soc: fsl: qbman: Fix return value on success (git-fixes).
- memory: fsl-corenet-cf: Fix handling of platform_get_irq()
  error (git-fixes).
- memory: omap-gpmc: Fix build error without CONFIG_OF
  (git-fixes).
- memory: omap-gpmc: Fix a couple off by ones (git-fixes).
- docs: driver-api: remove a duplicated index entry (git-fixes).
- ACPI: debug: don't allow debugging when ACPI is disabled
  (git-fixes).
- acpi-cpufreq: Honor _PSD table setting on new AMD CPUs
  (git-fixes).
- Input: sun4i-ps2 - fix handling of platform_get_irq() error
  (git-fixes).
- Input: twl4030_keypad - fix handling of platform_get_irq()
  error (git-fixes).
- Input: omap4-keypad - fix handling of platform_get_irq() error
  (git-fixes).
- Input: ep93xx_keypad - fix handling of platform_get_irq()
  error (git-fixes).
- Input: stmfts - fix a & vs && typo (git-fixes).
- Input: imx6ul_tsc - clean up some errors in imx6ul_tsc_resume()
  (git-fixes).
- nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in
  nfc_genl_fw_download() (git-fixes).
- r8169: fix operation under forced interrupt threading
  (git-fixes).
- commit 7585044
- ntb: intel: Fix memleak in intel_ntb_pci_probe (git-fixes).
- NTB: hw: amd: fix an issue about leak system resources
  (git-fixes).
- i2c: core: Restore acpi_walk_dep_device_list() getting called
  after registering the ACPI i2c devs (git-fixes).
- commit cb55b2a
- ring-buffer: Return 0 on success from ring_buffer_resize()
  (git-fixes).
- commit 720b2ea
- supported.conf: Preliminary sort before Leap feature enablement (jsc#SLE-11796)
  No functional changes.
- commit 0f7124d
- Refresh
  patches.suse/0001-kernel-allow-to-configure-PREEMPT_NONE-PREEMPT_VOLUN.patch.
  compile fix for s390 which needs to include jump_label.h explicitly at
  many places for zfcpdump config. It seems that the arch code is pulling
  some headers in a different order than for other config. I didn't drill
  down to find the change but I have found out that including jump_label.h
  from list.h fixes all the problematic dependencies. This is quite ugly
  but I didn't find a better way than pushing an explicit jump_label.h
  include to many places which would be more disruptive and potentially
  open different header dependencies.
- commit 4de44eb
- s390/pkey/zcrypt: Support EP11 AES secure keys (jsc#SLE-13750).
- s390/zcrypt: extend EP11 card and queue sysfs attributes
  (jsc#SLE-13750).
- s390/zcrypt: add new low level ep11 functions support file
  (jsc#SLE-13750).
- s390/zcrypt: ep11 structs rework, export zcrypt_send_ep11_cprb
  (jsc#SLE-13750).
- s390/zcrypt: enable card/domain autoselect on ep11 cprbs
  (jsc#SLE-13750).
- commit 36252af
- s390: nvme reipl (jsc#SLE-13731).
- s390: nvme ipl (jsc#SLE-13731).
- commit 249ffe5
- s390/ipl: add support to control memory clearing for FCP and
  CCW re-IPL (jsc#SLE-13740).
- commit 16d5877
- Update patches.suse/bpf-Enforce-returning-0-for-fentry-fexit-progs.patch (bsc#1154353 bsc#1177028).
- commit 4882d03
- powerpc/powernv/dump: Fix race while processing OPAL dump
  (bsc#1065729).
- commit b42269b
- cxl: Rework error message for incompatible slots (bsc#1055014
  git-fixes).
- commit 2fd3e91
- mm/hugetlb: fix a race between hugetlb sysctl handlers
  (bsc#1176485, CVE-2020-25285).
- commit 2afa8d8
- powerpc/64s: Remove TM from Power10 features (jsc#SLE-13521
  git-fixes).
- commit 8d9325b
- powerpc/pseries: Avoid using addr_to_pfn in real mode
  (jsc#SLE-9246 git-fixes).
- commit 2dc2a0c
- PM: hibernate: Batch hibernate and resume IO requests
  (bsc#1178079).
- commit 3742aaa
- Refresh patches.suse/powerpc-Fix-undetected-data-corruption-with-P9N-DD2..patch.
  refresh patch metadata
- commit 006e264
- ibmvnic: save changed mac address to adapter->mac_addr
  (bsc#1134760 ltc#177449 git-fixes).
- commit 1e71262
- bpf: sockmap: Don't attach programs to UDP sockets
  (bsc#1177028).
- bpf, sockhash: Synchronize delete from bucket list on map free
  (bsc#1177028).
- bpf, sockhash: Fix memory leak when unlinking sockets in
  sock_hash_free (bsc#1177028).
- commit 87ab30a
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
  Since mainline commit 596b0474d3d9 ("/kbuild: preprocess module linker
  script"/) in 5.10-rc1, scripts/module.lds linker script is needed to build
  out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
- kABI: Fix kABI after add CodeSigning extended key usage
  (bsc#1177353).
- commit b9f566d
- PKCS#7: Check codeSigning EKU for kernel module and kexec pe
  verification (bsc#1177353).
- PKCS#7: Check codeSigning EKU for kernel module and kexec pe
  verification.
- Add CONFIG_CHECK_CODESIGN_EKU
- X.509: Add CodeSigning extended key usage parsing (bsc#1177353).
- commit 4dbabee
- x86/ioapic: Unbreak check_timer() (bsc#1152489).
- commit 520671d
- blacklist.conf: 5fa9a98fb103 bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension
- commit 7f6fdc7
- ALSA: hda/ca0132: make some const arrays static, makes object
  smaller (git-fixes).
- commit 8afe17a
- ALSA: hda - Fix the return value if cb func is already
  registered (git-fixes).
- ALSA: usb-audio: Line6 Pod Go interface requires static clock
  rate quirk (git-fixes).
- ALSA: sparc: dbri: fix repeated word 'the' (git-fixes).
- commit ac47bec
- blacklist.conf: commit 9def3b1a07c4 not needed
  Mainline commit 9def3b1a07c4 ("/iommu/vt-d: Don't dereference iommu_device
  if IOMMU_API is not built"/) is a build fix which is only needed for config
  with CONFIG_IOMMU_API disabled. As both SLE15-SP2 and openSUSE-15.2 have
  CONFIG_IOMMU_API=y in all configs where applicable, we don't need this
  build fix.
- commit 28bc04c
- series.conf: cleanup
- update upstream references and resort:
  patches.suse/powerpc-numa-Offline-memoryless-cpuless-node-0.patch
  patches.suse/powerpc-numa-Prefer-node-id-queried-from-vphn.patch
  patches.suse/powerpc-numa-Set-numa_node-for-all-possible-cpus.patch
- commit b2e8401
- bus: fsl-mc: probe the allocatable objects first
  (jsc#SLE-12251).
- bus: fsl-mc: use raw spin lock to serialize mc cmds
  (jsc#SLE-12251).
- bus: fsl-mc: add missing device types (jsc#SLE-12251).
- bus: fsl-mc: Add ACPI support for fsl-mc (jsc#SLE-12251).
- bus/fsl-mc: Refactor the MSI domain creation in the DPRC driver
  (jsc#SLE-12251).
- of/irq: Make of_msi_map_rid() PCI bus agnostic (jsc#SLE-12251).
- of/irq: make of_msi_map_get_device_domain() bus agnostic
  (jsc#SLE-12251).
- dt-bindings: arm: fsl: Add msi-map device-tree binding for
  fsl-mc bus (jsc#SLE-12251).
- of/device: Add input id to of_dma_configure() (jsc#SLE-12251).
- of/iommu: Make of_map_rid() PCI agnostic (jsc#SLE-12251).
- ACPI/IORT: Add an input ID to acpi_dma_configure()
  (jsc#SLE-12251).
- ACPI/IORT: Remove useless PCI bus walk (jsc#SLE-12251).
- ACPI/IORT: Make iort_msi_map_rid() PCI agnostic (jsc#SLE-12251).
- ACPI/IORT: Make iort_get_device_domain IRQ domain agnostic
  (jsc#SLE-12251).
- ACPI/IORT: Make iort_match_node_callback walk the ACPI namespace
  for NC (jsc#SLE-12251).
- soc: fsl: dpio: Remove unused inline function
  qbman_write_eqcr_am_rt_register (jsc#SLE-12251).
- soc: fsl: dpio: Prefer the CPU affine DPIO (jsc#SLE-12251).
- soc: fsl: qbman: Remove unused inline function
  qm_eqcr_get_ci_stashing (jsc#SLE-12251).
- soc: fsl: dpio: properly compute the consumer index
  (jsc#SLE-12251).
- ACPI/IORT: Remove the unused __get_pci_rid() (jsc#SLE-12251).
- ACPI: IORT: Add comments for not calling acpi_put_table()
  (jsc#SLE-12251).
- ACPI: GTDT: Put GTDT table after parsing (jsc#SLE-12251).
- ACPI: IORT: Add extra message "/applying workaround"/ for off-by-1
  issue (jsc#SLE-12251).
- ACPI/IORT: work around num_ids ambiguity (jsc#SLE-12251).
- ACPI/IORT: take _DMA methods into account for named components
  (jsc#SLE-12251).
- soc: fsl: dpio: avoid stack usage warning (jsc#SLE-12251).
- soc: fsl: dpio: fix incorrect pointer conversions
  (jsc#SLE-12251).
- soc: fsl: dpio: fix dereference of pointer p before null check
  (jsc#SLE-12251).
- soc: fsl: dpio: Replace QMAN array mode with ring mode enqueue
  (jsc#SLE-12251).
- soc: fsl: dpio: QMAN performance improvement with function
  pointer indirection (jsc#SLE-12251).
- soc: fsl: dpio: Adding QMAN multiple enqueue interface
  (jsc#SLE-12251).
- bus: fsl-mc: add api to retrieve mc version (jsc#SLE-12251).
- bus: fsl-mc: properly empty-initialize structure
  (jsc#SLE-12251).
- bus: fsl-mc: add the fsl_mc_get_endpoint function
  (jsc#SLE-12251).
- bus: fsl-mc: export device types present on the bus
  (jsc#SLE-12251).
- bus: fsl-mc: remove explicit device_link_del (jsc#SLE-12251).
- soc: fsl: dpio: remove explicit device_link_remove
  (jsc#SLE-12251).
- soc: fsl: fix spelling mistake "/Firmaware"/ -> "/Firmware"/
  (jsc#SLE-12251).
- ACPI/IORT: Rename arm_smmu_v3_set_proximity() 'node' local
  variable (jsc#SLE-12251).
- commit d927b04
- fix patches metadata
- fix Patch-mainline:
  patches.suse/tracing-check-return-value-of-_create_val_fields-before-using-its-result.patch
  patches.suse/tracing-save-normal-string-variables.patch
- commit 164cdc8
- perf/x86/rapl: Add AMD Fam19h RAPL support (jsc#SLE-16869).
- commit aec12eb
- compiler.h: Enforce that READ_ONCE_NOCHECK() access size is sizeof(long) (bsc#1177591 jsc#SLE-15848).
- commit b23589e
- perf/x86/rapl: Fix RAPL config variable bug (jsc#SLE-16869).
- commit d328740
- perf/x86/rapl: Make perf_probe_msr() more robust and flexible
  (jsc#SLE-16869).
- commit 4e5d9f2
- perf/x86/rapl: Add Hygon Fam18h RAPL support (jsc#SLE-16869).
- commit 6a72ee5
- perf/x86/rapl: Add AMD Fam17h RAPL support (jsc#SLE-16869).
- commit bfb5274
- btrfs: use larger zlib buffer for s390 hardware compression
  (jsc#SLE-13766).
- lib/zlib: add zlib_deflate_dfltcc_enabled() function
  (jsc#SLE-13766).
- s390/boot: add dfltcc= kernel command line parameter
  (jsc#SLE-13766).
- lib/zlib: add s390 hardware support for kernel zlib_inflate
  (jsc#SLE-13766).
- s390/boot: rename HEAP_SIZE due to name collision
  (jsc#SLE-13766).
- lib/zlib: add s390 hardware support for kernel zlib_deflate
  (jsc#SLE-13766).
- commit 04bdac2
- perf/x86/rapl: Flip logic on default events visibility
  (jsc#SLE-16869).
- commit 5e90ced
- perf/x86/rapl: Refactor to share the RAPL code between Intel
  and AMD CPUs (jsc#SLE-16869).
- commit fdd0caa
- perf/x86/rapl: Move RAPL support to common x86 code
  (jsc#SLE-16869).
- commit 1ff01f0
- arm64: bpf: optimize modulo operation (bsc#1177028).
- commit 81b5b85
- crypto/testmgr: enable selftests for paes-s390 ciphers
  (jsc#SLE-13722, bsc#1177116, LTC#185152).
- s390/crypto: enable clear key values for paes ciphers
  (jsc#SLE-13722, bsc#1177116, LTC#185152).
- s390/pkey: Add support for key blob with clear key value
  (jsc#SLE-13722, bsc#1177116, LTC#185152).
- s390/crypto: Rework on paes implementation (jsc#SLE-13722,
  bsc#1177116, LTC#185152).
- crypto: s390/paes - convert to skcipher API (jsc#SLE-13722,
  bsc#1177116, LTC#185152).
- commit 43d6ca5
- bpf, x86_32: Fix logic error in BPF_LDX zero-extension
  (bsc#1177028).
- bpf, x86_32: Fix clobbering of dst for BPF_JSET (bsc#1177028).
- bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension
  (bsc#1177028).
- bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX
  BPF_B (bsc#1177028).
- bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits
  (bsc#1177028).
- bpf, x86: Small optimization in comparing against imm0
  (bsc#1177028).
- commit 37449ae
- Update patch references
- patches.suse/vfio-ccw-enable-transparent-ccw-ipl-from-dasd
  (bsc#1175713, jsc#SLE-13665).
- commit fecea13
- tools: Sync uapi/linux/if_link.h (bsc#1177028).
- commit 049f93a
- s390: support KPROBES_ON_FTRACE (jsc#SLE-13726).
- commit 62c2432
- serial: 8250_pci: Implement MSI(-X) support (jsc#SLE-15898).
- commit f391149
- bpf: Use migrate_disable/enable in array macros and cgroup/lirc
  code (bsc#1177028).
- bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites
  (bsc#1177028).
- bpf: Replace cant_sleep() with cant_migrate() (bsc#1177028).
- perf/bpf: Remove preempt disable around BPF invocation
  (bsc#1177028).
- bpf/trace: Remove redundant preempt_disable from
  trace_call_bpf() (bsc#1177028).
- bpf: disable preemption for bpf progs attached to uprobe
  (bsc#1177028).
- bpf/trace: Remove EXPORT from trace_call_bpf() (bsc#1177028).
- bpf/tracing: Remove redundant preempt_disable() in
  __bpf_trace_run() (bsc#1177028).
- sched: Provide cant_migrate() (bsc#1177028).
- bpf: Fix deadlock with rq_lock in bpf_send_signal()
  (bsc#1177028).
- commit 3827970
- clk: bcm2835: add missing release if devm_clk_hw_register fails
  (git-fixes).
- clk: qcom: gcc-sdm660: Fix wrong parent_map (git-fixes).
- clk: imx8mq: Fix usdhc parents order (git-fixes).
- clk: at91: clk-main: update key before writing AT91_CKGR_MOR
  (git-fixes).
- clk: at91: remove the checking of parent_name (git-fixes).
- clk: keystone: sci-clk: fix parsing assigned-clock data during
  probe (git-fixes).
- clk: meson: g12a: mark fclk_div2 as critical (git-fixes).
- pwm: img: Fix null pointer access in probe (git-fixes).
- PCI: aardvark: Check for errors from pci_bridge_emul_init()
  call (git-fixes).
- watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3
  (git-fixes).
- watchdog: Use put_device on error (git-fixes).
- watchdog: Fix memleak in watchdog_cdev_register (git-fixes).
- rtc: rx8010: don't modify the global rtc ops (git-fixes).
- i2c: imx: Fix external abort on interrupt in exit paths
  (git-fixes).
- i2c: rcar: Auto select RESET_CONTROLLER (git-fixes).
- ida: Free allocated bitmap in error path (git-fixes).
- commit affb66d
- bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from
  sg.size (bsc#1177028).
- bpf: Add bpf_sk_storage support to bpf_tcp_ca (bsc#1177028).
- bpf, tcp: Make tcp_bpf_recvmsg static (bsc#1177028).
- bpf, tcp: Fix unused function warnings (bsc#1177028).
- commit fd5b8a2
- ipv4: Restore flowi4_oif update before call to xfrm_lookup_route
  (git-fixes).
- tipc: fix the skb_unshare() in tipc_buf_append() (git-fixes).
- commit 1834339
- bpf: sockmap: Add UDP support (bsc#1177028).
- bpf: Add sockmap hooks for UDP sockets (bsc#1177028).
- bpf: sockmap: Simplify sock_map_init_proto (bsc#1177028).
- bpf: sockmap: Move generic sockmap hooks from BPF TCP
  (bsc#1177028).
- bpf: tcp: Guard declarations with CONFIG_NET_SOCK_MSG
  (bsc#1177028).
- bpf: tcp: Move assertions into tcp_bpf_get_proto (bsc#1177028).
- skmsg: Update saved hooks only once (bsc#1177028).
- bpf: sockmap: Only check ULP for TCP sockets (bsc#1177028).
- bpf, sk_msg: Don't clear saved sock proto on restore
  (bsc#1177028).
- bpf, sk_msg: Let ULP restore sk_proto and write_space callback
  (bsc#1177028).
- bpf, sockmap: Replace zero-length array with flexible-array
  member (bsc#1177028).
- bpf, sockmap: Remove bucket->lock from sock_{hash|map}_free
  (bsc#1177028).
- commit 66ade7e
- arm64: tlb: Use the TLBI RANGE feature in arm64 (jsc#SLE-13697).
- commit 77608e2
- arm64: enable tlbi range instructions (jsc#SLE-13697).
- Update config file.
- commit 040e15c
- arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature
  (jsc#SLE-13697).
- Refresh
  patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch.
- commit 8e95b94
- arm64: tlb: don't set the ttl value in flush_tlb_page_nosync
  (jsc#SLE-13697).
- commit ea02817
- arm64: Shift the __tlbi_level() indentation left
  (jsc#SLE-13697).
- commit 8434482
- arm64: tlb: Set the TTL field in flush_*_tlb_range
  (jsc#SLE-13697).
- commit 223e4ec
- arm64: tlb: Set the TTL field in flush_tlb_range
  (jsc#SLE-13697).
- commit 1f88247
- arm64: Add tlbi_user_level TLB invalidation helper
  (jsc#SLE-13697).
- commit 78ea77e
- arm64: Add level-hinted TLB invalidation helper (jsc#SLE-13697).
- commit 4310a61
- firmware: smccc: Fix missing prototype warning for arm_smccc_version_init (jsc#SLE-12251).
- firmware: psci: Export functions to manage the OSI mode (jsc#SLE-12251).
- PSCI: cpuidle: Refactor CPU suspend power_state parameter
  handling (jsc#SLE-12251).
- ARM: psci: cpuidle: Enable PSCI CPUidle driver (jsc#SLE-12251).
- commit e84f31f
- ARM: psci: cpuidle: Introduce PSCI CPUidle driver
  (jsc#SLE-12251).
- drivers: firmware: psci: Decouple checker from generic ARM
  CPUidle (jsc#SLE-12251).
- ARM: cpuidle: Remove overzealous error logging (jsc#SLE-12251).
- ARM: cpuidle: Remove useless header include (jsc#SLE-12251).
- commit 24f2a6e
- nvme: don't call revalidate_disk from nvme_set_queue_dying
  (jsc#SLE-15608).
- block: fix locking for struct block_device size updates
  (jsc#SLE-15608).
- block: replace bd_set_size with bd_set_nr_sectors
  (jsc#SLE-15608).
- block: Make request_queue.rpm_status an enum (jsc#SLE-15608).
- commit 6150733
- nvme-core: don't use NVME_NSID_ALL for command effects and
  supported log (jsc#SLE-15608).
- nvme-fc: fail new connections to a deleted host or remote port
  (jsc#SLE-15608).
- nvme-pci: fix NULL req in completion handler (jsc#SLE-15608).
- nvme: return errors for hwmon init (jsc#SLE-15608).
- nvmet: get transport reference for passthru ctrl
  (jsc#SLE-15608).
- nvme-core: get/put ctrl and transport module in
  nvme_dev_open/release() (jsc#SLE-15608).
- nvme-tcp: fix kconfig dependency warning when !CRYPTO
  (jsc#SLE-15608).
- nvme-pci: disable the write zeros command for Intel 600P/P3100
  (jsc#SLE-15608).
- commit 436fefe
- nvme-fabrics: allow to queue requests for live queues
  (jsc#SLE-15608).
- nvme-tcp: cancel async events before freeing event struct
  (jsc#SLE-15608).
- nvme-rdma: cancel async events before freeing event struct
  (jsc#SLE-15608).
- nvme-fc: cancel async events before freeing event struct
  (jsc#SLE-15608).
- nvme: Revert: Fix controller creation races with teardown
  (jsc#SLE-15608).
- commit 3811d9f
- nvme-pci: cancel nvme device request before disabling
  (jsc#SLE-15608).
- nvme: only use power of two io boundaries (jsc#SLE-15608).
- nvme: fix controller instance leak (jsc#SLE-15608).
- nvmet-fc: Fix a missed _irqsave version of spin_lock in
  (jsc#SLE-15608).
- nvme: Fix NULL dereference for pci nvme controllers
  (jsc#SLE-15608).
- nvme-rdma: fix reset hang if controller died in the middle of
  (jsc#SLE-15608).
- nvme-rdma: fix timeout handler (jsc#SLE-15608).
- nvme-rdma: serialize controller teardown sequences
  (jsc#SLE-15608).
- nvme-tcp: fix reset hang if controller died in the middle of
  (jsc#SLE-15608).
- nvme-tcp: fix timeout handler (jsc#SLE-15608).
- nvme-tcp: serialize controller teardown sequences
  (jsc#SLE-15608).
- nvme: have nvme_wait_freeze_timeout return if it timed out
  (jsc#SLE-15608).
- nvme-fabrics: don't check state NVME_CTRL_NEW for request
  (jsc#SLE-15608).
- nvmet-tcp: Fix NULL dereference when a connect data comes in
  (jsc#SLE-15608).
- commit 7d52496
- nvmet: Disable keep-alive timer when kato is cleared to 0h
  (jsc#SLE-15608).
- nvme: redirect commands on dying queue (jsc#SLE-15608).
- nvme: just check the status code type in nvme_is_path_error
  (jsc#SLE-15608).
- commit 2d2d113
- nvme: refactor command completion (jsc#SLE-15608).
- Delete
  patches.suse/nvme-multipath-retry-commands-for-dying-queues.patch.
- commit f555779
- nvme: rename and document nvme_end_request (jsc#SLE-15608).
- commit 4e6b152
- nvme: skip noiob for zoned devices (jsc#SLE-15608).
- nvme-pci: fix PRP pool size (jsc#SLE-15608).
- nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth
  (jsc#SLE-15608).
- nvme: Use spin_lock_irq() when taking the ctrl->lock
  (jsc#SLE-15608).
- nvmet: call blk_mq_free_request() directly (jsc#SLE-15608).
- nvmet: fix oops in pt cmd execution (jsc#SLE-15608).
- nvmet: add ns tear down label for pt-cmd handling
  (jsc#SLE-15608).
- commit 84e93f3
- nvme-fc: Fix wrong return value in __nvme_fc_init_request()
  (jsc#SLE-15608).
- nvmet-passthru: Reject commands with non-sgl flags set
  (jsc#SLE-15608).
- nvmet: fix a memory leak (jsc#SLE-15608).
- commit bf90d38
- nvme-loop: remove extra variable in create ctrl (jsc#SLE-15608).
- nvme-loop: set ctrl state connecting after init (jsc#SLE-15608).
- commit c8ebefa
- arm64: perf: Expose some new events via sysfs (jsc#SLE-12251).
- arm64: perf: Correct the event index in sysfs (jsc#SLE-12251).
- dt-bindings: ARM: Clean up PMU compatible list (jsc#SLE-12251).
- dt-bindings: ARM: Add recent Cortex/Neoverse PMUs
  (jsc#SLE-12251).
- dt-bindings: ARM: Add recent Cortex/Neoverse CPUs
  (jsc#SLE-12251).
- arm64: perf: Clean up enable/disable calls (jsc#SLE-12251).
- arm64: perf: Support new DT compatibles (jsc#SLE-12251).
- arm64: perf: Refactor PMU init callbacks (jsc#SLE-12251).
- arm64: perf: Simplify the ARMv8 PMUv3 event attributes
  (jsc#SLE-12251).
- arm64: perf_event: Add missing header needed for
  smp_processor_id() (jsc#SLE-12251).
- arm64: perf: Remove unused macro (jsc#SLE-12251).
- commit 749ce19
- nvmet: introduce the passthru Kconfig option (jsc#SLE-15608).
- Update config files.
- commit 080c346
- Refresh
  patches.suse/0001-kernel-allow-to-configure-PREEMPT_NONE-PREEMPT_VOLUN.patch.
  fix compile issue with CONFIG_PREEMPT=y. might_resched should be noop
  for this config.
- commit 7a7b87e
- nvmet: introduce the passthru configfs interface
  (jsc#SLE-15608).
- nvmet: Add passthru enable/disable helpers (jsc#SLE-15608).
- nvmet: add passthru code to process commands (jsc#SLE-15608).
- commit c84d296
- nvme: export nvme_find_get_ns() and nvme_put_ns()
  (jsc#SLE-15608).
- nvme: introduce nvme_ctrl_get_by_path() (jsc#SLE-15608).
- nvme: introduce nvme_execute_passthru_rq to call
  nvme_passthru_[start|end]() (jsc#SLE-15608).
- nvme: create helper function to obtain command effects
  (jsc#SLE-15608).
- commit 10d11d8
- Refresh
  patches.suse/0031-export-avoid-code-duplication-in-include-linux-expor.patch.
- commit b17f73b
- mm: don't panic when links can't be created in sysfs
  (bsc#1178002).
- mm: don't rely on system state to detect hot-plug operations
  (bsc#1178002).
- mm: replace memmap_context by meminit_context (bsc#1178002).
- commit 77a655e
- Update reference for GIC v4.1 support
- Update
  patches.suse/KVM-arm64-vgic-v4-Move-the-GICv4-residency-flow-to-b.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/KVM-arm64-vgic-v4-Plug-race-between-non-residency-an.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/PCI-Remove-unused-includes-and-superfluous-struct-de.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/arm64-Relax-ICC_PMR_EL1-accesses-when-ICC_CTLR_EL1.P.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-Remove-redundant-semicolon-after-while.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-Prepare-for-more-than-16-PPIs.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-Rework-gic_configure_irq-to-take-the-ful.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-Skip-DT-quirks-when-evaluating-IIDR-base.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update patches.suse/irqchip-gic-v3-Add-EPPI-range-support.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update patches.suse/irqchip-gic-v3-Add-ESPI-range-support.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Add-GICv4.1-VPEID-size-discovery.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Add-INTID-range-and-convertion-primit.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Add-quirks-for-HIP06-07-invalid-GICD_.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Detect-GICv4.1-supporting-RVPEID.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Dynamically-allocate-PPI-NMI-refcount.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Dynamically-allocate-PPI-partition-de.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Fix-GIC_LINE_NR-accessor.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Fix-missing-__init-for-gic_smp_init.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Move-irq_domain_update_bus_token-to-a.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Use-SGIs-without-active-state-if-offe.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Warn-about-inconsistent-implementatio.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-Workaround-Cavium-erratum-38539-when-.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Add-its_vlpi_map-helpers.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Allow-LPI-invalidation-via-the-Di.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Balance-initial-LPI-affinity-acro.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Factor-out-wait_for_syncr-primiti.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Fix-access-width-for-gicr_syncr.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Fix-get_vlpi_map-breakage-with-do.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Fix-u64-to-__le64-warnings.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Free-collection-mapping-on-device.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Kill-its-device_ids-and-use-TYPER.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Kill-its-ite_size-and-use-TYPER-c.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Lock-VLPI-map-array-before-transl.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Make-is_v4-use-a-TYPER-copy.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Make-vlpi_lock-a-spinlock.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Probe-ITS-page-size-for-all-GITS_.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Remove-superfluous-WARN_ON.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Remove-the-redundant-set_bit-for-.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Rename-VPENDBASER-VPROPBASER-acce.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Synchronise-INT-CLEAR-commands-ta.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Synchronise-INV-command-targettin.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v3-its-Track-LPI-distribution-on-a-per-C.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4-Use-Inner-Shareable-attributes-for-vi.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Add-VPE-INVALL-callback.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Add-VPE-eviction-callback.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Add-VPE-residency-callback.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Add-VSGI-allocation-teardown.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Add-VSGI-property-setup.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Add-initial-SGI-configuration.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Add-mask-unmask-doorbell-callbacks.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Add-support-for-VPENDBASER-s-Dirty-.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Advertise-support-v4.1-to-KVM.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Allow-direct-invalidation-of-VLPIs.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Avoid-64bit-division-for-the-sake-o.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Don-t-use-the-VPE-proxy-if-RVPEID-i.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Drop-tmp-in-inherit_vpe_l1_table_fr.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update patches.suse/irqchip-gic-v4.1-Eagerly-vmap-vPEs.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Ensure-L2-vPE-table-is-allocated-at.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Ensure-accessing-the-correct-RD-whe.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Ensure-mutual-exclusion-between-vPE.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Ensure-mutual-exclusion-betwen-inva.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Fix-programming-of-GICR_VPROPBASER_.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Implement-the-v4.1-flavour-of-VMAPP.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Implement-the-v4.1-flavour-of-VMOVP.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Map-the-ITS-SGIR-register-page.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Move-doorbell-management-to-the-GIC.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Plumb-get-set_irqchip_state-SGI-cal.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Plumb-mask-unmask-SGI-callbacks.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Plumb-set_vcpu_affinity-SGI-callbac.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Plumb-skeletal-VPE-irqchip.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Plumb-skeletal-VSGI-irqchip.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Set-vpe_l1_base-for-all-redistribut.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Skip-absent-CPUs-while-iterating-ov.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Suppress-per-VLPI-doorbell.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Update-effective-affinity-of-virtua.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Use-GFP_ATOMIC-flag-in-allocate_vpe.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Use-readx_poll_timeout_atomic-to-fi.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-VPE-table-aka-GICR_VPROPBASER-alloc.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- Update
  patches.suse/irqchip-gic-v4.1-Wait-for-completion-of-redistributo.patch
  (jsc#SLE-14773 jsc#SLE-14763).
- commit 58e1089
- nvme: clear any SGL flags in passthru commands (jsc#SLE-15608).
- nvmet-fc: remove redundant del_work_active flag (jsc#SLE-15608).
- nvmet-fc: check successful reference in
  nvmet_fc_find_target_assoc (jsc#SLE-15608).
- nvme-hwmon: log the controller device name (jsc#SLE-15608).
- nvme: fix deadlock in disconnect during scan_work and/or
  ana_work (jsc#SLE-15608).
- nvme: document nvme controller states (jsc#SLE-15608).
- nvmet: use xarray for ctrl ns storing (jsc#SLE-15608).
- nvmet-rdma: use new shared CQ mechanism (jsc#SLE-15608).
- nvme-rdma: use new shared CQ mechanism (jsc#SLE-15608).
- nvme-pci: add support for ACPI StorageD3Enable property
  (jsc#SLE-15608).
- nvme-pci: use max of PRP or SGL for iod size (jsc#SLE-15608).
- nvme-core: replace ctrl page size with a macro (jsc#SLE-15608).
- nvme: remove redundant validation in nvme_start_ctrl()
  (jsc#SLE-15608).
- nvme: remove an unnecessary condition (jsc#SLE-15608).
- commit 21d9aa1
- nvme: remove ns->disk checks (jsc#SLE-15608).
- nvme-pci: use standard block status symbolic names
  (jsc#SLE-15608).
- nvme-pci: use the consistent return type of
  nvme_pci_iod_alloc_size() (jsc#SLE-15608).
- nvme-pci: add a blank line after declarations (jsc#SLE-15608).
- nvme-pci: fix some comments issues (jsc#SLE-15608).
- nvme-pci: remove redundant segment validation (jsc#SLE-15608).
- nvme: document quirked Intel models (jsc#SLE-15608).
- nvme: expose reconnect_delay and ctrl_loss_tmo via sysfs
  (jsc#SLE-15608).
- commit feb4139
- nvme: support for zoned namespaces (jsc#SLE-15608).
- nvme: support for multiple Command Sets Supported and Effects
  (jsc#SLE-15608).
- nvme: implement multiple I/O Command Set support
  (jsc#SLE-15608).
- commit 2c62e4c
- null_blk: introduce zone capacity for zoned device
  (jsc#SLE-15608).
- block: add capacity field to zone descriptors (jsc#SLE-15608).
- commit 652b3d0
- nvme: use USEC_PER_SEC instead of magic numbers (jsc#SLE-15608).
- nvmet-tcp: simplify nvmet_process_resp_list (jsc#SLE-15608).
- nvme-tcp: optimize network stack with setting msg flags
  according to batch size (jsc#SLE-15608).
- nvme-tcp: leverage request plugging (jsc#SLE-15608).
- nvme-tcp: have queue prod/cons send list become a llist
  (jsc#SLE-15608).
- nvme-fcloop: verify wwnn and wwpn format (jsc#SLE-15608).
- nvmet: use unsigned type for u64 (jsc#SLE-15608).
- nvmet: introduce flags member in nvmet_fabrics_ops
  (jsc#SLE-15608).
- nvmet-tcp: remove has_keyed_sgls initialization (jsc#SLE-15608).
- nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrl
  (jsc#SLE-15608).
- nvme-pci: remove the empty line at the beginning of
  nvme_should_reset() (jsc#SLE-15608).
- nvme-pci: code cleanup for nvme_alloc_host_mem()
  (jsc#SLE-15608).
- nvme-pci: use unsigned for io queue depth (jsc#SLE-15608).
- nvme-core: use u16 type for ctrl->sqsize (jsc#SLE-15608).
- nvme-core: use u16 type for directives (jsc#SLE-15608).
- commit 3cbebd4
- nvme-rdma: fix a missing completion with remove invalidation
  (jsc#SLE-15608).
- nvme: use blk_mq_complete_request_remote to avoid an indirect
  (jsc#SLE-15608).
- commit 46ffbe6
- clk: composite: add _register_composite_pdata() variants
  (jsc#SLE-12251).
- commit fc35561
- blacklist.conf: add a cleanup
- commit 5a26435
- supported.conf: Support drm_ttm_helper
- commit 095c607
- nvme-pci: prevent SK hynix PC400 from using Write Zeroes command
  (jsc#SLE-15608).
- nvme-tcp: fix possible hang waiting for icresp response
  (jsc#SLE-15608).
- commit 9bee2f5
- blacklist.conf: Append 'kbuild: fix 'No such file or directory' warning when cleaning'
- commit dc85c97
- blacklist.conf: Append 'drm: call drm_gem_object_funcs.mmap with fake offset'
- commit 59ce174
- blacklist.conf: Append 'drm/vram: remove unused declaration'
- commit fcd7497
- blacklist.conf: Append 'media: meson/ao-cec: move cec_notifier_cec_adap_register after hw setup'
- commit c0b9412
- mm, fadvise: improve the expensive remote LRU cache draining
  after FADV_DONTNEED (bnc#1177788 (VM/FS performance-related
  backports)).
- commit 075f23c
- nvme: explicitly update mpath disk capacity on revalidation
  (jsc#SLE-15608).
- nvme-multipath: fix bogus request queue reference put
  (jsc#SLE-15608).
- nvme-multipath: fix deadlock due to head->lock (jsc#SLE-15608).
- nvme: don't protect ns mutation with ns->head->lock
  (jsc#SLE-15608).
- nvme-multipath: fix deadlock between ana_work and scan_work
  (jsc#SLE-15608).
- nvme: fix possible deadlock when I/O is blocked (jsc#SLE-15608).
- nvme-rdma: assign completion vector correctly (jsc#SLE-15608).
- nvme-loop: initialize tagset numa value to the value of the ctrl
  (jsc#SLE-15608).
- nvme-tcp: initialize tagset numa value to the value of the ctrl
  (jsc#SLE-15608).
- nvme-pci: initialize tagset numa value to the value of the ctrl
  (jsc#SLE-15608).
- nvme: set initial value for controller's numa node
  (jsc#SLE-15608).
- commit 43dd2cc
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
  VLAN group under RCU (networking-stable-20_09_24).
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
  (networking-stable-20_09_24).
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
  is supported (networking-stable-20_09_24).
- net/mlx5: Fix FTE cleanup (networking-stable-20_09_24).
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
  (networking-stable-20_09_24).
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
  (networking-stable-20_09_24).
- nfp: use correct define to return NONE fec
  (networking-stable-20_09_24).
- net: phy: Do not warn in phy_stop() on PHY_DOWN
  (networking-stable-20_09_24).
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
  (networking-stable-20_09_24).
- cxgb4: fix memory leak during module unload
  (networking-stable-20_09_24).
- ipv4: Update exception handling for multipath routes via same
  device (networking-stable-20_09_24).
- tipc: use skb_unshare() instead in tipc_buf_append()
  (networking-stable-20_09_24).
- tipc: Fix memory leak in tipc_group_create_member()
  (networking-stable-20_09_24).
- ipv4: Initialize flowi4_multipath_hash in data path
  (networking-stable-20_09_24).
- net: lantiq: Disable IRQs only if NAPI gets scheduled
  (networking-stable-20_09_24).
- net: lantiq: Use napi_complete_done()
  (networking-stable-20_09_24).
- net: lantiq: use netif_tx_napi_add() for TX NAPI
  (networking-stable-20_09_24).
- net: lantiq: Wake TX queue again (networking-stable-20_09_24).
- taprio: Fix allowing too small intervals
  (networking-stable-20_09_24).
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument
  (networking-stable-20_09_24).
- net: Fix bridge enslavement failure
  (networking-stable-20_09_24).
- tipc: fix shutdown() of connection oriented socket
  (networking-stable-20_09_24).
- ip: fix tos reflection in ack and reset packets
  (networking-stable-20_09_24).
- ipv6: avoid lockdep issue in fib6_del()
  (networking-stable-20_09_24).
- net: dsa: rtl8366: Properly clear member config
  (networking-stable-20_09_24).
- cxgb4: Fix offset when clearing filter byte counters
  (networking-stable-20_09_24).
- act_ife: load meta modules before tcf_idr_check_alloc()
  (networking-stable-20_09_24).
- tipc: fix shutdown() of connectionless socket
  (networking-stable-20_09_11).
- ipv6: Fix sysctl max for fib_multipath_hash_policy
  (networking-stable-20_09_11).
- net: usb: dm9601: Add USB ID of Keenetic Plus DSL
  (networking-stable-20_09_11).
- net: disable netpoll on fresh napis
  (networking-stable-20_09_11).
- gtp: add GTPA_LINK info to msg sent to userspace
  (networking-stable-20_09_11).
- netlabel: fix problems with mapping removal
  (networking-stable-20_09_11).
- sctp: not disable bh in the whole sctp_get_port_local()
  (networking-stable-20_09_11).
- net: systemport: Fix memleak in bcm_sysport_probe
  (networking-stable-20_09_11).
- net: hns: Fix memleak in hns_nic_dev_probe
  (networking-stable-20_09_11).
- net: dsa: b53: check for timeout (networking-stable-20_08_24).
- net/sched: act_ct: Fix skb double-free
  in tcf_ct_handle_fragments() error flow
  (networking-stable-20_08_24).
- net: sctp: Fix negotiation of the number of data streams
  (networking-stable-20_08_24).
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
  (networking-stable-20_08_24).
- net/smc: Prevent kernel-infoleak in __smc_diag_dump()
  (networking-stable-20_08_24).
- net: qrtr: fix usage of idr in port assignment to socket
  (networking-stable-20_08_24).
- tipc: fix uninit skb->data in tipc_nl_compat_dumpit()
  (networking-stable-20_08_24).
- net: Fix potential wrong skb->protocol in skb_vlan_untag()
  (networking-stable-20_08_24).
- ipvlan: fix device features (networking-stable-20_08_24).
- bonding: show saner speed for broadcast mode
  (networking-stable-20_08_24).
- net: fec: correct the error path for regulator disable in probe
  (networking-stable-20_08_24).
- commit 913985f
- nvmet: fail outstanding host posted AEN req (jsc#SLE-15608).
- nvme-pci: use simple suspend when a HMB is enabled
  (jsc#SLE-15608).
- nvmet-tcp: constify nvmet_tcp_ops (jsc#SLE-15608).
- nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_ops
  (jsc#SLE-15608).
- nvme: do not call del_gendisk() on a disk that was never added
  (jsc#SLE-15608).
- commit 61826ec
- nvme: set dma alignment to qword (jsc#SLE-15608).
- nvmet: cleanups the loop in nvmet_async_events_process
  (jsc#SLE-15608).
- nvmet: fix memory leak when removing namespaces and controllers
  concurrently (jsc#SLE-15608).
- nvmet-rdma: add metadata/T10-PI support (jsc#SLE-15608).
- nvmet: add metadata support for block devices (jsc#SLE-15608).
- nvmet: add metadata/T10-PI support (jsc#SLE-15608).
- nvme: add Metadata Capabilities enumerations (jsc#SLE-15608).
- nvmet: rename nvmet_check_data_len to nvmet_check_transfer_len
  (jsc#SLE-15608).
- nvmet: rename nvmet_rw_len to nvmet_rw_data_len (jsc#SLE-15608).
- nvmet: add metadata characteristics for a namespace
  (jsc#SLE-15608).
- nvme-rdma: add metadata/T10-PI support (jsc#SLE-15608).
- nvme-rdma: introduce nvme_rdma_sgl structure (jsc#SLE-15608).
- nvme: introduce NVME_INLINE_METADATA_SG_CNT (jsc#SLE-15608).
- nvme: enforce extended LBA format for fabrics metadata
  (jsc#SLE-15608).
- nvme: introduce max_integrity_segments ctrl attribute
  (jsc#SLE-15608).
- nvme: make nvme_ns_has_pi accessible to transports
  (jsc#SLE-15608).
- nvme: introduce NVME_NS_METADATA_SUPPORTED flag (jsc#SLE-15608).
- nvme: introduce namespace features flag (jsc#SLE-15608).
- block: always define struct blk_integrity in genhd.h
  (jsc#SLE-15608).
- nvmet: revalidate-ns & generate AEN from configfs
  (jsc#SLE-15608).
- nvmet: generate AEN for ns revalidate size change
  (jsc#SLE-15608).
- nvmet: add helper to revalidate bdev and file ns
  (jsc#SLE-15608).
- nvmet: add async event tracing support (jsc#SLE-15608).
- nvme: delete an unnecessary declaration (jsc#SLE-15608).
- nvme: replace zero-length array with flexible-array
  (jsc#SLE-15608).
- nvme: fix io_opt limit setting (jsc#SLE-15608).
- nvme: disable streams when get stream params failed
  (jsc#SLE-15608).
- nvme-pci: make sure write/poll_queues less or equal then cpu
  count (jsc#SLE-15608).
- nvmet-tcp: move send/recv error handling in the send/recv
  methods instead of call-sites (jsc#SLE-15608).
- nvmet-tcp: set MSG_EOR if we send last payload in the batch
  (jsc#SLE-15608).
- nvmet-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have
  more to send (jsc#SLE-15608).
- nvme-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have
  more to send (jsc#SLE-15608).
- nvmet: mark nvmet_ana_state static (jsc#SLE-15608).
- nvmet: replace kstrndup() with kmemdup_nul() (jsc#SLE-15608).
- commit 4b287a4
- nvmet: align addrfam list to spec (jsc#SLE-15608).
- nvmet: centralize port enable access for configfs
  (jsc#SLE-15608).
- nvmet: use type-name map for address treq (jsc#SLE-15608).
- nvmet: use type-name map for ana states (jsc#SLE-15608).
- nvmet: use type-name map for address family (jsc#SLE-15608).
- nvmet: add generic type-name mapping (jsc#SLE-15608).
- nvme-tcp: try to send request in queue_rq context
  (jsc#SLE-15608).
- nvme-tcp: avoid scheduling io_work if we are already polling
  (jsc#SLE-15608).
- nvme-tcp: use bh_lock in data_ready (jsc#SLE-15608).
- nvme-pci: align io queue count with allocted nvme_queue in
  nvme_probe (jsc#SLE-15608).
- nvme-pci: remove last_sq_tail (jsc#SLE-15608).
- nvme-pci: remove volatile cqes (jsc#SLE-15608).
- nvme: flush scan work on passthrough commands (jsc#SLE-15608).
- nvme: clean up error handling in nvme_init_ns_head
  (jsc#SLE-15608).
- nvmet: add ns revalidation support (jsc#SLE-15608).
- commit 805e456
- nvmet-fc: slight cleanup for kbuild test warnings
  (jsc#SLE-15608).
- nvmet-rdma: use SRQ per completion vector (jsc#SLE-15608).
- nvme-pci: avoid race between nvme_reap_pending_cqes() and
  nvme_poll() (jsc#SLE-15608).
- commit 343b6c9
- nvme-pci: dma read memory barrier for completions
  (jsc#SLE-15608).
- nvme-pci: fix "/slimmer CQ head update"/ (jsc#SLE-15608).
- commit c96c09c
- nvmet-rdma: fix double free of rdma queue (jsc#SLE-15608).
- nvme-tcp: fix possible crash in recv error flow (jsc#SLE-15608).
- nvme-tcp: don't poll a non-live queue (jsc#SLE-15608).
- commit d7df222
- nvme: fix compat address handling in several ioctls
  (jsc#SLE-15608).
- Delete
  patches.suse/Revert-nvme-allow-64-bit-results-in-passthru-command.patch.
- commit 906a866
- nvme: Use nvme_state_terminal helper (jsc#SLE-15608).
- nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IO
  (jsc#SLE-15608).
- nvmet-tcp: optimize tcp stack TX when data digest is used
  (jsc#SLE-15608).
- nvmet-rdma: allocate RW ctxs according to mdts (jsc#SLE-15608).
- nvmet-rdma: Implement get_mdts controller op (jsc#SLE-15608).
- nvmet: Add get_mdts op for controllers (jsc#SLE-15608).
- nvme-pci: properly print controller address (jsc#SLE-15608).
- nvme-tcp: break from io_work loop if recv failed
  (jsc#SLE-15608).
- nvme-tcp: move send failure to nvme_tcp_try_send
  (jsc#SLE-15608).
- nvmet-tcp: fix maxh2cdata icresp parameter (jsc#SLE-15608).
- nvme-tcp: optimize queue io_cpu assignment for multiple queue
  maps (jsc#SLE-15608).
- nvme-pci: Simplify nvme_poll_irqdisable (jsc#SLE-15608).
- nvme-pci: Remove two-pass completions (jsc#SLE-15608).
- nvme-pci: Remove tag from process cq (jsc#SLE-15608).
- nvme-pci: slimmer CQ head update (jsc#SLE-15608).
- nvmet: check ncqr & nsqr for set-features cmd (jsc#SLE-15608).
- nvme: Don't deter users from enabling hwmon support
  (jsc#SLE-15608).
- nvmet: Pass lockdep expression to RCU lists (jsc#SLE-15608).
- commit fb6185e
- bpf, sockmap: msg_pop_data can incorrecty set an sge length
  (bsc#1177028).
- bpf: Don't refcount LISTEN sockets in sk_assign() (bsc#1177028).
  Refresh patches.suse/bpf-Fix-use-of-sk-sk_reuseport-from-sk_assign.patch
- net: Track socket refcounts in skb_steal_sock() (bsc#1177028).
- bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooks
  (bsc#1177028).
- net: Remove unneeded export of a couple of xdp generic functions
  (bsc#1177028).
- net: Generate reuseport group ID on group creation (bsc#1177028).
  Refresh patches.suse/bpf-net-Avoid-copying-sk_user_data-of-reuseport_arra.patch
  Refresh patches.suse/bpf-net-Avoid-incorrect-bpf_sk_reuseport_detach-call.patch
- bpf, sockmap: Let all kernel-land lookup values in
  SOCKMAP/SOCKHASH (bsc#1177028).
- bpf, sockmap: Return socket cookie on lookup from syscall
  (bsc#1177028).
- bpf, sockmap: Don't set up upcalls and progs for listening
  sockets (bsc#1177028).
- tcp_bpf: Don't let child socket inherit parent protocol ops
  on copy (bsc#1177028).
- bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map
  (bsc#1177028).
- xdp: Simplify __bpf_tx_xdp_map() (bsc#1177028).
  Refresh patches.suse/xdp-Use-bulking-for-non-map-XDP_REDIRECT-and-consoli.patch
- commit f05cc3f
- i2c: ismt: Add support for Intel Emmitsburg PCH (jsc#SLE-13361).
- commit 3971591
- blacklist.conf: b8c50df0cb3eb selftests/bpf: test_progs avoid minus shell exit codes
  Temporarily blacklisted until setns is backported to BPF selftests
- commit b97c3d1
- selftests/bpf: Fix endianness issue in sk_assign (bsc#1177028).
- commit 4f2371e
- mm: Add a walk_page_mapping() function to the pagewalk code (bsc#1152489)
- commit c62189f
- selftests/bpf: Fix two minor compilation warnings reported by
  GCC 4.9 (bsc#1177028).
- selftests/bpf: Use SOCKMAP for server sockets in bpf_sk_assign test (bsc#1177028).
  Refresh patches.suse/selftests-bpf-Fix-silent-Makefile-output.patch
- selftests/bpf: Fix bpf_link leak in ns_current_pid_tgid selftest
  (bsc#1177028).
- commit e312940
- bpf, selftests: Add a verifier test for assigning 32bit reg
  states to 64bit ones (bsc#1177028).
- commit 0bb2650
- bpf, selftests: Verifier bounds tests need to be updated
  (bsc#1177028).
- samples: bpf: Fix build error (bsc#1177028).
- tools/runqslower: Ensure own vmlinux.h is picked up first
  (bsc#1177028).
- bpftool: Respect the -d option in struct_ops cmd (bsc#1177028).
- selftests/bpf: Add test for freplace program with
  expected_attach_type (bsc#1177028).
- bpf, selftests: Add test for BPF_STX BPF_B storing R10
  (bsc#1177028).
- selftests/bpf: Check for correct program attach/detach in
  xdp_attach test (bsc#1177028).
- tools, bpftool: Fix struct_ops command invalid pointer free
  (bsc#1177028).
- selftests/bpf: Add test for bpf_get_link_xdp_id (bsc#1177028).
- bpf, lsm: Fix the file_mprotect LSM test (bsc#1177028).
- bpf: Fix spelling mistake "/arithmatic"/ -> "/arithmetic"/ in
  test_verifier (bsc#1177028).
- selftests/bpf: Test FD-based cgroup attachment (bsc#1177028).
- bpf: Test_verifier, add alu32 bounds tracking tests
  (bsc#1177028).
- bpf: Test_verifier, #65 error message updates for trunc of
  boundary-cross (bsc#1177028).
- bpf: Test_verifier, bpf_get_stack return value add <0
  (bsc#1177028).
- bpf: Test_progs, add test to catch retval refine error handling
  (bsc#1177028).
- selftests: bpf: Extend sk_assign tests for UDP (bsc#1177028).
- selftests: bpf: Add test for sk_assign (bsc#1177028).
- bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM (bsc#1177028).
  Refresh patches.suse/selftests-bpf-CONFIG_LIRC-required-for-test_lirc_mod.patch
- selftests: Add test for overriding global data value before load
  (bsc#1177028).
- selftests/bpf: Add tests for attaching XDP programs
  (bsc#1177028).
- bpf: Add selftest cases for ctx_or_null argument type
  (bsc#1177028).
- bpf: Test_verifier, #70 error message updates for 32-bit right
  shift (bsc#1177028).
- samples, bpf: Refactor perf_event user program with libbpf
  bpf_link (bsc#1177028).
- samples, bpf: Move read_trace_pipe to trace_helpers
  (bsc#1177028).
- bpf: Add tests for bpf_sk_storage to bpf_tcp_ca (bsc#1177028).
- selftests/bpf: Fix mix of tabs and spaces (bsc#1177028).
- bpftool: Add struct_ops support (bsc#1177028).
- bpftool: Translate prog_id to its bpf prog_name (bsc#1177028).
- bpftool: Print as a string for char array (bsc#1177028).
- bpftool: Print the enum's name instead of value (bsc#1177028).
- selftests/bpf: Reset process and thread affinity after each
  test/sub-test (bsc#1177028).
- selftests/bpf: Fix nanosleep for real this time (bsc#1177028).
- selftest/bpf: Fix compilation warning in sockmap_parse_prog.c
  (bsc#1177028).
- selftests/bpf: Ensure consistent test failure output (bsc#1177028).
  Refresh patches.suse/selftests-bpf-Fix-memory-leak-in-test-selector.patch
- selftests/bpf: Fix spurious failures in accept due to EAGAIN
  (bsc#1177028).
- tools/bpf: Move linux/types.h for selftests and bpftool
  (bsc#1177028).
- selftests/bpf: Fix usleep() implementation (bsc#1177028).
- selftests/bpf: Guarantee that useep() calls nanosleep() syscall
  (bsc#1177028).
- tools: bpftool: Restore message on failure to guess program type
  (bsc#1177028).
- tools/testing/selftests/bpf: Add self-tests for new helper
  bpf_get_ns_current_pid_tgid (bsc#1177028).
- tools: bpftool: Fix minor bash completion mistakes
  (bsc#1177028).
- tools: bpftool: Allow all prog/map handles for pinning objects
  (bsc#1177028).
- bpftool: Add _bpftool and profiler.skel.h to .gitignore
  (bsc#1177028).
- bpftool: Skeleton should depend on libbpf (bsc#1177028).
- bpftool: Only build bpftool-prog-profile if supported by clang
  (bsc#1177028).
- bpftool: Use linux/types.h from source tree for profiler build
  (bsc#1177028).
- tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest
  on older kernels (bsc#1177028).
- bpftool: Bash completion for "/bpftool prog profile"/
  (bsc#1177028).
- bpftool: Documentation for bpftool prog profile (bsc#1177028).
- bpftool: Introduce "/prog profile"/ command (bsc#1177028).
- selftests: bpf: Enable UDP sockmap reuseport tests
  (bsc#1177028).
- selftests: bpf: Add tests for UDP sockets in sockmap
  (bsc#1177028).
- selftests: bpf: Don't listen() on UDP sockets (bsc#1177028).
- tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definiton
  (bsc#1177028).
- selftests/bpf: Test new __sk_buff field gso_size (bsc#1177028).
- selftests/bpf: Add link pinning selftests (bsc#1177028).
- bpftool: Add header guards to generated vmlinux.h (bsc#1177028).
- selftests/bpf: Add test for "/bpftool feature"/ command
  (bsc#1177028).
- bpftool: Update bash completion for "/bpftool feature"/ command
  (bsc#1177028).
- bpftool: Update documentation of "/bpftool feature"/ command
  (bsc#1177028).
- bpftool: Make probes which emit dmesg warnings optional
  (bsc#1177028).
- bpftool: Move out sections to separate functions (bsc#1177028).
- bpftool: Support struct_ops, tracing, ext prog types
  (bsc#1177028).
- selftests/bpf: Print backtrace on SIGSEGV in test_progs
  (bsc#1177028).
- selftests/bpf: Tests for sockmap/sockhash holding listening
  sockets (bsc#1177028).
- bpf, sockmap: Allow inserting listening TCP sockets into sockmap
  (bsc#1177028).
- selftests/bpf: Fix build of sockmap_ktls.c (bsc#1177028).
- selftests/bpf: Test unhashing kTLS socket after removing from
  map (bsc#1177028).
- commit 3dc4bef
- xdp: Reset prog in dev_change_xdp_fd when fd is negative
  (bsc#1177028).
- bpf: Fix use of sk->sk_reuseport from sk_assign (bsc#1177028).
- bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET
  (bsc#1177028).
- commit 7440544
- blacklist.conf: 66077adb70a2 EDAC/ti: Fix handling of platform_get_irq() error
- commit d4a0b74
- blacklist.conf: add unnecessary fix
  5b905d77987d powerpc/watchpoint: Fix exception handling for
  CONFIG_HAVE_HW_BREAKPOINT=N
- commit 900b37a
- powerpc/perf/hv-gpci: Fix starting index value (bsc#1065729).
- powerpc/powernv/elog: Fix race while processing OPAL error
  log event (bsc#1065729).
- powerpc/irq: Drop forward declaration of struct irqaction
  (bsc#1065729).
- powerpc/hwirq: Remove stale forward irq_chip declaration
  (bsc#1065729).
- powerpc/icp-hv: Fix missing of_node_put() in success path
  (bsc#1065729).
- powerpc/pseries: Fix missing of_node_put() in rng_init()
  (bsc#1065729).
- commit eb769ab
- powerpc: Warn about use of smt_snooze_delay (bsc#1065729).
- commit 74047a6
- blacklist.conf: Requires powerpc-utils fix.
  a02f6d42357a powerpc: Warn about use of smt_snooze_delay
- commit 3c3b02c
- blacklist.conf: add fixes for unused sensor driver
  66943005cc41 powerpc/tau: Use appropriate temperature sample interval
  5e3119e15fed powerpc/tau: Check processor type before enabling TAU interrupt
  e63d6fb5637e powerpc/tau: Disable TAU between measurements
- commit a434fe6
- clk: qoriq: add LS1021A core pll mux options (jsc#SLE-12251).
- clk: qoriq: add ls1088a hwaccel clocks support (jsc#SLE-12251).
- clk: fsl-sai: new driver (jsc#SLE-12251).
- commit c256681
- blacklist.conf: Add config fix
  8659a0e0efdd powerpc/64s: Disable STRICT_KERNEL_RWX
  only applies to config, and we don't even have the patch to enable
  STRICT_KERNEL_RWX in config
- commit f4e1850
- mm: Add write-protect and clean utilities for address space ranges (bsc#1152489)
- commit fe1828a
- powerpc/pseries: explicitly reschedule during drmem_lmb list
  traversal (bsc#1077428 ltc#163882 FATE#324825 git-fixes).
- commit f96b864
- powerpc/papr_scm: Fix warning triggered by perf_stats_show()
  (bsc#1175052 jsc#SLE-13823 bsc#1174969 jsc#SLE-12769 git-fixes).
- commit e9b4893
- drm/r128: drop use of drmP.h (bsc#1152472)
- commit cd02ef8
- powerpc/book3s64/radix: Make radix_mem_block_size 64bit
  (bsc#1055186 ltc#153436 FATE#323286 git-fixes).
- commit 1f2d815
- powerpc: PPC_SECURE_BOOT should not require PowerNV
  (jsc#SLE-15857 jsc#SLE-13618 git-fixes).
- commit f9c6c03
- powerpc/64: fix irq replay pt_regs->softe value (jsc#SLE-9246
  git-fixes).
- powerpc/64: fix irq replay missing preempt (jsc#SLE-9246
  git-fixes).
- powerpc/xive: Make debug routines static (jsc#SLE-13294
  git-fixes).
- commit d3b1739
- arm64: csum: Disable KASAN for do_csum() (bsc#1177591).
- commit 241690b
- arm64: csum: Fix pathological zero-length calls (bsc#1177591).
- commit 79df1f5
- blacklist.conf: already added
- commit ee45286
- usblp: fix race between disconnect() and read() (git-fixes).
- commit 94633e7
- bpf: Fix build warning regarding missing prototypes
  (bsc#1177028).
- bpf: Add selftests for BPF_MODIFY_RETURN (bsc#1177028).
- bpf: Add test ops for BPF_PROG_TYPE_TRACING (bsc#1177028).
- bpf: Add gso_size to __sk_buff (bsc#1177028).
- bpf/tests: Use migrate disable instead of preempt disable
  (bsc#1177028).
- bpf: Expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUN
  (bsc#1177028).
- bpf: Start using the BPF dispatcher in BPF_TEST_RUN
  (bsc#1177028).
- bpf: Switch to offsetofend in BPF_PROG_TEST_RUN (bsc#1177028).
- commit 96ebef6
- drm/vmwgfx: Add surface dirty-tracking callbacks (bsc#1152489)
- commit 28f358c
- bpf: Fix reStructuredText markup (bsc#1177028).
- bpf: Add socket assign support (bsc#1177028).
- bpf: Switch BPF UAPI #define constants used from BPF program
  side to enums (bsc#1177028).
- bpf: Sync uapi bpf.h to tools/ (bsc#1177028).
- bpf: Document BPF_F_QUERY_EFFECTIVE flag (bsc#1177028).
- commit 1bce83f
- drm/vmwgfx: Implement an infrastructure for read-coherent resources (bsc#1152489)
- commit d8fb293
- drm/vmwgfx: Use an RBtree instead of linked list for MOB resources (bsc#1152489)
- commit d109c7a
- drm/vmwgfx: Implement an infrastructure for write-coherent resources (bsc#1152489)
- commit 3e97d82
- drm/vmwgfx: Assign eviction priorities to resources (bsc#1152489)
- commit e1ca3e7
- drm/vmwgfx: Kill unneeded legacy security features (bsc#1152489)
- commit 875b13b
- drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errors (bsc#1152489)
- commit ccbe045
- drm/vmwgfx: Add debug message for layout change ioctl (bsc#1152489)
- commit 54b970d
- libbpf: Fix register naming in PT_REGS s390 macros
  (bsc#1177028).
- libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
  (bsc#1177028).
- libbpf: Always specify expected_attach_type on program load
  if supported (bsc#1177028).
- libbpf: Initialize *nl_pid so gcc 10 is happy (bsc#1177028).
- libbpf: Add support for bpf_link-based cgroup attachment
  (bsc#1177028).
- tools/libbpf: Add support for BPF_PROG_TYPE_LSM (bsc#1177028).
- libbpf: Add setter for initial value for internal maps
  (bsc#1177028).
- libbpf: Add function to set link XDP fd while specifying old
  program (bsc#1177028).
- tools: Add EXPECTED_FD-related definitions in if_link.h
  (bsc#1177028).
- xdp: Support specifying expected existing program when attaching
  XDP (bsc#1177028).
- libbpf, xsk: Init all ring members in xsk_umem__create and
  xsk_socket__create (bsc#1177028).
- libbpf: Don't allocate 16M for log buffer by default
  (bsc#1177028).
- libbpf: Remove unused parameter `def` to get_map_field_int
  (bsc#1177028).
- bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definition
  (bsc#1177028).
- libbpf: Provide CO-RE variants of PT_REGS macros (bsc#1177028).
- libbpf: Split BTF presence checks into libbpf- and
  kernel-specific parts (bsc#1177028).
- tools/libbpf: Add support for BPF_MODIFY_RETURN (bsc#1177028).
- libbpf: Assume unsigned values for BTF_KIND_ENUM (bsc#1177028).
- libbpf: Add bpf_link pinning/unpinning (bsc#1177028).
- libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h (bsc#1177028).
  Refresh patches.suse/bpf-Add-bpf_xdp_output-helper.patch
- libbpf: Fix use of PT_REGS_PARM macros with vmlinux.h
  (bsc#1177028).
- libbpf: Add support for dynamic program attach target
  (bsc#1177028).
- libbpf: Bump libpf current version to v0.0.8 (bsc#1177028).
- libbpf: Relax check whether BTF is mandatory (bsc#1177028).
- commit 2dacf28
- selftests/bpf: Run reuseport tests only with supported socket types (bsc#1177028).
  Refresh patches.suse/selftests-bpf-Run-SYN-cookies-with-reuseport-BPF-tes.patch
- commit 2eae1ba
- xen/events: block rogue events for some time (XSA-332
  bsc#1177411).
- commit 014f26b
- xen/events: defer eoi in case of excessive number of events
  (XSA-332 bsc#1177411).
- commit 956b6f3
- bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop
  in min RTT (bsc#1177028).
- selftests/bpf: Fix memory leak in test selector (bsc#1177028).
- bpftool: Fix typo in bash-completion (bsc#1177028).
- selftests/bpf: Run SYN cookies with reuseport BPF test only
  for TCP (bsc#1177028).
- selftests/bpf: Extend SK_REUSEPORT tests to cover
  SOCKMAP/SOCKHASH (bsc#1177028).
- selftests/bpf: Fix trampoline_count clean up logic
  (bsc#1177028).
- commit f259c15
- xen/events: use a common cpu hotplug hook for event channels
  (XSA-332 bsc#1177411).
- commit b9ecbeb
- xen/events: switch user event channels to lateeoi model
  (XSA-332 bsc#1177411).
- commit 0b00983
- xen/pciback: use lateeoi irq binding (XSA-332 bsc#1177411).
- commit 47100e6
- xen/pvcallsback: use lateeoi irq binding (XSA-332 bsc#1177411).
- commit ec73318
- xen/scsiback: use lateeoi irq binding (XSA-332 bsc#1177411).
- commit 76fa7f0
- xen/netback: use lateeoi irq binding (XSA-332 bsc#1177411).
- commit 8631138
- xen/blkback: use lateeoi irq binding (XSA-332 bsc#1177411).
- commit 2689ef1
- xen/events: add a new "/late EOI"/ evtchn framework (XSA-332
  bsc#1177411).
- commit cd230ce
- xen/events: fix race in evtchn_fifo_unmask() (XSA-332
  bsc#1177411).
- commit bd30bae
- xen/events: add a proper barrier to 2-level uevent unmasking
  (XSA-332 bsc#1177411).
- commit e9a9556
- xen/events: avoid removing an event channel while handling it
  (XSA-331 bsc#1177410).
- commit 0dd2046
- perf/x86: Fix n_pair for cancelled txn (bsc#1152489).
- commit adef112
- perf/x86/amd: Fix sampling Large Increment per Cycle events
  (bsc#1152489).
- commit c8a7d34
- blacklist.conf: eb3621798bcd x86/entry/64: Do not include inst.h in calling.h
- commit 364d4bc
- x86/fpu: Allow multiple bits in clearcpuid= parameter
  (bsc#1152489).
- commit 3d42971
- powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI
  load emulation (bsc#1065729).
- commit d2da200
- blacklist.conf: 0b2c605fa4ee x86/entry/64: Correct the comment over SAVE_AND_SET_GSBASE
- commit b5725a3
- blacklist.conf: 5da8e4a65810 x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
- commit 579d619
- perf/core: Fix race in the perf_mmap_close() function
  (bsc#1177086, CVE-2020-14351).
- commit 1ee0e96
- drm/i915: Expand subslice mask (bsc#1152489)
- commit 15abd22
- drm/i915: Protect request peeking with RCU (bsc#1152489)
- commit c92f17a
- Move upstreamed BT patch into sorted section
- commit 27a1c18
- drm/i915/gen8+: Add RC6 CTX corruption WA
- commit 088a3fd
- drm/etnaviv: fix missing unlock on error in (bsc#1152489)
- commit f2d81fc
- drm/amd/display: remove unused function (bsc#1152489)
- commit 7e5efa0
- drm/amd/display: Add Logging for Gamma Related information (bsc#1152489)
- commit 7ce29b7
- drm/amd/display: memory leak (bsc#1152489)
- commit 3b1bb19
- Update config files.
- commit dfb8f01
- blacklist.conf: add duplicate commit 3514521ccbd2
  Same as a39d0d7bdf8c21ac7645c02e9676b5cb2b804c31 ("/drm/amdgpu: restore
  proper ref count in amdgpu_display_crtc_set_config).
- commit e083639
- x86/mce: Allow for copy_mc_fragile symbol checksum to be
  generated (jsc#SLE-13447).
- commit ab8154b
- drm/amd/powerplay: update smu11_driver_if_navi10.h (bsc#1152489)
- commit 7924071
- drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topology (bsc#1152489)
- commit ea68d72
- x86/copy_mc: Introduce copy_mc_enhanced_fast_string()
  (jsc#SLE-13447).
- commit 90562e9
- drm/amdgpu: add multiple instances support for Arcturus
- commit ec7e86c
- drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpu (bsc#1152472)
- commit fc7705d
- x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user,
  kernel}() (jsc#SLE-13447).
- commit b65fb19
- drm/amdgpu: fix memory leak (bsc#1152472)
- commit 8cdb0eb
- drm/amdgpu: Default disable GDS for compute+gfx
- commit ce2c047
- bpftool: Remove redundant "/HAVE"/ prefix from the large INSN
  limit check (bsc#1177028).
- tools/bpf: Allow overriding llvm tools for runqslower
  (bsc#1177028).
- bpftool: Print function linkage in BTF dump (bsc#1177028).
- bpftool: Support dumping a map with btf_vmlinux_value_type_id
  (bsc#1177028).
- bpftool: Add struct_ops map name (bsc#1177028).
- bpftool: Fix missing BTF output for json during map dump
  (bsc#1177028).
- bpftool: Fix a leak of btf object (bsc#1177028).
- bpftool: Apply preserve_access_index attribute to all types
  in BTF dump (bsc#1177028).
- bpftool: Add misc section and probe for large INSN limit
  (bsc#1177028).
- bpf: Print error message for bpftool cgroup show (bsc#1177028).
- bpftool: Simplify format string to not use positional args
  (bsc#1177028).
- bpftool: Add `gen skeleton` BASH completions (bsc#1177028).
- bpftool: Match maps by name (bsc#1177028).
- bpftool: Match programs by name (bsc#1177028).
- bpftool: Match several programs with same tag (bsc#1177028).
  Refresh patches.suse/bpftool-Don-t-crash-on-missing-xlated-program-instru.patch
- commit 213f6b4
- blacklist.conf: Append 'drm/amdgpu/gfx10: update gfx golden settings for navi14'
- commit 3f81279
- iommu/vt-d: Gracefully handle DMAR units with no supported address widths (bsc#1177739).
- commit 8780752
- blacklist.conf: Append 'drm/amdgpu/gfx10: update gfx golden settings'
- commit ee919e0
- selftests/bpf: Add test for the packed enum member in
  struct/union (bsc#1177028).
- selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits
  set (bsc#1177028).
- selftests/bpf: Add send_signal_sched_switch test (bsc#1177028).
- selftests/bpf: Mark SYN cookie test skipped for UDP sockets
  (bsc#1177028).
- selftests/bpf: Fix error checking on reading the tcp_fastopen
  sysctl (bsc#1177028).
- bpf: Selftests build error in sockmap_basic.c (bsc#1177028).
- selftests/bpf: Test freeing sockmap/sockhash with a socket in it
  (bsc#1177028).
- selftests/bpf: Fix trampoline_count.c selftest compilation
  warning (bsc#1177028).
- selftests/bpf: Add test based on port range for BPF flow
  dissector (bsc#1177028).
- selftest/bpf: Add test for allowed trampolines count
  (bsc#1177028).
- selftests: bpf: Reset global state between reuseport test runs
  (bsc#1177028).
- selftests: bpf: Make reuseport test output more legible
  (bsc#1177028).
- selftests: bpf: Ignore FIN packets for reuseport tests
  (bsc#1177028).
- selftests: bpf: Use a temporary file in test_sockmap
  (bsc#1177028).
- selftests/bpf: Improve bpftool changes detection (bsc#1177028).
  Refresh patches
- patches.suse/selftests-bpf-Add-test-for-resolve_btfids.patch
- patches.suse/selftests-bpf-Prevent-runqslower-from-racing-on-buil.patch
- selftests/bpf: Initialize duration variable before using
  (bsc#1177028).
- bpf: tcp: Add bpf_cubic example (bsc#1177028).
- selftests/bpf: Add tests for program extensions (bsc#1177028).
- selftests/bpf: Skip perf hw events test if the setup disabled it
  (bsc#1177028).
- selftests/bpf: Fix test_progs send_signal flakiness with nmi
  mode (bsc#1177028).
- selftests/bpf: Add whitelist/blacklist of test names to
  test_progs (bsc#1177028).
- selftests/bpf: Add batch ops testing to array bpf map
  (bsc#1177028).
- selftests/bpf: Add batch ops testing for htab and htab_percpu
  map (bsc#1177028).
- tools/bpf: Add self tests for bpf_send_signal_thread() (bsc#1177028).
  Refresh patches.suse/selftests-Use-consistent-include-paths-for-libbpf.patch
- selftests/bpf: Modify a test to check global functions
  (bsc#1177028).
- selftests/bpf: Add a test for a large global function
  (bsc#1177028).
- selftests/bpf: Restore original comm in test_overhead (bsc#1177028).
  Refresh patches
- patches.suse/selftest-bpf-Fmod_ret-prog-and-implement-test_overhe.patch
- patches.suse/selftests-Remove-fmod_ret-from-test_overhead.patch
- selftests/bpf: Preserve errno in test_progs CHECK macros
  (bsc#1177028).
- selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multi
  (bsc#1177028).
- selftests/bpf: Fix test_attach_probe (bsc#1177028).
- bpf: Allow to change skb mark in test_run (bsc#1177028).
- selftests/bpf: Add flexible array relocation tests
  (bsc#1177028).
- selftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUN
  (bsc#1177028).
- selftests: bpf: Add xdp_perf test (bsc#1177028).
- selftests/bpf: Switch reuseport tests for test_progs framework
  (bsc#1177028).
- selftests/bpf: Move reuseport tests under prog_tests/ (bsc#1177028).
  Refresh patches.suse/selftests-bpf-Convert-test_cgroup_attach-to-prog_tes.patch
- selftests/bpf: Pull up printing the test name into test runner
  (bsc#1177028).
- selftests/bpf: Propagate errors during setup for reuseport tests
  (bsc#1177028).
- selftests/bpf: Run reuseport tests in a loop (bsc#1177028).
- selftests/bpf: Unroll the main loop in reuseport test
  (bsc#1177028).
- selftests/bpf: Add helpers for getting socket family & type name
  (bsc#1177028).
- selftests/bpf: Use sa_family_t everywhere in reuseport tests
  (bsc#1177028).
- selftests/bpf: Let libbpf determine program type from section
  name (bsc#1177028).
- commit 0d2a7ec
- samples/bpf: Set -fno-stack-protector when building BPF programs
  (bsc#1177028).
- commit 83051c8
- drm/amdgpu/gfx10: update gfx golden settings for navi14 (bsc#1152472)
- commit 237aa6b
- libbpf: Sanitise internal map names so they are not rejected
  by the kernel (bsc#1177028).
- libbpf: Improve handling of failed CO-RE relocations
  (bsc#1177028).
- libbpf: Simplify BTF initialization logic (bsc#1177028).
- libbpf: Fix unneeded extra initialization in
  bpf_map_batch_common (bsc#1177028).
- libbpf: Add libbpf support to batch ops (bsc#1177028).
- libbpf: Support .text sub-calls relocations (bsc#1177028).
- libbpf: Clean up bpf_helper_defs.h generation output
  (bsc#1177028).
- libbpf: Sanitize global functions (bsc#1177028).
- libbpf: Support CO-RE relocations for LDX/ST/STX instructions
  (bsc#1177028).
- libbpf: Fix printing of ulimit value (bsc#1177028).
- libbpf: Allow to augment system Kconfig through extra optional config (bsc#1177028).
  Refresh patches
- patches.suse/bpf-libbpf-Add-STRUCT_OPS-support.patch
- patches.suse/libbpf-Load-btf_vmlinux-only-once-per-object.patch
- libbpf: Remove BPF_EMBED_OBJ macro from libbpf.h (bsc#1177028).
- libbpf: Reduce log level for custom section names (bsc#1177028).
- libbpf: Fix libbpf_common.h when installing libbpf through
  'make install' (bsc#1177028).
- libbpf: Print hint about ulimit when getting permission denied error (bsc#1177028).
  Refresh patches.suse/libbpf-Fix-unintentional-success-return-code-in-bpf_.patch
- libbpf: Support flexible arrays in CO-RE (bsc#1177028).
- libbpf: Reduce log level of supported section names dump
  (bsc#1177028).
- libbpf: Extract common user-facing helpers (bsc#1177028).
- commit ecbca78
- drm/amdgpu/gfx10: update gfx golden settings for navi14 (bsc#1152472)
- commit c34217a
- drm/amdgpu/gfx10: update gfx golden settings for navi14 (bsc#1152489)
- commit 7947e23
- drm/amdgpu/gfx10: update gfx golden settings (bsc#1152472)
- commit 3d7c611
- drm/amdgpu/gfx10: update gfx golden settings (bsc#1152472)
- commit ed16503
- drm/amdgpu/gfx10: update gfx golden settings (bsc#1152489)
- commit 6d6113d
- drm/amdgpu/gfx10: update gfx golden settings (bsc#1152472)
- commit dc1b836
- MAINTAINERS: Update maintainers for pmc_core driver
  (jsc#SLE-13398 jsc#SLE-13503).
- platform/x86: intel_pmc_core: fix: Replace dev_dbg macro with
  dev_info() (jsc#SLE-13398 jsc#SLE-13503).
- platform/x86: intel_pmc_core: Add Intel RocketLake (RKL)
  support (jsc#SLE-13398 jsc#SLE-13503).
- platform/x86: intel_pmc_core: Clean up: Remove the duplicate
  comments and reorganize (jsc#SLE-13398 jsc#SLE-13503).
- commit 63a532d
- tools, bpftool: Fix warning on ignored return value for 'read'
  (bsc#1177028).
- tools, bpf_asm: Warn when jumps are out of range (bsc#1177028).
- tools: bpftool: add "/bpftool map freeze"/ subcommand
  (bsc#1177028).
- tools: bpftool: show frozen status for maps (bsc#1177028).
- tools: bpftool: add documentation for net attach/detach
  (bsc#1177028).
- tools: bpftool: add bash-completion for net attach/detach
  (bsc#1177028).
- tools: bpftool: add net detach command to detach XDP on
  interface (bsc#1177028).
- tools: bpftool: add net attach command to attach XDP on
  interface (bsc#1177028).
- tools: bpftool: add support for reporting the effective cgroup
  progs (bsc#1177028).
- commit 8a14710
- samples: bpf: Update outdated error message (bsc#1177028).
- samples/bpf: adjust Makefile and README.rst (bsc#1177028).
- samples/bpf: Add preparation steps and sysroot info to readme
  (bsc#1177028).
- samples/bpf: Add sysroot support (bsc#1177028).
- samples/bpf: Provide C/LDFLAGS to libbpf (bsc#1177028).
- samples/bpf: Use target CC environment for HDR_PROBE
  (bsc#1177028).
- samples/bpf: Use own flags but not HOSTCFLAGS (bsc#1177028).
  Refresh patches.suse/samples-bpf-Use-consistent-include-paths-for-libbpf.patch
- samples/bpf: Add makefile.target for separate CC target build
  (bsc#1177028).
- samples/bpf: Use --target from cross-compile (bsc#1177028).
- samples/bpf: Fix cookie_uid_helper_example obj build
  (bsc#1177028).
- samples/bpf: Fix HDR_PROBE "/echo"/ (bsc#1177028).
- samples: bpf: Add max_pckt_size option at xdp_adjust_tail (bsc#1177028).
  Refresh patches
- patches.suse/samples-bpf-update-map-definition-to-new-syntax-BTF-.patch
- patches.suse/samples-bpf-Use-consistent-include-paths-for-libbpf.patch
- samples/bpf: Add a workaround for asm_inline (bsc#1177028).
- samples/bpf: Fix build for task_fd_query_user.c (bsc#1177028).
  Refresh patches.suse/samples-bpf-Use-consistent-include-paths-for-libbpf.patch
- samples: bpf: syscall_nrs: use mmap2 if defined (bsc#1177028).
- samples/bpf: xdp_fwd explain bpf_fib_lookup return codes
  (bsc#1177028).
- commit 51b6e62
- Refresh
  patches.suse/mm-hwpoison-refactor-soft_offline_huge_page-and-__so.patch.
  Remove unused variable
- commit 4c47ec6
- libbpf: Only check mode flags in get_xdp_id (bsc#1177028).
- selftests/bpf: Fix race in tcp_rtt test (bsc#1177028).
- commit fc0c050
- libbpf: Fix unintentional success return code in
  bpf_object__load (bsc#1177028).
- libbpf: Fix bpf_get_link_xdp_id flags handling (bsc#1177028).
- selftests/bpf: Make tcp_rtt test more robust to failures
  (bsc#1177028).
- tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'
  (bsc#1177028).
- commit 8bb3ea8
- bpf: Add further test_verifier cases for record_func_key
  (bsc#1177028).
- selftests/bpf: Test function_graph tracer and bpf trampoline
  together (bsc#1177028).
- selftests/bpf: De-flake test_tcpbpf (bsc#1177028).
- selftests/bpf: Add verifier tests for better jmp32 register
  bounds (bsc#1177028).
- net-af_xdp: Use correct number of channels from ethtool
  (bsc#1177028).
- selftests, bpf: Workaround an alu32 sub-register spilling issue
  (bsc#1177028).
- bpf, testing: Workaround a verifier failure for test_progs
  (bsc#1177028).
- libbpf: Allow for creating Rx or Tx only AF_XDP sockets
  (bsc#1177028).
- libbpf: Support XDP_SHARED_UMEM with external XDP program
  (bsc#1177028).
- libbpf: Add bpf_get_link_xdp_info() function to get more XDP
  information (bsc#1177028).
- libbpf: Propagate EPERM to caller on program load (bsc#1177028).
- selftests/bpf: Add tests for automatic map unpinning on load
  failure (bsc#1177028).
- libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage
  (bsc#1177028).
- selftests: bpf: log direct file writes (bsc#1177028).
- selftests/bpf: Test narrow load from bpf_sysctl.write
  (bsc#1177028).
- libbpf: Use implicit XSKMAP lookup from AF_XDP XDP program
  (bsc#1177028).
- scripts/bpf: Print an error when known types list needs updating
  (bsc#1177028).
- selftests/bpf: Teach test_progs to cd into subdir (bsc#1177028).
- selftests/bpf: Restore the netns after flow dissector reattach
  test (bsc#1177028).
- scripts/bpf: Emit an #error directive known types list needs
  updating (bsc#1177028).
- selftests: bpf: Add selftest for __sk_buff tstamp (bsc#1177028).
- libbpf: Handle invalid typedef emitted by old GCC (bsc#1177028).
- selftests/bpf: Check that flow dissector can be re-attached
  (bsc#1177028).
- selftests/bpf: add test for BPF flow dissector in the root
  namespace (bsc#1177028).
- bpf: Add loop test case with 32 bit reg comparison against 0
  (bsc#1177028).
- selftests/bpf: Correct path to include msg + path (bsc#1177028).
- selftests/bpf: test_progs: Don't leak server_fd in tcp_rtt
  (bsc#1177028).
- tools: bpf: Use !building_out_of_srctree to determine srctree
  (bsc#1177028).
- selftests/bpf: delete unused variables in test_sysctl
  (bsc#1177028).
- selftests/bpf: test_progs: fix client/server race in tcp_rtt
  (bsc#1177028).
- selftests/bpf: precision tracking tests (bsc#1177028).
- selftests/bpf: Fix a typo in test_offload.py (bsc#1177028).
- selftests/bpf: remove wrong nhoff in flow dissector test
  (bsc#1177028).
- selftests/bpf: add precision tracking test (bsc#1177028).
- selftests/bpf: verifier precise tests (bsc#1177028).
- selftests/bpf: add test for bpf_tcp_gen_syncookie (bsc#1177028).
- commit 119cf5d
- crypto: af_alg - Work around empty control messages without
  MSG_MORE (git-fixes).
- crypto: algif_aead - fix uninitialized ctx->init (git-fixes).
- crypto: af_alg - Fix regression on empty requests (git-fixes).
- commit b837b90
- rtw88: Fix probe error handling race with firmware loading
  (git-fixes).
- ASoC: topology: disable size checks for bytes_ext controls if
  needed (git-fixes).
- staging: rtl8192e: fix kconfig dependency warning for
  RTLLIB_CRYPTO_CCMP (git-fixes).
- PM: runtime: Fix timer_expires data type on 32-bit arches
  (git-fixes).
- mmc: sdhci-pci: Fix SDHCI_RESET_ALL for CQHCI for Intel
  GLK-based controllers (git-fixes).
- crypto: algif_aead - Only wake up when ctx->more is zero
  (git-fixes).
- Input: add `SW_MACHINE_COVER` (git-fixes).
- crypto: af_alg - fix use-after-free in af_alg_accept() due to
  bh_lock_sock() (git-fixes).
- HID: usbhid: Fix race between usbhid_close() and usbhid_stop()
  (git-fixes).
- mmc: cqhci: Add cqhci_deactivate() (git-fixes).
- mmc: mmci: Support any block sizes for ux500v2 and qcom variant
  (git-fixes).
- commit d8de7b3
- scsi: ibmvfc: Fix error return in ibmvfc_probe() (bsc#1065729).
- commit a848d53
- Bluetooth: Re-order clearing suspend tasks (git-fixes).
- commit 1fa8fc1
- ASoC: Intel: sof_sdw: add version_id to avoid rt714/rt715
  confusion (git-fixes).
- ASoC: Intel: sof_sdw_rt1308: add extra check on init
  (git-fixes).
- ALSA: hda: fix jack detection with Realtek codecs when in D3
  (git-fixes).
- ALSA: compress_offload: dereference after checking for NULL
  pointer (git-fixes).
- ALSA: core: pcm_memory: dereference pointer after NULL checks
  (git-fixes).
- ALSA: core: memalloc: fix fallthrough position (git-fixes).
- ALSA: HDA: Early Forbid of runtime PM (git-fixes).
- commit 954abe4
- regmap: debugfs: Fix more error path regressions (git-fixes).
- commit d9296bd
- nl80211: docs: add a description for s1g_cap parameter
  (git-fixes).
- iwlwifi: dbg: run init_cfg function once per driver load
  (git-fixes).
- iwlwifi: dbg: remove no filter condition (git-fixes).
- nl80211: fix OBSS PD min and max offset validation (git-fixes).
- Bluetooth: Fix auto-creation of hci_conn at Conn Complete event
  (git-fixes).
- Bluetooth: Fix memory leak in read_adv_mon_features()
  (git-fixes).
- Bluetooth: Clear suspend tasks on unregister (git-fixes).
- mt76: mt7915: fix possible memory leak in mt7915_mcu_add_beacon
  (git-fixes).
- mt76: mt7663u: fix dma header initialization (git-fixes).
- mt76: fix a possible NULL pointer dereference in
  mt76_testmode_dump (git-fixes).
- mt76: mt7615: fix a possible NULL pointer dereference in
  mt7615_pm_wake_work (git-fixes).
- mt76: mt7615: fix possible memory leak in mt7615_tm_set_tx_power
  (git-fixes).
- mt76: mt7663s: fix unable to handle kernel paging request
  (git-fixes).
- mt76: mt7663s: fix resume failure (git-fixes).
- mt76: mt7663s: use NULL instead of 0 in sdio code (git-fixes).
- mt76: mt7615: release mutex in mt7615_reset_test_set
  (git-fixes).
- mt76: mt7615: hold mt76 lock queueing wd in
  mt7615_queue_key_update (git-fixes).
- rtw88: Fix potential probe error handling race with wow firmware
  loading (git-fixes).
- rtw88: fix compile warning: [-Wignored-qualifiers] (git-fixes).
- rtw88: don't treat NULL pointer as an array (git-fixes).
- ASoC: Intel: sof_sdw_rt1316: add missing component string
  (git-fixes).
- ASoC: tas2562: Remove duplicate code for I/V sense (git-fixes).
- ASoC: tas2770: Fix unbalanced calls to pm_runtime (git-fixes).
- ASoC: mediatek: mt8183-da7219: fix wrong ops for I2S3
  (git-fixes).
- ASoC: wm_adsp: Pass full name to snd_ctl_notify (git-fixes).
- ASoC: tas2770: Fix error handling with update_bits (git-fixes).
- ASoC: tas2770: Fix required DT properties in the code
  (git-fixes).
- ASoC: tas2770: Add missing bias level power states (git-fixes).
- ASoC: tas2770: Fix calling reset in probe (git-fixes).
- ASoC: tlv320adcx140: Fix digital gain range (git-fixes).
- ALSA: hda/i915 - fix list corruption with concurrent probes
  (git-fixes).
- staging: rtl8712: Fix enqueue_reorder_recvframe() (git-fixes).
- pinctrl: tigerlake: Fix register offsets for TGL-H variant
  (git-fixes).
- commit 4c203f8
- Blacklist already cherry-picked ASoC fix
- commit d99febe
- perf/amd/uncore: Inform the user how many counters each uncore
  PMU has (jsc#SLE-16756).
- perf/amd/uncore: Allow F19h user coreid, threadmask, and
  sliceid specification (jsc#SLE-16756).
- perf/amd/uncore: Allow F17h user threadmask and slicemask
  specification (jsc#SLE-16756).
- perf/amd/uncore: Prepare to scale for more attributes that
  vary per family (jsc#SLE-16756).
- commit 11a04bd
- perf/x86/amd/ibs: Support 27-bit extended Op/cycle counter
  (jsc#SLE-16756).
- perf/x86/amd/ibs: Fix raw sample data accumulation
  (jsc#SLE-16756).
- perf/x86/amd/ibs: Don't include randomized bits in
  get_ibs_op_count() (jsc#SLE-16756).
- perf/x86/amd: Fix sampling Large Increment per Cycle events
  (jsc#SLE-16756).
- commit a56dacb
- perf/amd/uncore: Set all slices and threads to restore perf
  stat -a behaviour (jsc#SLE-16756).
- perf/amd/uncore: Add support for Family 19h L3 PMU
  (jsc#SLE-16756).
- commit 0e860a4
- perf/amd/uncore: Prepare L3 thread mask code for Family 19h
  (jsc#SLE-16756).
- commit 251809a
- x86: Expose SERIALIZE for supported cpuid (jsc#SLE-13557).
- Refresh
  patches.suse/x86-kvm-expose-tsx-suspend-load-tracking-feature.patch.
- commit d8f2106
- gpiolib: introduce fwnode_gpiod_get_index() (bsc#1152489)
- commit ab09f78
- percpu: fix first chunk size calculation for populated bitmap
  (git-fixes (mm/percpu)).
- commit fc914cf
- mm/rmap: fixup copying of soft dirty and uffd ptes (git-fixes
  (mm/rmap)).
- commit 57e33c0
- rpm/split-modules: Avoid errors even if Module.* are not present
- commit 752fbc6
- mm/huge_memory.c: use head to check huge zero page (git-fixes
  (mm/thp)).
- commit b768968
- mm/mempolicy.c: fix out of bounds write in mpol_parse_str()
  (git-fixes (mm/mempolicy)).
- commit af27a44
- mm/page-writeback.c: improve arithmetic divisions (git-fixes
  (mm/writeback)).
- commit 0efed25
- mm/page-writeback.c: avoid potential division by zero in
  wb_min_max_ratio() (git-fixes (mm/writeback)).
- commit 3e8dbda
- mm/zsmalloc.c: fix the migrated zspage statistics (git-fixes
  (mm/zsmalloc)).
- commit 0aec7d2
- tracing: Check return value of __create_val_fields() before
  using its result (git-fixes).
- commit 340fd0d
- blacklist.conf: 10819e25799a ("/tracing: Handle synthetic event array field type checking correctly"/)
  CONFIG_SYNTH_EVENTS is not enabled anywhere.
- commit dfcbd72
- blacklist.conf: 9bbb33291f8e ("/tracing: Check that the synthetic event and field names are legal"/)
  CONFIG_SYNTH_EVENTS is not enabled anywhere.
- commit 2bf6e8b
- overflow: Include header file with SIZE_MAX declaration
  (git-fixes).
- i3c: master: Fix error return in cdns_i3c_master_probe()
  (git-fixes).
- i3c: master add i3c_master_attach_boardinfo to preserve
  boardinfo (git-fixes).
- mtd: spinand: gigadevice: Add QE Bit (git-fixes).
- mtd: spinand: gigadevice: Only one dummy byte in QUADIO
  (git-fixes).
- mtd: rawnand: vf610: disable clk on error handling path in probe
  (git-fixes).
- mtd: rawnand: stm32_fmc2: fix a buffer overflow (git-fixes).
- mtd: mtdoops: Don't write panic data twice (git-fixes).
- mtd: lpddr: fix excessive stack usage with clang (git-fixes).
- mtd: lpddr: Fix bad logic in print_drs_error (git-fixes).
- rapidio: fix the missed put_device() for rio_mport_add_riodev
  (git-fixes).
- lib/crc32.c: fix trivial typo in preprocessor condition
  (git-fixes).
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
  (git-fixes).
- VMCI: check return value of get_user_pages_fast() for errors
  (git-fixes).
- USB: serial: option: add Cellient MPL200 card (git-fixes).
- USB: serial: option: Add Telit FT980-KS composition (git-fixes).
- USB: serial: pl2303: add device-id for HP GC device (git-fixes).
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
  adapters (git-fixes).
- staging: comedi: check validity of wMaxPacketSize of usb
  endpoints found (git-fixes).
- ACPI: Always build evged in (git-fixes).
- commit 88d1ef8
- tracing: Save normal string variables (git-fixes).
- commit 91eb341
- blacklist.conf: 8fbeb52a598c ("/tracing: Fix parse_synth_field() error handling"/)
  CONFIG_SYNTH_EVENTS is not enabled anywhere.
- commit c4d0c48
- blacklist.conf: afce6996943b EDAC/aspeed: Fix handling of platform_get_irq() error
- commit 4d7f300
- mmc: sdhci: fix an issue of mixing different types
  (jsc#SLE-15847).
- mmc: core: Fix size overflow for mmc partitions (jsc#SLE-15847).
- commit cf78cbc
- EDAC/i5100: Fix error handling order in i5100_init_one()
  (bsc#1152489).
- commit ef65426
- libbpf: Support stripping modifiers for btf_dump (bsc#1177028).
  Refresh patches.suse/tools-bpftool-Strip-away-modifiers-from-global-varia.patch.
- commit 607d46d
- ibmvnic: set up 200GBPS speed (bsc#1129923 git-fixes).
- commit e87977b
- ibmveth: Switch order of ibmveth_helper calls (bsc#1061843
  git-fixes).
- commit e6ac1a9
- btrfs: tree-checker: fix false alert caused by legacy btrfs
  root item (bsc#1177861).
- commit 5302053
- btrfs: qgroup: fix qgroup meta rsv leak for subvolume
  operations (bsc#1177856).
- commit 4456f07
- btrfs: qgroup: fix wrong qgroup metadata reserve for delayed
  inode (bsc#1177855).
- btrfs: add owner and fs_info to alloc_state io_tree
  (bsc#1177854).
- commit e4394c2
- series.conf: cleanup
- refresh, update upstream references and move into sorted section:
  patches.suse/sched-fair-Ignore-cache-hotness-for-SMT-migration.patch
  patches.suse/sched-fair-Use-dst-group-while-checking-imbalance-for-NUMA-balancer.patch
  patches.suse/sched-numa-Use-runnable_avg-to-classify-node.patch
- commit 715ffac
- blacklist.conf: f7b12b6fea009 bpf: verifier: refactor check_attach_btf_id()
  The sleepable BPF patches are not backported yet.
- commit 3c7320e
- selftests: Remove fmod_ret from test_overhead (bsc#1177028).
- commit 9f699fe
- bpf: disallow attaching modify_return tracing functions to
  other BPF programs (bsc#1177028).
- selftests/bpf: Fix test_vmlinux test to use
  bpf_probe_read_user() (bsc#1177028).
- selftests/bpf: Prevent runqslower from racing on building
  bpftool (bsc#1177028).
- selftests/bpf: Copy runqslower to OUTPUT directory
  (bsc#1177028).
- selftests/bpf: Enforce returning 0 for fentry/fexit programs
  (bsc#1177028).
  Refresh patches.suse/selftest-bpf-Fmod_ret-prog-and-implement-test_overhe.patch
- selftests/bpf: Fix BPF_KRETPROBE macro and use it in
  attach_probe test (bsc#1177028).
- tools/bpf/runqslower: Rebuild libbpf.a on libbpf source change
  (bsc#1177028).
- runqslower: Fix Makefile (bsc#1177028).
- runsqslower: Support user-specified libbpf include and object
  paths (bsc#1177028).
- tools/runqslower: Remove tools/lib/bpf from include path
  (bsc#1177028).
- tools/bpf/runqslower: Fix override option for VMLINUX_BTF
  (bsc#1177028).
- commit 2a528e5
- powercap: Restrict energy meter to root access (bsc#1170415
  CVE-2020-8694).
- commit 4deb70f
- Move already upstreamed sound patches into sorted section
- commit d5803ae
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
  (bsc#1177817).
- commit 3294fad
- dm: Call proper helper to determine dax support (bsc#1177817).
- commit 54f2e3f
- Reinstate commit 418c424ed69204c3d503d524df9b593201d2cb0a:
  writeback: Fix sync livelock due to b_dirty_time processing (bsc#1177755).
  It appears merge commit 813a610cb3d98fba04d3ea4694260e04a3840ff8
  may have erroneously dropped this patch.
- commit 4849ffb
- writeback: Fix sync livelock due to b_dirty_time processing
  (bsc#1177755).
- commit 418c424
- writeback: Avoid skipping inode writeback (bsc#1177755).
- commit 977317c
- writeback: Protect inode->i_io_list with inode->i_lock
  (bsc#1177755).
  Refresh patches.suse/writeback-Export-inode_io_list_del.patch
- commit 5034dcb
- iomap: Make sure iomap_end is called after iomap_begin
  (bsc#1177754).
- commit 1558ead
- block: ensure bdi->io_pages is always initialized (bsc#1177749).
- commit dbf3e7d
- block: Fix page_is_mergeable() for compound pages (bsc#1177814).
- commit 1fb5d9d
- blk-mq: order adding requests to hctx->dispatch and checking
  SCHED_RESTART (bsc#1177750).
- commit 3cc33db
- drm/i915/gtt: Don't check PPGTT presence on PPGTT-only platforms (bsc#1152489)
- commit 9981e92
- Revert "/drm/i915: Introduce private PAT management"/ (bsc#1152489)
- commit 3ac1160
- drm/virtio: drop (bsc#1152489)
- commit 162d275
- drm/i915/gen8+: Add RC6 CTX corruption WA (bsc#1152489)
- commit 5f72eda
- device_cgroup: Export devcgroup_check_permission (bsc#1152489)
- commit 53c9a2f
- PCI: Add #defines for Enter Compliance, Transmit Margin (bsc#1152489)
- commit 2f83d32
- mm/mmu_notifier: silence PROVE_RCU_LIST warnings
  (jsc#SLE-16387).
- commit bd27572
- mm/mmu_notifiers: Use 'interval_sub' as the variable for
  mmu_interval_notifier (jsc#SLE-16387).
- commit fdc4ff3
- Refresh patches.suse/powerpc-dma-Fix-dma_map_ops-get_required_mask.patch.
  Refresh to upstream version.
- commit 86022df
- blacklist.conf: Remove commits that are already merged into SP3.
- commit 208f9e1
- mm/mmu_notifiers: Use 'subscription' as the variable name for
  mmu_notifier (jsc#SLE-16387).
- commit efd51c6
- mm/mmu_notifier: Rename struct mmu_notifier_mm to
  mmu_notifier_subscriptions (jsc#SLE-16387).
- commit f87478b
- ALSA: fireworks: use semicolons rather than commas to separate
  statements (git-fixes).
- ALSA: hdspm: Fix typo arbitary (git-fixes).
- ALSA: portman2x4: fix repeated word 'if' (git-fixes).
- ALSA: asihpi: fix spellint typo in comments (git-fixes).
- ALSA: vx: vx_pcm: remove redundant assignment (git-fixes).
- ALSA: vx: vx_core: clarify operator precedence (git-fixes).
- ALSA: atmel: ac97: clarify operator precedence (git-fixes).
- ALSA: ac97: (cosmetic) align argument names (git-fixes).
- ALSA: aoa: i2sbus: use DECLARE_COMPLETION_ONSTACK() macro
  (git-fixes).
- commit 1b0d435
- series.conf: refresh
- update upstream references and resort:
  patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
  patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
- commit b739656
- fix patches metadata
- fix Patch-mainline:
  patches.suse/ovl-call-secutiry-hook-in-ovl_real_ioctl.patch
  patches.suse/ovl-check-permission-to-open-real-file.patch
  patches.suse/ovl-pass-correct-flags-for-opening-real-directory.patch
  patches.suse/ovl-switch-to-mounter-creds-in-readdir.patch
  patches.suse/ovl-verify-permissions-in-ovl_path_open.patch
- commit 8e33a6e
- ALSA: hda: use semicolons rather than commas to separate
  statements (git-fixes).
- ALSA: usb-audio: endpoint.c: fix repeated word 'there'
  (git-fixes).
- ALSA: usb-audio: fix spelling mistake "/Frequence"/ -> "/Frequency"/
  (git-fixes).
- ALSA: usb-audio: Add mixer support for Pioneer DJ DJM-250MK2
  (git-fixes).
- ALSA: ctl: Workaround for lockdep warning wrt
  card->ctl_files_rwlock (git-fixes).
- ALSA: rawmidi: (cosmetic) align function parameters (git-fixes).
- ALSA: usb: scarless_gen2: fix endianness issue (git-fixes).
- ALSA: hda: (cosmetic) align function parameters (git-fixes).
- ALSA: hda: auto_parser: remove shadowed variable declaration
  (git-fixes).
- ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macro
  (git-fixes).
- ALSA: compress_offload: remove redundant initialization
  (git-fixes).
- ALSA: core: timer: clarify operator precedence (git-fixes).
- ALSA: core: timer: remove redundant assignment (git-fixes).
- ALSA: core: pcm: simplify locking for timers (git-fixes).
- ALSA: hda/realtek - The front Mic on a HP machine doesn't work
  (git-fixes).
- ALSA: hda/realtek: Enable audio jacks of ASUS D700SA with ALC887
  (git-fixes).
- ALSA: hda/realtek - Add mute Led support for HP Elitebook 845 G7
  (git-fixes).
- ALSA: hda - Don't register a cb func if it is registered already
  (git-fixes).
- ALSA: hda/realtek - set mic to auto detect on a HP AIO machine
  (git-fixes).
- commit f02408a
- wcn36xx: Fix reported 802.11n rx_highest rate wcn3660/wcn3680
  (git-fixes).
- w1: mxc_w1: Fix timeout resolution problem leading to bus error
  (git-fixes).
- USB: serial: qcserial: fix altsetting probing (git-fixes).
- usb: dwc2: Fix INTR OUT transfers in DDMA mode (git-fixes).
- usb: dwc3: ep0: Fix ZLP for OUT ep0 requests (git-fixes).
- usb: dwc3: core: add phy cleanup for probe error handling
  (git-fixes).
- usb: dwc3: core: don't trigger runtime pm when remove driver
  (git-fixes).
- usb: gadget: u_ether: enable qmult on SuperSpeed Plus as well
  (git-fixes).
- usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above
  (git-fixes).
- xhci: don't create endpoint debugfs entry before ring buffer
  is set (git-fixes).
- commit 3de826d
- selftests/bpf: Fix silent Makefile output (bsc#1177028).
- selftests/bpf: Add test for resolve_btfids (bsc#1177028).
- selftests/bpf: Allow substituting custom vmlinux.h for selftests
  build (bsc#1177028).
- bpf: Add BPF ringbuf and perf buffer benchmarks (bsc#1177028).
- bpf: Fix returned error sign when link doesn't support updates
  (bsc#1177028).
- selftest/bpf: Add BPF triggering benchmark (bsc#1177028).
- selftest/bpf: Fmod_ret prog and implement test_overhead as
  part of bench (bsc#1177028).
- selftests/bpf: Add benchmark runner infrastructure
  (bsc#1177028).
- selftests/bpf: Add runqslower binary to .gitignore
  (bsc#1177028).
- selftests/bpf: Add vmlinux.h selftest exercising tracing of
  syscalls (bsc#1177028).
- selftests/bpf: Support out-of-tree vmlinux builds for
  VMLINUX_BTF (bsc#1177028).
- selftests/bpf: Declare bpf_log_buf variables as static
  (bsc#1177028).
- selftests/bpf: Change llvm flag -mcpu=probe to -mcpu=v3
  (bsc#1177028).
- selftests/bpf: Build urandom_read with LDFLAGS and LDLIBS
  (bsc#1177028).
- selftests: Refactor build to remove tools/lib/bpf from include
  path (bsc#1177028).
- samples/bpf: Use consistent include paths for libbpf
  (bsc#1177028).
- bpftool: Use consistent include paths for libbpf (bsc#1177028).
- selftests: Use consistent include paths for libbpf (bsc#1177028).
  Refresh patches.suse/bpf-Add-bpf_xdp_output-helper.patch
- tools/runqslower: Use consistent include paths for libbpf
  (bsc#1177028).
- selftests: Pass VMLINUX_BTF to runqslower Makefile
  (bsc#1177028).
- libbpf: Revert bpf_helper_defs.h inclusion regression
  (bsc#1177028).
- selftests/bpf: Build runqslower from selftests (bsc#1177028).
- tools/bpf: Add runqslower tool to tools/bpf (bsc#1177028).
- selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE
  macros (bsc#1177028).
- selftests/bpf: Add unit tests for global functions
  (bsc#1177028).
- selftests/bpf: Add fexit-to-skb test for global funcs
  (bsc#1177028).
- libbpf,selftests/bpf: Fix clean targets (bsc#1177028).
  Refresh patches.suse/selftests-bpf-Conform-selftests-bpf-Makefile-output-.patch
- bpf: Add bpf_dctcp example (bsc#1177028).
- bpftool: Work-around rst2man conversion bug (bsc#1177028).
- bpftool: Add gen subcommand manpage (bsc#1177028).
- samples/bpf: Reintroduce missed build targets (bsc#1177028).
- libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h
  (bsc#1177028).
- selftests/bpf: Fix perf_buffer test on systems w/ offline CPUs
  (bsc#1177028).
- selftests/bpf: Add CPU mask parsing tests (bsc#1177028).
- selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog
  no callees (bsc#1177028).
- bpf, testing: Add various tail call test cases (bsc#1177028).
- libbpf: Use pr_warn() when printing netlink errors (bsc#1177028).
  Refresh patches.suse/libbpf-Poison-kernel-only-integer-types.patch
- bpftool: Allow to read btf as raw data (bsc#1177028).
- samples/bpf: Use own EXTRA_CFLAGS for clang commands
  (bsc#1177028).
- tools: bpftool: implement "/bpftool btf show|list"/ (bsc#1177028).
- selftests/bpf: add loop test 5 (bsc#1177028).
- selftests/bpf: add loop test 4 (bsc#1177028).
- commit 142b063
- qtnfmac: fix resource leaks on unsupported iftype error return
  path (git-fixes).
- slimbus: qcom-ngd-ctrl: disable ngd in qmi server down callback
  (git-fixes).
- slimbus: core: do not enter to clock pause mode in core
  (git-fixes).
- slimbus: core: check get_addr before removing laddr ida
  (git-fixes).
- usb: dwc3: pci: Allow Elkhart Lake to utilize DSM method for
  PM functionality (git-fixes).
- usb: dwc2: Fix parameter type in function pointer prototype
  (git-fixes).
- usb: dwc3: gadget: Resume pending requests after CLEAR_STALL
  (git-fixes).
- usb: xhci-mtk: Fix typo (git-fixes).
- staging: rtl8192u: Do not use GFP_KERNEL in atomic context
  (git-fixes).
- commit 40d8c20
- x86/{mce,mm}: Unmap the entire page if the whole page is
  affected and poisoned (bsc#1177765).
- commit d250460
- mwifiex: fix double free (git-fixes).
- iwlwifi: mvm: split a print to avoid a WARNING in ROC
  (git-fixes).
- nl80211: fix non-split wiphy information (git-fixes).
- mwifiex: remove function pointer check (git-fixes).
- mwifiex: Remove unnecessary braces from
  HostCmd_SET_SEQ_NO_BSS_INFO (git-fixes).
- mwifiex: Do not use GFP_KERNEL in atomic context (git-fixes).
- ima: Remove semicolon at the end of
  ima_get_binary_runtime_size() (git-fixes).
- pwm: lpss: Add range limit check for the base_unit register
  value (git-fixes).
- pwm: lpss: Fix off by one error in base_unit math in
  pwm_lpss_prepare() (git-fixes).
- misc: mic: scif: Fix error handling path (git-fixes).
- commit 0a90922
- ima: Don't ignore errors from crypto_shash_update() (git-fixes).
- iio: adc: gyroadc: fix leak of device node iterator (git-fixes).
- iio: adc: stm32-adc: fix runtime autosuspend delay when slow
  polling (git-fixes).
- iio:adc:ti-adc12138 Fix alignment issue with timestamp
  (git-fixes).
- iio:adc:ti-adc0832 Fix alignment issue with timestamp
  (git-fixes).
- iio:light:si1145: Fix timestamp alignment and prevent data leak
  (git-fixes).
- iio:gyro:itg3200: Fix timestamp alignment and prevent data leak
  (git-fixes).
- iio:accel:bma180: Fix use of true when should be iio_shared_by
  enum (git-fixes).
- iio:magn:hmc5843: Fix passing true where iio_shared_by enum
  required (git-fixes).
- iio:dac:ad5592r: Fix use of true for IIO_SHARED_BY_TYPE
  (git-fixes).
- commit 7b8694c
- can: flexcan: remove ack_grp and ack_bit handling from driver
  (git-fixes).
- can: c_can: reg_map_{c,d}_can: mark as __maybe_unused
  (git-fixes).
- can: softing: softing_card_shutdown(): add  braces around
  empty body in an 'if' statement (git-fixes).
- brcmfmac: check ndev pointer (git-fixes).
- HID: hid-input: fix stylus battery reporting (git-fixes).
- HID: wacom: Avoid entering wacom_wac_pen_report for pad /
  battery (git-fixes).
- HID: roccat: add bounds checking in kone_sysfs_write_settings()
  (git-fixes).
- dmaengine: dma-jz4780: Fix race in jz4780_dma_tx_status
  (git-fixes).
- dmaengine: dmatest: Check list for emptiness before access
  its last entry (git-fixes).
- extcon: ptn5150: Fix usage of atomic GPIO with sleeping GPIO
  chips (git-fixes).
- commit f5c71cc
- Bluetooth: hci_uart: Cancel init work before unregistering
  (git-fixes).
- ath6kl: wmi: prevent a shift wrapping bug in
  ath6kl_wmi_delete_pstream_cmd() (git-fixes).
- ath10k: Fix the size used in a 'dma_free_coherent()' call in
  an error handling path (git-fixes).
- ath9k: Fix potential out of bounds in
  ath9k_htc_txcompletion_cb() (git-fixes).
- ath9k_htc: Use appropriate rs_datalen type (git-fixes).
- ath6kl: prevent potential array overflow in ath6kl_add_new_sta()
  (git-fixes).
- ath10k: provide survey info as accumulated data (git-fixes).
- ALSA: hda/hdmi: fix incorrect locking in hdmi_pcm_close
  (git-fixes).
- ASoC: fsl: imx-es8328: add missing put_device() call in
  imx_es8328_probe() (git-fixes).
- ASoC: qcom: lpass-cpu: fix concurrency issue (git-fixes).
- ASoC: qcom: lpass-platform: fix memory leak (git-fixes).
- ASoC: sun50i-codec-analog: Fix duplicate use of ADC enable bits
  (git-fixes).
- ASoC: fsl_sai: Instantiate snd_soc_dai_driver (git-fixes).
- ASoC: tlv320aic32x4: Fix bdiv clock rate derivation (git-fixes).
- ALSA: seq: oss: Avoid mutex lock for a long-time ioctl
  (git-fixes).
- ALSA: mixart: Correct comment wrt obsoleted tasklet usage
  (git-fixes).
- ALSA: bebob: potential info leak in hwdep_read() (git-fixes).
- commit 42377f3
- x86/xen: disable Firmware First mode for correctable memory
  errors (bsc#1176713).
- commit f91015e
- Update kabi files.
- update to resubmitted October 2020 OOB maintenance update submission (commit 29977655832a)
- commit 01071b5
- ovl: check permission to open real file  (bsc#1177470,
  CVE-2020-16120).
- ovl: call secutiry hook in ovl_real_ioctl()  (bsc#1177470,
  CVE-2020-16120).
- ovl: verify permissions in ovl_path_open()  (bsc#1177470,
  CVE-2020-16120).
- ovl: switch to mounter creds in readdir  (bsc#1177470,
  CVE-2020-16120).
- ovl: pass correct flags for opening real directory
  (bsc#1177470, CVE-2020-16120).
- commit 86bcb3f
- mm,hwpoison: Try to narrow window race for free pages
  (bsc#1177686).
- mm,hwpoison: double-check page count in __get_any_page()
  (bsc#1177686).
- mm,hwpoison: introduce MF_MSG_UNSPLIT_THP (bsc#1177686).
- mm,hwpoison: return 0 if the page is already poisoned in
  soft-offline (bsc#1177686).
- mm,hwpoison: refactor soft_offline_huge_page and
  __soft_offline_page (bsc#1177686).
- mm,hwpoison: rework soft offline for in-use pages (bsc#1177686).
- mm,hwpoison: rework soft offline for free pages (bsc#1177686).
- mm,hwpoison: unify THP handling for hard and soft offline
  (bsc#1177686).
- mm,hwpoison: kill put_hwpoison_page (bsc#1177686).
- mm,hwpoison: refactor madvise_inject_error (bsc#1177686).
- mm,hwpoison: unexport get_hwpoison_page and make it static
  (bsc#1177686).
- mm,hwpoison-inject: don't pin for hwpoison_filter (bsc#1177686).
- mm, hwpoison: remove recalculating hpage (bsc#1177686).
- mm,hwpoison: cleanup unused PageHuge() check (bsc#1177686).
- commit c4ae95a
- backlight: sky81452-backlight: Fix refcount imbalance on error
  (git-fixes).
- mfd: sm501: Fix leaks in probe() (git-fixes).
- pinctrl: mcp23s08: Fix mcp23x17 precious range (git-fixes).
- pinctrl: mcp23s08: Fix mcp23x17_regmap initialiser (git-fixes).
- leds: mt6323: move period calculation (git-fixes).
- ipmi_si: Fix wrong return value in try_smi_init() (git-fixes).
- ACPI: button: fix handling lid state changes when input device
  closed (git-fixes).
- ACPI: configfs: Add missing config_item_put() to fix refcount
  leak (git-fixes).
- platform/x86: mlx-platform: Remove PSU EEPROM configuration
  (git-fixes).
- net: wireless: nl80211: fix out-of-bounds access in
  nl80211_del_key() (git-fixes).
- Input: ati_remote2 - add missing newlines when printing module
  parameters (git-fixes).
- commit e531d97
- patches.suse/target-rbd-detect-stripe_unit-SCSI-block-size-misali.patch:
  (bsc#1177090).
- patches.suse/target-rbd-support-COMPARE_AND_WRITE.patch:
  (fate#318836, bsc#1177090).
- patches.suse/target-compare-and-write-backend-driver-sense-handli.patch:
  (bsc#1177719).
- commit 3918814
- xfs: force the log after remapping a synchronous-writes file
  (git-fixes).
- commit 600980e
- series.conf: refresh
- update upstream references and resort:
  patches.suse/scsi-ibmvfc-Avoid-link-down-on-FS9100-canister-reboo.patch
  patches.suse/scsi-ibmvfc-Use-compiler-attribute-defines-instead-o.patch
  patches.suse/scsi-qla2xxx-Add-IOCB-resource-tracking.patch
  patches.suse/scsi-qla2xxx-Add-SLER-and-PI-control-support.patch
  patches.suse/scsi-qla2xxx-Add-rport-fields-in-debugfs.patch
  patches.suse/scsi-qla2xxx-Allow-dev_loss_tmo-setting-for-FC-NVMe-.patch
  patches.suse/scsi-qla2xxx-Correct-the-check-for-sscanf-return-val.patch
  patches.suse/scsi-qla2xxx-Fix-I-O-errors-during-LIP-reset-tests.patch
  patches.suse/scsi-qla2xxx-Fix-I-O-failures-during-remote-port-tog.patch
  patches.suse/scsi-qla2xxx-Fix-MPI-reset-needed-message.patch
  patches.suse/scsi-qla2xxx-Fix-buffer-buffer-credit-extraction-err.patch
  patches.suse/scsi-qla2xxx-Fix-crash-on-session-cleanup-with-unloa.patch
  patches.suse/scsi-qla2xxx-Fix-inconsistent-format-argument-type-i-250bd009.patch
  patches.suse/scsi-qla2xxx-Fix-inconsistent-format-argument-type-i-72e813d9.patch
  patches.suse/scsi-qla2xxx-Fix-inconsistent-format-argument-type-i.patch
  patches.suse/scsi-qla2xxx-Fix-memory-size-truncation.patch
  patches.suse/scsi-qla2xxx-Fix-point-to-point-N2N-device-discovery.patch
  patches.suse/scsi-qla2xxx-Fix-reset-of-MPI-firmware.patch
  patches.suse/scsi-qla2xxx-Fix-the-return-value.patch
  patches.suse/scsi-qla2xxx-Fix-the-size-used-in-a-dma_free_coheren.patch
  patches.suse/scsi-qla2xxx-Fix-wrong-return-value-in-qla_nvme_regi.patch
  patches.suse/scsi-qla2xxx-Fix-wrong-return-value-in-qlt_chk_unres.patch
  patches.suse/scsi-qla2xxx-Honor-status-qualifier-in-FCP_RSP-per-s.patch
  patches.suse/scsi-qla2xxx-Log-calling-function-name-in-qla2x00_ge.patch
  patches.suse/scsi-qla2xxx-Make-tgt_port_database-available-in-ini.patch
  patches.suse/scsi-qla2xxx-Performance-tweak.patch
  patches.suse/scsi-qla2xxx-Reduce-duplicate-code-in-reporting-spee.patch
  patches.suse/scsi-qla2xxx-Remove-pci-dma-compat-wrapper-API.patch
  patches.suse/scsi-qla2xxx-Remove-redundant-variable-initializatio.patch
  patches.suse/scsi-qla2xxx-Remove-superfluous-memset.patch
  patches.suse/scsi-qla2xxx-Remove-unneeded-variable-rval.patch
  patches.suse/scsi-qla2xxx-Setup-debugfs-entries-for-remote-ports.patch
  patches.suse/scsi-qla2xxx-Simplify-return-value-logic-in-qla2x00_.patch
  patches.suse/scsi-qla2xxx-Update-version-to-10.02.00.102-k.patch
  patches.suse/scsi-qla2xxx-Update-version-to-10.02.00.103-k.patch
  patches.suse/scsi-qla2xxx-Warn-if-done-or-free-are-called-on-an-a.patch
  patches.suse/scsi-smartpqi-add-id-support-for-smartraid-3152-8i.patch
  patches.suse/scsi-smartpqi-add-raid-bypass-counter.patch
  patches.suse/scsi-smartpqi-avoid-crashing-kernel-for-controller-issues.patch
  patches.suse/scsi-smartpqi-bump-version-to-1-2-16-010.patch
  patches.suse/scsi-smartpqi-identify-physical-devices-without-issuing-inquiry.patch
  patches.suse/scsi-smartpqi-support-device-deletion-via-sysfs.patch
  patches.suse/scsi-smartpqi-update-logical-volume-size-after-expansion.patch
  No effect on expanded tree.
- commit cd0c079
- series.conf: cleanup
- update upstream references and move into sorted section:
  patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
  patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
- commit a607d96
- x86/unwind/orc: Fix inactive tasks with stack pointer in %sp
  on GCC 10 compiled kernels (bsc#1176907).
- commit 4f3bd2e
- PCI: Add PCI_STD_NUM_BARS for the number of standard BARs (bsc#1152489)
- commit 851c8bb
- kABI workaround for bluetooth l2cap_ops filter addition
  (CVE-2020-12351 bsc#1177724).
- commit 7c053a8
- Bluetooth: L2CAP: Fix calling sk_filter on non-socket based
  channel (CVE-2020-12351 bsc#1177724).
- commit f0ba0e3
- Update the patch reference for bluetooth security fix (CVE-2020-24490 bsc#1177726)
- commit 2a88ef6
- PCI/AER: Add RCEC AER error injection support (jsc#SLE-13736
  jsc#SLE-14845).
- PCI/PME: Add pcie_walk_rcec() to RCEC PME handling
  (jsc#SLE-13736 jsc#SLE-14845).
- PCI/AER: Add pcie_walk_rcec() to RCEC AER handling
  (jsc#SLE-13736 jsc#SLE-14845).
- PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR (jsc#SLE-13736
  jsc#SLE-14845).
- PCI/RCEC: Add pcie_link_rcec() to associate RCiEPs
  (jsc#SLE-13736 jsc#SLE-14845).
- PCI/AER: Apply Function Level Reset to RCiEP on fatal error
  (jsc#SLE-13736 jsc#SLE-14845).
- PCI/ERR: Limit AER resets in pcie_do_recovery() (jsc#SLE-13736
  jsc#SLE-14845).
- PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()
  (jsc#SLE-13736 jsc#SLE-14845).
- PCI/ERR: Avoid negated conditional for clarity (jsc#SLE-13736
  jsc#SLE-14845).
- PCI/ERR: Use "/bridge"/ for clarity in pcie_do_recovery()
  (jsc#SLE-13736 jsc#SLE-14845).
- PCI/ERR: Simplify by computing pci_pcie_type() once
  (jsc#SLE-13736 jsc#SLE-14845).
- PCI/ERR: Simplify by using pci_upstream_bridge() (jsc#SLE-13736
  jsc#SLE-14845).
- PCI/ERR: Rename reset_link() to reset_subordinates()
  (jsc#SLE-13736 jsc#SLE-14845).
- PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
  (jsc#SLE-13736 jsc#SLE-14845).
- PCI/RCEC: Bind RCEC devices to the Root Port driver
  (jsc#SLE-13736 jsc#SLE-14845).
- PCI/RCEC: Add RCEC class code and extended capability
  (jsc#SLE-13736 jsc#SLE-14845).
- commit d935dcb
- Move upstreamed intel-vbtn patch into sorted section
- commit cf1a58d
- Bluetooth: A2MP: Fix not initializing all members
  (CVE-2020-12352 bsc#1177725).
- commit 099cb6b
- bpf: Fix scalar32_min_max_or bounds tracking (bsc#1177028).
- tools/bpftool: Make skeleton code C++17-friendly by dropping
  typeof() (bsc#1177028).
- tools/bpftool: Fix error handing in do_skeleton() (bsc#1177028).
- tools/bpftool: Strip away modifiers from global variables
  (bsc#1177028).
- libbpf: Prevent loading vmlinux BTF twice (bsc#1177028).
- security: Fix hook iteration and default value for
  inode_copy_up_xattr (bsc#1177028).
- libbpf: Support pre-initializing .bss global variables
  (bsc#1177028).
- bpf: cgroup: Allow multi-attach program to replace itself
  (bsc#1177028).
- bpf, cgroup: Return ENOLINK for auto-detached links on update
  (bsc#1177028).
- selftests/bpf: Fix test_align verifier log patterns
  (bsc#1177028).
- selftests/bpf: Install generated test progs (bsc#1177028).
- libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()
  (bsc#1177028).
- selftests/bpf: Ensure test flavors use correct skeletons
  (bsc#1177028).
- bpf: Refactor bpf_link update handling (bsc#1177028).
- selftests/bpf: Convert test_cgroup_attach to prog_tests (bsc#1177028).
  Refresh patches.suse/selftests-bpf-Further-clean-up-Makefile-output.patch
- commit 5fa0d3e
- Refresh
  patches.suse/bonding-Add-helper-function-to-get-the-xmit-slave-in.patch.
  Added missing changes from merge
  commit 76cd622fe2c2b10c1f0a7311ca797feccacc329d (bsc#1177678)
- commit 1950c34
- mm, slub: restore initial kmem_cache flags (mm/slub
  bsc#1165692).
- commit 8972663
- fix patches metadata
- fix Patch-mainline:
  patches.suse/NFS-Don-t-move-layouts-to-plh_return_segs-list-while.patch
  patches.suse/NFS-Don-t-return-layout-segments-that-are-in-use.patch
  patches.suse/NFS-Fix-flexfiles-read-failover.patch
  patches.suse/NFSv4.2-fix-client-s-attribute-cache-management-for-.patch
  patches.suse/SUNRPC-Revert-241b1f419f0e-SUNRPC-Remove-xdr_buf_tri.patch
  patches.suse/nfs-ensure-correct-writeback-errors-are-returned-on-.patch
  patches.suse/nfs-nfs_file_write-should-check-for-writeback-errors.patch
  patches.suse/nfsd4-fix-NULL-dereference-in-nfsd-clients-display-c.patch
  patches.suse/pNFS-flexfiles-Ensure-we-initialise-the-mirror-bsize.patch
  patches.suse/svcrdma-Fix-page-leak-in-svc_rdma_recv_read_chunk.patch
  patches.suse/xprtrdma-fix-incorrect-header-size-calculations.patch
- commit 90be310
- series.conf: cleanup
- rename Other drivers / Intel IOMMU subsection to IOMMU
- whitespace cleanup
- commit 263c1bd
- series.conf: cleanup
- fix Patch-mainline and move to "/almost mainline"/ section:
  patches.suse/qla2xxx-return-ebusy-on-fcport-deletion.patch
- create Storage / NVMe subsection
- move to Storage / NVMe:
  patches.suse/Revert-nvme-allow-64-bit-results-in-passthru-command.patch
  patches.suse/nvme-multipath-retry-commands-for-dying-queues.patch
- drop Storage / bsc#1171688 subsection
  No effect on expanded tree.
- commit 1b55020
- mm, slab/slub: move and improve cache_from_obj() (mm/slub
  bsc#1165692).
  mm, slab/slub: improve error reporting and overhead of
  cache_from_obj() (mm/slub bsc#1165692).
  Squashed to prevent build error after first patch.
- commit ed35ad2
- mm, slub: extend checks guarded by slub_debug static key
  (mm/slub bsc#1165692).
- commit 95cf5cc
- mm, slub: introduce kmem_cache_debug_flags() (mm/slub
  bsc#1165692).
- commit 4f68bb2
- mm, slub: introduce static key for slub_debug() (mm/slub
  bsc#1165692).
- commit 592afaf
- mm, slub: make reclaim_account attribute read-only (mm/slub
  bsc#1165692).
- commit 749a7fc
- mm, slub: make remaining slub_debug related attributes read-only
  (mm/slub bsc#1165692).
- commit 0a2f646
- mm, slub: remove runtime allocation order changes (mm/slub
  bsc#1165692).
- commit d6227f6
- blacklist.conf: a87425a36fb2 mm, memcg: fix build error around the usage of kmem_caches
- commit b5fde68
- btrfs: check the right error variable in
  btrfs_del_dir_entries_in_log (bsc#1177687).
- commit d17c6ed
- btrfs: do not set the full sync flag on the inode during page
  release (bsc#1177687).
- commit 8954d4a
- btrfs: release old extent maps during page release
  (bsc#1177687).
- commit c79f281
- btrfs: fix race between page release and a fast fsync
  (bsc#1177687).
- commit 2893955
- patches.suse/rbd-add-support-for-COMPARE_AND_WRITE-CMPEXT.patch:
  (fate#318836, bsc#1177090).
- patches.suse/libceph-add-support-for-CMPEXT-compare-extent-reques.patch:
  (fate#318836, bsc#1177090).
- patches.suse/rbd-add-rbd_img_fill_cmp_and_write_from_bvecs.patch:
  (bsc#1177090).
- patches.suse/target-rbd-add-WRITE-SAME-support.patch:
  (bsc#1177090).
- patches.suse/target-rbd-fix-unmap-handling-with-unmap_zeroes_data.patch:
  (bsc#1177271).
- patches.suse/target-rbd-fix-unmap-discard-block-size-conversion.patch:
  (bsc#1177271).
- patches.suse/target-rbd-conditionally-fix-off-by-one-bug-in-get_b.patch:
  (bsc#1177109).
- patches.suse/target-rbd-add-emulate_legacy_capacity-dev-attribute.patch:
  (bsc#1177109).
- commit 613f6b5
- btrfs: reduce contention on log trees when logging checksums
  (bsc#1177687).
- commit 449441e
- mm, slub: make some slub_debug related attributes read-only
  (mm/slub bsc#1165692).
- commit 3730c96
- btrfs: remove no longer needed use of log_writers for the log
  root tree (bsc#1177687).
- commit aa9b267
- mm, slub: extend slub_debug syntax for multiple blocks
  (mm/slub bsc#1165692).
- commit db5b44a
- btrfs: stop incremening log_batch for the log root tree when
  syncing log (bsc#1177687).
- commit 0fccfec
- mm: call cond_resched() from deferred_init_memmap() (git fixes
  (mm/init), bsc#1177697).
- commit 30c0b50
- mm: initialize deferred pages with interrupts enabled (git fixes
  (mm/init), bsc#1177697).
- commit ea99f65
- mm/pagealloc.c: call touch_nmi_watchdog() on max order
  boundaries in deferred init (git fixes (mm/init), bsc#1177697).
- commit 3c12134
- btrfs: only commit delayed items at fsync if we are logging
  a directory (bsc#1177687).
- commit 6999ba9
- btrfs: only commit the delayed inode when doing a full fsync
  (bsc#1177687).
- commit 7ac015a
- arm64: Enable PCI write-combine resources under sysfs
  (bsc#1175807).
- commit 97c0c04
- mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()
  (bsc#1177694).
- commit a848eca
- crypto: qat - drop input parameter from adf_enable_aer()
  (jsc#SLE-14454).
- commit cd6d9e4
- config: arm64: enable CONFIG_SENSORS_ACPI_POWER
  References: jsc#SLE-15070
- commit 3beaf0c
- crypto: qat - fix function parameters descriptions
  (jsc#SLE-14454).
- commit fc3fb5b
- crypto: qat - remove unnecessary mutex_init() (jsc#SLE-14454).
- commit 457a2aa
- Update configs for DRM v5.5
- commit 66d3242
- crypto: qat - convert to use DEFINE_SEQ_ATTRIBUTE macro
  (jsc#SLE-14454).
- crypto: qat - use PCI_VDEVICE (jsc#SLE-14454).
- crypto: qat - replace device ids defines (jsc#SLE-14454).
- crypto: qat - add delay before polling mailbox (jsc#SLE-14454).
- PCI: Add Intel QuickAssist device IDs (jsc#SLE-14454).
- include/linux/seq_file.h: introduce DEFINE_SEQ_ATTRIBUTE()
  helper macro (jsc#SLE-14454).
- commit f3991a9
- powerpc/pkeys: Fix build error with PPC_MEM_KEYS disabled
  (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/pkeys: Fix boot failures with Nemo board (A-EON AmigaOne
  X1000) (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/pkey: Disable pkey on POWER6 and before
  (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/pkeys: Remove is_pkey_enabled() (jsc#SLE-16556
  bsc#1078248 FATE#322447).
- powerpc/book3s64/kuap: Move UAMOR setup to key init function
  (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/keys: Print information during boot
  (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of
  pkey_disabled static key (jsc#SLE-16556 bsc#1078248
  FATE#322447).
- powerpc/book3s64/pkeys: Use pkey_execute_disable_supported
  (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/kuep: Add MMU_FTR_KUEP (jsc#SLE-16556
  bsc#1078248 FATE#322447).
- powerpc/book3s64/pkeys: Add MMU_FTR_PKEY (jsc#SLE-16556
  bsc#1078248 FATE#322447).
- powerpc/book3s64/pkeys: Mark all the pkeys above max pkey as
  reserved (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/pkeys: Make initial_allocation_mask static
  (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/pkeys: Convert pkey_total to num_pkey
  (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/pkeys: Simplify pkey disable branch
  (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/pkeys: kill cpu feature key CPU_FTR_PKEY
  (jsc#SLE-16556 bsc#1078248 FATE#322447).
- Refresh patches.suse/powerpc-dt_cpu_ftrs-Add-feature-for-2nd-DAWR.patch.
- Refresh patches.suse/powerpc-watchpoint-Enable-watchpoint-functionality-o.patch.
- powerpc/book3s64/pkeys: Prevent key 1 modification from
  userspace (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/pkeys: Simplify the key initialization
  (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/pkeys: Explain key 1 reservation details
  (jsc#SLE-16556 bsc#1078248 FATE#322447).
- powerpc/book3s64/pkeys: pkeys are supported only on hash on
  book3s (jsc#SLE-16556 bsc#1078248 FATE#322447).
- commit 3ac8bee
- mm: move_pages: return valid node id in status if the page
  is already on the target node (git fixes (mm/move_pages),
  bsc#1177683).
- commit e8cf54d
- mm: move_pages: report the number of non-attempted pages
  (git fixes (mm/move_pages), bsc#1177683).
- commit e140195
- mm/migrate.c: also overwrite error when it is bigger than zero
  (git fixes (mm/move_pages), bsc#1177683).
- commit 32c9cae
- ata: ahci: mvebu: Make SATA PHY optional for Armada 3720
  (git-fixes).
- hwmon: (mlxreg-fan) Fix double "/Mellanox"/ (git-fixes).
- hwmon: (pmbus/max34440) Fix status register reads for
  MAX344{51,60,61} (git-fixes).
- pinctrl: bcm: fix kconfig dependency warning when !GPIOLIB
  (git-fixes).
- spi: omap2-mcspi: Improve performance waiting for CHSTAT
  (git-fixes).
- spi: dw-pci: free previously allocated IRQs if desc->setup()
  fails (git-fixes).
- spi: sprd: Release DMA channel also on probe deferral
  (git-fixes).
- regulator: resolve supply after creating regulator (git-fixes).
- media: usbtv: Fix refcounting mixup (git-fixes).
- media: ti-vpe: Fix a missing check and reference count leak
  (git-fixes).
- media: stm32-dcmi: Fix a reference count leak (git-fixes).
- media: s5p-mfc: Fix a reference count leak (git-fixes).
- media: camss: Fix a reference count leak (git-fixes).
- media: platform: fcp: Fix a reference count leak (git-fixes).
- media: rockchip/rga: Fix a reference count leak (git-fixes).
- media: rcar-vin: Fix a reference count leak (git-fixes).
- media: tc358743: cleanup tc358743_cec_isr (git-fixes).
- media: tc358743: initialize variable (git-fixes).
- media: mx2_emmaprp: Fix memleak in emmaprp_probe (git-fixes).
- media: rcar-csi2: Allocate v4l2_async_subdev dynamically
  (git-fixes).
- media: v4l2-async: Document asd allocation requirements
  (git-fixes).
- media: omap3isp: Fix memleak in isp_probe (git-fixes).
- media: staging/intel-ipu3: css: Correctly reset some memory
  (git-fixes).
- media: uvcvideo: Silence shift-out-of-bounds warning
  (git-fixes).
- media: uvcvideo: Set media controller entity functions
  (git-fixes).
- media: m5mols: Check function pointer in m5mols_sensor_power
  (git-fixes).
- media: ov5640: Correct Bit Div register in clock tree diagram
  (git-fixes).
- media: Revert "/media: exynos4-is: Add missed check for
  pinctrl_lookup_state()"/ (git-fixes).
- media: tuner-simple: fix regression in simple_set_radio_freq
  (git-fixes).
- mmc: sdhci-acpi: AMDI0040: Set SDHCI_QUIRK2_PRESET_VALUE_BROKEN
  (git-fixes).
- mmc: sdhci: Add LTR support for some Intel BYT based controllers
  (git-fixes).
- crypto: bcm - Verify GCM/CCM key length in setkey (git-fixes).
- cypto: mediatek - fix leaks in mtk_desc_ring_alloc (git-fixes).
- crypto: omap-sham - fix digcnt register handling with
  export/import (git-fixes).
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
  (git-fixes).
- crypto: picoxcell - Fix potential race condition bug
  (git-fixes).
- crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()'
  call (git-fixes).
- crypto: mediatek - Fix wrong return value in
  mtk_desc_ring_alloc() (git-fixes).
- crypto: algif_aead - Do not set MAY_BACKLOG on the async path
  (git-fixes).
- crypto: algif_skcipher - EBUSY on aio should be an error
  (git-fixes).
- regulator: axp20x: fix LDO2/4 description (git-fixes).
- spi: stm32: Rate-limit the 'Communication suspended' message
  (git-fixes).
- media: rc: do not access device via sysfs after
  rc_unregister_device() (git-fixes).
- media: rc: uevent sysfs file races with rc_unregister_device()
  (git-fixes).
- commit ac3a9ee
- mm, compaction: make capture control handling safe wrt
  interrupts (git fixes (mm/compaction), bsc#1177681).
- commit c13fd55
- mm, compaction: fully assume capture is not NULL in
  compact_zone_order() (git fixes (mm/compaction), bsc#1177681).
- commit 5fcf485
- Update
  patches.suse/target-add-rbd-backend.patch: (fate#318836).
  (simplify block to byte calculations and use consistent error paths)
- commit f576f9b
- blacklist.conf: POSIX timers fixup
- commit bc6b00f
- mm/debug.c: always print flags in dump_page() (git fixes
  (mm/debug)).
- commit 5fed0d2
- security: Fix hook iteration for secid_to_secctx (bsc#1177028).
- security: Fix the default value of secid_to_secctx hook
  (bsc#1177028).
- security: Fix the default value of fs_context_parse_param hook
  (bsc#1177028).
- bpf, lsm: Make BPF_LSM depend on BPF_EVENTS (bsc#1177028).
- bpf, net: Fix build issue when net ns not configured
  (bsc#1177028).
- bpf_helpers_doc.py: Fix warning when compiling bpftool
  (bsc#1177028).
- bpf: Fix trampoline generation for fmod_ret programs
  (bsc#1177028).
- libbpf: Fix handling of optional field_name in
  btf_dump__emit_type_decl (bsc#1177028).
- selftests/bpf: Don't check for btf fd in test_btf (bsc#1177028).
- libbpf: Fix error handling bug in btf_dump__new (bsc#1177028).
- selftests/bpf: Conform selftests/bpf Makefile output to libbpf
  and bpftool (bsc#1177028).
- selftests/bpf: Further clean up Makefile output (bsc#1177028).
- selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests
  dir (bsc#1177028).
- libbpf: Make bpf_map order and indices stable (bsc#1177028).
- bpftool: Make skeleton C code compilable with C++ compiler
  (bsc#1177028).
- libbpf: Fix another __u64 printf warning (bsc#1177028).
- selftests/bpf: More succinct Makefile output (bsc#1177028).
- libbpf: Add zlib as a dependency in pkg-config template
  (bsc#1177028).
- samples/bpf: Add missing -lz to TPROGS_LDLIBS (bsc#1177028).
- irq_work: Fix IRQ_WORK_BUSY bit clearing (bsc#1177028).
- perf/core: Fix !CONFIG_PERF_EVENTS build warnings and failures
  (bsc#1177028).
- samples/bpf: Base target programs rules on Makefile.target (bsc#1177028).
  Refresh patches.suse/samples-bpf-Add-XDP_SHARED_UMEM-support-to-xdpsock.patch
- samples/bpf: Drop unnecessarily inclusion for bpf_load
  (bsc#1177028).
- samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm
  (bsc#1177028).
- selftests/bpf: test_progs: Don't leak server_fd in
  test_sockopt_inherit (bsc#1177028).
- commit 3ae141b
- blacklist.conf: Add a few of SP3 only fixes.
  f1565c24b596 powerpc: use the generic dma_ops_bypass mode
  d02f6b7dab82 powerpc/uaccess: Evaluate macro arguments once, before user
  access is allowed
  c44dc6323cd4 powerpc/64s/kuap: Restore AMR in fast_interrupt_return
- commit 862373b
- powerpc/dma: Fix dma_map_ops::get_required_mask (bsc#1065729).
- commit 0cddc1e
- RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE request
  (bsc#1175621).
- commit 45b1b9d
- pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly
  on read (git-fixes).
- commit 80d81a4
- x86/mm: unencrypted non-blocking DMA allocations use coherent pools (bsc#1175898, ECO-2743).
- Update config files.
- commit 3ded3cd
- dma-pool: Fix an uninitialized variable bug in atomic_pool_expand() (bsc#1175898, ECO-2743).
- commit c3028f9
- scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocations (bsc#1175898, ECO-2743).
- commit 4e5bc96
- dma-pool: Only allocate from CMA when in same memory zone (bsc#1175898, ECO-2743).
- commit 13beda8
- dma-pool: fix coherent pool allocations for IOMMU mappings (bsc#1175898, ECO-2743).
- commit 0786759
- supported.conf: Unsupport drm_mipi_dpi
- commit 2cb62d5
- dma-pool: do not allocate pool memory from CMA (bsc#1175898, ECO-2743).
- commit 52c7389
- dma-pool: make sure atomic pool suits device (bsc#1175898, ECO-2743).
- commit 2d3cf4a
- dma-pool: introduce dma_guess_pool() (bsc#1175898, ECO-2743).
- commit 077f93b
- dma-pool: get rid of dma_in_atomic_pool() (bsc#1175898, ECO-2743).
- commit ed85a15
- dma-direct: provide function to check physical memory area validity (bsc#1175898, ECO-2743).
- commit 69658a0
- dma-mapping: warn when coherent pool is depleted (bsc#1175898, ECO-2743).
- commit b21257b
- dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATOR (bsc#1175898, ECO-2743).
- commit 0d0760a
- dma-direct: add missing set_memory_decrypted() for coherent mapping (bsc#1175898, ECO-2743).
- commit 15a3e46
- dma-direct: check return value when encrypting or decrypting memory (bsc#1175898, ECO-2743).
- commit 7c6f515
- dma-direct: re-encrypt memory if dma_direct_alloc_pages() fails (bsc#1175898, ECO-2743).
- commit 671af96
- dma-direct: always align allocation size in dma_direct_alloc_pages() (bsc#1175898, ECO-2743).
- commit 9262343
- dma-pool: decouple DMA_REMAP from DMA_COHERENT_POOL (bsc#1175898, ECO-2743).
- refresh config files (reorder only)
- commit 6f0618d
- dma-pool: fix too large DMA pools on medium memory size systems (bsc#1175898, ECO-2743).
- commit ad5deb3
- dma-pool: scale the default DMA coherent pool size with memory capacity (bsc#1175898, ECO-2743).
- commit 3ad55af
- dma-pool: add pool sizes to debugfs (bsc#1175898, ECO-2743).
- commit 5711a8a
- dma-direct: atomic allocations must come from atomic coherent pools (bsc#1175898, ECO-2743).
- commit 4155def
- dma-pool: dynamically expanding atomic pools (bsc#1175898, ECO-2743).
- commit 2ab8c98
- dma-pool: add additional coherent pools to map to gfp mask (bsc#1175898, ECO-2743).
- commit 9e21a34
- dma-remap: separate DMA atomic pools from direct remap code (bsc#1175898, ECO-2743).
- Update config files.
- commit 4b9b447
- dma-direct: make uncached_kernel_address more general (bsc#1175898, ECO-2743).
- commit ca630f5
- dma-direct: consolidate the error handling in dma_direct_alloc_pages (bsc#1175898, ECO-2743).
- commit 2102fd9
- dma-mapping: merge the generic remapping helpers into dma-direct (bsc#1175898, ECO-2743).
- commit e15d818
- dma-direct: provide mmap and get_sgtable method overrides (bsc#1175898, ECO-2743).
- Update config files.
- Refresh
  patches.suse/dma-direct-relax-addressability-checks-in-dma_direct_supported.patch.
- commit 4e7185d
- dma-direct: remove the dma_handle argument to __dma_direct_alloc_pages (bsc#1175898, ECO-2743).
- commit d6d3450
- dma-direct: remove __dma_direct_free_pages (bsc#1175898, ECO-2743).
- commit bdd6897
- dma-mapping: always use VM_DMA_COHERENT for generic DMA remap (bsc#1175898, ECO-2743).
- commit a8aa6f1
- Documentation/dax: Update DAX enablement for ext4
  (jsc#SLE-12982).
- commit fa8d7fc
- dma-mapping: add a dma_can_mmap helper (bsc#1175898, ECO-2743).
- commit 36bbe32
- fs/ext4: Introduce DAX inode flag (jsc#SLE-12982).
- commit c533fc3
- fs/ext4: Remove jflag variable (jsc#SLE-12982).
- commit fedd6ee
- fs/ext4: Make DAX mount option a tri-state (jsc#SLE-12982).
  Refresh patches.suse/ext4-dont-warn-when-enabling-DAX.patch
- commit 6f1c66f
- dma-mapping: make dma_atomic_pool_init self-contained (bsc#1175898, ECO-2743).
- commit fc7b6a3
- fs/ext4: Only change S_DAX on inode load (jsc#SLE-12982).
- commit 57cbd22
- fs/ext4: Update ext4_should_use_dax() (jsc#SLE-12982).
- commit 1e655fd
- fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
  (jsc#SLE-12982).
- commit 40e04bd
- dma-mapping: remove arch_dma_mmap_pgprot (bsc#1175898, ECO-2743).
- refresh configs (drop ARCH_HAS_DMA_MMAP_PGPROT)
- commit 237c20c
- fs/ext4: Narrow scope of DAX check in setflags (jsc#SLE-12982).
- commit 0d5515b
- Add the support for kernel-FLAVOR-optional subpackage (jsc#SLE-11796)
  This change allows to create kernel-*-optional subpackage containing
  the modules that are not shipped on SLE but only on Leap.  Those
  modules are marked in the new "/-!optional"/ marker in supported.conf.
  Flip split_optional definition in kernel-binaries.spec.in for the
  branch that needs the splitting.
- commit 1fa25f8
- fs: Introduce DCACHE_DONTCACHE (jsc#SLE-13451).
- commit c480aea
- fs: Lift XFS_IDONTCACHE to the VFS layer (jsc#SLE-13451).
- commit 49cffd4
- Documentation/dax: Update Usage section (jsc#SLE-13451).
- commit 8979f5d
- fs/stat: Define DAX statx attribute (jsc#SLE-13451).
- commit d100666
- fs: Remove unneeded IS_DAX() check in io_is_direct()
  (jsc#SLE-13451).
- commit 6426840
- supported.conf: Rename tinydrm/ to tiny/
  The DRM subdirectory tinydrm/ got renamed to tiny/ in v5.4. Update
  supported.conf accordingly.
- commit a7da6c5
- fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()
  (jsc#SLE-13451).
- commit 39d81b8
- fs/xfs: Combine xfs_diflags_to_linux() and
  xfs_diflags_to_iflags() (jsc#SLE-13451).
- commit 9e9b24a
- fs/xfs: Create function xfs_inode_should_enable_dax()
  (jsc#SLE-13451).
- commit 1b91811
- blacklist.conf: Append 'driver core: platform: use the correct callback type for bus_find_device'
- commit f0888d5
- blacklist.conf: Append 'spi: pxa2xx: Set controller->max_transfer_size in dma mode'
- commit cacd01e
- blacklist.conf: Append 'ARM: imx_v6_v7_defconfig: Enable CONFIG_DRM_MSM'
- commit 9c597d2
- blacklist.conf: Append 'docs/driver-api: Catch up with dma_buf file-name changes'
- commit 69a739c
- blacklist.conf: Append 'dma-buf/resv: fix exclusive fence get'
- commit 6a3c464
- blacklist.conf: Append 'drm/shmem: Use mutex_trylock in drm_gem_shmem_purge'
- commit 359ef77
- fs/xfs: Make DAX mount option a tri-state (jsc#SLE-13451).
- commit 82735fe
- fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
  (jsc#SLE-13451).
  Refresh patches.suse/xfs-remove-experimental-tag-for-dax-support.patch
- commit dbe2196
- fs/xfs: Remove unnecessary initialization of i_rwsem
  (jsc#SLE-13451).
- commit 2988e92
- blacklist.conf: Temporarily add graphics modules
- commit da306df
- Delete
  patches.suse/sched-fair-update_pick_idlest-Select-group-with-lowest-group_util-when-idle_cpus-are-equal.patch.
  Bisections indicated that this may be problematic in some cases even
  though it benefits in others. This is being temporarily reverted
  until it can be addressed upstream.
- commit 759de68
- iommu/vt-d: Correctly calculate agaw in domain_init() (bsc#1176400).
- commit 6cf371a
- crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY
  (jsc#SLE-14454).
- commit be284fd
- kabi/severities: ignore kABI for target_core_rbd
  Match behaviour for all other Ceph specific modules.
- commit 1b6ac49
- ima: extend boot_aggregate with kernel measurements
  (bsc#1177617).
- commit c4cca48
- crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
  (jsc#SLE-14454).
  (partial backport)
- commit 77c8b6b
- virtio-net: don't disable guest csum when disable LRO
  (git-fixes).
- commit 45b7a4d
- irqchip/gic-v4.1: Use GFP_ATOMIC flag in allocate_vpe_l1_table()
  (jsc#SLE-14773).
- commit c4351ca
- irqchip/gic-v4.1: Ensure accessing the correct RD when writing
  INVALLR (jsc#SLE-14773).
- commit 5c612b1
- kabi fix for NFS: Fix flexfiles read failover (git-fixes).
- commit 4923518
- NFSv4.2: fix client's attribute cache management for
  copy_file_range (git-fixes).
- NFS: Fix flexfiles read failover (git-fixes).
- NFS: Don't return layout segments that are in use (git-fixes).
- NFS: Don't move layouts to plh_return_segs list while in use
  (git-fixes).
- nfs: nfs_file_write() should check for writeback errors
  (git-fixes).
- nfs: ensure correct writeback errors are returned on close()
  (git-fixes).
- svcrdma: Fix page leak in svc_rdma_recv_read_chunk()
  (git-fixes).
- nfsd4: fix NULL dereference in nfsd/clients display code
  (git-fixes).
- xprtrdma: fix incorrect header size calculations (git-fixes).
- SUNRPC: Revert 241b1f419f0e ("/SUNRPC: Remove xdr_buf_trim()"/)
  (git-fixes).
- commit 5c55a8f
- i2c: owl: Clear NACK and BUS error bits (git-fixes).
- i2c: meson: fixup rate calculation with filter delay
  (git-fixes).
- i2c: meson: fix clock setting overwrite (git-fixes).
- mmc: core: don't set limits.discard_granularity as 0
  (git-fixes).
- macsec: avoid use-after-free in macsec_handle_frame()
  (git-fixes).
- r8169: fix data corruption issue on RTL8402 (bsc#1174098).
- i2c: cpm: Fix i2c_ram structure (git-fixes).
- commit c1d4f9c
- blacklist.conf: Append 'Revert "/drm/amdgpu: dont schedule jobs while in reset"/'
- commit 9f383fe
- r8169: fix data corruption issue on RTL8402 (bsc#1174098).
- commit 71e95cd
- r8169: consider that PHY reset may still be in progress after
  applying firmware (git-fixes).
- net: phy: introduce phy_read_poll_timeout macro (git-fixes).
- commit f94052b
- hv_balloon partial request debug (bsc#1151927).
- commit 446a75f
- blacklist.conf: Append 'drm/i915: Preload LUTs if the hw isn't currently using them'
- commit 7e3b6fe
- blacklist.conf: Append 'drm/i915: Don't oops in dumb_create ioctl if we have no crtcs'
- commit 0dbe0fa
- blacklist.conf: Append 'drm/amd/display: Change Navi14's DWB flag to 1'
- commit bc1ff93
- blacklist.conf: Append 'drm/amdgpu: Iterate through DRM connectors correctly'
- commit d6b3d39
- blacklist.conf: Append 'drm/panfrost: Remove NULL check for regulator'
- commit bdb5def
- blacklist.conf: Append 'drm/amdgpu: don't increment vram lost if we are in hibernation'
- commit 7ff3ef6
- blacklist.conf: Append 'drm/amd/display: Add missing HBM support and raise Vega20's uclk.'
- commit e08b9dc
- net: fix fraglist segmentation reference count leak
  (bsc#1176447).
- commit 40053c9
- powerpc/hv-gpci: Add sysfs files inside hv-gpci device to show
  cpumask (bsc#1177075 ltc#186099 jsc#SLE-13661).
- powerpc/perf/hv-gpci: Add cpu hotplug support (bsc#1177075
  ltc#186099 jsc#SLE-13661).
- Documentation/ABI: Add ABI documentation for hv-gpci format
  (bsc#1177075 ltc#186099 jsc#SLE-13661).
- Documentation/ABI: Add ABI documentation for hv-24x7 format
  (bsc#1177075 ltc#186099 jsc#SLE-13661).
- powerpc/perf/hv-gpci: Fix starting index value (bsc#1177075
  ltc#186099 jsc#SLE-13661).
- commit 6f9dd6c
- media: tegra-cec: use cec_notifier_cec_adap_(un)register (bsc#1152489)
- commit bf754d1
- media: stih-cec: use cec_notifier_cec_adap_(un)register (bsc#1152489)
- commit 1b3ad10
- media: seco-cec: use cec_notifier_cec_adap_(un)register (bsc#1152489)
- commit 4d34454
- media: s5p-cec: use cec_notifier_cec_adap_(un)register (bsc#1152489)
- commit 6f6da87
- media: meson/ao-cec: use cec_notifier_cec_adap_(un)register (bsc#1152489)
- commit e256510
- powerpc/security: Fix link stack flush instruction (bsc#1177547
  ltc#188629 jsc#SLE-14727).
- powerpc/pseries: add new branch prediction security bits for
  link stack (bsc#1177547 ltc#188629 jsc#SLE-14727).
- commit 4d475cb
- media: cros-ec-cec: use cec_notifier_cec_adap_(un)register (bsc#1152489)
- commit 11ef351
- net: core: document two new elements of struct net_device
  (bsc#1176447).
- netdevice.h: fix xdp_state kernel-doc warning (bsc#1176447).
- netdevice.h: fix proto_down_reason kernel-doc warning
  (bsc#1176447).
- rtnetlink: add support for protodown reason (bsc#1176447).
- net: netdevice.h: add a description for napi_defer_hard_irqs
  (bsc#1176447).
- net: add a new ndo_tunnel_ioctl method (bsc#1176447).
- net: napi: add hard irqs deferral feature (bsc#1176447).
- netdevice: Replace zero-length array with flexible-array member
  (bsc#1176447).
- netdevice.h: fix all kernel-doc and Sphinx warnings
  (bsc#1176447).
- net: Support GRO/GSO fraglist chaining (bsc#1176447).
- net: remove the check argument from __skb_gro_checksum_convert
  (bsc#1176447).
- commit b41d430
- blacklist.conf: Append 'dma-buf/resv: fix exclusive fence get'
- commit 6040948
- qla2xxx: Return EBUSY on fcport deletion (bsc#1171688).
- commit a63944e
- net/mlx5e: Fix race condition on nhe->n pointer in neigh update
  (jsc#SLE-15172).
- net/mlx5e: Fix VLAN create flow (jsc#SLE-15172).
- net/mlx5e: Fix VLAN cleanup flow (jsc#SLE-15172).
- net/mlx5e: Fix return status when setting unsupported FEC mode
  (jsc#SLE-15172).
- net/mlx5e: Fix driver's declaration to support GRE offload
  (jsc#SLE-15172).
- net/mlx5e: CT, Fix coverity issue (jsc#SLE-15172).
- net/mlx5e: Add resiliency in Striding RQ mode for packets
  larger than MTU (jsc#SLE-15172).
- net/mlx5e: Fix error path for RQ alloc (jsc#SLE-15172).
- net/mlx5: Fix request_irqs error flow (jsc#SLE-15172).
- net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not
  accessible (jsc#SLE-15172).
- net/mlx5: Add retry mechanism to the command entry index
  allocation (jsc#SLE-15172).
- net/mlx5: poll cmd EQ in case of command timeout
  (jsc#SLE-15172).
- net/mlx5: Avoid possible free of command entry while timeout
  comp handler (jsc#SLE-15172).
- net/mlx5: Fix a race when moving command interface to polling
  mode (jsc#SLE-15172).
- ice: preserve NVM capabilities in safe mode (jsc#SLE-12878).
- ice: increase maximum wait time for flash write commands
  (jsc#SLE-12878).
- ethtool: mark netlink family as __ro_after_init (bsc#1176447).
- net: core: add nested_level variable in net_device
  (bsc#1176447).
- net: core: introduce struct netdev_nested_priv for nested
  interface infrastructure (bsc#1176447).
- net: core: add __netdev_upper_dev_unlink() (bsc#1176447).
- espintcp: restore IP CB before handing the packet to xfrm
  (bsc#1176447).
- mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error
  path (bsc#1176774).
- ice: fix memory leak in ice_vsi_setup (jsc#SLE-12878).
- ice: fix memory leak if register_netdev_fails (jsc#SLE-12878).
- ice: Fix call trace on suspend (jsc#SLE-12878).
- iavf: Fix incorrect adapter get in iavf_resume (jsc#SLE-12877).
- net/ethernet/broadcom: fix spelling typo (jsc#SLE-13628).
- net: Fix bridge enslavement failure (bsc#1176447).
- net: explain the lockdep annotations for dev_uc_unsync()
  (bsc#1176447).
- commit 678a223
- blacklist.conf: Append 'drm/i915: Don't mix srcu tag and negative error codes'
- commit 8cbeeb2
- scsi: qla2xxx: Fix inconsistent format argument type in
  qla_dbg.c (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Fix inconsistent format argument type in qla_os.c
  (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Fix inconsistent format argument type in
  tcm_qla2xxx.c (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Update version to 10.02.00.103-k (bsc#1171688
  bsc#1174003).
- scsi: qla2xxx: Fix point-to-point (N2N) device discovery issue
  (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Fix crash on session cleanup with unload
  (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Fix reset of MPI firmware (bsc#1171688
  bsc#1174003).
- scsi: qla2xxx: Fix MPI reset needed message (bsc#1171688
  bsc#1174003).
- scsi: qla2xxx: Fix buffer-buffer credit extraction error
  (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Correct the check for sscanf() return value
  (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Update version to 10.02.00.102-k (bsc#1171688
  bsc#1174003).
- scsi: qla2xxx: Add SLER and PI control support (bsc#1171688
  bsc#1174003).
- scsi: qla2xxx: Add IOCB resource tracking (bsc#1171688
  bsc#1174003).
- scsi: qla2xxx: Add rport fields in debugfs (bsc#1171688
  bsc#1174003).
- scsi: qla2xxx: Make tgt_port_database available in initiator
  mode (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Fix I/O errors during LIP reset tests
  (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Performance tweak (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Fix memory size truncation (bsc#1171688
  bsc#1174003).
- scsi: qla2xxx: Reduce duplicate code in reporting speed
  (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Honor status qualifier in FCP_RSP per spec
  (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Allow dev_loss_tmo setting for FC-NVMe devices
  (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Setup debugfs entries for remote ports
  (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Fix I/O failures during remote port toggle
  testing (bsc#1171688 bsc#1174003).
- scsi: qla2xxx: Remove unneeded variable 'rval' (bsc#1171688
  bsc#1174003).
- commit 4dbce29
- clocksource/drivers/hyper-v: Reserve PAGE_SIZE space for tsc
  page (jsc#sle-12891).
- commit af793d1
- clocksource/drivers/hyper-v: Suspend/resume Hyper-V clocksource
  for hibernation (jsc#sle-12891).
- commit 743a304
- Update
  patches.suse/nfs-Fix-getxattr-kernel-panic-and-memory-overflow.patch
  (bsc#1176381 CVE-2020-25212).
- Update
  patches.suse/nfs-Fix-security-label-length-not-being-reset.patch
  (bsc#1176381 CVE-2020-25212).
  Fix CVE number
- commit 73b5ecf
- drm/msm/mdp5: Remove direct access of dev->iommu_fwspec (bsc#1152489)
- commit 550e331
- media: uapi: Add MEDIA_BUS_FMT_RGB888_3X8 media bus format (bsc#1152472)
- commit cebeafb
- blacklist.conf: Append 'drm/i915/gvt: Update force-to-nonpriv register whitelist'
- commit c69979d
- blacklist.conf: Append 'Revert "/drm/amd/display: enable S/G for RAVEN chip"/'
- commit 6347407
- blacklist.conf: Append 'drm/amdgpu: disable gfxoff on original raven'
- commit 7b4877a
- blacklist.conf: Append 'drm/amdgpu: remove experimental flag for Navi14'
- commit 4548797
- blacklist.conf: Append 'drm/amdgpu: disable gfxoff when using register read interface'
- commit e5610da
- blacklist.conf: Append 'drm/amd/powerplay: correct fine grained dpm force level setting'
- commit 9313154
- blacklist.conf: Append 'drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICs'
- commit f775cd1
- blacklist.conf: Append 'drm/i915/fbdev: Restore physical addresses for fb_mmap()'
- commit cdaed7d
- blacklist.conf: Append 'drm/i915/userptr: Try to acquire the page lock around set_page_dirty()'
- commit 9d6c6d6
- blacklist.conf: Append 'drm/i915/pmu: "/Frequency"/ is reported as accumulated cycles'
- commit 50d9de0
- blacklist.conf: Append 'drm/radeon: fix si_enable_smc_cac() failed issue'
- commit 5ac7aa0
- blacklist.conf: Append 'drm/amdgpu/renoir: move gfxoff handling into gfx9 module'
- commit ff0d917
- blacklist.conf: Append 'drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9'
- commit 0045124
- blacklist.conf: Append 'drm/amdgpu: add dummy read by engines for some GCVM status registers in gfx10'
- commit 86f351e
- blacklist.conf: Append 'drm/amdgpu: register gpu instance before fan boost feature enablment'
- commit ad6f462
- blacklist.conf: Append 'drm/amd/swSMU: fix smu workload bit map error'
- commit 5048b87
- blacklist.conf: Append 'Revert "/drm/amd/display: setting the DIG_MODE to the correct value."/'
- commit 4ee3514
- blacklist.conf: Append 'drm/amd/display: Add ENGINE_ID_DIGD condition check for Navi14'
- commit 29e309f
- blacklist.conf: Append 'drm/amdgpu: add navi14 PCI ID'
- commit b593e66
- blacklist.conf: Append 'drm/amdgpu: dont schedule jobs while in reset'
- commit 4a11201
- blacklist.conf: Append 'drm/amdgpu/arcturus: properly set BANK_SELECT and FRAGMENT_SIZE'
- commit edbb53e
- blacklist.conf: Append 'drm/amd/display: remove redundant null pointer check before kfree'
- commit ea08bb1
- blacklist.conf: Append 'drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZE'
- commit eefce5b
- blacklist.conf: Append 'drm/radeon: Fix EEH during kexec'
- commit 80ce726
- blacklist.conf: Append 'drm/amdgpu/powerplay/vega10: allow undervolting in p7'
- commit 1fb7dab
- blacklist.conf: Append 'dc.c:use kzalloc without test'
- commit 14a30ec
- blacklist.conf: Append 'drm/amdgpu: If amdgpu_ib_schedule fails return back the error.'
- commit 3861d8d
- blacklist.conf: Append 'drm/sched: Set error to s_fence if HW job submission failed.'
- commit b8ced50
- blacklist.conf: Append 'drm/amdgpu/gfx10: update gfx golden settings for navi12'
- commit 8fb1881
- blacklist.conf: Append 'drm/amdgpu/sdma5: do not execute 0-sized IBs (v2)'
- commit 3a7155a
- blacklist.conf: Append 'drm/amdgpu: Fix SDMA hang when performing VKexample test'
- commit 5f9dc9c
- blacklist.conf: Append 'drm/amd/display: do not synchronize "/drr"/ displays'
- commit 394dc73
- blacklist.conf: Append 'drm/amd/display: Passive DP->HDMI dongle detection fix'
- commit e9c6b03
- blacklist.conf: Append 'drm/amd/display: Allow inverted gamma'
- commit d99e82a
- blacklist.conf: Append 'drm/amd/display: add 50us buffer as WA for pstate switch in active'
- commit 00fd40a
- blacklist.conf: Append 'drm/amd/display: setting the DIG_MODE to the correct value.'
- commit 5ba51cc
- blacklist.conf: Append 'drm/i915/dp: Do not switch aux to TBT mode for non-TC ports'
- commit 49b9597
- blacklist.conf: Append 'drm/i915: Avoid HPD poll detect triggering a new detect cycle'
- commit 9e5df92
- blacklist.conf: Append 'drm/i915: Fix PCH reference clock for FDI on HSW/BDW'
- commit 69a1e24
- blacklist.conf: Append 'drm/i915/tgl: Fix doc not corresponding to code'
- commit 534ee08
- blacklist.conf: Append 'drm/panfrost: Handle resetting on timeout better'
- commit d2fc4bc
- blacklist.conf: Append 'drm/amdgpu/vce: fix allocation size in enc ring test'
- commit df355e3
- blacklist.conf: Append 'drm/amdgpu/vcn: fix allocation size in enc ring test'
- commit 553f47f
- blacklist.conf: Append 'drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)'
- commit 16ee5e8
- blacklist.conf: Append 'drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)'
- commit f76fd50
- blacklist.conf: Append 'Revert "/drm/radeon: Fix EEH during kexec"/'
- commit a921741
- blacklist.conf: Append 'drm/amdgpu: user pages array memory leak fix'
- commit 4886acf
- blacklist.conf: Append 'drm/amdgpu: fix potential VM faults'
- commit 50a4a78
- blacklist.conf: Append 'drm/amdgpu: fix error handling in amdgpu_bo_list_create'
- commit 43f1a1c
- blacklist.conf: Append 'drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1'
- commit 6b66d2a
- blacklist.conf: Append 'drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for pipe sync'
- commit dfb196e
- blacklist.conf: Append 'drm/amdgpu/powerplay: fix typo in mvdd table setup'
- commit 77d474c
- blacklist.conf: Append 'drm/amdgpu: fix memory leak'
- commit dcad0f4
- blacklist.conf: Append 'drm/amd/display: Make some functions static'
- commit 35f0d31
- blacklist.conf: Append 'drm/amdgpu: display_mode_vba_21: remove uint typedef'
- commit 89e1906
- blacklist.conf: Append 'drm/amdgpu: hide another #warning'
- commit fa50b3b
- blacklist.conf: Append 'drm/amdgpu: make pmu support optional, again'
- commit 05c1d87
- blacklist.conf: Append 'drm/amdgpu: fix multiple memory leaks in acp_hw_init'
- commit b3f9959
- blacklist.conf: Append 'drm/amdgpu: return tcc_disabled_mask to userspace'
- commit 2238747
- blacklist.conf: Append 'Revert "/drm/amdgpu: disable stutter mode for renoir"/'
- commit 1e81647
- blacklist.conf: Append 'drm/amd/powerplay: add sensor lock support for smu'
- commit 528afc1
- blacklist.conf: Append 'drm/amd/powerplay: change metrics update period from 1ms to 100ms'
- commit 80f49ac
- blacklist.conf: Append 'drm/amd/display: prevent memory leak'
- commit d9fc8b4
- blacklist.conf: Append 'drm/amdgpu/display: include slab.h in dcn21_resource.c'
- commit dd46f22
- blacklist.conf: Append 'drm/amdgpu/display: fix 64 bit divide'
- commit dbb5949
- blacklist.conf: Append 'drm/amdgpu/gfx10: add support for wks firmware loading'
- commit e1efda1
- blacklist.conf: Append 'drm/amd/display: hide an unused variable'
- commit d612a95
- blacklist.conf: Append 'drm/amdgpu: flag navi12 and 14 as experimental for 5.4'
- commit 30ab7bf
- blacklist.conf: Append 'drm/amd/display: Restore backlight brightness after system resume'
- commit a5fa75b
- blacklist.conf: Append 'drm/amdgpu: add navi12 pci id'
- commit 37c8583
- blacklist.conf: Append 'drm/amdgpu: revert "/disable bulk moves for now"/'
- commit e2db581
- blacklist.conf: Append 'drm/amdgpu: remove program of lbpw for renoir'
- commit 0ae708f
- blacklist.conf: Append 'drm/amdkfd: Swap trap temporary registers in gfx10 trap handler'
- commit 2d60b46
- blacklist.conf: Append 'drm/amdgpu: Check for valid number of registers to read'
- commit 96939be
- blacklist.conf: Append 'drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed'
- commit 000f484
- blacklist.conf: Append 'drm/amd/amdgpu: power up sdma engine when S3 resume back'
- commit c156abd
- blacklist.conf: Append 'drm/amdgpu: Fix KFD-related kernel oops on Hawaii'
- commit 3ce469d
- blacklist.conf: Append 'drm/amd/display: Implement voltage limitation for dali'
- commit b0728ef
- blacklist.conf: Append 'drm/amd/display: add Asic ID for Dali'
- commit 2ab7f3c
- blacklist.conf: Append 'drm/amd/powerplay: update smu11_driver_if_arcturus.h'
- commit b9f9bab
- blacklist.conf: Append 'drm/amdgpu: add navi14 PCI ID for work station SKU'
- commit e7a3ce3
- blacklist.conf: Append 'drm/amdgpu: fix null pointer deref in firmware header printing'
- commit 27e63b7
- blacklist.conf: Append 'drm/amd/display: dce11.x /dce12 update formula input'
- commit 9d18fa0
- blacklist.conf: Append 'drm/amdgpu: Remove clock gating restore.'
- commit 0c77c8a
- blacklist.conf: Append 'drm/amdgpu: Add smu lock around in pp_smu_i2c_bus_access'
- commit 461b979
- blacklist.conf: Append 'drm/amd/display: Add stereo mux and dig programming calls for dcn21'
- commit b1c3b1d
- blacklist.conf: Append 'drm/amdgpu: disable stutter mode for renoir'
- commit 52f6c5c
- blacklist.conf: Append 'drm/amd/display: update renoir_ip_offset.h'
- commit c289c0c
- blacklist.conf: Append 'drm/amd/powerplay: implement sysfs for getting dpm clock'
- commit 55732a0
- blacklist.conf: Append 'drm/tiny: Kconfig: Remove always-y THERMAL dep. from TINYDRM_REPAPER'
- commit 3415799
- blacklist.conf: Append 'drm/ingenic: Hardcode panel type to DPI'
- commit 52310ed
- blacklist.conf: Append 'drm/panfrost: Use mutex_trylock in panfrost_gem_purge'
- commit 08a0317
- blacklist.conf: Append 'drm/shmem: Use mutex_trylock in drm_gem_shmem_purge'
- commit 585d1af
- blacklist.conf: Append 'drm/shmem: Do dma_unmap_sg before purging pages'
- commit 8269596
- blacklist.conf: Append 'drm/panfrost: Fix possible suspend in panfrost_remove'
- commit da2e7d8
- blacklist.conf: Append 'drm/panfrost: Add missing check for pfdev->regulator'
- commit 7ebe667
- blacklist.conf: Append 'drm/i915: Favor last VBT child device with conflicting AUX ch/DDC pin'
- commit 8253496
- blacklist.conf: Append 'drm/i915/gt: execlists->active is serialised by the tasklet'
- commit 62c50c7
- blacklist.conf: Append 'drm/i915/execlists: Protect peeking at execlists->active'
- commit 89f886d
- blacklist.conf: Append 'drm/i915: Fix g4x sprite scaling stride check with GTT remapping'
- commit ec34856
- blacklist.conf: Append 'drm/i915/userptr: Never allow userptr into the mappable GGTT'
- commit 78c95b8
- blacklist.conf: Append 'drm/i915/dp: Fix dsc bpp calculations, v5.'
- commit 92149fb
- blacklist.conf: Append 'drm/i915: Mark contents as dirty on a write fault'
- commit c362d47
- blacklist.conf: Append 'drm/i915: Prevent bonded requests from overtaking each other on preemption'
- commit f71491b
- blacklist.conf: Append 'drm/i915: Fixup preempt-to-busy vs reset of a virtual request'
- commit 1258164
- blacklist.conf: Append 'drm/i915: Fixup preempt-to-busy vs resubmission of a virtual request'
- commit 0d11c41
- blacklist.conf: Append 'drm/i915/execlists: Refactor -EIO markup of hung requests'
- commit 537e4b0
- blacklist.conf: Append 'drm/i915: Only enqueue already completed requests'
- commit 2ae24cd
- blacklist.conf: Append 'drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link)'
- commit dfa5722
- blacklist.conf: Append 'drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled'
- commit 1ffb475
- blacklist.conf: Append 'drm/i915: Verify the engine after acquiring the active.lock'
- commit f14b3ce
- blacklist.conf: Append 'drm/i915: Extend Haswell GT1 PSMI workaround to all'
- commit 47e58ba
- blacklist.conf: Append 'drm/i915/cml: Add second PCH ID for CMP'
- commit 58b9bc4
- blacklist.conf: Append 'drm/i915: Whitelist COMMON_SLICE_CHICKEN2'
- commit b8c0681
- blacklist.conf: Append 'drm/i915: Perform GGTT restore much earlier during resume'
- commit 1fb524d
- blacklist.conf: Append 'drm/i915/execlists: Remove incorrect BUG_ON for schedule-out'
- commit aac5621
- blacklist.conf: Append 'Revert "/drm/i915: Fix DP-MST crtc_mask"/'
- commit 4f03a11
- blacklist.conf: Append 'drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+'
- commit 8e3d3e0
- blacklist.conf: Append 'drm/i915: Limit MST to <= 8bpc once again'
- commit 7ae55b6
- blacklist.conf: Append 'drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmap'
- commit fcc2bc9
- blacklist.conf: Append 'drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()'
- commit 5797fe8
- blacklist.conf: Append 'drm/i915: to make vgpu ppgtt notificaiton as atomic operation'
- commit 7a1a547
- blacklist.conf: Append 'drm/i915: Flush the existing fence before GGTT read/write'
- commit e0fd71d
- blacklist.conf: Append 'drm/i915: Hold irq-off for the entire fake lock period'
- commit 35e0eb7
- blacklist.conf: Append 'drm/i915/dp: Fix DSC enable code to use cpu_transcoder instead of encoder->type'
- commit 348ce31
- drm/amdgpu: remove the experimental flag for renoir (bsc#1152472)
- commit b84800e
- drm/i915: Align engine->uabi_class/instance with i915_drm.h (bsc#1152489)
- commit 488c846
- drm/i915/userptr: fix size calculation (bsc#1152489)
- commit f5a71dc
- drm/panfrost: Add the panfrost_gem_mapping concept (bsc#1152489)
- commit 9ab874d
- drm/dp_mst: Handle SST-only branch device case (bsc#1152489)
- commit f746729
- drm/dp_mst: Have DP_Tx send one msg at a time (bsc#1152472)
- commit 6b88aba
- drm/dp_mst: clear time slots for ports invalid (bsc#1152472)
- commit 2d06880
- drm/rockchip: fix integer type used for storing dp data rate (bsc#1152472)
- commit 771a9b7
- drm/virtio: add missing virtio_gpu_array_lock_resv call (bsc#1152472)
- commit d2226ec
- drm/i915/pmu: Do not use colons or dashes in PMU names (bsc#1152489)
- commit 2021b6d
- drm/i915/gt: Mark ring->vma as active while pinned (bsc#1152489)
- commit 4d93a28
- drm/i915/gt: Mark context->state vma as active while pinned (bsc#1152489)
- commit 67e2387
- drm/i915/gt: Skip trying to unbind in restore_ggtt_mappings (bsc#1152489)
- commit 911e45e
- drm/i915: Add missing include file <linux/math64.h> (bsc#1152489)
- commit a5b1bd2
- drm/amd/display: Reorder detect_edp_sink_caps before link settings (bsc#1152472)
- commit 66406ba
- drm/amdgpu: update goldensetting for renoir (bsc#1152472)
- commit 704c90a
- drm/i915/gen9: Clear residual context state on context switch (bsc#1152489)
- commit 3b713a1
- drm/i915/dp: Disable Port sync mode correctly on teardown (bsc#1152489)
- commit bb3a365
- drm/i915: Add Wa_1407352427:icl,ehl (bsc#1152489)
- commit a7cb086
- drm/i915: Add Wa_1408615072 and Wa_1407596294 to icl,ehl (bsc#1152489)
- commit 2a0c184
- drm/i915/gt: Restore coarse power gating (bsc#1152489)
- commit 681a576
- drm/i915/gt: Do not restore invalid RS state (bsc#1152489)
- commit 467c1a2
- drm/i915: Limit audio CDCLK>=2*BCLK constraint back to GLK only (bsc#1152489)
- commit 52c427c
- drm/i915/gt: Mark up virtual engine uabi_instance (bsc#1152489)
- commit 4ce4b29
- drm/amd/display: Reduce HDMI pixel encoding if max clock is exceeded (bsc#1152472)
- commit 09c1aaf
- Revert "/drm/amdgpu: Set no-retry as default."/ (bsc#1152472)
- commit ccf3913
- drm/fb-helper: Round up bits_per_pixel if possible (bsc#1152472)
- commit 1912d3c
- drm/sun4i: tcon: Set RGB DCLK min. divider based on hardware model (bsc#1152472)
- commit 853f237
- drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ (bsc#1152489)
- commit 8d5db9b
- drm/amdgpu: correct RLC firmwares loading sequence (bsc#1152472)
- commit 02b899a
- drm/amdgpu: enable gfxoff for raven1 refresh (bsc#1152472)
- commit 8599cb6
- drm/amdgpu/smu: add metrics table lock for vega20 (v2) (bsc#1152472)
- commit 3f8dc56
- drm/amdgpu/smu: add metrics table lock for navi (v2) (bsc#1152472)
- commit c57eddc
- drm/amdgpu/smu: add metrics table lock for arcturus (v2) (bsc#1152472)
- commit 3a24619
- drm/amdgpu/smu: add metrics table lock (bsc#1152472)
- commit 4239fef
- Revert "/drm/amdgpu: simplify ATPX detection"/ (bsc#1152472)
- commit 676540a
- drm/arm/mali: make malidp_mw_connector_helper_funcs static (bsc#1152472)
- commit 3aab1d9
- drm/sun4i: hdmi: Remove duplicate cleanup calls (bsc#1152472)
- commit e8523f7
- drm/mediatek: reduce the hbp and hfp for phy timing (bsc#1152472)
- commit 20928f0
- drm/mediatek: Fix can't get component for external display plane. (bsc#1152472)
- commit 436c894
- drm/mediatek: Check return value of mtk_drm_ddp_comp_for_plane. (bsc#1152472)
- commit 5cf638b
- drm/i915: Hold reference to intel_frontbuffer as we track activity (bsc#1152489)
- commit 3767d63
- drm/i915/gt: Ratelimit display power w/a (bsc#1152489)
- commit 5505a57
- drm/i915/pmu: Ensure monotonic rc6 (bsc#1152489)
- commit 9b10ac8
- drm/i915/gvt: Fix guest boot warning (bsc#1152489)
- commit 86a0daf
- drm/i915/gvt: Pin vgpu dma address before using (bsc#1152489)
- commit da821e1
- drm/i915/gvt: set guest display buffer as readonly (bsc#1152489)
- commit 337e8ed
- drm/i915/gvt: use vgpu lock for active state setting (bsc#1152489)
- commit 02275c8
- drm/i915: Fix pid leak with banned clients (bsc#1152489)
- commit 14031dd
- drm/i915/gem: Keep request alive while attaching fences (bsc#1152489)
- commit c0e8a96
- drm/i915: Fix WARN_ON condition for cursor plane ddb allocation (bsc#1152489)
- commit 2228d89
- drm/i915/tgl: Drop Wa#1178 (bsc#1152489)
- commit e0f9934
- drm/i915/ehl: Define EHL powerwells independently of ICL (bsc#1152489)
- commit 37c705a
- drm/i915: Set fence_work.ops before dma_fence_init (bsc#1152489)
- commit 623b758
- drm/i915: Copy across scheduler behaviour flags across submit fences (bsc#1152489)
- commit 183431c
- drm/i915/dsb: Fix in mmio offset calculation of DSB instance (bsc#1152489)
- commit 9784b2c
- drm/exynos: gsc: add missed component_del (bsc#1152472)
- commit 85f0588
- drm/amdgpu: add invalidate semaphore limit for SRIOV in gmc10 (bsc#1152472)
- commit 1d38fe0
- drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in (bsc#1152472)
- commit c6a1e0c
- drm/amdgpu: avoid using invalidate semaphore for picasso (bsc#1152472)
- commit dd11703
- drm/amdgpu: fix license on Kconfig and Makefiles (bsc#1152472)
- commit bfa79c5
- drm/amd/display: include linux/slab.h where needed (bsc#1152472)
- commit d453f8d
- drm/amd/display: fix undefined struct member reference (bsc#1152472)
- commit 0a5f6e0
- drm/amd/display: Compare clock state member to determine (bsc#1152472)
- commit 04384ba
- drm/amdgpu/display: add fallthrough comment (bsc#1152472)
- commit 6d2e46a
- drm/amd/display: Increase the number of retries after AUX DEFER (bsc#1152472)
- commit f12ab51
- drm/amd/display: update dispclk and dppclk vco frequency (bsc#1152472)
- commit 1715b4d
- drm/amd/display: Fix screen tearing on vrr tests (bsc#1152472)
- commit 4c95a5a
- drm/amd/display: Reset steer fifo before unblanking the stream (bsc#1152472)
- commit 5105533
- drm/amd/display: fixed that I2C over AUX didn't read data issue (bsc#1152472)
- commit c029c11
- drm/amd/display: Change the delay time before enabling FEC (bsc#1152472)
- commit 3d83d5c
- drm/amd/display: have two different sr and pstate latency tables for (bsc#1152472)
- commit fe1c1ea
- drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI (bsc#1152472)
- commit 62e8c5b
- drm/amd/display: populate bios integrated info for renoir (bsc#1152472)
- commit efb69d7
- drm/amd/display: fix DalDramClockChangeLatencyNs override (bsc#1152472)
- commit 0c6d76b
- drm/amd/display: Map DSC resources 1-to-1 if numbers of OPPs and DSCs (bsc#1152472)
- commit 3707e18
- drm/amd/display: update sr and pstate latencies for Renoir (bsc#1152472)
- commit 14714bd
- drm/amdgpu: add cache flush workaround to gfx8 emit_fence (bsc#1152472)
- commit 71f7660
- drm/amdgpu: add header line for power profile on Arcturus (bsc#1152472)
- commit 6b0da6f
- drm/amdgpu: add check before enabling/disabling broadcast mode (bsc#1152472)
- commit 047a57f
- drm/i915: Serialise with remote retirement (bsc#1152489)
- commit d2de977
- drm/i915/gt: Detect if we miss WaIdleLiteRestore (bsc#1152489)
- commit b7738c8
- drm/i915/hdcp: Nuke intel_hdcp_transcoder_config() (bsc#1152489)
- commit 06ee209
- drm/i915/fbc: Disable fbc by default on all glk+ (bsc#1152489)
- commit a02d791
- drm/i915/perf: Configure OAR for specific context (bsc#1152489)
- commit ec7fd57
- drm/i915/perf: Allow non-privileged access when OA buffer is not (bsc#1152489)
- commit a1e615e
- drm/i915/gt: Save irqstate around virtual_context_destroy (bsc#1152489)
- commit ef4ef22
- drm/panfrost: Open/close the perfcnt BO (bsc#1152489)
- commit 99ea743
- drm/panfrost: Fix a race in panfrost_gem_free_object() (bsc#1152489)
- commit a8e9aff
- drm/panfrost: Fix a BO leak in panfrost_ioctl_mmap_bo() (bsc#1152489)
- commit b1076af
- drm/panfrost: Fix a race in panfrost_ioctl_madvise() (bsc#1152489)
- commit 0cfff81
- drm/panfrost: devfreq: Round frequencies to OPPs (bsc#1152489)
- commit 25430b2
- drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd> (bsc#1152489)
- commit 7ba5d7f
- drm/nouveau/kms/nv50-: fix panel scaling (bsc#1152472)
- commit 68e45d3
- drm/nouveau/kms/nv50-: Limit MST BPC to 8 (bsc#1152472)
- commit e77a795
- drm/nouveau/kms/nv50-: Store the bpc we're using in nv50_head_atom (bsc#1152472)
- commit 5f5f3c7
- drm/nouveau/kms/nv50-: Call outp_atomic_check_view() before handling (bsc#1152472)
- commit 67ccf6a
- drm/nouveau: Fix drm-core using atomic code-paths on pre-nv50 (bsc#1152472)
- commit 2920aeb
- drm/nouveau: Move the declaration of struct nouveau_conn_atom up a (bsc#1152472)
- commit 92c7adc
- drm: meson: venc: cvbs: fix CVBS mode matching (bsc#1152489)
- commit 63bc116
- dma-buf: Fix memory leak in sync_file_merge() (bsc#1152472)
- commit ae47ad4
- drm/mcde: dsi: Fix invalid pointer dereference if panel cannot be (bsc#1152472)
- commit bc6aaef
- drm/i915/ehl: Make icp_digital_port_connected() use phy instead of (bsc#1152489)
- commit 5fd16da
- drm/i915/gvt: Fix cmd length check for MI_ATOMIC (bsc#1152489)
- commit f460efa
- drm/i915/gvt: Refine non privilege register address calucation (bsc#1152489)
- commit 7d61a8b
- drm/i915/gem: Take timeline->mutex to walk list-of-requests (bsc#1152489)
- commit 992d19e
- drm/dp_mst: Correct the bug in drm_dp_update_payload_part1() (bsc#1152472)
- commit f670ef2
- drm/omap: fix dma_addr refcounting (bsc#1152472)
- commit ddda3c9
- drm/dp_mst: Fix build on systems with STACKTRACE_SUPPORT=n (bsc#1152472)
- commit c5e2c52
- drm/mgag200: Add workaround for HW that does not support 'startadd' (bsc#1152489)
- commit 656cd39
- drm/mgag200: Store flags from PCI driver data in device structure (bsc#1152489)
- commit f18dbcf
- drm/mgag200: Extract device type from flags (bsc#1152489)
- commit 8c7d3c9
- drm/tegra: Run hub cleanup on ->remove() (bsc#1152489)
- commit 52b1a73
- drm/tegra: sor: Make the +5V HDMI supply optional (bsc#1152489)
- commit dd2eff8
- drm/tegra: Silence expected errors on IOMMU attach (bsc#1152489)
- commit 9480c0b
- drm/tegra: vic: Export module device table (bsc#1152489)
- commit 7c51a6e
- drm/tegra: sor: Implement system suspend/resume (bsc#1152489)
- commit 6247653
- drm/tegra: Use proper IOVA address for cursor image (bsc#1152489)
- commit aedd103
- drm/tegra: gem: Remove premature import restrictions (bsc#1152489)
- commit 670f5c4
- drm/tegra: gem: Properly pin imported buffers (bsc#1152489)
- commit 7198560
- drm/tegra: hub: Remove bogus connection mutex check (bsc#1152489)
- commit 8e62b95
- drm/radeon: fix r1xx/r2xx register checker for POT textures (bsc#1152489)
- commit 9884aa7
- drm/amdgpu: fix GFX10 missing CSIB set(v3) (bsc#1152489)
- commit 80f96ce
- drm/amdgpu: should stop GFX ring in hw_fini (bsc#1152489)
- commit e8020bf
- drm/amdgpu: do autoload right after MEC loaded for SRIOV VF (bsc#1152489)
- commit b847405
- drm/amdgpu: skip rlc ucode loading for SRIOV gfx10 (bsc#1152489)
- commit 7b510eb
- drm/amdgpu: fix calltrace during kmd unload(v3) (bsc#1152489)
- commit 826af82
- drm/amdgpu/gfx10: unlock srbm_mutex after queue programming finish (bsc#1152489)
- commit 651ae9a
- drm/amdgpu: Added ASIC specific checks in gfxhub V1.1 get XGMI info (bsc#1152489)
- commit cf72468
- drm/amdgpu/powerplay: unify smu send message function (bsc#1152489)
- commit 5935c1e
- drm/amd/display: re-enable wait in pipelock, but add timeout (bsc#1152489)
- commit f9a257f
- drm/amd/display: Get NV14 specific ip params as needed (bsc#1152489)
- commit 6dfa653
- drm/amd/display: Adding NV14 IP Parameters (bsc#1152489)
- commit 513cc20
- drm/amd/display: Include num_vmid and num_dsc within NV14's resource (bsc#1152489)
- commit 0c33544
- drm/amdgpu: use CPU to flush vmhub if sched stopped (bsc#1152489)
- commit b62d9f7
- amdgpu: Enable KFD on POWER systems (bsc#1152489)
- commit f450076
- drm/amdgpu: Optimize KFD page table reservation (bsc#1152489)
- commit 323c19f
- drm/amdgpu: flag vram lost on baco reset for VI/CIK (bsc#1152489)
- commit 076788b
- drm/amdgpu: Resolved offchip EEPROM I/O issue (bsc#1152489)
- commit bd2fe70
- drm/amd/display: add default clocks if not able to fetch them (bsc#1152489)
- commit 0a618ab
- drm/i915: Reduce nested prepare_remote_context() to a trylock (bsc#1152489)
- commit 48d8dc2
- drm/i915: Default to a more lenient forced preemption timeout (bsc#1152489)
- commit b4c6086
- drm/i915/gt: Make intel_ring_unpin() safe for concurrent pint (bsc#1152489)
- commit b634551
- drm/i915/gt: Schedule request retirement when timeline idles (bsc#1152489)
- commit 2212dca
- drm/i915/gt: Adapt engine_park synchronisation rules for (bsc#1152489)
- commit aa93b3f
- drm/i915/execlists: Fixup cancel_port_requests() (bsc#1152489)
- commit 1dfd818
- drm/i915/gt: Mark the execlists->active as the primary volatile (bsc#1152489)
- commit e0d76e4
- drm/i915/gt: Unlock engine-pm after queuing the kernel context switch (bsc#1152489)
- commit 1783b48
- drm/i915/gt: Close race between engine_park and (bsc#1152489)
- commit b323230
- drm/i915: Mark up the calling context for intel_wakeref_put() (bsc#1152489)
- commit 03a6533
- drm/i915: Wait until the intel_wakeref idle callback is complete (bsc#1152489)
- commit 1c70177
- drm/i915/gt: Fixup config ifdeffery for pm_suspend_target_state (bsc#1152489)
- commit f088a69
- drm/i915/query: Align flavour of engine data lookup (bsc#1152489)
- commit ba8d280
- drm/i915/tgl: Add DKL PHY vswing table for HDMI (bsc#1152489)
- commit 34236b1
- drm/i915/ehl: Update voltage level checks (bsc#1152489)
- commit 0995c22
- drm/msm/adreno: Add support for Adreno 510 GPU (bsc#1152489)
- commit 7817295
- drm/msm/dsi: Add configuration for 8x76 (bsc#1152489)
- commit 689cb17
- drm/msm/dsi: Add configuration for 28nm PLL on family B (bsc#1152489)
- commit b5c9645
- drm/msm/mdp5: Add configuration for msm8x76 (bsc#1152489)
- commit 4e62bc3
- drm/msm/mdp5: Add optional TBU and TBU_RT clocks (bsc#1152489)
- commit a19cc7b
- drm/msm: always dump buffer base/size (bsc#1152489)
- commit be3ea8e
- drm/msm: fix rd dumping for split-IB1 (bsc#1152489)
- commit 4e7b281
- drm/msm/hdmi: silence -EPROBE_DEFER warning (bsc#1152489)
- commit 60b0da9
- drm/msm/dsi: Implement qcom, dsi-phy-regulator-ldo-mode for 28nm PHY (bsc#1152489)
- commit ab18b3d
- drm/msm/mdp5: make config variables static (bsc#1152489)
- commit fdf8809
- drm/msm: make a5xx_show and a5xx_gpu_state_put static (bsc#1152489)
- commit d131a40
- drm/msm/mdp5: Remove set but not used variable 'hw_cfg' in (bsc#1152489)
- commit ea03ca1
- drm/msm/dsi: Remove set but not used variable 'lp' (bsc#1152489)
- commit 4483a8f
- drm/msm/dsi: Remove set but not used variable 'lpx' (bsc#1152489)
- commit d9eff3a
- drm/msm/mdp5: Remove set but not used variable 'hw_cfg' in (bsc#1152489)
- commit 5d2a7d4
- drm/msm/mdp5: Remove set but not used variable 'fmt' (bsc#1152489)
- commit a9f645d
- drm/msm: Sanitize the modeset_is_locked checks in dpu (bsc#1152489)
- commit baf8197
- drm/msm/dpu: Remove set but not used variables 'mode', 'dpu_kms', (bsc#1152489)
- commit c0fec4b
- drm/msm/dpu: Remove set but not used variables 'cmd_enc', 'priv' (bsc#1152489)
- commit f5eeff1
- drm/msm/dpu: Remove set but not used variables 'dpu_cstate', 'priv' (bsc#1152489)
- commit 8e465ec
- drm/msm/dpu: Remove set but not used variable 'priv' in (bsc#1152489)
- commit 2a634a9
- drm/msm/dpu: Remove set but not used variable 'priv' in (bsc#1152489)
- commit 225dacd
- drm/msm/dpu: Remove set but not used variable 'priv' in dpu_kms.c (bsc#1152489)
- commit 89b959f
- drm/msm: include linux/sched/task.h (bsc#1152489)
- commit 2d2eb00
- drm/msm/dsi: Move static keyword to the front of declarations (bsc#1152489)
- commit 31edaf8
- drm/msm: Remove unused function arguments (bsc#1152489)
- commit e5ba563
- drm/msm/dpu: Remove unnecessary NULL checks (bsc#1152489)
- commit d5f883f
- drm/msm/dpu: Remove unnecessary NULL checks (bsc#1152489)
- commit 3c7a39e
- drm/msm/dpu: Remove unnecessary NULL checks (bsc#1152489)
- commit 9dec412
- drm/msm/dpu: Remove unnecessary NULL checks (bsc#1152489)
- commit a3914f5
- drm/msm/dpu: Remove unused macro (bsc#1152489)
- commit da5ec2d
- drm/msm/dpu: Remove unused variables (bsc#1152489)
- commit 2e19c4e
- drm/msm/gpu: add ocmem init/cleanup functions (bsc#1152489)
- commit f08fef6
- drm: limit to INT_MAX in create_blob ioctl (bsc#1152489)
- commit b1dbca5
- PCI/PM: Avoid exporting __pci_complete_power_transition() (bsc#1152489)
- commit 3aa720a
- drm/radeon: Prefer pcie_capability_read_word() (bsc#1152489)
- commit b45125d
- drm/radeon: Replace numbers with PCI_EXP_LNKCTL2 definitions (bsc#1152489)
- commit 96735eb
- drm/radeon: Correct Transmit Margin masks (bsc#1152489)
- commit 78eb672
- drm/amdgpu: Prefer pcie_capability_read_word() (bsc#1152489)
- commit 9071ffe
- drm/amdgpu: Replace numbers with PCI_EXP_LNKCTL2 definitions (bsc#1152489)
- commit 0c7e05e
- drm/amdgpu: Correct Transmit Margin masks (bsc#1152489)
- commit 5e28bff
- kbuild: remove header compile test (bsc#1152489)
- commit 1f622d5
- video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/ (bsc#1152489)
- commit fec2662
- video/logo: simplify cmd_logo (bsc#1152489)
- commit 835f9f5
- video: fbdev: matrox: convert to i2c_new_scanned_device (bsc#1152489)
- commit 8ceb8a6
- drm/bridge: ti-tfp410: switch to using fwnode_gpiod_get_index() (bsc#1152489)
- commit dd43b1b
- backlight: qcom-wled: Fix spelling mistake "/trigged"/ -> "/triggered"/ (bsc#1152489)
- commit bac72a8
- backlight: gpio: Pull gpio_backlight_initial_power_state() into probe (bsc#1152489)
- commit e0e34e8
- backlight: gpio: Use a helper variable for &pdev->dev (bsc#1152489)
- commit b0a452b
- backlight: gpio: Simplify the platform data handling (bsc#1152489)
- commit d764e04
- backlight: gpio: Explicitly set the direction of the GPIO (bsc#1152489)
- commit 9ec7a4e
- backlight: gpio: Remove stray newline (bsc#1152489)
- commit 9cca29c
- backlight: gpio: Remove unneeded include (bsc#1152489)
- commit 5639a40
- video: backlight: tosa: Use GPIO lookup table (bsc#1152489)
- commit 2bc80f1
- backlight: qcom-wled: Add auto string detection logic (bsc#1152489)
- commit f798ce4
- backlight: qcom-wled: Add support for short circuit handling (bsc#1152489)
- commit aa8b9c2
- backlight: qcom-wled: Add support for WLED4 peripheral (bsc#1152489)
- commit fe338c4
- backlight: qcom-wled: Restructure the driver for WLED3 (bsc#1152489)
- commit 45e68f7
- backlight: qcom-wled: Rename PM8941* to WLED3 (bsc#1152489)
- commit 8398ce4
- backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c (bsc#1152489)
- commit f120fd4
- backlight: Kconfig: jornada720: Use CONFIG_PREEMPTION (bsc#1152489)
- commit 65b1a9b
- backlight: pwm_bl: Switch to power-of-2 base for fixed-point math (bsc#1152489)
- commit e5a2caf
- backlight: pwm_bl: Drop use of int_pow() (bsc#1152489)
- commit 4016ba4
- backlight: pwm_bl: Eliminate a 64/32 division (bsc#1152489)
- commit cbc340c
- backlight: pwm_bl: Fix cie1913 comments and constant (bsc#1152489)
- commit 8c76451
- backlight: pwm_bl: Add missing curly branches in else branch (bsc#1152489)
- commit 972eae6
- backlight: pwm_bl: Don't assign levels table repeatedly (bsc#1152489)
- commit d0979c0
- backlight: lm3630a: Add an enable gpio for the HWEN pin (bsc#1152489)
- commit 6229853
- backlight: ipaq_micro: Make structure micro_bl_props constant (bsc#1152489)
- commit 4144e2d
- backlight: lm3630a: Fix module aliases (bsc#1152489)
- commit 6691745
- compat_ioctl: move ATYFB_CLK handling to atyfb driver (bsc#1152489)
- commit 0fde320
- compat_ioctl: move more drivers to compat_ptr_ioctl (bsc#1152489)
- commit 3253878
- video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame (bsc#1152489)
- commit 7140197
- video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V host (bsc#1152489)
- commit 9c89788
- video: hyperv_fb: Add the support of hibernation (bsc#1152489)
- commit e636016
- drm/amdgpu: Use mmu_interval_notifier instead of hmm_mirror (bsc#1152489)
- commit 4d5c4a1
- drm/amdgpu: Use mmu_interval_insert instead of hmm_mirror (bsc#1152489)
- commit 2ede871
- drm/amdgpu: Call find_vma under mmap_sem (bsc#1152489)
- commit 01754b3
- nouveau: use mmu_interval_notifier instead of hmm_mirror (bsc#1152489)
- commit c995eee
- nouveau: use mmu_notifier directly for invalidate_range_start (bsc#1152489)
- commit ea1a960
- drm/radeon: use mmu_interval_notifier_insert (bsc#1152489)
- commit cae2cc1
- drm/ttm: Convert vm callbacks to helpers (bsc#1152489)
- commit 84bbf9e
- drm/ttm: Remove explicit typecasts of vm_private_data (bsc#1152489)
- commit 2668e85
- drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10 (bsc#1152472)
- commit 171ff77
- drm/amdgpu: initialize vm_inv_eng0_sem for gfxhub and mmhub (bsc#1152472)
- commit cbb6b1e
- drm/amd/amdgpu/sriov skip RLCG s/r list for arcturus VF. (bsc#1152472)
- commit 10a8922
- drm/amd/amdgpu/sriov temporarily skip ras,dtm,hdcp for arcturus VF (bsc#1152472)
- commit ba7b2e7
- drm/amdgpu/gfx10: re-init clear state buffer after gpu reset (bsc#1152472)
- commit f66366a
- merge fix for "/ftrace: Rework event_create_dir()"/ (bsc#1152472)
- commit 5e8796b
- drm/amdgpu: Update Arcturus golden registers (bsc#1152472)
- commit 564da1b
- drm/amdgpu/gfx10: fix out-of-bound mqd_backup array access (bsc#1152472)
- commit 92d93b5
- drm/amdgpu/gfx10: explicitly wait for cp idle after halt/unhalt (bsc#1152472)
- commit cd968a0
- drm/amdgpu/powerplay: properly set PP_GFXOFF_MASK (v2) (bsc#1152472)
- commit 26f774c
- drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2 (bsc#1152472)
- commit 370bdbf
- drm/radeon: fix bad DMA from INTERRUPT_CNTL2 (bsc#1152472)
- commit 8962c27
- drm/amd/display: Fix debugfs on MST connectors (bsc#1152472)
- commit 6b53721
- drm/amdgpu/nv: add asic func for fetching vbios from rom directly (bsc#1152472)
- commit 8442680
- drm/amdgpu: put flush_delayed_work at first (bsc#1152472)
- commit 0b16378
- drm/amdgpu/vcn2.5: fix the enc loop with hw fini (bsc#1152472)
- commit f49d42e
- drm/amd/powerplay: issue BTC on Navi during SMU setup (bsc#1152472)
- commit dbffe1c
- drm/amd/powerplay: avoid DPM reenable process on Navi1x ASICs V2 (bsc#1152472)
- commit 52a0520
- drm/amdgpu/gfx10: fix mqd backup/restore for gfx rings (v2) (bsc#1152472)
- commit 3ff6b96
- Revert "/drm/i915/gt: Wait for new requests in (bsc#1152489)
- commit cd9156e
- drm/ttm: fix mmap refcounting (bsc#1152489)
- commit 80d2376
- drm/i915/gvt: Stop initializing pvinfo through reading mmio (bsc#1152489)
- commit e86be68
- drm/i915: Split i915_active.mutex into an irq-safe spinlock for the (bsc#1152489)
- commit d7d5848
- drm/i915: fix accidental static variable use (bsc#1152489)
- commit 292cf99
- drm/i915/guc: Skip suspend/resume GuC action on platforms w/o GuC (bsc#1152489)
- commit 283cfa0
- drm/i915/gt: Wait for new requests in intel_gt_retire_requests() (bsc#1152489)
- commit cedc366
- drm/i915: Restore GT coarse power gating workaround (bsc#1152489)
- commit 291f98b
- drm/i915/perf: don't forget noa wait after oa config (bsc#1152489)
- commit 4be953d
- drm/i915: Avoid atomic context for error capture (bsc#1152489)
- commit 1fbeb5e
- drm/i915/display: Fix TRANS_DDI_MST_TRANSPORT_SELECT definition (bsc#1152489)
- commit 041c785
- drm/i915: Fix detection for a CMP-V PCH (bsc#1152489)
- commit 39dda06
- drm/i915: Flush context free work on cleanup (bsc#1152489)
- commit fd70224
- drm/amdgpu/vcn: finish delay work before release resources (bsc#1152489)
- commit a254c73
- drm/amd/powerplay: read pcie speed/width info (v2) (bsc#1152489)
- commit 58c5480
- drm/amdgpu/smu_v11: Unify and fix power limits (bsc#1152489)
- commit 62cae9f
- drm/amdgpu/navi10: Implement od clk printing (bsc#1152489)
- commit adcc44c
- drm/amdgpu/navi10: implement GFXCLK_CURVE overdrive (bsc#1152489)
- commit b1e278e
- drm/amdgpu/navi10: implement sclk/mclk OD via pp_od_clk_voltage (bsc#1152489)
- commit 04e2072
- drm/amd/amdgpu: finish delay works before release resources (bsc#1152489)
- commit fd4080a
- drm/radeon: Clean up code in radeon_pci_shutdown() (bsc#1152489)
- commit df124f2
- drm/amdgpu/powerplay/smu7: fix AVFS handling with custom powerplay (bsc#1152489)
- commit a8d7d95
- drm/amdgpu: avoid upload corrupted ta ucode to psp (bsc#1152489)
- commit 22a8b33
- drm/vmwgfx: remove set but not used variable 'srf' (bsc#1152489)
- commit c1aa59e
- drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page (bsc#1152489)
- commit fe24ef0
- drm/i915: Split a setting of MSA to MST and SST (bsc#1152489)
- commit e5aa713
- drm/i915/execlists: Move reset_active() from schedule-out to (bsc#1152489)
- commit 98a4a3b
- drm/i915: Protect context while grabbing its name for the request (bsc#1152489)
- commit 02ca858
- drm/i915/perf: always consider holding preemption a privileged op (bsc#1152489)
- commit 43dbf1c
- drm/i915: Leave the aliasing-ppgtt size alone (bsc#1152489)
- commit 3054586
- drm/i915/display: only include intel_dp_link_training.h where needed (bsc#1152489)
- commit edb6218
- drm/i915/gem: Fix error path to unlock if the GEM context is closed (bsc#1152489)
- commit e430db5
- drm/i915/gt: Only drop heartbeat.systole if the sole owner (bsc#1152489)
- commit 4aff543
- drm/arcpgu: rework encoder search (bsc#1152489)
- commit dae7470
- drm/msm: fix memleak on release (bsc#1152472)
- commit e4c79fe
- drm/amdgpu/powerplay: fix AVFS handling with custom powerplay table (bsc#1152489)
- commit f61037b
- drm/amd/powerplay: dynamically disable ds and ulv for compute (bsc#1152489)
- commit ccd5e51
- drm/amd/powerplay: correct Arcturus OD support (bsc#1152489)
- commit ed7c4da
- drm/amdgpu: allow direct upload save restore list for raven2 (bsc#1152489)
- commit 4fac1a8
- drm/sched: struct completion requires linux/completion.h inclusion (bsc#1152489)
- commit 1acb7c5
- drm/amdgpu: Avoid accidental thread reactivation. (bsc#1152489)
- commit 82e5646
- drm/sched: Avoid job cleanup if sched thread is parked. (bsc#1152489)
- commit 9d2eec4
- Revert "/drm/amdgpu: dont schedule jobs while in reset"/ (bsc#1152489)
- commit 5cb7be5
- drm/sched: Use completion to wait for sched->thread idle v2. (bsc#1152489)
- commit 97958d2
- drm/amdgpu: fix vega20 pstate status change (bsc#1152489)
- commit b6b6182
- drm/amdgpu: fix sysfs interface pcie_replay_count error on navi asic (bsc#1152489)
- commit 53b9961
- drm/amdgpu: Need to disable msix when unloading driver (bsc#1152489)
- commit 21d8b95
- drm/amdgpu: Add comments to gmc structure (bsc#1152489)
- commit 74c2ce8
- drm/amdgpu: Improve RAS documentation (v2) (bsc#1152489)
- commit be14423
- drm/amdgpu: fix double reference dropping (bsc#1152489)
- commit 0119119
- drm/amd/powerplay: fix struct init in renoir_print_clk_levels (bsc#1152489)
- commit 651989a
- drm/amdgpu: fix potential double drop fence reference (bsc#1152489)
- commit 26debdf
- drm/amdgpu: change read of GPU clock counter on Vega10 VF (bsc#1152489)
- commit 96f6377
- drm/amd/powerplay: fix deadlock on setting (bsc#1152489)
- commit 4796c41
- drm/amdgpu: perform p-state switch after the whole hive initialized (bsc#1152489)
- commit ad15830
- drm/amdgpu: fix possible pstate switch race condition (bsc#1152489)
- commit d4588ba
- drm/amd/powerplay: update Arcturus driver-smu interface header (bsc#1152489)
- commit f0b5600
- drm/amdgpu: disallow direct upload save restore list from gfx driver (bsc#1152489)
- commit b1a928a
- drm/sched:  Fix passing zero to 'PTR_ERR' warning v2 (bsc#1152489)
- commit 30cbae1
- drm/amdgpu/discovery: Need to free discovery memory (bsc#1152489)
- commit 73be106
- drm/amd/powerplay: print the pptable provider (bsc#1152489)
- commit 787790f
- drm/amdgpu: Show resolution correctly in mode validation debug output (bsc#1152489)
- commit a696cf6
- drm/amdgpu/gpuvm: add some additional comments in (bsc#1152489)
- commit 28f8299
- drm/amdgpu: enable VCN DPG on Raven and Raven2 (bsc#1152489)
- commit 0c68e81
- drm/amd/powerplay: support xgmi pstate setting on powerplay routine (bsc#1152489)
- commit 8c6e873
- drm/amd/powerplay: update is_sw_smu_xgmi check (bsc#1152489)
- commit 9f3ddb5
- drm/amdgpu: change pstate only after all XGMI device initialized (bsc#1152489)
- commit 9d7f844
- drm/mst: Fix up u64 division (bsc#1152472)
- commit 1d16de6
- drm: msm: a6xx: fix debug bus register configuration (bsc#1152472)
- commit c7ac3ee
- drm/i915/selftests: Add intel_gt_suspend_prepare (bsc#1152489)
- commit fa0f548
- drm/i915/gt: Drop false assertion on user_forcewake (bsc#1152489)
- commit 9fe9646
- drm/i915: Defer rc6 shutdown to suspend_late (bsc#1152489)
- commit ed877a5
- drm/i915/gt: Move user_forcewake application to GT (bsc#1152489)
- commit 7cd6516
- drm/i915/gem: Leave reloading kernel context on resume to GT (bsc#1152489)
- commit aa1cd73
- drm/i915/gt: Call intel_gt_sanitize() directly (bsc#1152489)
- commit 3205ef8
- drm/mediatek: Support 180 degree rotation (bsc#1152472)
- commit 208fb12
- drm/mediatek: Support reflect-x plane rotation (bsc#1152472)
- commit 32bf5b2
- drm/mediatek: Support reflect-y plane rotation (bsc#1152472)
- commit 2d6d4cf
- drm/mediatek: Plumb supported rotation values from components to (bsc#1152472)
- commit 9a21088
- drm/mediatek: Add plumbing for layer_check hook (bsc#1152472)
- commit cc0eb77
- drm/mediatek: Add helper to get component for a plane (bsc#1152472)
- commit 4d03bb4
- drm/mediatek: Refactor plane init (bsc#1152472)
- commit 6ff5190
- drm/mediatek: Add RGB[A] variants to published plane formats (bsc#1152472)
- commit 5fd553f
- drm/i915: Don't select BROKEN (bsc#1152472)
- commit db6189c
- drm/dp_mst: fix gcc compile error (bsc#1152472)
- commit 24ae5b6
- drm/amd/display: Add a conversion function for transmitter and phy_id (bsc#1152472)
- commit 8dcc725
- drm/amdgpu: fix no ACK from LDS read during stress test for Arcturus (bsc#1152472)
- commit 91f60d7
- drm/amdgpu: fix gfx VF FLR test fail on navi (bsc#1152472)
- commit 81390c5
- drm/amdgpu: bypass some cleanup work after err_event_athub (v2) (bsc#1152472)
- commit e5987e4
- drm/amdgpu: clear UVD VCPU buffer when err_event_athub generated (bsc#1152472)
- commit b9d1303
- drm/amdgpu/SRIOV: SRIOV VF doesn't support BACO (bsc#1152472)
- commit 5ef0536
- drm/amdgpu: Remove superfluous void * cast in debugfs_create_file() (bsc#1152472)
- commit 176b9a6
- drm/amdgpu: remove set but not used variable 'adev' (bsc#1152472)
- commit db1a6bd
- drm/amdkfd: bug fix for out of bounds mem on gpu cache filling info (bsc#1152472)
- commit 2b3272e
- drm/amdkfd: Delete duplicated queue bit map reservation (bsc#1152472)
- commit cbf2814
- drm/amdkfd: Delete unnecessary pr_fmt switch (bsc#1152472)
- commit c005f22
- drm/amd/powerplay: Make two functions static (bsc#1152472)
- commit c48653e
- drm/amd: correct "/_LENTH"/ mispelling in constant (bsc#1152472)
- commit f3b20b0
- drm/amd: declare amdgpu_exp_hw_support in amdgpu.h (bsc#1152472)
- commit ec0a82e
- drm/amd/display: Make calculate_integer_scaling static (bsc#1152472)
- commit 0f9635f
- drm/amd/powerplay: Disable gfx CGPG when suspend smu (bsc#1152472)
- commit ecc800f
- drm/radeon: remove assignment for return value (bsc#1152472)
- commit 7bfce21
- drm/amd/display: remove gcc warning Wunused-but-set-variable (bsc#1152472)
- commit cbd0dbe
- drm/amdgpu/powerplay: modify the parameters of SMU_MSG_PowerUpVcn to (bsc#1152472)
- commit 30d82c5
- drm/amd/powerplay: correct current clock level label for Arcturus (bsc#1152472)
- commit 604130f
- drm/amd/powerplay: skip unsupported clock limit settings on Arcturus (bsc#1152472)
- commit 1533791
- drm/amdgpu: Allow reading more status registers on si/cik (bsc#1152472)
- commit 89efc58
- drm/amdgpu: Move amdgpu_ras_recovery_init to after SMU ready. (bsc#1152472)
- commit 6d900c5
- drm/amdgpu: Use ARCTURUS in RAS EEPROM. (bsc#1152472)
- commit ea13681
- drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus. (bsc#1152472)
- commit 8876724
- drm/amd/powerplay: Add interface for I2C transactions to SMU. (bsc#1152472)
- commit ac4a27a
- drm/amdgpu: Add DC feature mask to disable fractional pwm (bsc#1152472)
- commit ce155b9
- drm/amdgpu: remove unused parameter in amdgpu_gfx_kiq_free_ring (bsc#1152472)
- commit b0c55ed
- drm/amdgpu/vcn: Enable VCN2.5 encoding (bsc#1152472)
- commit ebc329a
- drm/amdgpu: define macros for retire page reservation (bsc#1152472)
- commit a342990
- drm/amdgpu: refine reboot debugfs operation in ras case (v3) (bsc#1152472)
- commit 8d387cc
- drm/amdkfd: don't use dqm lock during device reset/suspend/resume (bsc#1152472)
- commit 1108608
- drm/amdgpu/display: add dc feature mask for psr enablement (bsc#1152472)
- commit 237246e
- drm/amd/powerplay: clear the swSMU code layer (bsc#1152472)
- commit 812f414
- drm/amd/powerplay: split out those internal used swSMU APIs V2 (bsc#1152472)
- commit 5d7fb89
- drm/amd/powerplay: add lock protection for swSMU APIs V2 (bsc#1152472)
- commit d471ef0
- drm/amdgpu: add VCN0 and VCN1 needed headers (bsc#1152472)
- commit 9ecaf77
- drm/amd/display: Apply vactive dram clock change workaround to dcn2 (bsc#1152472)
- commit 78c800a
- drm/amd/display: fix hubbub deadline programing (bsc#1152472)
- commit 77aeed2
- drm/amd/display: fix avoid_split for dcn2+ validation (bsc#1152472)
- commit 72972a1
- drm/amd/display: Do not call update bounding box on dc create (bsc#1152472)
- commit edd5260
- drm/amd/display: Add center mode for integer scaling in DC (bsc#1152472)
- commit 6c7c23f
- drm/amd/display: take signal type from link (bsc#1152472)
- commit 57bc0a2
- drm/amd/display: 3.2.56 (bsc#1152472)
- commit bb0247f
- drm/amd/display: Make clk mgr the only dto update point (bsc#1152472)
- commit dc2f4f7
- drm/amd/display: Only use EETF when maxCL > max display (bsc#1152472)
- commit 7523d77
- drm/amd/display: move wm ranges reporting to end of init hw (bsc#1152472)
- commit fb9b827
- drm/amd/display: Proper return of result when aux engine acquire (bsc#1152472)
- commit 3224b47
- drm/amd/display: Disable force_single_disp_pipe_split on DCN2+ (bsc#1152472)
- commit 6ebbdb5
- drm/amd/display: map TRANSMITTER_UNIPHY_x to LINK_REGS_x (bsc#1152472)
- commit 108835b
- drm/amd/display: add flag to allow diag to force enumerate edp (bsc#1152472)
- commit 0f21d57
- drm/amd/display: add embedded flag to dml (bsc#1152472)
- commit 3744b2b
- drm/amd/display: fix number of dcn21 dpm clock levels (bsc#1152472)
- commit a27a414
- drm/amd/display: enable vm by default for rn. (bsc#1152472)
- commit 82fe1f6
- drm/amd/display: Update min dcfclk (bsc#1152472)
- commit 5407592
- drm/amd/display: audio endpoint cannot switch (bsc#1152472)
- commit 6c459b2
- drm/amd/display: Fix MPO & pipe split on 3-pipe dcn2x (bsc#1152472)
- commit 1544752
- drm/amd/display: remove unnecessary assert (bsc#1152472)
- commit ae840ba
- drm/amd/display: move dispclk vco freq to clk mgr base (bsc#1152472)
- commit d2f116c
- drm/amd/display: correctly initialize dml odm variables (bsc#1152472)
- commit f3e8dfe
- drm/amd/display: split dcn20 fast validate into more functions (bsc#1152472)
- commit a6cfb38
- drm/amd/display: correctly populate dpp refclk in fpga (bsc#1152472)
- commit 3140d4f
- drm/amd/display: Enable PSR (bsc#1152472)
- commit 2eca43c
- drm/amd/display: Add debugfs entry for reading psr state (bsc#1152472)
- commit 74db65e
- drm/amd/display: 3.2.55 (bsc#1152472)
- commit 61762e4
- drm/amd/display: remove unused code (bsc#1152472)
- commit 576325d
- drm/amd/display: Remove superfluous assert (bsc#1152472)
- commit b0b47e8
- drm/amd/display: Don't use optimized gamma22 with eetf (bsc#1152472)
- commit 66e5640
- drm/amd/display: Add unknown clk state. (bsc#1152472)
- commit 4990da1
- drm/amd/display: add odm visual confirm (bsc#1152472)
- commit 6e59da8
- drm/amd/display: Avoid sending abnormal VSIF (bsc#1152472)
- commit cb31b17
- drm/amd/powerplay: update Arcturus driver smu interface XGMI link (bsc#1152472)
- commit 98d0031
- drm/amdgpu/psp: fix spelling mistake "/initliaze"/ -> "/initialize"/ (bsc#1152472)
- commit 16e0871
- drm/amd/display: Free gamma after calculating legacy transfer (bsc#1152472)
- commit 6395866
- drm/amdgpu/psp11: fix typo in comment (bsc#1152472)
- commit be87c0b
- drm/amdgpu/psp11: wait for sOS ready for ring creation (bsc#1152472)
- commit 575dc8a
- drm/i915: Update DRIVER_DATE to 20191101 (bsc#1152489)
- commit ab74b97
- drm/i915/selftests: Start kthreads before stopping (bsc#1152489)
- commit 8e6835c
- drm/i915/lmem: Check against i915_selftest only under CONFIG_SELFTEST (bsc#1152489)
- commit 31ea310
- drm/i915/gem: Refine occupancy test in kill_context() (bsc#1152489)
- commit 9486ae0
- drm/i915: Update DRIVER_DATE to 20191101 (bsc#1152489)
- commit d2388fc
- drm/i915/lmem: add the fake lmem region (bsc#1152489)
- commit 2ffb0e0
- drm/i915/guc: drop guc shared area (bsc#1152489)
- commit 06b817b
- drm/i915: drop lrc header page (bsc#1152489)
- commit 1e78f78
- drm/i915: Split detaching and removing the vma (bsc#1152489)
- commit 9badcee
- drm/i915/selftests: Pretty print the i915_active (bsc#1152489)
- commit cd5ad90
- drm/i915/selftests: Assert that the idle_pulse is sent (bsc#1152489)
- commit 5bae314
- drm/i915/mst: Document the userspace fail with possible_crtcs (bsc#1152489)
- commit 937847c
- drm/i915: Simplify pipe_mask setup even further (bsc#1152489)
- commit d648d5b
- drm/i915: Allow ICL+ DSI on any pipe (bsc#1152489)
- commit 010f6f1
- drm/i915: s/crtc_mask/pipe_mask/ (bsc#1152489)
- commit 50fa397
- drm/i915: Simplify LVDS crtc_mask setup (bsc#1152489)
- commit 122e9b4
- drm/i915/uc: define GuC and HuC binaries for TGL (bsc#1152489)
- commit 4b87e1b
- drm/i915: Stop frobbing crtc->base.mode (bsc#1152489)
- commit ce4f8c3
- drm/i915: Nuke 'mode' argument to intel_get_load_detect_pipe() (bsc#1152489)
- commit 91efbb2
- drm/i915/gt: Always track callers to intel_rps_mark_interactive() (bsc#1152489)
- commit 2d4f628
- drm/i915/tgl: Add gam instdone (bsc#1152489)
- commit 85b7cde
- drm/i915/tgl: Add SFC instdone to error state (bsc#1152489)
- commit 6e133ed
- drm/i915/tgl: add support to one DP-MST stream (bsc#1152489)
- commit 4005615
- drm/i915/gem: Make context persistence optional (bsc#1152489)
- commit 67d8cc0
- drm/i915: Provide more information on DP AUX failures (bsc#1152489)
- commit bf99002
- drm/i915/display/cnl+: Handle fused off DSC (bsc#1152489)
- commit 2fbe292
- drm/i915/display/icl+: Check if DMC is fused off (bsc#1152489)
- commit 24879ca
- drm/i915/display: Check if FBC is fused off (bsc#1152489)
- commit f268768
- drm/i915/display: Handle fused off HDCP (bsc#1152489)
- commit 7740eee
- drm/i915: Add two spaces before the SKL_DFSM registers (bsc#1152489)
- commit af88624
- drm/i915/perf: ensure selftests select valid format (bsc#1152489)
- commit 22b53f6
- drm/i915/tgl: Add AUX B & C to DC_OFF_POWER_DOMAINS (bsc#1152489)
- commit 17d6168
- drm/i915: Drop unused AUX register offsets (bsc#1152489)
- commit 76cb1ff
- drm/i915/gt: Make timeslice duration configurable (bsc#1152489)
- commit 6da745c
- drm/i915: Rename "/inject_load_failure"/ module parameter (bsc#1152489)
- commit 0111708
- drm/i915: Fix i915_inject_load_error() name to read *_probe_* (bsc#1152489)
- commit eb305c5
- drm/i915: Fix i845/i865 cursor width (bsc#1152489)
- commit f79ec16
- drm/i915/tgl: Add perf support on TGL (bsc#1152489)
- commit 82d4f40
- drm/i915/perf: Add helper macros for comparing with whitelisted (bsc#1152489)
- commit c180313
- drm/i915/selftests: check for missing aperture (bsc#1152489)
- commit d086558
- drm/i915: don't allocate the ring in stolen if we lack aperture (bsc#1152489)
- commit 739142e
- drm/i915: Don't try to place HWS in non-existing mappable region (bsc#1152489)
- commit b8c745b
- drm/i915: error capture with no ggtt slot (bsc#1152489)
- commit 4d40840
- drm/i915: set num_fence_regs to 0 if there is no aperture (bsc#1152489)
- commit 1cd8efa
- drm/i915: do not map aperture if it is not available. (bsc#1152489)
- commit 1c71246
- drm/i915: define i915_ggtt_has_aperture (bsc#1152489)
- commit ee3e7bd
- drm/i915/blt: fixup block_size rounding (bsc#1152489)
- commit cd30763
- drm/i915/gem: Limit the blitter sizes to ensure low preemption (bsc#1152489)
- commit a8799fd
- drm/i915/execlists: Use vfunc to check engine submission mode (bsc#1152489)
- commit c71f545
- drm/i915/display: Mark conn as initialised by iterator (bsc#1152489)
- commit 2641ec4
- drm/i915/selftests: Initialise ret (bsc#1152489)
- commit 97476e5
- drm/i915/selftests: Initialise err in case there are no engines! (bsc#1152489)
- commit 465f726
- drm/i915/execlists: Simply walk back along request timeline on reset (bsc#1152489)
- commit 77f67fb
- drm/i915/selftests: Check a few more fixed locations within the (bsc#1152489)
- commit 701d935
- drm/i915/tgl: Handle AUX interrupts for TC ports (bsc#1152489)
- commit 42350a3
- drm/i915/selftests: Exercise adjusting rpcs over all render-class (bsc#1152489)
- commit e586d72
- drm/i915/selftests: Select a random engine for testing memory regions (bsc#1152489)
- commit 7e65c10
- drm/i915/gt: Tidy up rps irq handler to use intel_gt (bsc#1152489)
- commit 7e5841d
- drm/i915/selftests: Use a random engine for GEM coherency tests (bsc#1152489)
- commit 17f19e4
- drm/i915/bios: add compression parameter block definition (bsc#1152489)
- commit 54a40fd
- drm/i915/selftests: Check all blitter engines for client blt (bsc#1152489)
- commit f40a131
- drm/i915/selftests: Drop global engine lookup for gt selftests (bsc#1152489)
- commit a990182
- drm/i915/selftests: Measure basic throughput of blit routines (bsc#1152489)
- commit fe48a00
- drm/i915: Add CHICKEN_TRANS_D (bsc#1152489)
- commit 949a886
- drm/i915: Use _PICK() for CHICKEN_TRANS() (bsc#1152489)
- commit 59b4cc2
- drm/i915/rps: Flip interpretation of ips fmin/fmax to max rps (bsc#1152489)
- commit aeb05d6
- drm/i915: Put future HW and their uAPIs under STAGING & BROKEN (bsc#1152489)
- commit badb683
- drm/i915: Split memory_region initialisation into its own file (bsc#1152489)
- commit 05209e3
- drm/i915: Extract the GuC interrupt handlers (bsc#1152489)
- commit 9b0807e
- drm/i915: Extract GT render power state management (bsc#1152489)
- commit 98147b5
- drm/i915/tgl: Adjust the location of RING_MI_MODE in the context (bsc#1152489)
- commit d8c55b0
- drm/i915: Encapsulate kconfig constant values inside boolean (bsc#1152489)
- commit 6a0d10a
- drm/i915/tc: Clear DKL_TX_PMD_LANE_SUS before program voltage swing (bsc#1152489)
- commit 84cc5d0
- drm/i915/pmu: Initialise the spinlock before registering (bsc#1152489)
- commit cfd9e64
- drm/i915/selftests/blt: add some kthreads into the mix (bsc#1152489)
- commit f3c5589
- drm/i915/selftests: add sanity selftest for huge-GTT-pages (bsc#1152489)
- commit d7be8bf
- drm/i915/selftests: prefer random sizes for the huge-GTT-page smoke (bsc#1152489)
- commit 7e2ddda
- drm/i915/selftests: extend coverage to include LMEM huge-pages (bsc#1152489)
- commit f399eee
- drm/i915/selftests: add write-dword test for LMEM (bsc#1152489)
- commit cd5da90
- drm/i915/lmem: support kernel mapping (bsc#1152489)
- commit 301edcb
- drm/i915: setup io-mapping for LMEM (bsc#1152489)
- commit a3510de
- drm/i915: support creating LMEM objects (bsc#1152489)
- commit ce4743c
- drm/i915: split gen11_irq_handler to make it shareable (bsc#1152489)
- commit abfd928
- drm/i915: do not set MOCS control values on dgfx (bsc#1152489)
- commit d8cb554
- drm/i915: add new gen12 dgfx platform macro (bsc#1152489)
- commit 83a6ec2
- drm/i915: Add is_dgfx to device info (bsc#1152489)
- commit db0a5fc
- drm/i915: capture aux page table error register (bsc#1152489)
- commit abbb9c9
- drm/i915/selftests: Force ordering of context switches (bsc#1152489)
- commit b5ff3b0
- drm/i915: Move intel_engine_context_in/out into intel_lrc.c (bsc#1152489)
- commit e3b2db0
- drm/i915: Describe structure member in documentation (bsc#1152489)
- commit 31f94b5
- doc: Update header files names (bsc#1152489)
- commit ffaa81c
- drm/i915/selftests: Tweak the default subtest runtime (bsc#1152489)
- commit 91d088d
- drm/i915/display/psr: Print in debugfs if PSR is not enabled because (bsc#1152489)
- commit 9b197a6
- drm/i915: Catch GTT fault errors for gen11+ planes (bsc#1152489)
- commit 3ece7ad
- drm/i915/tgl: whitelist PS_(DEPTH|INVOCATION)_COUNT (bsc#1152489)
- commit 90acf58
- drm/i915: Remove nonpriv flags when srm/lrm (bsc#1152489)
- commit ed9df46
- drm/i915: Making loglevel of PSR2/SU logs same. (bsc#1152489)
- commit 29ef9b3
- drm/i915: Add support for half float framebuffers on snb sprites (bsc#1152489)
- commit 6cfd33c
- drm/i915: Add support for half float framebuffers for ivb+ sprites (bsc#1152489)
- commit 1894d66
- drm/i915: Add support for half float framebuffers for gen4+ primary (bsc#1152489)
- commit 11da090
- drm/i915: Add support for half float framebuffers for skl+ (bsc#1152489)
- commit 2ada91b
- drm/i915: Simplify skl_max_scale() (bsc#1152489)
- commit d6f6a16
- drm/i915: Eliminate skl_check_pipe_max_pixel_rate() (bsc#1152489)
- commit 0a7192b
- drm/i915: Allow planes to declare their minimum acceptable cdclk (bsc#1152489)
- commit 3839ae0
- drm/i915: Move check_digital_port_conflicts() earier (bsc#1152489)
- commit df9d17a
- drm/i915: Rework global state locking (bsc#1152489)
- commit f09abd6
- drm/i915: Add debugs to distingiush a cd2x update from a full cdclk (bsc#1152489)
- commit d93782a
- drm/i915/perf: Describe structure members in documentation (bsc#1152489)
- commit 72737ac
- drm/i915/gt: Split intel_ring_submission (bsc#1152489)
- commit eb134eb
- drm/i915: Convert PAT setup to uncore mmio (bsc#1152489)
- commit a2a1304
- drm/i915/selftests: Flush any i915_active callback work as well (bsc#1152489)
- commit 99da890
- drm/i915/selftests: Flush interrupts before disabling tasklets (bsc#1152489)
- commit 4a593f5
- drm/i915/gvt: fix dead locking in early workload shadow (bsc#1152489)
- commit 15d5710
- drm/i915/gt: Replace hangcheck by heartbeats (bsc#1152489)
- commit f74a4da
- drm/i915/gem: Cancel contexts when hangchecking is disabled (bsc#1152489)
- commit 31a1332
- drm/i915/execlists: Cancel banned contexts on schedule-out (bsc#1152489)
- commit 7d06917
- drm/i915/execlists: Force preemption (bsc#1152489)
- commit f34e7d3
- drm/i915/gt: Try to more gracefully quiesce the system before resets (bsc#1152489)
- commit fc61d1f
- drm/i915/guc: Update H2G enable logging action definition (bsc#1152489)
- commit 73009c5
- drm/i915/guc: Enable guc logging on guc log relay write (bsc#1152489)
- commit 7a6c42c
- drm/i915: Add new CNL PCH ID seen on a CML platform (bsc#1152489)
- commit 66d98fc
- drm/i915/dsc: move crtc state dp_dsc_cfg member under dsc as config (bsc#1152489)
- commit ad5a14d
- drm/i915/dsc: rename crtc state dsc_params member to dsc (bsc#1152489)
- commit 6ebdaf2
- drm/i915/selftests: Release ctx->engine_mutex after iteration (bsc#1152489)
- commit 4d43509
- drm/i915/selftests: Synchronize checking active status with (bsc#1152489)
- commit 7fc90f5
- drm/i915/selftests: Move uncore fw selftests to operate on intel_gt (bsc#1152489)
- commit 2ba69aa
- drm/i915/selftests: Teach switch_to_context() to use the context (bsc#1152489)
- commit 7b3c901
- drm/i915: Teach record_defaults to operate on the intel_gt (bsc#1152489)
- commit d9cf815
- drm/i915/gem: Distinguish each object type (bsc#1152489)
- commit f397048
- drm/i915/aml: Allow SPT PCH for all AML devices (bsc#1152489)
- commit 92d0005
- drm/i915: Drop assertion that ce->pin_mutex guards state updates (bsc#1152489)
- commit 95c7049
- drm/i915/selftests: Make the mman object busy everywhere (bsc#1152489)
- commit d3b003e
- drm/i915/selftests: Use for_each_uabi_engine in contex selftests (bsc#1152489)
- commit feae0ec
- drm/i915/selftests: Use GT engines in igt_live_test (bsc#1152489)
- commit eba574f
- drm/i915/selftests: Use GT engines in mock_gem_device (bsc#1152489)
- commit 01b6017
- drm/i915/selftests: Convert eviction selftests to gt/ggtt (bsc#1152489)
- commit 66a2344
- drm/i915: Split drop caches into GT and i915 parts (bsc#1152489)
- commit 18d7b67
- drm/i915: Pass intel_gt to intel_engines_verify_workarounds (bsc#1152489)
- commit aab8453
- drm/i915: Pass intel_gt to intel_engines_init (bsc#1152489)
- commit f5853a3
- drm/i915: Pass intel_gt to intel_engines_setup (bsc#1152489)
- commit 126d8e0
- drm/i915: Pass intel_gt to intel_engines_cleanup (bsc#1152489)
- commit 37bca3b
- drm/i915: Pass intel_gt to intel_setup_engine_capabilities (bsc#1152489)
- commit 8aafa93
- drm/i915: Pass intel_gt to intel_engines_init_mmio (bsc#1152489)
- commit 6728f48
- drm/i915/selftests: Set vm->gt backpointer for mock_ppgtt (bsc#1152489)
- commit e775712
- drm/i915: Remove pm park/unpark notifications (bsc#1152489)
- commit 988af38
- drm/i915: Lift i915_vma_parked() onto the gt (bsc#1152489)
- commit 77d0953
- drm/i915/gt: Introduce barrier pulses along engines (bsc#1152489)
- commit 38cd44f
- drm/i915/selftests: Use all physical engines for i915_active (bsc#1152489)
- commit e61bf4d
- drm/i915: Check some transcoder timing minimum limits (bsc#1152489)
- commit ea02504
- drm/i915: Don't set queue_priority_hint if we don't kick the (bsc#1152489)
- commit e1f61b0
- drm/tegra: Unconditionally select IOMMU_IOVA (bsc#1152472)
- commit a73cdc7
- gpu: host1x: Unconditionally select IOMMU_IOVA (bsc#1152472)
- commit c88c30e
- drm/tegra: Optionally attach clients to the IOMMU (bsc#1152472)
- commit 73c6377
- drm/tegra: Support DMA API for display controllers (bsc#1152472)
- commit 0e86b26
- drm/tegra: falcon: Clarify address usage (bsc#1152472)
- commit 24b5c84
- drm/tegra: Remove memory allocation from Falcon library (bsc#1152472)
- commit 40af554
- gpu: host1x: Set DMA mask based on IOMMU setup (bsc#1152472)
- commit e8072b0
- gpu: host1x: Support DMA mapping of buffers (bsc#1152472)
- commit b93bd14
- gpu: host1x: Allocate gather copy for host1x (bsc#1152472)
- commit 9d0c5d7
- gpu: host1x: Add direction flags to relocations (bsc#1152472)
- commit 74881db
- gpu: host1x: Clean up debugfs on removal (bsc#1152472)
- commit ae6653f
- gpu: host1x: Overhaul host1x_bo_{pin,unpin}() API (bsc#1152472)
- commit 7e2d7de
- drm/tegra: Simplify IOMMU group selection (bsc#1152472)
- commit 3a671aa
- drm/tegra: Do not use ->load() and ->unload() callbacks (bsc#1152472)
- commit ec21350
- drm/tegra: sor: Introduce audio enable/disable callbacks (bsc#1152472)
- commit 83c925d
- drm/tegra: sor: Extract common audio enabling code (bsc#1152472)
- commit c2cf210
- drm/tegra: sor: Avoid timeouts on unplug events (bsc#1152472)
- commit bf3b3df
- drm/tegra: sor: Unify eDP and DP support (bsc#1152472)
- commit e7c2360
- drm/tegra: sor: Use correct I/O pad for DP (bsc#1152472)
- commit 0d6384e
- drm/tegra: sor: Unify clock setup for eDP, HDMI and DP (bsc#1152472)
- commit ae0cb55
- drm/tegra: sor: Support DisplayPort on Tegra194 (bsc#1152472)
- commit 95676fb
- drm/tegra: sor: Deduplicate connector type detection code (bsc#1152472)
- commit 46b909f
- drm/tegra: sor: Implement pad clock for all SOR instances (bsc#1152472)
- commit 413caf6
- drm/tegra: sor: Use correct SOR index on Tegra210 (bsc#1152472)
- commit 0e5e1ea
- drm/tegra: sor: Remove tegra186-sor1 support (bsc#1152472)
- commit f432088
- drm/tegra: sor: Add DisplayPort support (bsc#1152472)
- commit 9b51056
- drm/tegra: sor: Filter eDP rates (bsc#1152472)
- commit a5dd5d4
- drm/tegra: sor: Stabilize eDP (bsc#1152472)
- commit e7599c7
- drm/tegra: sor: Hook up I2C-over-AUX to output (bsc#1152472)
- commit a74f8fd
- drm/tegra: sor: Use DP link training helpers (bsc#1152472)
- commit f717843
- drm/tegra: dp: Add DisplayPort link training helper (bsc#1152472)
- commit 12bb94f
- drm/tegra: dp: Add support for eDP link rates (bsc#1152472)
- commit 543d01e
- drm/tegra: dp: Add drm_dp_link_choose() helper (bsc#1152472)
- commit d571185
- drm/tegra: dp: Enable alternate scrambler reset when supported (bsc#1152472)
- commit 983c624
- drm/tegra: dp: Set channel coding on link configuration (bsc#1152472)
- commit 8718ced
- drm/tegra: dp: Read AUX read interval from DPCD (bsc#1152472)
- commit f90196d
- drm/tegra: dp: Read eDP version from DPCD (bsc#1152472)
- commit 8f64bbc
- drm/tegra: dp: Read alternate scrambler reset capability from sink (bsc#1152472)
- commit 33ff344
- drm/tegra: dp: Read channel coding capability from sink (bsc#1152472)
- commit 8ba8a32
- drm/tegra: dp: Read TPS3 capability from sink (bsc#1152472)
- commit 3be1d63
- drm/tegra: dp: Read fast training capability from link (bsc#1152472)
- commit 3129bd4
- drm/tegra: dp: Probe link using existing parsing helpers (bsc#1152472)
- commit 46bef9b
- drm/tegra: dp: Turn link capabilities into booleans (bsc#1152472)
- commit f367a07
- drm/tegra: dp: Track link capabilities alongside settings (bsc#1152472)
- commit fffdb36
- drm/tegra: dp: Add drm_dp_link_reset() implementation (bsc#1152472)
- commit ec5b7f9
- drm/tegra: Add missing kerneldoc for struct drm_dp_link (bsc#1152472)
- commit e220b7e
- drm/tegra: dpaux: Parameterize CMH, DRVZ and DRVI (bsc#1152472)
- commit 35c6f68
- drm/tegra: dpaux: Fix crash if VDD supply is absent (bsc#1152472)
- commit c2d9024
- drm/tegra: dpaux: Retry on transfer size mismatch (bsc#1152472)
- commit 9dc1191
- drm/tegra: dpaux: Support monitor hotplugging (bsc#1152472)
- commit 3affd30
- drm/tegra: gem: Use sg_alloc_table_from_pages() (bsc#1152472)
- commit c9473f1
- drm/tegra: gem: Always map SG tables for DMA-BUFs (bsc#1152472)
- commit b23785e
- drm/tegra: gem: Use dma_get_sgtable() (bsc#1152472)
- commit be212b0
- drm/tegra: gem: Rename paddr -> iova (bsc#1152472)
- commit 2c085c7
- drm/tegra: Move IOMMU group into host1x client (bsc#1152472)
- commit 4212ea5
- drm/tegra: vic: Use common IOMMU attach/detach code (bsc#1152472)
- commit a77b4fc
- drm/tegra: vic: Inherit DMA mask from host1x (bsc#1152472)
- commit 1edc941
- drm/tegra: vic: Skip stream ID programming without IOMMU (bsc#1152472)
- commit 3dc1230
- drm/tegra: Use DRM_DEBUG_DRIVER for driver messages (bsc#1152472)
- commit 723086e
- drm/tegra: Inherit device DMA parameters from host1x (bsc#1152472)
- commit 0650d58
- gpu: host1x: Make host1x_cdma_wait_pushbuffer_space() static (bsc#1152472)
- commit 7c10529
- gpu: host1x: Request channels for clients, not devices (bsc#1152472)
- commit 71392d0
- gpu: host1x: Explicitly initialize host1x_info structures (bsc#1152472)
- commit 981ceaf
- gpu: host1x: Remove gratuitous blank line (bsc#1152472)
- commit bc70c26
- gpu: host1x: Do not limit DMA segment size (bsc#1152472)
- commit fcf2a9d
- drm/tegra: Use cec_notifier_conn_(un)register() (bsc#1152472)
- commit 0fcf032
- drm/tegra: Fix ordering of cleanup code (bsc#1152472)
- commit 30d89a6
- drm/tegra: sor: Move register programming out of ->init() (bsc#1152472)
- commit e72f003
- Revert "/dma-buf: Add dma-buf heaps framework"/ (bsc#1152472)
- commit ce0fef2
- Revert "/dma-buf: heaps: Add heap helpers"/ (bsc#1152472)
- commit 8db7f15
- Revert "/dma-buf: heaps: Add system heap to dmabuf heaps"/ (bsc#1152472)
- commit 4920f23
- Revert "/dma-buf: heaps: Add CMA heap to dmabuf heaps"/ (bsc#1152472)
- commit d1daba4
- drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmap (bsc#1152472)
- commit 1557fee
- drm/panfrost: Simplify devfreq utilisation tracking (bsc#1152472)
- commit f68a5aa
- drm/panfrost: Use generic code for devfreq (bsc#1152472)
- commit ef82b7a
- drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of (bsc#1152472)
- commit 09d5da9
- drm/amdgpu: add independent DMA-buf import v9 (bsc#1152472)
- commit 127752c
- drm/amdgpu: add independent DMA-buf export v8 (bsc#1152472)
- commit 78e2db2
- drm/todo: Clarify situation around fbdev and defio (bsc#1152472)
- commit 28a44ce
- drm/fb-helper: Remove drm_fb_helper_defio_init() and update docs (bsc#1152472)
- commit cf917a4
- drm: Don't free jobs in wait_event_interruptible() (bsc#1152472)
- commit dc5d7c7
- dma-buf: heaps: Add CMA heap to dmabuf heaps (bsc#1152472)
- commit b758cf3
- dma-buf: heaps: Add system heap to dmabuf heaps (bsc#1152472)
- commit c3cf897
- dma-buf: heaps: Add heap helpers (bsc#1152472)
- commit e7bb7de
- dma-buf: Add dma-buf heaps framework (bsc#1152472)
- commit 79549b0
- drm/ttm: stop exporting ttm_mem_io_* functions (bsc#1152472)
- commit 9ca4531
- drm/qxl: stop using TTM to call driver internal functions (bsc#1152472)
- commit 72cab75
- drm/ttm: use the parent resv for ghost objects v3 (bsc#1152472)
- commit f89fe2a
- drm/ttm: remove pointers to globals (bsc#1152472)
- commit 9596f7d
- drm/ttm: always keep BOs on the LRU (bsc#1152472)
- commit 1f27a2e
- drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfx (bsc#1152472)
- commit c690ca8
- drm/gpu: Fix Memory barrier without comment Issue (bsc#1152472)
- commit c842f5e
- drm/gpu: Fix Missing blank line after declarations (bsc#1152472)
- commit 7fab77b
- drm: Spelling s/connet/connect/ (bsc#1152472)
- commit 1ba4666
- drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM (bsc#1152472)
- commit c3b487c
- drm/hisilicon/hibmc: Use GEM VRAM's prepare_fb() and cleanup_fb() (bsc#1152472)
- commit 6cc72dd
- drm/bochs: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpers (bsc#1152472)
- commit 7dc9120
- drm/vram-helpers: Add helpers for prepare_fb() and cleanup_fb() (bsc#1152472)
- commit 29ed01c
- drm/gpu: Add comment for memory barrier (bsc#1152472)
- commit 2765485
- drm/mediatek: remove cast to pointers passed to kfree (bsc#1152472)
- commit 1b04f5a
- drm/simple-kms: Standardize arguments for callbacks (bsc#1152472)
- commit edad8ce
- dma-buf: stop using the dmabuf->lock so much v2 (bsc#1152472)
- commit d29eed8
- dma-buf: change DMA-buf locking convention v3 (bsc#1152472)
- commit e5bf569
- drm/dp_mst: Add topology ref history tracking for debugging (bsc#1152489)
- commit 850d8a7
- drm/dp_mst: Add basic topology reprobing when resuming (bsc#1152489)
- commit 3c274a9
- drm/nouveau: Resume hotplug interrupts earlier (bsc#1152489)
- commit 4aade5d
- drm/nouveau: Don't grab runtime PM refs for HPD IRQs (bsc#1152489)
- commit 1856ba3
- drm/dp_mst: Lessen indenting in drm_dp_mst_topology_mgr_resume() (bsc#1152489)
- commit 6304515
- drm/dp_mst: Don't forget to update port->input in (bsc#1152489)
- commit 94d4585
- drm/dp_mst: Protect drm_dp_mst_port members with locking (bsc#1152489)
- commit ffe0098
- drm/dp_mst: Add probe_lock (bsc#1152489)
- commit 0c3e0ef
- drm/dp_mst: Handle UP requests asynchronously (bsc#1152489)
- commit bb19104
- drm/dp_mst: Refactor pdt setup/teardown, add more locking (bsc#1152489)
- commit e092ba2
- drm/dp_mst: Remove PDT teardown in drm_dp_destroy_port() and refactor (bsc#1152489)
- commit 141d01f
- drm/dp_mst: Destroy MSTBs asynchronously (bsc#1152489)
- commit 7f1e92b
- drm/exynos: Move static keyword to the front of declaration (bsc#1152472)
- commit 126ec42
- drm/tegra: Move drm_dp_link helpers to Tegra DRM (bsc#1152472)
- commit 33601f6
- drm/rockchip: Avoid drm_dp_link helpers (bsc#1152472)
- commit 8c89b4e
- drm/msm: edp: Avoid drm_dp_link helpers (bsc#1152472)
- commit 392b329
- drm/bridge: tc358767: Use DP nomenclature (bsc#1152472)
- commit 8fc5ee5
- drm/bridge: tc358767: Avoid drm_dp_link helpers (bsc#1152472)
- commit f0b9bb9
- drm/bridge: analogix-anx78xx: Avoid drm_dp_link helpers (bsc#1152472)
- commit de9f244
- drm/dp: Add helper to get post-cursor adjustments (bsc#1152472)
- commit 5480315
- drm/dp: Do not busy-loop during link training (bsc#1152472)
- commit 5e05f04
- drm/dp: Add drm_dp_alternate_scrambler_reset_cap() helper (bsc#1152472)
- commit 7f8cdd3
- drm/dp: Add drm_dp_channel_coding_supported() helper (bsc#1152472)
- commit 7a3bbd2
- drm/dp: Add drm_dp_fast_training_cap() helper (bsc#1152472)
- commit 85f0306
- drm/dp: Remove a gratuituous blank line (bsc#1152472)
- commit 419d2a4
- drm/dp: Sort includes alphabetically (bsc#1152472)
- commit 5aeaa4f
- Revert "/drm/omap: add OMAP_BO flags to affect buffer allocation"/ (bsc#1152472)
- commit e77a394
- drm/todo: Add levels (bsc#1152472)
- commit f860056
- drm/todo: Remove i915 device_link task (bsc#1152472)
- commit 7f11685
- drm/doc: Drop misleading comment on drm_mode_config_cleanup (bsc#1152472)
- commit 0708ec6
- drm/vc4: Use drm_hdmi_avi_infoframe_bars() (bsc#1152489)
- commit 3bde472
- drm/edid: Add drm_hdmi_avi_infoframe_bars() (bsc#1152489)
- commit eac9c06
- drm/mipi_dbi: Use simple right shift instead of double negation (bsc#1152489)
- commit d51b37c
- drm/virtio: move byteorder handling into (bsc#1152489)
- commit 5376ab9
- drm/virtio: print a single line with device features (bsc#1152489)
- commit 7cfcbc6
- drm/qxl: allocate small objects top-down (bsc#1152489)
- commit d3ffa6a
- drm/qxl: use DEFINE_DRM_GEM_FOPS() (bsc#1152489)
- commit 3860969
- drm/qxl: drop verify_access (bsc#1152489)
- commit 4407c14
- drm/qxl: switch qxl to &drm_gem_object_funcs.mmap (bsc#1152489)
- commit d5e9718
- drm/qxl: drop qxl_ttm_fault (bsc#1152489)
- commit 129af52
- drm: remove unnecessary return variable (bsc#1152489)
- commit 82d8e1d
- drm/gma500: fix memory disclosures due to uninitialized bytes (bsc#1152489)
- commit 57e322b
- gma/gma500: fix a memory disclosure bug due to uninitialized bytes (bsc#1152489)
- commit 4e5aa97
- drm/komeda: Dump SC_ENH_* registers from scaler block (bsc#1152489)
- commit 6aab038
- drm: tda998x: use cec_notifier_conn_(un)register (bsc#1152489)
- commit d6360d8
- drm/edid: Fix HDMI VIC handling (bsc#1152489)
- commit a5be939
- drm/edid: Extract drm_mode_cea_vic() (bsc#1152489)
- commit aa057cb
- drm/edid: Make drm_get_cea_aspect_ratio() static (bsc#1152489)
- commit 7499b09
- drm/fourcc: Fix undefined left shift in DRM_FORMAT_BIG_ENDIAN macros (bsc#1152489)
- commit 9aefdf9
- drm/syncobj: extend syncobj query ability v3 (bsc#1152489)
- commit 1d768dd
- drm/arm: make undeclared items static (bsc#1152489)
- commit 5ef8c91
- drm/lima: add __GFP_NOWARN flag to all dma_alloc_wc (bsc#1152472)
- commit 594fe81
- drm/lima: use drm_gem_(un)lock_reservations (bsc#1152472)
- commit 41f4943
- drm/lima: use drm_gem_shmem_helpers (bsc#1152472)
- commit 07dbd19
- drm/qxl: Fix randbuild error (bsc#1152472)
- commit 2cfa7b3
- drm/cirrus: Remove obsolete header file (bsc#1152472)
- commit afdbf07
- drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS (bsc#1152472)
- commit 5903b12
- drm/vram: drop verify_access (bsc#1152472)
- commit f2ea453
- drm/vram: switch vram helper to &drm_gem_object_funcs.mmap() (bsc#1152472)
- commit bf71778
- drm/ttm: add drm_gem_ttm_mmap() (bsc#1152472)
- commit bf0b34e
- drm/ttm: rename ttm_fbdev_mmap (bsc#1152472)
- commit 20d0821
- drm/ttm: factor out ttm_bo_mmap_vma_setup (bsc#1152472)
- commit 0b5610f
- drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPS (bsc#1152472)
- commit e697ee7
- drm/shmem: drop VM_IO (bsc#1152472)
- commit cf7ebc2
- drm/shmem: drop VM_DONTDUMP (bsc#1152472)
- commit d46d2c1
- drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmap (bsc#1152472)
- commit 324f364
- drm: add mmap() to drm_gem_object_funcs (bsc#1152472)
- commit b408a1a
- drm: Add TODO item for fbdev driver conversion (bsc#1152472)
- commit 367172c
- drm/i810: Refer to `PREEMPTION' in comment (bsc#1152472)
- commit 3e18f28
- drm/komeda: Adds output-color format support (bsc#1152472)
- commit 9009459
- drm/komeda: Set output color depth for output (bsc#1152472)
- commit a4bce72
- drm/komeda: Adds layer horizontal input size limitation check for D71 (bsc#1152472)
- commit 4bda719
- drm/komeda: Add line size support (bsc#1152472)
- commit 0241aed
- drm/vboxvideo: Replace struct vram_framebuffer with generic (bsc#1152472)
- commit 5c705ec
- drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb() (bsc#1152472)
- commit 9de63bf
- drm/vboxvideo: Switch to generic fbdev emulation (bsc#1152472)
- commit a499eb7
- drm: Add LT-tunable PHY repeater mode operations (bsc#1152472)
- commit e2264fc
- drm/bridge: dw-hdmi: Restore audio when setting a mode (bsc#1152472)
- commit d2853aa
- drm/mxsfb: Read bus flags from bridge if present (bsc#1152489)
- commit e023cca
- drm/mxsfb: Update mxsfb to support a bridge (bsc#1152489)
- commit b592bc6
- drm/dp-mst: fix warning on unused var (bsc#1152489)
- commit 14c3b09
- drm/omap: Remove set but not used variable 'err' in (bsc#1152489)
- commit 9a59c75
- drm/omap: Remove set but not used variable 'err' in (bsc#1152489)
- commit d09d8d8
- drm/omap: Remove set but not used variable 'tclk_trail' (bsc#1152489)
- commit 187890e
- drm/omap: Remove set but not used variable 'plane' (bsc#1152489)
- commit a827858
- drm/rockchip: vop: add the definition of dclk_pol (bsc#1152489)
- commit 1202abd
- drm/rockchip: make rockchip_gem_alloc_object static (bsc#1152489)
- commit 998c376
- drm/rockchip: include rockchip_drm_drv.h (bsc#1152489)
- commit b30106b
- drm/rockchip: rk3066_hdmi: Use devm_platform_ioremap_resource() in (bsc#1152489)
- commit 006e84b
- drm/atmel-hlcdc: Use swap() where appropriate (bsc#1152489)
- commit d018c50
- drm/omap: add OMAP_BO flags to affect buffer allocation (bsc#1152489)
- commit c732ae9
- drm/omap: add omap_gem_validate_flags() (bsc#1152489)
- commit 227dc00
- drm/omap: cleanup OMAP_BO_SCANOUT use (bsc#1152489)
- commit 35bf4f7
- drm/omap: remove OMAP_BO_TILED define (bsc#1152489)
- commit 3bf5cc4
- drm/omap: cleanup OMAP_BO flags (bsc#1152489)
- commit 730659b
- drm/omap: accept NULL for dma_addr in omap_gem_pin (bsc#1152489)
- commit f087045
- drm/omap: add omap_gem_unpin_locked() (bsc#1152489)
- commit 69a06d0
- drm/omap: use refcount API to track the number of users of dma_addr (bsc#1152489)
- commit 56aa18c
- drm/rockchip: Add optional support for CRTC gamma LUT (bsc#1152489)
- commit 4c43bc9
- drm/scheduler: make unexported items static (bsc#1152489)
- commit d009c4f
- drm/plane: Clarify our expectations for src/dst rectangles (bsc#1152489)
- commit 3dc4245
- drm/vkms: Remove duplicated include from vkms_drv.c (bsc#1152489)
- commit 265e111
- drm/dp-mst: Drop connection_mutex check (bsc#1152489)
- commit dd28de1
- drm/sun4i: Enable DRM InfoFrame support on H6 (bsc#1152489)
- commit 03f3e06
- drm/meson: Enable DRM InfoFrame support on GXL, GXM and G12A (bsc#1152489)
- commit e9bfb6e
- drm/rockchip: Enable DRM InfoFrame support on RK3328 and RK3399 (bsc#1152489)
- commit 6c47e71
- drm/bridge: dw-hdmi: Add Dynamic Range and Mastering InfoFrame (bsc#1152489)
- commit e42fc4e
- drm/bridge: analogix-anx78xx: add support for 7808 addresses (bsc#1152489)
- commit 8a8bec5
- drm/bridge: sil_sii8620: make remote control optional. (bsc#1152489)
- commit d11a3fe
- gpu: drm: bridge: sii9234: convert to devm_i2c_new_dummy_device (bsc#1152489)
- commit 19984d9
- Documentation: Fix warning in drm-kms-helpers.rst (bsc#1152489)
- commit 572be11
- drm/rockchip: Round up _before_ giving to the clock framework (bsc#1152489)
- commit c163fa9
- drm/panfrost: Remove commented out call to panfrost_core_dump (bsc#1152489)
- commit 61dbdb3
- drm: two planes with the same zpos have undefined ordering (bsc#1152489)
- commit 420e11d
- drm/vkms: Fix an undefined reference error in vkms_composer_worker (bsc#1152489)
- commit 253a3c6
- drm/edid: Select DMT timing if EDID's display feature not support GTF (bsc#1152489)
- commit fdc8dad
- drm/komeda: remove redundant assignment to pointer disable_done (bsc#1152489)
- commit f05a472
- drm/vkms: prime import support (bsc#1152489)
- commit 4fb71ab
- drm/drm_vblank: Change EINVAL by the correct errno (bsc#1152489)
- commit 28b1c04
- drm: Add link training repeaters addresses (bsc#1152489)
- commit 4c1d1f8
- drm: delete drmP.h + drm_os_linux.h (bsc#1152489)
- commit 5275bee
- drm_dp_cec: drop use of drmP.h (bsc#1152489)
- commit 2f2839a
- drm/arm/mali-dp: Add display QoS interface configuration for Mali (bsc#1152489)
- commit f746147
- drm/amdgpu/powerplay: use local renoir array sizes for clock fetching (bsc#1152472)
- commit 261c6e0
- drm/amdgpu: call amdgpu_vm_prt_fini before deleting the root PD (bsc#1152472)
- commit 4ec7e6a
- drm/amdgpu/vi: silence an uninitialized variable warning (bsc#1152472)
- commit 608d027
- drm/amdgpu/vce: make some functions static (bsc#1152472)
- commit 78d065e
- drm/amdgpu/psp: declare PSP TA firmware (bsc#1152472)
- commit 540469f
- drm/amdgpu: fix amdgpu trace event print string format error (bsc#1152489)
- commit f2f696e
- drm/amdgpu/psp: add psp memory training implementation(v3) (bsc#1152489)
- commit e5cbff2
- drm/amdgpu: reserve vram for memory training(v4) (bsc#1152489)
- commit 2b99fc5
- drm/amdgpu: add psp memory training callbacks and macro (bsc#1152489)
- commit 42fe4f6
- drm/amdgpu/atomfirmware: add memory training related helper (bsc#1152489)
- commit a17c380
- drm/amdgpu: update atomfirmware header with memory training related (bsc#1152489)
- commit 9a47d97
- drm/amdgpu: introduce psp_v11_0_is_sos_alive interface(v2) (bsc#1152489)
- commit b047db7
- drm/amdgpu: add a generic fb accessing helper function(v3) (bsc#1152489)
- commit f627772
- drm/amdgpu: update amdgpu_discovery to handle revision (bsc#1152489)
- commit f75b649
- drm/amdgpu/powerplay: implement interface pp_power_profile_mode (bsc#1152489)
- commit 5ecb752
- drm/amdgpu/display: fix build when CONFIG_DRM_AMD_DC_DSC_SUPPORT=n (bsc#1152489)
- commit 3aa7077
- drm/amd/display: Make dc_link_detect_helper static (bsc#1152489)
- commit 3ce56b8
- drm/amd/display: null check pp_smu clock table before using it (bsc#1152489)
- commit 1f0641f
- drm/amd/display: handle dp is usb-c (bsc#1152489)
- commit f2f6d18
- drm/amd/display: use requested_dispclk_khz instead of clk (bsc#1152489)
- commit ba20c36
- drm/amd/display: enable smu set dcfclk (bsc#1152489)
- commit 3f30bad
- drm/amd/display: fix header for RN clk mgr (bsc#1152489)
- commit 5331a95
- drm/amd/display: add sanity check for clk table from smu (bsc#1152489)
- commit df0f692
- drm/amd/display: Fix rn audio playback and video playback speed (bsc#1152489)
- commit c93c90c
- drm/amd/display: handle "/18"/ case in TruncToValidBPP (bsc#1152489)
- commit 58ae513
- drm/amd/display: update odm mode validation to be in line with policy (bsc#1152489)
- commit 2ed2a68
- drm/amd/display: add dummy functions to smu for Renoir Silicon Diags (bsc#1152489)
- commit 37c89ff
- drm/amd/display: change PP_SM defs to 8 (bsc#1152489)
- commit d4f1ce2
- drm/amd/display: update renoir bounding box and res_caps (bsc#1152489)
- commit 2864034
- drm/amd/display: update dcn21 hubbub registers (bsc#1152489)
- commit b3a9dab
- drm/amd/display: add detile buffer size for renoir (bsc#1152489)
- commit 3676eae
- drm/amd/display: correct dcn21 NUM_VMID to 16 (bsc#1152489)
- commit 11584e2
- drm/amd/display: use dcn10 version of program tiling on Renoir (bsc#1152489)
- commit ad3ce58
- drm/amd/display: initialize RN gpuvm context programming function (bsc#1152489)
- commit 7879e27
- drm/amd/display: Temporary workaround to toggle watermark setting (bsc#1152489)
- commit 75814c9
- drm/amd/display: fix incorrect page table address for renoir (bsc#1152489)
- commit a2dac36
- drm/amd/display: enable hostvm based on roimmu active for dcn2.1 (bsc#1152489)
- commit 562a912
- drm/amd/display: move the bounding box patch before calculate wm (bsc#1152489)
- commit 52467a1
- drm/amd/display: add REFCYC_PER_TRIP_TO_MEMORY programming (bsc#1152489)
- commit 5397343
- drm/amd/display: create dcn21_link_encoder files (bsc#1152489)
- commit a671d5f
- drm/amd/display: Add renoir hw_seq (bsc#1152489)
- commit b81dfb9
- drm/amd/display: Add DCN_BASE regs (bsc#1152489)
- commit 317cf33
- drm/amd/display: Add DP_DPHY_INTERNAL_CTR regs (bsc#1152489)
- commit 599f8b4
- drm/amd/display: disable ext aux support for vega (bsc#1152489)
- commit 04a375a
- drm/amd/display: configurable aux timeout support (bsc#1152489)
- commit 909d5ed
- drm/amd/display: update register field access mechanism (bsc#1152489)
- commit ef5a136
- drm/amdgpu: No need to check gfxoff status after enable gfxoff (bsc#1152489)
- commit 18535b7
- drm/amd/powerplay: bug fix for memory clock request from display (bsc#1152489)
- commit 6933eac
- drm/amdgpu: fix S3 failed as RLC safe mode entry stucked in polloing (bsc#1152489)
- commit 60a99e8
- drm/amdgpu: add GFX_PIPELINE capacity check for updating gfx cgpg (bsc#1152489)
- commit 1de996f
- drm/amd/display: add NULL checks for clock manager pointer (bsc#1152489)
- commit b512a7c
- drm/amdgpu: enable BACO reset for SMU7 based dGPUs (v2) (bsc#1152489)
- commit cb62737
- drm/amdgpu/powerplay: wire up BACO to powerplay API for smu7 (bsc#1152489)
- commit 30b6b8e
- drm/amdgpu/powerplay: split out common smu7 BACO code (bsc#1152489)
- commit f25d4fd
- drm/amdgpu/powerplay: add support for BACO on CI (bsc#1152489)
- commit a065e43
- drm/amdgpu/powerplay: add support for BACO on Fiji (bsc#1152489)
- commit e225756
- drm/amdgpu/powerplay: add support for BACO on VegaM (bsc#1152489)
- commit 22fbf95
- drm/amdgpu/powerplay: add support for BACO on polaris (bsc#1152489)
- commit 1c7bd63
- drm/amdgpu/powerplay: add support for BACO on Iceland (bsc#1152489)
- commit e5202c4
- drm/amdgpu/powerplay: add support for BACO on tonga (bsc#1152489)
- commit da960f8
- drm/amdgpu/powerplay: add core support for pre-SOC15 baco (bsc#1152489)
- commit f2f40ae
- drm/amdgpu: add new SMU 7.1.3 registers for BACO (bsc#1152489)
- commit 16d23ac
- drm/amdgpu: add new SMU 7.1.2 registers for BACO (bsc#1152489)
- commit 464d0e0
- drm/amdgpu: add new SMU 7.0.1 registers for BACO (bsc#1152489)
- commit 9026ce6
- drm/amdgpu: add new BIF 5.0 register for BACO (bsc#1152489)
- commit 824485e
- drm/amdgpu: add new BIF 4.1 register for BACO (bsc#1152489)
- commit f77e83c
- drm/amdgpu/soc15: add support for baco reset with swSMU (bsc#1152489)
- commit 491c698
- drm/amdgpu: remove in_baco_reset hack (bsc#1152489)
- commit 4baefdb
- drm/amdgpu: simplify ATPX detection (bsc#1152489)
- commit bd96709
- drm/amdgpu: move gpu reset out of amdgpu_device_suspend (bsc#1152489)
- commit 7ea6014
- drm/amdgpu: move pci_save_state into suspend path (bsc#1152489)
- commit ab21059
- drm/amdgpu/display: fix build error casused by (bsc#1152489)
- commit fb5f2be
- drm/amdgpu/display: hook renoir dc to pplib funcs (bsc#1152489)
- commit b894f2e
- dmr/amdgpu: Fix crash on SRIOV for ERREVENT_ATHUB_INTERRUPT (bsc#1152489)
- commit dcf6a24
- drm/amdgpu/powerplay: add renoir funcs to support dc (bsc#1152489)
- commit 8c302da
- drm/amd/powerplay: enable Arcturus runtime VCN dpm on/off (bsc#1152489)
- commit 45823cf
- drm/amd/powerplay: bug fix for pcie parameters override (bsc#1152489)
- commit c99b7ae
- drm/amdgpu: Fix tdr3 could hang with slow compute issue (bsc#1152489)
- commit dd225e7
- drm/amdgpu: add RAS support for VML2 and ATCL2 (bsc#1152489)
- commit 2b4d723
- drm/amd/include: add register define for VML2 and ATCL2 (bsc#1152489)
- commit 9ee2bf6
- drm/amdgpu: change to query the actual EDC counter (bsc#1152489)
- commit 1ff3b4a
- drm/amd/powerplay: add BACO platformCaps for VEGA20 (bsc#1152489)
- commit febd519
- drm/amd/powerplay: send EnterBaco msg with argument as RAS recovery (bsc#1152489)
- commit 0e7aa72
- drm/amd/powerplay: avoid disabling ECC if RAS is enabled for VEGA20 (bsc#1152489)
- commit 4dbf336
- drm/amdgpu/soc15: disable doorbell interrupt as part of BACO entry (bsc#1152489)
- commit 729216b
- drm/amdgpu/display: clean up dcn2*_pp_smu functions (bsc#1152489)
- commit 41a441e
- drm/amd/powerplay: re-enable FW_DSTATE feature bit (bsc#1152489)
- commit b7b2706
- drm/amdgpu/discovery: reserve discovery data at the top of VRAM (bsc#1152489)
- commit 7732631
- drm/amdgpu/swSMU: custom UMD pstate peak clock for navi14 (bsc#1152489)
- commit 7e56a92
- drm/amd/powerplay: enable df cstate control on swSMU routine (bsc#1152489)
- commit 9499389
- drm/amd/powerplay: enable df cstate control on powerplay routine (bsc#1152489)
- commit 4107c01
- drm/amdgpu/swSMU/navi: add feature toggles for more things (bsc#1152489)
- commit 31f1018
- drm/amdgpu/powerplay: Use swap() where appropriate (bsc#1152489)
- commit 448b6b0
- drm/amd/display: Use swap() where appropriate (bsc#1152489)
- commit 93be2d1
- drm/amdgpu: Do not implement power-on for SDMA after do mode2 reset (bsc#1152489)
- commit ab43ad0
- drm/amd/powerplay: add more feature bits (bsc#1152489)
- commit 71b34e4
- drm/amdgpu: avoid ras error injection for retired page (bsc#1152489)
- commit fba9539
- drm/amdgpu: Use the ALIGN() macro (bsc#1152489)
- commit 1cb3527
- drm/amdgpu/ras: document the reboot ras option (bsc#1152489)
- commit e158346
- drm/amdgpu/ras: fix typos in documentation (bsc#1152489)
- commit 8652832
- drm/amd/display: add renoir specific watermark range and clk helper (bsc#1152489)
- commit b3db7f7
- drm/amd/display: hook up notify watermark ranges and get clock table (bsc#1152489)
- commit cde36e3
- drm/amd/display: Skip DIG Check if Link is Virtual for Display Count (bsc#1152489)
- commit 535ffe5
- drm/amd/display: correct stream LTE_340MCSC_SCRAMBLE value (bsc#1152489)
- commit 623914e
- drm/amd/display: Fix dongle_caps containing stale information. (bsc#1152489)
- commit 3cc441c
- drm/amd/display: Add capability check for static ramp calc (bsc#1152489)
- commit 307bc39
- drm/amd/display: 3.2.54 (bsc#1152489)
- commit fefcf91
- drm/amd/display: make aux defer delay and aux sw start delay seperate (bsc#1152489)
- commit 2f6a1f9
- drm/amd/display: use vbios message to call smu for dpm level (bsc#1152489)
- commit f47f7f7
- drm/amd/display: Fix maybe-uninitialized warning (bsc#1152489)
- commit 319532d
- drm/amd/display: add more checks to validate seamless boot timing (bsc#1152489)
- commit 5354584
- drm/amd/display: add new active dongle to existent w/a (bsc#1152489)
- commit 2030de1
- drm/amd/display: Update number of dcn21 audio endpoints (bsc#1152489)
- commit 9067792
- drm/amd/display: add guard for SMU ver, for 48mhz clk (bsc#1152489)
- commit 38a0222
- drm/amd/display: fix code to control 48mhz refclk (bsc#1152489)
- commit 5bd7dd2
- drm/amd/display: exit PSR during detection (bsc#1152489)
- commit 3546a5f
- drm/amd/display: Program DWB watermarks from correct state (bsc#1152489)
- commit 462199f
- drm/amd/display: 3.2.53 (bsc#1152489)
- commit 9d49ad8
- drm/amd/display: Use dcn1 Optimal Taps Get (bsc#1152489)
- commit b927d8c
- drm/amd/display: fix bug with check for HPD Low in verify link cap (bsc#1152489)
- commit 3923b6a
- drm/amd/display: wait for set pipe mcp command completion (bsc#1152489)
- commit 38b75f4
- drm/amd/display: Add output bitrate to DML calculations (bsc#1152489)
- commit bb48a0a
- drm/amd/display: Properly round nominal frequency for SPD (bsc#1152489)
- commit f2d6d9e
- drm/amd/display: Restore should_update_pstate_support after bad (bsc#1152489)
- commit 88d64ce
- drm/amd/display: check phy dpalt lane count config (bsc#1152489)
- commit 40825a3
- drm/amd/display: build up VSIF infopacket (bsc#1152489)
- commit fc90385
- drm/amd/display: 3.2.52 (bsc#1152489)
- commit 272773c
- drm/amd/display: Add missing shifts and masks for dpp registers on (bsc#1152489)
- commit 8337955
- drm/amd/display: add explicit comparator as default optimization (bsc#1152489)
- commit 6208a9e
- drm/amd/display: add support for VSIP info packet (bsc#1152489)
- commit 14d0fb5
- drm/amd/display: fix hotplug during display off (bsc#1152489)
- commit 02e44a5
- drm/amd/display: fix pipe re-assignment when odm present (bsc#1152489)
- commit ef431cf
- drm/amd/display: Reprogram FMT on pipe change (bsc#1152489)
- commit 3aa123f
- drm/amd/display: Update V_UPDATE whenever VSTARTUP changes (bsc#1152489)
- commit 49d4cd2
- drm/amd/display: skip enable stream on disconnected display (bsc#1152489)
- commit f8fb285
- drm/amd/display: Correct values in AVI infoframe (bsc#1152489)
- commit 1382ffe
- drm/amd/display: Added pixel dynamic expansion control. (bsc#1152489)
- commit ea6acba
- drm/amdgpu: Enable gfx cache probing on HDP write for arcturus (bsc#1152489)
- commit 297bbc8
- drm/amdgpu: Clean up gmc_v9_0_gart_enable (bsc#1152489)
- commit 29fa105
- drm/amdgpu: simplify gds_compute_max_wave_id computation (bsc#1152489)
- commit 20afc48
- drm/amdkfd: update for drmP.h removal (bsc#1152489)
- commit 78de92d
- drm/amdkfd: Check against device cgroup (bsc#1152489)
- commit 1f9f83a
- drm/amdkfd: fix the build when CIK support is disabled (bsc#1152489)
- commit 27725a4
- drm/amd: Fix Kconfig indentation (bsc#1152489)
- commit 40ac865
- drm/amdgpu: Report vram vendor with sysfs (v3) (bsc#1152489)
- commit cedbbba
- drm/amdkfd: Fix a && vs || typo (bsc#1152489)
- commit f113e54
- drm/amd/powerplay: Fix error handling in smu_init_fb_allocations() (bsc#1152489)
- commit 1979472
- drm/amd/powerplay: unlock on error in smu_resume() (bsc#1152489)
- commit 18a68e5
- drm/amd/display: Remove set but not used variables 'pp_smu', (bsc#1152489)
- commit 7015e9f
- drm/amd/display: Remove set but not used variable 'pixel_width' (bsc#1152489)
- commit 1681d99
- drm/amd/display: Remove set but not used variables 'h_ratio_chroma', (bsc#1152489)
- commit d9fdea5
- drm/amd/display: Remove set but not used variable 'source_bpp' (bsc#1152489)
- commit b6f05db
- drm/amd/display: Make function wait_for_alt_mode static (bsc#1152489)
- commit 8a344dd
- drm/amdkfd: add missing void argument to function kgd2kfd_init (bsc#1152489)
- commit 9746706
- drm/amdgpu: remove duplicated include from mmhub_v1_0.c (bsc#1152489)
- commit 40e5b4f
- drm/amdgpu: move amdgpu_device_get_job_timeout_settings (bsc#1152489)
- commit cefae48
- drm/amd/display: remove set but not used variable 'core_freesync' (bsc#1152489)
- commit eebab66
- drm/amd/display: Fix typo in some comments (bsc#1152489)
- commit 1d135e6
- drm/amdkfd: Print more sdma engine hqds in debug fs (bsc#1152489)
- commit 0dd5341
- drm/amdkfd: Fix MQD size calculation (bsc#1152489)
- commit 69f4a2a
- drm/amdgpu: Fix error handling in amdgpu_ras_recovery_init (bsc#1152489)
- commit ccbd03e
- drm/amdgpu: remove redundant variable r and redundant return (bsc#1152489)
- commit 186c87b
- drm/amdgpu: fix uninitialized variable pasid_mapping_needed (bsc#1152489)
- commit 5356f40
- drm/amd/display: fix struct init in update_bounding_box (bsc#1152489)
- commit 81457ed
- drm/amdgpu: add code comment in vcn_v2_5_hw_init (bsc#1152489)
- commit 1f0867d
- drm/amdgpu/vcn: use amdgpu_ring_test_helper (bsc#1152489)
- commit 3e44009
- drm/amdgpu: improve MSI-X handling (v3) (bsc#1152489)
- commit 8636686
- drm/amd/display: fix spelling mistake AUTHENICATED -> AUTHENTICATED (bsc#1152489)
- commit 998c421
- drm/amdgpu: remove set but not used variable 'pipe' (bsc#1152489)
- commit 64f9c3f
- drm/amdgpu: Drop unused variable and statement (bsc#1152489)
- commit a559157
- drm/amdgpu : enable msix for amdgpu driver (bsc#1152489)
- commit 2e89934
- drm/amdkfd: Improve KFD IOCTL printing (bsc#1152489)
- commit c3d7f66
- drm/amdgpu: Export setup_vm_pt_regs() logic for mmhub 2.0 (bsc#1152489)
- commit 4393151
- drm/amdgpu: Add the HDP flush support for Navi (bsc#1152489)
- commit 9cac111
- drm/amdkfd: Use array to probe kfd2kgd_calls (bsc#1152489)
- commit 08c1496
- drm/amdkfd: Delete unnecessary function declarations (bsc#1152489)
- commit 26a77c7
- drm/amdgpu: Delete useless header file reference (bsc#1152489)
- commit a9dd3a2
- drm/amd/amdgpu/sriov ip block setting of Arcturus (bsc#1152489)
- commit 879dc0d
- drm/amdgpu/dm/mst: Use ->atomic_best_encoder (bsc#1152489)
- commit 93d4fe6
- drm/amdgpu/dm/mst: Don't create MST topology managers for eDP ports (bsc#1152489)
- commit 76236af
- drm/amdgpu/dm/mst: Remove unnecessary NULL check (bsc#1152489)
- commit c1d25ea
- drm/amdgpu: Iterate through DRM connectors correctly (bsc#1152489)
- commit 74426f4
- drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topology (bsc#1152489)
- commit 3ebf34e
- drm/amdkfd: fix kgd2kfd_device_init() definition conflict error (bsc#1152489)
- commit 164bb53
- drm/amd/powerplay: initlialize smu->is_apu is false by default (bsc#1152489)
- commit 1c012c3
- drm/amd/powerplay: update the interface for getting dpm full scale (bsc#1152489)
- commit 7b82843
- drm/amd/powerplay: implement the interface for setting sclk/uclk (bsc#1152489)
- commit 5f42858
- drm/amd/powerplay: implement interface set_power_profile_mode() (v2) (bsc#1152489)
- commit 90f7dab
- drm/amd/powerplay: add the interfaces for getting and setting (bsc#1152489)
- commit bf94b7b
- drm/amd/powerplay: add interface for getting workload type (bsc#1152489)
- commit 109a810
- drm/amd/powerplay: add interface for forcing and unforcing dpm limit (bsc#1152489)
- commit 3e4d9b5
- drm/amd/powerplay: implement the interface for setting soft freq (bsc#1152489)
- commit 1ba6fe6
- drm/amd/powerplay: bypass dpm_context null pointer check guard for (bsc#1152489)
- commit 6a79f05
- drm/amd/amdgpu: add IH cg support on soc15 project (bsc#1152489)
- commit ffdd870
- drm/amdkfd: Fix race in gfx10 context restore handler (bsc#1152489)
- commit 7be9c34
- drm/amdkfd: Use setup_vm_pt_regs function from base driver in KFD (bsc#1152489)
- commit e39c2f6
- drm/amdgpu: Export setup_vm_pt_regs() logic for gfxhub 2.0 (bsc#1152489)
- commit af1882e
- drm/amdkfd: Eliminate get_atc_vmid_pasid_mapping_valid (bsc#1152489)
- commit 13d68ce
- drm/amdkfd: Query vmid pasid mapping through stored info for non HWS (bsc#1152489)
- commit 056e889
- drm/amdkfd: Record vmid pasid mapping in the driver for non HWS mode (bsc#1152489)
- commit df7b5bc
- drm/amdkfd: Use hex print format for pasid (bsc#1152489)
- commit 74333ec
- drm/amdkfd: Delete unused defines (bsc#1152489)
- commit 768870d
- drm/amdkfd: Move the control stack on GFX10 to userspace buffer (bsc#1152489)
- commit 6102f29
- drm/amd: Pass drm_device to kfd (bsc#1152489)
- commit 75fc1d9
- drm/amdkfd: Store kfd_dev in iolink and cache properties (bsc#1152489)
- commit c4e37a1
- drm/amdkfd: use navi12 specific family id for navi12 code path (bsc#1152489)
- commit 2e12624
- drm/amdgpu: Add SMUIO values for other I2C controller v2 (bsc#1152489)
- commit 7362803
- drm/amdkfd: Use better name for sdma queue non HWS path (bsc#1152489)
- commit 018b39d
- drm/amdkfd: Delete useless SDMA register setting on non HWS path (bsc#1152489)
- commit ec2f372
- drm/amdkfd: Add NAVI12 support from kfd side (bsc#1152489)
- commit e7f31df
- drm/amdgpu: restrict hotplug error message (bsc#1152489)
- commit d6f5664
- drm/amdgpu: once more fix amdgpu_bo_create_kernel_at (bsc#1152489)
- commit fa8b321
- drm/amd/powerplay: update arcturus smu-driver interaction header (bsc#1152489)
- commit 8a6ec47
- drm/amdgpu: add comments in ras interrupt callback (bsc#1152489)
- commit c134caf
- drm/amdgpu: implement common gmc_ras_late_init (bsc#1152489)
- commit c29e8d4
- drm/amdgpu: move xgmi ras fini to xgmi block (bsc#1152489)
- commit 557c1fb
- drm/amdgpu: move mmhub ras fini to mmhub block (bsc#1152489)
- commit 9e55abe
- drm/amdgpu: move umc ras fini to umc block (bsc#1152489)
- commit 7e93305
- drm/amdgpu: add ras fini for xgmi (bsc#1152489)
- commit a73590e
- drm/amdgpu: add ras fini for nbio (bsc#1152489)
- commit 5ee79d0
- drm/amdgpu: simplify the access to eeprom_control struct (bsc#1152489)
- commit cefc7be
- drm/amdgpu: remove ih_info parameter of gfx_ras_late_init (bsc#1152489)
- commit 381b531
- drm/amdgpu: remove ih_info parameter of umc_ras_late_init (bsc#1152489)
- commit 84035f5
- drm/amdgpu: add common sdma_ras_fini function (bsc#1152489)
- commit 07c43b9
- drm/amdgpu: add common gfx_ras_fini function (bsc#1152489)
- commit 8b141ab
- drm/amdgpu: add common gmc_ras_fini function (bsc#1152489)
- commit 77609cf
- drm/amdgpu: move mmhub_ras_if from gmc to mmhub block (bsc#1152489)
- commit c531842
- drm/amdgpu: replace mmhub_funcs with mmhub.funcs (bsc#1152489)
- commit fd36902
- drm/amdgpu: add common mmhub member for adev (bsc#1152489)
- commit cfde8fb
- drm/amdgpu: move umc_ras_if from gmc to umc block (bsc#1152489)
- commit f96465b
- drm/amdgpu: refine sdma4 ras_data_cb (bsc#1152489)
- commit 061dd6d
- drm/amdgpu: move sdma ecc functions to generic sdma file (bsc#1152489)
- commit dc22c97
- drm/amdgpu: move gfx ecc functions to generic gfx file (bsc#1152489)
- commit 9f44e50
- drm/amdgpu: move umc ras irq functions to umc block (bsc#1152489)
- commit 688faf0
- drm/amdgpu: update parameter of ras_ih_cb (bsc#1152489)
- commit 295589f
- drm/amdgpu: fix an UMC hw arbitrator bug(v3) (bsc#1152489)
- commit 485f417
- drm/amdgpu: remove gfx9 NGG (bsc#1152489)
- commit 5668845
- drm/amdgpu/atomfirmware: simplify the interface to get vram info (bsc#1152489)
- commit 19d36d4
- drm/amdgpu/atomfirmware: use proper index for querying vram type (v3) (bsc#1152489)
- commit 0bab32d
- drm/amdgpu/psp: silence response status warning (bsc#1152489)
- commit 4b318e4
- drm/amd/powerplay: remove duplicate macro of smu_get_uclk_dpm_states (bsc#1152489)
- commit 566234d
- drm/amd/amdgpu:Fix compute ring unable to detect hang. (bsc#1152489)
- commit 73c4e17
- drm/amdgpu: Use mode2 mode to perform GPU RESET for Renoir (bsc#1152489)
- commit 969e71e
- drm/amd/powerplay: A workaround to GPU RESET on APU (bsc#1152489)
- commit c278e52
- drm/amd/powerplay: Add mode2 mode for GPU RESET in SMU (bsc#1152489)
- commit d275eba
- drm/amdkfd: Sync gfx10 kfd2kgd_calls function pointers (bsc#1152489)
- commit 774e2b3
- drm/amdkfd: Fix NULL pointer dereference for set_scratch_backing_va() (bsc#1152489)
- commit b10138c
- drm/amdkfd: Remove unnecessary pm_init() for non HWS mode (bsc#1152489)
- commit 4c652a7
- drm/amdkfd: Remove excessive print when reserving doorbells (bsc#1152489)
- commit 7f34835
- drm/amdkfd: Add an error print if SDMA RLC is not idle (bsc#1152489)
- commit 40efc3b
- drm/amdgpu: correct condition check for psp rlc autoload (bsc#1152489)
- commit a86ad90
- drm/amdgpu: add command id in psp response failure message (bsc#1152489)
- commit 4eed202
- drm/amdgpu: enable psp front door loading by default on Arcturus (bsc#1152489)
- commit 82645cd
- drm/amdgpu: disable vcn ip block for front door loading on Arcturus (bsc#1152489)
- commit f170f33
- drm/amdkfd: fix a potential NULL pointer dereference (v2) (bsc#1152489)
- commit fc75a35
- drm/amdgpu/ras: fix and update the documentation for RAS (bsc#1152489)
- commit 2cfbd91
- drm/amdgpu: fix documentation for amdgpu_pm.c (bsc#1152489)
- commit 8789637
- drm/amdgpu/ih: fix documentation in amdgpu_irq_dispatch (bsc#1152489)
- commit f0f4edf
- drm/amdgpu/vm: fix up documentation in amdgpu_vm.c (bsc#1152489)
- commit 781cd5d
- drm/amdgpu/mn: fix documentation for amdgpu_mn_read_lock (bsc#1152489)
- commit 1c9ac6f
- drm/amdgpu: fix documentation for amdgpu_gem_prime_export (bsc#1152489)
- commit be04f24
- drm/amd/display; Fix kernel doc warnings (bsc#1152489)
- commit 299fd73
- drm/amdgpu: remove excess function parameter description (bsc#1152489)
- commit b553792
- drm/amdgpu: enable full ras by default (bsc#1152489)
- commit 380237a
- drm/amdgpu/SRIOV: add navi12 pci id for SRIOV (v2) (bsc#1152489)
- commit 0149e84
- drm/amdgpu/psp: invalidate the hdp read cache before reading the psp (bsc#1152489)
- commit d37290d
- drm/amdgpu/psp: flush HDP write fifo after submitting cmds to the psp (bsc#1152489)
- commit 344c4e6
- drm/amdgpu: remove redundant variable definition (bsc#1152489)
- commit 74f23ac
- drm/amdgpu: avoid null pointer dereference (bsc#1152489)
- commit 556d407
- drm/amdgpu/powerplay: add new mapping for APCC_DFLL feature (bsc#1152489)
- commit 17f4818
- drm/amdgpu: do not init mec2 jt for renoir (bsc#1152489)
- commit 7d872ae
- drm/amdgpu: add psp ip block for arct (bsc#1152489)
- commit 1d4d5e5
- drm/amdgpu/ras: use GPU PAGE_SIZE/SHIFT for reserving pages (bsc#1152489)
- commit a59761b
- drm/amdgpu/discovery: get gpu info from ip discovery table (bsc#1152489)
- commit add2ca4
- drm/amdgpu: use GPU PAGE SHIFT for umc retired page (bsc#1152489)
- commit 7e65408
- drm/amd/powerplay: implement VCN power gating control interface (bsc#1152489)
- commit d015596
- drm/amdgpu: replace DRM_ERROR with DRM_WARN in ras_reserve_bad_pages (bsc#1152489)
- commit 4f9cab4
- docs: drm/amdgpu: Resolve build warnings (bsc#1152489)
- commit babc394
- drm/amdgpu/vm: fix documentation for amdgpu_vm_bo_param (bsc#1152489)
- commit 4540849
- drm/amdkfd: Delete unused KFD_IS_* macro (bsc#1152489)
- commit bb08804
- drm/amd/display: Add hdcp to Kconfig (bsc#1152489)
- commit 18d72d3
- drm/amd/display: only enable HDCP for DCN+ (bsc#1152489)
- commit d46974d
- drm/amd/display: Update CP property based on HW query (bsc#1152489)
- commit e9e79b8
- drm/amd/display: handle DP cpirq (bsc#1152489)
- commit 2f7062f
- drm/amd/display: Handle Content protection property changes (bsc#1152489)
- commit b2bc2db
- drm/amd/display: Initialize HDCP work queue (bsc#1152489)
- commit d5c8838
- drm/amd/display: Create dpcd and i2c packing functions (bsc#1152489)
- commit 24200a4
- drm/amd/display: Create amdgpu_dm_hdcp (bsc#1152489)
- commit e074e4b
- drm/amd/display: Update hdcp display config (bsc#1152489)
- commit 661f754
- drm/amd/display: add PSP block to verify hdcp steps (bsc#1152489)
- commit 25f5785
- drm/amd/display: Add HDCP module (bsc#1152489)
- commit 34a1d0d
- drm/amdgpu: psp DTM init (bsc#1152489)
- commit 1da565e
- drm/amdgpu: psp HDCP init (bsc#1152489)
- commit c49b1f1
- drm/amd/display: Improve LFC behaviour (bsc#1152489)
- commit 7c9dd17
- drm/amd/display: Add detile buffer size for DCN20 (bsc#1152489)
- commit fb07de8
- drm/amd/display: fix use of uninitialized variable (bsc#1152489)
- commit 7e3f251
- drm/amd/display: 3.2.51.1 (bsc#1152489)
- commit 4f739d3
- drm/amd/display: 3.2.51 (bsc#1152489)
- commit 14dcfea
- drm/amd/display: enable single dp seamless boot (bsc#1152489)
- commit 6b1e362
- drm/amd/display: update odm mode validation to be in line with policy (bsc#1152489)
- commit fd0aeb3
- drm/amd/display: Optimize clocks on clock change (bsc#1152489)
- commit f6ae1da
- drm/amd/display: Set number of pipes to 1 if the second pipe was (bsc#1152489)
- commit 814bc00
- drm/amd/display: set minimum abm backlight level (bsc#1152489)
- commit 6aef07e
- drm/amd/display: Revert fixup DPP programming sequence (bsc#1152489)
- commit fdf9ddf
- drm/amd/display: Do not double-buffer DTO adjustments (bsc#1152489)
- commit 64c7aae
- drm/amd/display: Separate hardware initialization from creation (bsc#1152489)
- commit f891184
- drm/amd/display: fix i2c wtire mot incorrect issue (bsc#1152489)
- commit b792f34
- drm/amd/display: Handle virtual signal type in disable_link() (bsc#1152489)
- commit e687777
- drm/amd/display: fix global sync param extraction indexing (bsc#1152489)
- commit 215db29
- drm/amd/display: add vtg update after global sync update (bsc#1152489)
- commit f4dea96
- drm/amd/display: Add debugfs entry to force YUV420 output (bsc#1152489)
- commit c402306
- drm/amd/display: add additional flag consideration for surface update (bsc#1152489)
- commit c93a718
- drm/amd/display: Replace for loop w/ function call (bsc#1152489)
- commit bab3dfa
- drm/amd/display: Rebuild mapped resources after pipe split (bsc#1152489)
- commit c1b1cc9
- drm/amd/display: 3.2.50 (bsc#1152489)
- commit 29ebaab
- drm/amd/display: define parameters for abm 2.3 (bsc#1152489)
- commit a912579
- drm/amd/display: Fix HUBP secondary viewport programming (bsc#1152489)
- commit fd6a4ab
- drm/amdgpu: cleanup creating BOs at fixed location (v2) (bsc#1152489)
- commit 6cb0f82
- drm/amdgpu:Fix EEPROM checksum calculation. (bsc#1152489)
- commit 0de352b
- drm/amdgpu: fix ras ctrl debugfs node leak (bsc#1152489)
- commit 21ae0aa
- drm/amdgpu: trace if a PD/PT update is done directly (bsc#1152489)
- commit 3c66928
- drm/amdgpu: drop double HDP flush in the VM code (bsc#1152489)
- commit 46b0c2c
- drm/amdgpu: cleanup coding style in the VM code a bit (bsc#1152489)
- commit a6a4d4e
- drm/amdgpu/SRIOV: Navi12 SRIOV VF gets GTT base (bsc#1152489)
- commit fd430b4
- drm/amdgpu: remove the redundant null checks (bsc#1152489)
- commit 57f6ef7
- drm/radeon: be quiet when no SAD block is found (bsc#1152489)
- commit bd19422
- drm/amd: be quiet when no SAD block is found (bsc#1152489)
- commit 0b96312
- drm/amd/display: rename variable eanble -> enable (bsc#1152489)
- commit 4e2fb14
- Revert "/drm/amdgpu/nbio7.4: add hw bug workaround for vega20"/ (bsc#1152489)
- commit 0750d9c
- drm/amdgpu: add graceful VM fault handling v3 (bsc#1152489)
- commit cd524e1
- drm/amdgpu: reserve the root PD while freeing PASIDs (bsc#1152489)
- commit dc41f01
- drm/amdgpu: allocate PDs/PTs with no_gpu_wait in a page fault (bsc#1152489)
- commit 44a8f3c
- drm/amdgpu: allow direct submission of clears (bsc#1152489)
- commit 7006b89
- drm/amdgpu: allow direct submission of PTE updates (bsc#1152489)
- commit 86f1fd2
- drm/amdgpu: allow direct submission of PDE updates v2 (bsc#1152489)
- commit 0123413
- drm/amdgpu: allow direct submission in the VM backends v2 (bsc#1152489)
- commit 20d9975
- drm/amdgpu: split the VM entity into direct and delayed (bsc#1152489)
- commit 7d43495
- drm/ttm: return -EBUSY on pipelining with no_gpu_wait (v2) (bsc#1152489)
- commit d55919a
- drm/amdgpu: grab the id mgr lock while accessing passid_mapping (bsc#1152489)
- commit 727d3dd
- drm/amdgpu/SRIOV: Navi12 SRIOV VF doesn't load TOC (bsc#1152489)
- commit a7b3271
- drm/amdgpu/SRIOV: Navi10/12 VF doesn't support SMU (bsc#1152489)
- commit df17e6d
- drm/amdgpu: For Navi12 SRIOV VF, register mailbox functions (bsc#1152489)
- commit 9878f22
- drm/amdgpu/sriov: add ring_stop before ring_create in psp v11 code (bsc#1152489)
- commit 0ab8e64
- drm/amd/powerplay: check SMU engine readiness before proceeding on S3 (bsc#1152489)
- commit bc1e312
- drm/amd/powerplay: properly set mp1 state for SW SMU suspend/reset (bsc#1152489)
- commit cfdfe48
- drm/amdgpu: Fix mutex lock from atomic context. (bsc#1152489)
- commit cd9b01b
- drm/amdgpu: Add SRIOV mailbox backend for Navi1x (bsc#1152489)
- commit c22a7c2
- drm/amdgpu: implement ras query function for pcie bif (bsc#1152489)
- commit 874b126
- drm/amdgpu: add pcie bif ras related registers (bsc#1152489)
- commit 313ac6b
- drm/amdgpu: support pcie bif ras query and inject (bsc#1152489)
- commit 117764c
- drm/amdgpu: add ras error query count interface for nbio (bsc#1152489)
- commit c978522
- drm/amdgpu: fix CPDMA hang in PRT mode for VEGA10 (bsc#1152489)
- commit d2d169b
- drm/amdgpu: enable error injection to XGMI block via debugfs (bsc#1152489)
- commit edbff7f
- drm/amdgpu: initialize ras structures for xgmi block (v2) (bsc#1152489)
- commit 0b4db87
- drm/amdkfd: fix the missed asic name while inited renoir_device_info (bsc#1152489)
- commit 347dcd1
- drm/amdgpu: Allow to reset to EERPOM table. (bsc#1152489)
- commit 2be392c
- drm/amdgpu: Add amdgpu_ras_eeprom_reset_table (bsc#1152489)
- commit 5c45797
- drm/amdgpu: rename umc ras_init to err_cnt_init (bsc#1152489)
- commit bbe021e
- drm/amdgpu: move umc ras init to umc block (bsc#1152489)
- commit 778ffb1
- drm/amdgpu: move umc late init from gmc to umc block (bsc#1152489)
- commit 8bbd0f9
- drm/amdgpu: remove duplicated header file include (bsc#1152489)
- commit 149bb73
- drm/amdgpu: remove needless usage of #ifdef (bsc#1152489)
- commit dc4830d
- drm/amdgpu: fix build error without CONFIG_HSA_AMD (bsc#1152489)
- commit 9ec8456
- drm/amd/powerplay: issue DC-BTC for arcturus on SMU init (bsc#1152489)
- commit cf8300e
- drm/amdgpu: Avoid RAS recovery init when no RAS support. (bsc#1152489)
- commit 9c44c34
- drm/amdgpu: cleanup PTE flag generation v3 (bsc#1152489)
- commit 5eb367a
- drm/amdgpu: cleanup mtype mapping (bsc#1152489)
- commit 7906f59
- drm/amd/powerplay: Add the interface for geting dpm current power (bsc#1152489)
- commit ec4e528
- drm/amdgpu: check if nbio->ras_if exist (bsc#1152489)
- commit 9bb3669
- drm/amdkfd: enable renoir while device probes (bsc#1152489)
- commit 796bed5
- drm/amdgpu: disable gfxoff while use no H/W scheduling policy (bsc#1152489)
- commit 4b00f86
- drm/amdkfd: add renoir kfd topology (bsc#1152489)
- commit c0426fc
- drm/amdkfd: add package manager for renoir (bsc#1152489)
- commit 5e52ec3
- drm/amdkfd: init kernel queue for renoir (bsc#1152489)
- commit 5946834
- drm/amdkfd: init kfd apertures v9 for renoir (bsc#1152489)
- commit e9d283c
- drm/amdkfd: add renoir type for the workaround of iommu v2 (v2) (bsc#1152489)
- commit fd01cbd
- drm/amdkfd: enable kfd device queue manager v9 for renoir (bsc#1152489)
- commit 1d24f11
- drm/amdkfd: add renoir kfd device info (v2) (bsc#1152489)
- commit b6e6775
- drm/amdkfd: add renoir cache info for CRAT (v2) (bsc#1152489)
- commit 06e74ee
- drm/amdkfd: Support Navi14 in KFD (bsc#1152489)
- commit 4d37da5
- drm/amdgpu: Disable retry faults in VMID0 (bsc#1152489)
- commit 85607dd
- drm/amdgpu: Add a kernel parameter for specifying the asic type (bsc#1152489)
- commit 53f9fb1
- drm/amdgpu/irq: check if nbio funcs exist (bsc#1152489)
- commit 68eb1a9
- drm/amd/display: replace FIXME with TODO (bsc#1152489)
- commit c09bc34
- drm/amd/display: verify stream link before link test (bsc#1152489)
- commit ea4f3e8
- drm/amd/display: Isolate DSC module from driver dependencies (bsc#1152489)
- commit 1258815
- drm/amd/display: OTC underflow fix (bsc#1152489)
- commit 408d781
- drm/amd/display: remove hw access from dc_destroy (bsc#1152489)
- commit 4378691
- drm/amd/display: Reuse dcn2 registers (bsc#1152489)
- commit 2a2c43b
- drm/amd/display: remove temporary transition code (bsc#1152489)
- commit e5d8907
- drm/amd/display: update navi to use new surface programming behaviour (bsc#1152489)
- commit 0ea0b41
- drm/amd/display: Add missing surface address registers (bsc#1152489)
- commit 6c6f0cb
- drm/amd/display: 3.2.49 (bsc#1152489)
- commit 223704d
- drm/amd/display: config to override DSC start slice height (bsc#1152489)
- commit e39f7fd
- drm/amd/display: Add back support for DSC 4:2:2 Simple (bsc#1152489)
- commit 268c2ef
- drm/amd/display: Don't allocate payloads if link lost (bsc#1152489)
- commit ddc1b6f
- drm/amd/display: Subsample mode suboptimal for YCbCr4:2:2 (bsc#1152489)
- commit 0e67ca8
- drm/amd/display: refine i2c over aux (bsc#1152489)
- commit 6d00579
- drm/amd/display: Fix DML tests (bsc#1152489)
- commit 1c8e815
- drm/amdkfd: Fix a building error when KFD_SUPPORT_IOMMU_V2 is turned (bsc#1152489)
- commit 61f4803
- drm/amdgpu: move the call of ras recovery_init and bad page reserve (bsc#1152489)
- commit 9722623
- drm/amdgpu: save umc error records (bsc#1152489)
- commit 6dc0149
- drm/amdgpu: Hook EEPROM table to RAS (bsc#1152489)
- commit f399e13
- drm/amdgpu: change ras bps type to eeprom table record structure (bsc#1152489)
- commit c43b0de
- drm/madgpu: Fix EEPROM Checksum calculation. (bsc#1152489)
- commit d74b5ca
- drm/amdkfd: Query kfd device info by CHIP id instead of pci device id (bsc#1152489)
- commit 4cb4f4b
- drm/amdgpu: Disable page faults while reading user wptrs (bsc#1152489)
- commit 8ed6a86
- drm/amdgpu: clean up load TMR sequence (bsc#1152489)
- commit f919a2c
- drm/amdgpu: enable TA load support in Arcturus (bsc#1152489)
- commit 9f15a7b
- drm/amdgpu: change r type to int in gmc_v9_0_late_init (bsc#1152489)
- commit 3a0b166
- drm/amd/powerplay: replace smu->table_count with SMU_TABLE_COUNT in (bsc#1152489)
- commit 2b42485
- drm/amd/amdgpu: add sw_fini interface for df_funcs (bsc#1152489)
- commit 013e359
- drm/amdgpu: init UMC & RSMU register base address (bsc#1152489)
- commit e98f117
- drm/amdgpu/nbio: switch to amdgpu_nbio_ras_late_init helper function (bsc#1152489)
- commit 812ba54
- drm/amdgpu/mmhub: switch to amdgpu_mmhub_ras_late_init helper (bsc#1152489)
- commit c75f987
- drm/amdgpu/sdma: switch to amdgpu_sdma_ras_late_init helper function (bsc#1152489)
- commit 1fddd52
- drm/amdgpu/gfx: switch to amdgpu_gfx_ras_late_init helper function (bsc#1152489)
- commit 383f8b4
- drm/amdgpu/gmc: switch to amdgpu_gmc_ras_late_init helper function (bsc#1152489)
- commit 81e288b
- drm/amdgpu: set ip specific ras interface pointer to NULL after free (bsc#1152489)
- commit dc1d85d
- dmr/amdgpu: Add system auto reboot to RAS. (bsc#1152489)
- commit 57ae0cb
- drm/amdgpu: Avoid HW GPU reset for RAS. (bsc#1152489)
- commit 159acda
- drm/amdgpu: Fix bugs in amdgpu_device_gpu_recover in XGMI case. (bsc#1152489)
- commit eed5b71
- drm/amdgpu: remove amdgpu_cs_try_evict (bsc#1152489)
- commit 5367d1d
- drm/amdgpu: reserve at least 4MB of VRAM for page tables v2 (bsc#1152489)
- commit 6021d64
- drm/amdgpu: use moving fence instead of exclusive for VM updates (bsc#1152489)
- commit 968d183
- drm/amd/powerplay: do proper cleanups on hw_fini (bsc#1152489)
- commit bb17926
- drm/amd/powerplay: update cached feature enablement status V3 (bsc#1152489)
- commit cb43b68
- drm/amd/powerplay: guard manual mode prerequisite for clock level (bsc#1152489)
- commit 583de5c
- drm/amdgpu: only apply gds clearing workaround when ras is supported (bsc#1152489)
- commit 36d286a
- drm/amdgpu: fix memory leak when ras is not supported on specific ip (bsc#1152489)
- commit 9580fbd
- drm/amdgpu: check mmhub_funcs pointer before refering to it (bsc#1152489)
- commit 6dfaff3
- drm/amdgpu: Remove unnecessary TLB workaround (v2) (bsc#1152489)
- commit 7565c17
- drm/amdgpu: Use optimal mtypes and PTE bits for Arcturus (bsc#1152489)
- commit 9b5be13
- drm/amdgpu: Determing PTE flags separately for each mapping (v3) (bsc#1152489)
- commit 6ad4ff3
- drm/amdgpu: Support new arcturus mtype (bsc#1152489)
- commit 4dd7648
- drm/amdgpu: Extends amdgpu vm definitions (v2) (bsc#1152489)
- commit d931e83
- drm/amdgpu: switch to amdgpu_ras_late_init for nbio v7_4 (v2) (bsc#1152489)
- commit 656fc5b
- drm/amdgpu: add ras_late_init callback function for nbio v7_4 (v3) (bsc#1152489)
- commit 9937c65
- drm/amdgpu: add mmhub ras_late_init callback function (v2) (bsc#1152489)
- commit 578ecf0
- drm/amdgpu: switch to amdgpu_ras_late_init for gmc v9 block (v2) (bsc#1152489)
- commit 479fcbe
- drm/amdgpu: switch to amdgpu_ras_late_init for sdma v4 block (v2) (bsc#1152489)
- commit 9aa7e3f
- drm/amdgpu: switch to amdgpu_ras_late_init for gfx v9 block (v2) (bsc#1152489)
- commit a683bb6
- drm/amdgpu: add helper function to do common ras_late_init/fini (v3) (bsc#1152489)
- commit ec48f04
- drm/amdgpu: poll ras_controller_irq and err_event_athub_irq status (bsc#1152489)
- commit 01264e2
- drm/amdgpu: add ras_controller and err_event_athub interrupt support (bsc#1152489)
- commit a00b73a
- drm/amdgpu: update nbio v7_4 ip header files (bsc#1152489)
- commit fc40ac4
- drm/amdgpu: add nbif v7_4 irq source header for vega20 (bsc#1152489)
- commit baf776a
- drm/amdgpu/nbio: add functions to query ras specific interrupt status (bsc#1152489)
- commit cd2def9
- drm/amdgpu: switch to new amdgpu_nbio structure (bsc#1152489)
- commit 6d573ca
- drm/amdgpu: add new amdgpu nbio header file (bsc#1152489)
- commit 7606c63
- drm: rcar-du: lvds: Add r8a774b1 support (bsc#1152489)
- commit fbf9dd4
- drm: rcar-du: Add R8A774B1 support (bsc#1152489)
- commit 027632d
- drm: rcar_lvds: Fix color mismatches on R-Car H2 ES2.0 and later (bsc#1152489)
- commit ae62fc4
- drm: rcar-du: kms: Expand comment in vsps parsing routine (bsc#1152489)
- commit 8fcb480
- drm/mediatek: add no_clk into ddp private data (bsc#1152489)
- commit 81ab025
- drm/mediatek: add mutex sof register offset into ddp private data (bsc#1152489)
- commit 0595a69
- drm/mediatek: add mutex sof into ddp private data (bsc#1152489)
- commit db0e103
- drm/mediatek: add mutex mod register offset into ddp private data (bsc#1152489)
- commit 036aa80
- drm/mediatek: add mutex mod into ddp private data (bsc#1152489)
- commit 33e0e56
- drm/mediatek: add ovl0/ovl_2l0 usecase (bsc#1152489)
- commit d8233b6
- drm/mediatek: distinguish ovl and ovl_2l by layer_nr (bsc#1152489)
- commit ac8681c
- drm/mediatek: add background color input select function for (bsc#1152489)
- commit b953abb
- drm/mediatek: add function to background color input select for (bsc#1152489)
- commit 988cb8f
- drm/medaitek: add layer_nr for ovl private data (bsc#1152489)
- commit 15d805d
- drm/mediatek: add gmc_bits for ovl private data (bsc#1152489)
- commit 2350e61
- drm/mediatek: add component OVL_2L1 (bsc#1152489)
- commit 2b4c864
- drm/mediatek: add component OVL_2L0 (bsc#1152489)
- commit 93fcf7e
- drm/mediatek: add component DITHER (bsc#1152489)
- commit a51f004
- drm/mediatek: add ddp component CCORR (bsc#1152489)
- commit bd85b71
- drm/mediatek: add dphy reset after setting lanes number (bsc#1152489)
- commit 4acf4a3
- drm/mediatek: adjust dsi and mipi_tx probe sequence (bsc#1152489)
- commit f030430
- drm/mediatek: change the dsi phytiming calculate method (bsc#1152489)
- commit c577dae
- drm/mediatek: add mt8183 dsi driver support (bsc#1152489)
- commit 3f90390
- drm/mediatek: add frame size control (bsc#1152489)
- commit 95638d8
- drm/mediatek: add dsi reg commit disable control (bsc#1152489)
- commit 360745e
- drm/mediatek: replace writeb() with mtk_dsi_mask() (bsc#1152489)
- commit 34c1422
- drm/mediatek: fixes CMDQ reg address of mt8173 is different with (bsc#1152489)
- commit df55e9b
- drm/mediatek: move mipi_dsi_host_register to probe (bsc#1152489)
- commit 8dc33c1
- drm/mediatek: add mipi_tx driver for mt8183 (bsc#1152489)
- commit 7fdd3fa
- drm/mediatek: separate mipi_tx to different file (bsc#1152489)
- commit 49777be
- drm/i915: Update DRIVER_DATE to 20191021 (bsc#1152489)
- commit 4cb0018
- drm/i915/gvt: Wean off struct_mutex (bsc#1152489)
- commit 05de988
- drm/i915: Extract GT ring management (bsc#1152489)
- commit ac53375
- drm/i915/perf: fix oa config reconfiguration (bsc#1152489)
- commit da738f4
- drm/i915: prettify MST debug message (bsc#1152489)
- commit 53acd38
- drm/i915: add pipe id/name to pipe mismatch logs (bsc#1152489)
- commit 845b4d7
- drm/i915: remove extra new line on pipe_config mismatch (bsc#1152489)
- commit 61b11cd
- drm/i915: fix port checks for MST support on gen >= 11 (bsc#1152489)
- commit 46b7c1c
- drm/i915: simplify setting of ddi_io_power_domain (bsc#1152489)
- commit 90eb7ba
- drm/i915/display/icl: In port sync mode disable slaves first then (bsc#1152489)
- commit 4347213
- drm/i915/display/icl: Disable transcoder port sync as part of (bsc#1152489)
- commit e479f10
- drm/i915/display/icl: Enable master-slaves in trans port sync (bsc#1152489)
- commit 9bf03aa
- drm/i915/display/icl: HW state readout for transcoder port sync (bsc#1152489)
- commit b4d8a02
- drm/i915/display/icl: Enable TRANSCODER PORT SYNC for tiled displays (bsc#1152489)
- commit e060e4e
- drm/i915/display/icl: Save Master transcoder in slave's crtc_state (bsc#1152489)
- commit 184d57a
- drm/i915: Restore full symmetry in i915_driver_modeset_probe/remove (bsc#1152489)
- commit 7ad96d5
- drm/i915: Correct the PCH type in irq postinstall (bsc#1152489)
- commit f2bcbfe
- drm/i915: Make hdcp2_msg_timeout.timeout u16 (bsc#1152489)
- commit c0d136c
- drm/i915: Remove hdcp2_hdmi_msg_timeout.timeout2 (bsc#1152489)
- commit 15199cc
- drm/i915: Remove dead weight from hdcp2_msg_timeout[] (bsc#1152489)
- commit 1156f10
- drm/i915: s/hdcp2_hdmi_msg_data/hdcp2_hdmi_msg_timeout/ (bsc#1152489)
- commit 246ca63
- drm/i915: Shrink eDRAM ways/sets arrays (bsc#1152489)
- commit 166338f
- drm/i915: Make dirty_pipes refer to pipes (bsc#1152489)
- commit 39286f0
- drm/i915: Nuke 'realloc_pipes' (bsc#1152489)
- commit c0a6a30
- drm/i915: Nuke the useless changed param from (bsc#1152489)
- commit 35b8c99
- drm/i915: Refuse modes with hdisplay==4096 on pre-HSW DP (bsc#1152489)
- commit f68f99a
- drm/i915: Polish possible_clones setup (bsc#1152489)
- commit 9bd68fd
- drm/i915: Move the cursor rotation handling into (bsc#1152489)
- commit 58e5eac
- drm/i915/gt: Convert the leftover for_each_engine(gt) (bsc#1152489)
- commit 17d24b7
- drm/i915/selftests: Add the mock engine to the gt->engine[] (bsc#1152489)
- commit 15c5e0c
- drm/i915: treat stolen as a region (bsc#1152489)
- commit 212f343
- drm/i915: treat shmem as a region (bsc#1152489)
- commit a625b2c
- drm/i915: enumerate and init each supported region (bsc#1152489)
- commit e421696
- drm/i915/execlists: Don't merely skip submission if maybe timeslicing (bsc#1152489)
- commit b69ef3a
- drm/i915/pmu: Fix uninitialized variable on error path (bsc#1152489)
- commit bb4bbc1
- drm/i915: Pass in intel_gt at some for_each_engine sites (bsc#1152489)
- commit f66a6a1
- drm/i915: Make for_each_engine_masked work on intel_gt (bsc#1152489)
- commit 7197935
- drm/i915: Don't disable interrupts independently of the lock (bsc#1152489)
- commit 30228d8
- drm/i915/selftests: Teach requests to use all available engines (bsc#1152489)
- commit c94bcba
- drm/i915/huc: improve documentation (bsc#1152489)
- commit ee9e076
- drm/i915/guc: improve documentation (bsc#1152489)
- commit b72195d
- drm/i915: Add microcontrollers documentation section (bsc#1152489)
- commit 9cb2e52
- drm/i915: Fix MST oops due to MSA changes (bsc#1152489)
- commit fa517cc
- drm/i915/pmu: Support multiple GPUs (bsc#1152489)
- commit f603a54
- drm/i915/tgl: Enable DDI/Port G (bsc#1152489)
- commit 82fe1bb
- drm/i915: Move swizzle_bit under i915_ggtt (bsc#1152489)
- commit 02a8987
- drm/i915: Store i915_ggtt as the backpointer on fence registers (bsc#1152489)
- commit 633f698
- drm/i915: Do initial mocs configuration directly (bsc#1152489)
- commit 972bf8e
- drm/i915/selftests: Teach timelines to take intel_gt as its argument (bsc#1152489)
- commit 6013887
- drm/i915/selftests: Teach workarounds to take intel_gt as its (bsc#1152489)
- commit 7b79dcc
- drm/i915/selftests: Teach guc to take intel_gt as its argument (bsc#1152489)
- commit 76a7adf
- drm/i915/selftests: Teach execlists to take intel_gt as its argument (bsc#1152489)
- commit 2dfd84c
- drm/i915: Introduce Jasper Lake PCH (bsc#1152489)
- commit 35cd5eb
- drm/i915/ehl: Don't forget to set TC long detect function (bsc#1152489)
- commit 141a986
- drm/i915: Prepare the mode readout for hw vs. uapi state split (bsc#1152489)
- commit f66f4a3
- drm/i915: Prepare the connector/encoder mask readout for hw vs. uapi (bsc#1152489)
- commit 4dabba2
- drm/i915: Switch intel_legacy_cursor_update() to intel_ types (bsc#1152489)
- commit d625b06
- drm/i915: Refactor timestamping constants update (bsc#1152489)
- commit 4a3760a
- drm/i915/execlist: Trim immediate timeslice expiry (bsc#1152489)
- commit b4cc39f
- drm/i915/selftests: Drop stale struct_mutex (bsc#1152489)
- commit 335fce3
- drm/i915/tgl: Wa_1607138340 (bsc#1152489)
- commit a0b519f
- drm/i915/tgl: Wa_1607030317, Wa_1607186500, Wa_1607297627 (bsc#1152489)
- commit 5350bf2
- drm/i915/tgl: Wa_1607138336 (bsc#1152489)
- commit 88c4cf8
- drm/i915/tgl: Wa_1409600907 (bsc#1152489)
- commit d99f595
- drm/i915/tgl: Wa_1409170338 (bsc#1152489)
- commit 3f88242
- drm/i915/tgl: Wa_1409420604 (bsc#1152489)
- commit d15c335
- drm/i915/tgl: Keep FF dop clock enabled for A0 (bsc#1152489)
- commit be9c632
- drm/i915/tgl: Add extra hdc flush workaround (bsc#1152489)
- commit 0f7f3de
- drm/i915/tgl: Add HDC Pipeline Flush (bsc#1152489)
- commit 8b01455
- drm/i915/tgl: Include ro parts of l3 to invalidate (bsc#1152489)
- commit 14b7c01
- drm/i915/tgl: Add IS_TGL_REVID (bsc#1152489)
- commit 4bb2757
- drm/i915/icl: Wa_1607087056 (bsc#1152489)
- commit e3320f0
- drm/i915: Flush tasklet submission before sleeping on (bsc#1152489)
- commit 540dfb0
- drm/i915: Use drm_rect_init() (bsc#1152489)
- commit ece67ff
- drm/i915: Use drm_rect_translate_to() (bsc#1152489)
- commit f312c9e
- drm/i915: Make .modeset_calc_cdclk() mandatory (bsc#1152489)
- commit 8954f6d
- drm/i915: Stop using drm_atomic_helper_check_planes() (bsc#1152489)
- commit 975561c
- drm/i915: Switch to using DP_MSA_MISC_* defines (bsc#1152489)
- commit 3610147
- drm/i915/dp: Attach HDR metadata property to DP connector (bsc#1152489)
- commit 819a29a
- drm/i915/dp: Program an Infoframe SDP Header and DB for HDR Static (bsc#1152489)
- commit 5b1ad35
- drm/i915: Add new GMP register size for GEN11 (bsc#1152489)
- commit c2893b2
- drm/i915/dp: Attach colorspace property (bsc#1152489)
- commit 8d53471
- drm/i915/dp: Add support of BT.2020 Colorimetry to DP MSA (bsc#1152489)
- commit 6663348
- drm/i915/dp: Extend program of VSC Header and DB for Colorimetry (bsc#1152489)
- commit c86e49a
- drm/i915/execlists: Clear semaphore immediately upon ELSP promotion (bsc#1152489)
- commit 373cb0e
- drm/i915: Remove leftover vma->obj->pages_pin_count on insert/remove (bsc#1152489)
- commit 380b6b0
- drm/i915: Drop obj.page_pin_count after a failed vma->set_pages() (bsc#1152489)
- commit 462f6dd
- drm: damage_helper: Fix race checking plane->state->fb (bsc#1152489)
- commit c2710fe
- drm/sun4i: dsi: Fix video start delay computation (bsc#1152489)
- commit 8e053d4
- drm/tilcdc: plane: Make structure tilcdc_plane_funcs constant (bsc#1152489)
- commit f1116a4
- drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C (bsc#1152489)
- commit 5524700
- drm/sun4i: sun6i_mipi_dsi: fix DCS long write packet length (bsc#1152489)
- commit 06aa89a
- drm/sun4i: dsi: fix the overhead of the horizontal front porch (bsc#1152489)
- commit b3f8759
- cec: add cec_adapter to cec_notifier_cec_adap_unregister() (bsc#1152489)
- commit 1e96d55
- drm/mcde: Fix reference to DOC comment (bsc#1152489)
- commit d92938c
- drm/lima: Add support for multiple reset lines (bsc#1152489)
- commit 8fe45d3
- drm/i810: Prevent underflow in ioctl (bsc#1152489)
- commit cbb9e2f
- drm/fourcc: Add Arm 16x16 block modifier (bsc#1152489)
- commit 375f2ab
- drm/mm: Use clear_bit_unlock() for releasing the drm_mm_node() (bsc#1152489)
- commit e6a4fca
- drm/mm: Convert drm_mm_node booleans to bitops (bsc#1152489)
- commit 95a5310
- drm/mm: Use helpers for drm_mm_node booleans (bsc#1152489)
- commit c8eee48
- dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling) (bsc#1152489)
- commit 9e048c9
- drm/omap: hdmi4: fix use of uninitialized var (bsc#1152489)
- commit 2abff5a
- drm/omap: hdmi5: automatically choose limited/full range output (bsc#1152489)
- commit e27a4c8
- drm/omap: dss: move platform_register_drivers() to dss.c and remove (bsc#1152489)
- commit dbebccb
- drm/omap: fix missing scaler pixel fmt limitations (bsc#1152489)
- commit dc345c0
- drm/omap: tweak HDMI DDC timings (bsc#1152489)
- commit 1d7791f
- drm/omap: avoid copy in mgr_fld_read/write (bsc#1152489)
- commit 9d89ec3
- drm/omap: drop unneeded locking from mgr_fld_write() (bsc#1152489)
- commit f8064ff
- drm/mgag200: Allocate cursor BOs at high end of video memory (bsc#1152489)
- commit 81d9479
- drm/mgag200: Reserve video memory for cursor plane (bsc#1152489)
- commit a007061
- drm/mgag200: Move cursor BO swapping into mgag200_show_cursor() (bsc#1152489)
- commit 1a72b9a
- drm/mgag200: Move cursor-image update to mgag200_show_cursor() (bsc#1152489)
- commit c844cab
- drm/mgag200: Add separate move-cursor function (bsc#1152489)
- commit 82bb6a0
- drm/mgag200: Add init and fini functions for cursor handling (bsc#1152489)
- commit e188bda
- drm/mgag200: Rename cursor functions to use mgag200_ prefix (bsc#1152489)
- commit 0f61647
- drm/ast: Allocate cursor BOs at high end of video memory (bsc#1152489)
- commit 84df57f
- drm/ast: Move cursor offset swapping into ast_show_cursor() (bsc#1152489)
- commit ac219be
- drm/ast: Move cursor update code to ast_show_cursor() (bsc#1152489)
- commit 6cc4120
- drm/ast: Move ast_{show,hide}_cursor() within source file (bsc#1152489)
- commit 16299f6
- drm/ast: Don't call ast_show_cursor() from ast_cursor_move() (bsc#1152489)
- commit 3535a5c
- Revert "/drm/sun4i: dsi: Change the start delay calculation"/ (bsc#1152489)
- commit 78ce4b6
- drm/sun4i: dsi: Fix TCON DRQ set bits (bsc#1152489)
- commit 1e20c33
- drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator support (bsc#1152489)
- commit eca9fe7
- drm/msm: use drm_debug_enabled() to check for debug categories (bsc#1152489)
- commit 455093a
- drm/i2c/sil164: use drm_debug_enabled() to check for debug categories (bsc#1152489)
- commit 6653f3f
- drm/etnaviv: use drm_debug_enabled() to check for debug categories (bsc#1152489)
- commit 1c12eee
- drm/print: add drm_debug_enabled() (bsc#1152489)
- commit 17df3b8
- drm/print: move drm_debug variable to drm_print.[ch] (bsc#1152489)
- commit 3f7c680
- drm/rect: Add drm_rect_init() (bsc#1152489)
- commit 626ce5d
- drm/rect: Add drm_rect_translate_to() (bsc#1152489)
- commit 543a258
- drm/komeda: Workaround for broken FLIP_COMPLETE timestamps (bsc#1152489)
- commit bb114de
- drm/komeda: Use IRQ_RETVAL shorthand in d71_irq_handler (bsc#1152489)
- commit 98ed968
- drm/dp/mst: Replace the fixed point thing with straight calculation (bsc#1152489)
- commit 5cd63fa
- drm/dp/mst: Handle arbitrary DP_LINK_BW values (bsc#1152489)
- commit 2564b92
- drm/dp/mst: Reduce nested ifs (bsc#1152489)
- commit 3bb151b
- drm: Fix return type of crc .poll() (bsc#1152489)
- commit 8ddf8e9
- drm/syncobj: Include the prototype for drm_timeout_abs_to_jiffies() (bsc#1152489)
- commit 50256a8
- drm: Include prototype for drm_need_swiotlb() (bsc#1152489)
- commit 116cdd6
- drm/dsc: Fix bogus cpu_to_be16() usage (bsc#1152489)
- commit 30af704
- drm/fb-helper: Include prototype for drm_fb_helper_modinit() (bsc#1152489)
- commit 014f557
- drm/meson: vclk: use the correct G12A frac max value (bsc#1152489)
- commit 350cdb7
- drm/komeda: SW workaround for D71 doesn't flush shadow registers (bsc#1152489)
- commit ae32e92
- drm/vram: Support top-down placement flag (bsc#1152489)
- commit c336955
- drm/komeda: Adds power management support (bsc#1152489)
- commit feaa518
- drm: Destroy the correct mutex name in (bsc#1152489)
- commit 8279eaa
- drm/dp_mst: Remove lies in {up, down}_rep_recv documentation (bsc#1152489)
- commit b075c70
- drm/dp_mst: Rename drm_dp_add_port and drm_dp_update_port (bsc#1152489)
- commit 9c522bd
- drm/dp_mst: Destroy topology_mgr mutexes (bsc#1152489)
- commit 6758cdf
- drm/bridge/synopsys: dsi: Use devm_platform_ioremap_resource() in (bsc#1152489)
- commit 97fd95b
- drm: tweak drm_print_bits() (bsc#1152489)
- commit 307382f
- Documentation/gpu: Fix no structured comments warning for (bsc#1152489)
- commit edf8460
- drm: panel-lvds: Potential Oops in probe error handling (bsc#1152489)
- commit 0798c54
- drm: Remove redundant of_device_is_available check (bsc#1152489)
- commit 89a146c
- video/hdmi: Fix AVI bar unpack (bsc#1152489)
- commit da9cef2
- drm: Add DisplayPort colorspace property creation function (bsc#1152489)
- commit 53f18ad
- drm: Rename HDMI colorspace property creation function (bsc#1152489)
- commit f1acc5c
- drm/v3d: clean caches at the end of render jobs on request from user (bsc#1152489)
- commit f926514
- drm/edid: Add CTA-861-G modes with VIC < 128 (bsc#1152489)
- commit 596587e
- drm/dp: Add definitons for MSA MISC bits (bsc#1152489)
- commit dc0afa6
- drm/atomic-helper: Make crtc helper funcs optional (bsc#1152489)
- commit ae48e25
- drm: Add drm_modeset_lock_assert_held() (bsc#1152489)
- commit e619b2a
- drm/v3d: don't leak bin job if v3d_job_init fails. (bsc#1152489)
- commit 5a9fbc4
- drm/doc: Improve docs around connector (un)registration (bsc#1152489)
- commit cacedbf
- drm/komeda: Adds register dump support for gcu, lup and dou (bsc#1152489)
- commit db0e2ce
- drm/komeda: Remove in-code use of ifdef (bsc#1152489)
- commit 44f560b
- drm/encoder: Don't raise voice in drm_encoder_mask() documentation (bsc#1152489)
- commit 5ee08f8
- drm/encoder: Fix possible_crtcs documentation (bsc#1152489)
- commit ecb67ee
- drm/encoder: Fix possible_clones documentation (bsc#1152489)
- commit 3158347
- drm/selftests: fix spelling mistake "/misssing"/ -> "/missing"/ (bsc#1152489)
- commit 23ef744
- drm/mgag200: Use drm_gem_vram_{vmap, vunmap}() to map cursor source (bsc#1152489)
- commit dea2885
- drm/ast: Use drm_gem_vram_{vmap,vunmap}() to map cursor source BO (bsc#1152489)
- commit 91dbad1
- drm/vram: Provide vmap and vunmap operations for GEM VRAM objects (bsc#1152489)
- commit 487333a
- drm/komeda: Adds error event print functionality (bsc#1152489)
- commit 2306518
- drm/connector: Allow max possible encoders to attach to a connector (bsc#1152489)
- commit a971904
- drm/connector: Share with non-atomic drivers the function to get the (bsc#1152489)
- commit ae44e46
- drm/prime: Remove duplicate forward declaration (bsc#1152489)
- commit 161af32
- drm: fix warnings in DSC (bsc#1152489)
- commit 5335656
- drm: sti: fix W=1 warnings (bsc#1152489)
- commit 6d869e9
- drm/stm: dsi: higher pll out only in video burst mode (bsc#1152489)
- commit 73b3f30
- drm/bridge: analogix-anx78xx: convert to i2c_new_dummy_device (bsc#1152489)
- commit aeedfbb
- drm/bridge: analogix-anx78xx: silence -EPROBE_DEFER warnings (bsc#1152489)
- commit 3fdc107
- drm/bridge: analogix-anx78xx: add new variants (bsc#1152489)
- commit 5ac6ff8
- drm/bridge: Fix references to drm_bridge_funcs in documentation (bsc#1152489)
- commit fb93088
- drm: bridge/dw_hdmi: add audio sample channel status setting (bsc#1152489)
- commit 4b45e3a
- drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer. (bsc#1152489)
- commit 520b245
- drm/virtio: enable prime mmap support (bsc#1152489)
- commit 71f7e5f
- drm/vram: Unconditonally set BO call-back functions (bsc#1152489)
- commit 92ecd02
- drm/vram: Unexport internal functions of VRAM MM (bsc#1152489)
- commit ad80188
- drm/vram: Have VRAM MM call GEM VRAM functions directly (bsc#1152489)
- commit 4d2f2fb
- drm/vram: Move VRAM memory manager to GEM VRAM implementation (bsc#1152489)
- commit 311342a
- drm/virtio: Use vmalloc for command buffer allocations. (bsc#1152489)
- commit aa8237e
- drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced (bsc#1152489)
- commit 2065d8c
- drm/ttm: remove embedded vma_offset_manager (bsc#1152489)
- commit 669ca9e
- drm/vmwgfx: switch to own vma manager (bsc#1152489)
- commit f0aae1b
- drm/qxl: switch to gem vma offset manager (bsc#1152489)
- commit 5d1fb40
- drm/amdgpu: switch to gem vma offset manager (bsc#1152489)
- commit 1d87432
- drm/radeon: switch to gem vma offset manager (bsc#1152489)
- commit c3151ff
- drm/vram: switch to gem vma offset manager (bsc#1152489)
- commit bf0bff1
- drm/nouveau: switch to gem vma offset manager (bsc#1152489)
- commit 942272a
- drm/ttm: turn ttm_bo_device.vma_manager into a pointer (bsc#1152489)
- commit 79f56ff
- drm/vram: fix Kconfig (bsc#1152489)
- commit dfee40c
- drm/qxl: use drm_gem_ttm_print_info (bsc#1152489)
- commit a02ddcf
- drm/qxl: use drm_gem_object_funcs callbacks (bsc#1152489)
- commit 40444de
- drm/vram: add vram-mm debugfs file (bsc#1152489)
- commit 4b2be4a
- drm/vram: use drm_gem_ttm_print_info (bsc#1152489)
- commit d6b12b1
- drm/ttm: add drm gem ttm helpers, starting with (bsc#1152489)
- commit beaec73
- drm: add drm_print_bits (bsc#1152489)
- commit 692ddb3
- drm/vram: Implement lazy unmapping for GEM VRAM buffers (bsc#1152489)
- commit dd9663c
- drm/vram: Add infrastructure for move_notify() (bsc#1152489)
- commit d52b6a5
- drm/vram: Acquire lock only once per call to vmap()/vunmap() (bsc#1152489)
- commit cca086a
- drm/vram: Add kmap ref-counting to GEM VRAM objects (bsc#1152489)
- commit d3d730f
- tda9950: use cec_notifier_cec_adap_(un)register (bsc#1152489)
- commit cdae848
- drm: exynos: exynos_hdmi: use cec_notifier_conn_(un)register (bsc#1152489)
- commit f91e320
- drm/sun4i/sun4i_hdmi_enc: call cec_s_conn_info() (bsc#1152489)
- commit 400dd0f
- drm/stm: ltdc: add pinctrl for DPI encoder mode (bsc#1152489)
- commit 301e724
- drm/panel: panel-simple: Set OSD070T1718 panel type (bsc#1152489)
- commit 6ec6586
- drm/bridge: panel: Infer connector type from panel by default (bsc#1152489)
- commit 14fc867
- drm/panel: Add and fill drm_panel type field (bsc#1152489)
- commit d177b9f
- fbdev/sa1100fb: Remove even more dead code (bsc#1152489)
- commit c9cc998
- drm/blend: Define the direction of Z position values (bsc#1152489)
- commit 2270aa1
- drm: Use EOPNOTSUPP, not ENOTSUPP (bsc#1152489)
- commit 069aeab
- drm/virtio: fix command submission with objects but without fence. (bsc#1152489)
- commit 2f9b402
- drm/virtio: add worker for object release (bsc#1152489)
- commit 1e257cc
- drm/virtio: add fence sanity check (bsc#1152489)
- commit 8eb25d8
- drm/virtio: drop virtio_gpu_object_{reserve, unreserve} (bsc#1152489)
- commit 01ebf2c
- drm/virtio: drop virtio_gpu_object_{ref,unref} (bsc#1152489)
- commit f2de523
- drm/virtio: remove virtio_gpu_alloc_object (bsc#1152489)
- commit d0c1933
- drm/virtio: switch from ttm to gem shmem helpers (bsc#1152489)
- commit b3f48fd
- drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resource (bsc#1152489)
- commit f839514
- drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencing (bsc#1152489)
- commit 0367e76
- drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencing (bsc#1152489)
- commit 7546405
- drm/virtio: rework virtio_gpu_object_create fencing (bsc#1152489)
- commit 917227e
- drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing (bsc#1152489)
- commit 9c368d4
- drm/virtio: add virtio_gpu_object_array & helpers (bsc#1152489)
- commit 9734afe
- drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, (bsc#1152489)
- commit eeeeeaa
- drm/virtio: drop no_wait argument from virtio_gpu_object_reserve (bsc#1152489)
- commit 647839d
- drm/virtio: remove virtio_gpu_object_wait (bsc#1152489)
- commit f1ff38c
- drm/virtio: simplify cursor updates (bsc#1152489)
- commit 3f847cc
- drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper. (bsc#1152489)
- commit 3cebb81
- drm/virtio: pass gem reservation object to ttm init (bsc#1152489)
- commit 36d0d32
- drm/dp_mst: Cleanup drm_dp_send_link_address() a bit (bsc#1152489)
- commit 88f181f
- drm/dp_mst: Refactor drm_dp_mst_handle_down_rep() (bsc#1152489)
- commit 6d1cc80
- drm/dp_mst: Refactor drm_dp_mst_handle_up_req() (bsc#1152489)
- commit de1f2ad
- drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid() (bsc#1152489)
- commit 93e15e5
- drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req() (bsc#1152489)
- commit 7f53963
- drm/dp_mst: Refactor drm_dp_send_enum_path_resources (bsc#1152489)
- commit 43a9a7e
- drm/dp_mst: Add sideband down request tracing + selftests (bsc#1152489)
- commit c65751e
- drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req() (bsc#1152489)
- commit 2a69fb9
- drm/print: Add drm_err_printer() (bsc#1152489)
- commit da936c7
- drm/dp_mst: Move test_calc_pbn_mode() into an actual selftest (bsc#1152489)
- commit 80f3a53
- drm/dp_mst: Get rid of list clear in destroy_connector_work (bsc#1152489)
- commit 7f92489
- drm/dp_mst: Move link address dumping into a function (bsc#1152489)
- commit bc6b4f3
- drm/vkms: Reduce critical section in vblank_simulate (bsc#1152489)
- commit 11031b0
- drm/vkms: Use wait_for_flip_done (bsc#1152489)
- commit 8f0a5f0
- drm/vblank: Document and fix vblank count barrier semantics (bsc#1152489)
- commit 86e3a08
- drm/komeda: Add ACLK rate to sysfs (bsc#1152489)
- commit 5e92472
- drm: Add high-precision time to vblank trace event (bsc#1152489)
- commit e91e25a
- drm/sti: Include the right header (bsc#1152489)
- commit affa71f
- drm: sti: use cec_notifier_conn_(un)register (bsc#1152489)
- commit 172fd82
- drm: dw-hdmi-i2s: enable audio clock in audio_startup (bsc#1152489)
- commit a3a9321
- drm: mst: Fix query_payload ack reply struct (bsc#1152489)
- commit 224d66f
- drm/msm: Use drm_attach_bridge() to attach a bridge to an encoder (bsc#1152489)
- commit 7b3543b
- drm: Stop including drm_bridge.h from drm_crtc.h (bsc#1152489)
- commit 5038be0
- drm/meson: add resume/suspend hooks (bsc#1152489)
- commit b475278
- drm/meson: dw_hdmi: add resume/suspend hooks (bsc#1152489)
- commit ed9740b
- drm/virtio: module_param_named() requires linux/moduleparam.h (bsc#1152489)
- commit 0b04bb6
- drm/virtio: notify virtqueues without holding spinlock (bsc#1152489)
- commit 7777a8d
- drm/virtio: cleanup queue functions (bsc#1152489)
- commit cfe0851
- drm/virtio: add plane check (bsc#1152489)
- commit 805a2d0
- drm/vc4/vc4_hdmi: fill in connector info (bsc#1152489)
- commit de486db
- drm/i915/intel_hdmi: use cec_notifier_conn_(un)register (bsc#1152489)
- commit 28c191e
- drm_dp_cec: add connector info support. (bsc#1152489)
- commit 6af4a5a
- drm/virtio: make resource id workaround runtime switchable. (bsc#1152489)
- commit ad776a0
- drm/mcde: Fix an error handling path in 'mcde_probe()' (bsc#1152489)
- commit 7816d14
- drm/mipi-dbi: fix a loop in debugfs code (bsc#1152489)
- commit 55ac13b
- drm/panel: Initialise panel dev and funcs through drm_panel_init() (bsc#1152489)
- commit 73c7003
- drm/panel: Add missing drm_panel_init() in panel drivers (bsc#1152489)
- commit e35d575
- drm/panfrost: Add errata descriptions from kbase (bsc#1152489)
- commit ac8a3c6
- drm/i915: switch to drm_fb_helper_remove_conflicting_pci_framebuffers (bsc#1152489)
- commit 8ea6dd7
- drm: drop resource_id parameter from (bsc#1152489)
- commit b90c1b3
- fbdev: drop res_id parameter from remove_conflicting_pci_framebuffers (bsc#1152489)
- commit 299f196
- drm/i915/perf: allow holding preemption on filtered ctx (bsc#1152489)
- commit ee7d8d0
- drm/i915/perf: Allow dynamic reconfiguration of the OA stream (bsc#1152489)
- commit 4c032f3
- drm/i915: add support for perf configuration queries (bsc#1152489)
- commit 79b8788
- drm/i915/perf: introduce a versioning of the i915-perf uapi (bsc#1152489)
- commit 4791b32
- drm/i915/execlists: Assert tasklet is locked for process_csb() (bsc#1152489)
- commit fe2600f
- drm/i915/ehl: Port C's hotplug interrupt is associated with TC1 bits (bsc#1152489)
- commit 1e1eff9
- drm/i915/execlists: Tweak virtual unsubmission (bsc#1152489)
- commit 3acd649
- drm/i915/selftests: Check that GPR are cleared for new contexts (bsc#1152489)
- commit c57b228
- drm/i915/selftests: Check known register values within the context (bsc#1152489)
- commit 2287ba3
- drm/i915/display: Squelch kerneldoc warnings (bsc#1152489)
- commit e6e7390
- drm/i915/selftests: Fixup naked 64b divide (bsc#1152489)
- commit 71dd8a4
- drm/i915/perf: Avoid polluting the i915_oa_config with error pointers (bsc#1152489)
- commit f55419c
- drm/i915/perf: Prefer using the pinned_ctx for emitting delays on (bsc#1152489)
- commit 456a776
- drm/i915/perf: execute OA configuration from command stream (bsc#1152489)
- commit b79335c
- drm/i915/perf: implement active wait for noa configurations (bsc#1152489)
- commit 223dc4e
- drm/i915/perf: allow for CS OA configs to be created lazily (bsc#1152489)
- commit 111b7bb
- drm/i915: Mark up "/sentinel"/ requests (bsc#1152489)
- commit a675d64
- drm/i915/execlists: Prevent merging requests with conflicting flags (bsc#1152489)
- commit 6dddaaa
- drm/i915/perf: Replace global wakeref tracking with engine-pm (bsc#1152489)
- commit 3bd9820
- drm/i915/selftests: Serialise write to scratch with its vma binding (bsc#1152489)
- commit b72c231
- drm/i915: Add an rcu_barrier option to i915_drop_caches (bsc#1152489)
- commit 9d612d1
- drm/i915/execlists: Only mark incomplete requests as -EIO on (bsc#1152489)
- commit 8ab8872
- drm/i915/execlists: Leave tell-tales as to why pending[] is bad (bsc#1152489)
- commit abf23d0
- drm/i915: Note the addition of timeslicing to the pretend scheduler (bsc#1152489)
- commit 5d34050
- drm/i915/tgl: Read SAGV block time from PCODE (bsc#1152489)
- commit 6d8feca
- drm/i915: Move SAGV block time to dev_priv (bsc#1152489)
- commit ad25584
- drm/i915/perf: Store shortcut to intel_uncore (bsc#1152489)
- commit f29e00d
- drm/i915/perf: store the associated engine of a stream (bsc#1152489)
- commit 4907372
- drm/i915: Remove cursor use of properties for coordinates (bsc#1152489)
- commit 975d6cb
- drm/i915: Remove begin/finish_crtc_commit, v4. (bsc#1152489)
- commit b94ef8b
- drm/i915: Use intel_plane_state in prepare and cleanup plane_fb (bsc#1152489)
- commit aab0c90
- drm/i915: Introduce and use (bsc#1152489)
- commit 4e28ce8
- drm/i915: Fix for_each_intel_plane_mask definition (bsc#1152489)
- commit d699429
- drm/i915/selftests: Check that registers are preserved between (bsc#1152489)
- commit 65ec430
- drm/i915/execlists: Mark up expected state during reset (bsc#1152489)
- commit 086c12e
- drm/i915/gt: Warn CI about an unrecoverable wedge (bsc#1152489)
- commit 636be47
- drm/i915/tgl: simplify the lrc register list for !RCS (bsc#1152489)
- commit e3c960a
- drm/i915/tgl: the BCS engine supports relative MMIO (bsc#1152489)
- commit e45b410
- drm/i915: Select DPLL's via mask (bsc#1152489)
- commit d701481
- drm/i915/color: move check of gamma_enable to specific func/platform (bsc#1152489)
- commit eec02db
- drm/i915/color: fix broken gamma state-checker during boot (bsc#1152489)
- commit 9b838a5
- drm/i915/selftests: fix null pointer dereference on pointer data (bsc#1152489)
- commit 33bf124
- drm/i915/selftests: Hold request reference over waits (bsc#1152489)
- commit 8ae74dc
- drm/i915/gt: Give engine->kernel_context distinct timeline lock (bsc#1152489)
- commit 9e5c8b9
- drm/i915/region: support volatile objects (bsc#1152489)
- commit 8a544e3
- drm/i915/region: support contiguous allocations (bsc#1152489)
- commit 914d98b
- drm/i915: introduce intel_memory_region (bsc#1152489)
- commit af1a5ec
- drm/i915/gt: Flush submission tasklet before waiting/retiring (bsc#1152489)
- commit 2fb995e
- drm/i915/perf: drop list of streams (bsc#1152489)
- commit df78072
- drm/i915/selftests: Assign the intel_runtime_pm pointer for (bsc#1152489)
- commit 205db24
- drm/i915/selftests: Assign the mock_engine->uncore shortcut (bsc#1152489)
- commit e41d3a3
- drm/i915/execlists: Assign virtual_engine->uncore from first sibling (bsc#1152489)
- commit 3ade7d3
- drm/i915/tgl: Add DC3CO counter in i915_dmc_info (bsc#1152489)
- commit 1826bb4
- drm/i915/tgl: Switch between dc3co and dc5 based on display idleness (bsc#1152489)
- commit 25f5fa0
- drm/i915/tgl: Do modeset to enable and configure DC3CO exitline (bsc#1152489)
- commit 195602e
- drm/i915/tgl: Enable DC3CO state in "/DC Off"/ power well (bsc#1152489)
- commit c65acf0
- drm/i915/tgl: Add DC3CO mask to allowed_dc_mask and gen9_dc_mask (bsc#1152489)
- commit 8c2ce6b
- drm/i915/tgl: Add DC3CO required register and bits (bsc#1152489)
- commit 8f00b1e
- drm/i915/perf: Set the exclusive stream under perf->lock (bsc#1152489)
- commit b1ae7b1
- drm/i915/perf: Wean ourselves off dev_priv (bsc#1152489)
- commit ae05913
- drm/i915: Fix Kconfig indentation (bsc#1152489)
- commit 4c0a6cf
- drm/i915/gt: Treat a busy timeline as 'active' while waiting (bsc#1152489)
- commit 433627a
- drm/i915/selftests: Appease lockdep (bsc#1152489)
- commit 21c4267
- drm/i915/execlists: Fix annotation for decoupling virtual request (bsc#1152489)
- commit c1bb4a5
- drm/i915/gt: Prefer local path to runtime powermanagement (bsc#1152489)
- commit 22508c2
- drm/i915: make array hw_engine_mask static, makes object smaller (bsc#1152489)
- commit b2f4a54
- drm/i915/vbt: Child device size remains unchanged through VBT 229 (bsc#1152489)
- commit 4d75c9a
- drm/i915/perf: move perf types to their own header (bsc#1152489)
- commit e05a3eb
- drm/i915/gt: Restore dropped 'interruptible' flag (bsc#1152489)
- commit aa66c86
- drm/i915: Update DRIVER_DATE to 20191007 (bsc#1152489)
- commit e355b00
- drm/i915: move gmbus setup down to intel_modeset_init() (bsc#1152489)
- commit 9f0c055
- drm/i915: split out i915_switcheroo.[ch] from i915_drv.c (bsc#1152489)
- commit 6bcd9e6
- drm/i915/vga: rename intel_vga_msr_write() to (bsc#1152489)
- commit c89f47c
- drm/i915/stolen: make the object creation interface consistent (bsc#1152489)
- commit 459252b
- drm/i915: Implement a better i945gm vblank irq vs. C-states (bsc#1152489)
- commit 545cdd9
- drm/i915: Drop struct_mutex from around GEM initialisation (bsc#1152489)
- commit 989c574
- drm/i915/selftests: Drop vestigal struct_mutex guards (bsc#1152489)
- commit 2ffa6f4
- drm/i915: Drop struct_mutex from suspend state save/restore (bsc#1152489)
- commit 07156b1
- drm/i915: Remove struct_mutex guard for debugfs/opregion (bsc#1152489)
- commit 15d1b2f
- drm/i915: Drop struct_mutex guard from debugfs/framebuffer_info (bsc#1152489)
- commit 924e807
- drm/i915/overlay: Drop struct_mutex guard (bsc#1152489)
- commit ada2780
- drm/i915: Move context management under GEM (bsc#1152489)
- commit 0abbcb0
- drm/i915: Remove logical HW ID (bsc#1152489)
- commit 61e84e4
- drm/i915: Move global activity tracking from GEM to GT (bsc#1152489)
- commit ac81109
- drm/i915: Move request runtime management onto gt (bsc#1152489)
- commit db12971
- drm/i915/gem: Retire directly for mmap-offset shrinking (bsc#1152489)
- commit e2812ee
- drm/i915: Merge wait_for_timelines with retire_request (bsc#1152489)
- commit 1803574
- drm/i915: Remove the GEM idle worker (bsc#1152489)
- commit d6aa7d7
- drm/i915: Drop struct_mutex from around i915_retire_requests() (bsc#1152489)
- commit c415c2c
- drm/i915: Move idle barrier cleanup into engine-pm (bsc#1152489)
- commit 3f3e13b
- drm/i915: Coordinate i915_active with its own mutex (bsc#1152489)
- commit f6e4e9e
- drm/i915: Push the i915_active.retire into a worker (bsc#1152489)
- commit 399cf38
- drm/i915: Pull i915_vma_pin under the vm->mutex (bsc#1152489)
- commit df092a0
- drm/i915: Mark up address spaces that may need to allocate (bsc#1152489)
- commit 15c957b
- drm/i915: Only track bound elements of the GTT (bsc#1152489)
- commit 7e8855b
- drm/i915: Use helpers for drm_mm_node booleans (bsc#1152489)
- commit f5e2374
- drm/i915: Restrict L3 remapping sysfs interface to dwords (bsc#1152489)
- commit 81a2e81
- drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms (bsc#1152489)
- commit ac0ab21
- drm/i915: Fix audio power up sequence for gen10+ display (bsc#1152489)
- commit 781a9c6
- drm/i915/dp: remove static variable for aux last status (bsc#1152489)
- commit 79e5598
- drm/i915/execlists: Skip redundant resubmission (bsc#1152489)
- commit 1ac899e
- drm/i915/tgl: Add the Thunderbolt PLL divider values (bsc#1152489)
- commit e98f0b8
- drm/i915: use DRM_DEBUG_KMS() instead of drm_dbg(DRM_UT_KMS, ...) (bsc#1152489)
- commit 09e7d07
- drm/i915: use DRM_ERROR() instead of drm_err() (bsc#1152489)
- commit a391968
- drm/i915/selftests: Exercise potential false lite-restore (bsc#1152489)
- commit c9baf3e
- drm/i915/mg: Use tc_port instead of port parameter to MG registers (bsc#1152489)
- commit e048650
- drm/i915: Clean up encoder->crtc_mask setup (bsc#1152489)
- commit 0730079
- drm/i915: Populate possible_crtcs correctly (bsc#1152489)
- commit 15bb200
- drm/i915/gem: Refactor tests on obj->ops->flags (bsc#1152489)
- commit a7fc777
- drm/i915/selftests: Extract random_offset() for use with a prng (bsc#1152489)
- commit 5e76526
- drm/i915: Polish intel_tv_mode_valid() (bsc#1152489)
- commit de6dfef
- drm/i915: Limit MST modes based on plane size too (bsc#1152489)
- commit 9d7b922
- drm/i915/display: abstract all vgaarb access to intel_vga.[ch] (bsc#1152489)
- commit 0a175b8
- drm/i915/dp: Fix DP MST error after unplugging TypeC cable (bsc#1152489)
- commit 715f2a0
- drm/i915: Initialise breadcrumb lists on the virtual engine (bsc#1152489)
- commit e3f585a
- drm/i915/gt: Only unwedge if we can reset first (bsc#1152489)
- commit ab7168e
- drm/i915/selftests: Exercise context switching in parallel (bsc#1152489)
- commit ae1f3b4
- drm/i915/selftests: Provide a mock GPU reset routine (bsc#1152489)
- commit 5fcdc46
- drm/i915/selftests: Distinguish mock device from no wakeref (bsc#1152489)
- commit df45bcd
- drm/i915: Pass intel_gt to has-reset? (bsc#1152489)
- commit 9a90f27
- drm/i915/selftests: Do not try to sanitize mock HW (bsc#1152489)
- commit e26ee2e
- drm/i915: simplify i915_gem_init_early (bsc#1152489)
- commit 069bc5c
- drm/i915: check for kernel_context (bsc#1152489)
- commit 2b85cb3
- drm/i915/tgl: initialize TC and TBT ports (bsc#1152489)
- commit 93176b8
- drm/i915/tgl: Fix dkl link training (bsc#1152489)
- commit ce43b41
- drm/i915/tgl: Add dkl phy programming sequences (bsc#1152489)
- commit 7fa75bc
- drm/i915/tc: Update DP_MODE programming (bsc#1152489)
- commit 71d691d
- drm/i915/dmc: Update ICL DMC version to v1.09 (bsc#1152489)
- commit d549729
- drm/i915/huc: fix version parsing from CSS header (bsc#1152489)
- commit 96033fb
- drm/i915: Update DRIVER_DATE to 20190927 (bsc#1152489)
- commit f6580d4
- drm/i915: Extract GT render sleep (rc6) management (bsc#1152489)
- commit 3500c87
- drm/i915/selftests: Exercise concurrent submission to all engines (bsc#1152489)
- commit de51a96
- drm/i915: Add definitions for MI_MATH command (bsc#1152489)
- commit 2a197ae
- drm/i915/perf: Fix use of kernel-doc format in structure members (bsc#1152489)
- commit b539db4
- drm/i915: Don't disable interrupts for intel_engine_breadcrumbs_irq() (bsc#1152489)
- commit ccbdb3c
- drm/i915: Drop the IRQ-off asserts (bsc#1152489)
- commit 3bb03d4
- drm/i915: Adjust length of MI_LOAD_REGISTER_REG (bsc#1152489)
- commit d8d6ea6
- drm/i915/execlists: Use per-process HWSP as scratch (bsc#1152489)
- commit c1e9160
- drm/i915: Define explicit wedged on init reset state (bsc#1152489)
- commit bae6265
- drm/i915: Small joiner RAM buffer size is platform-specific (bsc#1152489)
- commit bd569f8
- drm/i915/tgl: Add memory type decoding for bandwidth checking (bsc#1152489)
- commit b3003f5
- drm/i915/tgl: Return the mg/dkl pll as DDI clock for new TC ports (bsc#1152489)
- commit 2f95174
- drm/i915/tgl: Add dkl phy pll calculations (bsc#1152489)
- commit 5a34db0
- drm/i915/tgl: re-indent code to prepare for DKL changes (bsc#1152489)
- commit 9e43a30
- drm/i915/tgl: Add support for dkl pll write (bsc#1152489)
- commit 1f0f1bc
- drm/i915/tgl: Add initial dkl pll support (bsc#1152489)
- commit ff34e45
- drm/i915/execlists: Simplify gen12_csb_parse (bsc#1152489)
- commit efa8b95
- drm/i915: Do not add all planes when checking scalers on glk+ (bsc#1152489)
- commit c6a2531
- drm/i915: Rename planar linked plane variables (bsc#1152489)
- commit 881d3f8
- drm/i915: Get rid of crtc_state->fb_changed (bsc#1152489)
- commit 27fdd2d
- drm/i915: Add hardware readout for FEC (bsc#1152489)
- commit 5fd7764
- Revert "/drm/i915/color: Extract icl_read_luts()"/ (bsc#1152489)
- commit a6747d9
- drm/i915/tgl: Swap engines for no rps (gpu reclocking) (bsc#1152489)
- commit 453c46d
- drm/i915: Add Pipe D cursor ctrl register for Gen12 (bsc#1152489)
- commit eb37602
- drm/i915/selftests: Verify the LRC register layout between init and (bsc#1152489)
- commit 93e5a63
- drm/i915: Add TigerLake bandwidth checking (bsc#1152489)
- commit a8f0224
- drm/i915/tgl: Check the UC health of tc controllers after power on (bsc#1152489)
- commit ecbc0f2
- drm/i915/icl: Unify disable and enable phy clock gating functions (bsc#1152489)
- commit cd0f039
- drm/i915/tgl: Add dkl phy registers (bsc#1152489)
- commit ee70660
- drm/i915/tgl/pll: Set update_active_dpll (bsc#1152489)
- commit 7963761
- drm/i915/tgl: Finish modular FIA support on registers (bsc#1152489)
- commit 7248c2b
- drm/i915/tgl: Add missing ddi clock select during DP init sequence (bsc#1152489)
- commit 5809cef
- drm/i915/execlists: Relax assertion for a pinned context image on (bsc#1152489)
- commit c0e5ef8
- drm/i915: pass i915 to intel_modeset_init() and (bsc#1152489)
- commit e6b05dd
- drm/i915: abstract intel_mode_config_init() from intel_modeset_init() (bsc#1152489)
- commit 86583bd
- drm/i915: abstract intel_panel_sanitize_ssc() from (bsc#1152489)
- commit 8a568a6
- drm/i915: pass i915 to intel_modeset_driver_remove() (bsc#1152489)
- commit 3042afe
- drm/i915: pass i915 to i915_driver_modeset_probe() (bsc#1152489)
- commit 7cd5912
- drm/i915: add i915_driver_modeset_remove() (bsc#1152489)
- commit f38a190
- drm/i915: save AUD_FREQ_CNTRL state at audio domain suspend (bsc#1152489)
- commit ea7d84f
- drm/i915/dsb: Documentation for DSB. (bsc#1152489)
- commit d3646bc
- drm/i915/dsb: Enable DSB for gen12. (bsc#1152489)
- commit 4f44fa7
- drm/i915/dsb: Enable gamma lut programming using DSB. (bsc#1152489)
- commit c220374
- drm/i915/dsb: function to trigger workload execution of DSB. (bsc#1152489)
- commit 6534f0b
- drm/i915/dsb: functions to enable/disable DSB engine. (bsc#1152489)
- commit 4dded1d
- drm/i915/dsb: Check DSB engine status. (bsc#1152489)
- commit 9debd2a
- drm/i915/dsb: Indexed register write function for DSB. (bsc#1152489)
- commit d474ded
- drm/i915/dsb: single register write function for DSB. (bsc#1152489)
- commit fb179c3
- drm/i915/dsb: DSB context creation. (bsc#1152489)
- commit 3324d72
- drm/i915/dsb: feature flag added for display state buffer. (bsc#1152489)
- commit e03171a
- drm/i915/color: Extract icl_read_luts() (bsc#1152489)
- commit 61f78fd
- drm/i915/color: Fix formatting issues (bsc#1152489)
- commit 791ad5f
- drm/i915/tgl: s/ss/eu fuse reading support (bsc#1152489)
- commit fc9c424
- drm/i915: Add PIPECONF YCbCr 4:4:4 programming for ILK-IVB (bsc#1152489)
- commit 7a4fcff
- drm/i915: Set up ILK/SNB csc unit properly for YCbCr output (bsc#1152489)
- commit cc1ae29
- drm/i915: Document ILK+ pipe csc matrix better (bsc#1152489)
- commit 3456fd4
- drm/i915: Add PIPECONF YCbCr 4:4:4 programming for HSW (bsc#1152489)
- commit 334ac3a
- drm/i915: Simplify intel_get_crtc_ycbcr_config() (bsc#1152489)
- commit cd69e55
- drm/i915: Don't look at unrelated PIPECONF bits for interlaced (bsc#1152489)
- commit 745ba78
- drm/i915: Never set limited_color_range=true for YCbCr output (bsc#1152489)
- commit d73a279
- drm/i915: Extract intel_hdmi_limited_color_range() (bsc#1152489)
- commit 53c3c3e
- drm/i915: Fix AVI infoframe quantization range for YCbCr output (bsc#1152489)
- commit b87c688
- drm/i915: Fix HSW+ DP MSA YCbCr colorspace indication (bsc#1152489)
- commit 229f2ea
- drm/i915/uc: Update HuC firmware naming convention and load latest (bsc#1152489)
- commit c4d6417
- Revert "/drm/i915/tgl: Implement Wa_1406941453"/ (bsc#1152489)
- commit 8bc9df0
- drm/i915: Protect timeline->hwsp dereferencing (bsc#1152489)
- commit d888c86
- drm/i915: Lock signaler timeline while navigating (bsc#1152489)
- commit ccc44c4
- drm/i915: Mark i915_request.timeline as a volatile, rcu pointer (bsc#1152489)
- commit 517a7c6
- drm/i915/tgl: Suspend pre-parser across GTT invalidations (bsc#1152489)
- commit cb84ad0
- drm/i915: Don't advertise modes that exceed the max plane size (bsc#1152489)
- commit 03a716f
- drm/i915/tgl: Implement Wa_1406941453 (bsc#1152489)
- commit f921541
- drm/i915/tgl: Implement Wa_1409142259 (bsc#1152489)
- commit faf711d
- drm/i915: Unify ICP and MCC hotplug pin tables (bsc#1152489)
- commit 9f92280
- drm/i915: Future-proof DDC pin mapping (bsc#1152489)
- commit 4bbf6f8
- drm/i915/selftests: Exercise CS TLB invalidation (bsc#1152489)
- commit d917d07
- drm/i915: fix SFC reset flow (bsc#1152489)
- commit 5cda799
- drm/i915/tgl: Extend MI_SEMAPHORE_WAIT (bsc#1152489)
- commit 8657d96
- drm/i915: Only apply a rmw mmio update if the value changes (bsc#1152489)
- commit c285e91
- drm/i915: Show the logical context ring state on dumping (bsc#1152489)
- commit afb584f
- drm/i915: stop conflating HAS_DISPLAY() and disabled display (bsc#1152489)
- commit ce68e20
- drm/i915: s/pipe_config/crtc_state/ in intel_crtc_atomic_check() (bsc#1152489)
- commit bc043d9
- drm/i915: Extract intel_modeset_calc_cdclk() (bsc#1152489)
- commit a037bf7
- drm/i915: Allow downscale factor of <3.0 on glk+ for all formats (bsc#1152489)
- commit 5cd5406
- drm/i915: Replace is_planar_yuv_format() with (bsc#1152489)
- commit 1e6da05
- drm/i915: introduce INTEL_DISPLAY_ENABLED() (bsc#1152489)
- commit 0a95cf6
- drm/i915/tgl: Re-enable rc6 (bsc#1152489)
- commit c81f692
- drm/i915/tgl: Introduce gen12 forcewake ranges (bsc#1152489)
- commit 9978e18
- drm/i915: Update Gen11 forcewake ranges (bsc#1152489)
- commit 76dffb3
- drm/i915/tgl: Limit ourselves to just rcs0 (bsc#1152489)
- commit c8e89e0
- drm/i915/display/icl: Bump up the plane/fb height (bsc#1152489)
- commit f857610
- drm/i915/display/icl: Bump up the hdisplay and vdisplay as per (bsc#1152489)
- commit 88ddb6e
- drm/i915/gtt: Make sure the gen6 ppgtt is bound before first use (bsc#1152489)
- commit fdff5dd
- drm/i915/selftests: Keep the engine awake while we keep for (bsc#1152489)
- commit 1d06634
- drm/i915: Get the correct wakeref for reading HOTPLUG_EN et al. (bsc#1152489)
- commit 6eadbe5
- drm/i915/tgl: Disable preemption while being debugged (bsc#1152489)
- commit 1e4dcb9
- drm/i915/pmu: Use GT parked for estimating RC6 while asleep (bsc#1152489)
- commit 0dfed7f
- drm/i915: convert device info num_pipes to pipe_mask (bsc#1152489)
- commit 50a3c56
- drm/i915/pmu: Skip busyness sampling when and where not needed (bsc#1152489)
- commit 2a05551
- drm/i915/execlists: Ensure the context is reloaded after a GPU reset (bsc#1152489)
- commit f9a60c2
- drm/i915/execlists: Add a paranoid flush of the CSB pointers upon (bsc#1152489)
- commit 1a59374
- drm/i915: Disable FBC if BIOS reserved memory (stolen) is unavailable (bsc#1152489)
- commit 1f2994f
- drm/i915: Remove duplicated bxt/cnl/icl .modeset_calc_cdclk() funcs (bsc#1152489)
- commit 932658e
- drm/i915: Reuse cnl_modeset_calc_cdclk() on icl+ (bsc#1152489)
- commit f972b41
- drm/i915: Fix CD2X pipe select masking during cdclk sanitation (bsc#1152489)
- commit cdcf9a4
- drm/i915: Fix cdclk bypass freq readout for tgl/bxt/glk (bsc#1152489)
- commit 88efb42
- drm/i915: add INTEL_NUM_PIPES() and use it (bsc#1152489)
- commit e776ef0
- drm/i915: Squeeze iommu status into debugfs/i915_capabilities (bsc#1152489)
- commit d85bf06
- drm/i915/tgl: Disable read-only ppgtt support (bsc#1152489)
- commit 85f5fed
- drm/i915: Remove pointless planes_changed=true assignment (bsc#1152489)
- commit 6c7e866
- drm/i915: Use a high priority wq for nonblocking plane updates (bsc#1152489)
- commit fceae3d
- drm/i915/display: Add glk_cdclk_table (bsc#1152489)
- commit 441e2f2
- drm/i915: Make i915_vma.flags atomic_t for mutex reduction (bsc#1152489)
- commit 15206c6
- drm/i915: Make shrink/unshrink be atomic (bsc#1152489)
- commit 2cc601f
- drm/i915: Make pm_notify take intel_gt (bsc#1152489)
- commit 979a5d7
- drm/i915: Avoid round-trip via i915 in intel_gt_park (bsc#1152489)
- commit 1d15521
- drm/i915: Make wait_for_timelines take struct intel_gt (bsc#1152489)
- commit 5746ac9
- drm/i915: Move GT init to intel_gt.c (bsc#1152489)
- commit 8084472
- drm/i915: Consolidate {bxt,cnl,icl}_init_cdclk (bsc#1152489)
- commit 6aaca23
- drm/i915: Enhance cdclk sanitization (bsc#1152489)
- commit 2b2b8b3
- drm/i915: Add calc_voltage_level display vfunc (bsc#1152489)
- commit c27ce03
- drm/i915: Consolidate {bxt,cnl,icl}_uninit_cdclk (bsc#1152489)
- commit 11c3e1a
- drm/i915: Kill cnl_sanitize_cdclk() (bsc#1152489)
- commit e6af56e
- drm/i915: Combine bxt_set_cdclk and cnl_set_cdclk (bsc#1152489)
- commit 68bea8a
- drm/i915: Use literal representation of cdclk tables (bsc#1152489)
- commit 3c75fba
- drm/i915: Consolidate bxt/cnl/icl cdclk readout (bsc#1152489)
- commit 4c311bf
- drm/i915/tgl: Disable rc6 for debugging (bsc#1152489)
- commit b60b1ac
- drm/i915/selftests: Tighten the timeout testing for partial mmaps (bsc#1152489)
- commit 9aecbd1
- drm/i915/selftests: Take runtime wakeref for igt_ggtt_lowlevel (bsc#1152489)
- commit 9d2e492
- drm/i915/ringbuffer: Flush writes before RING_TAIL update (bsc#1152489)
- commit db63cd7
- drm/i915/execlists: Ignore lost completion events (bsc#1152489)
- commit 442250d
- drm/i915/display: Extract chv_read_luts() (bsc#1152489)
- commit c83e564
- drm/i915/display: Extract i965_read_luts() (bsc#1152489)
- commit 938751a
- drm/i915/display: Add gamma precision function for CHV (bsc#1152489)
- commit e02fd44
- drm/i915/execlists: Clear STOP_RING bit on reset (bsc#1152489)
- commit a5ab862
- drm/i915: include GTT page-size info in error state (bsc#1152489)
- commit 239a320
- drm/i915: cleanup cache-coloring (bsc#1152489)
- commit 139a142
- drm/i915: s/i915_gtt_color_adjust/i915_ggtt_color_adjust (bsc#1152489)
- commit 3194c07
- drm/i915: export color_differs (bsc#1152489)
- commit 9981b95
- drm/i915/buddy: add missing call to i915_global_register (bsc#1152489)
- commit 5d772a0
- drm/i915: Hook up GT power management (bsc#1152489)
- commit aebc92b
- drm/i915/tgl: Register state context definition for Gen12 (bsc#1152489)
- commit 4483ad1
- drm/i915: Use engine relative LRIs on context setup (bsc#1152489)
- commit 2456b6a
- drm/i915/tgl: Use refclk/2 as bypass frequency (bsc#1152489)
- commit e6be8cb
- drm/i915: add immutable zpos plane properties (bsc#1152489)
- commit 6a66be2
- drm/i915: Protect debugfs per_file_stats with RCU lock (bsc#1152489)
- commit bd554cd
- drm/i915/mst: Do not hardcoded the crtcs that encoder can connect (bsc#1152489)
- commit de024b3
- drm/i915: Apply FBC WA for TGL too (bsc#1152489)
- commit 94d9f2a
- drm/i915/tgl: add gen12 to stolen initialization (bsc#1152489)
- commit a6a2d49
- drm/i915/tgl: disable SAGV temporarily (bsc#1152489)
- commit 147be73
- drm/i915/tgl: move DP_TP_* to transcoder (bsc#1152489)
- commit 1d15c42
- drm/i915: protect access to DP_TP_* on non-dp (bsc#1152489)
- commit 925fe81
- drm/i915/tgl: Access the right register when handling PSR (bsc#1152489)
- commit e5a6321
- drm/i915/psr: Only handle interruptions of the transcoder in use (bsc#1152489)
- commit 3cf67f1
- drm/i915: disable set/get_tiling ioctl on gen12+ (bsc#1152489)
- commit 30145a3
- drm/i915/display: Extract glk_read_luts() (bsc#1152489)
- commit 2bf8d5e
- drm/i915/display: Extract ilk_read_luts() (bsc#1152489)
- commit f9631ba
- drm/i915/display: Extract i9xx_read_luts() (bsc#1152489)
- commit 185c8da
- drm/i915/display: Add macro to compare gamma hw/sw lut (bsc#1152489)
- commit d59f7e4
- drm/i915/display: Add func to compare hw/sw gamma lut (bsc#1152489)
- commit b8a67b6
- drm/i915/display: Add func to get gamma bit precision (bsc#1152489)
- commit 793c185
- drm/i915/display: Add debug log for color parameters (bsc#1152489)
- commit ffff1d3
- drm/i915: Refresh the errno to vmf_fault translations (bsc#1152489)
- commit 01292c6
- drm/i915/selftests: Remove unused __engines_name() (bsc#1152489)
- commit 52fef51
- drm/i915: Replace obj->pin_global with obj->frontbuffer (bsc#1152489)
- commit 31ac197
- drm/i915: Report aliasing ppgtt size as ggtt size (bsc#1152489)
- commit 729c069
- drm/i915: Restrict the aliasing-ppgtt to the size of the ggtt (bsc#1152489)
- commit b6f0c32
- drm/i915: Clean up HDMI deep color handling a bit (bsc#1152489)
- commit e1727eb
- drm/i915: Prefer encoder->name over port_name() (bsc#1152489)
- commit 1aa5554
- drm/i915/perf: Assert locking for i915_init_oa_perf_state() (bsc#1152489)
- commit e657c3a
- drm/i915: Add 324mhz and 326.4mhz cdclks for gen11+ (bsc#1152489)
- commit 0a98463
- drm/i915: Allow /2 CD2X divider on gen11+ (bsc#1152489)
- commit de05d7a
- drm/i915: Fix regression with crtc disable ordering (bsc#1152489)
- commit 8e79a93
- drm/i915: Use RCU for unlocked vm_idr lookup (bsc#1152489)
- commit a22d4e7
- drm/i915: Remove ppgtt->dirty_engines (bsc#1152489)
- commit 9675dc2
- drm/i915/gtt: Downgrade Cherryview back to aliasing-ppgtt (bsc#1152489)
- commit 3d07b9d
- drm/i915/gtt: Downgrade gen7 (ivb, byt, hsw) back to aliasing-ppgtt (bsc#1152489)
- commit 647bb61
- drm/i915: unify icp, tgp and mcc irq setup (bsc#1152489)
- commit 9c95039
- drm/i915: parameterize SDE hotplug registers (bsc#1152489)
- commit 35f4991
- drm/i915: unify icp, tgp and mcc irq handling (bsc#1152489)
- commit fdab0ed
- drm/i915: parameterize south hpd macros (bsc#1152489)
- commit 8cf2c34
- drm/i915: Indent GuC/WOPCM documentation sections (bsc#1152489)
- commit 198b749
- drm/i915: Remove link to missing "/Batchbuffer Pools"/ documentation (bsc#1152489)
- commit ca5eb24
- drm/i915/hdcp: Enable HDCP 1.4 and 2.2 on Gen12+ (bsc#1152489)
- commit 3cf7d15
- drm/i915/hdcp: update current transcoder into intel_hdcp (bsc#1152489)
- commit 3aa5e5f
- drm: Extend I915 mei interface for transcoder info (bsc#1152489)
- commit 0f4fc72
- drm: Move port definition back to i915 header (bsc#1152489)
- commit 9942c74
- drm/i915: mei_hdcp: I915 sends ddi index as per ME FW (bsc#1152489)
- commit 248788a
- drm/i915/execlists: Try rearranging breadcrumb flush (bsc#1152489)
- commit cfb36ee
- drm/i915/display: Move the commit_tail() disable sequence to separate (bsc#1152489)
- commit 9329415
- drm/i915/display: Rename update_crtcs() to commit_modeset_enables() (bsc#1152489)
- commit 38bf2a0
- drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/ (bsc#1152489)
- commit 1b46751
- drm/i915/uc: Extract common code from GuC stop/disable comm (bsc#1152489)
- commit a8fe2e8
- drm/i915/selftests: cond_resched() within the longer buddy tests (bsc#1152489)
- commit ad581f5
- drm/i915/tgl: PSR link standby is not supported anymore (bsc#1152489)
- commit 3cb0991
- drm/i915/tgl: Gen-12 display loses Yf tiling and legacy CCS support (bsc#1152489)
- commit 93bc354
- drm/i915/tgl: Enabling DSC on Pipe A for TGL (bsc#1152489)
- commit cbfaa96
- drm/i915: Protect our local workers against I915_FENCE_TIMEOUT (bsc#1152489)
- commit d65266a
- drm/i915: Align power domain names with port names (bsc#1152489)
- commit 6c244c2
- drm/i915/selftests: Ignore coherency failures on Broadwater (bsc#1152489)
- commit 7579940
- drm/i915: Extend non readable mcr range (bsc#1152489)
- commit 602e16f
- drm/i915/execlists: Flush the post-sync breadcrumb write harder (bsc#1152489)
- commit 89e58f3
- drm/i915/selftests: Try to recycle context allocations (bsc#1152489)
- commit b78b621
- drm/i915/selftests: Remove accidental serialization between gpu_fill (bsc#1152489)
- commit faa5255
- drm/i915: use a separate context for gpu relocs (bsc#1152489)
- commit 7d4c434
- drm/i915/tgl/perf: use the same oa ctx_id format as icl (bsc#1152489)
- commit bd99b5a
- drm/i915/tgl: Do not apply WaIncreaseDefaultTLBEntries from GEN12 (bsc#1152489)
- commit a0757cc
- drm/i915/tgl: Implement TGL DisplayPort training sequence (bsc#1152489)
- commit 77865ce
- drm/i915: Disable pipes in reverse order (bsc#1152489)
- commit eb35315
- drm: Add for_each_oldnew_intel_crtc_in_state_reverse() (bsc#1152489)
- commit f8cb5f8
- drm/i915/tgl: Add maximum resolution supported by PSR2 HW (bsc#1152489)
- commit 3444a8e
- drm/i915: Do not read PSR2 register in transcoders without PSR2 (bsc#1152489)
- commit e448d63
- drm/i915/tgl: Guard and warn if more than one eDP panel is present (bsc#1152489)
- commit 6c22271
- drm/i915: Make engine's batch pool safe for use with virtual engines (bsc#1152489)
- commit d080192
- drm/i915: Only activate i915_active debugobject once (bsc#1152489)
- commit 9b03de7
- drm/i915/selftests: Markup impossible error pointers (bsc#1152489)
- commit 3b64017
- drm/i915/selftests: Add the usual batch vma managements to (bsc#1152489)
- commit 5a0fc25
- drm/i915/selftests: Teach igt_gpu_fill_dw() to take intel_context (bsc#1152489)
- commit 0de4633
- drm/i915: Keep drm_i915_file_private around under RCU (bsc#1152489)
- commit f0505e0
- drm/i915/uc: define GuC and HuC FWs for EHL (bsc#1152489)
- commit b2945f2
- drm/i915/gtt: Preallocate Braswell top-level page directory (bsc#1152489)
- commit c35feb5
- drm/i915: Use hweight8() for 8bit masks (bsc#1152489)
- commit f41d84c
- drm/i915: s/num_active_crtcs/num_active_pipes/ (bsc#1152489)
- commit e44f79d
- drm/i915: Use enum pipe consistently (bsc#1152489)
- commit 83f5608
- drm/i915: Unconfuse pipe vs. crtc->index in (bsc#1152489)
- commit 30177d7
- drm/i915: Use enum pipe instead of crtc index to track active pipes (bsc#1152489)
- commit ec1aeb2
- drm/i915: Add new function to copy subslices for a slice (bsc#1152489)
- commit d39a475
- drm/i915: Refactor instdone loops on new subslice functions (bsc#1152489)
- commit d5241c7
- drm/i915: Add function to determine if a slice has a subslice (bsc#1152489)
- commit 8bb9645
- drm/i915: Use subslice stride to set subslices for a given slice (bsc#1152489)
- commit e41e00d
- drm/i915: Add function to set subslices (bsc#1152489)
- commit 8d7ada3
- drm/i915: Use local variables for subslice_mask for device info (bsc#1152489)
- commit 0a4ecbb
- drm/i915: Add EU stride runtime parameter (bsc#1152489)
- commit a851342
- drm/i915: Add subslice stride runtime parameter (bsc#1152489)
- commit e3fb2c4
- drm/i915: Add function to set SSEU info per platform (bsc#1152489)
- commit 085cf4f
- drm/i915: Use variable for debugfs device status (bsc#1152489)
- commit f1fa8ad
- drm/i915/tgl: Enable VD HCP/MFX sub-pipe power gating (bsc#1152489)
- commit 458c33c
- drm/i915/tgl: Move GTCR register to cope with GAM MMIO address remap (bsc#1152489)
- commit 0a67a64
- drm/dp/dsc: Add Support for all BPCs supported by TGL (bsc#1152489)
- commit d6b2710
- drm/i915: Do not unmask PSR interruption in IRQ postinstall (bsc#1152489)
- commit cf16b11
- drm/i915: Add transcoder restriction to PSR2 (bsc#1152489)
- commit 2cc4c01
- drm/i915/psr: Make PSR registers relative to transcoders (bsc#1152489)
- commit c4d0100
- drm: bridge: dw-hdmi: Report connector status using callback (bsc#1152489)
- commit 4b30872
- locking/refcount: Consolidate implementations of refcount_t (bsc#1152489)
- commit 3fdbc14
- locking/lockdep: Remove unused @nested argument from lock_release() (bsc#1152489)
- commit 630403f
- drm/i915: Replace rcu_swap_protected() with rcu_replace_pointer() (bsc#1152489)
- commit 933c81e
- vgacon: Use pr_warn instead of pr_warning (bsc#1152489)
- commit e8b32b1
- hv_netvsc: Add validation for untrusted Hyper-V values
  (jsc#sle-12891).
- hv_netvsc: Cache the current data path to avoid duplicate call
  and message (jsc#sle-12891).
- hv_netvsc: Switch the data path at the right time during
  hibernation (jsc#sle-12891).
- hv_netvsc: Fix hibernation for mlx5 VF driver (jsc#sle-12891).
- x86/hyperv: Make hv_setup_sched_clock inline (jsc#sle-12891).
- PCI: hv: Make some functions static (jsc#sle-12891).
- scsi: storvsc: Add validation for untrusted Hyper-V values
  (jsc#sle-12891).
- scsi: storvsc: Fix spelling mistake (jsc#sle-12891).
- hyperv: hyperv.h: drop a duplicated word (jsc#sle-12891).
- tools: hv: change http to https in hv_kvp_daemon.c
  (jsc#sle-12891).
- Drivers: hv: vmbus: Remove the lock field from the vmbus_channel
  struct (jsc#sle-12891).
- scsi: storvsc: Introduce the per-storvsc_device spinlock
  (jsc#sle-12891).
- Drivers: hv: vmbus: Remove unnecessary channel->lock critical
  sections (sc_list updaters) (jsc#sle-12891).
- Drivers: hv: vmbus: Use channel_mutex in
  channel_vp_mapping_show() (jsc#sle-12891).
- Drivers: hv: vmbus: Remove unnecessary channel->lock critical
  sections (sc_list readers) (jsc#sle-12891).
- Drivers: hv: vmbus: Replace cpumask_test_cpu(, cpu_online_mask)
  with cpu_online() (jsc#sle-12891).
- Drivers: hv: vmbus: Remove the numa_node field from the
  vmbus_channel struct (jsc#sle-12891).
- Drivers: hv: vmbus: Remove the target_vp field from the
  vmbus_channel struct (jsc#sle-12891).
- net: hyperv: dump TX indirection table to ethtool regs
  (jsc#sle-12891).
- hv_netvsc: add support for vlans in AF_PACKET mode
  (jsc#sle-12891).
- scsi: storvsc: Remove memset before memory freeing in
  storvsc_suspend() (jsc#sle-12891).
- uio_hv_generic: add missed sysfs_remove_bin_file
  (jsc#sle-12891).
- PCI: hv: Use struct_size() helper (jsc#sle-12891).
- commit 5c0cd66
- hv_netvsc: Add XDP frame size to driver (jsc#sle-12891).
- commit a5b22bb
- Drivers: hv: vmbus: Resolve more races involving init_vp_index()
  (jsc#sle-12891).
- Drivers: hv: vmbus: Resolve race between init_vp_index()
  and CPU hotplug (jsc#sle-12891).
- vmbus: Replace zero-length array with flexible-array
  (jsc#sle-12891).
- Driver: hv: vmbus: drop a no long applicable comment
  (jsc#sle-12891).
- hyper-v: Replace open-coded variant of %*phN specifier
  (jsc#sle-12891).
- hyper-v: Supply GUID pointer to printf() like functions
  (jsc#sle-12891).
- hyper-v: Use UUID API for exporting the GUID (part 2)
  (jsc#sle-12891).
- x86/hyperv: Split hyperv-tlfs.h into arch dependent and
  independent files (jsc#sle-12891).
- x86/hyperv: Remove HV_PROCESSOR_POWER_STATE #defines
  (jsc#sle-12891).
- KVM: x86: hyperv: Remove duplicate definitions of Reference
  TSC Page (jsc#sle-12891).
- drivers: hv: remove redundant assignment to pointer
  primary_channel (jsc#sle-12891).
- scsi: storvsc: Re-init stor_chns when a channel interrupt is
  re-assigned (jsc#sle-12891).
- Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL
  message type (jsc#sle-12891).
- Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplug
  (jsc#sle-12891).
- Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel
  affinity logic (jsc#sle-12891).
- PCI: hv: Prepare hv_compose_msi_msg() for the
  VMBus-channel-interrupt-to-vCPU reassignment functionality
  (jsc#sle-12891).
- Drivers: hv: vmbus: Use a spin lock for synchronizing channel
  scheduling vs. channel removal (jsc#sle-12891).
- hv_utils: Always execute the fcopy and vss callbacks in a
  tasklet (jsc#sle-12891).
- hv_netvsc: Disable NAPI before closing the VMBus channel
  (jsc#sle-12891).
- Drivers: hv: vmbus: Replace the per-CPU channel lists with a
  global array of channels (jsc#sle-12891).
- Drivers: hv: vmbus: Don't bind the offer&rescind works to a
  specific CPU (jsc#sle-12891).
- Drivers: hv: vmbus: Always handle the VMBus messages on CPU0
  (jsc#sle-12891).
- Drivers: hv: check VMBus messages lengths (jsc#sle-12891).
- Drivers: hv: make sure that 'struct
  vmbus_channel_message_header' compiles correctly
  (jsc#sle-12891).
- Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()
  (jsc#sle-12891).
- Drivers: hv: allocate the exact needed memory for messages
  (jsc#sle-12891).
- Drivers: hv: copy from message page only what's needed
  (jsc#sle-12891).
- x86/hyperv: Properly suspend/resume reenlightenment
  notifications (jsc#sle-12891).
- hyper-v: Remove internal types from UAPI header (jsc#sle-12891).
- hyper-v: Use UUID API for exporting the GUID (jsc#sle-12891).
- x86/hyperv: Suspend/resume the VP assist page for hibernation
  (jsc#sle-12891).
- Drivers: hv: Move AEOI determination to architecture dependent
  code (jsc#sle-12891).
- Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM
  (jsc#sle-12891).
- hv_debugfs: Make hv_debug_root static (jsc#sle-12891).
- hv: hyperv_vmbus.h: Replace zero-length array with
  flexible-array member (jsc#sle-12891).
- PCI: hv: Replace zero-length array with flexible-array member
  (jsc#sle-12891).
- PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error
  handling path (jsc#sle-12891).
- PCI: hv: Remove unnecessary type casting from kzalloc
  (jsc#sle-12891).
- hv_netvsc: Remove unnecessary round_up for recv_completion_cnt
  (jsc#sle-12891).
- hv_netvsc: use new helper tcp_v6_gso_csum_prep (jsc#sle-12891).
- HID: hyperv: NULL check before some freeing functions is not
  needed (jsc#sle-12891).
- hv_netvsc: Fix XDP refcnt for synthetic and VF NICs
  (jsc#sle-12891).
- x86/hyper-v: Add "/polling"/ bit to hv_synic_sint (jsc#sle-12891).
- commit 1ab51b9
- x86/hyperv: Suspend/resume the hypercall page for hibernation (jsc#sle-12891).
- commit 837a396
- hv_utils: Add the support of hibernation (jsc#sle-12891).
- hv_utils: Support host-initiated hibernation request
  (jsc#sle-12891).
- hv_utils: Support host-initiated restart request
  (jsc#sle-12891).
- Tools: hv: Reopen the devices if read() or write() returns
  errors (jsc#sle-12891).
- video: hyperv: hyperv_fb: Use physical memory for fb on HyperV
  Gen 1 VMs (jsc#sle-12891).
- Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)
  (jsc#sle-12891).
- video: hyperv_fb: Fix hibernation for the deferred IO feature
  (jsc#sle-12891).
- Input: hyperv-keyboard: Add the support of hibernation
  (jsc#sle-12891).
- commit 9928da6
- hv_netvsc: Add XDP support (jsc#sle-12891).
- commit 85fce4e
- video: hyperv_fb: fix indentation issue (jsc#sle-12891).
- KVM: hyperv: Fix some typos in vcpu unimpl info (jsc#sle-12891).
- PCI: hv: Avoid a kmemleak false positive caused by the hbus
  buffer (jsc#sle-12891).
- commit fad9e46
- PCI: hv: Add hibernation support (jsc#sle-12891).
- commit 7b1f5fc
- drivers/hv: Replace binary semaphore with mutex (jsc#sle-12891).
- HID: hyperv: Add the support of hibernation (jsc#sle-12891).
- hv_balloon: Add the support of hibernation (jsc#sle-12891).
- hv_netvsc: make recording RSS hash depend on feature flag
  (jsc#sle-12891).
- commit 3adaf81
- x86/hyperv: Implement hv_is_hibernation_supported() (jsc#sle-12891).
- commit ef75f54
- x86: hv: Add function to allocate zeroed page for Hyper-V
  (jsc#sle-12891).
- Drivers: hv: util: Specify ring buffer size using Hyper-V page
  size (jsc#sle-12891).
- tools: hv: add vmbus testing tool (jsc#sle-12891).
- commit 5fb51bd
- drivers: hv: vmbus: Introduce latency testing (jsc#sle-12891).
- commit 13a6e68
- video: hyperv: hyperv_fb: Support deferred IO for Hyper-V
  frame buffer driver (jsc#sle-12891).
- video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V
  host (jsc#sle-12891).
- hv_netvsc: Add the support of hibernation (jsc#sle-12891).
- video: hyperv_fb: Add the support of hibernation
  (jsc#sle-12891).
- scsi: storvsc: Add the support of hibernation (jsc#sle-12891).
- Drivers: hv: vmbus: Add module parameter to cap the VMBus
  version (jsc#sle-12891).
- Drivers: hv: vmbus: Enable VMBus protocol versions 4.1, 5.1
  and 5.2 (jsc#sle-12891).
- Drivers: hv: vmbus: Introduce table of VMBus protocol versions
  (jsc#sle-12891).
- x86/hyperv: Initialize clockevents earlier in CPU onlining
  (jsc#sle-12891).
- x86/hyperv: Micro-optimize send_ipi_one() (jsc#sle-12891).
- hv_netvsc: record hardware hash in skb (jsc#sle-12891).
- commit 89088d3
- Delete patches.suse/suse-hv-kabi.patch.
- commit bee8fd0
- btrfs: block-group: fix free-space bitmap threshold
  (bsc#1176019).
- commit c27162b
- btrfs: remove no longer necessary chunk mutex locking cases
  (bsc#1176019).
- commit db60a0b
- btrfs: move the block group freeze/unfreeze helpers into
  block-group.c (bsc#1176019).
- commit 9efb8a2
- block: only call sched requeue_request() for scheduled
  (bsc#1177434).
- block: ensure bdi->io_pages is always initialized (bsc#1177434).
- block: fix get_max_io_size() (bsc#1177434).
- blk-mq: insert request not through ->queue_rq into
  (bsc#1177434).
- block: respect queue limit of max discard segment (bsc#1177434).
- blk-mq: order adding requests to hctx->dispatch and checking
  (bsc#1177434).
- block: fix double account of flush request's driver tag
  (bsc#1177434).
- blk-mq: centralise related handling into blk_mq_get_driver_tag
  (bsc#1177434).
- Revert "/blk-mq: put driver tag when this request is completed"/
  (bsc#1177434).
- blk-mq: move blk_mq_put_driver_tag() into blk-mq.c
  (bsc#1177434).
- blktrace: Provide event for request merging (bsc#1177434).
- commit dfd2ab2
- btrfs: scrub, only lookup for csums if we are dealing with a
  data extent (bsc#1176019).
- commit d291964
- btrfs: rename member 'trimming' of block group to a more
  generic name (bsc#1176019).
- commit 23a7d0c
- KVM: arm64: vgic-v4: Plug race between non-residency and v4.1
  doorbell (jsc#SLE-14773).
- commit 6a85915
- irqchip/gic-v4.1: Use readx_poll_timeout_atomic() to fix sleep
  in atomic (jsc#SLE-14773).
- commit 09981f9
- irqchip/gic-v3-its: Balance initial LPI affinity across CPUs
  (jsc#SLE-14773).
- commit e0d0ba9
- irqchip/gic-v3-its: Track LPI distribution on a per CPU basis
  (jsc#SLE-14773).
- commit 87823d7
- irqchip/gic-v3: Fix missing "/__init"/ for gic_smp_init()
  (jsc#SLE-14773).
- commit 5030876
- irqchip/gic-v4.1: Update effective affinity of virtual SGIs
  (jsc#SLE-14773).
- commit f0d381f
- irqchip/gic-v4.1: Add support for VPENDBASER's Dirty+Valid
  signaling (jsc#SLE-14773).
- commit 94d9651
- irqchip/gic-v4.1: Eagerly vmap vPEs (jsc#SLE-14773).
- commit eaf0337
- irqchip/gic-v4.1: Add VSGI property setup (jsc#SLE-14773).
- commit 6c3fbf5
- irqchip/gic-v4.1: Add VSGI allocation/teardown (jsc#SLE-14773).
- commit d5d4872
- irqchip/gic-v4.1: Move doorbell management to the GICv4
  abstraction layer (jsc#SLE-14773).
- commit 2f5f2d1
- irqchip/gic-v4.1: Plumb set_vcpu_affinity SGI callbacks
  (jsc#SLE-14773).
- commit 973724b
- irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacks
  (jsc#SLE-14773).
- commit 3f9198e
- irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
  (jsc#SLE-14773).
- commit 9e35710
- irqchip/gic-v4.1: Add initial SGI configuration (jsc#SLE-14773).
- commit c751f42
- Disable CONFIG_LIVEPATCH_IPA_CLONES where not needed
  Explicitly disable CONFIG_LIVEPATCH_IPA_CLONES in configs where it is
  not needed to avoid confusion and unwanted values due to fragment config
  files.
- commit 16f2ac3
- irqchip/gic-v4.1: Plumb skeletal VSGI irqchip (jsc#SLE-14773).
- commit 8a5e7e6
- irqchip/gic-v4.1: Map the ITS SGIR register page
  (jsc#SLE-14773).
- commit f71e4d3
- irqchip/gic-v4.1: Advertise support v4.1 to KVM (jsc#SLE-14773).
- commit 3bc0458
- irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations
  on the same RD (jsc#SLE-14773).
- commit c941d25
- irqchip/gic-v4.1: Wait for completion of redistributor's INVALL
  operation (jsc#SLE-14773).
- commit fdd3d4b
- irqchip/gic-v4.1: Ensure mutual exclusion between vPE affinity
  change and RD access (jsc#SLE-14773).
- commit a1a032a
- irqchip/gic-v4.1: Skip absent CPUs while iterating over
  redistributors (jsc#SLE-14773).
- commit 21c5388
- irqchip/gic-v3: Use SGIs without active state if offered
  (jsc#SLE-14773).
- commit 74bed69
- irqchip/gic-v3: Move irq_domain_update_bus_token to after
  checking for NULL domain (jsc#SLE-14773).
- commit 98b0da8
- irqchip/gic-v4: Use Inner-Shareable attributes for virtual
  pending tables (jsc#SLE-14773).
- commit 85dfee2
- irqchip/gic-v3-its: Probe ITS page size for all GITS_BASERn
  registers (jsc#SLE-14773).
- commit 6cb2d90
- irqchip/gic-v3-its: Fix access width for gicr_syncr
  (jsc#SLE-14773).
- commit 647d317
- irqchip/gic-v3: Workaround Cavium erratum 38539 when reading
  GICD_TYPER2 (jsc#SLE-14773).
- commit 1358667
- irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit
  ARM (jsc#SLE-14773).
- commit 1be6224
- irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors
  (jsc#SLE-14773).
- commit 6eac9d2
- irqchip/gic-v3-its: Remove superfluous WARN_ON (jsc#SLE-14773).
- commit e0e6536
- irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()
  (jsc#SLE-14773).
- commit f59ff61
- irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD level
  (jsc#SLE-14773).
- commit dcbce6e
- irqchip/gic-v4.1: Set vpe_l1_base for all redistributors
  (jsc#SLE-14773).
- commit 71acdf8
- irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZE
  (jsc#SLE-14773).
- commit 5fc2a5b
- irqchip/gic-v4.1: Allow direct invalidation of VLPIs
  (jsc#SLE-14773).
- commit bb02f51
- irqchip/gic-v4.1: Suppress per-VLPI doorbell (jsc#SLE-14773).
- commit 023e538
- irqchip/gic-v4.1: Add VPE INVALL callback (jsc#SLE-14773).
- commit 4476e69
- irqchip/gic-v4.1: Add VPE eviction callback (jsc#SLE-14773).
- commit e50f619
- irqchip/gic-v4.1: Add VPE residency callback (jsc#SLE-14773).
- commit dd5c0ad
- irqchip/gic-v4.1: Add mask/unmask doorbell callbacks
  (jsc#SLE-14773).
- commit 2621e93
- irqchip/gic-v4.1: Plumb skeletal VPE irqchip (jsc#SLE-14773).
- commit c924a3b
- irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVP
  (jsc#SLE-14773).
- commit 2dc75cc
- irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is set
  (jsc#SLE-14773).
- commit db68bce
- irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPP
  (jsc#SLE-14773).
- commit 7191688
- irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation
  (jsc#SLE-14773).
- commit fc58412
- irqchip/gic-v3: Add GICv4.1 VPEID size discovery
  (jsc#SLE-14773).
- commit e088146
- irqchip/gic-v3: Detect GICv4.1 supporting RVPEID
  (jsc#SLE-14773).
- commit 340e4c1
- irqchip/gic-v3-its: Fix get_vlpi_map() breakage with doorbells
  (jsc#SLE-14773).
- commit f24b917
- PCI: Remove unused includes and superfluous struct declaration
  (jsc#SLE-14773).
- Refresh
  patches.suse/iommu-of-take-a-ref-to-the-iommu-driver-during-of_xlate.
- commit 4209838
- irqchip/gic-v3-its: Make vlpi_lock a spinlock (jsc#SLE-14773).
- commit 2ae7da2
- irqchip/gic-v3-its: Lock VLPI map array before translating it
  (jsc#SLE-14773).
- commit f67a997
- irqchip/gic-v3-its: Synchronise INT/CLEAR commands targetting
  a VLPI using VSYNC (jsc#SLE-14773).
- commit 03f3640
- irqchip/gic-v3-its: Synchronise INV command targetting a VLPI
  using VSYNC (jsc#SLE-14773).
- commit 908ad92
- irqchip/gic-v3-its: Add its_vlpi_map helpers (jsc#SLE-14773).
- commit e068684
- irqchip/gic-v3-its: Kill its->device_ids and use TYPER copy
  instead (jsc#SLE-14773).
- commit 401be4e
- irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy
  instead (jsc#SLE-14773).
- commit eb42dac
- irqchip/gic-v3-its: Make is_v4 use a TYPER copy (jsc#SLE-14773).
- commit 51c4898
- irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI
  interface (jsc#SLE-14773).
- commit e2bbebb
- irqchip/gic-v3-its: Factor out wait_for_syncr primitive
  (jsc#SLE-14773).
- commit ed72724
- irqchip/gic-v3-its: Free collection mapping on device teardown
  (jsc#SLE-14773).
- commit 8e13baa
- irqchip/gic-v3-its: Fix u64 to __le64 warnings (jsc#SLE-14773).
- commit 624193c
- blk-mq: remove the BLK_MQ_REQ_INTERNAL flag (bsc#1177434).
- Refresh
  patches.suse/blk-mq-centralise-related-handling-into-blk_mq_get_d.patch.
- commit b67bb63
- irqchip: Remove redundant semicolon after while (jsc#SLE-14773).
- commit 24bb615
- KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven
  by vcpu_load/put (jsc#SLE-14773).
- commit 2212e76
- arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is
  clear (jsc#SLE-14773).
- commit 05b8576
- irqchip/gic-v3: Fix GIC_LINE_NR accessor (jsc#SLE-14773).
- commit 0c2d589
- irqchip/gic-v3-its: Remove the redundant set_bit for lpi_map
  (jsc#SLE-14773).
- commit 88f8da8
- irqchip/gic-v3: Add quirks for HIP06/07 invalid GICD_TYPER
  erratum 161010803 (jsc#SLE-14773).
- commit 2e9b4ee
- irqchip/gic: Skip DT quirks when evaluating IIDR-based quirks
  (jsc#SLE-14773).
- commit 5b87015
- irqchip/gic-v3: Warn about inconsistent implementations of
  extended ranges (jsc#SLE-14773).
- commit f545763
- irqchip/gic-v3: Add EPPI range support (jsc#SLE-14773).
- commit 6f59838
- irqchip/gic-v3: Dynamically allocate PPI partition descriptors
  (jsc#SLE-14773).
- commit 42a531a
- irqchip/gic-v3: Dynamically allocate PPI NMI refcounts
  (jsc#SLE-14773).
- commit c4acded
- irqchip/gic: Prepare for more than 16 PPIs (jsc#SLE-14773).
- commit 5bad432
- irqchip/gic-v3: Add ESPI range support (jsc#SLE-14773).
- commit 65b68ee
- irqchip/gic-v3: Add INTID range and convertion primitives
  (jsc#SLE-14773).
- Refresh
  patches.suse/irqchip-gic-v2-v3-Drop-extra-IRQ_NOAUTOEN-setting-fo.patch.
- commit 59e419c
- irqchip/gic: Rework gic_configure_irq to take the full ICFGR
  base (jsc#SLE-14773).
- commit 8ce46f7
- btrfs: fix a race between scrub and block group
  removal/allocation (bsc#1176019).
- commit 71bd813
- btrfs: block-group: rename write_one_cache_group()
  (bsc#1176019).
- commit 24a6cec
- btrfs: block-group: refactor how we insert a block group item
  (bsc#1176019).
- commit 1cecb46
- btrfs: block-group: refactor how we delete one block group item
  (bsc#1176019).
- Refresh
  patches.suse/btrfs-fix-a-block-group-ref-counter-leak-after-failu.patch.
- Refresh
  patches.suse/btrfs-fix-race-between-block-group-removal-and-block.patch.
- commit 1825f40
- btrfs: block-group: refactor how we read one block group item
  (bsc#1176019).
- commit 91ae416
- btrfs: block-group: don't set the wrong READA flag for
  btrfs_read_block_groups() (bsc#1176019).
- commit 6be354e
- geneve: add transport ports in route lookup for geneve
  (CVE-2020-25645 bsc#1177511).
- commit 7ab9b46
- Refresh patches.suse/powerpc-papr_scm-Add-PAPR-command-family-to-pass-thr.patch.
- commit aeda59a
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
  - use tar excludes for .kernel-binary.spec.buildenv
- commit 939a79b
- r8169: fix handling ether_clk (git-fixes).
- r8169: fix RTL8168f/RTL8411 EPHY config (git-fixes).
- commit 31a1bbe
- x86/cpu/vmware: Fix platform detection VMWARE_PORT macro (bsc#1152489)
- commit 65b396e
- x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for (bsc#1152489)
- commit 459f07a
- x86/vmware: Add a header file for hypercall definitions (bsc#1152489)
- commit 9a5e81f
- Fix order of patches in sorted section, fix JIRA references.
- Update patches.suse/x86-cpufeatures-enumerate-enqcmd-and-enqcmds-instructions.patch (jsc#SLE-13318).
- Update patches.suse/x86-resctrl-enumerate-per-thread-mba-controls.patch (jsc#SLE-13356).
- commit 6cfd5fd
- powerpc/rtas: Restrict RTAS requests from userspace
  (jsc#SLE-13644).
  Update config files.
- commit 1098a80
- vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfn
  (bsc#1176979).
- commit 3f68ac6
- s390/pci: Mark all VFs as not implementing PCI_COMMAND_MEMORY
  (bsc#1176979).
- commit 1afc493
- PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORY
  (bsc#1176979).
- commit 36a2c27
- blacklist.conf: Realtek DHC Arm SoCs not supported in SLE or Leap
  In v5.3, Realtek Digital Home Center RTD129x and later chipsets are still
  lacking irqchip, clk and any other drivers to actually load a rootfs from.
- commit 2d5007a
- powerpc/xive: Do not expose a debugfs file when XIVE is disabled
  (bsc#1177437 ltc#188522 jsc#SLE-13294).
- powerpc/xive: Add a debugfs file to dump internal XIVE state
  (bsc#1177437 ltc#188522 jsc#SLE-13294).
- Refresh patches.suse/powerpc-xive-Clear-the-page-tables-for-the-ESB-IO-ma.patch
- commit c83741d
- bpf: Fix a verifier issue when assigning 32bit reg states to
  64bit ones (bsc#1177028).
- bpf: Fix use-after-free in fmod_ret check (bsc#1177028).
- bpf: Add bpf_probe_read_{user, kernel}_str() to
  do_refine_retval_range (bsc#1177028).
- bpf: Make bpf_link_fops static (bsc#1177028).
- bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd
  (bsc#1177028).
- cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
  (bsc#1177028).
- bpf: remove unneeded conversion to bool in __mark_reg_unknown
  (bsc#1177028).
- bpf: Fix a typo "/inacitve"/ -> "/inactive"/ (bsc#1177028).
- bpf: Implement bpf_prog replacement for an active
  bpf_cgroup_link (bsc#1177028).
- bpf: Implement bpf_link-based cgroup BPF program attachment
  (bsc#1177028).
- bpf: Verifier, refine 32bit bound in do_refine_retval_range
  (bsc#1177028).
- bpf: Verifier, do explicit ALU32 bounds tracking (bsc#1177028).
- bpf: btf: Fix arg verification in btf_ctx_access()
  (bsc#1177028).
- tools/bpf: Sync uapi header bpf.h (bsc#1177028).
- bpf: add include guard to tnum.h (bsc#1177028).
- commit fc9ce4f
- vmxnet3: fix cksum offload issues for non-udp tunnels
  (git-fixes).
- Input: i8042 - add nopnp quirk for Acer Aspire 5 A515
  (bsc#954532).
- clocksource/drivers/timer-gx6605s: Fixup counter reload
  (git-fixes).
- spi: fsl-espi: Only process interrupts for expected events
  (git-fixes).
- mac80211: do not allow bigger VHT MPDUs than the hardware
  supports (git-fixes).
- commit 76e08ef
- fix patch metadata
- fix Patch-mainline:
  patches.suse/i2c-i801-exclude-device-from-suspend-direct-complete.patch
- commit 9fbf63b
- bpf: lsm: Implement attach, detach and execution (bsc#1177028).
  Refresh patches
- patches.suse/bpf-Prevent-mmap-ing-read-only-maps-as-writable.patch
- bpf: lsm: Provide attachment points for BPF LSM programs
  (bsc#1177028).
- security: Refactor declaration of LSM hooks (bsc#1177028).
  Update patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch
- Move the declaration of lock_kernel_down() from
  include/linux/lsm_hooks.h to include/linux/lsm_hook_defs.h
- perf_event: Add support for LSM and SELinux checks (bsc#1177028).
  Update patches
- patches.suse/powerpc-perf-Ignore-the-BHRB-kernel-address-filterin.patch
- patches.suse/0001-security-create-hidden-area-to-keep-sensitive-data.patch
- patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch
- fanotify, inotify, dnotify, security: add security hook for
  fs notifications (bsc#1177028).
- commit c8a9222
- bpf: Introduce BPF_PROG_TYPE_LSM (bsc#1177028).
  Update config files for CONFIG_BPF_LSM
- libbpf: Add support for program extensions (bsc#1177028).
- libbpf: Load btf_vmlinux only once per object (bsc#1177028).
- libbpf: Fix potential multiplication overflow in mmap() size
  calculation (bsc#1177028).
- libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
  (bsc#1177028).
- libbpf: Poison kernel-only integer types (bsc#1177028).
- bpf: libbpf: Add STRUCT_OPS support (bsc#1177028).
- libbpf: BTF is required when externs are present (bsc#1177028).
- libbpf: Put Kconfig externs into .kconfig section (bsc#1177028).
- bpftool, selftests/bpf: Embed object file inside skeleton (bsc#1177028).
  Refresh patches.suse/selftests-bpf-Validate-frozen-map-contents-stays-fro.patch
- bpftool: Fix compilation warning on shadowed variable
  (bsc#1177028).
- bpftool: Generate externs datasec in BPF skeleton (bsc#1177028).
- libbpf: Support libbpf-provided extern variables (bsc#1177028).
  Refresh patches.suse/bpf-Introduce-function-by-function-verification.patch
- selftests/bpf: Add BPF skeletons selftests and convert
  attach_probe.c (bsc#1177028).
- libbpf: Fix build on read-only filesystems (bsc#1177028).
- selftests/bpf: Bring back c++ include/link test (bsc#1177028).
- selftests/bpf: Ensure no DWARF relocations for BPF object files
  (bsc#1177028).
- selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32
  (bsc#1177028).
- selftests/bpf: Fix .gitignore to ignore no_alu32/ (bsc#1177028).
- bpf, doc: Add Andrii as official reviewer to BPF subsystem
  (bsc#1177028).
- commit 01dbecc
- scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG
  case (bsc#1177393).
- commit 70763bb
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
- commit 5587762
- scsi: target: iscsi: Fix hang in iscsit_access_np() when
  getting tpg->np_login_sem (bsc#1177393).
- scsi: target: iscsi: Fix data digest calculation (bsc#1177393).
- scsi: target: Make iscsit_register_transport() return void
  (bsc#1177393).
- scsi: target: tcmu: Make TMR notification optional
  (bsc#1177393).
- scsi: target: tcmu: Implement tmr_notify callback (bsc#1177393).
- scsi: target: tcmu: Fix and simplify timeout handling
  (bsc#1177393).
- scsi: target: tcmu: Factor out new helper ring_insert_padding
  (bsc#1177393).
- scsi: target: tcmu: Do not queue aborted commands (bsc#1177393).
- scsi: target: tcmu: Use priv pointer in se_cmd (bsc#1177393).
- scsi: target: Add tmr_notify backend function (bsc#1177393).
- scsi: target: Modify core_tmr_abort_task() (bsc#1177393).
- scsi: target: iscsi: Fix inconsistent debug message
  (bsc#1177393).
- scsi: target: iscsi: Fix login error when receiving
  (bsc#1177393).
- scsi: target: Remove unused variable 'tpg' (bsc#1177393).
- scsi: target: Handle short iSIDs (bsc#1177393).
- scsi: target: Fix iscsi transport id buf len calculation
  (bsc#1177393).
- scsi: target: Fix iscsi transport id buffer setup (bsc#1177393).
- scsi: target: Fix iscsi transport id parsing (bsc#1177393).
- scsi: target: Fix crash during SPEC_I_PT handling (bsc#1177393).
- scsi: target: Fix xcopy sess release leak (bsc#1177393).
- scsi: target: Check enforce_pr_isids during registration
  (bsc#1177393).
- scsi: target: tcmu: Fix crash on ARM during cmd completion
  (bsc#1177393).
- scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARM
  (bsc#1177393).
- scsi: target: tcmu: Optimize use of flush_dcache_page
  (bsc#1177393).
- scsi: target: tcmu: Remove unnecessary bit TCMU_CMD_BIT_INFLIGHT
  (bsc#1177393).
- scsi: target: Rename target_setup_cmd_from_cdb() to
  target_cmd_parse_cdb() (bsc#1177393).
- scsi: target: Fix NULL pointer dereference (bsc#1177393).
- scsi: target: Initialize LUN in transport_init_se_cmd()
  (bsc#1177393).
- scsi: target: Factor out a new helper, target_cmd_init_cdb()
  (bsc#1177393).
- scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_range
  (bsc#1177393).
- scsi: target: tcmu: Fix a use after free in
  tcmu_check_expired_queue_cmd() (bsc#1177393).
- scsi: target: tcmu: Userspace must not complete queued commands
  (bsc#1177393).
- scsi: target: core: Add initiatorname to NON_EXISTENT_LUN error
  (bsc#1177393).
- scsi: target: loopback: Fix READ with data and sensebytes
  (bsc#1177393).
- scsi: target: tcmu: Make pgr_support and alua_support attributes
  writable (bsc#1177393).
- scsi: target: Make transport_flags per device (bsc#1177393).
- scsi: target: tcmu: Add attributes enforce_pr_isids and
  force_pr_aptpl (bsc#1177393).
- scsi: target: Add missing emulate_pr attribute to passthrough
  backends (bsc#1177393).
- scsi: target: iscsi: Remove the iscsi_data_count structure
  (bsc#1177393).
- scsi: target: Put lun_ref at end of tmr processing
  (bsc#1177393).
- scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKEN
  (bsc#1177393).
- scsi: target: fix PR IN / READ FULL STATUS for FC (bsc#1177393).
- scsi: target: Write NULL to *port_nexus_ptr if no ISID
  (bsc#1177393).
- scsi: target: iscsi: calling iscsit_stop_session() inside
  iscsit_close_session() has no effect (bsc#1177393).
- scsi: target: fix hang when multiple threads try to destroy
  the same iscsi session (bsc#1177393).
- scsi: target: remove boilerplate code (bsc#1177393).
- scsi: Revert "/target: iscsi: Wait for all commands to finish
  before freeing a session"/ (bsc#1177393).
- scsi: Revert "/RDMA/isert: Fix a recently introduced regression
  related to logout"/ (bsc#1177393).
- scsi: Revert "/target/core: Inline transport_lun_remove_cmd()"/
  (bsc#1177393).
- scsi: libfc: remove unnecessary assertion on ep variable
  (bsc#1177393).
- scsi: RDMA/isert: Fix a recently introduced regression related
  to logout (bsc#1177393).
- scsi: target/iblock: Fix protection error with blocks greater
  than 512B (bsc#1177393).
- scsi: target: core: Fix a pr_debug() argument (bsc#1177393).
- scsi: target: iscsi: Wait for all commands to finish before
  freeing a session (bsc#1177393).
- scsi: target: core: Release SPC-2 reservations when closing
  a session (bsc#1177393).
- scsi: target: core: Document target_cmd_size_check()
  (bsc#1177393).
- scsi: target: tcmu: Prevent memory reclaim recursion
  (bsc#1177393).
- scsi: target: Remove tpg_list and se_portal_group.se_tpg_node
  (bsc#1177393).
- scsi: target: tcmu: clean the nl_cmd of the udev when nl send
  fails (bsc#1177393).
- commit 0474abc
- i2c: i801: Exclude device from suspend direct complete
  optimization (git-fixes).
- commit cbf8a71
- drm/radeon: revert "/Prefer lower feedback dividers"/
  (bsc#1177384).
- commit 502170c
- Refresh patches.suse/KVM-arm64-Annotate-hyp-NMI-related-functions-as-__al.patch
- commit 3239f9e
- usb: typec: intel_pmc_mux: Handle SCU IPC error conditions
  (git-fixes).
- usb: typec: ucsi: acpi: Increase command completion timeout
  value (git-fixes).
- commit 2522986
- dma-buf/resv: fix exclusive fence get (bsc#1152489)
- commit f347971
- dmabuf: Mark up onstack timer for selftests (bsc#1152472)
- commit 5352a74
- dma-buf: Use %zu for printing sizeof (bsc#1152472)
- commit 585460a
- dma-buf: Add selftests for dma-fence (bsc#1152472)
- commit 949306b
- dma-buf: Introduce selftesting framework (bsc#1152472)
- commit 44626c4
- dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signal (bsc#1152472)
- commit d0d8f02
- dma-fence: Avoid list_del during fence->cb_list iteration (bsc#1152472)
- commit 2a00bfd
- dma-fence: Shrink size of struct dma_fence (bsc#1152472)
- commit c160601
- sfc: commonise PCI error handlers (jsc#SLE-16683).
- Refresh
  patches.suse/PCI-Use-pci_channel_state_t-instead-of-enum-pci_chan.patch.
- commit af50963
- dma-buf: nuke reservation_object seq number (bsc#1152472)
- commit c12b427
- dma-buf/sw_sync: Synchronize signal vs syncpt free (bsc#1152472)
- commit df2da01
- dma-fence: Report the composite sync_file status (bsc#1152472)
- commit b4a797c
- dma-fence: Propagate errors to dma-fence-array container (bsc#1152472)
- commit 85e9ccb
- xsk: Remove a double pool->dev assignment in xp_dma_map
  (bsc#1176447).
- Refresh
  patches.suse/xsk-use-dma_need_sync-instead-of-reimplenting-it.
- commit cbb55ac
- dma-buf: add reservation_object_fences helper (bsc#1152472)
- commit 9038919
- dma-buf: make dma_fence structure a bit smaller v2 (bsc#1152472)
- commit 756d934
- dma-buf: simplify reservation_object_get_fences_rcu a bit (bsc#1152472)
- commit 90a1fe4
- dma-buf: fix shared fence list handling in (bsc#1152472)
- commit fb7c63d
- xsk: Explicitly inline functions and move definitions
  (bsc#1176447).
- Refresh
  patches.suse/xsk-replace-the-cheap_dma-flag-with-a-dma_need_sync-flag.
- commit ecbba08
- dma-buf: fix busy wait for new shared fences (bsc#1152472)
- commit b161669
- dma-buf: fix stack corruption in dma_fence_chain_release (bsc#1152472)
- commit c9fc706
- dma-buf: Relax the write-seqlock for reallocating the shared fence (bsc#1152472)
- commit b40ad2e
- dma-buf: Expand reservation_list to fill allocation (bsc#1152472)
- commit 40d44b0
- dma-buf: cleanup reservation_object_init/fini (bsc#1152472)
- commit 1d9015b
- xsk: Add overflow check for u64 division, stored into u32
  (bsc#1176447).
- Refresh
  patches.suse/xsk-Introduce-AF_XDP-buffer-allocation-API.patch.
- commit c06291a
- xsk: Support allocations of large umems (bsc#1176447).
- Refresh
  patches.suse/xsk-Introduce-AF_XDP-buffer-allocation-API.patch.
- commit ebf030b
- kernel: allow to configure PREEMPT_NONE, PREEMPT_VOLUNTARY on
  kernel command line (jsc#SLE-16775).
- commit 6bd2001
- sfc: Fix error code in probe (jsc#SLE-16683).
- xsk: Fix number of pinned pages/umem size discrepancy
  (bsc#1176447).
- sfc: fix boolreturn.cocci warning and rename function
  (jsc#SLE-16683).
- sfc: fix build warnings on 32-bit (jsc#SLE-16683).
- sfc: don't free_irq()s if they were never requested
  (jsc#SLE-16683).
- sfc: null out channel->rps_flow_id after freeing it
  (jsc#SLE-16683).
- sfc: take correct lock in ef100_reset() (jsc#SLE-16683).
- sfc: really check hash is valid before using it (jsc#SLE-16683).
- sfc: check hash is valid before using it (jsc#SLE-16683).
- sfc: fix ef100 design-param checking (jsc#SLE-16683).
- net/mlx5: Add VDPA interface type to supported enumerations
  (jsc#SLE-15172).
- sfc: Fix build with CONFIG_RFS_ACCEL disabled (jsc#SLE-16683).
- xdp: Prevent kernel-infoleak in xsk_getsockopt() (bsc#1176447).
- sfc_ef100: add nic-type for VFs, and bind to them
  (jsc#SLE-16683).
- sfc_ef100: read pf_index at probe time (jsc#SLE-16683).
- sfc_ef100: functions for selftests (jsc#SLE-16683).
- sfc_ef100: statistics gathering (jsc#SLE-16683).
- sfc_ef100: plumb in fini_dmaq (jsc#SLE-16683).
- sfc_ef100: RX path for EF100 (jsc#SLE-16683).
- sfc_ef100: RX filter table management and related gubbins
  (jsc#SLE-16683).
- sfc_ef100: TX path for EF100 NICs (jsc#SLE-16683).
- sfc_ef100: read Design Parameters at probe time (jsc#SLE-16683).
- sfc_ef100: fail the probe if NIC uses unsol_ev credits
  (jsc#SLE-16683).
- sfc_ef100: check firmware version at start-of-day
  (jsc#SLE-16683).
- tun: add missing rcu annotation in tun_set_ebpf() (bsc#1176447).
- sfc_ef100: remove duplicated include from ef100_netdev.c
  (jsc#SLE-16683).
- sfc_ef100: implement ndo_get_phys_port_{id,name}
  (jsc#SLE-16683).
- sfc_ef100: read device MAC address at probe time
  (jsc#SLE-16683).
- sfc_ef100: probe the PHY and configure the MAC (jsc#SLE-16683).
- sfc_ef100: actually perform resets (jsc#SLE-16683).
- sfc_ef100: extend ef100_check_caps to cover datapath_caps3
  (jsc#SLE-16683).
- sfc_ef100: read datapath caps, implement check_caps
  (jsc#SLE-16683).
- sfc_ef100: process events for MCDI completions (jsc#SLE-16683).
- sfc_ef100: implement ndo_open/close and EVQ probing
  (jsc#SLE-16683).
- sfc_ef100: implement MCDI transport (jsc#SLE-16683).
- sfc_ef100: don't call efx_reset_down()/up() on EF100
  (jsc#SLE-16683).
- sfc_ef100: PHY probe stub (jsc#SLE-16683).
- sfc_ef100: reset-handling stub (jsc#SLE-16683).
- sfc: skeleton EF100 PF driver (jsc#SLE-16683).
- sfc_ef100: register accesses on EF100 (jsc#SLE-16683).
- sfc_ef100: add EF100 register definitions (jsc#SLE-16683).
- sfc: remove efx_ethtool_nway_reset() (jsc#SLE-16683).
- sfc: drop unnecessary list_empty (jsc#SLE-16683).
- sfc: convert to new udp_tunnel infrastructure (jsc#SLE-16683).
- xsk: Add xdp statistics to xsk_diag (bsc#1176447).
- xsk: Add new statistics (bsc#1176447).
- net: switchdev: kerneldoc fixes (bsc#1176447).
- sfc_ef100: helper function to set default RSS table of given
  size (jsc#SLE-16683).
- sfc_ef100: NVRAM selftest support code (jsc#SLE-16683).
- sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQ
  (jsc#SLE-16683).
- sfc_ef100: add EF100 to NIC-revision enumeration
  (jsc#SLE-16683).
- sfc: get drvinfo driver name from outside the common code
  (jsc#SLE-16683).
- sfc: initialise RSS context ID to 'no RSS context' in
  efx_init_struct() (jsc#SLE-16683).
- sfc: commonise efx_fini_dmaq (jsc#SLE-16683).
- sfc: factor out efx_mcdi_filter_table_down() from _remove()
  (jsc#SLE-16683).
- sfc: don't call tx_limit_len if NIC type doesn't have one
  (jsc#SLE-16683).
- sfc: assign TXQs without gaps (jsc#SLE-16683).
- sfc: commonise netif_set_real_numx_queues calls (jsc#SLE-16683).
- sfc: make tx_queues_per_channel variable at runtime
  (jsc#SLE-16683).
- sfc: move modparam 'rss_cpus' out of common channel code
  (jsc#SLE-16683).
- sfc: move modparam 'interrupt_mode' out of common channel code
  (jsc#SLE-16683).
- sfc: remove max_interrupt_mode (jsc#SLE-16683).
- sfc: support setting MTU even if not privileged to configure
  MAC fully (jsc#SLE-16683).
- sfc: don't call tx_remove if there isn't one (jsc#SLE-16683).
- sfc: commonise initialisation of efx->vport_id (jsc#SLE-16683).
- sfc: commonise efx->xq_entries initialisation (jsc#SLE-16683).
- sfc: initialise max_[tx_]channels in efx_init_channels()
  (jsc#SLE-16683).
- sfc: move definition of EFX_MC_STATS_GENERATION_INVALID
  (jsc#SLE-16683).
- sfc: factor out efx_tx_tso_header_length() and understand
  encapsulation (jsc#SLE-16683).
- sfc: remove duplicate declaration of efx_enqueue_skb_tso()
  (jsc#SLE-16683).
- sfc: commonise TSO fallback code (jsc#SLE-16683).
- sfc: commonise efx_sync_rx_buffer() (jsc#SLE-16683).
- sfc: commonise some MAC configuration code (jsc#SLE-16683).
- sfc: commonise miscellaneous efx functions (jsc#SLE-16683).
- sfc: add missing licence info to mcdi_filters.c (jsc#SLE-16683).
- sfc: commonise MCDI MAC stats handling (jsc#SLE-16683).
- sfc: move NIC-specific mcdi_port declarations out of common
  header (jsc#SLE-16683).
- sfc: extend common GRO interface to support CHECKSUM_COMPLETE
  (jsc#SLE-16683).
- sfc: commonise ARFS handling (jsc#SLE-16683).
- sfc: commonise drain event handling (jsc#SLE-16683).
- sfc: track which BAR is mapped (jsc#SLE-16683).
- sfc: commonise FC advertising (jsc#SLE-16683).
- sfc: commonise other ethtool bits (jsc#SLE-16683).
- sfc: commonise ethtool NFC and RXFH/RSS functions
  (jsc#SLE-16683).
- sfc: commonise ethtool link handling functions (jsc#SLE-16683).
- sfc: split up nic.h (jsc#SLE-16683).
- sfc: refactor EF10 stats handling (jsc#SLE-16683).
- sfc: don't try to create more channels than we can have VIs
  (jsc#SLE-16683).
- sfc: extend bitfield macros up to POPULATE_DWORD_13
  (jsc#SLE-16683).
- sfc: determine flag word automatically in efx_has_cap()
  (jsc#SLE-16683).
- sfc: update MCDI protocol headers (jsc#SLE-16683).
- net/mlx5: Avoid RDMA file inclusion in core driver
  (jsc#SLE-15172).
- tun: implement header_ops->parse_protocol for AF_PACKET
  (bsc#1176447).
- xdp: Fix xsk_generic_xmit errno (bsc#1176447).
- net/xdp: use shift instead of 64 bit division (bsc#1176447).
- xdp: Introduce xdp_convert_frame_to_buff utility routine
  (bsc#1176447).
- sfc: add missing annotation for
  efx_ef10_try_update_nic_stats_vf() (jsc#SLE-16683).
- net/mlx5: IPSec: Fix incorrect type for spi (jsc#SLE-15172).
- sfc: avoid an unused-variable warning (jsc#SLE-16683).
- net: move devres helpers into a separate source file
  (bsc#1176447).
- xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code
  (bsc#1176447).
- tun: Add XDP frame size (bsc#1176447).
- veth: Xdp using frame_sz in veth driver (bsc#1176447).
- veth: Adjust hard_start offset on redirect XDP frames
  (bsc#1176447).
- sfc: Add XDP frame size (jsc#SLE-16683).
- sfc: fix dereference of table before it is null checked
  (jsc#SLE-16683).
- sfc: siena_check_caps() can be static (jsc#SLE-16683).
- sfc: actually wire up siena_check_caps() (jsc#SLE-16683).
- sfc: make firmware-variant printing a nic_type function
  (jsc#SLE-16683).
- sfc: make filter table probe caller responsible for adding VLANs
  (jsc#SLE-16683).
- sfc: move rx_rss_context_exclusive into struct
  efx_mcdi_filter_table (jsc#SLE-16683).
- sfc: rework handling of (firmware) multicast chaining state
  (jsc#SLE-16683).
- sfc: move 'must restore' flags out of ef10-specific nic_data
  (jsc#SLE-16683).
- sfc: use efx_has_cap for capability checks outside of
  NIC-specific code (jsc#SLE-16683).
- sfc: make capability checking a nic_type function
  (jsc#SLE-16683).
- sfc: move vport_id to struct efx_nic (jsc#SLE-16683).
- net/mlx5: TX WQE Add trailer insertion field (jsc#SLE-15172).
- netfilter: nft_reject_bridge: enable reject with bridge vlan
  (bsc#1176447).
- net: bridge: vlan: Add a schedule point during VLAN processing
  (bsc#1176447).
- veth: rely on peer veth_rq for ndo_xdp_xmit accounting
  (bsc#1176447).
- veth: rely on veth_rq in veth_xdp_flush_bq signature
  (bsc#1176447).
- sfc: falcon: convert to use i2c_new_client_device()
  (jsc#SLE-16683).
- net: bridge: vlan options: move the tunnel command to the
  nested attribute (bsc#1176447).
- net: bridge: vlan options: nest the tunnel id into a tunnel
  info attribute (bsc#1176447).
- veth: remove atomic64_add from veth_xdp_xmit hotpath
  (bsc#1176447).
- veth: introduce more xdp counters (bsc#1176447).
- veth: distinguish between rx_drops and xdp_drops (bsc#1176447).
- veth: introduce more specialized counters in veth_stats
  (bsc#1176447).
- veth: move xdp stats in a dedicated structure (bsc#1176447).
- net: bridge: vlan: include stats in dumps if requested
  (bsc#1176447).
- net: bridge: vlan options: add support for tunnel mapping
  set/del (bsc#1176447).
- net: bridge: vlan options: add support for tunnel id dumping
  (bsc#1176447).
- net: bridge: vlan tunnel: constify bridge and port arguments
  (bsc#1176447).
- net: bridge: vlan options: rename br_vlan_opts_eq to
  br_vlan_opts_eq_range (bsc#1176447).
- net: sfc: reject unsupported coalescing params (jsc#SLE-16683).
- sfc: support configuring vf spoofchk on EF10 VFs
  (jsc#SLE-16683).
- sfc: ethtool: Refactor to remove fallthrough comments in case
  blocks (jsc#SLE-16683).
- net/mlx5: fix spelling mistake "/reserverd"/ -> "/reserved"/
  (jsc#SLE-15172).
- tun: reject unsupported coalescing params (bsc#1176447).
- tun: drop TUN_DEBUG and tun_debug() (bsc#1176447).
- tun: replace tun_debug() by netif_info() (bsc#1176447).
- tun: drop useless debugging statements (bsc#1176447).
- tun: get rid of DBG1() macro (bsc#1176447).
- tun: fix misleading comment format (bsc#1176447).
- net: switchdev: do not propagate bridge updates across bridges
  (bsc#1176447).
- sfc: Replace zero-length array with flexible-array member
  (jsc#SLE-16683).
- tun: Remove unnecessary BUG_ON check in tun_net_xmit
  (bsc#1176447).
- sfc: elide assignment of skb (jsc#SLE-16683).
- net: switchdev: Replace zero-length array with flexible-array
  member (bsc#1176447).
- sfc: move some ARFS code out of headers (jsc#SLE-16683).
- sfc: only schedule asynchronous filter work if needed
  (jsc#SLE-16683).
- net: vlan: suppress "/failed to kill vid"/ warnings (bsc#1176447).
- net: sfc: Use scnprintf() for avoiding potential buffer overflow
  (jsc#SLE-16683).
- veth: ignore peer tx_dropped when counting local rx_dropped
  (bsc#1176447).
- sfc: complete the next packet when we receive a timestamp
  (jsc#SLE-16683).
- sfc: fix timestamp reconstruction at 16-bit rollover points
  (jsc#SLE-16683).
- net: bridge: fix stale eth hdr pointer in br_dev_xmit
  (bsc#1176447).
- bridge: br_stp: Use built-in RCU list checking (bsc#1176447).
- net: bridge: vlan: add per-vlan state (bsc#1176447).
- net: bridge: vlan: add basic option setting support
  (bsc#1176447).
- net: bridge: vlan: add basic option dumping support
  (bsc#1176447).
- net: bridge: check port state before br_allowed_egress
  (bsc#1176447).
- net: bridge: vlan: notify on vlan add/delete/change flags
  (bsc#1176447).
- net: bridge: vlan: add rtnetlink group and notify support
  (bsc#1176447).
- net: bridge: vlan: add rtm range support (bsc#1176447).
- net: bridge: vlan: add del rtm message support (bsc#1176447).
- net: bridge: vlan: add new rtm message support (bsc#1176447).
- net: bridge: vlan: add rtm definitions and dump support
  (bsc#1176447).
- net: bridge: netlink: add extack error messages when processing
  vlans (bsc#1176447).
- net: bridge: vlan: add helpers to check for vlan id/range
  validity (bsc#1176447).
- net: sfc: use skb_list_walk_safe helper for gso segments
  (jsc#SLE-16683).
- net: tap: use skb_list_walk_safe helper for gso segments
  (bsc#1176447).
- xsk: Use struct_size() helper (bsc#1176447).
- net: bridge: add STP xstats (bsc#1176447).
- net: tap: clean up an indentation issue (bsc#1176447).
- commit defc9cf
- Update configs for DRM v5.4
- commit a4b9b1e
- bpf, testing: Add missing object file to TEST_FILES (bsc#1177028).
- selftests/bpf: Restore $(OUTPUT)/test_stub.o rule (bsc#1177028).
- selftest/bpf: Use -m{little, big}-endian for clang
  (bsc#1177028).
- selftests/bpf: Fix LDLIBS order (bsc#1177028).
- tools/bpf: Turn on llvm alu32 attribute by default (bsc#1177028).
  Refresh patches
- patches.suse/selftests-bpf-Move-test_section_names-into-test_prog.patch
- patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch
- selftest/bpf: Remove test_libbpf.sh and test_libbpf_open (bsc#1177028).
  Refresh patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch
- selftests/bpf: Move test_queue_stack_map.h into progs/ where
  it belongs (bsc#1177028).
- selftests/bpf: Replace test_progs and test_maps w/ general rule (bsc#1177028).
  Refresh patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch
- selftests/bpf: Add simple per-test targets to Makefile
  (bsc#1177028).
- selftests/bpf: Switch test_maps to test_progs' test.h format
  (bsc#1177028).
- selftests/bpf: Remove obsolete pahole/BTF support detection
  (bsc#1177028).
- selftests/bpf: Convert test_btf_dump into test_progs test (bsc#1177028).
  Refresh patches
- patches.suse/selftests-bpf-Move-test_section_names-into-test_prog.patch
- patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch
- commit 2889f18
- libbpf: Add probe for large INSN limit (bsc#1177028).
- libbpf: Introduce bpf_prog_attach_xattr (bsc#1177028).
- libbpf: Add bpf_link__disconnect() API to preserve underlying
  BPF resource (bsc#1177028).
- libbpf: Fix build by renaming variables (bsc#1177028).
- selftests/bpf: Add tests for libbpf-provided externs
  (bsc#1177028).
- libbpf: Extract internal map names into constants (bsc#1177028).
- selftests/bpf: Add test validating data section to struct
  convertion layout (bsc#1177028).
- selftests/bpf: Convert few more selftest to skeletons (bsc#1177028).
  Refresh patches
- patches.suse/bpf-Prevent-mmap-ing-read-only-maps-as-writable.patch
- patches.suse/selftests-bpf-Validate-frozen-map-contents-stays-fro.patch
- bpftool: Add skeleton codegen command (bsc#1177028).
- libbpf: Add BPF object skeleton support (bsc#1177028).
- libbpf: Postpone BTF ID finding for TRACING programs to load
  phase (bsc#1177028).
- libbpf: Refactor global data map initialization (bsc#1177028).
- libbpf: Expose BPF program's function name (bsc#1177028).
- libbpf: Expose BTF-to-C type declaration emitting API
  (bsc#1177028).
- libbpf: Expose btf__align_of() API (bsc#1177028).
- libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o files
  (bsc#1177028).
- libbpf: Add generic bpf_program__attach() (bsc#1177028).
- libbpf: Don't require root for bpf_object__open() (bsc#1177028).
- libbpf: Recognize SK_REUSEPORT programs from section name
  (bsc#1177028).
- libbpf: Bump libpf current version to v0.0.7 (bsc#1177028).
- bpf, testing: Add selftest to read/write sockaddr from user
  space (bsc#1177028).
- libbpf: Add C/LDFLAGS to libbpf.so and test_libpf targets
  (bsc#1177028).
- libbpf: Don't use cxx to test_libpf target (bsc#1177028).
- selftests/bpf: test_progs: convert test_tcp_rtt (bsc#1177028).
  Refresh patches
- patches.suse/libbpf-Move-bpf_-helpers-helper_defs-endian-tracing-.patch
- patches.suse/libbpf-auto-generate-list-of-BPF-helper-definitions.patch
- patches.suse/selftests-bpf-Move-test_section_names-into-test_prog.patch
- patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch
- selftests/bpf: test_progs: convert test_sockopt_inherit (bsc#1177028).
  Refresh patches
- patches.suse/libbpf-Move-bpf_-helpers-helper_defs-endian-tracing-.patch
- patches.suse/libbpf-auto-generate-list-of-BPF-helper-definitions.patch
- patches.suse/selftests-bpf-Move-test_section_names-into-test_prog.patch
- patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch
- selftests/bpf: test_progs: convert test_sockopt_multi (bsc#1177028).
  Refresh patches
- patches.suse/libbpf-Move-bpf_-helpers-helper_defs-endian-tracing-.patch
- patches.suse/libbpf-auto-generate-list-of-BPF-helper-definitions.patch
- patches.suse/selftests-bpf-Move-test_section_names-into-test_prog.patch
- patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch
- selftests/bpf: test_progs: convert test_sockopt_sk (bsc#1177028).
  Refresh patches
- patches.suse/libbpf-Move-bpf_-helpers-helper_defs-endian-tracing-.patch
- patches.suse/libbpf-auto-generate-list-of-BPF-helper-definitions.patch
- patches.suse/selftests-bpf-Move-test_section_names-into-test_prog.patch
- patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch
- selftests/bpf: test_progs: convert test_sockopt (bsc#1177028).
  Refresh patches
- patches.suse/libbpf-Move-bpf_-helpers-helper_defs-endian-tracing-.patch
- patches.suse/libbpf-auto-generate-list-of-BPF-helper-definitions.patch
- patches.suse/selftests-bpf-Move-test_section_names-into-test_prog.patch
- patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch
- selftests/bpf: test_progs: add test__join_cgroup helper (bsc#1177028).
  Refresh patches.suse/selftests-bpf-Make-a-copy-of-subtest-name.patch
- selftests/bpf: add sockopt clone/inheritance test (bsc#1177028).
  Refresh patches
- patches.suse/selftests-bpf-Move-test_section_names-into-test_prog.patch
- patches.suse/selftests-bpf-xdping-is-not-meant-to-be-run-standalo.patch
- selftests/bpf: extend sockopt_sk selftest with TCP_CONGESTION
  use case (bsc#1177028).
- commit 588cf6d
- Update kabi files.
- update to resubmitted October 2020 maintenance update (commit a291df1060d0)
- commit 04003b7
- mm/hmm: remove superfluous arguments from hmm_range_register (bsc#1152489)
- commit 3cec60c
- fix patch metadata
- fix Patch-mainline:
  patches.suse/nfs-Fix-security-label-length-not-being-reset.patch
- commit ae3a19b
- nfs: Fix security label length not being reset (bsc#1176381).
- commit c73c639
- intel_idle: Disable ACPI _CST on Haswell (bsc#1177399).
- commit 7b2bcff
- drm/nouveau/nouveau: fix incorrect sizeof on args.src an
  args.dst (jsc#SLE-16387, git-fixes).
- commit ac146f1
- scsi: qedi: Staticify non-external function
  'qedi_get_iscsi_error' (bsc#1177385 jre#sle-15142).
- scsi: qedi: Demote seemingly unintentional kerneldoc header
  (bsc#1177385 jre#sle-15142).
- scsi: qedi: Remove set but unused variable 'tmp' (bsc#1177385
  jre#sle-15142).
- scsi: qedi: Remove 2 set but unused variables (bsc#1177385
  jre#sle-15142).
- scsi: qedi: Remove unused variable udev & uctrl (bsc#1177385
  jre#sle-15142).
- scsi: qedi: Remove comparison of 0/1 to bool variable
  (bsc#1177385 jre#sle-15142).
- scsi: qedi: Check for buffer overflow in qedi_set_path()
  (bsc#1177385 jre#sle-15142).
- scsi: qedi: make qedi_ll2_buf_size static (bsc#1177385
  jre#sle-15142).
- scsi: qedi: Fix termination timeouts in session logout
  (bsc#1177385 jre#sle-15142).
- scsi: qedi: Add modules param to enable qed iSCSI debug
  (bsc#1177385 jre#sle-15142).
- scsi: qedi: Do not flush offload work if ARP not resolved
  (bsc#1177385 jre#sle-15142).
- scsi: qedi: Use correct msix count for fastpath vectors
  (bsc#1177385 jre#sle-15142).
- scsi: qedi: Avoid unnecessary endpoint allocation on link down
  (bsc#1177385 jre#sle-15142).
- scsi: qedi: Remove additional char from boot target iqnname
  (bsc#1177385 jre#sle-15142).
- scsi: qedi: Add PCI shutdown handler support (bsc#1177385
  jre#sle-15142).
- scsi: qedi: Add MFW error recovery process (bsc#1177385
  jre#sle-15142).
- commit 3133eab
- sched/fair: Reduce busy load balance interval (bnc#1155798
  (CPU scheduler functional and performance backports)).
- sched/fair: Minimize concurrent LBs between domain level
  (bnc#1155798 (CPU scheduler functional and performance
  backports)).
- sched/fair: Reduce minimal imbalance threshold (bnc#1155798
  (CPU scheduler functional and performance backports)).
- sched/fair: Relax constraint on task's load during load
  balance (bnc#1155798 (CPU scheduler functional and performance
  backports)).
- sched/fair: Remove the force parameter of update_tg_load_avg()
  (bnc#1155798 (CPU scheduler functional and performance
  backports)).
- sched/fair: Fix wrong cpu selecting from isolated domain
  (bnc#1155798 (CPU scheduler functional and performance
  backports)).
- sched/rt: Disable RT_RUNTIME_SHARE by default (bnc#1155798
  (CPU scheduler functional and performance backports)).
- sched/fair: Simplify the work when reweighting entity
  (bnc#1155798 (CPU scheduler functional and performance
  backports)).
- commit 0a2eec7
- mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmap
  (jsc#SLE-16387).
- commit bc6f912
- mm/hmm: make full use of walk_page_range() (jsc#SLE-16387).
- commit fd66a94
- mm/hmm: remove hmm_mirror and related (jsc#SLE-16387).
- commit 74a8c0b
- Refresh intel-vbtn patch from the upstream patch
- commit c3bd737
- platform/x86: thinkpad_acpi: re-initialize ACPI buffer size
  when reuse (git-fixes).
- platform/x86: intel_pmc_core: do not create a static struct
  device (git-fixes).
- platform/x86: fix kconfig dependency warning for FUJITSU_LAPTOP
  (git-fixes).
- platform/x86: fix kconfig dependency warning for LG_LAPTOP
  (git-fixes).
- platform/x86: thinkpad_acpi: initialize tp_nvram_state variable
  (git-fixes).
- Platform: OLPC: Fix memleak in olpc_ec_probe (git-fixes).
- net: phy: realtek: fix rtl8211e rx/tx delay config (git-fixes).
- commit b64083a
- nouveau: use mmu_interval_notifier instead of hmm_mirror (jsc#SLE-16387).
- commit 9b1a3d6
- mm/hmm: define the pre-processor related parts of hmm.h even
  if disabled (jsc#SLE-16387).
- commit b4bea84
- mm/hmm: allow hmm_range to be used with a mmu_interval_notifier
  or hmm_mirror (jsc#SLE-16387).
- commit f8175c8
- Add jsc#SLE-16387 references.
- Update
  patches.suse/mm-mmu_notifier-add-an-interval-tree-notifier.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-mmu_notifier-define-the-header-pre-processor-part.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- commit 986a22e
- bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor
  id (bsc#1177028).
- bpf: Allow to retrieve cgroup v1 classid from v2 hooks
  (bsc#1177028).
- bpf: Add netns cookie and enable it for bpf cgroup hooks
  (bsc#1177028).
- bpf: Enable perf event rb output for bpf cgroup progs
  (bsc#1177028).
- bpf: Enable retrieval of socket cookie for bind/post-bind hook
  (bsc#1177028).
- bpf: Remove unused vairable 'bpf_xdp_link_lops' (bsc#1177028).
- bpf: Factor out attach_type to prog_type mapping for
  attach/detach (bsc#1177028).
- bpf: Factor out cgroup storages operations (bsc#1177028).
- bpf: Verifer, adjust_scalar_min_max_vals to always call
  update_reg_bounds() (bsc#1177028).
- bpf: Verifer, refactor adjust_scalar_min_max_vals (bsc#1177028).
- commit ed2cc54
- mm/hmm: allow snapshot of the special zero page (jsc#SLE-16387).
- commit 2c9afd2
- bpf: Add missing annotations for __bpf_prog_enter() and
  __bpf_prog_exit() (bsc#1177028).
- bpf: Remove bpf_image tree (bsc#1177028).
- bpf: Add dispatchers to kallsyms (bsc#1177028).
- bpf: Add trampolines to kallsyms (bsc#1177028).
- bpf: Add bpf_ksym_add/del functions (bsc#1177028).
- bpf: Add prog flag to struct bpf_ksym object (bsc#1177028).
- bpf: Add bpf_ksym_find function (bsc#1177028).
- bpf: Move ksym_tnode to bpf_ksym (bsc#1177028).
- bpf: Move lnode list node to struct bpf_ksym (bsc#1177028).
- bpf: Add name to struct bpf_ksym (bsc#1177028).
- bpf: Add struct bpf_ksym (bsc#1177028).
- bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER
  (bsc#1177028).
- bpf: Abstract away entire bpf_link clean up procedure
  (bsc#1177028).
- bpf: Add bpf_xdp_output() helper (bsc#1177028).
- bpf: Added new helper bpf_get_ns_current_pid_tgid (bsc#1177028).
- fs/nsfs.c: Added ns_match (bsc#1177028).
- bpf: Add bpf_link_new_file that doesn't install FD
  (bsc#1177028).
- bpf: Remove unnecessary CAP_MAC_ADMIN check (bsc#1177028).
- bpf: Provide bpf_prog_run_pin_on_cpu() helper (bsc#1177028).
- selftests/bpf: Update xdp_bpf2bpf test to use new
  set_attach_target API (bsc#1177028).
- selftests/bpf: Add bpf_read_branch_records() selftest
  (bsc#1177028).
- bpf: Add bpf_read_branch_records() helper (bsc#1177028).
- bpf: Allow bpf_perf_event_read_value in all BPF programs
  (bsc#1177028).
- bpf: Sync uapi bpf.h to tools/ (bsc#1177028).
- selftests/bpf: Add a test for attaching a bpf fentry/fexit
  trace to an XDP program (bsc#1177028).
- commit 0e152c5
- Rename scsi-fnic-do-not-call-scsi_done-for-unhandled-commands.patch
  Fix typo in patch file name.
- commit 554d4c0
- Refresh patches.suse/fnic-to-not-call-scsi_done-for-unhandled-commands.patch
  (bsc#1168468, bsc#1171675).
- commit c145aa9
- bpf: Attachment verification for BPF_MODIFY_RETURN (bsc#1177028).
- Refresh patches.suse/bpf-Do-not-allow-btf_ctx_access-with-__int128-types.patch.
- commit 8af9bcd
- bpf: Introduce BPF_MODIFY_RETURN (bsc#1177028).
- bpf: JIT helpers for fmod_ret progs (bsc#1177028).
- bpf, x86: Align dispatcher branch targets to 16B (bsc#1177028).
- commit ae6861b
- bpf: Refactor trampoline update code (bsc#1177028).
- bpf: Introduce pinnable bpf_link abstraction (bsc#1177028).
- bpf: INET_DIAG support in bpf_sk_storage (bsc#1177028).
- bpf: Replace zero-length array with flexible-array member
  (bsc#1177028).
- bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and
  interrupts disabled (bsc#1177028).
- bpf, lpm: Make locking RT friendly (bsc#1177028).
- bpf: Prepare hashtab locking for PREEMPT_RT (bsc#1177028).
- bpf: Factor out hashtab bucket lock operations (bsc#1177028).
- bpf: Replace open coded recursion prevention in sys_bpf()
  (bsc#1177028).
- bpf: Use recursion prevention helpers in hashtab code
  (bsc#1177028).
- bpf: Provide recursion prevention helpers (bsc#1177028).
- bpf: Use migrate_disable/enabe() in trampoline code
  (bsc#1177028).
- bpf: Dont iterate over possible CPUs with interrupts disabled
  (bsc#1177028).
- bpf: Remove recursion prevention from rcu free callback (bsc#1177028).
  Refresh patches.suse/bpf-Fix-map-leak-in-HASH_OF_MAPS-map.patch
- bpf: Update locking comment in hashtab code (bsc#1177028).
  Refresh patches.suse/bpf-Fix-map-leak-in-HASH_OF_MAPS-map.patch
- bpf: Enforce preallocation for instrumentation programs on RT
  (bsc#1177028).
- bpf: Tighten the requirements for preallocated hash maps
  (bsc#1177028).
- bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH
  (bsc#1177028).
- sched/rt: Provide migrate_disable/enable() inlines
  (bsc#1177028).
- irq_work: Slightly simplify IRQ_WORK_PENDING clearing
  (bsc#1177028).
- irq_work: Fix irq_work_claim() memory ordering (bsc#1177028).
- irq_work: Convert flags to atomic_t (bsc#1177028).
- commit 565a151
- bpf: Change kvfree to kfree in generic_map_lookup_batch()
  (bsc#1177028).
- selftests/bpf: Fix a couple of broken test_btf cases
  (bsc#1177028).
- bpf: Propagate expected_attach_type when verifying freplace
  programs (bsc#1177028).
- bpf, uapi: Remove text about bpf_redirect_map() giving higher
  performance (bsc#1177028).
- commit 8228aac
- Update config files.
  Enable ACPI_PCI_SLOT and HOTPLUG_PCI_ACPI (bsc#1177194).
- commit bc319f1
- net: dsa: link interfaces with the DSA master to get rid of
  lockdep warnings (bsc#1176447).
- xfrm: esp6: fix the location of the transport header with
  encapsulation (bsc#1176447).
- xfrm: esp6: fix encapsulation header offset computation
  (bsc#1176447).
- net: get rid of lockdep_set_class_and_subclass() (bsc#1176447).
- ipv6: rpl: fix loop iteration (bsc#1176447).
- net: ipv6: rpl_iptunnel: Fix potential memory leak in
  rpl_do_srh_inline (bsc#1176447).
- socket: fix unused-function warning (bsc#1176447).
- commit d28d5e7
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
  with mutex (jsc#SLE-15075).
- bnxt_en: return proper error codes in bnxt_show_temp
  (jsc#SLE-15075).
- net: hns: kerneldoc fixes (jsc#SLE-14777).
- nfp: use correct define to return NONE fec (bsc#1176447).
- cxgb4: fix memory leak during module unload (jsc#SLE-15131).
- net: hns: kerneldoc fixes (jsc#SLE-14777).
- lwtunnel: only keep the available bits when setting vxlan
  md->gbp (bsc#1176447).
- net: sched: only keep the available bits when setting vxlan
  md->gbp (bsc#1176447).
- igc: Fix not considering the TX delay for timestamps
  (jsc#SLE-13533).
- igc: Fix wrong timestamp latency numbers (jsc#SLE-13533).
- net: qed: RDMA personality shouldn't fail VF load
  (jsc#SLE-15143).
- net: qede: Disable aRFS for NPAR and 100G (jsc#SLE-15143).
- net: qed: Disable aRFS for NPAR and 100G (jsc#SLE-15143).
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
  (jsc#SLE-15075).
- bnxt_en: Avoid sending firmware messages when AER error is
  detected (jsc#SLE-15075).
- cxgb4: Fix offset when clearing filter byte counters
  (jsc#SLE-15131).
- ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUM
  (bsc#1176447).
- virtio_net: Add XDP frame size in two code paths (bsc#1176447).
- vmxnet3: let core reject the unsupported coalescing parameters
  (bsc#1176447).
- virtio_net: reject unsupported coalescing params (bsc#1176447).
- virtio_net: Add XDP meta data support (bsc#1176447).
- virtio_net: Keep vnet header zeroed if XDP is loaded for small
  buffer (bsc#1176447).
- vmxnet3: use new helper tcp_v6_gso_csum_prep (bsc#1176447).
- arm64: csum: Optimise IPv6 header checksum (bsc#1176447).
- bpf, xdp: virtio_net use access ptr macro for xdp enable check
  (bsc#1176447).
- arm64: Implement optimised checksum routine (bsc#1176447).
- commit 55b9be4
- net/mlx5: IPsec: Add HW crypto offload support (jsc#SLE-15172).
- Update config files.
- commit 2e4cdf4
- net/mlx5e: Fix missing switch_id for representors
  (jsc#SLE-15172).
- blacklist.conf: removed temporary entry
- commit 09dc124
- net/mlx5e: CT: Fix releasing ft entries (jsc#SLE-15172).
- blacklist.conf: removed temporary entry
- commit 80eac4c
- esp, ah: consolidate the crypto algorithm selections
  (bsc#1176447).
- Update config files.
- commit 6b8aab0
- net: ipv6: add rpl sr tunnel (bsc#1176447).
- Update config files.
- commit 18492b1
- xfrm: add espintcp (RFC 8229) (bsc#1176447).
- Update config files.
- commit 4fbce7b
- net/mlx5: Move helper to eswitch layer (jsc#SLE-15172).
- Refresh
  patches.suse/devlink-Replace-devlink_port_attrs_set-parameters-wi.patch.
- commit 7e738a7
- scsi: qedf: Fix null ptr reference in qedf_stag_change_work
  (bsc#1177240 jre#sle-15141).
- scsi: qedf: Demote obvious misuse of kerneldoc to standard
  comment blocks (bsc#1177240 jre#sle-15141).
- scsi: qedf: Remove a whole host of unused variables (bsc#1177240
  jre#sle-15141).
- scsi: qedf: Remove set but not checked variable 'tmp'
  (bsc#1177240 jre#sle-15141).
- scsi: qedf: Demote obvious misuse of kerneldoc to standard
  comment blocks (bsc#1177240 jre#sle-15141).
- scsi: qedf: Remove redundant initialization of variable rc
  (bsc#1177240 jre#sle-15141).
- scsi: qedf: Get dev info after updating the params (bsc#1177240
  jre#sle-15141).
- scsi: qedf: Fix crash when MFW calls for protocol stats while
  function is still probing (bsc#1177240 jre#sle-15141).
- scsi: qedf: Add schedule recovery handler (bsc#1177240
  jre#sle-15141).
- scsi: qedf: Implement callback for bw_update (bsc#1177240
  jre#sle-15141).
- scsi: qedf: Honor status qualifier in FCP_RSP per spec
  (bsc#1177240 jre#sle-15141).
- scsi: qedf: Acquire rport_lock for resetting the delay_timestamp
  (bsc#1177240 jre#sle-15141).
- scsi: qedf: Increase the upper limit of retry delay (bsc#1177240
  jre#sle-15141).
- scsi: qedf: Keep track of num of pending flogi (bsc#1177240
  jre#sle-15141).
- scsi: qedf: Simplify mutex_unlock() usage (bsc#1177240
  jre#sle-15141).
- scsi: qedf: Use pci_get_dsn() (bsc#1177240 jre#sle-15141).
- commit 259b8dd
- net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlock
  (jsc#SLE-15172).
- net/mlx5e: kTLS, Fix leak on resync error flow (jsc#SLE-15172).
- net/mlx5e: kTLS, Add missing dma_unmap in RX resync
  (jsc#SLE-15172).
- net/mlx5e: kTLS, Fix napi sync and possible use-after-free
  (jsc#SLE-15172).
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
  (jsc#SLE-15172).
- net/mlx5e: Fix using wrong stats_grps in
  mlx5e_update_ndo_stats() (jsc#SLE-15172).
- net/mlx5e: Fix multicast counter not up-to-date in "/ip -s"/
  (jsc#SLE-15172).
- net/mlx5e: Fix endianness when calculating pedit mask first bit
  (jsc#SLE-15172).
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
  is supported (jsc#SLE-15172).
- net/mlx5e: CT: Fix freeing ct_label mapping (jsc#SLE-15172).
- net/mlx5e: Fix memory leak of tunnel info when rule under
  multipath not ready (jsc#SLE-15172).
- net/mlx5e: Use synchronize_rcu to sync with NAPI
  (jsc#SLE-15172).
- net/mlx5e: Use RCU to protect rq->xdp_prog (jsc#SLE-15172).
- net/mlx5: Fix FTE cleanup (jsc#SLE-15172).
- geneve: add transport ports in route lookup for geneve
  (bsc#1176447).
- net: disable netpoll on fresh napis (bsc#1176447).
- net: nexthop: don't allow empty NHA_GROUP (bsc#1176447).
- scsi: fcoe: Fix I/O path allocation (jsc#SLE-13706).
- net: bonding: bond_alb: Describe
  alb_handle_addr_collision_on_attach()'s 'bond' and 'addr'
  params (bsc#1176447).
- net: bonding: bond_main: Document 'proto' and rename
  'new_active' parameters (bsc#1176447).
- net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter
  issues (bsc#1176447).
- bonding: show saner speed for broadcast mode (bsc#1176447).
- net/mlx5: Enable count action for rules with allow action
  (jsc#SLE-15172).
- net/mlx5: Support setting access rights of dma addresses
  (jsc#SLE-15172).
- net/mlx5: Enable QP number request when creating IPoIB underlay
  QP (jsc#SLE-15172).
- Revert "/vxlan: fix tos value before xmit"/ (bsc#1176447).
- geneve: Support for PMTU discovery on directly bridged links
  (bsc#1176447).
- vxlan: Support for PMTU discovery on directly bridged links
  (bsc#1176447).
- tunnels: PMTU discovery support for directly bridged IP packets
  (jsc#SLE-15172).
- ipv4: route: Ignore output interface in FIB lookup for PMTU
  route (bsc#1176447).
- net/mlx5: Delete extra dump stack that gives nothing
  (jsc#SLE-15172).
- net/mlx5: convert to new udp_tunnel infrastructure
  (jsc#SLE-15172).
- net/mlx5e: Enable users to change VF/PF representors carrier
  state (jsc#SLE-15172).
- ixgbe: use eth_zero_addr() to clear mac address (jsc#SLE-13706).
- ixgbe: Remove unnecessary usages of memset (jsc#SLE-13706).
- ixgbevf: use generic power management (jsc#SLE-13706).
- ixgbe: use generic power management (jsc#SLE-13706).
- xfrm: Make the policy hold queue work with VTI (bsc#1176447).
- xfrm: interface: use IS_REACHABLE to avoid some compile errors
  (bsc#1176447).
- xfrm: interface: not xfrmi_ipv6/ipip_handler twice
  (bsc#1176447).
- xfrm interface: store xfrmi contexts in a hash by if_id
  (bsc#1176447).
- xfrm interface: avoid xi lookup in xfrmi_decode_session()
  (bsc#1176447).
- xfrm: interface: support IPIP and IPIP6 tunnels processing
  with .cb_handler (bsc#1176447).
- xfrm: interface: support IP6IP6 and IP6IP tunnels processing
  with .cb_handler (bsc#1176447).
- tunnel6: add tunnel6_input_afinfo for ipip and ipv6 tunnels
  (bsc#1176447).
- tunnel4: add cb_handler to struct xfrm_tunnel (bsc#1176447).
- xfrm: add is_ipip to struct xfrm_input_afinfo (bsc#1176447).
- xfrm: introduce oseq-may-wrap flag (bsc#1176447).
- net/mlx5: drop unnecessary list_empty (jsc#SLE-15172).
- net/mlx5: Use fallthrough pseudo-keyword (jsc#SLE-15172).
- net/mlx5: DR, Reduce print level for matcher print
  (jsc#SLE-15172).
- net/mlx5e: Add support for PCI relaxed ordering (jsc#SLE-15172).
- net/mlx5e: Use indirect call wrappers for RX post WQEs functions
  (jsc#SLE-15172).
- net/mlx5e: Move exposure of datapath function to txrx header
  (jsc#SLE-15172).
- net/mlx5e: RX, Re-work initializaiton of RX function pointers
  (jsc#SLE-15172).
- net/mlx5e: Link non uplink representors to PCI device
  (jsc#SLE-15172).
- net/mlx5: E-switch, Use eswitch total_vports (jsc#SLE-15172).
- net/mlx5: E-switch, Reuse total_vports and avoid duplicate
  nvports (jsc#SLE-15172).
- net/mlx5: E-switch, Consider maximum vf vports for steering init
  (jsc#SLE-15172).
- net/mlx5: Add function ID to reclaim pages debug log
  (jsc#SLE-15172).
- net/mlx5: Hold pages RB tree per VF (jsc#SLE-15172).
- bareudp: Reverted support to enable & disable rx metadata
  collection (jsc#SLE-15172).
- net/mlx5e: CT: Map 128 bits labels to 32 bit map ID
  (jsc#SLE-15172).
- net/mlx5e: Do not request completion on every single UMR WQE
  (jsc#SLE-15172).
- net/mlx5e: RX, Avoid indirect call in representor CQE handling
  (jsc#SLE-15172).
- net/mlx5e: XDP, Avoid indirect call in TX flow (jsc#SLE-15172).
- net/mlx5e: IPsec: Add Connect-X IPsec ESN update offload support
  (jsc#SLE-15172).
- net/mlx5e: IPsec: Add Connect-X IPsec Rx data path offload
  (jsc#SLE-15172).
- net/mlx5e: IPsec: Add IPsec steering in local NIC RX
  (jsc#SLE-15172).
- net/mlx5: Accel, Add core IPsec support for the Connect-X family
  (jsc#SLE-15172).
- net/mlx5: E-switch, Reduce dependency on num_vfs during mode
  set (jsc#SLE-15172).
- net/mlx5: E-switch, Avoid function change handler for non ECPF
  (jsc#SLE-15172).
- net/mlx5: Make MLX5_EN_TLS non-prompt (jsc#SLE-15172).
- net/mlx5e: Fix build break when CONFIG_XPS is not set
  (jsc#SLE-15172).
- net/mlx5e: Move devlink-health rx and tx reporters to devlink
  port (jsc#SLE-15172).
- net/mlx5e: Move devlink port register and unregister calls
  (jsc#SLE-15172).
- net/mlx5e: CT: Remove unused function param (jsc#SLE-15172).
- net/mlx5e: CT: Return err_ptr from internal functions
  (jsc#SLE-15172).
- net/mlx5e: CT: Expand tunnel register mappings (jsc#SLE-15172).
- net/mlx5e: CT: Use mapping for zone restore register
  (jsc#SLE-15172).
- net/mlx5e: CT: Re-use tuple modify headers for identical modify
  actions (jsc#SLE-15172).
- net/mlx5e: Export sharing of mod headers to a new file
  (jsc#SLE-15172).
- net/mlx5e: CT: Restore ct state from lookup in zone instead
  of tupleid (jsc#SLE-15172).
- net/mlx5e: CT: Don't offload tuple rewrites for established
  tuples (jsc#SLE-15172).
- net/mlx5e: Use netdev_info instead of pr_info (jsc#SLE-15172).
- net/mlx5e: CT: Allow header rewrite of 5-tuple and ct clear
  action (jsc#SLE-15172).
- net/mlx5e: CT: Save ct entries tuples in hashtables
  (jsc#SLE-15172).
- net/mlx5: E-switch, When eswitch is unsupported, return
  - EOPNOTSUPP (jsc#SLE-15172).
- ixgbe: convert to new udp_tunnel_nic infra (jsc#SLE-13706).
- ixgbe: don't clear UDP tunnel ports when RXCSUM is disabled
  (jsc#SLE-13706).
- bonding: don't need RTNL for ipsec helpers (bsc#1176447).
- bonding: deal with xfrm state in all modes and add more
  error-checking (bsc#1176447).
- net/mlx5: Added support for 100Gbps per lane link modes
  (jsc#SLE-15172).
- geneve: move all configuration under struct geneve_config
  (bsc#1176447).
- net/mlx5e: Enhance TX timeout recovery (jsc#SLE-15172).
- net/mlx5e: Enhance ICOSQ data on RX reporter's diagnose
  (jsc#SLE-15172).
- net/mlx5e: Add EQ info to TX/RX reporter's diagnose
  (jsc#SLE-15172).
- net/mlx5e: Enhance CQ data on diagnose output (jsc#SLE-15172).
- net/mlx5e: Rename reporter's helpers (jsc#SLE-15172).
- net/mlx5e: Add helper to get the RQ WQE counter (jsc#SLE-15172).
- net/mlx5e: Add helper to get RQ WQE's head (jsc#SLE-15172).
- net/mlx5e: Move RQ helpers to txrx.h (jsc#SLE-15172).
- net/mlx5e: Align RX/TX reporters diagnose output format
  (jsc#SLE-15172).
- net/mlx5e: Remove redundant RQ state query (jsc#SLE-15172).
- net/mlx5e: Add a flush timeout define (jsc#SLE-15172).
- net/mlx5e: Change reporters create functions to return void
  (jsc#SLE-15172).
- ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps support
  (jsc#SLE-13706).
- ixgbe: Cleanup unneeded delay in ethtool test (jsc#SLE-13706).
- bonding: allow xfrm offload setup post-module-load
  (bsc#1176447).
- ena_netdev: use generic power management (bsc#1176447).
- net: ethernet: ixgbe: don't call devm_mdiobus_free()
  (jsc#SLE-13706).
- net: ethernet: ixgbe: check the return value of
  ixgbe_mii_bus_init() (jsc#SLE-13706).
- net/mlx5e: fix memory leak of tls (jsc#SLE-15172).
- net/mlx5e: kTLS, Improve rx handler function call
  (jsc#SLE-15172).
- net/mlx5e: kTLS, Cleanup redundant capability check
  (jsc#SLE-15172).
- net/mlx5e: Increase Async ICO SQ size (jsc#SLE-15172).
- net/mlx5e: kTLS, Add kTLS RX stats (jsc#SLE-15172).
- net/mlx5e: kTLS, Add kTLS RX resync support (jsc#SLE-15172).
- net/mlx5e: kTLS, Add kTLS RX HW offload support (jsc#SLE-15172).
- net/mlx5e: kTLS, Use kernel API to extract private offload
  context (jsc#SLE-15172).
- net/mlx5e: kTLS, Improve TLS feature modularity (jsc#SLE-15172).
- net/mlx5e: Accel, Expose flow steering API for rules add/del
  (jsc#SLE-15172).
- net/mlx5e: Receive flow steering framework for accelerated
  TCP flows (jsc#SLE-15172).
- net/mlx5e: API to manipulate TTC rules destinations
  (jsc#SLE-15172).
- net/mlx5e: Refactor build channel params (jsc#SLE-15172).
- net/mlx5e: Turn XSK ICOSQ into a general asynchronous one
  (jsc#SLE-15172).
- net/mlx5: kTLS, Improve TLS params layout structures
  (jsc#SLE-15172).
- net/mlx5: Avoid eswitch header inclusion in fs core layer
  (jsc#SLE-15172).
- bareudp: Added attribute to enable & disable rx metadata
  collection (jsc#SLE-15172).
- bonding: Remove extraneous parentheses in bond_setup
  (bsc#1176447).
- net/mlx5e: vxlan: Return bool instead of opaque ptr in
  port_lookup() (jsc#SLE-15172).
- net/mlx5e: vxlan: Use RCU for vxlan table lookup
  (jsc#SLE-15172).
- net/mlx5e: Move TC-specific function definitions into
  MLX5_CLS_ACT (jsc#SLE-15172).
- net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.c
  (jsc#SLE-15172).
- net/mlx5e: Remove unused mlx5e_xsk_first_unused_channel
  (jsc#SLE-15172).
- net/mlx5: Use kfree(ft->g) in arfs_create_groups()
  (jsc#SLE-15172).
- net/mlx5: FWTrace: Add missing space (jsc#SLE-15172).
- net/mlx5: Avoid eswitch header inclusion in fs core layer
  (jsc#SLE-15172).
- bonding/xfrm: use real_dev instead of slave_dev (bsc#1176447).
- bonding: support hardware encryption offload to slaves
  (bsc#1176447).
- mlx5: become aware of when running as a bonding slave
  (jsc#SLE-15172).
- ixgbe_ipsec: become aware of when running as a bonding slave
  (jsc#SLE-13706).
- xfrm: bail early on slave pass over skb (bsc#1176447).
- net/mlx5: E-switch, Supporting setting devlink port function
  mac address (jsc#SLE-15172).
- net/mlx5: Split mac address setting function for using
  state_lock (jsc#SLE-15172).
- net/mlx5: E-switch, Support querying port function mac address
  (jsc#SLE-15172).
- net/mlx5: E-switch, Introduce and use eswitch support check
  helper (jsc#SLE-15172).
- net/mlx5: Constify mac address pointer (jsc#SLE-15172).
- vxlan: fix memleak of fdb (bsc#1176447).
- espintcp: count packets dropped in espintcp_rcv (bsc#1176447).
- espintcp: handle short messages instead of breaking the encap
  socket (bsc#1176447).
- xfrm: Fix crash when the hold queue is used (bsc#1176447).
- xfrm: policy: fix IPv6-only espintcp compilation (bsc#1176447).
- espintcp: recv() should return 0 when the peer socket is closed
  (bsc#1176447).
- espintcp: support non-blocking sends (bsc#1176447).
- net: xfrmi: implement header_ops->parse_protocol for AF_PACKET
  (bsc#1176447).
- net: ip_tunnel: add header_ops for layer 3 devices
  (bsc#1176447).
- vxlan: fix last fdb index during dump of fdb with nhid
  (bsc#1176447).
- esp, ah: modernize the crypto algorithm selections
  (bsc#1176447).
- esp: select CRYPTO_SEQIV (bsc#1176447).
- xfrm: merge fixup for "/remove output_finish indirection from
  xfrm_state_afinfo"/ (bsc#1176447).
- xfrm: Fix double ESP trailer insertion in IPsec crypto offload
  (bsc#1176447).
- vxlan: Remove access to nexthop group struct (bsc#1176447).
- nexthop: Fix fdb labeling for groups (bsc#1176447).
- net: change addr_list_lock back to static key (bsc#1176447).
- vxlan: fix dereference of nexthop group in nexthop update path
  (bsc#1176447).
- ipv4: nexthop: Fix deadcode issue by performing a proper NULL
  check (bsc#1176447).
- vxlan: few locking fixes in nexthop event handler (bsc#1176447).
- vxlan: add check to prevent use of remote ip attributes with
  NDA_NH_ID (bsc#1176447).
- xfrm: fix unused variable warning if CONFIG_NETFILTER=n
  (bsc#1176447).
- xfrm: remove output_finish indirection from xfrm_state_afinfo
  (bsc#1176447).
- xfrm: remove extract_output indirection from xfrm_state_afinfo
  (bsc#1176447).
- xfrm: place xfrm6_local_dontfrag in xfrm.h (bsc#1176447).
- xfrm: expose local_rxpmtu via ipv6_stubs (bsc#1176447).
- xfrm: move xfrm4_extract_header to common helper (bsc#1176447).
- xfrm: state: remove extract_input indirection from
  xfrm_state_afinfo (bsc#1176447).
- xfrm: avoid extract_output indirection for ipv4 (bsc#1176447).
- xfrm: add IPv6 support for espintcp (bsc#1176447).
- xfrm: add support for UDPv6 encapsulation of ESP (bsc#1176447).
- xfrm interface: don't take extra reference to netdev
  (bsc#1176447).
- nexthop: Fix type of event_type in call_nexthop_notifiers
  (bsc#1176447).
- vxlan: Do not assume RTNL is held in vxlan_fdb_info()
  (bsc#1176447).
- tunnel6: support for IPPROTO_MPLS (bsc#1176447).
- vxlan: support for nexthop notifiers (bsc#1176447).
- nexthop: add support for notifiers (bsc#1176447).
- vxlan: ecmp support for mac fdb entries (bsc#1176447).
- nexthop: support for fdb ecmp nexthops (bsc#1176447).
- ena: Add XDP frame size to amazon NIC driver (bsc#1176447).
- bonding: Implement ndo_get_xmit_slave (bsc#1176447).
- bonding: Add array of all slaves (bsc#1176447).
- bonding: Add function to get the xmit slave in active-backup
  mode (bsc#1176447).
- bonding: Add helper function to get the xmit slave in rr mode
  (bsc#1176447).
- bonding: Add helper function to get the xmit slave based on hash
  (bsc#1176447).
- bonding/alb: Add helper functions to get the xmit slave
  (bsc#1176447).
- bonding: Rename slave_arr to usable_slaves (bsc#1176447).
- bonding: Export skip slave logic to function (bsc#1176447).
- bonding: propagate transmit status (bsc#1176447).
- netpoll: accept NULL np argument in netpoll_send_skb()
  (bsc#1176447).
- netpoll: netpoll_send_skb() returns transmit status
  (bsc#1176447).
- netpoll: move netpoll_send_skb() out of line (bsc#1176447).
- netpoll: remove dev argument from netpoll_send_skb_on_dev()
  (bsc#1176447).
- bonding: remove useless stats_lock_key (bsc#1176447).
- netpoll: Fix use correct return type for ndo_start_xmit()
  (bsc#1176447).
- net: ipv4: add sysctl for nexthop api compatibility mode
  (bsc#1176447).
- net: ipv6: new arg skip_notify to ip6_rt_del (bsc#1176447).
- xfrm: fix a NULL-ptr deref in xfrm_local_error (bsc#1176447).
- xfrm interface: fix oops when deleting a x-netns interface
  (bsc#1176447).
- xfrm: call xfrm_output_gso when inner_protocol is set in
  xfrm_output (bsc#1176447).
- xfrm: espintcp: save and call old ->sk_destruct (bsc#1176447).
- xfrm: do pskb_pull properly in __xfrm_transport_prep
  (bsc#1176447).
- xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in
  xfrm_input (bsc#1176447).
- bonding: Fix reference count leak in bond_sysfs_slave_add
  (bsc#1176447).
- nexthops: don't modify published nexthop groups (bsc#1176447).
- nexthops: Move code from remove_nexthop_from_groups to
  remove_nh_grp_entry (bsc#1176447).
- xfrm: add prep for esp beet mode offload (bsc#1176447).
- ESP: Export esp_output_fill_trailer function (bsc#1176447).
- xfrm: Use kmem_cache_zalloc() instead of kmem_cache_alloc()
  with flag GFP_ZERO (bsc#1176447).
- net: add net available in build_state (bsc#1176447).
- net: ipv6: add support for rpl sr exthdr (bsc#1176447).
- addrconf: add functionality to check on rpl requirements
  (bsc#1176447).
- include: uapi: linux: add rpl sr header definition
  (bsc#1176447).
- net: Fix typo of SKB_SGO_CB_OFFSET (bsc#1176447).
- Remove DST_HOST (bsc#1176447).
- net: ena: reject unsupported coalescing params (bsc#1176447).
- net: lwtunnel: Replace zero-length array with flexible-array
  member (bsc#1176447).
- net: datagram: drop 'destructor' argument from several helpers
  (bsc#1176447).
- unix: uses an atomic type for scm files accounting
  (bsc#1176447).
- bonding: Replace zero-length array with flexible-array member
  (bsc#1176447).
- af_unix: Add missing annotation for unix_wait_for_peer()
  (bsc#1176447).
- xfrm: policy: Fix doulbe free in xfrm_policy_timer
  (bsc#1176447).
- esp: remove the skb from the chain when it's enqueued in
  cryptd_wq (bsc#1176447).
- xfrm: add the missing verify_sec_ctx_len check in
  xfrm_add_acquire (bsc#1176447).
- xfrm: fix uctx len check in verify_sec_ctx_len (bsc#1176447).
- xfrm: handle NETDEV_UNREGISTER for xfrm device (bsc#1176447).
- unix: It's CONFIG_PROC_FS not CONFIG_PROCFS (bsc#1176447).
- unix: define and set show_fdinfo only if procfs is enabled
  (bsc#1176447).
- xfrm: interface: use icmp_ndo_send helper (bsc#1176447).
- esp4: split esp_output_udp_encap and introduce esp_output_encap
  (bsc#1176447).
- esp4: prepare esp_input_done2 for non-UDP encapsulation
  (bsc#1176447).
- xfrm: introduce xfrm_trans_queue_net (bsc#1176447).
- net: add queue argument to __skb_wait_for_more_packets and
  __skb_{,try_}recv_datagram (bsc#1176447).
- net: xfrm: use skb_list_walk_safe helper for gso segments
  (bsc#1176447).
- vxlan: Fix alignment and code style of vxlan.c (bsc#1176447).
- bonding: rename AD_STATE_* to LACP_STATE_* (bsc#1176447).
- bonding: move 802.3ad port state flags to uapi (bsc#1176447).
- unix: Show number of pending scm files of receive queue in
  fdinfo (bsc#1176447).
- net: Allow to show socket-specific information in
  /proc//fdinfo/[fd] (bsc#1176447).
- xfrm: interface: do not confirm neighbor when do pmtu update
  (bsc#1176447).
- xfrm: ifdef
  setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE)
  (bsc#1176447).
- xfrm: remove the unnecessary .net_exit for xfrmi (bsc#1176447).
- Convert usage of IN_MULTICAST to ipv4_is_multicast
  (bsc#1176447).
- commit 61eba3d
- platform/x86: intel-vbtn: Switch to an allow-list for
  SW_TABLET_MODE reporting (bsc#1175599).
- commit 677b36d
- ftrace: Move RCU is watching check after recursion check
  (git-fixes).
- commit 3837051
- r8152: Use MAC address from correct device tree node
  (jsc#SLE-15847).
- iommu/arm-smmu: Add global/context fault implementation hooks
  (jsc#SLE-15847).
- iommu/arm-smmu: add NVIDIA implementation for ARM MMU-500 usage
  (jsc#SLE-15847).
- iommu/arm-smmu: ioremap smmu mmio region before implementation
  init (jsc#SLE-15847).
- iommu/arm-smmu: move TLB timeout and spin count macros
  (jsc#SLE-15847).
- soc/tegra: fuse: Add Tegra186 and Tegra194 SoC IDs
  (jsc#SLE-15847).
- firmware: tegra: Update BPMP ABI (jsc#SLE-15847).
- r8152: Use MAC address from device tree if available
  (jsc#SLE-15847).
- nvmem: core: fix memory abort in cleanup path (jsc#SLE-15847).
- gpio: tegra186: Allow building on Tegra194-only configurations
  (jsc#SLE-15847).
- mmc: mmc_spi: Use proper debounce time for CD GPIO
  (jsc#SLE-15847).
- hwmon: pwm-fan: Use platform_get_irq_optional() (jsc#SLE-15847).
- commit 33ea3c2
- ionic: add more ethtool stats (jsc#SLE-16649).
- Refresh patches.suse/ionic-centralize-queue-reset-code.patch.
- commit 3512559
- ionic: fix txrx work accounting (jsc#SLE-16649).
- ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()
  (jsc#SLE-16649).
- ionic: separate interrupt for Tx and Rx (jsc#SLE-16649).
- ionic: tx separate servicing (jsc#SLE-16649).
- ionic: use fewer firmware doorbells on rx fill (jsc#SLE-16649).
- ionic: fix memory leak of object 'lid' (jsc#SLE-16649).
- ionic: interface file updates (jsc#SLE-16649).
- ionic: rearrange reset and bus-master control (jsc#SLE-16649).
- ionic: update eid test for overflow (jsc#SLE-16649).
- ionic: remove unused ionic_coal_hw_to_usec (jsc#SLE-16649).
- ionic: set netdev default name (jsc#SLE-16649).
- ionic: get MTU from lif identity (jsc#SLE-16649).
- ionic: more ionic name tweaks (jsc#SLE-16649).
- ionic: ionic_intr_free parameter change (jsc#SLE-16649).
- ionic: reset device at probe (jsc#SLE-16649).
- ionic: shorter dev cmd wait time (jsc#SLE-16649).
- ionic: add support for more xcvr types (jsc#SLE-16649).
- ionic: protect vf calls from fw reset (jsc#SLE-16649).
- ionic: updates to ionic FW api description (jsc#SLE-16649).
- ionic: support longer tx sg lists (jsc#SLE-16649).
- ionic: Use debugfs_create_bool() to export bool (jsc#SLE-16649).
- ionic: add device reset to fw upgrade down (jsc#SLE-16649).
- ionic: let core reject the unsupported coalescing parameters
  (jsc#SLE-16649).
- ionic: use new helper tcp_v6_gso_csum_prep (jsc#SLE-16649).
- commit 74144f5
- iommu/amd: Fix IOMMU AVIC not properly update the is_run bit
  in IRTE (bsc#1177297).
- commit d4ca096
- bpf: Sanitize the bpf_struct_ops tcp-cc name (bsc#1177028).
- bpf: Do not allow map_freeze in struct_ops map (bsc#1177028).
- bpf: Return better error value in delete_elem for struct_ops
  map (bsc#1177028).
- bpf: Fix a potential deadlock with bpf_map_do_batch
  (bsc#1177028).
- bpf: Do not grab the bucket spinlock by default on htab batch
  ops (bsc#1177028).
- bpf: Make btf_check_func_type_match() static (bsc#1177028).
- bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()
  (bsc#1177028).
- bpf, xdp: Remove no longer required rcu_read_{un}lock()
  (bsc#1177028).
- bpf, xdp: Update devmap comments to reflect napi/rcu usage
  (bsc#1177028).
- bpf: Allow to resolve bpf trampoline and dispatcher in unwind
  (bsc#1177028).
- bpf: Allow BTF ctx access for string pointers (bsc#1177028).
- bpf, devmap: Pass lockdep expression to RCU lists (bsc#1177028).
- bpf: Add BPF_FUNC_jiffies64 (bsc#1177028).
- bpf: Introduce dynamic program extensions (bsc#1177028).
- bpf: Fix error path under memory pressure (bsc#1177028).
- bpf: Add bpf_send_signal_thread() helper (bsc#1177028).
- bpf: Synch uapi bpf.h to tools/ (bsc#1177028).
- bpf: Add BPF_FUNC_tcp_send_ack helper (bsc#1177028).
- commit e5c066f
- drm/prime: fix extracting of the DMA addresses from a
  scatterlist (bsc#1177287).
- commit e4cdf1b
- iommu/amd: Re-factor guest virtual APIC (de-)activation code
  (bsc#1177284).
- Refresh
  patches.suse/iommu-amd-restore-irte-remapen-bit-after-programming-irte.
- commit 9de73d9
- iommu/exynos: add missing put_device() call in
  exynos_iommu_of_xlate() (bsc#1177286).
- iommu/amd: Restore IRTE.RemapEn bit for
  amd_iommu_activate_guest_mode (bsc#1177285).
- iommu/amd: Fix potential @entry null deref (bsc#1177283).
- commit 7766a97
- iommu/amd: Fix the overwritten field in IVMD header
  (bsc#1177280).
- drm/radeon: fix scatter-gather mapping with user pages
  (bsc#1177279).
- drm/amdgpu: fix scatter-gather mapping with user pages
  (bsc#1177277).
- drm/prime: use dma length macro when mapping sg (bsc#1177278).
- commit c5a03ce
- xen/events: don't use chip_data for legacy IRQs (bsc#1065600).
- commit 1009a6a
- phy: ti: am654: Fix a leak in serdes_am654_probe() (git-fixes).
- commit 91925ce
- USB: gadget: f_ncm: Fix NDP16 datagram validation (git-fixes).
- commit 62e667f
- Input: trackpoint - enable Synaptics trackpoints (git-fixes).
- commit e02fa5e
- pinctrl: mvebu: Fix i2c sda definition for 98DX3236 (git-fixes).
- commit 9356b76
- iio: adc: qcom-spmi-adc5: fix driver name (git-fixes).
- commit f78905d
- gpio: mockup: fix resource leak in error path (git-fixes).
- commit bdd2ea9
- gpio: siox: explicitly support only threaded irqs (git-fixes).
- commit 57c8150
- gpio: tc35894: fix up tc35894 interrupt configuration
  (git-fixes).
- commit bcd4186
- gpio: sprd: Clear interrupt when setting the type as edge
  (git-fixes).
- commit 3f5c502
- mmc: sdhci: Workaround broken command queuing on Intel GLK
  based IRBIS models (git-fixes).
- commit ca933ab
- clk: socfpga: stratix10: fix the divider for the
  emac_ptp_free_clk (git-fixes).
- commit f3d75fd
- clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED
  (git-fixes).
- commit e344453
- clk: tegra: Always program PLL_E when enabled (git-fixes).
- commit bbc21a4
- bpf: don't bother with getname/kern_path - use user_path_at
  (bsc#1177028).
- bpf: Fix memory leaks in generic update/delete batch ops
  (bsc#1177028).
- bpf: Remove set but not used variable 'first_key' (bsc#1177028).
- devmap: Adjust tracepoint for map-less queue flush
  (bsc#1177028).
- xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths (bsc#1177028).
  Refresh patches.suse/tun-Don-t-put_page-for-all-negative-return-values-fr.patch
- xdp: Move devmap bulk queue into struct net_device (bsc#1177028).
  Refresh patches.suse/net-partially-revert-dynamic-lockdep-key-changes.patch
- bpf: Add batch ops to all htab bpf map (bsc#1177028).
- bpf: Add lookup and update batch ops to arraymap (bsc#1177028).
- bpf: Add generic support for update and delete batch ops
  (bsc#1177028).
- bpf: Add generic support for lookup batch op (bsc#1177028).
- bpf: Add bpf_map_{value_size, update_value, map_copy_value}
  functions (bsc#1177028).
- bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPS (bsc#1177028).
- bpf: Introduce function-by-function verification (bsc#1177028).
- bpf: tcp: Support tcp_congestion_ops in bpf (bsc#1177028).
- bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS (bsc#1177028).
  Refresh patches.suse/bpf-Fix-trampoline-usage-in-preempt.patch due to
  the change of arch_prepare_bpf_trampoline() parameters.
- bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS (bsc#1177028).
  Refresh patches.suse/bpf-Fix-handling-of-XADD-on-BTF-memory.patch
- xdp: Remove map_to_flush and map swap detection (bsc#1177028).
- commit 1b26450
- scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling
  getpeername() (bsc#1177258).
- commit ea50f56
- sched/fair: Ignore cache hotness for SMT migration (bnc#1155798
  (CPU scheduler functional and performance backports)).
- sched/numa: Use runnable_avg to classify node (bnc#1155798
  (CPU scheduler functional and performance backports)).
- sched/fair: Use dst group while checking imbalance for NUMA
  balancer (bnc#1155798 (CPU scheduler functional and performance
  backports)).
- commit a9a7020
- clocksource/drivers/h8300_timer8: Fix wrong return value in
  h8300_8timer_init() (git-fixes).
- hwmon: (applesmc) check status earlier (git-fixes).
- 9p: Fix memory leak in v9fs_mount (git-fixes).
- yam: fix possible memory leak in yam_init_driver (git-fixes).
- airo: Fix read overflows sending packets (git-fixes).
- clk/ti/adpll: allocate room for terminating null (git-fixes).
- ASoC: kirkwood: fix IRQ error handling (git-fixes).
- commit 7091952
- Stop the ad-hoc games with -Wno-maybe-initialized
  (jsc#SLE-15176).
- Update config files.
- commit 4e6fc9e
- RDMA/mlx5: Fix flow destination setting for RDMA TX flow table
  (jsc#SLE-15175).
- blacklist.conf: removed from blacklist
- commit 54c5f83
- IB/uverbs: Enable CQ ioctl commands by default (jsc#SLE-15176).
- Update config files.
- commit 4c62ead
- RDMA/bnxt_re: Change wr posting logic to accommodate variable
  wqes (jsc#SLE-15076).
- Refresh
  patches.suse/RDMA-bnxt_re-Fix-the-qp-table-indexing.patch.
- commit f2be734
- RDMA/bnxt_re: introduce a function to allocate swq
  (jsc#SLE-15076).
- Refresh
  patches.suse/RDMA-bnxt_re-Fix-the-qp-table-indexing.patch.
- commit 9d35d9b
- RDMA/mlx5: Introduce ODP prefetch counter (jsc#SLE-15175).
- Refresh
  patches.suse/RDMA-mlx5-Add-missing-srcu_read_lock-in-ODP-implicit.patch.
- commit 47723a3
- RDMA/core: Fix ordering of CQ pool destruction (jsc#SLE-15176).
- IB/isert: Fix unaligned immediate-data handling (jsc#SLE-15176).
- RDMA/rtrs-srv: Set .release function for rtrs srv device during
  device init (jsc#SLE-15176).
- RDMA/core: Fix reported speed and width (jsc#SLE-15176).
- RDMA/core: Fix unsafe linked list traversal after failing to
  allocate CQ (jsc#SLE-15176).
- RDMA/bnxt_re: Fix driver crash on unaligned PSN entry address
  (jsc#SLE-15076).
- RDMA/rxe: Fix panic when calling kmem_cache_create()
  (jsc#SLE-15176).
- RDMA/rxe: Fix memleak in rxe_mem_init_user (jsc#SLE-15176).
- RDMA/rxe: Fix the parent sysfs read when the interface has 15
  chars (jsc#SLE-15176).
- RDMA/rtrs-srv: Replace device_register with device_initialize
  and device_add (jsc#SLE-15176).
- Revert "/RDMA/hns: Reserve one sge in order to avoid local
  length error"/ (jsc#SLE-14777).
- RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE request
  (jsc#SLE-13208).
- RDMA/bnxt_re: Do not add user qps to flushlist (jsc#SLE-15076).
- RDMA/core: Fix spelling mistake "/Could't"/ -> "/Couldn't"/
  (jsc#SLE-15176).
- RDMA/usnic: Fix spelling mistake "/transistion"/ -> "/transition"/
  (jsc#SLE-15176).
- RDMA/hns: Fix spelling mistake "/epmty"/ -> "/empty"/
  (jsc#SLE-14777).
- RDMA/rxe: Remove pkey table (jsc#SLE-15176).
- RDMA/umem: Add a schedule point in ib_umem_get()
  (jsc#SLE-15176).
- RDMA/hns: Fix the unneeded process when getting a general type
  of CQE error (jsc#SLE-14777).
- RDMA/hns: Fix error during modify qp RTS2RTS (jsc#SLE-14777).
- RDMA/hns: Delete unnecessary memset when allocating VF resource
  (jsc#SLE-14777).
- RDMA/hns: Remove redundant parameters in set_rc_wqe()
  (jsc#SLE-14777).
- RDMA/hns: Remove support for HIP08_A (jsc#SLE-14777).
- RDMA/hns: Refactor hns_roce_v2_set_hem() (jsc#SLE-14777).
- RDMA/hns: Remove redundant hardware opcode definitions
  (jsc#SLE-14777).
- RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QP
  (jsc#SLE-15176).
- RDMA/include: Replace license text with SPDX tags
  (jsc#SLE-15176).
- RDMA/rtrs: remove WQ_MEM_RECLAIM for rtrs_wq (jsc#SLE-15176).
- RDMA/rtrs-clt: add an additional random 8 seconds before
  reconnecting (jsc#SLE-15176).
- RDMA/cma: Execute rdma_cm destruction from a handler properly
  (jsc#SLE-15176).
- RDMA/cma: Remove unneeded locking for req paths (jsc#SLE-15176).
- RDMA/cma: Using the standard locking pattern when delivering
  the removal event (jsc#SLE-15176).
- RDMA/cma: Simplify DEVICE_REMOVAL for internal_id
  (jsc#SLE-15176).
- RDMA/efa: Add EFA 0xefa1 PCI ID (jsc#SLE-15176).
- RDMA/efa: User/kernel compatibility handshake mechanism
  (jsc#SLE-15176).
- RDMA/efa: Expose minimum SQ size (jsc#SLE-15176).
- RDMA/efa: Expose maximum TX doorbell batch (jsc#SLE-15176).
- IB/srpt: use new shared CQ mechanism (jsc#SLE-15176).
- IB/isert: use new shared CQ mechanism (jsc#SLE-15176).
- IB/iser: use new shared CQ mechanism (jsc#SLE-15176).
- RDMA/mlx5: Delete unreachable code (jsc#SLE-15175).
- RDMA/core: Fix return error value in _ib_modify_qp() to negative
  (jsc#SLE-15176).
- RDMA/mlx5: Set mkey relaxed ordering by UMR with ConnectX-7
  (jsc#SLE-15175).
- RDMA/mlx5: Use MLX5_SET macro instead of local structure
  (jsc#SLE-15175).
- RDMA/mlx5: ConnectX-7 new capabilities to set relaxed ordering
  by UMR (jsc#SLE-15175).
- net/mlx5: Add interface changes required for VDPA
  (jsc#SLE-15175).
- IB/hfi1: Use fallthrough pseudo-keyword (jsc#SLE-13208).
- RDMA/uverbs: Silence shiftTooManyBitsSigned warning
  (jsc#SLE-15176).
- RDMA/uverbs: Remove redundant assignments (jsc#SLE-15176).
- RDMA/core: Update write interface to use automatic object
  lifetime (jsc#SLE-15176).
- RDMA/core: Align abort/commit object scheme for write() and
  ioctl() paths (jsc#SLE-15176).
- RDMA/mlx5: Allow SQ modification (jsc#SLE-15175).
- RDMA: rdma_user_ioctl.h: fix a duplicated word + clarify
  (jsc#SLE-15176).
- RDMA/bnxt_re: Add helper data structures (jsc#SLE-15076).
- RDMA/bnxt_re: Pull psn buffer dynamically based on prod
  (jsc#SLE-15076).
- RDMA/bnxt_re: introduce wqe mode to select execution path
  (jsc#SLE-15076).
- RDMA/qedr: Remove the query_pkey callback (jsc#SLE-15146).
- RDMA/i40iw: Remove the query_pkey callback (jsc#SLE-13537).
- RDMA/cxgb4: Remove the query_pkey callback (jsc#SLE-15118).
- RDMA/siw: Remove the query_pkey callback (jsc#SLE-15111).
- RDMA/core: Remove query_pkey from the mandatory ops
  (jsc#SLE-15176).
- RDMA/core: Allocate the pkey cache only if the pkey_tbl_len
  is set (jsc#SLE-15176).
- RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is set
  (jsc#SLE-15176).
- RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted
  to send queue (jsc#SLE-15176).
- RDMA/qedr: Add EDPM max size to alloc ucontext response
  (jsc#SLE-15146).
- RDMA/qedr: Add EDPM mode type for user-fw compatibility
  (jsc#SLE-15146).
- RDMA/usnic: switch from 'pci_' to 'dma_' API (jsc#SLE-15176).
- IB/hfi1: Remove unnecessary fall-through markings
  (jsc#SLE-13208).
- RDMA/qedr: SRQ's bug fixes (jsc#SLE-15146).
- IB/isert: allocate RW ctxs according to max IO size
  (jsc#SLE-15176).
- RDMA/mlx5: Init dest_type when create flow (jsc#SLE-15175).
- RDMA/rxe: Remove rxe_link_layer() (jsc#SLE-15176).
- RDMA/rxe: Return void from rxe_mem_init_dma() (jsc#SLE-15176).
- RDMA/rxe: Return void from rxe_init_port_param()
  (jsc#SLE-15176).
- RDMA/rxe: Drop pointless checks in rxe_init_ports
  (jsc#SLE-15176).
- RDMA/counter: Allow manually bind QPs with different pids to
  same counter (jsc#SLE-15176).
- RDMA/counter: Only bind user QPs in auto mode (jsc#SLE-15176).
- RDMA/counter: Add PID category support in auto mode
  (jsc#SLE-15176).
- RDMA/mlx5: Remove unused to_mibmr function (jsc#SLE-15175).
- RDMA/mlx5: Delete one-time used functions (jsc#SLE-15175).
- RDMA/mlx5: Cleanup DEVX initialization flow (jsc#SLE-15175).
- RDMA/mlx5: Separate flow steering logic from main.c
  (jsc#SLE-15175).
- RDMA/mlx5: Separate counters from main.c (jsc#SLE-15175).
- RDMA/mlx5: Separate restrack callbacks initialization from
  main.c (jsc#SLE-15175).
- RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver function
  (jsc#SLE-15175).
- RDMA/hns: Optimize MTR level-0 addressing to access huge page
  (jsc#SLE-14777).
- RDMA/rxe: Skip dgid check in loopback mode (jsc#SLE-15176).
- RDMA: Move XRCD to be under ib_core responsibility
  (jsc#SLE-15176).
- RDMA/core: Create and destroy counters in the ib_core
  (jsc#SLE-15176).
- IB/uverbs: Expose UAPI to query MR (jsc#SLE-15176).
- RDMA/mlx5: Introduce UAPI to query PD attributes
  (jsc#SLE-15175).
- RDMA/mlx5: Implement the query ucontext functionality
  (jsc#SLE-15175).
- RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() response
  (jsc#SLE-15175).
- IB/uverbs: Expose UAPI to query ucontext (jsc#SLE-15176).
- IB/uverbs: Set IOVA on IB MR in uverbs layer (jsc#SLE-15176).
- RDMA/core: Optimize XRC target lookup (jsc#SLE-15176).
- RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC
  domain (jsc#SLE-15176).
- RDMA/mlx5: Get XRCD number directly for the internal use
  (jsc#SLE-15175).
- RDMA: Remove the udata parameter from alloc_mr callback
  (jsc#SLE-15176).
- RDMA/core: Remove ib_alloc_mr_user function (jsc#SLE-15176).
- RDMA/core: Check for error instead of success in alloc MR
  function (jsc#SLE-15176).
- RDMA/core: Clean up tracepoint headers (jsc#SLE-15176).
- RDMA/ipoib: Handle user-supplied address when creating child
  (jsc#SLE-15176).
- RDMA/core: Fix bogus WARN_ON during
  ib_unregister_device_queued() (jsc#SLE-15176).
- RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()
  (jsc#SLE-15176).
- IB/hfi1: Convert PCIBIOS_* errors to generic -E* errors
  (jsc#SLE-13208).
- RDMA/core: Delete not-used create RWQ table function
  (jsc#SLE-15176).
- IB/mad: Delete RMPP_STATE_CANCELING state (jsc#SLE-15176).
- IB/mad: Change atomics to refcount API (jsc#SLE-15176).
- IB/mad: Issue complete whenever decrements agent refcount
  (jsc#SLE-15176).
- RDMA/ipoib: Return void from ipoib_ib_dev_stop()
  (jsc#SLE-15176).
- RDMA/mlx5: Add support to get MR resource in RAW format
  (jsc#SLE-15175).
- RDMA/mlx5: Add support to get CQ resource in RAW format
  (jsc#SLE-15175).
- RDMA/mlx5: Add support to get QP resource in RAW format
  (jsc#SLE-15175).
- RDMA: Add support to dump resource tracker in RAW format
  (jsc#SLE-15176).
- RDMA: Add dedicated CM_ID resource tracker function
  (jsc#SLE-15176).
- RDMA: Add dedicated QP resource tracker function
  (jsc#SLE-15176).
- RDMA: Add a dedicated CQ resource tracker function
  (jsc#SLE-15176).
- RDMA: Add dedicated MR resource tracker function
  (jsc#SLE-15176).
- RDMA/core: Don't call fill_res_entry for PD (jsc#SLE-15176).
- RDMA/rxe: Remove unused rxe_mem_map_pages (jsc#SLE-15176).
- RDMA/hfi1: Remove hfi1_create_qp declaration (jsc#SLE-13208).
- RDMA/ipoib: Return void from ipoib_mcast_stop_thread()
  (jsc#SLE-15176).
- RDMA: Correct trivial kernel-doc inconsistencies
  (jsc#SLE-15176).
- IB/srpt: Remove WARN_ON from srpt_cm_req_recv (jsc#SLE-15176).
- qed: fix assignment of n_rq_elems to incorrect params field
  (jsc#SLE-15143).
- net/mlx5: Add IPsec related Flow steering entry's fields
  (jsc#SLE-15175).
- net/mlx5: Add support in query QP, CQ and MKEY segments
  (jsc#SLE-15175).
- net/mlx5: Export resource dump interface (jsc#SLE-15175).
- RDMA/core: Use offsetofend() instead of open coding
  (jsc#SLE-15176).
- IB/rdmavt: Replace zero-length array with flexible-array
  (jsc#SLE-15176).
- RDMA/ucma: Return stable IB device index as identifier
  (jsc#SLE-15176).
- commit d0e3d42
- drm/amdgpu: restore proper ref count in
  amdgpu_display_crtc_set_config (git-fixes).
- commit cb11410
- supported.conf: add intel_th_msu_sink (jsc#SLE-12705)
- commit 4234fcb
- intel_th: msu: Make stopping the trace optional (jsc#SLE-12705).
- intel_th: Disallow multi mode on devices where it's broken
  (jsc#SLE-12705).
- intel_th: msu: Fix the unexpected state warning (jsc#SLE-12705).
- intel_th: msu: Fix possible memory leak in mode_store()
  (jsc#SLE-12705).
- intel_th: msu: Fix overflow in shift of an unsigned int
  (jsc#SLE-12705).
- commit ddc2fa1
- intel_th: msu: Fix missing allocation failure check on a
  kstrndup (jsc#SLE-12705).
- intel_th: msu: Fix an uninitialized mutex (jsc#SLE-12705).
- intel_th: msu: Preserve pre-existing buffer configuration
  (jsc#SLE-12705).
- intel_th: msu: Prevent freeing buffers while locked windows
  exist (jsc#SLE-12705).
- commit 4c38552
- intel_th: msu: Get rid of the window size limit (jsc#SLE-12705).
- Refresh
  patches.suse/intel_th-msu-Fix-window-switching-without-windows.patch.
- commit c041e33
- intel_th: msu-sink: An example msu buffer "/sink"/
  (jsc#SLE-12705).
- commit fc315a7
- usb: common: usb-conn-gpio: Register charger (jsc#SLE-15847).
- usb: common: usb-conn-gpio: Demote comment block which is
  clearly not kerneldoc (jsc#SLE-15847).
- regulator: pwm: Don't warn on probe deferral (jsc#SLE-15847).
- usb: common: usb-conn-gpio: Don't log an error on probe deferral
  (jsc#SLE-15847).
- usb: common: add USB GPIO based connection detection driver
  (jsc#SLE-15847).
- usb: common: create Kconfig file (jsc#SLE-15847).
- commit 0f500a3
- intel_th: msu: Introduce buffer interface (jsc#SLE-12705).
- Refresh
  patches.suse/intel_th-Fix-user-visible-error-codes.patch.
- Refresh
  patches.suse/intel_th-msu-Fix-window-switching-without-windows.patch.
- commit feddf38
- RDMA/rtrs: include client and server modules into kernel
  compilation (jsc#SLE-15176).
- Update config files.
- supported.conf: mark RTRS unsupported
- commit 362994a
- IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs
  (jsc#SLE-13208).
- Refresh
  patches.suse/RDMA-rvt-Fix-potential-memory-leak-caused-by-rvt_all.patch.
- commit e11aad9
- RDMA/mlx5: Update mlx5_ib driver name (jsc#SLE-15175).
- Refresh
  patches.suse/mlx5-add-parameter-to-disable-enhanced-IPoIB.patch.
- commit 5bdb26d
- RDMA/mlx5: Add support in steering default miss (jsc#SLE-15175).
- Refresh patches.suse/RDMA-mlx5-Fix-typo-in-enum-name.patch.
- commit 50e6150
- RDMA/bnxt_re: Reduce device page size detection code
  (jsc#SLE-15076).
- Refresh
  patches.suse/RDMA-bnxt_re-Fix-the-qp-table-indexing.patch.
- commit 98ba96b
- qed: changes to ILT to support XRC (jsc#SLE-15143).
- Refresh
  patches.suse/qed-suppress-don-t-support-RoCE-iWARP-flooding-on-HW.patch.
- commit 86cbfdb
- net: qed: invoke err notify on critical areas (jsc#SLE-15143).
- Refresh
  patches.suse/qed-suppress-false-positives-interrupt-error-message.patch.
- commit 6a277a5
- RDMA/cm: Protect access to remote_sidr_table (jsc#SLE-15176).
- blacklist.conf: removed temporay blacklist
- commit 0bbbe36
- net: qed: use eth_zero_addr() to clear mac address
  (jsc#SLE-15143).
- net: qede: use eth_zero_addr() to clear mac address
  (jsc#SLE-15143).
- qede: Use %pM format specifier for MAC addresses
  (jsc#SLE-15143).
- qed: Use %pM format specifier for MAC addresses (jsc#SLE-15143).
- qed: fix the allocation of the chains with an external PBL
  (jsc#SLE-15143).
- qede: add .ndo_xdp_xmit() and XDP_REDIRECT support
  (jsc#SLE-15143).
- qede: refactor XDP Tx processing (jsc#SLE-15143).
- qede: reformat net_device_ops declarations (jsc#SLE-15143).
- qede: reformat several structures in "/qede.h"/ (jsc#SLE-15143).
- qed: introduce qed_chain_get_elem_used{,u32}() (jsc#SLE-15143).
- qed: optimize common chain accessors (jsc#SLE-15143).
- qed: add support for different page sizes for chains
  (jsc#SLE-15143).
- qed: simplify chain allocation with init params struct
  (jsc#SLE-15143).
- qed: simplify initialization of the chains with an external PBL
  (jsc#SLE-15143).
- qed: move chain initialization inlines next to allocation
  functions (jsc#SLE-15143).
- qed: sanitize PBL chains allocation (jsc#SLE-15143).
- qed: prevent possible double-frees of the chains
  (jsc#SLE-15143).
- qed: move chain methods to a separate file (jsc#SLE-15143).
- qed: reformat Makefile (jsc#SLE-15143).
- qed: reformat "/qed_chain.h"/ a bit (jsc#SLE-15143).
- net: qed_hsi.h: Avoid the use of one-element array
  (jsc#SLE-15143).
- net: qed: Remove unneeded cast from memory allocation
  (jsc#SLE-15143).
- qed: Fix ILT and XRCD bitmap memory leaks (jsc#SLE-15143).
- qed: add support for the extended speed and FEC modes
  (jsc#SLE-15143).
- qed: populate supported link modes maps on module init
  (jsc#SLE-15143).
- qed: add missing loopback modes (jsc#SLE-15143).
- qed: add support for new port modes (jsc#SLE-15143).
- qed: remove unused qed_hw_info::port_mode and QED_PORT_MODE
  (jsc#SLE-15143).
- qed: reformat several structures a bit (jsc#SLE-15143).
- qede: introduce support for FEC control (jsc#SLE-15143).
- qede: format qede{,_vf}_ethtool_ops (jsc#SLE-15143).
- qed: add support for Forward Error Correction (jsc#SLE-15143).
- qed: reformat several structures a bit (jsc#SLE-15143).
- qed: use transceiver data to fill link partner's advertising
  speeds (jsc#SLE-15143).
- qed: add support for multi-rate transceivers (jsc#SLE-15143).
- qed: reformat public_port::transceiver_data a bit
  (jsc#SLE-15143).
- qede: populate supported link modes maps on module init
  (jsc#SLE-15143).
- qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODE
  (jsc#SLE-15143).
- linkmode: introduce linkmode_intersects() (jsc#SLE-15143).
- net: qed: drop duplicate words in comments (jsc#SLE-15143).
- qede: convert to new udp_tunnel_nic infra (jsc#SLE-15143).
- net: qede: fix BE vs CPU comparison (jsc#SLE-15143).
- net: qede: fix kernel-doc for qede_ptp_adjfreq()
  (jsc#SLE-15143).
- net: qed: sanitize BE/LE data processing (jsc#SLE-15143).
- net: qed: use ptr shortcuts to dedup field accessing in some
  parts (jsc#SLE-15143).
- net: qed: improve indentation of some parts of code
  (jsc#SLE-15143).
- net: qed: address kernel-doc warnings (jsc#SLE-15143).
- net: qed: correct qed_hw_err_notify() prototype (jsc#SLE-15143).
- net: qed: cleanup global structs declarations (jsc#SLE-15143).
- net: qed: move static iro_arr out of header file
  (jsc#SLE-15143).
- qed: Make symbol 'qed_hw_err_type_descr' static (jsc#SLE-15143).
- net: qede: update copyright years (jsc#SLE-15143).
- net: qede: convert to SPDX License Identifiers (jsc#SLE-15143).
- net: qede: correct existing SPDX tags (jsc#SLE-15143).
- net: qed: update copyright years (jsc#SLE-15143).
- net: qed: convert to SPDX License Identifiers (jsc#SLE-15143).
- net: qed: correct existing SPDX tags (jsc#SLE-15143).
- RDMA/core: Free DIM memory in error unwind (jsc#SLE-15176).
- RDMA/core: Stop DIM before destroying CQ (jsc#SLE-15176).
- RDMA/mlx5: Initialize QP mutex for the debug kernels
  (jsc#SLE-15175).
- RDMA/mlx5: Allow providing extra scatter CQE QP flag
  (jsc#SLE-15175).
- RDMA/cm: Add min length checks to user structure copies
  (jsc#SLE-15176).
- qed: Disable "/MFW indication via attention"/ SPAM every 5 minutes
  (jsc#SLE-15143).
- RDMA/hns: Fix wrong PBL offset when VA is not aligned to
  PAGE_SIZE (jsc#SLE-14777).
- RDMA/hns: Fix wrong assignment of lp_pktn_ini in QPC
  (jsc#SLE-14777).
- qed: Populate nvm-file attributes while reading nvm config
  partition (jsc#SLE-15143).
- net: qed: fix buffer overflow on ethtool -d (jsc#SLE-15143).
- RDMA/mlx5: Set PD pointers for the error flow unwind
  (jsc#SLE-15175).
- RDMA/mlx5: Fix legacy IPoIB QP initialization (jsc#SLE-15175).
- IB/hfi1: Add explicit cast OPA_MTU_8192 to 'enum ib_mtu'
  (jsc#SLE-13208).
- qed: add missing error test for
  DBG_STATUS_NO_MATCHING_FRAMING_MODE (jsc#SLE-15143).
- net: qed: fix "/maybe uninitialized"/ warning (jsc#SLE-15143).
- net: qed: reset ILT block sizes before recomputing to fix
  crashes (jsc#SLE-15143).
- net: qede: fix use-after-free on recovery and AER handling
  (jsc#SLE-15143).
- net: qede: fix PTP initialization on recovery (jsc#SLE-15143).
- net: qed: fix excessive QM ILT lines consumption
  (jsc#SLE-15143).
- net: qed: fix NVMe login fails over VFs (jsc#SLE-15143).
- net: qede: stop adding events on an already destroyed workqueue
  (jsc#SLE-15143).
- net: qed: fix async event callbacks unregistering
  (jsc#SLE-15143).
- net: qed: fix left elements count calculation (jsc#SLE-15143).
- IB/hfi1: Add atomic triggered sleep/wakeup (jsc#SLE-13208).
- IB/hfi1: Correct -EBUSY handling in tx code (jsc#SLE-13208).
- IB/hfi1: Restore kfree in dummy_netdev cleanup (jsc#SLE-13208).
- RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't have
  udata (jsc#SLE-15175).
- RDMA/mlx5: Fix integrity enabled QP creation (jsc#SLE-15175).
- RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPs
  (jsc#SLE-15175).
- RDMA/mlx5: Fix remote gid value in query QP (jsc#SLE-15175).
- RDMA/mlx5: Don't access ib_qp fields in internal destroy QP path
  (jsc#SLE-15175).
- RDMA/hns: Fix an cmd queue issue when resetting (jsc#SLE-14777).
- RDMA/hns: Fix a calltrace when registering MR from userspace
  (jsc#SLE-14777).
- RDMA/mlx5: Add missed RST2INIT and INIT2INIT steps during ECE
  handshake (jsc#SLE-15175).
- RDMA/core: Annotate CMA unlock helper routine (jsc#SLE-15176).
- RDMA/hfi1: Fix trivial mis-spelling of 'descriptor'
  (jsc#SLE-13208).
- RDMA/mlx5: Fix -Wformat warning in check_ucmd_data()
  (jsc#SLE-15175).
- RDMA/mlx5: Remove duplicated assignment to resp.response_length
  (jsc#SLE-15175).
- net: qed: fixes crash while running driver in kdump kernel
  (jsc#SLE-15143).
- scsi: qed: Send BW update notifications to the protocol drivers
  (jsc#SLE-15143).
- RDMA/mlx5: Return ECE DC support (jsc#SLE-15175).
- RDMA/mlx5: Don't rely on FW to set zeros in ECE response
  (jsc#SLE-15175).
- RDMA/mlx5: Return an error if copy_to_user fails
  (jsc#SLE-15175).
- IB/hfi1: Use free_netdev() in hfi1_netdev_free()
  (jsc#SLE-13208).
- RDMA/hns: Uninitialized variable in modify_qp_init_to_rtr()
  (jsc#SLE-14777).
- IB/hfi1: Fix hfi1_netdev_rx_init() error handling
  (jsc#SLE-13208).
- RDMA: Remove 'max_map_per_fmr' (jsc#SLE-15176).
- RDMA: Remove 'max_fmr' (jsc#SLE-15176).
- RDMA/core: Remove FMR device ops (jsc#SLE-15176).
- RDMA/rdmavt: Remove FMR memory registration (jsc#SLE-15176).
- RDMA/mthca: Remove FMR support for memory registration
  (jsc#SLE-15176).
- RDMA/i40iw: Remove FMR leftovers (jsc#SLE-13537).
- RDMA/bnxt_re: Remove FMR leftovers (jsc#SLE-15076).
- RDMA/mlx5: Remove FMR leftovers (jsc#SLE-15175).
- RDMA/core: Remove FMR pool API (jsc#SLE-15176).
- RDMA/rds: Remove FMR support for memory registration
  (jsc#SLE-15176).
- RDMA/srp: Remove support for FMR memory registration
  (jsc#SLE-15176).
- RDMA/iser: Remove support for FMR memory registration
  (jsc#SLE-15176).
- RDMA/core: Introduce shared CQ pool API (jsc#SLE-15176).
- RDMA/core: Add protection for shared CQs used by ULPs
  (jsc#SLE-15176).
- RDMA/core: Fix several reference count leaks (jsc#SLE-15176).
- IB/hfi1: Fix spelling mistake "/enought"/ -> "/enough"/
  (jsc#SLE-13208).
- RDMA/hns: remove duplicate assignment to pointer raq
  (jsc#SLE-14777).
- RDMA/mlx5: Support TX port affinity for VF drivers in LAG mode
  (jsc#SLE-15175).
- RDMA/srpt: Increase max_send_sge (jsc#SLE-15176).
- RDMA/srpt: Reduce max_recv_sge to 1 (jsc#SLE-15176).
- RDMA/srpt: Make debug output more detailed (jsc#SLE-15176).
- RDMA/srp: Make the channel count configurable per target
  (jsc#SLE-15176).
- RDMA/mlx5: Return ECE data after modify QP (jsc#SLE-15175).
- RDMA/mlx5: Set ECE options during modify QP (jsc#SLE-15175).
- RDMA/mlx5: Convert modify QP to use MLX5_SET macros
  (jsc#SLE-15175).
- RDMA/mlx5: Remove manually crafted QP context the query call
  (jsc#SLE-15175).
- RDMA/mlx5: Use direct modify QP implementation (jsc#SLE-15175).
- RDMA/mlx5: Set ECE options during QP create (jsc#SLE-15175).
- RDMA/mlx5: Get ECE options from FW during create QP
  (jsc#SLE-15175).
- RDMA/cma: Provide ECE reject reason (jsc#SLE-15176).
- RDMA/cma: Connect ECE to rdma_accept (jsc#SLE-15176).
- RDMA/cm: Send and receive ECE parameter over the wire
  (jsc#SLE-15176).
- RDMA/ucma: Deliver ECE parameters through UCMA events
  (jsc#SLE-15176).
- RDMA/ucma: Extend ucma_connect to receive ECE parameters
  (jsc#SLE-15176).
- RDMA/cm: Add Enhanced Connection Establishment (ECE) bits
  (jsc#SLE-15176).
- RDMA/core: Use sizeof_field() helper (jsc#SLE-15176).
- RDMA/ipoib: Remove can_sleep parameter from iboib_mcast_alloc
  (jsc#SLE-15176).
- RDMA/iw_cxgb4: cleanup device debugfs entries on ULD remove
  (jsc#SLE-15118).
- RDMA/hns: Make the end of sge process more clear
  (jsc#SLE-14777).
- RDMA/hns: Simplify process related to poll cq (jsc#SLE-14777).
- RDMA/hns: Remove redundant parameters from free_srq/qp_wrid()
  (jsc#SLE-14777).
- RDMA/hns: Remove redundant type cast for general pointers
  (jsc#SLE-14777).
- RDMA/hns: Optimize the usage of MTR (jsc#SLE-14777).
- RDMA/hns: Refactor the QP context filling process related to
  WQE buffer configure (jsc#SLE-14777).
- RDMA/hns: Change variables representing quantity to unsigned
  (jsc#SLE-14777).
- RDMA/hns: Change all page_shift to unsigned (jsc#SLE-14777).
- RDMA/hns: Rename QP buffer related function (jsc#SLE-14777).
- RDMA/hns: Remove unused code about assert (jsc#SLE-14777).
- RDMA/hns: Optimize post and poll process (jsc#SLE-14777).
- RDMA/hns: Add CQ flag instead of independent enable flag
  (jsc#SLE-14777).
- RDMA/hns: Let software PI/CI grow naturally (jsc#SLE-14777).
- RDMA/rtrs: Get rid of the do_next_path while_next_path macros
  (jsc#SLE-15176).
- RDMA/rtrs: server: Use already dereferenced rtrs_sess structure
  (jsc#SLE-15176).
- IB/uverbs: Introduce create/destroy QP commands over ioctl
  (jsc#SLE-15176).
- IB/uverbs: Introduce create/destroy WQ commands over ioctl
  (jsc#SLE-15176).
- IB/uverbs: Introduce create/destroy SRQ commands over ioctl
  (jsc#SLE-15176).
- IB/uverbs: Move QP, SRQ, WQ type and flags to UAPI
  (jsc#SLE-15176).
- IB/uverbs: Extend CQ to get its own asynchronous event FD
  (jsc#SLE-15176).
- IB/uverbs: Refactor related objects to use their own
  asynchronous event FD (jsc#SLE-15176).
- RDMA/core: Allow the ioctl layer to abort a fully created
  uobject (jsc#SLE-15176).
- IB/hfi1: Enable the transmit side of the datagram ipoib netdev
  (jsc#SLE-13208).
- IB/ipoib: Add capability to switch between datagram and
  connected mode (jsc#SLE-13208).
- IB/hfi1: Add packet histogram trace event (jsc#SLE-13208).
- IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which
  exceeded mtu size (jsc#SLE-13208).
- IB/hfi1: Activate the dummy netdev (jsc#SLE-13208).
- IB/hfi1: Add rx functions for dummy netdev (jsc#SLE-13208).
- IB/hfi1: Add interrupt handler functions for accelerated ipoib
  (jsc#SLE-13208).
- IB/hfi1: Add functions to receive accelerated ipoib packets
  (jsc#SLE-13208).
- IB/hfi1: Rename num_vnic_contexts as num_netdev_contexts
  (jsc#SLE-13208).
- IB/ipoib: Increase ipoib Datagram mode MTU's upper limit
  (jsc#SLE-13208).
- IB/hfi1: RSM rules for AIP (jsc#SLE-13208).
- IB/hfi1: Remove module parameter for KDETH qpns (jsc#SLE-13208).
- IB/hfi1: Add the transmit side of a datagram ipoib RDMA netdev
  (jsc#SLE-13208).
- IB/hfi1: Add functions to transmit datagram ipoib packets
  (jsc#SLE-13208).
- IB/hfi1: Add accelerated IP capability bit (jsc#SLE-13208).
- RDMA/efa: Report host information to the device (jsc#SLE-15176).
- RDMA/efa: Fix setting of wrong bit in get/set_feature commands
  (jsc#SLE-15176).
- RDMA/hns: Reserve one sge in order to avoid local length error
  (jsc#SLE-14777).
- RDMA/hns: Rename macro for defining hns hardware page size
  (jsc#SLE-14777).
- RDMA/hns: Remove redundant memcpy() (jsc#SLE-14777).
- RDMA/hns: Store mr len information into mr obj (jsc#SLE-14777).
- RDMA/hns: Fix error with to_hr_hem_entries_count()
  (jsc#SLE-14777).
- RDMA/hns: Fix wrong assignment of SRQ's max_wr (jsc#SLE-14777).
- RDMA/hns: Fix assignment to ba_pg_sz of eqe (jsc#SLE-14777).
- RDMA/siw: Replace one-element array and use struct_size()
  helper (jsc#SLE-15111).
- rnbd/rtrs: Pass max segment size from blk user to the rdma
  library (jsc#SLE-15176).
- RDMA/rtrs: server: Fix some error return code (jsc#SLE-15176).
- RDMA/rtrs: client: Fix function return on success
  (jsc#SLE-15176).
- RDMA/rtrs: Fix a couple off by one bugs in rtrs_srv_rdma_done()
  (jsc#SLE-15176).
- RDMA/rtrs: Fix some signedness bugs in error handling
  (jsc#SLE-15176).
- RDMA/srpt: Add a newline when printing parameter
  'srpt_service_guid' by sysfs (jsc#SLE-15176).
- RDMA/core: Consolidate ib_create_srq flows (jsc#SLE-15176).
- RDMA/uverbs: Cleanup wq/srq context usage from uverbs layer
  (jsc#SLE-15176).
- RDMA/rtrs: a bit of documentation (jsc#SLE-15176).
- RDMA/rtrs: server: sysfs interface functions (jsc#SLE-15176).
- RDMA/rtrs: server: statistics functions (jsc#SLE-15176).
- RDMA/rtrs: server: main functionality (jsc#SLE-15176).
- RDMA/rtrs: server: private header with server structs and
  functions (jsc#SLE-15176).
- RDMA/rtrs: client: sysfs interface functions (jsc#SLE-15176).
- RDMA/rtrs: client: statistics functions (jsc#SLE-15176).
- RDMA/rtrs: client: main functionality (jsc#SLE-15176).
- RDMA/rtrs: client: private header with client structs and
  functions (jsc#SLE-15176).
- RDMA/rtrs: core: lib functions shared between client and server
  modules (jsc#SLE-15176).
- RDMA/rtrs: private headers with rtrs protocol structs and
  helpers (jsc#SLE-15176).
- RDMA/rtrs: public interface header to establish RDMA connections
  (jsc#SLE-15176).
- sysfs: export sysfs_remove_file_self() (jsc#SLE-15176).
- RDMA/mlx5: Fix query_srq_cmd() function (jsc#SLE-15175).
- RDMA/mlx5: Add support for drop action in DV steering
  (jsc#SLE-15175).
- RDMA/mlx5: Refactor DV create flow (jsc#SLE-15175).
- RDMA/cm: Increment the refcount inside cm_find_listen()
  (jsc#SLE-15176).
- RDMA/cm: Remove needless cm_id variable (jsc#SLE-15176).
- RDMA/cm: Remove the cm_free_id() wrapper function
  (jsc#SLE-15176).
- RDMA/cm: Make find_remote_id() return a cm_id_private
  (jsc#SLE-15176).
- RDMA/cm: Add a note explaining how the timewait is eventually
  freed (jsc#SLE-15176).
- RDMA/cm: Pass the cm_id_private into cm_cleanup_timewait
  (jsc#SLE-15176).
- RDMA/cm: Pull duplicated code into cm_queue_work_unlock()
  (jsc#SLE-15176).
- RDMA/cm: Remove unused store to ret in cm_rej_handler
  (jsc#SLE-15176).
- RDMA/cm: Remove return code from add_cm_id_to_port_list
  (jsc#SLE-15176).
- RDMA/addr: Mark addr_resolve as might_sleep() (jsc#SLE-15176).
- RDMA/hns: Combine enable flags of qp (jsc#SLE-14777).
- RDMA/hns: Extend capability flags for HIP08_C (jsc#SLE-14777).
- RDMA/mlx5: Remove duplicated assignment to variable rcqe_sz
  (jsc#SLE-15175).
- RDMA/mlx5: Allow only raw Ethernet QPs when RoCE isn't enabled
  (jsc#SLE-15175).
- RDMA/mlx5: Assign profile before calling stages (jsc#SLE-15175).
- RDMA/mlx5: Move all WR logic from qp.c to separate file
  (jsc#SLE-15175).
- RDMA/mlx5: Refactor mlx5_post_send() to improve readability
  (jsc#SLE-15175).
- RDMA/mlx5: Update mlx5_ib to use new cmd interface
  (jsc#SLE-15175).
- RDMA/hns: Remove redundant assignment of caps (jsc#SLE-14777).
- RDMA/hns: Adjust lp_pktn_ini dynamically (jsc#SLE-14777).
- RDMA/hns: Fix comments with non-English symbols (jsc#SLE-14777).
- RDMA/hns: Optimize SRQ buffer size calculating process
  (jsc#SLE-14777).
- RDMA/hns: Move SRQ code to the reasonable place (jsc#SLE-14777).
- RDMA/hns: Optimize WQE buffer size calculating process
  (jsc#SLE-14777).
- RDMA/hns: Remove unused MTT functions (jsc#SLE-14777).
- RDMA/hns: Optimize PBL buffer allocation process
  (jsc#SLE-14777).
- RDMA/mlx5: Set UDP source port based on the grh.flow_label
  (jsc#SLE-15175).
- RDMA/cma: Initialize the flow label of CM's route path record
  (jsc#SLE-15176).
- RDMA/mlx5: Define RoCEv2 udp source port when set path
  (jsc#SLE-15175).
- RDMA/core: Consider flow label when building skb
  (jsc#SLE-15176).
- RDMA/core: Add hash functions to calculate RoCEv2 flowlabel
  and UDP source port (jsc#SLE-15176).
- RDMA: Allow ib_client's to fail when add() is called
  (jsc#SLE-15176).
- RDMA/mad: Remove snoop interface (jsc#SLE-15176).
- RDMA/efa: Count admin commands errors (jsc#SLE-15176).
- RDMA/efa: Count mmap failures (jsc#SLE-15176).
- RDMA/efa: Report create CQ error counter (jsc#SLE-15176).
- RDMA/mlx5: Set lag tx affinity according to slave
  (jsc#SLE-15175).
- RDMA/mlx5: Refactor affinity related code (jsc#SLE-15175).
- RDMA/core: Get xmit slave for LAG (jsc#SLE-15176).
- RDMA/core: Add LAG functionality (jsc#SLE-15176).
- RDMA: Group create AH arguments in struct (jsc#SLE-15176).
- RDMA/mlx5: Consolidate into special function all create QP calls
  (jsc#SLE-15175).
- RDMA/mlx5: Remove redundant destroy QP call (jsc#SLE-15175).
- RDMA/mlx5: Copy response to the user in one place
  (jsc#SLE-15175).
- RDMA/mlx5: Handle udate outlen checks in one place
  (jsc#SLE-15175).
- RDMA/mlx5: Promote RSS RAW QP flags check to higher level
  (jsc#SLE-15175).
- RDMA/mlx5: Group all create QP parameters to simplify in-kernel
  interfaces (jsc#SLE-15175).
- RDMA/mlx5: Reduce amount of duplication in QP destroy
  (jsc#SLE-15175).
- RDMA/mlx5: Separate to user/kernel create QP flows
  (jsc#SLE-15175).
- RDMA/mlx5: Separate XRC_TGT QP creation from common flow
  (jsc#SLE-15175).
- RDMA/mlx5: Globally parse DEVX UID (jsc#SLE-15175).
- RDMA/mlx5: Delete impossible inlen check (jsc#SLE-15175).
- RDMA/mlx5: Rely on existence of udata to separate kernel/user
  flows (jsc#SLE-15175).
- RDMA/mlx5: Remove second user copy in create_user_qp
  (jsc#SLE-15175).
- RDMA/mlx5: Combine copy of create QP command in RSS RAW QP
  (jsc#SLE-15175).
- RDMA/mlx5: Promote RSS RAW QP attribute check in higher level
  (jsc#SLE-15175).
- RDMA/mlx5: Store QP type in the vendor QP structure
  (jsc#SLE-15175).
- RDMA/mlx5: Delete unsupported QP types (jsc#SLE-15175).
- RDMA/mlx5: Process all vendor flags in one place
  (jsc#SLE-15175).
- RDMA/mlx5: Return all configured create flags through query QP
  (jsc#SLE-15175).
- RDMA/mlx5: Change scatter CQE flag to be set like other vendor
  flags (jsc#SLE-15175).
- RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE
  signature (jsc#SLE-15175).
- RDMA/mlx5: Process create QP flags in one place (jsc#SLE-15175).
- RDMA/mlx5: Delete create QP flags obfuscation (jsc#SLE-15175).
- RDMA/mlx5: Initial separation of RAW_PACKET QP from common flow
  (jsc#SLE-15175).
- RDMA/mlx5: Remove second copy from user for non RSS RAW QPs
  (jsc#SLE-15175).
- RDMA/mlx5: Move DRIVER QP flags check into separate function
  (jsc#SLE-15175).
- RDMA/mlx5: Update all DRIVER QP places to use QP subtype
  (jsc#SLE-15175).
- RDMA/mlx5: Split scatter CQE configuration for DCT QP
  (jsc#SLE-15175).
- RDMA/mlx5: Separate create QP flows to be based on type
  (jsc#SLE-15175).
- RDMA/mlx5: Set QP subtype immediately when it is known
  (jsc#SLE-15175).
- RDMA/mlx5: Avoid setting redundant NULL for XRC QPs
  (jsc#SLE-15175).
- RDMA/mlx5: Prepare QP allocation for future removal
  (jsc#SLE-15175).
- RDMA/mlx5: Perform check if QP creation flow is valid
  (jsc#SLE-15175).
- RDMA/mlx5: Delete impossible GSI port check (jsc#SLE-15175).
- RDMA/mlx5: Organize QP types checks in one place
  (jsc#SLE-15175).
- RDMA/hns: Simplify the status judgment code of
  hns_roce_v1_m_qp() (jsc#SLE-14777).
- RDMA/hns: Simplify the state judgment code of qp
  (jsc#SLE-14777).
- RDMA/hns: Simplify the cqe code of poll cq (jsc#SLE-14777).
- RDMA/hns: Simplify the qp state convert code (jsc#SLE-14777).
- RDMA/hns: Optimize hns_roce_v2_set_mac() (jsc#SLE-14777).
- RDMA/hns: Optimize hns_roce_config_link_table() (jsc#SLE-14777).
- RDMA/bnxt: Delete 'nq_ptr' variable which is not used
  (jsc#SLE-15076).
- RDMA/hns: Support 0 hop addressing for CQE buffer
  (jsc#SLE-14777).
- RDMA/hns: Support 0 hop addressing for SRQ buffer
  (jsc#SLE-14777).
- RDMA/hns: Support 0 hop addressing for WQE buffer
  (jsc#SLE-14777).
- RDMA/hns: Optimize 0 hop addressing for EQE buffer
  (jsc#SLE-14777).
- RDMA/hns: Optimize hns buffer allocation flow (jsc#SLE-14777).
- RDMA/hns: Add support for addressing when hopnum is 0
  (jsc#SLE-14777).
- RDMA/rw: use DIV_ROUND_UP to calculate nr_ops (jsc#SLE-15176).
- RDMA/cma: Limit the scope of rdma_is_consumer_reject function
  (jsc#SLE-15176).
- RDMA/bnxt_re: Simplify obtaining queue entry from hw ring
  (jsc#SLE-15076).
- RDMA/bnxt_re: Update missing hsi data structures
  (jsc#SLE-15076).
- IB/qib: Remove unused variable ret (jsc#SLE-15176).
- IB: Fix some documentation warnings (jsc#SLE-15176).
- RDMA: Remove a few extra calls to ib_get_client_data()
  (jsc#SLE-15176).
- qed: Add EDPM mode type for user-fw compatibility
  (jsc#SLE-15143).
- qed: Add XRC to RoCE (jsc#SLE-15143).
- qlogic/qede: Add XDP frame size to driver (jsc#SLE-15143).
- net: qed: introduce critical hardware error handler
  (jsc#SLE-15143).
- net: qed: introduce critical fan failure handler
  (jsc#SLE-15143).
- net: qede: Implement ndo_tx_timeout (jsc#SLE-15143).
- net: qede: optional hw recovery procedure (jsc#SLE-15143).
- net: qed: attention clearing properties (jsc#SLE-15143).
- net: qed: cleanup debug related declarations (jsc#SLE-15143).
- net: qed: critical err reporting to management firmware
  (jsc#SLE-15143).
- net: qede: add hw err scheduled handler (jsc#SLE-15143).
- net: qed: adding hw_err states and handling (jsc#SLE-15143).
- net: qed: Disable SRIOV functionality inside kdump kernel
  (jsc#SLE-15143).
- net: qed*: Reduce RX and TX default ring count when running
  inside kdump kernel (jsc#SLE-15143).
- net/core: Introduce netdev_get_xmit_slave (jsc#SLE-15176).
- net: qede: Use true for bool variable in qede_init_fp()
  (jsc#SLE-15143).
- RDMA/mlx5: Delete Q counter allocations command (jsc#SLE-15175).
- qed: Make ll2_cbs static (jsc#SLE-15143).
- qede: Add support for handling the pcie errors (jsc#SLE-15143).
- qed: Enable device error reporting capability (jsc#SLE-15143).
- qed: use true,false for bool variables (jsc#SLE-15143).
- net: qed: Remove unneeded cast from memory allocation
  (jsc#SLE-15143).
- hfi1: get rid of pointless access_ok() (jsc#SLE-13208).
- qed: remove redundant assignment to variable 'rc'
  (jsc#SLE-15143).
- qed: Fix use after free in qed_chain_free (jsc#SLE-15143).
- qed: Fix race condition between scheduling and destroying the
  slowpath workqueue (jsc#SLE-15143).
- qede: remove some unused code in function
  qede_selftest_receive_traffic (jsc#SLE-15143).
- net: qede: reject unsupported coalescing params (jsc#SLE-15143).
- net/smc: check for valid ib_client_data (jsc#SLE-15176).
- qed: Remove set but not used variable 'p_link' (jsc#SLE-15143).
- qed: Fix a error code in qed_hw_init() (jsc#SLE-15143).
- qed: FW 8.42.2.0 debug features (jsc#SLE-15143).
- qed: rt init valid initialization changed (jsc#SLE-15143).
- qed: Debug feature: ilt and mdump (jsc#SLE-15143).
- qed: FW 8.42.2.0 Add fw overlay feature (jsc#SLE-15143).
- qed: FW 8.42.2.0 HSI changes (jsc#SLE-15143).
- qed: FW 8.42.2.0 iscsi/fcoe changes (jsc#SLE-15143).
- qed: Add abstraction for different hsi values per chip
  (jsc#SLE-15143).
- qed: FW 8.42.2.0 Additional ll2 type (jsc#SLE-15143).
- qed: Use dmae to write to widebus registers in fw_funcs
  (jsc#SLE-15143).
- qed: FW 8.42.2.0 Parser offsets modified (jsc#SLE-15143).
- qed: FW 8.42.2.0 Queue Manager changes (jsc#SLE-15143).
- qed: FW 8.42.2.0 Expose new registers and change windows
  (jsc#SLE-15143).
- qed: FW 8.42.2.0 Internal ram offsets modifications
  (jsc#SLE-15143).
- net/rds: Handle ODP mr registration/unregistration
  (jsc#SLE-15176).
- infiniband: add a Documentation driver-api chapter for
  Infiniband (jsc#SLE-15176).
- net/rds: Remove unnecessary null check (jsc#SLE-15176).
- net/rds: Add missing include file (jsc#SLE-15176).
- net/rds: Use DMA memory pool allocation for rds_header
  (jsc#SLE-15176).
- commit 4380c02
- mwifiex: Increase AES key storage size to 256 bits (git-fixes).
- commit dcd5ff6
- mac802154: tx: fix use-after-free (git-fixes).
- ieee802154/adf7242: check status of adf7242_read_reg
  (git-fixes).
- ieee802154: fix one possible memleak in ca8210_dev_com_init
  (git-fixes).
- i2c: core: Call i2c_acpi_install_space_handler() before
  i2c_acpi_register_devices() (git-fixes).
- i2c: aspeed: Mask IRQ status to relevant bits (git-fixes).
- ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1
  (git-fixes).
- ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect
  functions (git-fixes).
- ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for
  WM1811 (git-fixes).
- mac80211: skip mpath lookup also for control port tx
  (git-fixes).
- i2c: tegra: Restore pinmux on system resume (git-fixes).
- mtd: rawnand: omap_elm: Fix runtime PM imbalance on error
  (git-fixes).
- mtd: rawnand: gpmi: Fix runtime PM imbalance on error
  (git-fixes).
- power: supply: max17040: Correct voltage reading (git-fixes).
- drivers: char: tlclk.c: Avoid data race between init and
  interrupt handler (git-fixes).
- staging:r8188eu: avoid skb_clone for amsdu to msdu conversion
  (git-fixes).
- serial: uartps: Wait for tx_empty in console setup (git-fixes).
- usb: dwc3: Increase timeout for CmdAct cleared by device
  controller (git-fixes).
- USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned
  int (git-fixes).
- USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()
  (git-fixes).
- PCI: tegra: Fix runtime PM imbalance on error (git-fixes).
- PCI: tegra194: Fix runtime PM imbalance on error (git-fixes).
- gpio: rcar: Fix runtime PM imbalance on error (git-fixes).
- ASoC: img-i2s-out: Fix runtime PM imbalance on error
  (git-fixes).
- wlcore: fix runtime pm imbalance in wlcore_regdomain_config
  (git-fixes).
- wlcore: fix runtime pm imbalance in wl1271_tx_work (git-fixes).
- e1000: Do not perform reset in reset_task if we are already down
  (git-fixes).
- Bluetooth: Handle Inquiry Cancel error after Inquiry Complete
  (git-fixes).
- thermal: rcar_thermal: Handle probe error gracefully
  (git-fixes).
- rtc: ds1374: fix possible race condition (git-fixes).
- rtc: sa1100: fix possible race condition (git-fixes).
- bus: hisi_lpc: Fixup IO ports addresses to avoid use-after-free
  in host removal (git-fixes).
- dmaengine: tegra-apb: Prevent race conditions on channel's
  freeing (git-fixes).
- dmaengine: stm32-dma: use vchan_terminate_vdesc() in
  .terminate_all (git-fixes).
- dmaengine: stm32-mdma: use vchan_terminate_vdesc() in
  .terminate_all (git-fixes).
- brcmfmac: Fix double freeing in the fmac usb data path
  (git-fixes).
- ath10k: use kzalloc to read for ath10k_sdio_hif_diag_read
  (git-fixes).
- Bluetooth: L2CAP: handle l2cap config request during open state
  (git-fixes).
- Bluetooth: guard against controllers sending zero'd events
  (git-fixes).
- Bluetooth: prefetch channel before killing sock (git-fixes).
- Bluetooth: Fix refcount use-after-free issue (git-fixes).
- mt76: fix handling full tx queues in mt76_dma_tx_queue_skb_raw
  (git-fixes).
- mt76: clear skb pointers from rx aggregation reorder buffer
  during cleanup (git-fixes).
- serial: 8250: 8250_omap: Terminate DMA before pushing data on
  RX timeout (git-fixes).
- serial: 8250_omap: Fix sleeping function called from invalid
  context during probe (git-fixes).
- serial: 8250_port: Don't service RX FIFO if throttled
  (git-fixes).
- i2c: tegra: Prevent interrupt triggering after transfer timeout
  (git-fixes).
- media: ti-vpe: cal: Restrict DMA to avoid memory corruption
  (git-fixes).
- ar5523: Add USB ID of SMCWUSBT-G2 wireless adapter (git-fixes).
- ACPI: EC: Reference count query handlers under lock (git-fixes).
- dmaengine: zynqmp_dma: fix burst length configuration
  (git-fixes).
- mmc: core: Rework wp-gpio handling (git-fixes).
- mt76: fix LED link time failure (git-fixes).
- PCI: Avoid double hpmemsize MMIO window assignment (git-fixes).
- dmaengine: mediatek: hsdma_probe: fixed a memory leak when
  devm_request_irq fails (git-fixes).
- mfd: mfd-core: Protect against NULL call-back function pointer
  (git-fixes).
- leds: mlxreg: Fix possible buffer overflow (git-fixes).
- dma-fence: Serialise signal enabling
  (dma_fence_enable_sw_signaling) (git-fixes).
- media: smiapp: Fix error handling at NVM reading (git-fixes).
- media: mc-device.c: fix memleak in media_device_register_entity
  (git-fixes).
- mt76: add missing locking around ampdu action (git-fixes).
- mt76: do not use devm API for led classdev (git-fixes).
- ath10k: fix memory leak for tpc_stats_final (git-fixes).
- ath10k: fix array out-of-bounds access (git-fixes).
- mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of
  cfi_amdstd_setup() (git-fixes).
- commit 6283339
- drm/bochs: downgrade pci_request_region failure from error to
  warning (bsc#1177185).
- commit 50b44ef
- usb: phy: tegra: Fix unnecessary check in tegra_usb_phy_probe()
  (jsc#SLE-15847).
- usb: host: ehci-tegra: Remove superfluous dev_err() message
  (jsc#SLE-15847).
- usb: phy: tegra: Include proper GPIO consumer header to fix
  compile testing (jsc#SLE-15847).
- usb: phy: tegra: Add clarifying comments about the shared
  registers (jsc#SLE-15847).
- usb: host: ehci-tegra: Remove unused fields from tegra_ehci_hcd
  (jsc#SLE-15847).
- usb: host: ehci-tegra: Stop managing PHY's power
  (jsc#SLE-15847).
- usb: chipidea: tegra: Add USB_TEGRA_PHY to driver's dependencies
  (jsc#SLE-15847).
- usb: chipidea: tegra: Stop managing PHY's power (jsc#SLE-15847).
- usb: phy: tegra: Keep CPU interrupts enabled (jsc#SLE-15847).
- usb: phy: tegra: Move utmip_pad_count checking under lock
  (jsc#SLE-15847).
- usb: phy: tegra: Disable VBUS regulator on tegra_usb_phy_init
  failure (jsc#SLE-15847).
- usb: phy: tegra: Use device-tree notion of reset-GPIO's
  active-state (jsc#SLE-15847).
- usb: phy: tegra: Use u32 for hardware register variables
  (jsc#SLE-15847).
- usb: phy: tegra: Use devm_otg_ulpi_create() (jsc#SLE-15847).
- usb: ulpi: Add resource-managed variant of otg_ulpi_create()
  (jsc#SLE-15847).
- usb: phy: tegra: Use generic stub for a missing VBUS regulator
  (jsc#SLE-15847).
- usb: phy: tegra: Use relaxed versions of readl/writel
  (jsc#SLE-15847).
- usb: phy: tegra: Clean up included headers (jsc#SLE-15847).
- usb: phy: tegra: Perform general clean up of the code
  (jsc#SLE-15847).
- usb: phy: tegra: Hook up init/shutdown callbacks
  (jsc#SLE-15847).
- usb: phy: tegra: Keep track of power on-off state
  (jsc#SLE-15847).
- usb: phy: tegra: Clean up ulpi_phy_power_off (jsc#SLE-15847).
- usb: host: ehci-tegra: Correct teardown order of driver's
  removal (jsc#SLE-15847).
- commit 6c135f1
- blacklist.conf: Append 'drm/i915: Kill the undead i915_gem_batch_pool.c'
- commit 3eb4207
- blacklist.conf: Append 'drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guest'
- commit 854ff5d
- net: hns3: Fix for geneve tx checksum bug (jsc#SLE-14777).
- net: hns: Fix memleak in hns_nic_dev_probe (jsc#SLE-14777).
- net: hns3: fix spelling mistake "/could'nt"/ -> "/couldn't"/
  (jsc#SLE-14777).
- net: hix5hd2_gmac: Remove unneeded cast from memory allocation
  (jsc#SLE-14777).
- net: hns: use eth_broadcast_addr() to assign broadcast address
  (jsc#SLE-14777).
- net: hns3: streaming dma buffer sync between cpu and device
  (jsc#SLE-14777).
- net: hns3: replace disable_irq by IRQ_NOAUTOEN flag
  (jsc#SLE-14777).
- net: hns3: rename buffer-related functions (jsc#SLE-14777).
- net: hns3: pointer type of buffer should be void
  (jsc#SLE-14777).
- net: hns3: remove unnecessary devm_kfree (jsc#SLE-14777).
- net: hns3: fix for VLAN config when reset failed
  (jsc#SLE-14777).
- net: hns3: fix aRFS FD rules leftover after add a user FD rule
  (jsc#SLE-14777).
- net: hns3: add reset check for VF updating port based VLAN
  (jsc#SLE-14777).
- net: hns3: fix a TX timeout issue (jsc#SLE-14777).
- net: hns3: fix desc filling bug when skb is expanded or lineared
  (jsc#SLE-14777).
- net: hns3: fix for not unmapping TX buffer correctly
  (jsc#SLE-14777).
- net: hns3: fix use-after-free when doing self test
  (jsc#SLE-14777).
- net: hns3: add a missing uninit debugfs when unload driver
  (jsc#SLE-14777).
- net: hns3: fix for mishandle of asserting VF reset fail
  (jsc#SLE-14777).
- hns: do not cast return value of napi_gro_receive to null
  (jsc#SLE-14777).
- net: hns3: remove some unused codes in hns3_nic_set_features()
  (jsc#SLE-14777).
- net: hns3: fix two coding style issues in hclgevf_main.c
  (jsc#SLE-14777).
- net: hns3: fix an incorrect comment for num_tqps in struct
  hclgevf_dev (jsc#SLE-14777).
- net: hns3: remove two unused macros in hclgevf_cmd.c
  (jsc#SLE-14777).
- net: hns3: remove an unused macro hclge_is_csq (jsc#SLE-14777).
- net: hns3: fix a print format issue in hclge_mac_mdio_config()
  (jsc#SLE-14777).
- net: hns3: print out speed info when parsing speed fails
  (jsc#SLE-14777).
- net: hns3: remove some unused fields in struct hclge_dev
  (jsc#SLE-14777).
- net: hns3: remove two duplicated register macros in
  hclgevf_main.h (jsc#SLE-14777).
- net: hns3: remove unused struct hnae3_unic_private_info
  (jsc#SLE-14777).
- net: hns3; remove unused HNAE3_RESTORE_CLIENT in enum
  hnae3_reset_notify_type (jsc#SLE-14777).
- net: hns3: remove some unused fields in struct hns3_nic_priv
  (jsc#SLE-14777).
- net: hns3: modify an incorrect type in struct
  hclgevf_cfg_gro_status_cmd (jsc#SLE-14777).
- net: hns3: modify an incorrect type in struct
  hclge_cfg_gro_status_cmd (jsc#SLE-14777).
- net: hns3: refactor hclge_query_bd_num_cmd_send()
  (jsc#SLE-14777).
- net: hns3: refactor hclge_config_tso() (jsc#SLE-14777).
- net: hns3: add a missing mutex destroy in hclge_init_ad_dev()
  (jsc#SLE-14777).
- net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()
  (jsc#SLE-14777).
- net: hns3: add a print for initializing CMDQ when reset pending
  (jsc#SLE-14777).
- net: hns3: remove unnecessary MAC enable in app loopback
  (jsc#SLE-14777).
- net: hns3: change the order of reinitializing RoCE and NIC
  client during reset (jsc#SLE-14777).
- net: hns3: add a resetting check in
  hclgevf_init_nic_client_instance() (jsc#SLE-14777).
- net: hns3: remove unnecessary frag list checking in
  hns3_nic_net_xmit() (jsc#SLE-14777).
- net: hns3: remove some unused macros (jsc#SLE-14777).
- net: hns3: modify an incorrect error log in hclge_mbx_handler()
  (jsc#SLE-14777).
- net: hns3: remove a duplicated printing in hclge_configure()
  (jsc#SLE-14777).
- net: hns3: modify some incorrect spelling (jsc#SLE-14777).
- net: hns3: disable auto-negotiation off with 1000M setting in
  ethtool (jsc#SLE-14777).
- net: hns3: optimized the judgment of the input parameters of
  dump ncl config (jsc#SLE-14777).
- net: hns3: provide .get_cmdq_stat interface for the client
  (jsc#SLE-14777).
- net: hns3: modify two uncorrect macro names (jsc#SLE-14777).
- net: hns3: remove a redundant register macro definition
  (jsc#SLE-14777).
- net: hns3: adds support for reading module eeprom info
  (jsc#SLE-14777).
- net: hns3: remove an unnecessary check in hclge_set_umv_space()
  (jsc#SLE-14777).
- net: hns3: optimize the filter table entries handling when
  resetting (jsc#SLE-14777).
- net: hns3: use mutex vport_lock instead of mutex umv_lock
  (jsc#SLE-14777).
- net: hns3: refactor the promisc mode setting (jsc#SLE-14777).
- net: hns3: add support for dumping UC and MC MAC list
  (jsc#SLE-14777).
- net: hns3: refactor the MAC address configure (jsc#SLE-14777).
- net: hns3: replace num_req_vfs with num_alloc_vport in
  hclge_reset_umv_space() (jsc#SLE-14777).
- net: hns3: remove unnecessary parameter 'is_alloc' in
  hclge_set_umv_space() (jsc#SLE-14777).
- net: hns3: refine for unicast MAC VLAN space management
  (jsc#SLE-14777).
- net: hns3: add trace event support for PF/VF mailbox
  (jsc#SLE-14777).
- net: hns3: add support for dumping MAC reg in debugfs
  (jsc#SLE-14777).
- net: hns3: add debug information for flow table when failed
  (jsc#SLE-14777).
- net: hns3: clean up some coding style issue (jsc#SLE-14777).
- net: hns3: modify some unsuitable type declaration
  (jsc#SLE-14777).
- net: hns3: remove two unused structures in hclge_cmd.h
  (jsc#SLE-14777).
- net: hns3: remove useless proto_support field in struct
  hclge_fd_cfg (jsc#SLE-14777).
- net: hns3: remove an unnecessary case 0 in
  hclge_fd_convert_tuple() (jsc#SLE-14777).
- net: hns3: split out hclge_get_fd_rule_info() (jsc#SLE-14777).
- net: hns3: split out hclge_fd_check_ether_tuple()
  (jsc#SLE-14777).
- net: hns: use true,false for bool variables (jsc#SLE-14777).
- net: hisilicon: Make CONFIG_HNS invisible (jsc#SLE-14777).
- net: hns3: fix set and get link ksettings issue (jsc#SLE-14777).
- net: hns3: fix RSS config lost after VF reset (jsc#SLE-14777).
- net: hns3: refactor mailbox response scheme between PF and VF
  (jsc#SLE-14777).
- net: hns3: refactor the mailbox message between PF and VF
  (jsc#SLE-14777).
- net: hns3: add a conversion for mailbox's response code
  (jsc#SLE-14777).
- net: hns3: reject unsupported coalescing params (jsc#SLE-14777).
- net: hns: reject unsupported coalescing params (jsc#SLE-14777).
- net: hns3: delete unnecessary logs after kzalloc fails
  (jsc#SLE-14777).
- net: hns3: synchronize some print relating to reset issue
  (jsc#SLE-14777).
- net: hns3: print out command code when dump fails in debugfs
  (jsc#SLE-14777).
- net: hns3: print out status register when VF receives unknown
  source interrupt (jsc#SLE-14777).
- net: hns3: add a check before PF inform VF to reset
  (jsc#SLE-14777).
- net: hns3: delete some reduandant code (jsc#SLE-14777).
- net: hns3: remove an unnecessary resetting check in
  hclge_handle_hw_ras_error() (jsc#SLE-14777).
- net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTH
  (jsc#SLE-14777).
- net: hns3: fix some mixed type assignment (jsc#SLE-14777).
- hisilicon: let core reject the unsupported coalescing parameters
  (jsc#SLE-14777).
- net: hns: Replace zero-length array with flexible-array member
  (jsc#SLE-14777).
- net: hns3: remove redundant initialization of pointer 'client'
  (jsc#SLE-14777).
- net: hns3: add missing help info for QS shaper in debugfs
  (jsc#SLE-14777).
- net: hns3: add support for dump MAC ID and loopback status in
  debugfs (jsc#SLE-14777).
- net: hns3: add enabled TC numbers and DWRR weight info in
  debugfs (jsc#SLE-14777).
- net: hns3: modify an unsuitable print when setting unknown
  duplex to fibre (jsc#SLE-14777).
- net: hns3: clear port base VLAN when unload PF (jsc#SLE-14777).
- net: hns3: fix VF VLAN table entries inconsistent issue
  (jsc#SLE-14777).
- net: hns3: fix "/tc qdisc del"/ failed issue (jsc#SLE-14777).
- commit b14f4ce
- locking/rwsem: Disable reader optimistic spinning (bnc#1176588).
- cpuidle: Poll for a minimum of 30ns and poll for a tick if
  lower c-states are disabled (bnc#1176588).
- commit 978088f
- sched/numa: Avoid creating large imbalances at task creation
  time (bnc#1176588).
- commit aa3fc2a
- sched/numa: Check numa balancing information only when enabled
  (bnc#1176588).
- commit 576f70b
- blacklist.conf: Append 'drm/amdgpu: fix memory leak'
- commit 48bb0f7
- blacklist.conf: Append 'drm/amd/display: memory leak'
- commit b4a1ce3
- blacklist.conf: Append 'drm/etnaviv: fix missing unlock on error in etnaviv_iommuv1_context_alloc()'
- commit cefd005
- blacklist.conf: Append 'drm/amd/display: remove unused function'
- commit db065a8
- blacklist.conf: Append 'drm/amd/powerplay: remove duplicate macro smu_get_uclk_dpm_states in amdgpu_smu.h'
- commit 3bf4e7b
- blacklist.conf: Append 'drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptable'
- commit 3376fe8
- blacklist.conf: Append 'drm/amdgpu/gfx9: update pg_flags after determining if gfx off is possible'
- commit d2d9457
- scsi: bnx2i: Add parameter description and rename another
  (bsc#1177154 jre#sle-15134).
- scsi: bnx2i: Add, remove and edit some function parameter
  descriptions (bsc#1177154 jre#sle-15134).
- scsi: bnx2i: Fix a whole host of kerneldoc issues (bsc#1177154
  jre#sle-15134).
- scsi: bnx2i: Add missing descriptions for 'attr' parameter
  (bsc#1177154 jre#sle-15134).
- scsi: bnx2i: Fix parameter misnaming in function header
  (bsc#1177154 jre#sle-15134).
- commit 9ba4024
- blacklist.conf: Append 'drm/amd/amdgpu/vcn_v2_0: Move VCN 2.0 specific dec ring test to vcn_v2_0'
- commit e92c6bf
- Refresh patches.suse/ASoC-soc-use-asoc_rtd_to_cpu-asoc_rtd_to_codec-macro.patch
  Fix a typo in the backported patch
- commit bb5933d
- base: soc: Handle custom soc information sysfs entries
  (jsc#SLE-15847).
- base: soc: Add serial_number attribute to soc (jsc#SLE-15847).
- commit 648cb09
- btrfs: drop logs when we've aborted a transaction (bsc#1176019).
- commit 7345ceb
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (CVE-2020-25643
  bsc#1177206).
- commit 8a998ea
- block: allow for_each_bvec to support zero len bvec
  (CVE-2020-25641 bsc#1177121).
- commit d4185c3
- Btrfs: fix crash during unmount due to race with delayed inode
  workers (bsc#1176019).
- commit 0dbe270
- blacklist.conf: Append 'drm/amd/powerplay: fix null pointer dereference around dpm state relates'
- commit 70094be
- soc/tegra: fuse: Fix typo in APB MISC warning (jsc#SLE-15847).
- soc/tegra: fuse: Update the SoC revision attribute to display
  a name (jsc#SLE-15847).
- soc/tegra: fuse: Trivial clean-up of tegra_init_revision()
  (jsc#SLE-15847).
- soc/tegra: fuse: Add custom SoC attributes (jsc#SLE-15847).
- soc/tegra: pmc: Cleanup whitespace usage (jsc#SLE-15847).
- soc/tegra: pmc: Add pins for Tegra194 (jsc#SLE-15847).
- soc/tegra: fuse: Unmap registers once they are not needed
  anymore (jsc#SLE-15847).
- soc/tegra: fuse: Warn if straps are not ready (jsc#SLE-15847).
- soc/tegra: fuse: Cache values of straps and Chip ID registers
  (jsc#SLE-15847).
- soc/tegra: fuse: Add Tegra194 support (jsc#SLE-15847).
- soc/tegra: fuse: Register cell lookups for compatibility
  (jsc#SLE-15847).
- soc/tegra: fuse: Add cell information (jsc#SLE-15847).
- soc/tegra: fuse: Implement nvmem device (jsc#SLE-15847).
- soc/tegra: fuse: Restore base on sysfs failure (jsc#SLE-15847).
- ARM: tegra: Use WFE for power-gating on Tegra30 (jsc#SLE-15847).
- commit 283cb45
- spi: document CS setup, hold & inactive times in header
  (jsc#SLE-15847).
- commit edacaf4
- btrfs: kill the subvol_srcu (bsc#1176019).
- commit 0920c6e
- Remove duplicated entry in realtek phy due to stable backport
  Delete patches.suse/net-phy-realtek-fix-handling-of-RTL8105e-integrated-.patch
- commit 3bb764a
- r8169: change driver data type (bsc#1175746).
- commit 01ff12d
- r8169: improve rtl_remove_one (bsc#1175746).
- commit 86cbe7f
- r8169: switch from netif_xxx message functions to netdev_xxx
  (bsc#1175746).
- commit af2bb83
- r8169: improve error message if no dedicated PHY driver is found
  (bsc#1175746).
- commit 5bd3878
- btrfs: make btrfs_cleanup_fs_roots use the radix tree lock
  (bsc#1176019).
- commit c45ade0
- blacklist.conf: Append 'drm/amdgpu/gfx10: update gfx golden settings'
- commit 3f5f070
- btrfs: don't take an extra root ref at allocation time
  (bsc#1176019).
- commit 3454450
- crypto: inside-secure - keep ivsize for DES ECB modes at 0
  (jsc#SLE-14454).
- commit 9a463d4
- blacklist.conf: Append 'drm/amdgpu: fix GFXOFF on Picasso and Raven2'
- commit 1712474
- blacklist.conf: Append 'drm/amdgpu: Add APTX quirk for Dell Latitude 5495'
- commit 63f99be
- blacklist.conf: Append 'drm/amd/powerplay: correct Vega20 dpm level related settings'
- commit adfb522
- blacklist.conf: add Tegra PCI defconfig patch
- commit c670bbb
- blacklist.conf: Append 'drm/powerplay: Fix Vega20 power reading again'
- commit 5953963
- spi: use new `spi_transfer_delay_exec` helper where
  straightforward (jsc#SLE-15847).
- spi: spi-axi: extend support for the `delay` field
  (jsc#SLE-15847).
- spi: bcm63xx: extend error condition to `delay` as well
  (jsc#SLE-15847).
- spi: spi-falcon: extend warning to `delay` as well
  (jsc#SLE-15847).
- spi: spi-fsl-espi: convert transfer delay to `spi_delay` format
  (jsc#SLE-15847).
- spi: implement SW control for CS times (jsc#SLE-15847).
- spi: tegra114: change format for `spi_set_cs_timing()` function
  (jsc#SLE-15847).
- spi: spidev: use new `delay` field for spi transfers
  (jsc#SLE-15847).
- spi: spi-loopback-test: use new `delay` field (jsc#SLE-15847).
- spi: tegra20-sflash: use to new `spi_transfer_delay_exec`
  (jsc#SLE-15847).
- spi: tegra114: use `spi_transfer_delay_exec` helper
  (jsc#SLE-15847).
- spi: introduce `delay` field for `spi_transfer` +
  spi_transfer_delay_exec() (jsc#SLE-15847).
- spi: core,atmel: convert `word_delay_usecs` -> `word_delay`
  for spi_device (jsc#SLE-15847).
- spi: spidev: use new `word_delay` field for spi transfers
  (jsc#SLE-15847).
- spi: orion: use new `word_delay` field for SPI transfers
  (jsc#SLE-15847).
- spi: sprd: convert transfer word delay to spi_delay struct
  (jsc#SLE-15847).
- spi: make `cs_change_delay` the first user of the `spi_delay`
  logic (jsc#SLE-15847).
- spi: introduce spi_delay struct as "/value + unit"/ &
  spi_delay_exec() (jsc#SLE-15847).
- spi: move `cs_change_delay` backwards compat logic outside
  switch (jsc#SLE-15847).
- iio: imu: adis: Add support for SPI transfer cs_change_delay
  (jsc#SLE-15847).
- commit ef03858
- blacklist.conf: Append 'drm/amdgpu: fix dma_fence_wait without reference'
- commit 3d06c60
- blacklist.conf: Append 'drm/powerplay: Fix Vega20 Average Power value v4'
- commit 9bc612b
- blacklist.conf: Append 'drm/amdgpu/powerplay: silence a warning in smu_v11_0_setup_pptable'
- commit 401aa7a
- blacklist.conf: Append 'drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctl'
- commit af4e5eb
- blacklist.conf: Append 'drm/amd/amdgpu: disable MMHUB PG for navi10'
- commit a11fe75
- blacklist.conf: Append 'drm/amd/display: Calculate bpc based on max_requested_bpc'
- commit a6dae47
- blacklist.conf: Append 'drm/scheduler: use job count instead of peek'
- commit 0717cb9
- blacklist.conf: Append 'drm/amd/display: use kvmalloc for dc_state (v2)'
- commit c582568
- blacklist.conf: Append 'drm/amdgpu: fix gfx9 soft recovery'
- commit a188ecb
- fuse: don't ignore errors from fuse_writepages_fill()
  (bsc#1177193).
- commit 9d94f4c
- blacklist.conf: Append 'drm/amd/powerplay: update smu11_driver_if_navi10.h'
- commit 76fa48f
- blacklist.conf: Append 'Revert "/drm/amdgpu: fix transform feedback GDS hang on gfx10 (v2)"/'
- commit a20a0d1
- btrfs: hold a ref on the root on the dead roots list
  (bsc#1176019).
- commit 5e21616
- blacklist.conf: Append 'drm/i915: Do not create a new max_bpc prop for MST connectors'
- commit 3dd8035
- blacklist.conf: Append 'drm/i915: Fix HW readout for crtc_clock in HDMI mode'
- commit 4201925
- btrfs: make inodes hold a ref on their roots (bsc#1176019).
- commit 4ebbb08
- btrfs: move the root freeing stuff into btrfs_put_root
  (bsc#1176019).
- Refresh
  patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
- Refresh
  patches.suse/btrfs-fix-corrupt-log-due-to-concurrent-fsync-of-ino.patch.
- commit 9621b6c
- r8169: allow to enable ASPM on RTL8125A (bsc#1175746).
- r8169: add support for RTL8125B (bsc#1175746).
- net: phy: realtek: add support for RTL8125B-internal PHY
  (bsc#1175746).
- r8169: sync support for RTL8401 with vendor driver
  (bsc#1175746).
- commit 6a9023d
- blacklist.conf: Append 'drm/i915: Fix wrong escape clock divisor init for GLK'
- commit 0ddf444
- blacklist.conf: Append 'drm/i915: fix possible memory leak in intel_hdcp_auth_downstream()'
- commit 6c90832
- r8169: merge handling of RTL8101e and RTL8100e (bsc#1175746).
- r8169: rename RTL8125 to RTL8125A (bsc#1175746).
- r8169: improve rtl8169_runtime_resume (bsc#1175746).
- r8169: remove driver-specific mutex (bsc#1175746).
- r8169: use RTNL to protect critical sections (bsc#1175746).
- r8169: add rtl8169_up (bsc#1175746).
- r8169: remove no longer needed checks for device being
  runtime-active (bsc#1175746).
- r8169: mark device as not present when in PCI D3 (bsc#1175746).
- r8169: allow setting irq coalescing if link is down
  (bsc#1175746).
- r8169: fix firmware not resetting tp->ocp_base (bsc#1175746).
- commit e56866c
- r8169: move switching optional clock on/off to pll power
  functions (bsc#1175746).
- r8169: move updating counters to rtl8169_down (bsc#1175746).
- r8169: move napi_disable call and rename rtl8169_hw_reset
  (bsc#1175746).
- r8169: replace synchronize_rcu with synchronize_net
  (bsc#1175746).
- r8169: improve setting WoL on runtime-resume (bsc#1175746).
- r8169: remove unused constant RsvdMask (bsc#1175746).
- r8169: add info for DASH being enabled (bsc#1175746).
- r8169: fix failing WoL (bsc#1175746).
- r8169: improve handling power management ops (bsc#1175746).
- commit 7f09749
- r8169: make rtl8169_down central chip quiesce function
  (bsc#1175746).
- r8169: move some calls to rtl8169_hw_reset (bsc#1175746).
- r8169: don't reset tx ring indexes in rtl8169_tx_clear
  (bsc#1175746).
- r8169: enable WAKE_PHY as only WoL source when
  runtime-suspending (bsc#1175746).
- r8169: sync RTL8168f/RTL8411 hw config with vendor driver
  (bsc#1175746).
- r8169: sync RTL8168evl hw config with vendor driver
  (bsc#1175746).
- r8169: sync RTL8168h hw config with vendor driver (bsc#1175746).
- r8169: sync RTL8168g hw config with vendor driver (bsc#1175746).
- commit 5d3b949
- r8169: fix OCP access on RTL8117 (bsc#1175746).
- Refresh
  patches.suse/r8169-use-fsleep-in-polling-functions.patch.
- commit 1548915
- r8169: remove mask argument from r8168ep_ocp_read (bsc#1175746).
- r8169: remove mask argument from r8168dp_ocp_read (bsc#1175746).
- r8169: remove mask argument from rtl_w0w1_eri (bsc#1175746).
- realtek/8139cp: use generic power management (bsc#1175746).
- realtek/8139too: use generic power management (bsc#1175746).
- r8169: work around an irq coalescing related tx timeout
  (bsc#1175746).
- r8169: improve rtl8169_mark_to_asic (bsc#1175746).
- r8169: make rtl_rx better readable (bsc#1175746).
- commit 9e625c0
- r8169: don't include linux/moduleparam.h (bsc#1175746).
- r8169: remove not needed checks in rtl8169_set_eee
  (bsc#1175746).
- r8169: improve reset handling for chips from RTL8168g
  (bsc#1175746).
- r8169: add helper rtl_wait_txrx_fifo_empty (bsc#1175746).
- r8169: add helper rtl_enable_rxdvgate (bsc#1175746).
- r8169: add helper r8168g_wait_ll_share_fifo_ready (bsc#1175746).
- r8169: use fsleep in polling functions (bsc#1175746).
- r8169: remove "/out of memory"/ error message from
  rtl_request_firmware (bsc#1175746).
- commit 63f90bf
- blacklist.conf: Append 'drm/vmwgfx: Assign eviction priorities to resources'
- commit 97e7b7c
- blacklist.conf: Append 'drm/vmwgfx: Kill unneeded legacy security features'
- commit 52b4191
- blacklist.conf: Append 'drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errors'
- commit 58ff0f3
- blacklist.conf: Append 'drm/vmwgfx: Add debug message for layout change ioctl'
- commit dbde0e4
- blacklist.conf: Append 'drm/amdgpu: pin the csb buffer on hw init for gfx v8'
- commit af8d80e
- blacklist.conf: Append 'drm/amd/powerplay: correct navi10 vcn powergate'
- commit d3e844c
- blacklist.conf: Append 'drm/amd/powerplay: honor hw limit on fetching metrics data for navi10'
- commit 2b94be4
- r8169: simplify counter handling (bsc#1175746).
- r8169: remove redundant driver message when entering promiscuous
  mode (bsc#1175746).
- r8169: remove not needed parameter in rtl8169_set_magic_reg
  (bsc#1175746).
- r8169: configure PME_SIGNAL for RTL8125 too (bsc#1175746).
- r8169: improve max jumbo packet size definition (bsc#1175746).
- r8169: add check for invalid parameter combination in
  rtl_set_coalesce (bsc#1175746).
- r8169: improve rtl_set_coalesce (bsc#1175746).
- r8169: improve interrupt coalescing parameter handling
  (bsc#1175746).
- r8169: improve rtl_coalesce_choose_scale (bsc#1175746).
- r8169: improve rtl_get_coalesce (bsc#1175746).
- commit 07e3627
- blacklist.conf: Append 'drm/amd/powerplay: Allow changing of fan_control in smu_v11_0'
- commit 0eaa430
- r8169: merge scale for tx and rx irq coalescing (bsc#1175746).
- r8169: don't pass net_device to irq coalescing sub-functions
  (bsc#1175746).
- r8169: improve configuring RxConfig register (bsc#1175746).
- r8169: improve handling CPCMD_MASK (bsc#1175746).
- r8169: change wmb to smb_wmb in rtl8169_start_xmit
  (bsc#1175746).
- r8169: inline rtl8169_make_unusable_by_asic (bsc#1175746).
- r8169: inline rtl8169_mark_as_last_descriptor (bsc#1175746).
- r8169: remove PHY resume delay that is handled in the PHY
  driver now (bsc#1175746).
- commit 879143b
- blacklist.conf: Append 'drm/amd/powerplay: correct UVD/VCE/VCN power status retrieval'
- commit 4485290
- blacklist.conf: Append 'drm/amd/powerplay: correct Navi10 VCN powergate control (v2)'
- commit 619b343
- blacklist.conf: Append 'drm/amd/powerplay: support VCN powergate status retrieval for SW SMU'
- commit d924449
- blacklist.conf: Append 'drm/amd/powerplay: support VCN powergate status retrieval on Raven'
- commit 46101c7
- blacklist.conf: Append 'drm/amd/powerplay: add new sensor type for VCN powergate status'
- commit 6f196aa
- net: phy: realtek: add delay to resume path of certain internal
  PHY's (bsc#1175746).
- r8169: add workaround for RTL8168evl TSO hw issues
  (bsc#1175746).
- r8169: improve rtl8169_tso_csum_v2 (bsc#1175746).
- r8169: use rtl8169_set_features in rtl8169_init_one
  (bsc#1175746).
- r8169: preserve VLAN setting on RTL8125 in rtl_init_rxcfg
  (bsc#1175746).
- r8169: remove NETIF_F_HIGHDMA from vlan_features (bsc#1175746).
- r8169: move setting OCP base to generic init code (bsc#1175746).
- r8169: change back SG and TSO to be disabled by default
  (bsc#1175746).
- r8169: factor out rtl8169_tx_map (bsc#1175746).
- r8169: improve handling of TD_MSS_MAX (bsc#1175746).
- commit 2b38e9c
- blacklist.conf: Append 'drm/amdgpu: fix a potential information leaking bug'
- commit d05bce7
- blacklist.conf: Append 'drm/amdgpu: fix error handling in amdgpu_cs_process_fence_dep'
- commit 200013a
- blacklist.conf: Append 'drm/amd/amdgpu/vcn_v2_0: Mark RB commands as KMD commands'
- commit 230fb89
- blacklist.conf: Append 'drm/amdgpu/powerplay: use proper revision id for navi'
- commit 5f9312d
- r8169: improve RTL8168b FIFO overflow workaround (bsc#1175746).
- r8169: improve rtl_schedule_task (bsc#1175746).
- r8169: simplify rtl_task (bsc#1175746).
- r8169: add new helper rtl8168g_enable_gphy_10m (bsc#1175746).
- net: phy: realtek: read actual speed to detect downshift
  (bsc#1175746).
- net: r8169: reject unsupported coalescing params (bsc#1175746).
- r8169: simplify getting stats by using netdev_stats_to_stats64
  (bsc#1175746).
- r8169: let rtl8169_mark_to_asic clear rx descriptor field opts2
  (bsc#1175746).
- r8169: remove now unneeded barrier in rtl_tx (bsc#1175746).
- r8169: simplify usage of rtl8169_unmap_tx_skb (bsc#1175746).
- commit 2d5180d
- blacklist.conf: Append 'drm/amd/powerplay: enable SW SMU reset functionality'
- commit 3abfeab
- r8169: improve rtl8169_get_mac_version (bsc#1175746).
- commit 386ab62
- r8169: ensure tx_skb is fully reset after calling
  rtl8169_unmap_tx_skb (bsc#1175746).
- r8169: convert while to for loop in rtl_tx (bsc#1175746).
- r8169: add PCI_STATUS_PARITY to PCI status error bits
  (bsc#1175746).
- r8169: improve rtl8169_start_xmit (bsc#1175746).
- r8169: remove RTL_EVENT_NAPI constants (bsc#1175746).
- r8169: improve statistics of missed rx packets (bsc#1175746).
- r8169: improve rtl_jumbo_config (bsc#1175746).
- commit 177a646
- r8169: add helper rtl_pci_commit (bsc#1175746).
- r8169: simplify setting netdev features (bsc#1175746).
- r8169: remove setting PCI_CACHE_LINE_SIZE in rtl_hw_start_8169
  (bsc#1175746).
- r8169: remove unneeded check from rtl_link_chg_patch
  (bsc#1175746).
- r8169: fix performance regression related to PCIe max read
  request size (bsc#1175746).
- r8169: don't set min_mtu/max_mtu if not needed (bsc#1175746).
- r8169: factor out PHY configuration to r8169_phy_config.c
  (bsc#1175746).
- r8169: add r8169.h (bsc#1175746).
- r8169: rename rtl_apply_firmware (bsc#1175746).
- r8169: add phydev argument to rtl8168d_apply_firmware_cond
  (bsc#1175746).
- commit ae773bc
- r8169: use phy_read/write instead of rtl_readphy/writephy
  (bsc#1175746).
- r8169: replace rtl_w0w1_phy (bsc#1175746).
- r8169: replace rtl_patchphy (bsc#1175746).
- r8169: move disabling MAC EEE for RTL8402/RTL8106e
  (bsc#1175746).
- r8169: move setting ERI register 0x1d0 for RTL8106
  (bsc#1175746).
- r8169: switch to phylib functions in rtl_writephy_batch
  (bsc#1175746).
- r8169: change argument type of RTL8168g-specific PHY config
  functions (bsc#1175746).
- r8169: change argument type of EEE PHY functions (bsc#1175746).
- r8169: move RTL8169scd Gigabyte PHY quirk (bsc#1175746).
- r8169: remove not needed debug print in rtl8169_init_phy
  (bsc#1175746).
- commit 472deb8
- net: phy: realtek: add logging for the RGMII TX delay
  configuration (bsc#1175746).
- Refresh
  patches.suse/net-phy-realtek-add-support-for-configuring-the-RX-d.patch.
- commit bc4b3c3
- r8169: prepare for exporting rtl_hw_phy_config (bsc#1175746).
- r8169: add constant EnAnaPLL (bsc#1175746).
- r8169: move enabling EEE to rtl8169_init_phy (bsc#1175746).
- r8169: remove MAC workaround in rtl8168e_2_hw_phy_config
  (bsc#1175746).
- r8169: factor out rtl8168h_2_get_adc_bias_ioffset (bsc#1175746).
- r8169: add missing RX enabling for WoL on RTL8125 (bsc#1175746).
- net: phy: realtek: fix using paged operations with RTL8105e /
  RTL8208 (bsc#1175746).
- r8169: disable TSO on a single version of RTL8168c to fix
  performance (bsc#1175746).
- commit e71fa48
- blacklist.conf: remove r8169 entry to be backported
- commit 50daeab
- Delete patches.suse/r8169-Revive-default-chip-version-for-r8168.patch
  The hack is no longer needed after the backport
- commit 6dda380
- r8169: add check for PHY_MDIO_CHG to rtl_nic_fw_data_ok
  (bsc#1175746).
- r8169: use macro FIELD_SIZEOF in definition of FW_OPCODE_SIZE
  (bsc#1175746).
- r8169: change mdelay to msleep in rtl_fw_write_firmware
  (bsc#1175746).
- r8169: load firmware for RTL8168fp/RTL8117 (bsc#1175746).
- r8169: improve conditional firmware loading for RTL8168d
  (bsc#1175746).
- r8169: use r8168d_modify_extpage in rtl8168f_config_eee_phy
  (bsc#1175746).
- r8169: add support for RTL8117 (bsc#1175746).
- r8169: respect EEE user setting when restarting network
  (bsc#1175746).
- r8169: remove rtl8168c_4_hw_phy_config (bsc#1175746).
- r8169: add helper r8168d_modify_extpage (bsc#1175746).
- commit 689809f
- r8169: switch to phylib functions in more places (bsc#1175746).
- r8169: add helper r8168d_phy_param (bsc#1175746).
- r8169: add helper r8168g_phy_param (bsc#1175746).
- r8169: use helper rtl_hw_aspm_clkreq_enable also in
  rtl_hw_start_8168g_2 (bsc#1175746).
- r8169: improve rtl8169_rx_fill (bsc#1175746).
- r8169: align fix_features callback with vendor driver
  (bsc#1175746).
- r8169: never set PCI_EXP_DEVCTL_NOSNOOP_EN (bsc#1175746).
- r8169: remove rtl_hw_start_8168bef (bsc#1175746).
- r8169: remove rtl_hw_start_8168dp (bsc#1175746).
- r8169: simplify setting PCI_EXP_DEVCTL_NOSNOOP_EN (bsc#1175746).
- commit 1e610e7
- r8169: remove fiddling with the PCIe max read request size
  (bsc#1175746).
- r8169: don't set bit RxVlan on RTL8125 (bsc#1175746).
- r8169: add support for EEE on RTL8125 (bsc#1175746).
- r8169: add RTL8125 PHY initialization (bsc#1175746).
- r8169: add support for RTL8125 (bsc#1175746).
- r8169: don't use bit LastFrag in tx descriptor after send
  (bsc#1175746).
- r8169: factor out reading MAC address from registers
  (bsc#1175746).
- r8169: restrict rtl_is_8168evl_up to RTL8168 chip versions
  (bsc#1175746).
- r8169: change interrupt mask type to u32 (bsc#1175746).
- commit caedec7
- r8169: use the generic EEE management functions (bsc#1175746).
- Refresh
  patches.suse/r8169-Revive-default-chip-version-for-r8168.patch.
- commit ee0769f
- r8169: improve DMA handling in rtl_rx (bsc#1175746).
- r8169: sync EEE handling for RTL8168h with vendor driver
  (bsc#1175746).
- r8169: fix sporadic transmit timeout issue (bsc#1175746).
- r8169: inline rtl8169_free_rx_databuff (bsc#1175746).
- r8169: fix performance issue on RTL8168evl (bsc#1175746).
- r8169: allocate rx buffers using alloc_pages_node (bsc#1175746).
- r8169: sync PCIe PHY init with vendor driver 8.047.01
  (bsc#1175746).
- r8169: add helper r8168_mac_ocp_modify (bsc#1175746).
- r8169: remove access to legacy register MultiIntr (bsc#1175746).
- commit 03e1dc8
- r8169: make use of xmit_more (bsc#1175746).
- r8169: enable HW csum and TSO (bsc#1175746).
- r8169: remove r8169_csum_workaround (bsc#1175746).
- r8169: implement callback ndo_features_check (bsc#1175746).
- r8169: set GSO size and segment limits (bsc#1175746).
- r8169: align setting PME with vendor driver (bsc#1175746).
- r8169: improve rtl_set_rx_mode (bsc#1175746).
- r8169: fix a typo in a comment (bsc#1175746).
- commit 30e5417
- r8169: improve rtl_rx (bsc#1175746).
- Refresh patches.suse/r8169-fix-DMA-issue-on-MIPS-platform.patch.
- commit fbcfbaf
- Update kabi files.
- update to October 2020 maintenance update submission (commit e037a4e18793)
- commit 05421e4
- blacklist.conf: Append 'drm/r128: drop use of drmP.h'
- commit ffe45ec
- blacklist.conf: Append 'drm/i915: Make sure cdclk is high enough for DP audio on VLV/CHV'
- commit f3b60dd
- blacklist.conf: Append 'drm/i915/userptr: Acquire the page lock around set_page_dirty()'
- commit ebf6288
- blacklist.conf: Append 'drm/i915: Add a wakeref getter for iff the wakeref is already active'
- commit 763dd74
- blacklist.conf: Append 'drm/amdgpu: use VCN firmware offset for cache window'
- commit 23a25a5
- blacklist.conf: Append 'drm/amd/powerplay: fix temperature granularity error in smu11'
- commit e1e512c
- btrfs: free block groups after free'ing fs trees (bsc#1176019).
- commit 2c64d7b
- btrfs: move ino_cache_inode dropping out of btrfs_free_fs_root
  (bsc#1176019).
- Refresh
  patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
- commit d9887ec
- btrfs: make the extent buffer leak check per fs info
  (bsc#1176019).
- commit 941b4ee
- blacklist.conf: Append 'drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines'
- commit 4b807be
- blacklist.conf: Append 'drm/amdkfd: Fix byte align on VegaM'
- commit 5d5d538
- blacklist.conf: Append 'drm/amd/powerplay: add callback function of get_thermal_temperature_range'
- commit 7eb0df5
- blacklist.conf: Append 'drm/amdgpu/smu: move fan rpm query into the asic specific code'
- commit 962f044
- blacklist.conf: Append 'drm/amd/powerplay: remove redundancy debug log in smu'
- commit 189b071
- blacklist.conf: Append 'drm/amd/powerplay: custom peak clock freq for navi10'
- commit 9262892
- blacklist.conf: Append 'drm/amd/display: handle active dongle port type is DP++ or DP case'
- commit 06c7488
- blacklist.conf: Append 'drm/amd/display: do not read link setting if edp not connected'
- commit 2ec613d
- blacklist.conf: Append 'drm/amd/display: Increase size of audios array'
- commit dbf11b5
- soc/tegra: bpmp: Update ABI header (jsc#SLE-15847).
- commit 71478fa
- blacklist.conf: Append 'drm/amd/display: drop ASSERT() if eDP panel is not connected'
- commit 5751a1a
- blacklist.conf: Append 'drm/amd/display: Set enabled to false at start of audio disable'
- commit df7ebe2
- blacklist.conf: Append 'drm/amd/display: Fix dc_create failure handling and 666 color depths'
- commit 2a82459
- blacklist.conf: Append 'drm/amd/display: allocate 4 ddc engines for RV2'
- commit e6c1093
- blacklist.conf: Append 'drm/amd/display: put back front end initialization sequence'
- commit 6003188
- blacklist.conf: Append 'drm/amd/display: Wait for flip to complete'
- commit d3b00dd
- mmc: sdhci: Refactor sdhci_set_timeout() (jsc#SLE-15847).
- mmc: sdhci: Convert sdhci_set_timeout_irq() to non-static
  (jsc#SLE-15847).
- mmc: sdhci: add support for using external DMA devices
  (jsc#SLE-15847).
- mmc: sdhci: Factor out some operations set to their own
  functions (jsc#SLE-15847).
- commit 27ad6d4
- blacklist.conf: Append 'drm/amd/display: Change min_h_sync_width from 8 to 4'
- commit 48e4be5
- blacklist.conf: Append 'drm/amd/display: use encoder's engine id to find matched free audio device'
- commit 484b212
- blacklist.conf: Append 'drm/amd/display: fix DMCU hang when going into Modern Standby'
- commit d99b5ec
- blacklist.conf: Append 'drm/amd/display: Disable Audio on reinitialize hardware'
- commit 0d5d2ec
- blacklist.conf: Append 'drm/amd/display: Read max down spread'
- commit 0813faa
- blacklist.conf: Append 'drm/amd/display: Check for valid stream_encode'
- commit 9e44584
- blacklist.conf: Append 'drm/amd/display: Wait for backlight programming completion in set backlight level'
- commit 62ae57f
- blacklist.conf: Append 'drm/amd/display: Poll for GPUVM context ready (v2)'
- commit 59fb669
- blacklist.conf: Append 'drm/amd/display: wait for the whole frame after global unlock'
- commit c6f61c2
- blacklist.conf: Append 'drm/amd/display: Copy max_clks_by_state after dce_clk_mgr_construct'
- commit 8db0624
- blacklist.conf: Append 'drm/amd/display: Clock does not lower in Updateplanes'
- commit abbe1b3
- blacklist.conf: Append 'drm/amd/display: skip retrain in dc_link_set_preferred_link_settings() if using passive dongle'
- commit 9c1b84a
- blacklist.conf: Append 'drm/amd/display: swap system aperture high/low'
- commit 6e8960e
- blacklist.conf: Append 'drm/amd/display: Set one 4:2:0-related PPS field as recommended by DSC spec'
- commit 94516fe
- blacklist.conf: Append 'drm/amd/display: Set default block_size, even in unexpected cases'
- commit be4db4b
- blacklist.conf: Append 'drm/amd/display: No audio endpoint for Dell MST display'
- commit b641187
- blacklist.conf: Append 'drm/amd/display: cap DCFCLK hardmin to 507 for NV10'
- commit 3890eb3
- blacklist.conf: Append 'drm/amd/display: fix dsc disable'
- commit eefe5ae
- blacklist.conf: Append 'drm/amd/display: fix up HUBBUB hw programming for VM'
- commit daf5fbe
- blacklist.conf: Append 'drm/amd/display: initialize p_state to proper value'
- commit 7802292
- blacklist.conf: Append 'drm/amdgpu: use VCN firmware offset for cache window'
- commit e4c08aa
- blacklist.conf: Append 'drm/ttm: use the same attributes when freeing d_page->vaddr'
- commit 8d3e65f
- blacklist.conf: Append 'drm/amd/powerplay: change sysfs pp_dpm_xxx format for navi10'
- commit e7b0d4e
- blacklist.conf: Append 'drm/amdgpu: drop ras self test'
- commit 4375cca
- blacklist.conf: Append 'drm/amdgpu: only allow error injection to UMC IP block'
- commit f5d234f
- igc: Add WOL support (jsc#SLE-13533).
- Refresh patches.suse/igc-Fix-PTP-initialization.patch.
- commit c48069c
- e1000e: Add support for Alder Lake (jsc#SLE-13532).
- Refresh
  patches.suse/ethernet-intel-Convert-fallthrough-code-comments.patch.
- commit c0dca3e
- e1000e: Remove unnecessary usages of memset (jsc#SLE-13532).
- e1000: Remove unnecessary usages of memset (jsc#SLE-13532).
- igc: Fix static checker warning (jsc#SLE-13533).
- igc: Clean up the hw_stats structure (jsc#SLE-13533).
- igc: Clean up the mac_info structure (jsc#SLE-13533).
- igc: Remove ledctl_ fields from the mac_info structure
  (jsc#SLE-13533).
- igc: Fix registers definition (jsc#SLE-13533).
- igc: Remove unneeded ICTXQMTC register (jsc#SLE-13533).
- igc: Add Receive Descriptor Minimum Threshold Count to clear
  HW counters (jsc#SLE-13533).
- igc: Remove unneeded variable (jsc#SLE-13533).
- fm10k: convert to new udp_tunnel_nic infra (jsc#SLE-13535).
- bnx2x: convert to new udp_tunnel_nic infra (jsc#SLE-13628).
- be2net: convert to new udp_tunnel_nic infra (jsc#SLE-15083).
- bnx2x: fix spelling mistake "/occurd"/ -> "/occurred"/
  (jsc#SLE-13628).
- bnx2x: Perform Idlechk dump during the debug collection
  (jsc#SLE-13628).
- bnx2x: Add support for idlechk tests (jsc#SLE-13628).
- bnx2x: Add Idlechk related register definitions (jsc#SLE-13628).
- benet: use generic power management (jsc#SLE-15083).
- igc: Remove checking media type during MAC initialization
  (jsc#SLE-13533).
- igc: Remove unneeded check for copper media type
  (jsc#SLE-13533).
- igc: Refactor the igc_power_down_link() (jsc#SLE-13533).
- igc: Remove TCP segmentation TX fail counter (jsc#SLE-13533).
- igc: Add LPI counters (jsc#SLE-13533).
- igc: Fix Rx timestamp disabling (jsc#SLE-13533).
- igc: Refactor igc_ptp_set_timestamp_mode() (jsc#SLE-13533).
- igc: Remove UDP filter setup in PTP code (jsc#SLE-13533).
- igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skb
  (jsc#SLE-13533).
- igc: Remove duplicate code in Tx timestamp handling
  (jsc#SLE-13533).
- igc: Clean up Rx timestamping logic (jsc#SLE-13533).
- igc: Add initial LTR support (jsc#SLE-13533).
- igc: Add initial EEE support (jsc#SLE-13533).
- bnx2x: use generic power management (jsc#SLE-13628).
- e1000e: continue to init PHY even when failed to disable ULP
  (jsc#SLE-13532).
- e1000e: fix unused-function warning (jsc#SLE-13532).
- e1000: use generic power management (jsc#SLE-13532).
- e1000: Fix typo in the comment (jsc#SLE-13532).
- igc: Fix wrong register name (jsc#SLE-13533).
- igc: Remove Sequence Error Counter (jsc#SLE-13533).
- igc: Add Receive Error Counter (jsc#SLE-13533).
- igc: Remove symbol error counter (jsc#SLE-13533).
- igc: Fix IGC_MAX_RXNFC_RULES (jsc#SLE-13533).
- igc: Reject NFC rules with multiple matches (jsc#SLE-13533).
- igc: Remove unused flags (jsc#SLE-13533).
- bnx2x: allow bnx2x_bsc_read() to schedule (jsc#SLE-13628).
- e1000e: disable s0ix entry and exit flows for ME systems
  (jsc#SLE-13532).
- e1000e: Warn if disabling ULP failed (jsc#SLE-13532).
- igc: Remove unused descriptor's flags (jsc#SLE-13533).
- igc: Remove igc_nfc_rule_exit() (jsc#SLE-13533).
- igc: Change adapter->nfc_rule_lock to mutex (jsc#SLE-13533).
- igc: Change return type from igc_disable_nfc_rule()
  (jsc#SLE-13533).
- igc: Fix NFC rule validation (jsc#SLE-13533).
- igc: Fix NFC rules leak when driver is unloaded (jsc#SLE-13533).
- igc: Refactor igc_ethtool_update_nfc_rule() (jsc#SLE-13533).
- igc: Fix NFC rules restoration (jsc#SLE-13533).
- igc: Fix NFC rules with multicast addresses (jsc#SLE-13533).
- igc: Fix NFC rule overwrite cases (jsc#SLE-13533).
- igc: Fix locking issue when retrieving NFC rules
  (jsc#SLE-13533).
- igc: Fix 'sw_idx' type in struct igc_nfc_rule (jsc#SLE-13533).
- igc: Refactor igc_ethtool_add_nfc_rule() (jsc#SLE-13533).
- igc: Change byte order in struct igc_nfc_filter (jsc#SLE-13533).
- igc: Align terms used in NFC support code (jsc#SLE-13533).
- igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.c
  (jsc#SLE-13533).
- igc: Early return in igc_get_ethtool_nfc_entry()
  (jsc#SLE-13533).
- igc: Cleanup _get|set_rxnfc ethtool ops (jsc#SLE-13533).
- igc: Get rid of igc_max_channels() (jsc#SLE-13533).
- igc: Remove unused field from igc_nfc_filter (jsc#SLE-13533).
- igc: Remove per queue good transmited counter register
  (jsc#SLE-13533).
- igc: Remove header redirection register (jsc#SLE-13533).
- igc: Remove obsolete circuit breaker registers (jsc#SLE-13533).
- e1000: Do not perform reset in reset_task if we are already down
  (jsc#SLE-13532).
- igc: Enable NFC rules based source MAC address (jsc#SLE-13533).
- igc: Add support for source address filters in core
  (jsc#SLE-13533).
- igc: Remove mac_table from igc_adapter (jsc#SLE-13533).
- igc: Remove IGC_MAC_STATE_SRC_ADDR flag (jsc#SLE-13533).
- igc: Remove unused registers (jsc#SLE-13533).
- igc: Remove unused IGC_ICS_DRSTA define (jsc#SLE-13533).
- igc: Dump ETQF registers (jsc#SLE-13533).
- igc: Refactor ethertype filtering code (jsc#SLE-13533).
- igc: Fix MAX_ETYPE_FILTER value (jsc#SLE-13533).
- igc: Remove ethertype filter in PTP code (jsc#SLE-13533).
- igc: Remove duplicated IGC_RXPBS macro (jsc#SLE-13533).
- igc: Refactor VLAN priority filtering code (jsc#SLE-13533).
- igc: Return -EOPNOTSUPP when VLAN mask doesn't match
  (jsc#SLE-13533).
- igc: Dump VLANPQF register (jsc#SLE-13533).
- igc: Rename IGC_VLAPQF macro (jsc#SLE-13533).
- igc: Clean up obsolete NVM defines (jsc#SLE-13533).
- igc: remove IGC_REMOVED function (jsc#SLE-13533).
- igc: Remove PCIe Control register (jsc#SLE-13533).
- igc: Remove unneeded register (jsc#SLE-13533).
- igc: Remove unneeded definition (jsc#SLE-13533).
- igc: Use netdev log helpers in igc_base.c (jsc#SLE-13533).
- igc: Use netdev log helpers in igc_dump.c (jsc#SLE-13533).
- igc: Use netdev log helpers in igc_ptp.c (jsc#SLE-13533).
- igc: Use netdev log helpers in igc_ethtool.c (jsc#SLE-13533).
- igc: add support to eeprom, registers and link self-tests
  (jsc#SLE-13533).
- igc: Use netdev log helpers in igc_main.c (jsc#SLE-13533).
- igc: Add ECN support for TSO (jsc#SLE-13533).
- cnic: remove redundant assignment to variable ret
  (jsc#SLE-15135).
- bnx2x: Remove unused inline function bnx2x_vf_vlan_credit
  (jsc#SLE-13628).
- bnx2x: Remove Comparison to bool in bnx2x_dcb.c (jsc#SLE-13628).
- igc: Add debug messages to MAC filter code (jsc#SLE-13533).
- igc: Refactor igc_del_mac_filter() (jsc#SLE-13533).
- igc: Refactor igc_mac_entry_can_be_used() (jsc#SLE-13533).
- igc: Remove igc_*_mac_steering_filter() wrappers
  (jsc#SLE-13533).
- igc: Remove IGC_MAC_STATE_QUEUE_STEERING (jsc#SLE-13533).
- igc: Remove 'queue' check in igc_del_mac_filter()
  (jsc#SLE-13533).
- igc: Improve address check in igc_del_mac_filter()
  (jsc#SLE-13533).
- igc: Refactor igc_rar_set_index() (jsc#SLE-13533).
- igc: Fix igc_uc_unsync() (jsc#SLE-13533).
- igc: Change igc_add_mac_filter() returning value
  (jsc#SLE-13533).
- igc: Check unsupported flag in igc_add_mac_filter()
  (jsc#SLE-13533).
- igc: Remove duplicate code in MAC filtering logic
  (jsc#SLE-13533).
- e1000e: fix S0ix flows for cable connected case (jsc#SLE-13532).
- igc: Add new device IDs for i225 part (jsc#SLE-13533).
- igc: Fix default MAC address filter override (jsc#SLE-13533).
- igc: Remove dead code related to flower filter (jsc#SLE-13533).
- igc: Fix NFC queue redirection support (jsc#SLE-13533).
- igc: Remove copper fiber switch control (jsc#SLE-13533).
- igc: Enable NETIF_F_HW_TC flag (jsc#SLE-13533).
- igc: Fix double definition (jsc#SLE-13533).
- igc: Fix overwrites when dumping registers (jsc#SLE-13533).
- igc: Remove forward declaration (jsc#SLE-13533).
- igc: Remove unused CTRL_EXT_LINK_MODE_MASK (jsc#SLE-13533).
- igc: Remove unused MDIC_DEST mask (jsc#SLE-13533).
- igc: Add support for ETF offloading (jsc#SLE-13533).
- igc: Add support for taprio offloading (jsc#SLE-13533).
- igc: Add GSO partial support (jsc#SLE-13533).
- e1000: remove unneeded conversion to bool (jsc#SLE-13532).
- bnx2x: correct a comment mistake in grammar (jsc#SLE-13628).
- net: igc: let core reject the unsupported coalescing parameters
  (jsc#SLE-13533).
- net: fm10k: reject unsupported coalescing params
  (jsc#SLE-13535).
- net: e1000: reject unsupported coalescing params
  (jsc#SLE-13532).
- net: be2net: reject unsupported coalescing params
  (jsc#SLE-15083).
- net: bnx2x: reject unsupported coalescing params
  (jsc#SLE-13628).
- net: bnx2: reject unsupported coalescing params (jsc#SLE-15135).
- e1000e: reject unsupported coalescing params (jsc#SLE-13532).
- igc: Add comment (jsc#SLE-13533).
- igc: Add pcie error handler support (jsc#SLE-13533).
- igc: Complete to commit Add basic skeleton for PTP
  (jsc#SLE-13533).
- e1000e: Add support for Tiger Lake device (jsc#SLE-13532).
- igc: Fix the typo in comment (jsc#SLE-13533).
- igc: Add dump options (jsc#SLE-13533).
- igc: Complete to commit Add legacy power management support
  (jsc#SLE-13533).
- igc: make non-global functions static (jsc#SLE-13533).
- net: intel: e1000e: fix possible sleep-in-atomic-context bugs
  in e1000e_get_hw_semaphore() (jsc#SLE-13532).
- e1000e: fix missing cpu_to_le64 on buffer_addr (jsc#SLE-13532).
- e1000(e): use new helper tcp_v6_gso_csum_prep (jsc#SLE-13532).
- net: core: add helper tcp_v6_gso_csum_prep (jsc#SLE-13532).
- net: cnic: fix spelling mistake "/reserverd"/ -> "/reserved"/
  (jsc#SLE-15135).
- fm10k: use txqueue parameter in fm10k_tx_timeout
  (jsc#SLE-13535).
- cnic: Explicitly initialize all reference counts to 0
  (jsc#SLE-15135).
- commit c9ceecc
- pagewalk: separate function pointers from iterator data
  (jsc#SLE-16387).
- Refresh
  patches.suse/0017-kvm-s390-protvirt-secure-memory-is-not-mergeable.
- Refresh
  patches.suse/0018-kvm-s390-mm-make-pages-accessible-before-destroying-the-guest.
- commit 522acd7
- Add references to jsc#SLE-16387
- Update patches.suse/kernel.h-Add-non_block_start-end.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-notifier-Catch-sleeping-blocking-for-blockable.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- commit 204d70b
- scsi: bnx2fc: Demote obvious misuse of kerneldoc to standard
  comment blocks (bsc#1177142 jre#sle-15133).
- scsi: bnx2fc: Fix a couple of bitrotted function documentation
  headers (bsc#1177142 jre#sle-15133).
- scsi: bnx2fc: Repair a range of kerneldoc issues (bsc#1177142
  jre#sle-15133).
- scsi: bnx2fc: Removal of unused variables (bsc#1177142
  jre#sle-15133).
- scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.c
  (bsc#1177142 jre#sle-15133).
- scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup()
  (bsc#1177142 jre#sle-15133).
- scsi: bnx2fc: fix boolreturn.cocci warnings (bsc#1177142
  jre#sle-15133).
- scsi: bnx2fc: Update the driver version to 2.12.13 (bsc#1177142
  jre#sle-15133).
- scsi: bnx2fc: Fix SCSI command completion after cleanup is
  posted (bsc#1177142 jre#sle-15133).
- scsi: bnx2fc: Process the RQE with CQE in interrupt context
  (bsc#1177142 jre#sle-15133).
- scsi: bnx2fc: timeout calculation invalid for bnx2fc_eh_abort()
  (bsc#1177142 jre#sle-15133).
- commit 8bce5c3
- drm/radeon: guard against calling an unpaired
  radeon_mn_unregister() (jsc#SLE-16387).
- commit 4567f0f
- pagewalk: use lockdep_assert_held for locking validation
  (jsc#SLE-16387).
- commit 07ce7c2
- mm: split out a new pagewalk.h header from mm.h (jsc#SLE-16387).
- commit bee7bab
- mm/mmu_notifiers: annotate with might_sleep() (jsc#SLE-16387).
- commit a4feb2c
- Add references to jsc#SLE-16387
- Update
  patches.suse/mm-hmm-fix-hmm_range_fault-s-handling-of-swapped-out-pages.patch
  (git fixes (mm/hmm), jsc#SLE-16387).
- Update patches.suse/mm-hmm-hmm_range_fault-infinite-loop.patch
  (HMM Functionality, jsc#SLE-8176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-hmm_range_fault-null-pointer-bug.patch
  (HMM Functionality, jsc#SLE-8176, jsc#SLE-16387).
- Update
  patches.suse/mm-mmu_notifiers-add-a-lockdep-map-for-invalidate_ra.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-mmu_notifiers-check-if-mmu-notifier-callbacks-are.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update patches.suse/mm-mmu_notifiers-prime-lockdep.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-mmu_notifiers-remove-the-__mmu_notifier_invalidat.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-mmu_notifiers-remove-unregister_no_release.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- commit f74975e
- blacklist.conf: Append 'drm/amdgpu: disable GFX RAS by default'
- commit b2b44f5
- blacklist.conf: Append 'drm/amdgpu: do not create ras debugfs/sysfs node for ASICs that don't have ras ability'
- commit db6e541
- blacklist.conf: Append 'drm/amd/powerplay: report bootup clock as max supported on dpm disabled'
- commit 0c6ce43
- mm: remove CONFIG_MIGRATE_VMA_HELPER (jsc#SLE-16387).
- Update config files.
- commit 7a1f655
- blacklist.conf: Append 'drm/amdgpu: Default disable GDS for compute VMIDs'
- commit d843637
- mm: remove the unused MIGRATE_PFN_DEVICE flag (jsc#SLE-16387).
- commit 19c73bc
- mm: remove the unused MIGRATE_PFN_ERROR flag (jsc#SLE-16387).
- commit f69e741
- nouveau: simplify nouveau_dmem_migrate_vma (jsc#SLE-16387).
- commit fb24bf0
- nouveau: simplify nouveau_dmem_migrate_to_ram (jsc#SLE-16387).
- commit c1b99fc
- nouveau: remove a few function stubs (jsc#SLE-16387).
- commit 7daf904
- nouveau: factor out dmem fence completion (jsc#SLE-16387).
- commit c74288d
- nouveau: factor out device memory address calculation
  (jsc#SLE-16387).
- commit aa83c9d
- nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copy
  (jsc#SLE-16387).
- commit 2b18daf
- mm: turn migrate_vma upside down (jsc#SLE-16387).
- commit 918a73d
- Add references to jsc#SLE-16387.
- Update
  patches.suse/drm-amdkfd-fix-a-use-after-free-race-with-mmu_notife.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update patches.suse/drm-amdkfd-use-mmu_notifier_put.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- commit 6359fc8
- PCI: pci-epf-test: Add support to defer core initialization (jsc#SLE-15847).
- PCI: dwc: Add API to notify core initialization completion (jsc#SLE-15847).
- PCI: endpoint: Add notification for core init completion (jsc#SLE-15847).
- PCI: dwc: Refactor core initialization code for EP mode (jsc#SLE-15847).
- PCI: endpoint: Add core init notifying feature (jsc#SLE-15847).
- PCI: endpoint: Assign function number for each PF in EPC core (jsc#SLE-15847).
- PCI: endpoint: Replace spinlock with mutex (jsc#SLE-15847).
- PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF (jsc#SLE-15847).
- commit dedde2d
- drm/radeon: use mmu_notifier_get/put for struct radeon_mn
  (jsc#SLE-16387).
- commit 3805587
- Add references to jsc#SLE-16387.
- Update
  patches.suse/hmm-use-mmu_notifier_get-put-for-struct-hmm.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-mmu_notifiers-add-a-get-put-scheme-for-the-regist.patch
  (jsc#SLE-8449, jsc#SLE-16387).
- Update
  patches.suse/mm-mmu_notifiers-do-not-speculatively-allocate-a-mmu.patch
  (jsc#SLE-8449, jsc#SLE-16387).
- Update
  patches.suse/mm-mmu_notifiers-hoist-do_mmu_notifier_register-down.patch
  (jsc#SLE-8449, jsc#SLE-16387).
- commit 9adc515
- crypto: arm/aes-neonbs - provide a synchronous version of
  ctr(aes) (jsc#SLE-15129).
- crypto: arm/aes-neonbs - switch to library version of key
  expansion routine (jsc#SLE-15129).
- crypto: cesa/aes - switch to library version of key expansion
  routine (jsc#SLE-15129).
- commit d028852
- crypto: qce - use devm_platform_ioremap_resource() to simplify
  code (jsc#SLE-14454).
- commit aa3b68e
- crypto: ccree - fix spelling mistake "/configration"/ ->
  "/configuration"/ (jsc#SLE-14454).
- commit f3308fe
- blacklist.conf: Append 'drm/bochs: Use shadow buffer for bochs framebuffer console'
- commit 4342f31
- blacklist.conf: Append 'drm/fb-helper: Instanciate shadow FB if configured in device's mode_config'
- commit 1c54ec6
- blacklist.conf: Append 'drm/fb-helper: Map DRM client buffer only when required'
- commit d582dc7
- crypto: safexcel/aes - switch to library version of key
  expansion routine (jsc#SLE-15129).
- commit 022b6a1
- blacklist.conf: Append 'drm/client: Support unmapping of DRM client buffers'
- commit 2d48f2d
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
- commit 7214bbe
- Restore patch reference from SLE15-SP2 for re-backported sound commits
- commit 0201b19
- blacklist.conf: Append 'drm/i915: Fix GEN8_MCR_SELECTOR programming'
- commit affd40a
- blacklist.conf: Append 'drm/i915/vbt: Fix VBT parsing for the PSR section'
- commit 87a7539
- mm/hmm: make HMM_MIRROR an implicit option (jsc#SLE-16387).
- Update config files.
- commit 47db5ca
- blacklist.conf: Append 'drm/i915: Lock the engine while dumping the active request'
- commit 3c8761c
- mm/hmm: allow HMM_MIRROR on all architectures with MMU
  (jsc#SLE-16387).
- Update config files.
- commit 3b4eacd
- Add references to jsc#SLE-16387
- Update
  patches.suse/mm-hmm-cleanup-the-hmm_vma_handle_pmd-stub.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-cleanup-the-hmm_vma_walk_hugetlb_entry-stub.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-don-t-abuse-pte_index-in-hmm_vma_handle_pmd.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-only-define-hmm_vma_walk_pud-if-needed.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-remove-the-mask-variable-in-hmm_vma_walk_huge.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-remove-the-page_shift-member-from-struct-hmm_.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-remove-the-unused-vma-argument-to-hmm_range_d.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/nouveau-pass-struct-nouveau_svmm-to-nouveau_range_fa.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- commit 29fcd1d
- blacklist.conf: Append 'drm/i915/perf: add missing delay for OA muxes configuration'
- commit 588959a
- blacklist.conf: Append 'drm/i915/perf: ensure we keep a reference on the driver'
- commit 1f7c970
- amdgpu: don't initialize range->list in amdgpu_hmm_init_range
  (jsc#SLE-16387).
- commit 2799035
- blacklist.conf: Append 'drm/i915/gtt: Mark the freed page table entries with scratch'
- commit 25b1b5b
- amdgpu: remove -EAGAIN handling for hmm_range_fault
  (jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-remove-superfluous-arguments-from-hmm_range_r.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- commit 6dbbbd3
- blacklist.conf: Append 'drm/i915/gtt: Defer the free for alloc error paths'
- commit c4f36af
- blacklist.conf: Append 'drm/i915: Deal with machines that expose less than three QGV points'
- commit b506731
- blacklist.conf: Append 'Revert "/drm/i915: Introduce private PAT management"/'
- commit 678301e
- blacklist.conf: Append 'drm/i915: Fix memleak in runtime wakeref tracking'
- commit e2d5b4e
- blacklist.conf: Append 'drm/i915/icl: whitelist PS_(DEPTH|INVOCATION)_COUNT'
- commit d8e2dad
- blacklist.conf: Append 'drm/i915: whitelist PS_(DEPTH|INVOCATION)_COUNT'
- commit 1b36ae2
- blacklist.conf: Append 'drm/i915: fix whitelist selftests with readonly registers'
- commit 626f865
- blacklist.conf: Append 'drm/i915: Fix the TBT AUX power well enabling'
- commit 60b7e60
- Add references to SLE-16387 to already backported patches.
- Update
  patches.suse/mm-hmm-a-few-more-C-style-and-comment-clean-ups.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-comment-on-VM_FAULT_RETRY-semantics-in-handle.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-merge-hmm_range_snapshot-into-hmm_range_fault.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update patches.suse/mm-hmm-remove-hmm_range-vma.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-remove-hugetlbfs-check-in-hmm_vma_walk_pmd.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-replace-hmm_update-with-mmu_notifier_range.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/mm-hmm-replace-the-block-argument-to-hmm_range_fault.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- Update
  patches.suse/nouveau-return-EBUSY-when-hmm_range_wait_until_valid.patch
  (jsc#SLE-15176, jsc#SLE-16387).
- commit 572a983
- crypto: ctr - add helper for performing a CTR encryption walk
  (jsc#SLE-15129).
- commit caba77c
- PCI: tegra: Use pci_host_probe() to register host (jsc#SLE-15847).
- PCI: tegra: Remove PLL power supplies (jsc#SLE-15847).
- mmc: sdhci-tegra: Add comment for PADCALIB and PAD_CONTROL NVQUIRKS (jsc#SLE-15847).
- PCI: tegra: Fix runtime PM imbalance on error (jsc#SLE-15847).
- PCI: tegra194: Fix runtime PM imbalance on error (jsc#SLE-15847).
- PCI: tegra: Fix reporting GPIO error value (jsc#SLE-15847).
- PCI: Check for platform_get_irq() failure consistently (jsc#SLE-15847).
- sdhci: tegra: Avoid reading autocal timeout values when not applicable (jsc#SLE-15847).
- spi: tegra114: Fix runtime PM imbalance on error (jsc#SLE-15847).
- PCI: tegra: Use pci_parse_request_of_pci_ranges() (jsc#SLE-15847).
- PCI: tegra: Print -EPROBE_DEFER error message at debug level (jsc#SLE-15847).
- PCI: tegra: Add support for PCIe endpoint mode in Tegra194 (jsc#SLE-15847).
- sdhci: tegra: Enable MMC_CAP_WAIT_WHILE_BUSY host capability
  (jsc#SLE-15847).
- sdhci: tegra: Implement Tegra specific set_timeout callback
  (jsc#SLE-15847).
- spi: tegra114: use true,false for bool variable (jsc#SLE-15847).
- spi: tegra114: Use dma_request_chan() directly for channel
  request (jsc#SLE-15847).
- commit 7fd5e12
- crypto: qat - fallback for xts with 192 bit keys
  (jsc#SLE-14454).
- commit ac83642
- crypto: qat - remove unused field in skcipher ctx
  (jsc#SLE14454).
- commit 318ce92
- blacklist.conf: Append 'drm/i915: Lift intel_engines_resume() to callers'
- commit 5d99a79
- blacklist.conf: Append 'drm/i915: Only recover active engines'
- commit 0abeea0
- crypto: qat - validate xts key (jsc#SLE-14454).
- crypto: qat - allow xts requests not multiple of block
  (jsc#SLE-14454).
- crypto: qat - update timeout logic in put admin msg
  (jsc#SLE-14454).
- commit 1cf010e
- crypto: arm64/aes-ce-cipher - use AES library as fallback
  (jsc#SLE-15129).
- crypto: aes - move sync ctr(aes) to AES library and generic
  helper (jsc#SLE-15129).
- crypto: arm64/aes-ce - switch to library version of key
  expansion routine (jsc#SLE-15129).
- crypto: arm64/aes-neonbs - switch to library version of key
  expansion routine (jsc#SLE-15129).
- crypto: arm64/aes-ccm - switch to AES library (jsc#SLE-15129).
- commit d407931
- mm/hmm: remove the legacy hmm_pfn_* APIs (jsc#SLE-16387).
- commit be4d4a4
- irq/irqdomain: Update __irq_domain_alloc_fwnode() function
  documentation (jsc#SLE-15847).
- commit 16526ea
- crypto: s390/aes - fix name clash after AES library refactor
  (jsc#SLE-15129).
- crypto: arm64/ghash - switch to AES library (jsc#SLE-15129).
- commit a0f23df
- crypto: qat - send admin messages to set of AEs (jsc#SLE-14454).
- commit e438b81
- crypto: qat - update fw init admin msg (jsc#SLE14454).
- commit 6fd86fe
- crypto: qat - remove packed attribute in etr structs
  (jsc#SLE-14454).
- commit f86be87
- crypto: qat - replace user types with kernel ABI __u types
  (jsc#SLE-14454).
- commit 5431470
- blacklist.conf: Append 'drm/i915: Fix various tracepoints for gen2'
- commit 836ffb7
- bpf: Support bitfield read access in btf_struct_access
  (bsc#1177028).
- bpf: Add enum support to btf_ctx_access() (bsc#1177028).
  Refresh patches.suse/bpf-Do-not-allow-btf_ctx_access-with-__int128-types.patch
- bpf: Avoid storing modifier to info->btf_id (bsc#1177028).
- bpf: Save PTR_TO_BTF_ID register state when spilling to stack
  (bsc#1177028).
- bpf: Support replacing cgroup-bpf program in MULTI mode (bsc#1177028).
  Refresh patches.suse/bpf-Initialize-storage-pointers-to-NULL-to-prevent-f.patch
- bpf: Remove unused new_flags in hierarchy_allows_attach()
  (bsc#1177028).
- bpf: Simplify __cgroup_bpf_attach (bsc#1177028).
  Refresh patches.suse/bpf-Initialize-storage-pointers-to-NULL-to-prevent-f.patch
- xdp: Make cpumap flush_list common for all map instances
  (bsc#1177028).
- xdp: Make devmap flush_list common for all map instances (bsc#1177028).
  Refresh patches.suse/devmap-Use-bpf_map_area_alloc-for-allocating-hash-bu.patch
- xdp: Fix graze->grace type-o in cpumap comments (bsc#1177028).
- xdp: Simplify cpumap cleanup (bsc#1177028).
- xdp: Simplify devmap cleanup (bsc#1177028).
- bpf: Remove unnecessary assertion on fp_old (bsc#1177028).
- bpf, xdp: Start using the BPF dispatcher for XDP (bsc#1177028).
- bpf: Introduce BPF dispatcher (bsc#1177028).
- bpf: Move trampoline JIT image allocation to a function
  (bsc#1177028).
- bpf, x86, arm64: Enable jit by default when not built as always-on (bsc#1177028).
  Update config files.
- bpf: Emit audit messages upon successful prog load and unload
  (bsc#1177028).
- commit 219add7
- crypto: qat - replace user types with kernel u types
  (jsc#SLE-14454).
- commit 52daf14
- kABI: Fix kABI for 12856e7acde4 PCI/IOV: Mark VFs as not
  implementing PCI_COMMAND_MEMORY (bsc#1176979).
- commit e374ebb
- crypto: qat - convert to SPDX License Identifiers
  (jsc#SLE-14454).
- commit 3565458
- Enable the amd_energy driver (jsc#SLE-14262)
  This is a new driver for energy monitoring of the AMD Family 17h and
  future processors, based on RAPL MSR.
- commit f02ec70
- hwmon: (amd_energy) match for supported models (jsc#SLE-14262).
- hwmon: (amd_energy) Missing platform_driver_unregister()
  on error in amd_energy_init() (jsc#SLE-14262).
- hwmon: Add amd_energy driver to report energy counters
  (jsc#SLE-14262).
- commit 82ef4ee
- crypto: qat - simplify the qat_crypto function (jsc#SLE-14454).
- commit 5a62d41
- irqchip/gic-v2, v3: Drop extra IRQ_NOAUTOEN setting for (E)PPIs
  (jsc#SLE-15847).
- irqdomain/debugfs: Use PAs to generate fwnode names
  (jsc#SLE-15847).
- gpio/ixp4xx: Register the base PA instead of its VA in fwnode
  (jsc#SLE-15847).
- irqchip/ixp4xx: Register the base PA instead of its VA in fwnode
  (jsc#SLE-15847).
- irqchip/gic-v2m: Register the frame's PA instead of its VA in
  fwnode (jsc#SLE-15847).
- irqchip/gic: Register the distributor's PA instead of its VA
  in fwnode (jsc#SLE-15847).
- irqchip/gic-v3-its: Register the ITS' PA instead of its VA in
  fwnode (jsc#SLE-15847).
- irqchip/gic-v3: Register the distributor's PA instead of its
  VA in fwnode (jsc#SLE-15847).
- commit 077e154
- crypto: qat - spelling s/Decrytp/Decrypt/ (jsc#SLE-14454).
- commit 4580abc
- ftrace: Return the first found result in lookup_rec()
  (bsc#1177028).
- bpf: Make BPF trampoline use register_ftrace_direct() API
  (bsc#1177028).
- ftrace: Add helper find_direct_entry() to consolidate code
  (bsc#1177028).
- ftrace: Add another check for match in register_ftrace_direct()
  (bsc#1177028).
- ftrace: Fix accounting bug with direct->count in
  register_ftrace_direct() (bsc#1177028).
- ftrace/samples: Add a sample module that implements
  modify_ftrace_direct() (bsc#1177028).
- ftrace: Add modify_ftrace_direct() (bsc#1177028).
- ftrace/x86: Add a counter to test function_graph with direct
  (bsc#1177028).
- ftrace/x86: Add register_ftrace_direct() for custom trampolines (bsc#1177028).
  Update config files.
- ftrace/selftests: Update the direct call selftests to test
  two direct calls (bsc#1177028).
- ftrace: Add another example of register_ftrace_direct() use case
  (bsc#1177028).
- ftrace/selftest: Add tests to test register_ftrace_direct()
  (bsc#1177028).
- ftrace: Add sample module that uses register_ftrace_direct()
  (bsc#1177028).
- ftrace: Add ftrace_find_direct_func() (bsc#1177028).
- ftrace: Add register_ftrace_direct() (bsc#1177028).
- ftrace: Separate out functionality from ftrace_location_range()
  (bsc#1177028).
- ftrace: Separate out the copying of a ftrace_hash from
  __ftrace_hash_move() (bsc#1177028).
- commit 6f27637
- blacklist.conf: Append 'drm/i915/perf: fix ICL perf register offsets'
- commit 8771b48
- blacklist.conf: Append 'drm/i915: Disable SAMPLER_STATE prefetching on all Gen11 steppings.'
- commit c9d75ae
- Drop patches.suse/scsi-qla2xxx-Handle-incorrect-entry_type-entries.patch
  The patch contains a bug which prevents device discovery. Drop it until
  we have a proper fix from upstream.
- commit d02a6d5
- blacklist.conf: Append 'drm/i915: Keep rings pinned while the context is active'
- commit 56d61dd
- block: restore a specific error code in bdev_del_partition
  (bsc#1177095).
- commit 625aba8
- scsi: libcxgbi: Remove unnecessary NULL checks for 'tdata'
  pointer (bsc#1177020 jre#sle-15121).
- scsi: cxgb4i: Remove an unnecessary NULL check for 'cconn'
  pointer (bsc#1177020 jre#sle-15121).
- scsi: cxgb4i: Clean up a debug printk (bsc#1177020
  jre#sle-15121).
- scsi: libcxgbi: fix NULL pointer dereference in
  cxgbi_device_destroy() (bsc#1177020 jre#sle-15121).
- scsi: libcxgbi: remove unused function to stop warning
  (bsc#1177020 jre#sle-15121).
- commit 6767872
- Delete a doubly applied batman-adv patch
- commit edcea1c
- drm/i915/fbdev: Restore physical addresses for fb_mmap() (bsc#1152489)
- commit 0547af2
- drm/i915: make pool objects read-only (bsc#1152489)
- commit fd1ec4d
- drm/i915: Protect request peeking with RCU (bsc#1152489)
- commit 8d90cb2
- drm/i915/userptr: Try to acquire the page lock around (bsc#1152489)
- commit 275dd88
- drm/i915/pmu: "/Frequency"/ is reported as accumulated cycles (bsc#1152489)
- commit 6ec3728
- drm/i915: Preload LUTs if the hw isn't currently using them (bsc#1152489)
- commit 6c4ce64
- drm/i915: Don't oops in dumb_create ioctl if we have no crtcs (bsc#1152489)
- commit 1cefb82
- Revert "/drm/amd/display: enable S/G for RAVEN chip"/ (bsc#1152472)
- commit 5a169cb
- drm/amdgpu: disable gfxoff on original raven (bsc#1152472)
- commit 46fa061
- drm/amdgpu: disable gfxoff when using register read interface (bsc#1152472)
- commit ab352c0
- drm/amd/powerplay: correct fine grained dpm force level setting (bsc#1152472)
- commit 8775512
- drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported (bsc#1152472)
- commit 51a646b
- drm/amdgpu: remove experimental flag for Navi14 (bsc#1152472)
- commit bbd5497
- drm/amdgpu: fix null pointer deref in firmware header printing (bsc#1152472)
- commit 9405872
- drm/sun4i: tcon: Set min division of TCON0_DCLK to 1. (bsc#1152472)
- commit 1cb1da2
- drm/i915/tgl: MOCS table update (bsc#1152489)
- commit 9a0f681
- Revert "/drm/i915/ehl: Update MOCS table for EHL"/ (bsc#1152489)
- commit 333aadd
- drm/i915/gvt: fix dropping obj reference twice (bsc#1152489)
- commit 38d7e5a
- drm/i915: update rawclk also on resume (bsc#1152489)
- commit 3403b2f
- drm/i915/cmdparser: Fix jump whitelist clearing (bsc#1152489)
- commit 21501fb
- drm/i915/gen8+: Add RC6 CTX corruption WA (bsc#1152489)
- commit 569e932
- drm/i915: Lower RM timeout to avoid DSI hard hangs (bsc#1152489)
- commit b736830
- drm/i915/cmdparser: Ignore Length operands during command matching (bsc#1152489)
- commit 7d8c6b1
- drm/i915/cmdparser: Add support for backward jumps (bsc#1152489)
- commit 28b8c88
- drm/i915/cmdparser: Use explicit goto for error paths (bsc#1152489)
- commit ee21942
- drm/i915: Add gen9 BCS cmdparsing (bsc#1152489)
- commit 00e4185
- drm/i915: Allow parsing of unsized batches (bsc#1152489)
- commit ab44254
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers (bsc#1152489)
- commit e0d67a0
- drm/i915: Add support for mandatory cmdparsing (bsc#1152489)
- commit 0b58d68
- drm/i915: Remove Master tables from cmdparser (bsc#1152489)
- commit b0c3d33
- drm/i915: Disable Secure Batches for gen6+ (bsc#1152489)
- commit 5236b46
- drm/i915: Rename gen7 cmdparser tables (bsc#1152489)
- commit 280fef8
- drm/radeon: fix si_enable_smc_cac() failed issue (bsc#1152472)
- commit 6e75df4
- drm/amdgpu/renoir: move gfxoff handling into gfx9 module (bsc#1152472)
- commit 7a17358
- drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9 (bsc#1152472)
- commit d0e7818
- drm/amdgpu: add dummy read by engines for some GCVM status registers (bsc#1152472)
- commit 9a432e9
- drm/amdgpu: register gpu instance before fan boost feature enablment (bsc#1152472)
- commit 141751d
- drm/amd/swSMU: fix smu workload bit map error (bsc#1152472)
- commit 8966700
- drm/amdgpu: add navi14 PCI ID (bsc#1152472)
- commit fb7e70f
- Revert "/drm/amd/display: setting the DIG_MODE to the correct value."/ (bsc#1152472)
- commit 2098b6f
- drm/amd/display: Add ENGINE_ID_DIGD condition check for Navi14 (bsc#1152472)
- commit 132d8b3
- drm/amdgpu: dont schedule jobs while in reset (bsc#1152472)
- commit f469074
- drm/amdgpu/arcturus: properly set BANK_SELECT and FRAGMENT_SIZE (bsc#1152472)
- commit f7fd8ff
- drm/i915/dp: Do not switch aux to TBT mode for non-TC ports (bsc#1152489)
- commit c287c7d
- drm/i915: Avoid HPD poll detect triggering a new detect cycle (bsc#1152489)
- commit 28eb9c0
- Rename patches to the same name as in SLE15-SP3.
- commit b538695
- drm/shmem: Add docbook comments for drm_gem_shmem_object madvise (bsc#1152472)
- commit 5654b7b
- drm/atomic: fix self-refresh helpers crtc state dereference (bsc#1152472)
- commit d2cc543
- fbdev: c2p: Fix link failure on non-inlining (bsc#1152472)
- commit ad93da2
- drm/amdgpu: enable -msse2 for GCC 7.1+ users (bsc#1152472)
- commit b224e93
- drm/amdgpu: fix stack alignment ABI mismatch for GCC 7.1+ (bsc#1152472)
- commit 299096c
- drm/amdgpu: fix stack alignment ABI mismatch for Clang (bsc#1152472)
- commit 1163295
- drm/radeon: Fix EEH during kexec (bsc#1152472)
- commit ce1fc4b
- drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZE (bsc#1152472)
- commit 633c231
- drm/amdgpu/powerplay/vega10: allow undervolting in p7 (bsc#1152472)
- commit 8908e45
- dc.c:use kzalloc without test (bsc#1152472)
- commit ae9aa22
- drm/amd/display: setting the DIG_MODE to the correct value. (bsc#1152472)
- commit 297809e
- drm/amd/display: Passive DP->HDMI dongle detection fix (bsc#1152472)
- commit a00e651
- drm/amd/display: add 50us buffer as WA for pstate switch in active (bsc#1152472)
- commit 14d1d0f
- drm/amd/display: Allow inverted gamma (bsc#1152472)
- commit 99b2db5
- drm/amd/display: do not synchronize "/drr"/ displays (bsc#1152472)
- commit bb8fa52
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error. (bsc#1152472)
- commit c2773dc
- drm/sched: Set error to s_fence if HW job submission failed. (bsc#1152472)
- commit 7c04705
- drm/amdgpu/gfx10: update gfx golden settings for navi12 (bsc#1152472)
- commit 5f72c5b
- drm/amdgpu/gfx10: update gfx golden settings for navi14 (bsc#1152472)
- commit ea3d401
- drm/amd/display: Change Navi14's DWB flag to 1 (bsc#1152472)
- commit bfb72c7
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bsc#1152472)
- commit fd73276
- drm/amdgpu: Fix SDMA hang when performing VKexample test (bsc#1152472)
- commit 782c10e
- drm/i915: Fix PCH reference clock for FDI on HSW/BDW (bsc#1152489)
- commit bf6e408
- drm/i915/tgl: Fix doc not corresponding to code (bsc#1152489)
- commit 83669ec
- drm/panfrost: Don't dereference bogus MMU pointers (bsc#1152472)
- commit 2b2703b
- drm/panfrost: fix -Wmissing-prototypes warnings (bsc#1152472)
- commit 3926321
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bsc#1152472)
- commit 59b64ed
- panfrost: Properly undo pm_runtime_enable when deferring a probe (bsc#1152472)
- commit 366e621
- drm/etnaviv: fix dumping of iommuv2 (bsc#1152472)
- commit 85c9ce2
- drm/etnaviv: reinstate MMUv1 command buffer window check (bsc#1152472)
- commit 5ea5b5f
- drm/etnaviv: fix deadlock in GPU coredump (bsc#1152472)
- commit 2f8aeec
- drm/amdgpu/vce: fix allocation size in enc ring test (bsc#1152472)
- commit 0f86523
- drm/amdgpu: fix error handling in amdgpu_bo_list_create (bsc#1152472)
- commit d3650cf
- drm/amdgpu: fix potential VM faults (bsc#1152472)
- commit c1e3b85
- drm/amdgpu: user pages array memory leak fix (bsc#1152472)
- commit 4b10428
- drm/amdgpu/vcn: fix allocation size in enc ring test (bsc#1152472)
- commit fcb8d2c
- drm/amdgpu/uvd7: fix allocation size in enc ring test (v2) (bsc#1152472)
- commit b714584
- drm/amdgpu/uvd6: fix allocation size in enc ring test (v2) (bsc#1152472)
- commit e856ab7
- drm/komeda: Fix typos in komeda_splitter_validate (bsc#1152489)
- commit 327ba42
- drm/komeda: Don't flush inactive pipes (bsc#1152489)
- commit e462ea4
- drm/panfrost: Handle resetting on timeout better (bsc#1152472)
- commit c47b6ee
- drm/panfrost: Add missing GPU feature registers (bsc#1152489)
- commit 6ad20e4
- drm/ttm: fix handling in ttm_bo_add_mem_to_lru (bsc#1152489)
- commit 0c36d77
- drm/ttm: Restore ttm prefaulting (bsc#1152489)
- commit bd95939
- drm/ttm: fix busy reference in ttm_mem_evict_first (bsc#1152489)
- commit 537e838
- drm/msm/dsi: Implement reset correctly (bsc#1152489)
- commit fe02c9e
- drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50 (bsc#1152489)
- commit 74806f4
- drm/tiny: Kconfig: Remove always-y THERMAL dep. from TINYDRM_REPAPER (bsc#1152489)
- commit 69c242b
- drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for pipe sync (bsc#1152472)
- commit a6f1fb7
- drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1 (bsc#1152472)
- commit 17d29cd
- Revert "/drm/radeon: Fix EEH during kexec"/ (bsc#1152472)
- commit d70de84
- drm/amdgpu/powerplay: fix typo in mvdd table setup (bsc#1152472)
- commit 38c2f3d
- drm/i915: Fixup preempt-to-busy vs resubmission of a virtual request (bsc#1152489)
- commit 84d500a
- drm/i915/userptr: Never allow userptr into the mappable GGTT (bsc#1152489)
- commit e1b82bf
- drm/i915: Favor last VBT child device with conflicting AUX ch/DDC pin (bsc#1152489)
- commit f1cc6c5
- drm/i915/execlists: Refactor -EIO markup of hung requests (bsc#1152489)
- commit a6ea02f
- xen: Stop abusing DT of_dma_configure API (bsc#1152489)
- commit 2d49c71
- drm/i915/gt: execlists->active is serialised by the tasklet (bsc#1152489)
- commit e94708b
- drm/i915/execlists: Protect peeking at execlists->active (bsc#1152489)
- commit bc19779
- drm/i915: Fixup preempt-to-busy vs reset of a virtual request (bsc#1152489)
- commit 9b00561
- drm/i915: Only enqueue already completed requests (bsc#1152489)
- commit dc2adc0
- drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link) (bsc#1152489)
- commit 47a3115
- drm/i915/cml: Add second PCH ID for CMP (bsc#1152489)
- commit ccceace
- drm/i915: Mark contents as dirty on a write fault (bsc#1152489)
- commit 3847539
- drm/i915: Prevent bonded requests from overtaking each other on (bsc#1152489)
- commit 5f86c68
- drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled (bsc#1152489)
- commit 40ad69f
- drm/i915: Verify the engine after acquiring the active.lock (bsc#1152489)
- commit e85b487
- drm/i915: Extend Haswell GT1 PSMI workaround to all (bsc#1152489)
- commit 072b7ce
- drm/i915: Don't mix srcu tag and negative error codes (bsc#1152489)
- commit 7f2a69f
- drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (bsc#1152489)
- commit 98477ea
- drm/i915: Perform GGTT restore much earlier during resume (bsc#1152489)
- commit a0f2aef
- drm/i915/execlists: Remove incorrect BUG_ON for schedule-out (bsc#1152489)
- commit 101a093
- drm/bridge: tc358767: fix max_tu_symbol value (bsc#1152472)
- commit 6aa5791
- drm/panel: tpo-td043mtea1: Fix SPI alias (bsc#1152489)
- commit 7357da9
- drm/panel: tpo-td028ttec1: Fix SPI alias (bsc#1152489)
- commit fc5adce
- drm/panel: sony-acx565akm: Fix SPI alias (bsc#1152489)
- commit 08fac1f
- drm/panel: nec-nl8048hl11: Fix SPI alias (bsc#1152489)
- commit 2181342
- drm/panel: lg-lb035q02: Fix SPI alias (bsc#1152489)
- commit 465244d
- video/logo: do not generate unneeded logo C files (bsc#1152489)
- commit c48e6da
- video/logo: remove unneeded *.o pattern from clean-files (bsc#1152489)
- commit 0f9878c
- Revert "/drm/i915: Fix DP-MST crtc_mask"/ (bsc#1152489)
- commit c9a0e3a
- drm/i915: Fix g4x sprite scaling stride check with GTT remapping (bsc#1152489)
- commit bd5549f
- drm/i915/dp: Fix dsc bpp calculations, v5. (bsc#1152489)
- commit 9e37e83
- drm/tilcdc: include linux/pinctrl/consumer.h again (bsc#1152489)
- commit 69fd920
- drm/omap: fix max fclk divider for omap36xx (bsc#1152472)
- commit 9b94253
- drm/komeda: prevent memory leak in komeda_wb_connector_add (bsc#1152489)
- commit 1ecdca1
- drm: Clear the fence pointer when writeback job signaled (bsc#1152489)
- commit 651384c
- drm: Free the writeback_job when it with an empty fb (bsc#1152489)
- commit 820278f
- drm/amd/display: fix dcn21 Makefile for clang (bsc#1152472)
- commit a440b68
- drm/amd/display: hide an unused variable (bsc#1152472)
- commit eb944ba
- drm/amdgpu: display_mode_vba_21: remove uint typedef (bsc#1152472)
- commit 89a0df6
- drm/amdgpu: hide another #warning (bsc#1152472)
- commit 6b57333
- drm/amdgpu: make pmu support optional, again (bsc#1152472)
- commit 3c76d73
- drm/amdgpu: fix multiple memory leaks in acp_hw_init (bsc#1152472)
- commit c1b9168
- drm/amdgpu: return tcc_disabled_mask to userspace (bsc#1152472)
- commit 76b1b6e
- drm/amdgpu: don't increment vram lost if we are in hibernation (bsc#1152472)
- commit 7b2c06f
- Revert "/drm/amdgpu: disable stutter mode for renoir"/ (bsc#1152472)
- commit d03f552
- drm/amd/powerplay: add sensor lock support for smu (bsc#1152472)
- commit 326ccd7
- drm/amd/powerplay: change metrics update period from 1ms to 100ms (bsc#1152472)
- commit b5aaa29
- drm/amdgpu: revert "/disable bulk moves for now"/ (bsc#1152472)
- commit 2b6f70c
- drm/amd/display: prevent memory leak (bsc#1152489)
- commit a2bc2a2
- drm/amdgpu/gfx10: add support for wks firmware loading (bsc#1152489)
- commit d0a5042
- drm/amdgpu/display: include slab.h in dcn21_resource.c (bsc#1152489)
- commit 5c72bb3
- drm/amdgpu/display: fix 64 bit divide (bsc#1152489)
- commit e69d6a3
- drm/amdgpu: flag navi12 and 14 as experimental for 5.4 (bsc#1152489)
- commit 05cbd47
- drm/amdgpu: add navi12 pci id (bsc#1152489)
- commit f17ee88
- drm/amdgpu: add navi14 PCI ID for work station SKU (bsc#1152489)
- commit 8998b87
- drm/amdkfd: Swap trap temporary registers in gfx10 trap handler (bsc#1152489)
- commit 41f6186
- drm/amd/powerplay: implement sysfs for getting dpm clock (bsc#1152489)
- commit 08e072c
- drm/amd/display: Restore backlight brightness after system resume (bsc#1152489)
- commit 7ef2658
- drm/amd/display: Implement voltage limitation for dali (bsc#1152489)
- commit 099126c
- drm/amd/display: add Asic ID for Dali (bsc#1152489)
- commit 25617d3
- drm/amdgpu: Fix KFD-related kernel oops on Hawaii (bsc#1152489)
- commit 7a5d538
- drm/amd/amdgpu: power up sdma engine when S3 resume back (bsc#1152489)
- commit cd8b517
- drm/amdgpu: Check for valid number of registers to read (bsc#1152489)
- commit c09503f
- drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed (bsc#1152489)
- commit 81c8b77
- drm/amd/display: Add missing HBM support and raise Vega20's uclk. (bsc#1152489)
- commit 30395a2
- drm/amd/display: dce11.x /dce12 update formula input (bsc#1152489)
- commit ae9d1e4
- drm/amdgpu: remove program of lbpw for renoir (bsc#1152489)
- commit 5933cab
- drm/amdgpu: Remove clock gating restore. (bsc#1152489)
- commit 08bb2c0
- drm/amdgpu: Add smu lock around in pp_smu_i2c_bus_access (bsc#1152489)
- commit f08928a
- drm/amd/display: update renoir_ip_offset.h (bsc#1152489)
- commit 883227c
- drm/amdgpu: disable stutter mode for renoir (bsc#1152489)
- commit 370f26f
- drm/amd/display: Add stereo mux and dig programming calls for dcn21 (bsc#1152489)
- commit 5246ba7
- drm/panfrost: Prevent race when handling page fault (bsc#1152489)
- commit bd6ada9
- drm/panfrost: Remove NULL checks for regulator (bsc#1152489)
- commit 3a674d0
- drm/panfrost: Fix regulator_get_optional() misuse (bsc#1152489)
- commit 95225e0
- drm: Measure Self Refresh Entry/Exit times to avoid thrashing (bsc#1152489)
- commit 48001bb
- drm: Fix kerneldoc and remove unused struct member in self_refresh (bsc#1152489)
- commit a94f99d
- drm/atomic: Rename crtc_state->pageflip_flags to async_flip (bsc#1152489)
- commit 48a2e7c
- drm/atomic: Reject FLIP_ASYNC unconditionally (bsc#1152489)
- commit 403b73e
- drm/atomic: Take the atomic toys away from X (bsc#1152489)
- commit f8046ff
- drm/kms: Duct-tape for mode object lifetime checks (bsc#1152472)
- commit 99ec630
- Revert "/drm/bridge: adv7511: Attach to DSI host at probe time"/ (bsc#1152489)
- commit 80e3de0
- drm/radeon: untag user pointers in radeon_gem_userptr_ioctl (bsc#1152489)
- commit 866ff9c
- drm/amdgpu: untag user pointers (bsc#1152489)
- commit 93f0086
- i2c: replace i2c_new_secondary_device with an ERR_PTR variant (bsc#1152489)
- commit 2c03fe0
- drivers/gpu/drm/via: convert put_page() to put_user_page*() (bsc#1152489)
- commit 616d76c
- backlight: pwm_bl: Set scale type for brightness curves specified in (bsc#1152489)
- commit 9168251
- backlight: pwm_bl: Set scale type for CIE 1931 curves (bsc#1152489)
- commit d5b30d4
- backlight: Expose brightness curve type through sysfs (bsc#1152489)
- commit 0936955
- backlight: gpio-backlight: Correct initial power state handling (bsc#1152489)
- commit e242b4b
- video: backlight: tosa_lcd: drop check because (bsc#1152489)
- commit 0535dad
- video: backlight: Drop default m for {LCD,BACKLIGHT_CLASS_DEVICE} (bsc#1152489)
- commit ff61f9b
- backlight: lms283gf05: Fix a typo in the description passed to (bsc#1152489)
- commit 40c1175
- backlight: lm3630a: Switch to use fwnode_property_count_uXX() (bsc#1152489)
- commit cb17358
- backlight: rave-sp: Leave initial state and register with correct (bsc#1152489)
- commit 6e937b8
- video/fbdev: Drop JZ4740 driver (bsc#1152489)
- commit 28a6ae0
- drm/radeon: guard against calling an unpaired radeon_mn_unregister() (bsc#1152489)
- commit 5c43b71
- mm: remove CONFIG_MIGRATE_VMA_HELPER (bsc#1152489)
- commit e328afa
- mm: remove the unused MIGRATE_PFN_DEVICE flag (bsc#1152489)
- commit 006ebdf
- nouveau: simplify nouveau_dmem_migrate_vma (bsc#1152489)
- commit 1fed516
- nouveau: simplify nouveau_dmem_migrate_to_ram (bsc#1152489)
- commit 0bb4413
- nouveau: remove a few function stubs (bsc#1152489)
- commit 83156ed
- nouveau: factor out dmem fence completion (bsc#1152489)
- commit 334475f
- nouveau: factor out device memory address calculation (bsc#1152489)
- commit 7bf0a53
- nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copy (bsc#1152489)
- commit 673268a
- mm: turn migrate_vma upside down (bsc#1152489)
- commit 6ae5d0a
- drm/amdkfd: use mmu_notifier_put (bsc#1152489)
- commit b1c5e0f
- drm/amdkfd: fix a use after free race with mmu_notifer unregister (bsc#1152489)
- commit 9066e76
- drm/radeon: use mmu_notifier_get/put for struct radeon_mn (bsc#1152489)
- commit 50a6d26
- hmm: use mmu_notifier_get/put for 'struct hmm' (bsc#1152489)
- commit bdacf22
- mm/hmm: make HMM_MIRROR an implicit option (bsc#1152489)
- commit d68df81
- mm/hmm: remove the page_shift member from struct hmm_range (bsc#1152489)
- commit d1494b6
- nouveau: pass struct nouveau_svmm to nouveau_range_fault (bsc#1152489)
- commit 7f805fc
- amdgpu: don't initialize range->list in amdgpu_hmm_init_range (bsc#1152489)
- commit 0aabe72
- amdgpu: remove -EAGAIN handling for hmm_range_fault (bsc#1152489)
- commit a3a4dd6
- mm/hmm: remove hmm_range vma (bsc#1152489)
- commit 7a11310
- mm/hmm: replace the block argument to hmm_range_fault with a flags (bsc#1152489)
- commit 9056209
- mm/hmm: replace hmm_update with mmu_notifier_range (bsc#1152489)
- commit 0813cd7
- mm/hmm: remove the legacy hmm_pfn_* APIs (bsc#1152489)
- commit 09854af
- nouveau: return -EBUSY when hmm_range_wait_until_valid fails (bsc#1152489)
- commit 30d929c
- kbuild: change *FLAGS_<basetarget>.o to take the path relative to (bsc#1152489)
- commit 691ec88
- drm/nouveau/bar/gm20b: Avoid BAR1 teardown during init (bsc#1152472)
- commit b310a01
- drm/nouveau: Fix ordering between TTM and GEM release (bsc#1152472)
- commit 2f4b7fa
- drm/nouveau/prime: Extend DMA reservation object lock (bsc#1152472)
- commit 0852645
- drm/nouveau: Fix fallout from reservation object rework (bsc#1152472)
- commit bd81856
- drm/nouveau/kms/nv50-: Don't create MSTMs for eDP connectors (bsc#1152472)
- commit 3b6d507
- drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmap (bsc#1152489)
- commit 049a8de
- drm/i915: to make vgpu ppgtt notificaiton as atomic operation (bsc#1152489)
- commit 17970c8
- drm/i915: Flush the existing fence before GGTT read/write (bsc#1152489)
- commit 1942967
- drm/i915: Hold irq-off for the entire fake lock period (bsc#1152489)
- commit f64469b
- drm/i915/gvt: update RING_START reg of vGPU when the context is (bsc#1152489)
- commit 066dca6
- drm/i915/gvt: update vgpu workload head pointer correctly (bsc#1152489)
- commit 6bf208b
- drm/mcde: Fix DSI transfers (bsc#1152472)
- commit 5d556bd
- drm/panfrost: Remove unnecessary hwaccess_lock spin_lock (bsc#1152489)
- commit 4dbc1eb
- drm/panfrost: Flush and disable address space when freeing page (bsc#1152489)
- commit c0535b3
- drm/panfrost: Add cache/TLB flush before switching address space (bsc#1152489)
- commit 5e9b7dd
- drm/panfrost: Split mmu_hw_do_operation into locked and unlocked (bsc#1152489)
- commit 7e5393c
- drm/panfrost: Rework page table flushing and runtime PM interaction (bsc#1152489)
- commit 87df48f
- drm/panfrost: Remove unnecessary mmu->lock mutex (bsc#1152489)
- commit d931c92
- drm/panfrost: Hold runtime PM reference until jobs complete (bsc#1152489)
- commit 35bab67
- drm/panfrost: Rework runtime PM initialization (bsc#1152489)
- commit 71c6c04
- drm/panfrost: Use mutex_trylock in panfrost_gem_purge (bsc#1152489)
- commit e4bfd0b
- drm/shmem: Use mutex_trylock in drm_gem_shmem_purge (bsc#1152489)
- commit eef99c9
- drm/shmem: Do dma_unmap_sg before purging pages (bsc#1152489)
- commit b1e2e6e
- drm/panfrost: Fix possible suspend in panfrost_remove (bsc#1152489)
- commit 7f83196
- drm/panfrost: Add missing check for pfdev->regulator (bsc#1152489)
- commit fb99509
- drm/msm: Use the correct dma_sync calls harder (bsc#1152489)
- commit a25a5aa
- drm/msm: remove unlikely() from WARN_ON() conditions (bsc#1152489)
- commit c0fdd4c
- drm/msm/dsi: Fix return value check for clk_get_parent (bsc#1152489)
- commit bfa307d
- drm/msm: add atomic traces (bsc#1152489)
- commit 972691d
- drm/msm/dpu: async commit support (bsc#1152489)
- commit cf8282b
- drm/msm: async commit support (bsc#1152489)
- commit 9f89adb
- drm/msm: split power control from prepare/complete_commit (bsc#1152489)
- commit 71bf5bd
- drm/msm: add kms->flush_commit() (bsc#1152489)
- commit dae5d58
- drm/msm: convert kms->complete_commit() to crtc_mask (bsc#1152489)
- commit 0a717b5
- drm/msm: add kms->wait_flush() (bsc#1152489)
- commit 7ace3ac
- drm/msm/dpu: handle_frame_done() from vblank irq (bsc#1152489)
- commit 98a3520
- drm/msm/dpu: add real wait_for_commit_done() (bsc#1152489)
- commit 3f48272
- drm/msm/dpu: unwind async commit handling (bsc#1152489)
- commit 3c352ef
- drm/msm/dpu: remove unused arg (bsc#1152489)
- commit 28ba4fb
- drm/msm/dpu: remove some impossible error checking (bsc#1152489)
- commit 9189873
- drm/msm/dpu: add rotation property (bsc#1152489)
- commit cc79d7a
- drm/msm: Remove Kconfig default (bsc#1152489)
- commit ab000d0
- drm/msm/dpu: remove stray "/n"/ (bsc#1152489)
- commit 37de023
- drm/msm/dpu: fix "/frame done"/ timeouts (bsc#1152489)
- commit 976bde2
- drm/msm: Use struct_size() helper (bsc#1152489)
- commit 6704644
- drm/msm: Use generic bulk clock function (bsc#1152489)
- commit d8179f2
- drm/msm/mdp5: Find correct node for creating gem address space (bsc#1152489)
- commit 1df2115
- drm/msm/phy/dsi_phy: silence -EPROBE_DEFER warnings (bsc#1152489)
- commit 7c15c35
- drm/msm/a6xx: add missing MODULE_FIRMWARE() (bsc#1152489)
- commit 87cdb5e
- drm/msm/mdp5: Add msm8998 support (bsc#1152489)
- commit 3b45b27
- drm/msm/dpu: remove dpu_mdss:hwversion (bsc#1152489)
- commit 9eaf06a
- drm/msm: Transition console to msm framebuffer (bsc#1152489)
- commit b0684f1
- drm/msm/hdmi: Convert to use GPIO descriptors (bsc#1152489)
- commit dd249b8
- drm/msm/dpu: Drop unused GPIO code (bsc#1152489)
- commit 0350234
- drm/msm/dsi: Drop unused GPIO includes (bsc#1152489)
- commit f98ff71
- drm/msm/mdp4: Drop unused GPIO include (bsc#1152489)
- commit 6592a1c
- drm/msm: drop use of drmP.h (bsc#1152489)
- commit 7cde3c1
- drm/amdgpu: Move null pointer dereference check (bsc#1152489)
- commit 2ba22bd
- drm/amdgpu: Fix undefined dm_ip_block for navi12 (bsc#1152489)
- commit 8590c11
- drm/amdgpu: fix no interrupt issue for renoir emu (v2) (bsc#1152489)
- commit 28ded89
- drm/amdgpu: update IH_CHICKEN in oss 4.0 IP header for VG/RV series (bsc#1152489)
- commit 92f0918
- drm/amd/powerplay: SMU_MSG_OverridePcieParameters is unsupport for (bsc#1152489)
- commit 615755e
- drm/amdgpu: Handle job is NULL use case in amdgpu_device_gpu_recover (bsc#1152489)
- commit ea70264
- drm/amdgpu: Enable DC on Renoir (bsc#1152489)
- commit d3024c2
- drm/amd/display: Add DCN2.1 changes to DML (bsc#1152489)
- commit f187b21
- drm/amd/display: Correct order of RV family clk managers for Renoir (bsc#1152489)
- commit 0aba4d4
- drm/amd/display: add Renoir to kconfig (bsc#1152489)
- commit d0c17a4
- drm/amd/display: build dcn21 blocks (bsc#1152489)
- commit ea7513b
- drm/amd/display: add dcn21 core DC changes (bsc#1152489)
- commit cb3624b
- drm/amd/display: add dal_asic_id for renoir (bsc#1152489)
- commit 258b8f0
- drm/amd/display: call update_bw_bounding_box (bsc#1152489)
- commit 7d58494
- drm/amd/display: Handle Renoir in amdgpu_dm (v2) (bsc#1152489)
- commit 84583c6
- drm/amd/display: Handle Renoir in DC (bsc#1152489)
- commit fe6007d
- drm/amd/display: Fix register names (bsc#1152489)
- commit 977f9a0
- drm/amd/display: Add Renoir DML (bsc#1152489)
- commit 94e3c39
- drm/amd/display: Add Renoir GPIO (bsc#1152489)
- commit 369309a
- drm/amd/display: Add Renoir resource (v2) (bsc#1152489)
- commit 4cf7726
- drm/amd/display: Add Renoir clock manager (bsc#1152489)
- commit 7b16ee2
- drm/amd/display: Add Renoir Hubbub (v2) (bsc#1152489)
- commit 366098a
- drm/amd/display: Add Renoir hubbub registers list (bsc#1152489)
- commit 5089598
- drm/amd/display: Add hubp block for Renoir (v2) (bsc#1152489)
- commit b0bb92a
- drm/amd/display: Add Renoir irq_services (v2) (bsc#1152489)
- commit a1539cc
- drm/amd/display: Add pp_smu functions for Renoir (bsc#1152489)
- commit 3573654
- drm/amd/display: Add Renoir hw_seq register list (bsc#1152489)
- commit 8adf6ae
- drm/amd/display: Add Renoir clock registers list (bsc#1152489)
- commit 2f659d9
- drm/amd/display: Add Renoir registers (v3) (bsc#1152489)
- commit c5c3a82
- drm/amd/powerplay: add the interface for getting ultimate frequency (bsc#1152489)
- commit 3d07cac
- drm/amd/powerplay: enable populate DPM clocks table for swSMU APU (bsc#1152489)
- commit 14bad50
- drm/amd/powerplay: regards the APU always enable the dpm feature mask (bsc#1152489)
- commit 72413c5
- drm/amdgpu: Initialize and update SDMA power gating (bsc#1152489)
- commit 8e21192
- drm/amdgpu/psp: keep TMR in visible vram region for SRIOV (bsc#1152489)
- commit 7d2fb3a
- drm/amdgpu: keep the stolen memory in visible vram region (bsc#1152489)
- commit 3d106a3
- drm/amdgpu: fix spelling mistake "/jumpimng"/ -> "/jumping"/ (bsc#1152489)
- commit 59a8870
- drm/amdgpu/virtual_dce: drop error message in hw_init (bsc#1152489)
- commit 9b7af71
- drm/amdgpu/si: fix ASIC tests (bsc#1152489)
- commit eb73c34
- drm/amd/amdgpu: hide voltage and power sensors on SI and KV parts (bsc#1152489)
- commit 5140377
- drm/amdgpu: introduce vram lost for reset (v2) (bsc#1152489)
- commit 753754d
- drm/amd/powerplay: enable jpeg powergating for navi1x (bsc#1152489)
- commit f1c9df6
- drm/amdgpu: enable athub powergating for navi12 (bsc#1152489)
- commit 7acb6fc
- drm/amdgpu: enable vcn powergating for navi12 (bsc#1152489)
- commit 65d19ca
- drm/amdgpu: correct in_suspend setting for navi series (bsc#1152489)
- commit 6aa1662
- drm/amd: remove meaningless descending into amd/amdkfd/ (bsc#1152489)
- commit c79148c
- drm/amd/display: remove unused function setFieldWithMask (bsc#1152489)
- commit 56a75f3
- drm/amd/powerplay: correct the pp_feature output on Arcturus (bsc#1152489)
- commit af7225a
- drm/amdgpu: Vega20 SMU I2C HW engine controller. (bsc#1152489)
- commit f479565
- drm/amd/powerplay: Add interface to lock SMU HW I2C. (bsc#1152489)
- commit 1de258a
- Update config files - enable FORTIFY_SOURCE (jsc#SLE-11598)
- commit 4339218
- drm/amd: Import smuio_11_0 headers for EEPROM access on Vega20 (bsc#1152489)
- commit 7551b68
- drm/amdgpu: Add RAS EEPROM table. (bsc#1152489)
- commit ef260e7
- Revert "/drm/amdgpu: free up the first paging queue v2"/ (bsc#1152489)
- commit 82f3fa2
- drm/amdgpu/display: fix build error without (bsc#1152489)
- commit 91e3fa9
- drm/amd/powerplay: Fix an off by one in navi10_get_smu_msg_index() (bsc#1152489)
- commit 4416d3c
- drm/amd/display: Fix error message (bsc#1152489)
- commit 9363a0f
- drm/amdgpu: add dummy read for some GCVM status registers (bsc#1152489)
- commit 3bfa476
- drm/exynos: drop use of drmP.h (bsc#1152489)
- commit 93c87a1
- drm/amd/display: 3.2.48 (bsc#1152489)
- commit 73db657
- drm/amd/display: flicking observed while installing driver on Navi10 (bsc#1152489)
- commit 4d49991
- Update config files.
  Drop config leftovers after patches.suse/netfilter-nf_tables-make-sets-built-in.patch
- commit b670cd3
- drm/amd/display: Properly read LVTMA_PWRSEQ_CNTL (bsc#1152489)
- commit 548ab67
- drm/amd/display: revert wait in pipelock (bsc#1152489)
- commit 691de2d
- drm/amd/display: Use res_cap to acquire i2c instead of pipe count (bsc#1152489)
- commit 3c1e179
- drm/amd/display: Expose OTG_V_TOTAL_MID for HW Diags (bsc#1152489)
- commit 6a2a16f
- drm/amd/display: fix DML not calculating delivery time (bsc#1152489)
- commit 3d9bfba
- drm/amd/display: MST topology debugfs (bsc#1152489)
- commit 6b43116
- drm/amd/display: set av_mute in hw_init for HDMI (bsc#1152489)
- commit 73acd5d
- drm/amd/display: Add Logging for Gamma Related information (bsc#1152489)
- commit 3f2adfa
- drm/amd/display: Enable HW rotation (bsc#1152489)
- commit a5cf3ec
- drm/amd/display: add Cursor Degamma logic for DCN2 (bsc#1152489)
- commit 41d51f8
- drm/amd/display: fix odm validation (bsc#1152489)
- commit 360371c
- drm/amd/display: fix odm stream release (bsc#1152489)
- commit b3f1f12
- drm/amd/display: fix dcn20 odm dpp programming (bsc#1152489)
- commit 86cbf80
- drm/amd/display: Fix number of slices not being checked for dsc (bsc#1152489)
- commit ec6df3c
- drm/amd/display: fix odm pipe copy (bsc#1152489)
- commit 43081f5
- drm/amd/display: fix trigger not generated for freesync (bsc#1152489)
- commit 442346f
- drm/amd/display: fix stuck test pattern on right half of display (bsc#1152489)
- commit 2837437
- drm/amd/display: support spdif (bsc#1152489)
- commit 5c0f704
- drm/amd/display: Refactoring VTEM (bsc#1152489)
- commit c142850
- drm/amd/display: 3.2.47 (bsc#1152489)
- commit b185290
- drm/amd/display: cleaned up coding error in init_hw (bsc#1152489)
- commit 1aae62a
- drm/amd/display: Add VM page fault handle implementation (bsc#1152489)
- commit f64e760
- drm/amd/display: refactor Device ID for external chips (bsc#1152489)
- commit 037de27
- drm/amd/display: Zero-out dsc init regs (bsc#1152489)
- commit 0a26500
- drm/amd/display: Implement voltage limitation stub (bsc#1152489)
- commit 59b8f68
- drm/amd/display: add null checks before logging (bsc#1152489)
- commit 175ad5d
- drm/amd/display: set Hratio and VRatio in dml (bsc#1152489)
- commit 3fa14dc
- drm/amd/display: fix dp stream enable (bsc#1152489)
- commit def265d
- drm/amd/display: load iram for abm 2.3 (bsc#1152489)
- commit d6ff845
- drm/amd/display: fix MPO HUBP underflow with Scatter Gather (bsc#1152489)
- commit 03af1ef
- drm/amd/display: fix audio endpoint not getting disabled issue (bsc#1152489)
- commit 89be551
- drm/amd/display: Delete dead code in command_table_helper (bsc#1152489)
- commit db55286
- drm/amd/display: re structure odm to allow 4 to 1 support (bsc#1152489)
- commit e1313ca
- drm/amdgpu: set adev->num_vmhubs for gmc6,7,8 (bsc#1152489)
- commit 3c714c2
- drm/amdgpu/display: add flag for multi-display mclk switching (bsc#1152489)
- commit 9e34cb0
- drm/amd/display: update bw_calcs to take pipe sync into account (v3) (bsc#1152489)
- commit ba67e14
- drm/amdgpu/powerplay/vega10: enable mclk switching if monitors are (bsc#1152489)
- commit 3cad0a1
- drm/amdgpu/powerplay/smu7: enable mclk switching if monitors are (bsc#1152489)
- commit 1d8433f
- amd/amdkfd: add Arcturus vf DID support (bsc#1152489)
- commit 60523e3
- drm/amd/powerpaly: fix navi series custom peak level value error (bsc#1152489)
- commit 046cdd4
- drm/amdgpu: correct ras error count type (bsc#1152489)
- commit fea7ec1
- drm/amd/display: fix calc_pll_max_vco_construct (bsc#1152489)
- commit efc69e4
- drm/amdgpu: enable VCN DPG for Renoir (bsc#1152489)
- commit c42e93f
- Revert "/drm/amdgpu: use direct loading on renoir vcn for the moment"/ (bsc#1152489)
- commit 6779cd1
- drm/amdgpu: update gc/sdma goldensetting for rn (bsc#1152489)
- commit dc4f026
- drm/amd/powerplay: Disable renoir smu feature retrieve for the moment (bsc#1152489)
- commit b84e353
- drm/amd/powerplay: enable renoir dpm feature (bsc#1152489)
- commit 2cc02fd
- drm/amdgpu: enable SDMA power gating for rn (bsc#1152489)
- commit c090189
- drm/amdgpu/sdma4: set sdma clock gating for rn (bsc#1152489)
- commit 99d4cb7
- drm/amdgpu/mmhub1: set mmhub clock gating for rn (bsc#1152489)
- commit a932e94
- drm/amdgpu: enable DF clock gating for rn (bsc#1152489)
- commit 5dfc4b0
- drm/amdgpu: enable athub clock gating for rn (bsc#1152489)
- commit d1bd800
- drm/amdgpu: enable IH clock gating for rn (bsc#1152489)
- commit 480fa05
- drm/amdgpu: enable vcn clock gating for rn (bsc#1152489)
- commit f64b0d3
- drm/amdgpu: enable rom clock gating for rn (bsc#1152489)
- commit 03078bc
- drm/amdgpu: enable HDP clock gating for rn (bsc#1152489)
- commit 4179e88
- drm/amdgpu: enable BIF clock gating for rn (bsc#1152489)
- commit 96ed1af
- drm/amdgpu: enable sdma clock gating for rn (bsc#1152489)
- commit 1d1023c
- drm/amdgpu: enable mmhub clock gating for rn (bsc#1152489)
- commit 9644520
- drm/amdgpu: enable gfx clock gating for rn (bsc#1152489)
- commit 91ce5d5
- drm/amd/powerplay: add DPMCLOCKS table implementation (bsc#1152489)
- commit 983a0c8
- drm/amd/powerplay: init smu tables for rn (bsc#1152489)
- commit 86e7428
- drm/amd/powerplay: add smu tables for rn (bsc#1152489)
- commit d80677a
- drm/amd/powerplay: using valid mapping check for rn (bsc#1152489)
- commit 26616fc
- drm/amd/powerplay: fix checking gfxoff status for rn (bsc#1152489)
- commit eaddc34
- drm/amdgpu: add and enable gfxoff feature (bsc#1152489)
- commit 0e09e3c
- drm/amdgpu: add set_gfx_cgpg implement (v2) (bsc#1152489)
- commit 66039e3
- drm/amd/powerplay: udpate smu_v12_0_check_fw_version (v2) (bsc#1152489)
- commit 3b5759f
- drm/amd/powerplay: powerup sdma/vcn for all apu series (bsc#1152489)
- commit e60f25c
- drm/amdgpu/powerplay: add Renoir VCN power management (bsc#1152489)
- commit 72b0fd2
- drm/amdgpu: skip dpm init for renoir (bsc#1152489)
- commit dcc74bf
- drm/amdgpu/powerplay: add power up/down SDMA interfaces for renoir (bsc#1152489)
- commit 1b4ed5f
- drm/amdgpu/powerplay: add smu ip block for renoir (v2) (bsc#1152489)
- commit ee3bfa9
- drm/amdgpu/powerplay: add smu_v12_0.c & smu_v12_0.h for renoir (bsc#1152489)
- commit e65f13c
- drm/amdgpu/powerplay: add initial renoir_ppt.c for renoir (v3) (bsc#1152489)
- commit 0d1b11c
- drm/amd/powerplay: add smu12_driver_if.h (v3) (bsc#1152489)
- commit 88e5887
- drm/amdgpu/powerplay: Add smu_v12_0_ppsmc.h (v2) (bsc#1152489)
- commit fdd76d1
- drm/amd/display: fix a potential null pointer dereference (bsc#1152489)
- commit bee4a29
- drm/amdgpu/powerplay: remove redundant assignment to variable (bsc#1152489)
- commit 7dc3723
- drm/amdkfd: Make deallocate_hiq_sdma_mqd static (bsc#1152489)
- commit 0d92f63
- drm/amdgpu/sdma5: fix number of sdma5 trap irq types for navi1x (bsc#1152489)
- commit ffb4b32
- drm/amd/display: Enable SST DSC in DM (bsc#1152489)
- commit 9fefe66
- Revert "/drm/amd/display: Fix underscan not using proper scaling"/ (bsc#1152489)
- commit 407e882
- Revert "/drm/amd/display: add global master update lock for DCN2"/ (bsc#1152489)
- commit 63d3c55
- Revert "/drm/amd/display: navi10 bring up skip dsc encoder config"/ (bsc#1152489)
- commit fc29df3
- Revert "/drm/amd/display: skip dsc config for navi10 bring up"/ (bsc#1152489)
- commit e5af6be
- amd/amdgpu: add Arcturus vf DID support (bsc#1152489)
- commit c3b6495
- drm/amdgpu: unity mc base address for arcturus (bsc#1152489)
- commit 345bff2
- drm/amdgpu: disable agp for sriov (bsc#1152489)
- commit 8b91d49
- drm/amdkfd: remove set but not used variable 'pdd' (bsc#1152489)
- commit 61cbbfb
- drm/amd/display: remove duplicated include from dc_link.c (bsc#1152489)
- commit 5f0e51f
- drm/amdgpu: remove duplicated include from gfx_v9_0.c (bsc#1152489)
- commit a484df1
- drm/amdgpu: remove set but not used variable 'psp_enabled' (bsc#1152489)
- commit 2c8b1e9
- drm/amd/display: Fix 32-bit divide error in wait_for_alt_mode (bsc#1152489)
- commit 2983270
- drm/amd/display: Lock the CRTC when setting CRC source (bsc#1152489)
- commit 36def49
- drm/amd/display: Split out DC programming for CRC capture (bsc#1152489)
- commit 3e9636d
- drm/amd/display: Use connector list for finding DPRX CRC aux (bsc#1152489)
- commit e83a877
- drm/amd/display: Check return code for CRC drm_crtc_vblank_get (bsc#1152489)
- commit 7e3611e
- drm/amd/powerplay: correct typo (bsc#1152489)
- commit cc06fa9
- drm/amd/powerplay: correct SW smu11 thermal range settings (bsc#1152489)
- commit b807b96
- drm/amd/powerplay: set Arcturus default fclk as bootup value on dpm (bsc#1152489)
- commit 01cbc0b
- drm/amd/powerplay: get bootup fclk value (bsc#1152489)
- commit 73dfeb6
- drm/amd/powerplay: expose supported clock domains only through sysfs (bsc#1152489)
- commit 36203b1
- drm/amd/powerplay: update Arcturus smc fw and driver interface header (bsc#1152489)
- commit b705939
- drm/amd/powerplay: add smu_smc_read_sensor support for arcturus (bsc#1152489)
- commit 4419583
- drm/amdgpu: Fix a typo in the include header guard of (bsc#1152489)
- commit 91705a2
- drm/amdgpu/psp: move TMR to cpu invisible vram region (bsc#1152489)
- commit 468640a
- drm/amdgpu: remove redundant argument for psp_funcs::cmd_submit (bsc#1152489)
- commit 1fa6c76
- drm/amdkfd: Fill the name field in node topology with asic name v2 (bsc#1152489)
- commit bace489
- drm/amdgpu: Set no-retry as default. (bsc#1152489)
- commit 79c2ecd
- drm/amdgpu: add firmware header printing for psp fw loading (v2) (bsc#1152489)
- commit b98a5c1
- drm/amdgpu: fix debug level for ppt offset/size (bsc#1152489)
- commit 0463c11
- drm/amdgpu: remove special autoload handling for navi12 (bsc#1152489)
- commit cf9be04
- drm/amdgpu: Use new mode2 reset interface for RV. (bsc#1152489)
- commit e8b53ee
- drm/amd/poweplay: Add amd_pm_funcs callback for mode 2 (bsc#1152489)
- commit 7893398
- drm/amd/powerpay: Implement mode2 reset callback for SMU10 (bsc#1152489)
- commit 3fe767b
- drm/amd/powerplay: add mode2 reset callback for pp_smu_mgr (bsc#1152489)
- commit a65ead4
- Ran series_sort.py, moving one patch, to make it happy
- commit 9be1933
- drm/amd/powerplay: Fix meaning of 0x1E PPSMC_MSG (bsc#1152489)
- commit 4fe220e
- dmr/amdgpu: Fix compile error with CONFIG_DRM_AMDGPU_GART_DEBUGFS (bsc#1152489)
- commit 457f35f
- drm/amd/powerplay/smu7: enforce minimal VBITimeout (v2) (bsc#1152489)
- commit 4500233
- drm/amd/amdgpu: Update VM function pointer (bsc#1152489)
- commit 91f9852
- drm/amdkfd: Fill amdgpu_task_info for KFD VMs (bsc#1152489)
- commit 249bfb9
- drm/amdgpu: Set VM_L2_CNTL.PDE_FAULT_CLASSIFICATION to 0 for GFX10 (bsc#1152489)
- commit a0e8330
- drm/amdgpu: Add more page fault info printing for GFX10 (bsc#1152489)
- commit 4417fcf
- drm/amdgpu: Add printing for RW extracted from (bsc#1152489)
- commit 7ed8c98
- drm/amdkfd/gfx10: Calling amdgpu functions to invalidate TLB (bsc#1152489)
- commit 4ecd9b3
- drm/amdgpu: Export function to flush TLB of specific vm hub (bsc#1152489)
- commit a6d8393
- drm/amd/display: Load NV12 SOC BB from firmware (bsc#1152489)
- commit 483f4da
- drm/amd/display: Enable MPO with pre-blend color processing (RGB) (bsc#1152489)
- commit 592d849
- drm/amd/display: audio cannot switch to internal when display turns (bsc#1152489)
- commit 08a1862
- drm/amd/display: check hpd before retry verify link cap (bsc#1152489)
- commit c3bda9c
- drm/amd/display: enable dcn_mem_pwr as golden setting updates (bsc#1152489)
- commit 6e584ad
- drm/amd/display: 3.2.46 (bsc#1152489)
- commit 6bfef04
- drm/amd/display: fix dcn20 global sync dml param extraction (bsc#1152489)
- commit bb0626c
- drm/amd/display: 3.2.45 (bsc#1152489)
- commit 0b27a51
- drm/amd/display: Add and refine DSC logs in enable sequence (bsc#1152489)
- commit d463cd9
- drm/amd/display: Add Logging for Gamma Related information (2/2) (bsc#1152489)
- commit 53b0bc1
- drm/amd/display: Remove redundant definition of dwb_source enums (bsc#1152489)
- commit b504830
- drm/amd/display: Add enum for H-timing divider mode (bsc#1152489)
- commit a68d8ee
- drm/amd/display: Register VUPDATE_NO_LOCK interrupts for DCN2 (bsc#1152489)
- commit 43633fd
- drm/amd/display: wake up ogam mem pwr before programming ocsc (bsc#1152489)
- commit 289ef28
- drm/amd/display: Correct DSC PPS log (bsc#1152489)
- commit a9aa786
- drm/amd/display: Check if set_blank_data_double_buffer exists before (bsc#1152489)
- commit 99195c9
- drm/amd/display: Fix type of ODMCombineType field (bsc#1152489)
- commit fc239d7
- drm/amd/display: Add Logging for Gamma Related information (1/2) (bsc#1152489)
- commit 80e0179
- drm/amd/display: Remove 4:2:2 DSC support (bsc#1152489)
- commit d239eeb
- drm/amd/display: reprogram VM config when system resume (bsc#1152489)
- commit 8d2ba09
- drm/amd/display: Enable type C hotplug (bsc#1152489)
- commit 94757d7
- drm/amd/display: HUBP/HUBBUB register programming fixes (bsc#1152489)
- commit d1c82a0
- drm/amd/display: update optc odm interface for more than 2 opps (bsc#1152489)
- commit 5e616c3
- drm/amd/display: Update DML parameters (bsc#1152489)
- commit 123802f
- drm/amd/display: Remove duplicate interface for programming FB (bsc#1152489)
- commit a9d46ae
- drm/amd/display: fix pipe selection logic in validate (bsc#1152489)
- commit 6254bbe
- drm/amd/display: 3.2.44 (bsc#1152489)
- commit 65eda5c
- drm/amd/display: Set DSC before DIG front-end is connected to its (bsc#1152489)
- commit b7aeddf
- drm/amd/display: Change DSC policy from slices per column to minimum (bsc#1152489)
- commit 8172b36
- drm/amd/display: Add HLG support in color module (bsc#1152489)
- commit 3e3d299
- drm/amd/display: clean up DML for DCN2x (bsc#1152489)
- commit 96410fc
- drm/amd/display: enabling seamless boot sequence for dcn2 (bsc#1152489)
- commit 0dda027
- drm/amd/display: fix dcn-specific clk_mgr init_clocks (bsc#1152489)
- commit b1c40e4
- drm/amd/display: Make init_hw and init_pipes generic for seamless (bsc#1152489)
- commit b6dc0d9
- drm/amd/display: 3.2.43 (bsc#1152489)
- commit 907d12d
- drm/amd/display: wait for pending complete when enabling a plane (bsc#1152489)
- commit 3590a82
- drm/amd/display: refactor gpio to allocate hw_container in (bsc#1152489)
- commit f0d5bdd
- drm/amd/display: Add work-around option to skip DCN20 clock updates (bsc#1152489)
- commit 719ad5e
- drm/amd/display: fixup DPP programming sequence (bsc#1152489)
- commit 67be259
- drm/amd/display: make firmware info only load once during dc_bios (bsc#1152489)
- commit e249f75
- drm/amd/display: Synchronous DisplayPort Link Training (bsc#1152489)
- commit 0a0be5e
- drm/amd/display: Improve sharing of HUBBUB register lists (bsc#1152489)
- commit 2d1a3b0
- drm/amd/display: Add 22, 24, and 26 degamma (bsc#1152489)
- commit 4deee5d
- drm/amd/display: Fix frames_to_insert math (bsc#1152489)
- commit 3fa99a1
- drm/amd/display: fix issue where 252-255 values are clipped (bsc#1152489)
- commit 2fb323d
- drm/amd/display: reset hdmi tmds rate and data scramble on pipe reset (bsc#1152489)
- commit 4d74820
- drm/amd/display: reset drr programming on pipe reset (bsc#1152489)
- commit 9f300d0
- drm/amd/display: Add DFS reference clock field (bsc#1152489)
- commit 0138d17
- drm/amd/display: Add PIXEL_RATE control regs for more instances (bsc#1152489)
- commit 1f6ccc9
- drm/amdgpu: MODULE_FIRMWARE requires linux/module.h (bsc#1152489)
- commit 586e331
- drm/amdgpu/powerplay: fix spelling mistake "/unsuported"/ -> (bsc#1152489)
- commit a5ed1e9
- drm/amdgpu: implement querying ras error count for mmhub (bsc#1152489)
- commit 97a2a37
- drm/amdgpu: use exiting amdgpu_ctx_total_num_entities function (bsc#1152489)
- commit 5cbfc47
- drm/amdgpu: fix typo error amdgput -> amdgpu (bsc#1152489)
- commit d47dac1
- drm/amd/powerplay: fix message of SetHardMinByFreq failed when (bsc#1152489)
- commit 7e65668
- drm/amd/powerplay: add arcturus_is_dpm_running function for arcturus (bsc#1152489)
- commit d605c56
- drm/amd/powerplay: remove redundancy debug log about smu unsupported (bsc#1152489)
- commit 5bad212
- drm/amdgpu: simplify and cleanup setting the dma mask (bsc#1152489)
- commit 4bb5779
- drm/radeon: simplify and cleanup setting the dma mask (bsc#1152489)
- commit ed08394
- drm/amdgpu: handle PCIe root ports with addressing limitations (bsc#1152489)
- commit ed4a817
- drm/radeon: handle PCIe root ports with addressing limitations (bsc#1152489)
- commit c4e221f
- drm/amdgpu: flag renoir as experimental for now (bsc#1152489)
- commit bc201fc
- drm/amdgpu: skip mec2 jump table loading for renoir (bsc#1152489)
- commit 4e00d91
- drm/amdgpu: use direct loading on renoir vcn for the moment (bsc#1152489)
- commit dfdb339
- drm/amdgpu: set fw default loading by psp for renoir (bsc#1152489)
- commit 26ae291
- drm/amdgpu: update lbpw for renoir (bsc#1152489)
- commit 7fb7cf4
- drm/amdgpu: enable power gating for renoir (bsc#1152489)
- commit 80af723
- drm/amdgpu: enable clock gating for renoir (bsc#1152489)
- commit c0b5ce5
- drm/amdgpu: add VCN2.0 to Renoir IP blocks (bsc#1152489)
- commit c3198a4
- drm/amdgpu: enable Doorbell support for Renoir (v2) (bsc#1152489)
- commit 0a16d10
- drm/amdgpu: enable Renoir VCN firmware loading (bsc#1152489)
- commit ce30b98
- drm/amdgpu: add sdma golden settings for renoir (bsc#1152489)
- commit 7ae8995
- drm/amdgpu: add gfx golden settings for renoir (v2) (bsc#1152489)
- commit 466db5c
- drm/amdgpu: add psp_v12_0 for renoir (v2) (bsc#1152489)
- commit b503a78
- drm/amdgpu: set rlc funcs for renoir (bsc#1152489)
- commit 40ad64c
- drm/amdgpu: add asic funcs for renoir (bsc#1152489)
- commit 1492026
- drm/amdgpu: enable dce virtual ip module for Renoir (bsc#1152489)
- commit 37a0deb
- drm/amdgpu: fix no interrupt issue for renoir emu (bsc#1152489)
- commit 22c963e
- drm/amdgpu: add renoir pci id (bsc#1152489)
- commit 4afa4cc
- drm/amdgpu: set ip blocks for renoir (bsc#1152489)
- commit fc7039a
- drm/amdgpu: add sdma support for renoir (bsc#1152489)
- commit 3aeaabf
- drm/amdgpu: add gfx support for renoir (bsc#1152489)
- commit 3a04615
- drm/amdgpu: set fw load type for renoir (bsc#1152489)
- commit ce39bdf
- drm/amdgpu: add gmc v9 supports for renoir (bsc#1152489)
- commit fc0b5a5
- drm/amdgpu: add soc15 common ip block support for renoir (bsc#1152489)
- commit e269d2a
- drm/amdgpu: add renoir support for gpu_info and ip block setting (bsc#1152489)
- commit 09c1104
- drm/amdgpu: add renoir asic_type enum (bsc#1152489)
- commit d89b433
- drm/amdgpu: add renoir header files (v2) (bsc#1152489)
- commit e7be2c4
- drm/amd/powerplay: remove redundant duplicated return check (bsc#1152489)
- commit 14f6994
- drm/amd/display: Fix a typo - dce_aduio_mask --> dce_audio_mask (bsc#1152489)
- commit 24888b0
- drm/amdgpu/powerplay: update Arcturus smu version in new place (bsc#1152489)
- commit deae098
- drm/amdgpu: enable mmhub clock gating for Arcturus (bsc#1152489)
- commit bfcdac2
- drm/amdgpu: add mmhub clock gating for Arcturus (bsc#1152489)
- commit 60af5e4
- drm/amdgpu: increase CGCG gfx idle threshold for Arcturus (bsc#1152489)
- commit 25d4a48
- drm/amdgpu: add GFX_CP_LS flag to Arcturus (bsc#1152489)
- commit 6c4bb0f
- drm/amdgpu: remove ras block's feature status info in sysfs (bsc#1152489)
- commit c9e5d86
- drm/amd/powerplay: change smu_read_sensor sequence in smu (bsc#1152489)
- commit 23a94b8
- drm/amdgpu: split athub clock gating from mmhub (bsc#1152489)
- commit a944013
- drm/amdgpu: enable sdma clock gating for Arcturus (bsc#1152489)
- commit da7dba6
- drm/amdgpu: add sdma clock gating for Arcturus (bsc#1152489)
- commit 79f7836
- drm/amdgpu: support sdma clock gating for more instances (bsc#1152489)
- commit 95c4f88
- drm/amdgpu: enable hdp clock gating for Arcturus (bsc#1152489)
- commit 66d5f0d
- drm/amdgpu: add hdp clock gating for Arcturus (bsc#1152489)
- commit 961d4c0
- drm/amdgpu: enable gfx clock gating for Arcturus (bsc#1152489)
- commit f07b2ea
- drm/amdgpu: add gfx clock gating for Arcturus (bsc#1152489)
- commit 2757ead
- drm/amdgpu: create mmhub ras framework (bsc#1152489)
- commit 00d14a7
- drm/amdgpu: support mmhub ras in amdgpu ras (bsc#1152489)
- commit f47e0c8
- drm/amdgpu: add amdgpu_mmhub_funcs definition (bsc#1152489)
- commit 589934b
- drm/amdgpu: add sub block parameter in ras inject command (bsc#1152489)
- commit 1f42680
- drm/amdgpu: add check to avoid array bound issue (bsc#1152489)
- commit 084a071
- drm/amd/powerplay: re-define smu interface version for smu v11 (bsc#1152489)
- commit 5793007
- drm/amdgpu: add navi14 PCI ID (bsc#1152489)
- commit aa61f02
- drm/amdgpu: Update pitch on page flips without DC as well (bsc#1152489)
- commit 8b2a137
- drm/amd/display: Remove drm_dsc_dc.c (bsc#1152489)
- commit 0b1abb9
- drm/amdgpu: enable vcn clock gating for navi12 (bsc#1152489)
- commit b168375
- drm/amdgpu: enable athub clock gating for navi12 (bsc#1152489)
- commit da41f69
- drm/amdgpu/athub2: set clock gating for navi12 (bsc#1152489)
- commit c79ba82
- drm/amdgpu: enable ih clock gating for navi12 (bsc#1152489)
- commit 8c3a973
- drm/amdgpu: enable mmhub clock gating for navi12 (bsc#1152489)
- commit 5cba8ab
- drm/amdgpu/mmhub2: set clock gating for navi12 (bsc#1152489)
- commit bc2a773
- drm/amdgpu: enable sdma clock gating for navi12 (bsc#1152489)
- commit d3f01e5
- drm/amdgpu/sdma5: set sdma clock gating for navi12 (bsc#1152489)
- commit 04e7d6c
- drm/amdgpu: enable hdp clock gating for navi12 (bsc#1152489)
- commit a81fdef
- drm/amdgpu: enable gfx clock gatings for navi12 (bsc#1152489)
- commit 90e709f
- omapdrm: no need to check return value of debugfs_create functions (bsc#1152472)
- commit e5b3358
- drm/omap: Add 'alpha' and 'pixel blend mode' plane properties (bsc#1152472)
- commit b67436f
- drm/panfrost: Fix sleeping while atomic in panfrost_gem_open (bsc#1152472)
- commit 4e6f89d
- drm: meson: use match data to detect vpu compatibility (bsc#1152472)
- commit f5c3457
- drm: fix module name in edid_firmware log message (bsc#1152472)
- commit 116b004
- drm: kirin: Move ade drm init to kirin drm drv (bsc#1152472)
- commit 0a07826
- drm: kirin: Pass driver data to crtc init and plane init (bsc#1152472)
- commit 0430cf0
- drm: kirin: Add alloc_hw_ctx/clean_hw_ctx ops in driver data (bsc#1152472)
- commit fc8428e
- drm: kirin: Make driver_data variable non-global (bsc#1152472)
- commit aad6dfa
- drm: kirin: Fix dev->driver_data setting (bsc#1152472)
- commit 7cbb666
- drm: kirin: Rename plane_init and crtc_init (bsc#1152472)
- commit 648d0e1
- drm: kirin: Add register connect helper functions in drm init (bsc#1152472)
- commit 0543c2d
- drm: kirin: Move drm driver to driver data (bsc#1152472)
- commit 429144e
- drm: kirin: Move config max_width and max_height to driver data (bsc#1152472)
- commit adaa447
- drm: kirin: Move plane number and primay plane in driver data (bsc#1152472)
- commit 9914ace
- drm: kirin: Move mode config function to driver_data (bsc#1152472)
- commit 31dda6e
- drm: kirin: Move channel formats to driver data (bsc#1152472)
- commit 374956e
- drm: kirin: Move ade crtc/plane help functions to driver_data (bsc#1152472)
- commit d6c5279
- drm: kirin: Reanme dc_ops to kirin_drm_data (bsc#1152472)
- commit 815fa75
- drm: kirin: Move kirin_crtc, kirin_plane, kirin_format to (bsc#1152472)
- commit 2e2cb04
- drm: kirin: Move workqueue to ade_hw_ctx structure (bsc#1152472)
- commit d67d815
- drm: kirin: Move request irq handle in ade hw ctx alloc (bsc#1152472)
- commit f0b739f
- drm: kirin: Dynamically allocate the hw_ctx (bsc#1152472)
- commit e44df1b
- drm: kirin: Rename ade_crtc to kirin_crtc (bsc#1152472)
- commit b2b8086
- drm: kirin: Rename ade_plane to kirin_plane (bsc#1152472)
- commit b9fdf1b
- drm: kirin: Remove out_format from ade_crtc (bsc#1152472)
- commit 151b4d8
- drm: kirin: Remove uncessary parameter indirection (bsc#1152472)
- commit b111c26
- drm: kirin: Remove unreachable return (bsc#1152472)
- commit 4d86952
- drm: kirin: Remove HISI_KIRIN_DW_DSI config option (bsc#1152472)
- commit 60e4151
- drm: kirin: Fix for hikey620 display offset problem (bsc#1152472)
- commit 28c8724
- drm/nouveau: Initialize GEM object before TTM object (bsc#1152472)
- commit 82bbc5e
- drm/komeda: Add support for 'memory-region' DT node property (bsc#1152472)
- commit 0beef9b
- dw-hdmi-cec: use cec_notifier_cec_adap_(un)register (bsc#1152472)
- commit fc0a63b
- drm: dw-hdmi: use cec_notifier_conn_(un)register (bsc#1152472)
- commit 519820c
- drm/i915: Select DMABUF_SELFTESTS for the default i915.ko debug build (bsc#1152472)
- commit f81d708
- drm/drv: Use // for comments in example code (bsc#1152472)
- commit e66cbf5
- drm/panfrost: Remove opp table when unloading (bsc#1152472)
- commit 21f5028
- drm/panfrost: Enable devfreq to work without regulator (bsc#1152472)
- commit 565453b
- drm/panfrost: Implement per FD address spaces (bsc#1152472)
- commit 06ab210
- drm/panfrost: Fix missing unlock on error in (bsc#1152472)
- commit 2fb59ef
- udlfb: Make dlfb_ops constant (bsc#1152472)
- commit 93b0dd9
- video: fbdev/mmp/core: Use struct_size() in kzalloc() (bsc#1152472)
- commit c53050f
- video: fbdev: viafb: Remove dead code (bsc#1152472)
- commit 736618a
- video: fbdev: aty[128]fb: Remove dead code (bsc#1152472)
- commit 7119835
- video: fbdev: sh_mobile_lcdcfb: Mark expected switch fall-through (bsc#1152472)
- commit e7d1da1
- video: fbdev: radeonfb: Use dev_get_drvdata (bsc#1152472)
- commit c12f66a
- video: fbdev: sm712fb: Use dev_get_drvdata (bsc#1152472)
- commit f0a673c
- video: fbdev: pvr2fb: remove unnecessary comparison of unsigned (bsc#1152472)
- commit e1cd33f
- efifb: BGRT: Improve efifb_bgrt_sanity_check (bsc#1152472)
- commit e7b6da1
- drm/hisilicon/hibmc: Make CONFIG_DRM_HISI_HIBMC depend on ARM64 (bsc#1152489)
- commit e37c214
- drm/hisilicon: Use dev_get_drvdata (bsc#1152489)
- commit d8caca1
- drm/hisilicon/hibmc: Using module_pci_driver. (bsc#1152489)
- commit a925e83
- gpu: ipu-v3: image-convert: only sample into the next tile if (bsc#1152489)
- commit 8358bc1
- gpu: ipu-v3: image-convert: move tile burst alignment out of loop (bsc#1152489)
- commit dd93902
- gpu: ipu-v3: image-convert: bail on invalid tile sizes (bsc#1152489)
- commit 54d81ec
- gpu: ipu-v3: image-convert: fix image downsize coefficients and (bsc#1152489)
- commit bf9d8aa
- gpu: ipu-v3: image-convert: limit input seam position to hardware (bsc#1152489)
- commit 256884a
- gpu: ipu-v3: image-convert: fix output seam valid interval (bsc#1152489)
- commit bdeb94d
- gpu: ipu-v3: image-convert: move output seam valid interval (bsc#1152489)
- commit 9558cf0
- gpu: ipu-v3: image-convert: enable V4L2_PIX_FMT_BGRX32 and _RGBX32 (bsc#1152489)
- commit 7324713
- gpu: ipu-v3: enable remaining 32-bit RGB V4L2 pixel formats (bsc#1152489)
- commit 9261b08
- drm/imx: Drop unused imx-ipuv3-crtc.o build (bsc#1152489)
- commit 46d1e6c
- drm/i915: Update DRIVER_DATE to 20190822 (bsc#1152489)
- commit 66ee014
- drm/i915: Replace i915_vma_put_fence() (bsc#1152489)
- commit 7e240b6
- drm/i915: Pull obj->userfault tracking under the ggtt->mutex (bsc#1152489)
- commit 85c1292
- drm/i915: Track ggtt fence reservations under its own mutex (bsc#1152489)
- commit 7349af1
- drm/i915: Generalise the clflush dma-worker (bsc#1152489)
- commit e9efc96
- drm/i915/selftests: Fixup a couple of missing serialisation with vma (bsc#1152489)
- commit fc0cbdb
- drm/i915/gtt: Add some range asserts (bsc#1152489)
- commit d670254
- drm/i915/execlists: Set priority hint prior to submission (bsc#1152489)
- commit 9e602f7
- drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICT (bsc#1152489)
- commit 92c4f42
- drm/i915/gtt: Include asm/smp.h (bsc#1152489)
- commit 46652b9
- drm/i915/hdmi: make hdcp2_msg_data const (bsc#1152489)
- commit f0b77d9
- drm/i915/hdmi: stylistic cleanup around hdcp2_msg_data (bsc#1152489)
- commit 5b996f5
- drm/i915/dp: make hdcp2_dp_msg_data const (bsc#1152489)
- commit 0305ebe
- drm/i915/dp: avoid shadowing variables (bsc#1152489)
- commit a54a2fd
- drm/i915/dp: stylistic cleanup around hdcp2_msg_data (bsc#1152489)
- commit 736840d
- drm/i915/gtt: Relax assertion for pt_used (bsc#1152489)
- commit bfa13cf
- drm/i915: Fix DP-MST crtc_mask (bsc#1152489)
- commit 7186966
- drm/i915/tgl: update DMC firmware to 2.04 (bsc#1152489)
- commit 91c9dcc
- drm/i915/tgl: Move transcoders to pipes' powerwells (bsc#1152489)
- commit e34c4f6
- drm/i915/tgl: add support for reading the timestamp frequency (bsc#1152489)
- commit adb2624
- drm/i915/tgl: disable DDIC (bsc#1152489)
- commit aea7f63
- drm/i915: Update DRIVER_DATE to 20190820 (bsc#1152489)
- commit a726a9c
- drm/i915/gtt: Relax pd_used assertion (bsc#1152489)
- commit 62b8d4b
- drm/i915: Dynamically allocate s0ix struct for VLV (bsc#1152489)
- commit b9aba17
- drm/i915/tgl: Gen12 render context size (bsc#1152489)
- commit b2c6095
- drm/i915/tgl: Updated Private PAT programming (bsc#1152489)
- commit d0a9b99
- drm/i915/tgl: Introduce initial Tiger Lake workarounds (bsc#1152489)
- commit dbb5547
- drm/i915/tgl: Gen12 csb support (bsc#1152489)
- commit e2adb5e
- drm/i915/tgl: add GEN12_MAX_CONTEXT_HW_ID (bsc#1152489)
- commit 460ecd0
- drm/i915/tgl: add Gen12 default indirect ctx offset (bsc#1152489)
- commit 8f23cf6
- drm/i915/tgl: Report valid VDBoxes with SFC capability (bsc#1152489)
- commit 772e899
- drm/i915: Be defensive when starting vma activity (bsc#1152489)
- commit e8feb89
- drm/i915: Serialize insertion into the file->mm.request_list (bsc#1152489)
- commit 3fa4103
- drm/i915: Sanitize PHY state during display core uninit (bsc#1152489)
- commit e4427ac
- drm/i915: Assume exclusive access to objects inside resume (bsc#1152489)
- commit 60d7aef
- drm/i915: Use 0 for the unordered context (bsc#1152489)
- commit 2d78ee3
- drm/i915: i915_active.retire() is optional (bsc#1152489)
- commit e7c69b7
- drm/i915/gen11: Allow usage of all GPIO pins (bsc#1152489)
- commit 6e17baf
- drm/i915: Serialize against vma moves (bsc#1152489)
- commit bed5a90
- drm/i915: Only emit the 'send bug report' once for a GPU hang (bsc#1152489)
- commit 30a6052
- drm/i915/gt: Mark up the nested engine-pm timeline lock as irqsafe (bsc#1152489)
- commit 79eea6e
- drm/i915: Always wrap the ring offset before resetting (bsc#1152489)
- commit d6fd316
- drm/i915: Propagate fence errors (bsc#1152489)
- commit 2f57e5a
- drm/i915/uc: Never fail on HuC firmware errors (bsc#1152489)
- commit 5a8619d
- drm/i915/uc: Don't always fail on unavailable GuC firmware (bsc#1152489)
- commit e013402
- drm/i915/guc: Don't open log relay if GuC is not running (bsc#1152489)
- commit e2384ba
- drm/i915/uc: Never fail on uC preparation step (bsc#1152489)
- commit f18d50d
- drm/i915/uc: Cleanup fw fetch on every GuC/HuC init failure (bsc#1152489)
- commit 1877a40
- drm/i915/uc: Cleanup fw fetch only if it was successful (bsc#1152489)
- commit 9b63ff8
- drm/i915/selftests: Check the context size (bsc#1152489)
- commit 7791cfe
- drm/i915/gtt: Fold gen8 insertions into one (bsc#1152489)
- commit 7224dce
- drm/i915/uc: Add explicit DISABLED state for firmware (bsc#1152489)
- commit f9ef4f8
- drm/i915: Wrappers for display register waits (bsc#1152489)
- commit 029b23f
- drm/i915: Move gmbus definitions out of i915_reg.h (bsc#1152489)
- commit 060bdd6
- drm/i915: Move engine IDs out of i915_reg.h (bsc#1152489)
- commit 27b256e
- drm/i915: Move i915_power_well_id out of i915_reg.h (bsc#1152489)
- commit cf7107a
- drm/i915/execlists: Lift process_csb() out of the irq-off spinlock (bsc#1152489)
- commit 684883c
- drm/i915: Markup expected timeline locks for i915_active (bsc#1152489)
- commit 56a1345
- drm/i915/gt: Mark context->active_count as protected by (bsc#1152489)
- commit d7a5ad3
- drm/i915/wopcm: Fix SPDX tag location (bsc#1152489)
- commit e63e481
- drm/i915/wopcm: Update error messages (bsc#1152489)
- commit 43dccb0
- drm/i915/wopcm: Try to use already locked WOPCM layout (bsc#1152489)
- commit 3315ed3
- drm/i915/wopcm: Check WOPCM layout separately from calculations (bsc#1152489)
- commit d432e4a
- drm/i915/uc: Move FW size sanity check back to fetch (bsc#1152489)
- commit e9a7bf4
- drm/i915/buddy: use kmemleak_update_trace (bsc#1152489)
- commit 8415236
- drm/i915/buddy: tidy up i915_buddy_fini (bsc#1152489)
- commit c69ead9
- drm/i915: Use the associated uncore for the vm (bsc#1152489)
- commit c514165
- drm/i915: Extract intel_frontbuffer active tracking (bsc#1152489)
- commit 3e3333e
- drm/i915: Protect request retirement with timeline->mutex (bsc#1152489)
- commit dd5ac3d
- drm/i915/gt: Guard timeline pinning without relying on struct_mutex (bsc#1152489)
- commit 7031169
- drm/i915/gt: Convert timeline tracking to spinlock (bsc#1152489)
- commit 3fa81a9
- drm/i915/gt: Track timeline activeness in enter/exit (bsc#1152489)
- commit 0bcb809
- drm/i915/cml: Add Missing PCI IDs (bsc#1152489)
- commit 2e3201e
- drm/i915: Move tasklet kicking to __i915_request_queue caller (bsc#1152489)
- commit 9a1acac
- drm/i915/icl: Add gen11 specific render breadcrumbs (bsc#1152489)
- commit ff3b32c
- drm/i915/icl: Add command cache invalidate (bsc#1152489)
- commit f89debd
- drm/i915/icl: Implement gen11 flush including tile cache (bsc#1152489)
- commit f829d31
- drm/i915/selftest/buddy: fixup igt_buddy_alloc_range (bsc#1152489)
- commit 3005e03
- drm/i915: Convert a few more bland dmesg info to be device specific (bsc#1152489)
- commit fead61d
- drm/i915: Serialise read/write of the barrier's engine (bsc#1152489)
- commit 0f60434
- drm/i915: Print CCID for all renderCS (bsc#1152489)
- commit 77dc2a5
- drm/i915: Disregard drm_mode_config.fb_base (bsc#1152489)
- commit 7568bd1
- drm/i915: Include engine->mmio_base in the debug dump (bsc#1152489)
- commit 8245959
- drm/i915/guc: Remove client->submissions (bsc#1152489)
- commit cb98dca
- drm/i915: Update DRIVER_DATE to 20190813 (bsc#1152489)
- commit 2b597b8
- drm/i915: Add _TRANS2() (bsc#1152489)
- commit d16ac33
- drm/i915/bdw+: Move misc display IRQ handling to it own function (bsc#1152489)
- commit f7a591d
- drm/i915/gvt: Double check batch buffer size after copy (bsc#1152489)
- commit 5888542
- drm/i915/gvt: Add valid length check for MI variable commands (bsc#1152489)
- commit cce4f06
- drm/i915/gvt: Add MI command valid length check (bsc#1152489)
- commit 548044e
- drm/i915/gvt: Utility for valid command length check (bsc#1152489)
- commit fa43037
- drm/i915/gvt: factor out tlb and mocs register offset table (bsc#1152489)
- commit cc3202f
- drm/i915/gvt: no need to check return value of debugfs_create (bsc#1152489)
- commit afe837c
- drm/i915/gvt: Fix typo of VBLANK_TIMER_PERIOD (bsc#1152489)
- commit ae1bd46
- drm/i915/kvmgt: Use struct_size() helper (bsc#1152489)
- commit a409221
- drm/i915/gt: Save/restore interrupts around breadcrumb disable (bsc#1152489)
- commit 1c2ec3d
- drm/i915: Push the wakeref->count deferral to the backend (bsc#1152489)
- commit c374484
- drm/i915/tgl: Fix missing parentheses on (bsc#1152489)
- commit 985b28d
- drm/i915/uc: Log fw status changes only under debug config (bsc#1152489)
- commit eccd909
- drm/i915/guc: Use a local cancel_port_requests (bsc#1152489)
- commit e0f92d7
- drm/i915: drop engine_pin/unpin_breadcrumbs_irq (bsc#1152489)
- commit e95fc2e
- drm/i915/guc: keep breadcrumb irq always enabled (bsc#1152489)
- commit cb5fbfe
- drm/i915/overlay: Switch to using i915_active tracking (bsc#1152489)
- commit 8b50a6f
- drm/i915: Forgo last_fence active request tracking (bsc#1152489)
- commit 2492f45
- drm/i915: Extract general GT interrupt handlers (bsc#1152489)
- commit e8d7ade
- drm/i915: Extract GT powermanagement interrupt handling (bsc#1152489)
- commit cf21a3b
- drm/i915/gt: Use the local engine wakeref when checking RING (bsc#1152489)
- commit c45087a
- drm/i915/selftests: Prevent the timeslice expiring during suppression (bsc#1152489)
- commit 2c995a5
- drm/i915/execlists: Avoid sync calls during park (bsc#1152489)
- commit 40916c9
- drm/i915/uc: Update copyright and license (bsc#1152489)
- commit 9e7e846
- drm/i915/tgl: Fixing up list of PG3 power domains. (bsc#1152489)
- commit afff35b
- drm/i915/icl: Remove DDI IO power domain from PG3 power domains (bsc#1152489)
- commit 012a5e9
- drm/i915/uc: Use -EIO code for GuC initialization failures (bsc#1152489)
- commit ecad9cf
- drm/i915/uc: Update messages from fw upload step (bsc#1152489)
- commit d8d4a24
- drm/i915/uc: Include HuC firmware version in summary (bsc#1152489)
- commit d7f3860
- drm/i915/uc: Fail early if there is no GuC fw available (bsc#1152489)
- commit 6dbfd00
- drm/i915: Remove unused debugfs/i915_emon_status (bsc#1152489)
- commit a7eaf43
- drm/i915: buddy allocator (bsc#1152489)
- commit 6ba3a1a
- drm/i915/blt: support copying objects (bsc#1152489)
- commit 2ab3aa5
- drm/i915/gtt: disable 2M pages for pre-gen11 (bsc#1152489)
- commit aa14527
- drm/i915/gtt: enable GTT cache by default (bsc#1152489)
- commit 7d1481b
- drm/i915/selftests: move gpu-write-dw into utils (bsc#1152489)
- commit 9bbd412
- drm/i915/blt: bump the size restriction (bsc#1152489)
- commit d91a98d
- drm/i915/blt: don't assume pinned intel_context (bsc#1152489)
- commit 4123d52
- drm/i915: split out uncore_mmio_debug (bsc#1152489)
- commit 858f9ad
- drm/i915: Stop reconfiguring our shmemfs mountpoint (bsc#1152489)
- commit 0ec1263
- drm/i915: Lift timeline into intel_context (bsc#1152489)
- commit ced808a
- crypto: qat - switch to skcipher API (jsc#SLE-14454).
- commit 0d922d0
- drm/i915: Push the ring creation flags to the backend (bsc#1152489)
- commit fc88dc3
- drm/i915/gt: Make deferred context allocation explicit (bsc#1152489)
- commit 9855fac
- drm/i915: Remove i915_gem_context_create_gvt() (bsc#1152489)
- commit a1e36b7
- drm/i915: Drop the fudge warning on ring restart for ctg/elk (bsc#1152489)
- commit f32fa59
- drm/i915: Generalise BSD default selection (bsc#1152489)
- commit 2bd99c8
- drm/i915: Replace global bsd_dispatch_index with random seed (bsc#1152489)
- commit 4f316e2
- drm/i915: Check for a second VCS engine more carefully (bsc#1152489)
- commit 456841e
- drm/i915/execlists: Backtrack along timeline (bsc#1152489)
- commit 60d9feb
- drm/i915: Free the imported shmemfs file for phys objects (bsc#1152489)
- commit 566edf8
- drm/i915: extract i915_gem_shrinker.h from i915_drv.h (bsc#1152489)
- commit 8765313
- drm/i915: extract gem/i915_gem_stolen.h from i915_drv.h (bsc#1152489)
- commit 8986cad
- drm/i915: extract i915_memcpy.h from i915_drv.h (bsc#1152489)
- commit 06a1270
- drm/i915: extract i915_suspend.h from i915_drv.h (bsc#1152489)
- commit da63167
- drm/i915: extract i915_sysfs.h from i915_drv.h (bsc#1152489)
- commit 86115ce
- drm/i915: extract i915_perf.h from i915_drv.h (bsc#1152489)
- commit 5258e8b
- drm/i915: move printing and load error inject to i915_utils.[ch] (bsc#1152489)
- commit f75c075
- drm/i915: move I915_STATE_WARN() and _ON() to intel_display.h (bsc#1152489)
- commit f66044c
- drm/i915: move add_taint_for_CI() to i915_utils.h (bsc#1152489)
- commit ac8747f
- drm/i915: remove unused dev_priv->no_aux_handshake (bsc#1152489)
- commit ddea05d
- drm/i915: Make debugfs/per_file_stats scale better (bsc#1152489)
- commit cd1c636
- drm/i915: Only include active engines in the capture state (bsc#1152489)
- commit 1aef69f
- drm/i915: Defer final intel_wakeref_put to process context (bsc#1152489)
- commit 9650b07
- drm/i915/selftests: Fixup a missing legacy_idx (bsc#1152489)
- commit b5a42d1
- drm/i915/tgl: Fix the read of the DDI that transcoder is attached to (bsc#1152489)
- commit fcdabf0
- drm/i915: Get transcoder power domain before reading its register (bsc#1152489)
- commit 0785759
- drm/i915: Fix up the inverse mapping for default ctx->engines[] (bsc#1152489)
- commit c533016
- drm/i915: Allocate kernel_contexts directly (bsc#1152489)
- commit 6f0ba92
- drm/i915/selftests: Pass intel_context to mock_request (bsc#1152489)
- commit 8337830
- drm/i915/tgl/dsi: Enable blanking packets during BLLP for video mode (bsc#1152489)
- commit 27b6811
- drm/i915/tgl: Add mipi dsi support for TGL (bsc#1152489)
- commit 6cb36e8
- drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping (bsc#1152489)
- commit d5f2a28
- drm/i915/tgl/dsi: Do not override TA_SURE (bsc#1152489)
- commit a432073
- drm/i915/tgl/dsi: Set latency PCS_DW1 for tgl (bsc#1152489)
- commit c567f48
- drm/i915/tgl/dsi: Program TRANS_VBLANK register (bsc#1152489)
- commit e7c9f49
- drm/i915: split out intel_pch.[ch] from i915_drv.[ch] (bsc#1152489)
- commit b16c3fd
- drm/i915/uc: Hardening firmware fetch (bsc#1152489)
- commit d0bcc9c
- drm/i915/uc: WOPCM programming errors are not always real (bsc#1152489)
- commit c220f5d
- drm/i915: Make wopcm_to_i915() private (bsc#1152489)
- commit d268e17
- drm/i915: Don't try to partition WOPCM without GuC firmware (bsc#1152489)
- commit 07d8848
- drm/i915/uc: Don't fetch HuC fw if GuC fw fetch already failed (bsc#1152489)
- commit 535ca49
- drm/i915/uc: HuC firmware can't be supported without GuC (bsc#1152489)
- commit 26cd40a
- drm/i915/uc: Prefer dev_info for reporting options (bsc#1152489)
- commit 31b3b77
- drm/i915/perf: Refactor oa object to better manage resources (bsc#1152489)
- commit 825a0f0
- drm/i915: Isolate i915_getparam_ioctl() (bsc#1152489)
- commit 4e1cf01
- drm/i915: Include the DRIVER_DATE in the error state (bsc#1152489)
- commit d0af45c
- drm/i915: Fix some NULL vs IS_ERR() conditions (bsc#1152489)
- commit 8c50a08
- drm/i915: Use intel_engine_lookup_user for probing HAS_BSD etc (bsc#1152489)
- commit f728c3f
- drm/i915: Rename engines to match their user interface (bsc#1152489)
- commit 8f4bc0d
- drm/i915: Drop expectations of VM_IO from our GGTT mmappings (bsc#1152489)
- commit 8ab0467
- drm/i915: abstract display suspend/resume operations (bsc#1152489)
- commit 3d27674
- drm/i915: move property enums to intel_display_types.h (bsc#1152489)
- commit 0dd2a58
- drm/i915: remove unnecessary includes of intel_display_types.h header (bsc#1152489)
- commit d4e1cc2
- drm/i915: rename intel_drv.h to display/intel_display_types.h (bsc#1152489)
- commit ea9cf01
- drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.h (bsc#1152489)
- commit 9469eee
- drm/i915/tc: un-inline intel_tc_port_ref_held() (bsc#1152489)
- commit fddb79f
- drm/i915/mst: un-inline intel_dp_mst_encoder_active_links() (bsc#1152489)
- commit 004c4d2
- drm/i915/bw: make intel_atomic_get_bw_state() static (bsc#1152489)
- commit dd6eb1d
- drm/i915/irq: un-inline functions to avoid i915_drv.h include (bsc#1152489)
- commit c2498dc
- drm/i915/sprite: un-inline icl_is_hdr_plane() (bsc#1152489)
- commit dedcbd4
- drm/i915: move intel_display.c function declarations (bsc#1152489)
- commit 9a8690b
- drm/i915/dmc: Load DMC on TGL (bsc#1152489)
- commit 380a8c1
- drm/i915/gt: Move the [class][inst] lookup for engines onto the GT (bsc#1152489)
- commit 4201e4a
- drm/i915/gem: Make caps.scheduler static (bsc#1152489)
- commit dc0f095
- drm/i915: Use drm_i915_private directly from drv_get_drvdata() (bsc#1152489)
- commit 4125cd6
- drm/i915/gt: Remove stale kerneldoc for internal MOCS functions (bsc#1152489)
- commit 1bf4be6
- drm/i915/uc: Don't fail on HuC early init errors (bsc#1152489)
- commit 10a4996
- drm/i915/uc: Remove redundant GuC support checks (bsc#1152489)
- commit 31c95e5
- drm/i915/huc: Prefer intel_huc_is_supported (bsc#1152489)
- commit 63ca2d3
- drm/i915/guc: Prefer intel_guc_is_submission_supported (bsc#1152489)
- commit f9c085b
- drm/i915: Replace struct_mutex for batch pool serialisation (bsc#1152489)
- commit 96d5d15
- drm/i915: Teach execbuffer to take the engine wakeref not GT (bsc#1152489)
- commit 4250089
- drm/i915: Flush the freed object list on file close (bsc#1152489)
- commit 701d655
- drm/i915: Hide unshrinkable context objects from the shrinker (bsc#1152489)
- commit 254187c
- drm/i915/wopcm: Don't fail on WOPCM partitioning failure (bsc#1152489)
- commit 0ec7677
- drm/i915/uc: Inject probe errors into intel_uc_init_hw (bsc#1152489)
- commit 7012921
- drm/i915/uc: Move GuC error log to uc and release it on fini (bsc#1152489)
- commit 8d3cf3a
- drm/i915/uc: Reorder firmware status codes (bsc#1152489)
- commit 0c7744f
- drm/i915/uc: Do full sanitize instead of pure reset (bsc#1152489)
- commit eef47ab
- drm/i915: Add i915 to i915_inject_probe_failure (bsc#1152489)
- commit 5bc4618
- drm/i915: Report resv_obj allocation failure (bsc#1152489)
- commit 749ad00
- drm/i915: Fix documentation for __intel_wait_for_register_fw* (bsc#1152489)
- commit e3d293a
- drm/i915/oa: update the generated files (bsc#1152489)
- commit e334d83
- drm/i915: Allow sharing the idle-barrier from other kernel requests (bsc#1152489)
- commit 2b59a84
- drm/i915: Flush extra hard after writing relocations through the GTT (bsc#1152489)
- commit 0178979
- drm/i915/pmu: Atomically acquire the gt_pm wakeref (bsc#1152489)
- commit 048517c
- drm/i915/pmu: Make get_rc6 take intel_gt (bsc#1152489)
- commit ae2b419
- drm/i915/pmu: Convert sampling to gt (bsc#1152489)
- commit 9d2901f
- drm/i915/pmu: Convert engine sampling to uncore mmio (bsc#1152489)
- commit c80261c
- drm/i915/pmu: Make more struct i915_pmu centric (bsc#1152489)
- commit 1c5d6bc
- drm/i915/tgl: allow the reg_read ioctl to read the RCS TIMESTAMP (bsc#1152489)
- commit e9e4946
- drm/i915/tgl: Add and use new DC5 and DC6 residency counter registers (bsc#1152489)
- commit e9792db
- drm/i915/uc: Stop sanitizing enable_guc modparam (bsc#1152489)
- commit 1e925c8
- drm/i915/guc: Use dedicated flag to track submission mode (bsc#1152489)
- commit 781c74d
- drm/i915/uc: Consider enable_guc modparam during fw selection (bsc#1152489)
- commit 1cc4e2d
- drm/i915/uc: Rename intel_uc_is_using* into intel_uc_supports* (bsc#1152489)
- commit 9344170
- drm/i915/gt: Introduce intel_gt_runtime_suspend/resume (bsc#1152489)
- commit a0384c2
- drm/i915/uc: Move uC early functions inside the GT ones (bsc#1152489)
- commit 278795a
- drm/i915/gt: Move gt_cleanup_early out of gem_cleanup_early (bsc#1152489)
- commit 6a163a5
- drm/i915: Remove lrc default desc from GEM context (bsc#1152489)
- commit 3a96153
- drm/i915/ehl: Don't forget to handle port C's hotplug interrupts (bsc#1152489)
- commit 9ac458a
- drm/i915/oa: add content to Makefile (bsc#1152489)
- commit ff627ad
- drm/i915/execlists: Always clear pending&inflight requests on reset (bsc#1152489)
- commit 2722ecf
- drm/i915/ehl: Ungate DDIC and DDID (bsc#1152489)
- commit 07c2f89
- drm/i915: Move MOCS setup to intel_mocs.c (bsc#1152489)
- commit fef3686
- drm/i915/tgl: Tigerlake only has global MOCS registers (bsc#1152489)
- commit 6ab1dc7
- drm/i915/tgl: Define MOCS entries for Tigerlake (bsc#1152489)
- commit 5ed81ec
- drm/i915/tgl: stop using ERROR_GEN6 and DONE_REG (bsc#1152489)
- commit 0c19bdc
- drm/i915/tgl: Move fault registers to their new offset (bsc#1152489)
- commit af00b4d
- drm/i915: remove dangling forward declaration (bsc#1152489)
- commit 0539001
- drm/i915/uc: Move uC WOPCM setup in uc_init_hw (bsc#1152489)
- commit 3e197bc
- drm/i915/uc: Don't enable communication twice on resume (bsc#1152489)
- commit 14baba6
- drm/i915/selftests: Pass intel_context to igt_spinner (bsc#1152489)
- commit 44ecded
- drm/i915: Avoid ce->gem_context->i915 (bsc#1152489)
- commit e489756
- drm/i915: make i915_selftest.h self-contained (bsc#1152489)
- commit 0397e43
- drm/i915/tgl: handle DP aux interrupts (bsc#1152489)
- commit ea93660
- drm/i915/tgl: Update north display hotplug detection to TGL (bsc#1152489)
- commit 6aae638
- drm/i915/tgl: Add hpd interrupt handling (bsc#1152489)
- commit 2b2218b
- drm/nouveau/volt: Fix for some cards having 0 maximum voltage (bsc#1152489)
- commit a08af0f
- drm/nouveau/dispnv50: Fix runtime PM ref tracking for non-blocking (bsc#1152489)
- commit b31828a
- drm/nouveau/dispnv04: Remove runtime PM (bsc#1152489)
- commit e33c2d8
- drm/nouveau/gpio: check function 76 in the power check as well (bsc#1152489)
- commit f9cb204
- drm/nouveau/gpio: check the gpio function 16 in the power check as (bsc#1152489)
- commit 2fdc9ef
- drm/nouveau/gpio: fail if gpu external power is missing (bsc#1152489)
- commit 1305044
- drm/nouveau/bios/gpio: sort gpios by values (bsc#1152489)
- commit 967956b
- drm/nouveau/therm: don't attempt fan control where PMU is already (bsc#1152489)
- commit 59056c0
- drm/nouveau/therm: skip probing for devices not specified in thermal (bsc#1152489)
- commit a2111c6
- drm/nouveau/kms/gv100-: attach pixel blend mode property to planes (bsc#1152489)
- commit 34dd24a
- drm/nouveau/kms/gv100-: attach alpha property to planes (bsc#1152489)
- commit d641f6e
- drm/nouveau/kms/gv100-: add support for plane zpos property (bsc#1152489)
- commit a7a2801
- drm/nouveau/kms/nv50-: attach immutable zpos property to planes (bsc#1152489)
- commit c9764d9
- drm/nouveau/kms/nv50-: create primary plane before overlay planes (bsc#1152489)
- commit 908374f
- drm/nouveau/kms/nv50-: use __drm_atomic_helper_plane_reset() (bsc#1152489)
- commit f16a4e9
- drm/nouveau/kms/gv100-: implement csc + enable modern colour (bsc#1152489)
- commit 6cd3bad
- drm/nouveau/kms/gv100-: use premultiplied alpha blending between (bsc#1152489)
- commit c62f5a2
- drm/nouveau/kms/nv50-: enable modern color management properties (bsc#1152489)
- commit bc76cf5
- drm/nouveau/kms/gf119-: add ctm property support (bsc#1152489)
- commit 82c68fe
- drm/nouveau/kms/nv50-: remove overlay alpha formats (bsc#1152489)
- commit c741ac8
- drm/nouveau/fifo/gk104-: fix parsing of mmu fault data (bsc#1152489)
- commit 9bbf19f
- drm/nouveau/fifo/gf1xx: convert to using nvkm_fault_data (bsc#1152489)
- commit bbbf08c
- drm/nouveau/bios/init: handle INIT_RESET_END devinit opcode (bsc#1152489)
- commit ed83034
- drm/nouveau/bios/init: handle INIT_RESET_BEGUN devinit opcode (bsc#1152489)
- commit 24d9a65
- drm/nouveau/bios: downgrade absence of tmds table to info from an (bsc#1152489)
- commit 295e6c9
- drm/nouveau: Disable atomic support on a per-device basis (bsc#1152489)
- commit a12b116
- drm/nouveau/kms/nv50-: add fp16 scanout support (bsc#1152489)
- commit f270e2d
- drm/nouveau/kms/nv50-: disable input lut harder (bsc#1152489)
- commit 929e025
- drm/nouveau/kms/tu102-: disable input lut when input is already FP16 (bsc#1152489)
- commit f5a332d
- drm/nouveau/kms/gv100: allow windows to use PACKED8BPP formats (bsc#1152489)
- commit cd3f715
- drm/nouveau: fix nvif/device.h is included more than once (bsc#1152489)
- commit cf7e895
- drm/nouveau/dispnv04: subdev/bios.h is included more than once (bsc#1152489)
- commit b1a6f31
- drm/nouveau/mmu: use struct_size() helper (bsc#1152489)
- commit 5452016
- drm/nouveau: drop use of drmp.h (bsc#1152489)
- commit 14cbb05
- drm/nouveau: drop drmP.h from all header files (bsc#1152489)
- commit fcfa54a
- drm/nouveau: drop drmP.h from nouveau_drv.h (bsc#1152489)
- commit cb911b9
- drm/nouveau: drop use of DRM_UDELAY (bsc#1152489)
- commit e77c670
- drm/nouveau/bios/init: fix spelling mistake "/CONDITON"/ -> "/CONDITION"/ (bsc#1152489)
- commit 44490b8
- drm/nouveau/secboot: Make acr_r352_ls_gpccs_func static (bsc#1152489)
- commit dca66ca
- drm/etnaviv: implement softpin (bsc#1152489)
- commit 52fb552
- drm/etnaviv: allow to request specific virtual address for gem (bsc#1152489)
- commit 281db82
- drm/etnaviv: skip command stream validation on PPAS capable GPUs (bsc#1152489)
- commit e5d978f
- drm/etnaviv: implement per-process address spaces on MMUv2 (bsc#1152489)
- commit b45fea7
- drm/etnaviv: provide MMU context to etnaviv_gem_mapping_get (bsc#1152489)
- commit 046957a
- drm/etnaviv: split out starting of FE idle loop (bsc#1152489)
- commit a601ab8
- drm/etnaviv: rework MMU handling (bsc#1152489)
- commit 3d31bdd
- drm/etnaviv: replace MMU flush marker with flush sequence (bsc#1152489)
- commit fae9872
- drm/etnaviv: share a single cmdbuf suballoc region across all GPUs (bsc#1152489)
- commit a67dc71
- drm/etnaviv: split out cmdbuf mapping into address space (bsc#1152489)
- commit 0c30e1c
- drm/etnaviv: simplify unbind checks (bsc#1152489)
- commit df5a85c
- drm/etnaviv: pass mmu pointer to etnaviv_core_dump_mmu (bsc#1152489)
- commit 54681cc
- drm/etnaviv: dump only failing submit (bsc#1152489)
- commit 3862897
- etnaviv: perfmon: fix total and idle HI cyleces readout (bsc#1152489)
- commit aebcfe2
- etnaviv: fix whitespace errors (bsc#1152489)
- commit 525276f
- drm/etnaviv: remove unused function etnaviv_gem_mapping_reference (bsc#1152489)
- commit e030cd0
- drm/etnaviv: fix etnaviv_cmdbuf_suballoc_new return value (bsc#1152489)
- commit 91e3413
- drm/etnaviv: clean up includes (bsc#1152489)
- commit 3e73b94
- drm/etnaviv: Use devm_platform_ioremap_resource() (bsc#1152489)
- commit e0f7654
- drm/etnaviv: drop use of drmP.h (bsc#1152489)
- commit f3eda79
- drm: rcar-du: lvds: Fix bridge_to_rcar_lvds (bsc#1152489)
- commit f81d681
- drm: Remove bridge support from legacy helpers (bsc#1152489)
- commit d151f00
- drm: Don't include drm/drm_encoder_slave.h when not needed (bsc#1152489)
- commit b56db2f
- drm/xen-front: Make structure fb_funcs constant (bsc#1152472)
- commit 8f3c48c
- drm/vboxvideo: Make structure vbox_fb_helper_funcs constant (bsc#1152472)
- commit 875c989
- dma-fence: Store the timestamp in the same union as the cb_list (bsc#1152472)
- commit d37cf9b
- drm/panel: tpo-td043mtea1: remove redundant assignment (bsc#1152472)
- commit dec206d
- drm/omap: displays: Remove unused panel drivers (bsc#1152472)
- commit ba886f1
- video: omapfb2: Make standard and custom panel drivers mutually (bsc#1152472)
- commit 6f1e68c
- dma-buf: Restore seqlock around dma_resv updates (bsc#1152472)
- commit 67e4191
- drm/panel: Add driver for the Toppoly TD043MTEA1 panel (bsc#1152472)
- commit 4f44c01
- cxgb4/chcr : Register to tls add and del callback
  (jsc#SLE-15131).
- Update config files.
- Refresh
  patches.suse/Crypto-chelsio-Fixes-a-deadlock-between-rtnl_lock-an.patch.
- commit ff5b8de
- drm/panel: Add driver for the Toppoly TD028TTEC1 panel (bsc#1152472)
- commit 467d1ca
- drm/panel: Add driver for the Sony ACX565AKM panel (bsc#1152472)
- commit 377991a
- drm/panel: Add driver for the Sharp LS037V7DW01 panel (bsc#1152472)
- commit ffa7ccd
- drm/panel: Add driver for the NEC NL8048HL11 panel (bsc#1152472)
- commit ade6e3d
- drm/panel: Add driver for the LG Philips LB035Q02 panel (bsc#1152472)
- commit 32a7044
- drm/aspeed: gfc_crtc: Make structure aspeed_gfx_funcs constant (bsc#1152472)
- commit 5cd2e69
- drm/arm: drop use of drmP.h (bsc#1152472)
- commit 37f5a32
- drm/armada: drop use of drmP.h (bsc#1152472)
- commit a7e7a2f
- drm/tegra: drop use of drmP.h (bsc#1152472)
- commit 916e8ee
- drm/i2c/tda998x: drop use of drmP.h (bsc#1152472)
- commit fc66dd1
- drm/bridge: dumb-vga-dac: Fix dereferencing -ENODEV DDC channel (bsc#1152472)
- commit a38637f
- drm/bridge: dw-hdmi-i2s: add .get_eld support (bsc#1152472)
- commit c58ac49
- drm/bridge: dw-hdmi-i2s: enable only the required i2s lanes (bsc#1152472)
- commit a5106b9
- drm/bridge: dw-hdmi-i2s: reset audio fifo before applying new params (bsc#1152472)
- commit 7f84e9b
- drm/bridge: dw-hdmi-i2s: set the channel allocation (bsc#1152472)
- commit f2c7258
- drm/bridge: dw-hdmi-i2s: enable lpcm multi channels (bsc#1152472)
- commit 67ea1a7
- drm/bridge: dw-hdmi: set channel count in the infoframes (bsc#1152472)
- commit ecb6f94
- drm/bridge: dw-hdmi: move audio channel setup out of ahb (bsc#1152472)
- commit 37b7eb9
- drm/bridge: dw-hdmi-i2s: support more i2s format (bsc#1152472)
- commit ad6f43e
- dma-buf: rename reservation_object to dma_resv (bsc#1152472)
- commit 781a1ab
- drm/panfrost: Bump driver version to 1.1 (bsc#1152472)
- commit f346063
- drm/panfrost: Add support for GPU heap allocations (bsc#1152472)
- commit 8eb4e25
- drm/panfrost: Convert MMU IRQ handler to threaded handler (bsc#1152472)
- commit 3f6e35e
- drm/panfrost: Consolidate reset handling (bsc#1152472)
- commit df575d7
- drm/panfrost: Add a no execute flag for BO allocations (bsc#1152472)
- commit e9f5fb8
- drm/panfrost: Split panfrost_mmu_map SG list mapping to its own (bsc#1152472)
- commit ba77501
- drm/panfrost: Restructure the GEM object creation (bsc#1152472)
- commit 1fdb92b
- drm/shmem: Put pages independent of a SG table being set (bsc#1152472)
- commit b32f65d
- crypto: aes - create AES library based on the fixed time AES
  code (jsc#SLE-15131).
- Update config files.
- Refresh
  patches.suse/crypto-chacha-move-existing-library-code-into-lib-crypto.patch.
- Refresh
  patches.suse/crypto-lib-tidy-up-lib-crypto-kconfig-and-makefile.patch.
- commit 7697bd4
- drm/gem: Allow sparsely populated page arrays in drm_gem_put_pages (bsc#1152472)
- commit 64171d0
- drm: gm12u320: Add -ENODEV to list of errors to ignore (bsc#1152472)
- commit 46b1524
- drm: gm12u320: Do not take a mutex from a wait_event condition (bsc#1152472)
- commit 897a723
- drm: gm12u320: Use DRM_DEV_ERROR everywhere (bsc#1152472)
- commit 950f899
- drm: gm12u320: Some minor cleanups (bsc#1152472)
- commit cee992d
- drm/syncobj: Add better overview documentation for syncobj (v2) (bsc#1152472)
- commit 18dc6af
- drm: Fix kerneldoc warns in connector-related docs (bsc#1152472)
- commit a073778
- drm/komeda: Fix potential integer overflow in (bsc#1152472)
- commit 4ca222c
- drm: sun4i: Add support for enabling DDC I2C bus to sun8i_dw_hdmi (bsc#1152472)
- commit 9b7d499
- drm/panel: drop return code from drm_panel_detach() (bsc#1152472)
- commit 22fcefe
- drm/panel: use inline comments in drm_panel.h (bsc#1152472)
- commit 590fc7d
- drm/panel: move drm_panel functions to .c file (bsc#1152472)
- commit 42298b3
- drm/panel: ili9322: move bus_flags to get_modes() (bsc#1152472)
- commit e6fd024
- drm/mxsfb: fix opencoded use of drm_panel_* (bsc#1152472)
- commit 9704496
- drm/fsl-dcu: fix opencoded use of drm_panel_* (bsc#1152472)
- commit aebcdbf
- drm/imx: fix opencoded use of drm_panel_* (bsc#1152472)
- commit 4c37f96
- drm/bridge: tc358767: fix opencoded use of drm_panel_* (bsc#1152472)
- commit b810723
- dma-buf: further relax reservation_object_add_shared_fence (bsc#1152472)
- commit 64b6b31
- drm/i915: use new reservation_object_fences helper (bsc#1152472)
- commit 2f59b0d
- block: Fix type of first compat_put_{,u}long() argument
  (bsc#1175995,jsc#SLE-15608).
- commit ce3e546
- drm: meson: venc: set the correct macrovision max amplitude value (bsc#1152472)
- commit 05229cd
- drm: meson: add macro used to enable HDMI PLL (bsc#1152472)
- commit 7496064
- drm: meson: global clean-up (bsc#1152472)
- commit d6c9ef6
- drm: meson: venc: use proper macros instead of magic constants (bsc#1152472)
- commit 751e799
- drm: meson: viu: use proper macros instead of magic constants (bsc#1152472)
- commit 98ac8a2
- drm: meson: vpp: use proper macros instead of magic constants (bsc#1152472)
- commit 0add0f7
- drm: meson: drv: use macro when initializing vpu (bsc#1152472)
- commit 7081d39
- drm: meson: crtc: use proper macros instead of magic constants (bsc#1152472)
- commit e3628d9
- pktcdvd: fix regression on 64-bit architectures
  (bsc#1175995,jsc#SLE-15608).
- Refresh
  patches.suse/compat_ioctl-cdrom-handle-CDROM_LAST_WRITTEN.patch.
- commit 7fb2169
- drm: meson: mask value when writing bits relaxed (bsc#1152472)
- commit ecded09
- drm/panel: simple: Support TI nspire panels (bsc#1152472)
- commit 51061b0
- drm/pl111: Support grayscale (bsc#1152472)
- commit d590c78
- drm/panfrost: Add madvise and shrinker support (bsc#1152472)
- commit 540c558
- drm/shmem: Add madvise state and purge helpers (bsc#1152472)
- commit 028a5e1
- drm/panfrost: Remove completed features still in TODO (bsc#1152472)
- commit e151425
- drm/vmwgfx: drop reminaing users of drmP.h (bsc#1152489)
- commit 9acd6cd
- drm/vmwgfx: drop use of drmP.h in header files (bsc#1152489)
- commit fb8b891
- drm/amdgpu: remove RREG64/WREG64 (bsc#1152489)
- commit 405c792
- drm/amdgpu: implement UMC 64 bits REG operations (bsc#1152489)
- commit bb96286
- drm/amdgpu: replace readq/writeq with atomic64 operations (bsc#1152489)
- commit 0c8fc0a
- crypto: chelsio - Use multiple txq/rxq per tfm to process the
  requests (jsc#SLE-15129).
- Refresh
  patches.suse/Crypto-chcr-fix-for-ccm-aes-failed-test.patch.
- commit 8922bc6
- gpu: drm: amd: powerplay: Remove logically dead code (bsc#1152489)
- commit b7a7345
- drm/amd/powerplay: Zero initialize some variables (bsc#1152489)
- commit a11fa8c
- drm/amdgpu: Fix GPU reset crash regression. (bsc#1152489)
- commit 4289c4a
- drm/amd/powerplay: check before issuing messages for max sustainable (bsc#1152489)
- commit 055f6c4
- drm/amdgpu/discovery: move common discovery code out of (bsc#1152489)
- commit dd56d65
- drm/amdgpu/soc15: fix external_rev_id for navi14 (bsc#1152489)
- commit 519397e
- drm/amdgpu: update ras sysfs feature info (bsc#1152489)
- commit 5cf0857
- drm/amd/powerplay: skip pcie params override on Arcturus V2 (bsc#1152489)
- commit 3336b6f
- drm/amdgpu: Fix panic during gpu reset (bsc#1152489)
- commit b6ab46d
- random: don't forget compat_ioctl on urandom
  (bsc#1175995,jsc#SLE-15608).
- ppp: fix out-of-bounds access in bpf_prog_create()
  (bsc#1175995,jsc#SLE-15608).
- commit da7510d
- drm/amd/display: Block immediate flips for non-fast updates (bsc#1152489)
- commit 273f2c4
- drm/amd/display: Validate dc_plane_info and dc_plane_size in atomic (bsc#1152489)
- commit a59ecb3
- cxgb4/chcr: Save tx keys and handle HW response (jsc#SLE-15131).
- Refresh
  patches.suse/Crypto-chelsio-Fixes-a-deadlock-between-rtnl_lock-an.patch.
- commit fcecd4d
- drm/amdgpu: enable Navi12 kfd support for amdgpu (bsc#1152489)
- commit d27c320
- drm/amd/display: Add missing NV12 asic IDs (bsc#1152489)
- commit 6a088fe
- drm/amdgpu: Add nv12 DC ip block (bsc#1152489)
- commit 18717d1
- drm/amd/display: Add ASICREV_IS_NAVI macros (bsc#1152489)
- commit 1f0a486
- drm/amdgpu: enable DPG mode for Navi12 (bsc#1152489)
- commit 16dbff3
- drm/amdgpu: add VCN ip block for Navi12 (bsc#1152489)
- commit f335abe
- drm/amdgpu: add Navi12 VCN firmware support (bsc#1152489)
- commit 4b28d07
- drm/amdgpu: add psp ip block for navi12 (bsc#1152489)
- commit 4c90629
- drm/amdgpu: add smu ip block for navi12 (bsc#1152489)
- commit d6e2a91
- drm/amdgpu: start autoload till RLCG fw for navi12 (bsc#1152489)
- commit 11156c9
- drm/amdgpu/psp11: add psp support for navi12 (bsc#1152489)
- commit e68e921
- crypto: chtls - Add support for AES256-GCM based ciphers
  (jsc#SLE-15129).
- Refresh patches.suse/crypto-chtls-Fixed-memory-leak.patch.
- commit 9ff6836
- drm/amdgpu/smu11: add smu support for navi12 (bsc#1152489)
- commit 387d8fd
- drm/amdgpu: correct smu rlc handshake enablement bit (bsc#1152489)
- commit c12bfc5
- drm/amdgpu: add CGTT_GS_NGG_CLK_CTRL register to gc header (bsc#1152489)
- commit 6389e54
- drm/amdgpu/sdma5: add golden settings for navi12 (v2) (bsc#1152489)
- commit 2c00f85
- drm/amdgpu/gfx10: add golden settings for navi12 (v2) (bsc#1152489)
- commit 2a262b5
- blacklist.conf: Add already cherry-picked ASoC entry
- commit 04deebb
- ASoC: dt-bindings: sun4i-spdif: Fix dma-names warning
  (git-fixes).
- commit 40854e0
- drm/amdgpu: enable virtual display for navi12 (bsc#1152489)
- commit 3b53a98
- drm/amdgpu/gfx10: set tcp harvest for navi12 (bsc#1152489)
- commit b92b3be
- drm/amdgpu: add ip blocks for navi12 (bsc#1152489)
- commit 251c9e1
- drm/amdgpu/gmc10: set gart size and vm size for navi12 (bsc#1152489)
- commit 6e1ecdf
- drm/amdgpu/sdma5: add placeholder for navi12 golden settings (bsc#1152489)
- commit 1393572
- drm/amdgpu/sdma5: declare sdma firmwares for navi12 (bsc#1152489)
- commit b813084
- drm/amdgpu/gfx10: set rlc funcs for navi12 (bsc#1152489)
- commit 40d262e
- drm/amdgpu/gfx10: set number of me(c)/pipe/queue for navi12 (bsc#1152489)
- commit 3134182
- drm/amdgpu/gfx10: add placeholder for navi12 golden settings (bsc#1152489)
- commit 0073939
- drm/amdgpu/gfx10: declare cp/rlc firmwares for navi12 (bsc#1152489)
- commit d8d1fcc
- drm/amdgpu/gfx10: add gfx config for navi12 (bsc#1152489)
- commit 15d9214
- drm/amdgpu/gfx10: set gfx cg for navi12 (bsc#1152489)
- commit 5252cea
- drm/amdgpu: set nbio/hdp cg for navi12 (bsc#1152489)
- commit edfea18
- drm/amdgpu: initialize cg/pg flags and external rev id for navi12 (bsc#1152489)
- commit 661cd19
- drm/amdgpu: use front door firmware loading for navi12 (bsc#1152489)
- commit 22fa14e
- drm/amdgpu: set asic family and ip blocks for navi12 (bsc#1152489)
- commit f99a2ef
- drm/amdgpu: add gpu_info firmware for navi12 (bsc#1152489)
- commit 45cbade
- drm/amdgpu: add navi12 asic type (bsc#1152489)
- commit c813d17
- drm/amdgpu: initialize reg base for navi12 (bsc#1152489)
- commit 13ff35e
- drm/amdgpu: add ip offset header for navi12 (v2) (bsc#1152489)
- commit 93498e8
- drm/amdgpu: update SDMA V4 microcode init (bsc#1152489)
- commit bb2236a
- drm/amdgpu: extend PSP FW loading support to 8 SDMA instances (bsc#1152489)
- commit 8d9637e
- drm/amdgpu: disable MEC2 JT context init for Arcturus (bsc#1152489)
- commit 7f3395a
- drm/amdgpu: update PSP CMD fail response status print (bsc#1152489)
- commit 880de8c
- drm/amdgpu: add PSP KDB loading support for Arcturus (bsc#1152489)
- commit 066354b
- drm/amdgpu: add PSP SW init support for Arcturus (bsc#1152489)
- commit 9ba2a61
- drm/amdgpu: removed duplicate line (bsc#1152489)
- commit af886d8
- drm/amd/powerplay: enable SW SMU power profile switch support in KFD (bsc#1152489)
- commit e75b12c
- drm/amd/powerplay: support power profile retrieval and setting on (bsc#1152489)
- commit e7f2c96
- drm/amd/powerplay: guard consistency between CPU copy and local VRAM (bsc#1152489)
- commit 7dd43e4
- drm/amdgpu: replace AMDGPU_RAS_UE with AMDGPU_RAS_SUCCESS (bsc#1152489)
- commit 94d2678
- drm/amdgpu: only uncorrectable error needs gpu reset (bsc#1152489)
- commit 1ed77ca
- drm/amdgpu: update the calc algorithm of umc ecc error count (bsc#1152489)
- commit eb9211c
- drm/amdgpu: implement umc ras init function (bsc#1152489)
- commit c52e42f
- drm/amdgpu: support ce interrupt in ras module (bsc#1152489)
- commit 4230875
- drm/amdgpu: add error address query for umc ras (bsc#1152489)
- commit 267573e
- drm/amdgpu: apply umc_for_each_channel macro to umc_6_1 (bsc#1152489)
- commit 3d42ae1
- drm/amdgpu: add macro of umc for each channel (bsc#1152489)
- commit 4e31cb3
- drm/amdgpu: initialize new parameters and functions for amdgpu_umc (bsc#1152489)
- commit da419a0
- drm/amdgpu: add more parameters and functions to amdgpu_umc structure (bsc#1152489)
- commit d46e8f0
- drm/amdgpu: remove the clear of MCA_ADDR (bsc#1152489)
- commit 716ad72
- drm/amd/display: Don't replace the dc_state for fast updates (bsc#1152489)
- commit 0394981
- drm/amd/display: Skip determining update type for async updates (bsc#1152489)
- commit d560ba5
- drm/amd/display: Allow cursor async updates for framebuffer swaps (bsc#1152489)
- commit 87a3858
- drm/amdgpu: fix unsigned variable instance compared to less than zero (bsc#1152489)
- commit 77ee609
- i40e: always propagate error value in i40e_set_vsi_promisc()
  (jsc#SLE-13701).
- i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promisc
  (jsc#SLE-13701).
- cxgb4: Fix race between loopback and normal Tx path
  (jsc#SLE-15131).
- cxgb4: Fix work request size calculation for loopback test
  (jsc#SLE-15131).
- cxgb4: add TC-MATCHALL IPv6 support (jsc#SLE-15131).
- cxgb4: fix extracting IP addresses in TC-FLOWER rules
  (jsc#SLE-15131).
- cxgb4: fix check for running offline ethtool selftest
  (jsc#SLE-15131).
- cxgb4: add loopback ethtool self-test (jsc#SLE-15131).
- cxgb4: use eth_zero_addr() to clear mac address (jsc#SLE-15131).
- crypto/chtls: Enable tcp window scaling option (jsc#SLE-15129).
- cxgb4: convert to new udp_tunnel_nic infra (jsc#SLE-15131).
- cxgb4: add main VI to mirror VI config replication
  (jsc#SLE-15131).
- cxgb4: add support for mirror Rxqs (jsc#SLE-15131).
- cxgb4: add mirror action to TC-MATCHALL offload (jsc#SLE-15131).
- cxgb4vf: configure ports accessible by the VF (jsc#SLE-15131).
- cxgb4vf: fix t4vf_eth_xmit()'s return type (jsc#SLE-15131).
- cxgb4: move device dump arrays in header to C file
  (jsc#SLE-15131).
- cxgb4: always sync access when flashing PHY firmware
  (jsc#SLE-15131).
- cxgb4: Use struct_size() helper (jsc#SLE-15131).
- cxgb4: add action to steer flows to specific Rxq
  (jsc#SLE-15131).
- cxgb4: add support to fetch ethtool n-tuple filters
  (jsc#SLE-15131).
- cxgb4: add ethtool n-tuple filter deletion (jsc#SLE-15131).
- cxgb4: add ethtool n-tuple filter insertion (jsc#SLE-15131).
- cxgb4: add skeleton for ethtool n-tuple filters (jsc#SLE-15131).
- cxgb4: add support to read serial flash (jsc#SLE-15131).
- cxgb4: add support to flash boot cfg image (jsc#SLE-15131).
- cxgb4: add support to flash boot image (jsc#SLE-15131).
- cxgb4: add support to flash PHY image (jsc#SLE-15131).
- cxgb4: update set_flash to flash different images
  (jsc#SLE-15131).
- crypto: chelsio - Fix some pr_xxx messages (jsc#SLE-15129).
- crypto: chelsio - Avoid some code duplication (jsc#SLE-15129).
- crypto: chelsio - permit asynchronous skcipher as fallback
  (jsc#SLE-15129).
- cxgb4: add missing release on skb in uld_send() (jsc#SLE-15131).
- crypto/chtls: correct net_device reference count
  (jsc#SLE-15129).
- crypto/chtls: fix tls alert messages corrupted by tls data
  (jsc#SLE-15129).
- cxgb4: fix all-mask IP address comparison (jsc#SLE-15131).
- net: cxgb4: fix return error value in t4_prep_fw
  (jsc#SLE-15131).
- cxgb4vf: update kernel-doc line comments (jsc#SLE-15131).
- cxgb4: update kernel-doc line comments (jsc#SLE-15131).
- cxgb4: fix set but unused variable when DCB is disabled
  (jsc#SLE-15131).
- cxgb4: move DCB version extern to header file (jsc#SLE-15131).
- cxgb4: remove cast when saving IPv4 partial checksum
  (jsc#SLE-15131).
- cxgb4: fix SGE queue dump destination buffer context
  (jsc#SLE-15131).
- cxgb4: use correct type for all-mask IP address comparison
  (jsc#SLE-15131).
- cxgb4: fix endian conversions for L4 ports in filters
  (jsc#SLE-15131).
- cxgb4: parse TC-U32 key values and masks natively
  (jsc#SLE-15131).
- cxgb4: use unaligned conversion for fetching timestamp
  (jsc#SLE-15131).
- cxgb4: move PTP lock and unlock to caller in Tx path
  (jsc#SLE-15131).
- cxgb4: move handling L2T ARP failures to caller (jsc#SLE-15131).
- crypto: Replace zero-length array with flexible-array
  (jsc#SLE-15129).
- Crypto/chcr: Checking cra_refcnt before unregistering the
  algorithms (jsc#SLE-15129).
- Crypto/chcr: Calculate src and dst sg lengths separately for
  dma map (jsc#SLE-15129).
- cxgb4: Use kfree() instead kvfree() where appropriate
  (jsc#SLE-15131).
- crypto/chtls:Fix compile error when CONFIG_IPV6 is disabled
  (jsc#SLE-15129).
- crypto/chcr: error seen if CONFIG_CHELSIO_TLS_DEVICE isn't set
  (jsc#SLE-15131).
- crypto/chtls: IPv6 support for inline TLS (jsc#SLE-15129).
- Crypto/chcr: Fixes a coccinile check error (jsc#SLE-15129).
- Crypto/chcr: Fixes compilations warnings (jsc#SLE-15129).
- crypto/chcr: IPV6 code needs to be in CONFIG_IPV6
  (jsc#SLE-15131).
- cxgb4/chcr: Enable ktls settings at run time (jsc#SLE-15131).
- cxgb4: cleanup error code in setup_sge_queues_uld()
  (jsc#SLE-15131).
- cxgb4: add adapter hotplug support for ULDs (jsc#SLE-15131).
- cxgb4: Use %pM format specifier for MAC addresses
  (jsc#SLE-15131).
- cxgb4: add EOTID tracking and software context dump
  (jsc#SLE-15131).
- cxgb4: tune burst buffer size for TC-MQPRIO offload
  (jsc#SLE-15131).
- cxgb4: improve credits recovery in TC-MQPRIO Tx path
  (jsc#SLE-15131).
- cxgb4: remove duplicate headers (jsc#SLE-15131).
- Crypto/chcr: fix for hmac(sha) test fails (jsc#SLE-15129).
- Crypto/chcr: support for 48 byte key_len in aes-xts
  (jsc#SLE-15129).
- Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed tests
  (jsc#SLE-15129).
- Crypto/chcr: fix gcm-aes and rfc4106-gcm failed tests
  (jsc#SLE-15129).
- Revert "/crypto: chelsio - Inline single pdu only"/
  (jsc#SLE-15129).
- cxgb4/cxgb4vf: Remove superfluous void * cast in
  debugfs_create_file() call (jsc#SLE-15131).
- crypto: chelsio - remove redundant assignment to variable error
  (jsc#SLE-15129).
- cxgb4/chcr: avoid -Wreturn-local-addr warning (jsc#SLE-15129).
- cxgb4: Add missing annotation for service_ofldq()
  (jsc#SLE-15131).
- chcr: Fix CPU hard lockup (jsc#SLE-15131).
- net/cxgb4: Check the return from t4_query_params properly
  (jsc#SLE-15131).
- crypto/chcr: Add missing include file <linux/highmem.h>
  (jsc#SLE-15131).
- crypto: chelsio - remove set but not used variable 'adap'
  (jsc#SLE-15129).
- crypto: chelsio/chtls - Fixed boolinit.cocci warning
  (jsc#SLE-15129).
- crypto: chelsio/chtls - Fixed tls stats (jsc#SLE-15129).
- crypto: chelsio - Recalculate iv only if it is needed
  (jsc#SLE-15129).
- crypto: chelsio - un-register crypto algorithms (jsc#SLE-15131).
- crypto: chelsio - Endianess bug in create_authenc_wr
  (jsc#SLE-15129).
- crypto: chelsio - remove extra allocation for chtls_dev
  (jsc#SLE-15129).
- crypto: chelsio - Print the chcr driver information while
  module load (jsc#SLE-15131).
- crypto: chelsio - This fixes the kernel panic which occurs
  during a libkcapi test (jsc#SLE-15129).
- crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail
  test cases (jsc#SLE-15129).
- cxgb4/chcr: nic-tls stats in ethtool (jsc#SLE-15131).
- crypto/chtls: Fix chtls crash in connection cleanup
  (jsc#SLE-15129).
- crypto/chcr: fix incorrect ipv6 packet length (jsc#SLE-15131).
- cxgb4: Add support to catch bits set in INT_CAUSE5
  (jsc#SLE-15131).
- cxgb4: remove set but not used variable 'tab' (jsc#SLE-15131).
- Crypto/chtls: add/delete TLS header in driver (jsc#SLE-15129).
- cxgb4: rework TC filter rule insertion across regions
  (jsc#SLE-15131).
- chcr: remove set but not used variable 'status' (jsc#SLE-15131).
- cxgb4: update T5/T6 adapter register ranges (jsc#SLE-15131).
- net: cxgb4vf: reject unsupported coalescing params
  (jsc#SLE-15131).
- net: cxgb4: reject unsupported coalescing params
  (jsc#SLE-15131).
- cxgb4/chcr: Add ipv6 support and statistics (jsc#SLE-15131).
- chcr: Handle first or middle part of record (jsc#SLE-15131).
- chcr: handle partial end part of a record (jsc#SLE-15131).
- cxgb4/chcr: complete record tx handling (jsc#SLE-15131).
- net/chelsio: Don't set N/A for not available FW (jsc#SLE-15131).
- chelsio: Replace zero-length array with flexible-array member
  (jsc#SLE-15131).
- cxgb4/ptp: pass the sign of offset delta in FW CMD
  (jsc#SLE-15131).
- cxgb4: fix checks for max queues to allocate (jsc#SLE-15131).
- crypto: chtls - Fixed listen fail when max stid range reached
  (jsc#SLE-15129).
- crypto: chtls - Corrected function call context (jsc#SLE-15129).
- crypto: chelsio - Resetting crypto counters during the driver
  unregister (jsc#SLE-15131).
- crypto: chelsio - calculating tx_channel_id as per the max
  number of channels (jsc#SLE-15129).
- crypto: chelsio - switch to skcipher API (jsc#SLE-15129).
- crypto: chtls - remove the redundant check in chtls_recvmsg()
  (jsc#SLE-15129).
- crypto: chtls - simplify a bit 'create_flowc_wr_skb()'
  (jsc#SLE-15129).
- crypto: x86/aes-ni - use AES library instead of single-use
  AES cipher (jsc#SLE-15129).
- crypto: chelsio - Rename arrays to avoid conflict with
  crypto/sha256.h (jsc#SLE-15129).
- crypto: x86/xts - implement support for ciphertext stealing
  (jsc#SLE-15129).
- crypto: aes-generic - remove unused variable 'rco_tab'
  (jsc#SLE-15129).
- crypto: gcm - helper functions for assoclen/authsize check
  (jsc#SLE-15129).
- crypto: aes-generic - unexport last-round AES tables
  (jsc#SLE-15129).
- crypto: chelsio - replace AES cipher calls with library calls
  (jsc#SLE-15131).
- crypto: aes-generic - drop key expansion routine in favor of
  library version (jsc#SLE-15129).
- crypto: padlock/aes - switch to library version of key expansion
  routine (jsc#SLE-15129).
- crypto: x86/aes - drop scalar assembler implementations
  (jsc#SLE-15129).
- crypto: x86/aes-ni - switch to generic for fallback and key
  routines (jsc#SLE-15129).
- crypto: aes/fixed-time - align key schedule with other
  implementations (jsc#SLE-15131).
- crypto: aes - rename local routines to prevent future clashes
  (jsc#SLE-15129).
- commit 6c96ac0
- drm/amd/powerplay: fix a few spelling mistakes (bsc#1152489)
- commit 20b4179
- gpu: drm: radeon: Fix a possible null-pointer dereference in (bsc#1152489)
- commit a3611ff
- drm/amd/powerplay: fix off-by-one upper bounds limit checks (bsc#1152489)
- commit cda5adb
- drm/radeon: Fix EEH during kexec (bsc#1152489)
- commit 2a544aa
- drm/amdkfd: Extend CU mask to 8 SEs (v3) (bsc#1152489)
- commit 0acbb25
- drm/amdgpu: support get_cu_info for Arcturus (bsc#1152489)
- commit c474563
- drm/amdgpu: Fix pcie_bw on Vega20 (bsc#1152489)
- commit 79f4b92
- drm/amdgpu: Update NBIO headers to add TXCLK3/4 (bsc#1152489)
- commit a2ff658
- drm/amdgpu: Add amdgpu_asic_funcs.reset_method for Vega20 (bsc#1152489)
- commit 0bef5bb
- drm/amdgpu: Mark KFD VRAM allocations for wipe on release (bsc#1152489)
- commit 5803e25
- drm/amdgpu: Implement VRAM wipe on release (bsc#1152489)
- commit a58ec87
- drm/amdgpu: Add flag to wipe VRAM on release (bsc#1152489)
- commit 9f14f08
- drm/ttm: Add release_notify callback to ttm_bo_driver (bsc#1152489)
- commit 567bc13
- drm/amd/display: Use switch table for dc_to_smu_clock_type (bsc#1152489)
- commit 55dd84f
- drm/amd/display: Use proper enum conversion functions (bsc#1152489)
- commit 4b5249d
- drm/amdgpu: fix double ucode load by PSP(v3) (bsc#1152489)
- commit 8b0f29f
- drm/amdgpu: fix incorrect judge on sos fw version (bsc#1152489)
- commit 753b3b7
- drm/amdgpu: cleanup vega10 SRIOV code path (bsc#1152489)
- commit 449e960
- drm/amd/powerplay: sort feature status index by asic feature id for (bsc#1152489)
- commit bdc65ca
- drm/amdkfd: enable KFD support for navi14 (bsc#1152489)
- commit 80d78ca
- drm/amdgpu: disable inject for failed subblocks of gfx (bsc#1152489)
- commit 20e5c2b
- drm/amdgpu: support gfx ras error injection and err_cnt query (bsc#1152489)
- commit 597abb3
- drm/amdgpu: add RAS callback for gfx (bsc#1152489)
- commit b745094
- drm/amdgpu: add define for gfx ras subblock (bsc#1152489)
- commit 3c44631
- drm/amd/include: add define of TCP_EDC_CNT_NEW (bsc#1152489)
- commit 0974c47
- drm/amd/include: add bitfield define for EDC registers (bsc#1152489)
- commit 0cbc483
- drm/amdgpu: remove ras_reserve_vram in ras injection (bsc#1152489)
- commit ced6998
- drm/amdgpu: add check for ras error type (bsc#1152489)
- commit 4999f96
- drm/amdgpu: update interrupt callback for all ras clients (bsc#1152489)
- commit d88104a
- drm/amdgpu: allow ras interrupt callback to return error data (bsc#1152489)
- commit 46ed6a0
- drm/amdgpu: query umc ras error address (bsc#1152489)
- commit 6f5c9a3
- drm/amdgpu: add structures for umc error address translation (bsc#1152489)
- commit 8be9eee
- drm/amdgpu: add support for recording ras error address (bsc#1152489)
- commit 7f39ee7
- drm/amdgpu: update algorithm of umc uncorrectable error counting (bsc#1152489)
- commit 71b2a41
- drm/amdgpu: switch to amdgpu_umc structure (bsc#1152489)
- commit f743c8b
- drm/amdgpu: use 64bit operation macros for umc (bsc#1152489)
- commit 25490b4
- drm/amdgpu: add RREG64/WREG64(_PCIE) operations (bsc#1152489)
- commit d72a792
- drm/amdgpu: add ras error count after each query (v2) (bsc#1152489)
- commit 4138ef2
- drm/amdgpu: querry umc error count (bsc#1152489)
- commit e117063
- drm/amdgpu: init umc v6_1 functions for vega20 (bsc#1152489)
- commit 60e0f3b
- drm/amdgpu: add umc v6_1 query error count support (bsc#1152489)
- commit 8a25980
- drm/amdgpu: add umc v6_1_1 IP headers (bsc#1152489)
- commit 134a0a5
- drm/amdgpu: add rsmu v_0_0_2 ip headers (bsc#1152489)
- commit 4b6389b
- drm/amdgpu: add amdgpu_umc_functions structure (bsc#1152489)
- commit 2a8f5bb
- drm/amdgpu: init RSMU and UMC ip base address for vega20 (bsc#1152489)
- commit 5b681c1
- drm/amdgpu: move some ras data structure to amdgpu_ras.h (bsc#1152489)
- commit c11eafd
- drm/amdgpu: drop drmP.h from vcn_v2_5.c (bsc#1152489)
- commit ac472db
- drm/amdgpu: drop drmP.h from vcn_v2_0.c (bsc#1152489)
- commit 57390a2
- drm/amdgpu: drop drmP.h from sdma_v5_0.c (bsc#1152489)
- commit e6021a8
- drm/amdgpu: drop drmP.h from nv.c (bsc#1152489)
- commit 1be95ea
- drm/amdgpu: drop drmP.h from navi10_ih.c (bsc#1152489)
- commit 1237a9a
- drm/amdgpu: drop drmP.h in gfx_v10_0.c (bsc#1152489)
- commit 793a94e
- drm/amdgpu: drop drmP.h from amdgpu_amdkfd_gfx_v10.c (bsc#1152489)
- commit 61454c6
- drm/amdgpu: drop drmP.h in amdgpu_amdkfd_arcturus.c (bsc#1152489)
- commit 7af4b47
- drm/amd/powerplay: determine the features to enable by pptable only (bsc#1152489)
- commit 1279f9b
- drm/amdgpu: correct irq type used for sdma ecc (bsc#1152489)
- commit 8794064
- drm/amd/powerplay: make power limit retrieval as asic specific (bsc#1152489)
- commit 71952d6
- drm/amd/powerplay: correct arcturus current clock level calculation (bsc#1152489)
- commit ca2d403
- drm/amd/powerplay: support UMD PSTATE settings on arcturus (bsc#1152489)
- commit bdefb20
- drm/amd/powerplay: fix arcturus real-time clock frequency retrieval (bsc#1152489)
- commit 007877a
- drm/amd/powerplay: remove redundancy debug log in smu (bsc#1152489)
- commit 09c23f9
- drm/amd/powerplay: correct the bitmask used in arcturus (bsc#1152489)
- commit 18996e7
- drm/amd/powerplay: add missing arcturus feature maps (bsc#1152489)
- commit 53e9f8c
- drm/amd/powerplay: support fan speed retrieval on arcturus (bsc#1152489)
- commit 198e84d
- drm/amd/powerplay: support real-time clock retrieval on arcturus (bsc#1152489)
- commit e13c175
- drm/amd/powerplay: support sensor reading on arcturus (bsc#1152489)
- commit 69d6210
- drm/amd/powerplay: init arcturus SMU metrics table on bootup (bsc#1152489)
- commit 3284a90
- drm/amdgpu: update more sdma instances irq support (bsc#1152489)
- commit ff16027
- drm/amd/include: adjust base offset of SMUIO and THM for Arcturus (bsc#1152489)
- commit 3c2d3ff
- drm/amd/powerplay: hold on the arcturus gfx dpm support in driver (bsc#1152489)
- commit 8b7b8d4
- drm/amdgpu: correct VCN powergate routine for acturus (bsc#1152489)
- commit c38ce95
- drm/amd/powerplay: enable arcturus powerplay (bsc#1152489)
- commit f61fd9f
- drm/amd/powerplay: initialize arcturus MP1 and THM base address (bsc#1152489)
- commit c8cc16c
- drm/amd/powerplay: enable SW SMU routine support for arcturus (bsc#1152489)
- commit 0298083
- drm/amd/powerplay: update arcturus_ppt.c/h V3 (bsc#1152489)
- commit a0fa271
- drm/amd/powerplay: update arcturus_ppsmc.h (bsc#1152489)
- commit fd0b2fb
- drm/amd/powerplay: update smu11_driver_if_arcturus.h (bsc#1152489)
- commit 6594378
- drm/amd/powerplay: add SW SMU interface for dumping pptable out (v2) (bsc#1152489)
- commit dda17f8
- drm/amd/powerplay: add smcdpminfo table v4_6 support (bsc#1152489)
- commit 1b05d55
- drm/amdkfd: Save/restore vcc on gfx10 (bsc#1152489)
- commit bb97e13
- drm/amdkfd: Save/restore flat_scratch_lo/hi on gfx10 (bsc#1152489)
- commit d79ee3a
- drm/amdkfd: Fix gfx10 wave64 VGPR context restore (bsc#1152489)
- commit bc55bc8
- drm/amd/display: Support uclk switching for DCN2 (bsc#1152489)
- commit 767399c
- drm/amd/display: Embed DCN2 SOC bounding box (bsc#1152489)
- commit 6cf2a57
- drm/amdgpu/powerplay: provide the interface to disable uclk switch (bsc#1152489)
- commit b440815
- drm/amdgpu/gfx10: update golden settings for navi14 (bsc#1152489)
- commit 2f59d63
- drm/amd/powerplay: implment sysfs feature status function in smu (bsc#1152489)
- commit 27ca7ae
- drm/amd/powerplay: move smu_feature_update_enable_state to up level (bsc#1152489)
- commit 443eed3
- drm/amd/powerplay: add smu feature name support (bsc#1152489)
- commit 92a3cd1
- drm/amd/powerplay: add smu message name support (bsc#1152489)
- commit a8bead9
- drm/amd/powerplay: move smu types to smu_types.h (bsc#1152489)
- commit 6574e9a
- drm/amdgpu: Default disable GDS for compute+gfx (bsc#1152489)
- commit 6c3b66f
- drm/amdgpu/display: fix the build without (bsc#1152489)
- commit b16cded
- drm/amdgpu: Fix amdgpu_display_supported_domains logic. (bsc#1152489)
- commit 654e21f
- drm/amdgpu: put the SMC into the proper state on reset/unload (bsc#1152489)
- commit 1a53690
- drm/amdgpu/powerplay: add set_mp1_state for vega12 (bsc#1152489)
- commit a0f6bd4
- drm/amdgpu/powerplay: add set_mp1_state for vega10 (bsc#1152489)
- commit 55db491
- drm/amdgpu/powerplay: add set_mp1_state for vega20 (bsc#1152489)
- commit a01642a
- tracing: fix double free (git-fixes).
- commit dd7027e
- drm/amdgpu/powerplay: return success if set_mp1_state is not set (bsc#1152489)
- commit 67dee8e
- drm/amdgpu/powerplay: add a new interface to set the mp1 state (bsc#1152489)
- commit 114ca33
- drm/amdgpu: add reset_method asic callback for navi (bsc#1152489)
- commit ad29ff9
- drm/amdgpu: add reset_method asic callback for soc15 (bsc#1152489)
- commit c51cbc4
- drm/amdgpu: add reset_method asic callback for vi (bsc#1152489)
- commit 7cbd77e
- drm/amdgpu: add reset_method asic callback for cik (bsc#1152489)
- commit eb3f054
- drm/amdgpu: add reset_method asic callback for si (bsc#1152489)
- commit 83158b4
- drm/amdgpu: add an asic callback to determine the reset method (bsc#1152489)
- commit 7494c8f
- drm/amd/powerplay: minor fixes around SW SMU power and fan setting (bsc#1152489)
- commit ebbf67f
- drm/amd/display: enable S/G for RAVEN chip (bsc#1152489)
- commit bb48767
- drm/amdgpu: Add check for USWC support for (bsc#1152489)
- commit 1c7c5c6
- drm/amdgpu: Create helper to clear AMDGPU_GEM_CREATE_CPU_GTT_USWC (bsc#1152489)
- commit 017fe05
- drm/amdgpu: Fix hard hang for S/G display BOs. (bsc#1152489)
- commit f76ecc1
- drm/amdgpu: adding xgmi error monitoring (bsc#1152489)
- commit d50854e
- drm/amdgpu: add perfmon and fica atomics for df (bsc#1152489)
- commit 246c3b2
- drm/amdkfd: Remove dead code from gfx8/gfx9 trap handlers (bsc#1152489)
- commit f3ba626
- drm/amdkfd: Replace gfx10 trap handler with correct branch (bsc#1152489)
- commit 59dd6fd
- drm/amdkfd: Fix lost single step exceptions in gfx9 trap handler (bsc#1152489)
- commit 450b8c5
- drm/amdkfd: Use SQC when TCP would fail in gfx9 context save. (bsc#1152489)
- commit f01c0b9
- drm/amdgpu/gmc10: fix pte mytpe field error for navi14 (bsc#1152489)
- commit 90804b4
- drm/amd/powerplay: some cosmetic fixes (bsc#1152489)
- commit a1d8fef
- drm/amd/powerplay: no pptable transfer and dpms enabled with "/dpm=0"/ (bsc#1152489)
- commit be80727
- drm/amd/display: fix a missing null check on a failed kzalloc (bsc#1152489)
- commit 9765827
- drm/radeon: Use dev_get_drvdata where possible (bsc#1152489)
- commit ce0254d
- drm/amd/display: Use dev_get_drvdata (bsc#1152489)
- commit 426742e
- drm/amdgpu: Use dev_get_drvdata where possible (bsc#1152489)
- commit a9c1c1d
- drm/amdgpu: set sdma irq src num according to sdma instances (bsc#1152489)
- commit 993ced9
- drm/amd/display: Copy GSL groups when committing a new context (bsc#1152489)
- commit df4476c
- drm/amd/display: Add debug entry to destroy disconnected edp link (bsc#1152489)
- commit fc62a22
- drm/amd/display: avoid power gate domains that doesn't exist (bsc#1152489)
- commit 4c2908c
- drm/amd/display: Add SMU version field to clk_mgr_internal (bsc#1152489)
- commit 80701cb
- drm/amd/display: support "/dummy pstate"/ (bsc#1152489)
- commit f80168e
- drm/amd/display: fix mpcc assert condition (bsc#1152489)
- commit 01fbfe3
- drm/amd/display: 3.2.42 (bsc#1152489)
- commit 02a969c
- drm/amd/display: Clean up dynamic metadata logic (bsc#1152489)
- commit a1e462c
- drm/amd/display: populate last calculated bb state with max clocks (bsc#1152489)
- commit 5f21dc0
- drm/amd/display: add dcc programming for dual plane (bsc#1152489)
- commit 17a6b2a
- drm/amd/display: Implement DAL3 GPU Integer Scaling (bsc#1152489)
- commit 3065140
- drm/amd/display: add pipe CRC sources without disabling dithering. (bsc#1152489)
- commit 756b2fb
- drm/amd/display: use min disp and dpp clk debug option for dcn2 (bsc#1152489)
- commit 94c2a25
- drm/amd/display: add a option to force the clock at every mode (bsc#1152489)
- commit 65215f4
- drm/amd/display: Change offset_to_id to reflect what id_to_offset (bsc#1152489)
- commit 50fefa6
- drm/amd/display: add set and get clock for testing purposes (bsc#1152489)
- commit d3a1728
- drm/amd/display: Hook up calls to do stereo mux and dig programming (bsc#1152489)
- commit 157c677
- drm/amd/display: 3.2.41 (bsc#1152489)
- commit 1b945d4
- drm/amd/display: Fixes for some MPO cases (bsc#1152489)
- commit 6428285
- drm/amd/display: Cache the use_pitch_c conditional (bsc#1152489)
- commit b11b964
- drm/amd/display: Add DIG_CLOCK_PATTERN register (bsc#1152489)
- commit babf617
- drm/amd/display: Add CM_BYPASS via debug option (bsc#1152489)
- commit d3b5d26
- drm/amd/display: Add MPC 3DLUT resource management (bsc#1152489)
- commit c2449da
- drm/amd/display: Add debug option to disable timing sync (bsc#1152489)
- commit 0660e4e
- drm/amd/display: Clear FEC_READY shadow register if DPCD write fails (bsc#1152489)
- commit cf374f8
- drm/amd/display: Optimize gamma calculations (bsc#1152489)
- commit f086612
- drm/amd/display: Set FEC_READY always before link training (bsc#1152489)
- commit 5cb290e
- drm/amd/display: Use helper for determining HDMI signal (bsc#1152489)
- commit 326fb85
- drm/amd/display: Implement generic MUX registers (v2) (bsc#1152489)
- commit ffe13de
- drm/amd/display: 3.2.40 (bsc#1152489)
- commit 5a30b69
- compat_ioctl: move isdn/capi ioctl translation into
  (bsc#1175995,jsc#SLE-15608).
- Refresh
  patches.suse/compat_ioctl-move-hci_sock-handlers-into-driver.patch.
- Refresh
  patches.suse/compat_ioctl-move-rfcomm-handlers-into-driver.patch.
- commit 2bc424e
- drm/amd/display: Remove second initialization of pp_smu (bsc#1152489)
- commit cb4916a
- drm/amd/display: fix not calling ppsmu to trigger PME (bsc#1152489)
- commit e447ba2
- drm/amd/display: Remove unnecessary NULL check in (bsc#1152489)
- commit eac1b5c
- drm/amd/display: Do not fill Null packet in the blank period (bsc#1152489)
- commit ba19b24
- drm/amd/display: Power-gate all DSCs at driver init time (bsc#1152489)
- commit f3bb995
- drm/amd/display: Remove dsc disable_ich flag programming. (bsc#1152489)
- commit c7b91b9
- drm/amd/display: Fix some HUBP programming issues (bsc#1152489)
- commit 2685737
- drm/amd/display: Expose enc2_set_dynamic_metadata (bsc#1152489)
- commit b24e0aa
- drm/amd/display: 3.2.39 (bsc#1152489)
- commit 2d4ea85
- drm/amd/display: add functionality to get pipe CRC source. (bsc#1152489)
- commit b6e1415
- drm/amd/display: add functionality to grab DPRX CRC entries. (bsc#1152489)
- commit 2c0cd7f
- drm/amd/display: add monitor patch to add T7 delay (bsc#1152489)
- commit c48c9c2
- drm/amd/display: add hdmi2.1 dsc pps packet programming (bsc#1152489)
- commit 859e97e
- drm/amd/display: refactor dump_clk_registers (bsc#1152489)
- commit b1855c9
- drm/amd/display:Use Pixel clock in 100Hz units for HDMI Audio wall (bsc#1152489)
- commit 295a02d
- drm/amd/display: Incorrect Read Interval Time For CR Sequence (bsc#1152489)
- commit 831c3c3
- drm/amd/display: 3.2.38 (bsc#1152489)
- commit bd1754c
- drm/amd/display: Split out common HUBP registers and code (bsc#1152489)
- commit 50c933a
- drm/amd/display: early return when pipe_cnt is 0 in bw validation (bsc#1152489)
- commit 6d58f5e
- drm/amd/display: Update drm_dsc to reflect native 4.2.0 DSC spec (bsc#1152489)
- commit 0caa0f8
- drm/amd/display: Add aux tracing log in dce (bsc#1152489)
- commit fc66a5a
- drm/amd/display: move bw calc code into helpers (bsc#1152489)
- commit 8b93daa
- drm/amd/display: 3.2.37 (bsc#1152489)
- commit 6c7c586
- series.conf: refresh patch order
- commit 5f89670
- drm/amd/display: 3.2.36 (bsc#1152489)
- commit a1bcf42
- drm/amd/display: Add ability to set preferred link training (bsc#1152489)
- commit 8acdaca
- drm/amdgpu:  exposing fica registers to df offsets (bsc#1152489)
- commit b836de3
- drm/amd/powerplay: input check for unsupported message/clock index (bsc#1152489)
- commit 282c8cc
- drm/amd/powerplay: correct SW SMU valid mapping check (bsc#1152489)
- commit 000219c
- drm/amdgpu: flag arcturus as experimental for now (bsc#1152489)
- commit 3f6800d
- drm/amdgpu: drop unused function definitions (bsc#1152489)
- commit 8103022
- drm/amdgpu:add all VCN rings into schedule request queue (bsc#1152489)
- commit 441e243
- drm/amdkfd: Increase vcrat size for GPU (bsc#1152489)
- commit 76d7634
- drm/amdgpu: enable all 8 sdma instances for Arcturus silicon (bsc#1152489)
- commit 7a6e2fa
- drm/amdkfd: Merge gfx9/arcturus trap handlers, add ACC VGPR save (bsc#1152489)
- commit 19c8e75
- drm/amdgpu: Add more detail to the VM fault printing (bsc#1152489)
- commit aed0be3
- drm/amdkfd: Add device id for real asics (bsc#1152489)
- commit 0db6c2a
- drm/amdgpu: limit sdma instances to 2 for Arcturus in BU phase (bsc#1152489)
- commit b47c154
- drm/amdgpu: skip gfx 9 common golden settings for arct (bsc#1152489)
- commit f0030c6
- drm/amdkfd: Add arcturus CWSR trap handler (bsc#1152489)
- commit c291ed6
- amd/powerplay: No SW XGMI dpm for Arcturus rev 2 (bsc#1152489)
- commit 353fe0f
- drm/amdgpu: clean up nonexistent firmware declaration for Arcturus (bsc#1152489)
- commit e0cbf4a
- drm/amdgpu: init gds config for arct (bsc#1152489)
- commit 10c7e22
- drm/amdgpu: keep stolen memory for arct (bsc#1152489)
- commit 9738d9a
- drm/amdgpu: init arct external rev id (bsc#1152489)
- commit ae98f94
- drm/amdgpu: add arct gc golden settings (bsc#1152489)
- commit e1aca94
- drm/amdgpu: add arct sdma golden settings (bsc#1152489)
- commit f1ab50a
- drm/amdgpu: add pci DID for Arcturus GL-XL. (bsc#1152489)
- commit aa42a9b
- drm/amdgpu: assign fb_start/end in mmhub v9.4 interface (bsc#1152489)
- commit 6357453
- drm/amdgpu: add harvest support for Arcturus (bsc#1152489)
- commit 68da984
- drm/amdgpu: add multiple instances support for Arcturus (bsc#1152489)
- commit a03725f
- drm/amdgpu: modify amdgpu_vcn to support multiple instances (bsc#1152489)
- commit 706f739
- drm/amdgpu: add vcn nbio doorbell range setting for 2nd vcn instance (bsc#1152489)
- commit 36ba2a5
- drm/amdgpu/: increase AMDGPU_MAX_RINGS to add 2nd vcn instance (bsc#1152489)
- commit 8f63f5e
- drm/amdgpu/: add doorbell assignment for 2nd vcn instance (bsc#1152489)
- commit 580c4e4
- drm/amdgpu/: add ucodeID for 2nd vcn instance (bsc#1152489)
- commit c2fde66
- drm/amdgpu/: add clientID for 2nd vcn instance (bsc#1152489)
- commit 16898e6
- drm/amdkfd: Set number of xgmi optimized SDMA engines for arcturus (bsc#1152489)
- commit edcbb37
- drm/amdgpu: correct ip for mmHDP_READ_CACHE_INVALIDATE register (bsc#1152489)
- commit a905f5b
- drm/amdgpu: set system aperture to cover whole FB region in mmhub (bsc#1152489)
- commit 54f3fb4
- drm/amdgpu: skip get/update xgmi topology info when no psp exists (bsc#1152489)
- commit 3c5d3dd
- drm/amd/powerplay: get smc firmware and pptable (bsc#1152489)
- commit fdc841e
- drm/amdgpu/powerplay: add smu11 driver interface for arcturus. (v2) (bsc#1152489)
- commit a89f19e
- drm/amdgpu/powerplay: add arcturus ppt functions (bsc#1152489)
- commit 0fb03f4
- drm/amdgpu: enable the Doorbell support for VCN2.5 (bsc#1152489)
- commit 4c8b5d0
- drm/amdgpu: add vcn doorbell range function to nbio7.4 (v2) (bsc#1152489)
- commit 369703c
- drm/amdgpu: enable VCN2.5 on Arcturus (bsc#1152489)
- commit 0164510
- drm/amdgpu/VCN2.5: set JPEG decode ring functions (bsc#1152489)
- commit e4933b5
- drm/amdgpu: add JPEG2.5 HW start and stop (bsc#1152489)
- commit 7cb1f4d
- drm/amdgpu/VCN2.5: set encode ring functions (bsc#1152489)
- commit 97c6e56
- drm/amdgpu/VCN2.5: set decode ring functions (bsc#1152489)
- commit b3480e1
- drm/amdgpu: add Arcturus to the VCN family (bsc#1152489)
- commit f4a242a
- drm/amdgpu: add VCN2.5 VCPU start and stop (bsc#1152489)
- commit c510a40
- drm/amdgpu: add VCN2.5 basic supports (bsc#1152489)
- commit 942a061
- drm/amdgpu/VCN2: expose rings functions (bsc#1152489)
- commit a5103c1
- drm/amdgpu/VCN2: put IB internal registers offset to structure (bsc#1152489)
- commit bd1d88a
- drm/amdgpu: declare sdma firmware binary files for Arcturus (bsc#1152489)
- commit 3b59c41
- drm/amdgpu: Clear build undefined warning (bsc#1152489)
- commit 13dce2e
- drm/amdgpu: Enable xgmi support for Arcturus (bsc#1152489)
- commit c0d2f85
- drm/amdgpu: Hack xgmi topology info when there is no psp fw (bsc#1152489)
- commit 83c2446
- drm/amdkfd: Support MMHUB1 in kfd interrupt path (bsc#1152489)
- commit 1cc381d
- drm/amdgpu: Set VM_L2_CNTL.PDE_FAULT_CLASSIFICATION to 0 for MMHUB (bsc#1152489)
- commit f49637c
- drm/amdkfd: Implement kfd2kgd_calls for Arcturus (bsc#1152489)
- commit 7f9acdc
- drm/amdkfd: Fix sdma_bitmap overflow issue (bsc#1152489)
- commit fc01533
- drm/amdkfd: Change arcturus sdma engines number (bsc#1152489)
- commit a50fe6c
- drm/amdkfd: Support two MMHUBs when setting up page table base in KFD (bsc#1152489)
- commit 3cc67ea
- drm/amdkfd: Expose function mmhub_v9_4_setup_vm_pt_regs() for kfd to (bsc#1152489)
- commit edb8121
- amd/amdkfd: Add ASIC ARCTURUS to kfd (bsc#1152489)
- commit e1a4a3b
- drm/amdkfd: Support bigger gds size (bsc#1152489)
- commit ed99e18
- drm/amdkfd: Extend PM4 packets to support 8 SDMA (bsc#1152489)
- commit a0db8e3
- drm/amdgpu: Initialize asic functions for Arcturus (bsc#1152489)
- commit c72ad52
- drm/amdgpu: add paging queue support for 8 SDMA instances on Arcturus (bsc#1152489)
- commit f0a7b93
- drm/amdgpu: correct programming of ih_chicken for Arcturus (bsc#1152489)
- commit 5e1f911
- drm/amdgpu: add Arcturus chip_name for init sdma microcode (bsc#1152489)
- commit 810152e
- drm/amdgpu: enable 8 SDMA instances for Arcturus (bsc#1152489)
- commit f1bb029
- drm/amdgpu: correct Arcturus SDMA address space base index (bsc#1152489)
- commit 198f1ed
- drm/amdgpu: support sdma 2~7 doorbell range register offset (bsc#1152489)
- commit 5eec945
- drm/amdgpu: skip all gfx ring settings for Arcturus (bsc#1152489)
- commit af849e8
- drm/amdgpu: skip load cp gfx firmware for Arcturus (bsc#1152489)
- commit a8674fd
- drm/amdgpu: optimize gfx9 init_microcode function (bsc#1152489)
- commit 1bd282c
- drm/amdgpu: add Arcturus gpu info firmware (bsc#1152489)
- commit 7878a73
- drm/amdgpu: skip pasid mapping for second mmhub on Arcturus (bsc#1152489)
- commit 50aa209
- drm/amdgpu: skip to get 3D engine clockgating state for Arcturus (bsc#1152489)
- commit 4c4d029
- drm/amdgpu: add to set rlc funcs for Arcturus (bsc#1152489)
- commit 3811d4e
- drm/amdgpu: add number of mec for Arcturus (bsc#1152489)
- commit 3801241
- drm/amdgpu: add gfx config for Arcturus (bsc#1152489)
- commit f34d503
- drm/amdgpu: add support for Arcturus firmware (bsc#1152489)
- commit dd0d598
- drm/amdgpu/dce_virtual: add Arcturus virtual display support (bsc#1152489)
- commit 34768c3
- drm/amdgpu: set Arcturus fw load type as direct (bsc#1152489)
- commit 6c33df0
- drm/amdgpu: add to set Arcturus ip blocks (bsc#1152489)
- commit ee0e22a
- drm/amdgpu/soc15: add Arcturus common ip blocks (bsc#1152489)
- commit 16216de
- drm/amdgpu: support hdp flush for more sdma instances (bsc#1152489)
- commit 5e8f984
- drm/amdgpu: specify sdma instance 5~7 with second mmhub type (bsc#1152489)
- commit 48b153f
- drm/amdgpu: reorganize sdma v4 code to support more instances (bsc#1152489)
- commit b8556fb
- drm/amdgpu: update vmc interrupt routine to support 3 vmhubs (bsc#1152489)
- commit c4a40fc
- drm/amdgpu: add VMC1 interrupt client id for Arcturus (bsc#1152489)
- commit ceebc69
- drm/amdgpu: dynamically initialize IP offset for Arcturus (bsc#1152489)
- commit 6b8b94d
- drm/amdgpu: increase max number of ip base instances to 8 (bsc#1152489)
- commit 984f24b
- drm/amdgpu: add SDMA 2~7 ip block type (bsc#1152489)
- commit c98456d
- drm/amdgpu: add SDMA 2~7 interrupt client id for Arcturus (bsc#1152489)
- commit cd17942
- drm/amdgpu: use new mmhub interfaces for Arcturus (bsc#1152489)
- commit 492c735
- drm/amdgpu: add mmhub v9.4.1 block for Arcturus (v2) (bsc#1152489)
- commit 2020eea
- drm/amdgpu: add one more mmhub instance for Arcturus (v2) (bsc#1152489)
- commit 793ed32
- drm/amdgpu: add new member in amdgpu_device for vmhub counts per asic (bsc#1152489)
- commit f146618
- drm/amdgpu: rename AMDGPU_GFXHUB/MMHUB macro with hub number (bsc#1152489)
- commit 96f590d
- drm/amdgpu: add gmc basic support for Arcturus (bsc#1152489)
- commit 0b01436
- drm/amdgpu: add Arcturus asic type (bsc#1152489)
- commit 68645d4
- drm/amdgpu: add Arcturus ip_offset header (v3) (bsc#1152489)
- commit d842c43
- drm/amdgpu: add VCN2.5 headers (bsc#1152489)
- commit b330d66
- drm/amdgpu: add sdma 4.2.2 header files for Arcturus (bsc#1152489)
- commit 3e2414a
- drm/amdgpu: add mmhub 9.4.1 header files for Acrturus (bsc#1152489)
- commit 4bf24fa
- drm/amdgpu: consolidate navi14 IP init (bsc#1152489)
- commit 446c8f3
- drm/amdgpu: disable concurrent flushes on Navi14 (bsc#1152489)
- commit 7a88843
- drm/amdgpu: enable gfxoff code path for navi14 (bsc#1152489)
- commit 081f537
- drm/amdgpu/vcn: enable indirect DPG SRAM mode for navi14 (bsc#1152489)
- commit b4671ab
- drm/amd/powerplay: disable gfxoff for navi14 (bsc#1152489)
- commit 718e578
- drm/amdgpu/nv: set vcn pg flag for navi14 (bsc#1152489)
- commit 528a532
- drm/amd/display: disable display writeback for navi14 (bsc#1152489)
- commit c7cf349
- drm/amdgpu: enable async gfx ring for navi14 (bsc#1152489)
- commit 265aaa1
- drm/amdgpu: enable clock gatings for navi14 (bsc#1152489)
- commit 5687c01
- drm/amdgpu/athub2: set clock gating for navi14 (bsc#1152489)
- commit a89c8c7
- drm/amdgpu/mmhub2: set clock gating for navi14 (bsc#1152489)
- commit f11e9e6
- drm/amdgpu: declare asd firmware for navi14 (bsc#1152489)
- commit d41ef41
- scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: fix FIONREAD on devices
  (bsc#1175995,jsc#SLE-15608).
- commit dc3fcb9
- drm/amdgpu: Enable VCN on navi14 (bsc#1152489)
- commit 4728bc8
- drm/amd/display: skip to load dmcu firmware for navi14 (bsc#1152489)
- commit b833ffc
- drm/amdgpu: skip to load ta firmware for navi14 (bsc#1152489)
- commit a3f7f86
- drm/amd/display: add ASICREV defines v2 (bsc#1152489)
- commit 71067ca
- drm/amd/display: add dm block (bsc#1152489)
- commit 6679526
- drm/amd/display: add NAVI14 in resource construct (bsc#1152489)
- commit 4782efa
- drm/amd/display: add nv14 cases to amdgpu_dm (bsc#1152489)
- commit 08ebd4f
- drm/amdgpu: enable sw smu ip for navi14 (bsc#1152489)
- commit 0d4f7cc
- drm/amdgpu/smu11: add support for navi14 (bsc#1152489)
- commit b93945a
- drm/amdgpu/psp: start rlc autoload after psp received rlcg for navi14 (bsc#1152489)
- commit 2c42d6d
- drm/amdgpu: enable psp ip block for navi14 (bsc#1152489)
- commit 98af8bd
- drm/amdgpu/psp: add psp support for navi14 (v3) (bsc#1152489)
- commit b3e2379
- drm/amdgpu: enable virtual display for navi14 (bsc#1152489)
- commit 5d92111
- drm/amdgpu: add ip blocks for navi14 (bsc#1152489)
- commit 78018f9
- drm/amdgpu/soc15: add support for navi14 (bsc#1152489)
- commit 14305ef
- drm/amdgpu/gfx10: fix programming of SC_HIZ_TILE_FIFO_SIZE field (bsc#1152489)
- commit 1d1d921
- drm/amdgpu/gfx10: update gfx golden settings for navi14 (bsc#1152489)
- commit 80afa19
- drm/amdgpu/gfx10: update gfx golden settings for navi14 (bsc#1152489)
- commit 48bf359
- drm/amdgpu/gfx: update gc_v10_1_1 golden setting (bsc#1152489)
- commit e776c32
- drm/amdgpu/gfx10: add gfx v10_1_1 golden settings for navi14 (bsc#1152489)
- commit 01777c4
- drm/amdgpu/gfx: add definition of mmCGTT_GS_NGG_CLK_CTRL (bsc#1152489)
- commit 39c5ef3
- drm/amdgpu/gfx10: set tcp harvest for navi14 (bsc#1152489)
- commit 9490ae0
- drm/amdgpu: set rlc funcs for navi14 (bsc#1152489)
- commit 44a38c3
- drm/amdgpu: add me/mec configurations for navi14 (bsc#1152489)
- commit ab2a380
- drm/amdgpu/gfx10: add clockgating support for navi14 (bsc#1152489)
- commit 364e53c
- drm/amdgpu/gfx10: add gfx config for navi14 (bsc#1152489)
- commit 6a2900d
- drm/amdgpu/gfx10: add placeholder for navi14 golden settings (bsc#1152489)
- commit fd8cc2b
- Documentation: document ioctl interfaces better
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: simplify up block/ioctl.c
  (bsc#1175995,jsc#SLE-15608).
- commit e827cbb
- drm/amdgpu/gfx10: add support for navi14 firmware (bsc#1152489)
- commit 94e493c
- drm/amdgpu/sdma5: set clock gating for navi14 (bsc#1152489)
- commit efabae9
- drm/amdgpu/sdma5: update sdma5 golden settings for navi14 (bsc#1152489)
- commit 2d5671a
- drm/amdgpu/sdma5: add sdma5_0 golden settings for navi14 (bsc#1152489)
- commit 1019152
- drm/amdgpu/sdma5: add placeholder for navi14 golden settings (bsc#1152489)
- commit 1207b10
- drm/amdgpu/sdma5: add support for navi14 firmware (bsc#1152489)
- commit b0f0304
- drm/amdgpu/gmc10: add navi14 support (bsc#1152489)
- commit 3a2b225
- drm/amdgpu: increase max instance number for hw ip (bsc#1152489)
- commit 746f3c7
- drm/amdgpu/discovery: init reg base offset via ip discovery for (bsc#1152489)
- commit c2dd5f6
- drm/amdgpu/soc15: initialize reg base for navi14 (v2) (bsc#1152489)
- commit 71447e2
- drm/amdgpu: add navi14 ucode loading method (bsc#1152489)
- commit 1511a18
- drm/amdgpu: set asic family and ip blocks for navi14 (bsc#1152489)
- commit b039937
- drm/amdgpu: add gpu_info firmware for navi14 (bsc#1152489)
- commit 9e18b0f
- drm/amdgpu: add navi14 asic type (bsc#1152489)
- commit 8c49c4b
- drm/rockchip: fix VOP_WIN_GET macro (bsc#1152472)
- commit f6ec908
- Revert "/drm/gem: Rename drm_gem_dumb_map_offset() to (bsc#1152472)
- commit 4714a18
- Revert "/drm/panfrost: Use drm_gem_map_offset()"/ (bsc#1152472)
- commit ec45eca
- drm/vgem: drop DRM_AUTH usage from the driver (bsc#1152472)
- commit da55412
- drm/msm: drop DRM_AUTH usage from the driver (bsc#1152472)
- commit a7c1df4
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
  (bsc#1175995, jsc#SLE-15608).
- dax: Fix stack overflow when mounting fsdax pmem device
  (bsc#1175995, jsc#SLE-15608).
- dax: fix detection of dax support for non-persistent memory
  block devices (bsc#1175995, jsc#SLE-15608).
- commit b4ff676
- drm/nouveau: remove open-coded drm_invalid_op() (bsc#1152472)
- commit 94773d8
- Revert "/drm/nouveau: remove open-coded drm_invalid_op()"/ (bsc#1152472)
- commit 918af03
- Revert "/drm/msm: drop DRM_AUTH usage from the driver"/ (bsc#1152472)
- commit ec008c5
- Revert "/drm/vgem: drop DRM_AUTH usage from the driver"/ (bsc#1152472)
- commit 3998cdf
- Revert "/Revert "/drm/panfrost: Use drm_gem_map_offset()"/"/ (bsc#1152472)
- commit ab1ef19
- Revert "/Revert "/drm/gem: Rename drm_gem_dumb_map_offset() to (bsc#1152472)
- commit a429156
- drm/sti: fix opencoded use of drm_panel_* (bsc#1152472)
- commit 8c03019
- drm/i915: stop using seqcount for fence pruning (bsc#1152472)
- commit 8308ebb
- drm/crc-debugfs: Add notes about CRC<->commit interactions (bsc#1152472)
- commit c95b79b
- drm/hdcp: reference for srm file format (bsc#1152472)
- commit 339ed9e
- drm/i915: update the hdcp state with uevent (bsc#1152472)
- commit 4378291
- drm/hdcp: update content protection property with uevent (bsc#1152472)
- commit b6c7e80
- drm: uevent for connector status change (bsc#1152472)
- commit f6629f4
- drm/i915: Attach content type property (bsc#1152472)
- commit 061bd2e
- drm: Add Content protection type property (bsc#1152472)
- commit 5719371
- drm/bochs: Use dev_get_drvdata (bsc#1152472)
- commit 70f55b4
- drm/qxl: Use dev_get_drvdata where possible (bsc#1152472)
- commit 222feb2
- drm/ttm: drop ttm_buffer_object->resv (bsc#1152472)
- commit 128a04e
- compat_ioctl: block: simplify compat_blkpg_ioctl()
  (bsc#1175995,jsc#SLE-15608).
- Refresh
  patches.suse/block-move-block-layer-internals-out-of-include-linu.patch.
- Refresh patches.suse/block-refactor-blkpg_ioctl.patch.
- commit 123899c
- drm/virtio: switch driver from bo->resv to bo->base.resv (bsc#1152472)
- commit 009200b
- drm/qxl: switch driver from bo->resv to bo->base.resv (bsc#1152472)
- commit f69e3fb
- drm/nouveau: switch driver from bo->resv to bo->base.resv (bsc#1152472)
- commit 06f06ae
- drm/amdgpu: switch driver from bo->resv to bo->base.resv (bsc#1152472)
- commit 0a23237
- drm/vmwgfx: switch driver from bo->resv to bo->base.resv (bsc#1152472)
- commit 4d31fb5
- drm/radeon: switch driver from bo->resv to bo->base.resv (bsc#1152472)
- commit 2bf7c48
- drm/ttm: switch ttm core from bo->resv to bo->base.resv (bsc#1152472)
- commit beee9fd
- drm/ttm: set both resv and base.resv pointers (bsc#1152472)
- commit e48d0b8
- drm/ttm: use gem vma_node (bsc#1152472)
- commit a034ac8
- drm/ttm: use gem reservation object (bsc#1152472)
- commit 3608562
- drm/nouveau: use embedded gem object (bsc#1152472)
- commit 27a8fed
- drm/amdgpu: use embedded gem object (bsc#1152472)
- commit a55a9ed
- drm/radeon: use embedded gem object (bsc#1152472)
- commit 6771a46
- drm/qxl: use embedded gem object (bsc#1152472)
- commit cab48a6
- drm/vram: use embedded gem object (bsc#1152472)
- commit de4ce44
- drm/ttm: add gem base object (bsc#1152472)
- commit 1c2a2bb
- backlight: drop EARLY_EVENT_BLANK support (bsc#1152472)
- commit 8c99980
- drm/bridge/parade: Drop legacy GPIO header (bsc#1152472)
- commit 7d5939f
- drm/bridge/nxp-ptn3460: Drop legacy GPIO headers (bsc#1152472)
- commit 5bb3dd6
- drm/bridge/megachips: Drop GPIO header (bsc#1152472)
- commit 2aa408c
- drm/pl111: Fix unused variable warning (bsc#1152472)
- commit 3f3e35d
- dma-buf: add more reservation object locking wrappers (bsc#1152472)
- commit 2dce229
- drm/vblank: drop use of DRM_WAIT_ON() (bsc#1152472)
- commit eec07c1
- drm/pl111: Drop special pads config check (bsc#1152472)
- commit 99657ca
- drm/komeda: Enable dual-link support (bsc#1152472)
- commit b1416a1
- drm/komeda: Use drm_display_mode "/crtc_"/ prefixed hardware timings (bsc#1152472)
- commit e29c995
- drm/drm_debugfs_crc.c: Document that .verify_crc_source vfunc is (bsc#1152472)
- commit 0c660d2
- drm: mali-dp: Mark expected switch fall-through (bsc#1152472)
- commit 8716b20
- drm/tilcdc: Remove obsolete crtc_mode_valid() hack (bsc#1152472)
- commit 2fbd921
- Revert "/drm/radeon: Provide ddc symlink in connector sysfs directory"/ (bsc#1152472)
- commit 5b9450b
- drm/radeon: Provide ddc symlink in connector sysfs directory (bsc#1152472)
- commit db069f9
- drm/amdgpu: Provide ddc symlink in connector sysfs directory (bsc#1152472)
- commit 5875760
- drm/bridge: ti-tfp410: Provide ddc symlink in connector sysfs (bsc#1152472)
- commit 493170a
- drm/bridge: dw-hdmi: Provide ddc symlink in connector sysfs directory (bsc#1152472)
- commit 4df6c72
- drm/bridge: dumb-vga-dac: Provide ddc symlink in connector sysfs (bsc#1152472)
- commit 5fa34bb
- drm/ast: Provide ddc symlink in connector sysfs directory (bsc#1152472)
- commit 77e1613
- drm/mgag200: Provide ddc symlink in connector sysfs directory (bsc#1152472)
- commit a3a652d
- drm: sti: Provide ddc symlink in hdmi connector sysfs directory (bsc#1152472)
- commit 99c53ff
- drm/imx: imx-tve: Provide ddc symlink in connector's sysfs (bsc#1152472)
- commit bfd2dc2
- drm/imx: imx-ldb: Provide ddc symlink in connector's sysfs (bsc#1152472)
- commit a426400
- drm/sun4i: hdmi: Provide ddc symlink in sun4i hdmi connector sysfs (bsc#1152472)
- commit 89ae16f
- drm: Add drm_connector_init() variant with ddc (bsc#1152472)
- commit e1ef761
- drm: Add ddc link in sysfs created by drm_connector (bsc#1152472)
- commit 896b59e
- drm/gm12u320: Move driver to drm/tiny (bsc#1152472)
- commit c98a3bb
- drm/tinydrm: Rename folder to tiny (bsc#1152472)
- commit d2eafb3
- drm/tinydrm/Kconfig: Remove menuconfig DRM_TINYDRM (bsc#1152472)
- commit 7d828da
- drm/prime: Ditch gem_prime_res_obj hook (bsc#1152472)
- commit eb74a62
- drm/amdgpu: Fill out gem_object->resv (bsc#1152472)
- commit c844fc5
- drm/nouveau: Fill out gem_object->resv (bsc#1152472)
- commit de021a9
- drm/radeon: Fill out gem_object->resv (bsc#1152472)
- commit 26b4d71
- drm/rockchip: Make analogix_dp_atomic_check static (bsc#1152472)
- commit d7d5dfe
- drm/syncobj: fix leaking dma_fence in drm_syncobj_query_ioctl (bsc#1152472)
- commit a44669b
- drm: sti: Mark expected switch fall-throughs (bsc#1152472)
- commit 748adf1
- drm/mst: Fix sphinx warnings in drm_dp_msg_connector register (bsc#1152472)
- commit 09a4e9c
- drm/rockchip: Use drm_atomic_helper_commit_tail_rpm (bsc#1152472)
- commit 697f7a8
- drm/rockchip: Don't fully disable vop on self refresh (bsc#1152472)
- commit 56a586a
- drm/rockchip: Use vop_win in vop_win_disable instead of vop_win_data (bsc#1152472)
- commit d0e9b0f
- drm/rockchip: Use the helpers for PSR (bsc#1152472)
- commit c4c05ab
- drm/rockchip: Check for fast link training before enabling psr (bsc#1152472)
- commit 6404bda
- drm/panel: jh057n00900: Use drm_panel_{unprepare, disable} (bsc#1152472)
- commit ed1a798
- drm/panel: jh057n00900: Print error code on all DRM_DEV_ERROR()s (bsc#1152472)
- commit e6c8891
- drm/panel: jh057n00900: Move mipi_dsi_dcs_set_display_off to (bsc#1152472)
- commit f39e1a0
- drm/panel: jh057n00900: Move panel DSI init to enable() (bsc#1152472)
- commit 4fed0e8
- video: amba-clcd: Spout an error if of_get_display_timing() gives an (bsc#1152472)
- commit 139495b
- drm: panel-lvds: Spout an error if of_get_display_timing() gives an (bsc#1152472)
- commit d287088
- video: of: display_timing: Don't yell if no timing node is present (bsc#1152472)
- commit 9aef94a
- video: of: display_timing: Add of_node_put() in (bsc#1152472)
- commit a24558d
- drm/panel: simple: Add support for Sharp LD-D5116Z01B panel (bsc#1152472)
- commit ae28b88
- drm/panel: check failure cases in the probe func (bsc#1152472)
- commit fe0ccb4
- drm: Switch to use DEVFREQ_GOV_SIMPLE_ONDEMAND constant (bsc#1152472)
- commit 389f1c0
- drm/panfrost: Export all GPU feature registers (bsc#1152472)
- commit 859b393
- drm/amd/display: Implement MST Aux device registration (bsc#1152472)
- commit a7905b7
- drm/amd/display: Use connector kdev as aux device parent (bsc#1152472)
- commit c950e11
- drm/nouveau: Use connector kdev as aux device parent (bsc#1152472)
- commit c976f36
- drm/dp_mst: Enable registration of AUX devices for MST ports (bsc#1152472)
- commit c930852
- drm/dp: Use non-cyclic idr (bsc#1152472)
- commit 1d9bfdd
- drm/via: drop use of drmP.h (bsc#1152472)
- commit d0e737f
- drm/via: make via_drv.h self-contained (bsc#1152472)
- commit 3a2a691
- drm/via: copy DRM_WAIT_ON as VIA_WAIT_ON and use it (bsc#1152472)
- commit db02be8
- drm/via: drop use of DRM(READ|WRITE) macros (bsc#1152472)
- commit b5bc260
- drm/bridge: sii902x: add audio graph card support (bsc#1152472)
- commit 9c5d6ae
- drm/bridge: sii902x: make audio mclk optional (bsc#1152472)
- commit fbfe775
- drm/bridge: sii902x: fix missing reference to mclk clock (bsc#1152472)
- commit fad4593
- drm/stm: attach gem fence to atomic state (bsc#1152472)
- commit 5573fd1
- drm/tinydrm: Move mipi-dbi (bsc#1152472)
- commit a9e8a12
- drm/tinydrm/mipi-dbi: Select DRM_KMS_HELPER (bsc#1152472)
- commit 89b5415
- drm/tinydrm/Kconfig: drivers: Select BACKLIGHT_CLASS_DEVICE (bsc#1152472)
- commit 7716f42
- drm/tinydrm/mipi-dbi: Remove CMA helper dependency (bsc#1152472)
- commit ff8c12b
- drm/tinydrm: Split struct mipi_dbi in two (bsc#1152472)
- commit 0defaeb
- drm/tinydrm: Rename remaining variable mipi -> dbidev (bsc#1152472)
- commit f5ede9c
- drm/tinydrm: Rename variable mipi -> dbi (bsc#1152472)
- commit b1e982e
- drm/tinydrm/mipi-dbi: Move cmdlock mutex init (bsc#1152472)
- commit 5560150
- drm/mgag200: Don't unpin the current cursor image's buffer. (bsc#1152472)
- commit 5fd7aa9
- drm/mgag200: Set cursor scanout address to correct BO (bsc#1152472)
- commit 187a36d
- drm/mgag200: Pin displayed cursor BO to video memory (bsc#1152472)
- commit a0855fd
- compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.c
  (bsc#1175995,jsc#SLE-15608).
- commit 16bffa3
- video: ssd1307fb: Add devicetree configuration of display setup (bsc#1152472)
- commit deb096f
- video: ssd1307fb: Handle width and height that are not multiple of 8 (bsc#1152472)
- commit 1efaf36
- video: ssd1307fb: Start page range at page_offset (bsc#1152472)
- commit d321944
- video: ssd1307fb: Remove unneeded semicolons (bsc#1152472)
- commit b89d4e0
- video: ssd1307fb: Use screen_buffer instead of screen_base (bsc#1152472)
- commit e81833c
- video: fbdev-MMP: Remove call to memset after dma_alloc_coherent (bsc#1152472)
- commit 352aaef
- video: fbdev: nvidia: Remove dead code (bsc#1152472)
- commit 742207b
- compat_ioctl: move HDIO ioctl handling into drivers/ide
  (bsc#1175995,jsc#SLE-15608).
- commit fa2dd9a
- video: fbdev: nvidia: Remove extra return (bsc#1152472)
- commit de8d2d9
- au1200fb: don't use DMA_ATTR_NON_CONSISTENT (bsc#1152472)
- commit 1f38c0c
- fbmem: remove redundant assignment to err (bsc#1152472)
- commit 7f5aa22
- drm/tinydrm: Move tinydrm_display_pipe_init() to mipi-dbi (bsc#1152472)
- commit 5a2084f
- drm/tinydrm/mipi-dbi: Add mipi_dbi_init_with_formats() (bsc#1152472)
- commit 2037d8b
- drm/tinydrm/repaper: Don't use tinydrm_display_pipe_init() (bsc#1152472)
- commit 5f19278
- drm/tinydrm: Move tinydrm_machine_little_endian() (bsc#1152472)
- commit 9e57ea4
- drm/tinydrm: Move tinydrm_spi_transfer() (bsc#1152472)
- commit 9b367b9
- compat_ioctl: scsi: handle HDIO commands from drivers
  (bsc#1175995,jsc#SLE-15608).
- Refresh
  patches.suse/block-move-dma-drain-handling-to-scsi.patch.
- Refresh
  patches.suse/scsi-Wire-up-ata_scsi_dma_need_drain-for-SAS-HBA-dri.patch.
- commit 1e191dc
- drm/tinydrm: Clean up tinydrm_spi_transfer() (bsc#1152472)
- commit 4770e24
- drm/tinydrm: Remove tinydrm_spi_max_transfer_size() (bsc#1152472)
- commit 5bc81a7
- drm/tinydrm: Remove spi debug buffer dumping (bsc#1152472)
- commit b237d60
- drm/tinydrm: Use spi_is_bpw_supported() (bsc#1152472)
- commit 1dc53ea
- drm/tinydrm: Use DRM_MODE_CONNECTOR_SPI (bsc#1152472)
- commit 769cd06
- drm: Add SPI connector type (bsc#1152472)
- commit 494662d
- fbdev: Ditch fb_edid_add_monspecs (bsc#1152472)
- commit eb52721
- drm/komeda: remove set but not used variable 'old' (bsc#1152472)
- commit 49cd296
- drm/bridge: Improve the help text for DRM_ANALOGIX_ANX78XX (bsc#1152472)
- commit b447105
- drm: Add Grain Media GM12U320 driver v2 (bsc#1152472)
- commit cbafbd5
- drm/fb: remove unused function: drm_gem_fbdev_fb_create() (bsc#1152472)
- commit b75a587
- drm/sun4i: sun8i-csc: Add support for color encoding and range (bsc#1152472)
- commit 90809a6
- drm/sun4i: sun8i_csc: Simplify register writes (bsc#1152472)
- commit 509b422
- drm/sun4i: Introduce color encoding and range properties (bsc#1152472)
- commit fdc5e3d
- drm/mediatek: direct include of drm.h in mtk_drm_gem.c (bsc#1152472)
- commit d50539a
- drm: direct include of drm.h in drm_syncobj.c (bsc#1152472)
- commit 911c14b
- drm: direct include of drm.h in drm_prime.c (bsc#1152472)
- commit 79ca7f7
- drm: direct include of drm.h in drm_gem_shmem_helper.c (bsc#1152472)
- commit 5c5412b
- drm: direct include of drm.h in drm_gem.c (bsc#1152472)
- commit a0bcc83
- drm/ati_pcigart: drop dependency on drm_os_linux.h (bsc#1152472)
- commit 4f58e8f
- drm: drop uapi dependency from drm_vblank.h (bsc#1152472)
- commit 05ee888
- drm/panel: make drm_panel.h self-contained (bsc#1152472)
- commit a38a272
- drm/doc: Document kapi doc expectations (bsc#1152472)
- commit c1adc7b
- drm/panel: simple: document panel_desc; rename a few functions (bsc#1152472)
- commit 12e5799
- drm: Make the bw/link rate calculations more forgiving (bsc#1152472)
- commit 81c2cbf
- drm/mediatek: drop use of drmP.h (bsc#1152472)
- commit bb83f21
- drm/rockchip: drop use of drmP.h (bsc#1152472)
- commit 657f2f0
- drm/imx: drop use of drmP.h (bsc#1152472)
- commit b89bb64
- drm/i2c/sil164: drop use of drmP.h (bsc#1152472)
- commit 9e6f91b
- drm/i2c/ch7006: drop use of drmP.h (bsc#1152472)
- commit 8a9fd19
- drm/tilcdc: drop use of drmP.h (bsc#1152472)
- commit b3bc4fb
- drm/i810: drop use of drmP.h (bsc#1152472)
- commit 65a43b2
- compat_ioctl: move cdrom commands into cdrom.c
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: simplify the implementation
  (bsc#1175995,jsc#SLE-15608).
- commit f063b86
- drm/vgem: drop use of drmP.h (bsc#1152472)
- commit 7a22b47
- drm/tdfx: drop use of drmP.h (bsc#1152472)
- commit bd92058
- drm/selftests: drop use of drmP.h (bsc#1152472)
- commit 85c7c2a
- drm/omapdrm: drop use of drmP.h (bsc#1152472)
- commit 8b8772c
- drm/udl: drop use of drmP.h (bsc#1152472)
- commit 6132fc4
- drm/vc4: drop use of drmP.h (bsc#1152472)
- commit 1969195
- drm/sun4i: drop use of drmP.h (bsc#1152472)
- commit 0f7f25d
- drm/zte: drop use of drmP.h (bsc#1152472)
- commit e79e589
- drm/pl111: drop use of drmP.h (bsc#1152472)
- commit a7564ad
- drm/v3d: drop use of drmP.h (bsc#1152472)
- commit 18620db
- drm/meson: drop use of drmP.h (bsc#1152472)
- commit d64e4d2
- gpu/drm: fix a few kernel-doc "//**"/ mark warnings (bsc#1152472)
- commit 4f4f41a
- compat_ioctl: move sys_compat_ioctl() to ioctl.c
  (bsc#1175995,jsc#SLE-15608).
- commit 636dfe4
- drm/bridge: ti-sn65dsi86: use dev name for debugfs (bsc#1152472)
- commit f788070
- drm/pl111: pl111_vexpress.c: Add of_node_put() before return (bsc#1152472)
- commit 0eb1ecf
- drm/atmel_hlcdc: drop use of drmP.h (bsc#1152472)
- commit 2306791
- drm/shmobile: drop use of drmP.h (bsc#1152472)
- commit c66f5cf
- drm/hisilicon: drop use of drmP.h (bsc#1152472)
- commit fa270bd
- drm/ast: drop use of drmP.h (bsc#1152472)
- commit 892c614
- drm/bochs: drop use of drmP.h (bsc#1152472)
- commit 980b0a4
- drm: add missing include to drm_vram_mm_helper.h (bsc#1152472)
- commit 58095e5
- drm/virtgpu: drop use of drmP.h (bsc#1152472)
- commit cd3cfae
- drm/scheduler: drop use of drmP.h (bsc#1152472)
- commit d1c2b33
- drm/vkms: drop use of drmP.h (bsc#1152472)
- commit e021559
- drm/qxl: drop use of drmP.h (bsc#1152472)
- commit ae2c6c8
- drm/fsl-dcu: drop use of drmP.h (bsc#1152472)
- commit a4bb8e3
- drm/mxsfb: drop use of drmP.h (bsc#1152472)
- commit 7651daa
- drm/tve200: drop use of drmP.h (bsc#1152472)
- commit 1dbd7c5
- drm/xen: drop use of drmP.h (bsc#1152472)
- commit 35c82da
- drm/agp: Remove unused function drm_agp_bind_pages (bsc#1152472)
- commit 368a57e
- drm/vgem: Reclassify buffer creation debug message (bsc#1152472)
- commit 54f0524
- drm/panel: simple: fix AUO g185han01 horizontal blanking (bsc#1152472)
- commit 4a37bf2
- drm/atmel-hlcdc: set layer REP bit to enable replication logic (bsc#1152472)
- commit d6e0227
- drm/panel: simple: Use display_timing for AUO b101ean01 (bsc#1152472)
- commit c656d61
- drm/panel: simple: Use display_timing for Innolux n116bge (bsc#1152472)
- commit dfd0047
- drm/panel: simple: Add ability to override typical timing (bsc#1152472)
- commit 4a3bd44
- drm/vkms: Rename vkms_crc.c into vkms_composer.c (bsc#1152472)
- commit 0d99dc5
- drm/vkms: Avoid assigning 0 for possible_crtc (bsc#1152472)
- commit 9f5aaf0
- drm/kms: Catch mode_object lifetime errors (bsc#1152472)
- commit 72302ee
- drm/client: remove the exporting of drm_client_close (bsc#1152472)
- commit db19f3b
- drm/mgag200: Replace struct mga_fbdev with generic framebuffer (bsc#1152472)
- commit 477018a
- drm/ast: Replace struct ast_fbdev with generic framebuffer emulation (bsc#1152472)
- commit 72c4882
- drm/sti: Try to fix up the tvout possible clones (bsc#1152472)
- commit e41db07
- drm/sti: Remove pointless casts (bsc#1152472)
- commit 3e13ba1
- drm/bridge: ti-sn65dsi86: correct dsi mode_flags (bsc#1152472)
- commit cdb4c12
- drm/bridge: ti-sn65dsi86: add debugfs (bsc#1152472)
- commit 7525cc5
- drm/bridge: ti-sn65dsi86: add link to datasheet (bsc#1152472)
- commit cb0e1d9
- drm/bridge: sii902x: Make sii902x_audio_digital_mute static (bsc#1152472)
- commit 9a1a540
- Revert "/drm/gem: Rename drm_gem_dumb_map_offset() to (bsc#1152472)
- commit 771704c
- Revert "/drm/panfrost: Use drm_gem_map_offset()"/ (bsc#1152472)
- commit c5b4908
- drm/vram: Don't export driver callback functions for PRIME (bsc#1152472)
- commit e6c7d90
- drm/vbox: Remove empty PRIME functions (bsc#1152472)
- commit f337476
- drm/hibmc: Update struct drm_driver for GEM object functions (bsc#1152472)
- commit 92057f0
- drm/bochs: Remove PRIME helpers from driver structure (bsc#1152472)
- commit a9c4f2b
- drm/vram: Set GEM object functions for PRIME (bsc#1152472)
- commit 1fc130f
- DRM: ingenic: Add support for panels with 8-bit serial bus (bsc#1152472)
- commit 8ca6707
- DRM: ingenic: Add support for Sharp panels (bsc#1152472)
- commit d30269b
- DRM: ingenic: Use devm_platform_ioremap_resource (bsc#1152472)
- commit 5bbfbb6
- drm/bridge: dw-hdmi: Use automatic CTS generation mode when using (bsc#1152472)
- commit f8f2fe2
- drm/bridge: tc358767: do a software reset if reset pin isn't (bsc#1152472)
- commit 804af2e
- drm/bridge: adv7511: Attach to DSI host at probe time (bsc#1152472)
- commit f4c769f
- drm/stm: drop use of drmP.h (bsc#1152472)
- commit ce066e2
- drm/mgag200: drop use of drmP.h (bsc#1152472)
- commit 0f56ef3
- drm/mga: drop use of drmP.h (bsc#1152472)
- commit 7afc027
- drm/mga: make header file self contained (bsc#1152472)
- commit 804c0e2
- Revert "/crypto: chelsio - Inline single pdu only"/ (git-fixes).
- commit 11462e6
- drm/mga: drop dependency on drm_os_linux.h (bsc#1152472)
- commit 8066d10
- drm/panfrost: Use drm_gem_map_offset() (bsc#1152472)
- commit 850cb58
- drm/gem: Rename drm_gem_dumb_map_offset() to drm_gem_map_offset() (bsc#1152472)
- commit 1799cc6
- drm/vmwgfx: Don't look at state->allow_modeset (bsc#1152472)
- commit 8b89e82
- drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpers (bsc#1152472)
- commit d9ccae0
- drm/vc4: Use drm_gem_fb_prepare_fb (bsc#1152472)
- commit b0f6062
- drm/msm: Use drm_gem_fb_prepare_fb (bsc#1152472)
- commit e30b49a
- drm/fb-helper: use gem_bo.resv, not dma_buf.resv in prepare_fb (bsc#1152472)
- commit 0d6531b
- drm/mgag200: Replace struct mga_framebuffer with GEM framebuffer (bsc#1152472)
- commit aa2c303
- drm/bridge: tc358767: Add support for address-only I2C transfers (bsc#1152472)
- commit 5d67b5c
- drm/bridge: tc358767: Replace magic number in tc_main_link_enable() (bsc#1152472)
- commit b02c93b
- drm/bridge: tc358767: Drop unnecessary 8 byte buffer (bsc#1152472)
- commit 2f3d060
- drm/bridge: tc358767: Simplify tc_aux_wait_busy() (bsc#1152472)
- commit 0aee92e
- drm/bridge: tc358767: Introduce tc_pllupdate() (bsc#1152472)
- commit efe0bc9
- drm/bridge: tc358767: Introduce tc_set_syspllparam() (bsc#1152472)
- commit d504555
- drm/bridge: tc358767: Use reported AUX transfer size (bsc#1152472)
- commit 988c2a9
- compat_ioctl: scsi: move ioctl handling into drivers
  (bsc#1175995,jsc#SLE-15608).
- Refresh
  patches.suse/0004-virtio-blk-handle-block_device_operations-callbacks-.patch.
- commit 8af02a6
- drm/bridge: tc358767: Increase AUX transfer length limit (bsc#1152472)
- commit 4e70dfe
- drm/bridge: tc358767: Simplify AUX data write (bsc#1152472)
- commit 859455e
- drm/bridge: tc358767: Simplify AUX data read (bsc#1152472)
- commit 82cde9e
- drm/bridge: tc358767: Drop custom tc_write()/tc_read() accessors (bsc#1152472)
- commit eeaf68b
- drm/bridge: tc358767: Simplify tc_set_video_mode() (bsc#1152472)
- commit d48c2e7
- drm/bridge: tc358767: Simplify polling in tc_link_training() (bsc#1152472)
- commit cceac61
- drm/bridge: tc358767: Simplify polling in tc_main_link_setup() (bsc#1152472)
- commit 6c7f0bc
- drm/bridge: tc358767: Simplify tc_poll_timeout() (bsc#1152472)
- commit 8f56540
- drm/mgag200: add in missing { } around if block (bsc#1152472)
- commit 3af73a9
- drm/vkms: No need for ->pages_lock in crc work anymore (bsc#1152472)
- commit f731b9d
- drm/vkms: totally reworked crc data tracking (bsc#1152472)
- commit 4674da6
- drm/vkms: No _irqsave within spin_lock_irq needed (bsc#1152472)
- commit e0fc4c0
- drm/vkms: Dont flush crc worker when we change crc status (bsc#1152472)
- commit d675b23
- drm/vkms: flush crc workers earlier in commit flow (bsc#1152472)
- commit 17470bb
- drm/vkms: Add our own commit_tail (bsc#1152472)
- commit 3386b5a
- drm/vkms: Rename vkms_output.state_lock to crc_lock (bsc#1152472)
- commit 41e642c
- drm/vkms: Use spin_lock_irq in process context (bsc#1152472)
- commit 2f5edf4
- drm/vkms: Fix crc worker races (bsc#1152472)
- commit 091131a
- drm: Allow range of 0 for drm_mm_insert_node_in_range() (bsc#1152472)
- commit 5560ba1
- drm/virtio: drop DRM_AUTH usage from the driver (bsc#1152472)
- commit 5fc853f
- drm/vgem: drop DRM_AUTH usage from the driver (bsc#1152472)
- commit cbffae0
- drm/omap: drop DRM_AUTH from DRM_RENDER_ALLOW ioctls (bsc#1152472)
- commit df370fd
- compat_ioctl: ide: floppy: add handler
  (bsc#1175995,jsc#SLE-15608).
- commit a2bd1ce
- drm/nouveau: drop DRM_AUTH from DRM_RENDER_ALLOW ioctls (bsc#1152472)
- commit c90fb75
- drm/msm: drop DRM_AUTH usage from the driver (bsc#1152472)
- commit 6522547
- drm/lima: drop DRM_AUTH usage from the driver (bsc#1152472)
- commit f6d4606
- drm/exynos: drop DRM_AUTH from DRM_RENDER_ALLOW ioctls (bsc#1152472)
- commit 1d1d918
- drm/etnaviv: drop DRM_AUTH usage from the driver (bsc#1152472)
- commit 7d0744c
- drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctl (bsc#1152472)
- commit b847b17
- drm/vmgfx: kill off unused init_mutex (bsc#1152472)
- commit 3fdcb73
- vmwgfx: drop empty lastclose stub (bsc#1152472)
- commit f0c6f17
- drm/nouveau: remove open-coded drm_invalid_op() (bsc#1152472)
- commit 450d9a2
- drm/i915: remove irrelevant DRM_UNLOCKED flag (bsc#1152472)
- commit 0e0ea4d
- drm/tegra: remove irrelevant DRM_UNLOCKED flag (bsc#1152472)
- commit 0fc48ef
- drm/panel: jh057n00900: Add regulator support (bsc#1152472)
- commit ce30dde
- drm/panel: jh057n00900: Don't use magic constant (bsc#1152472)
- commit 1c94cf2
- drm/panel: Add support for Raydium RM67191 panel driver (bsc#1152472)
- commit 85878e9
- drm/panel: simple: Add Sharp LS020B1DD01D panel support (bsc#1152472)
- commit 4ad2d3b
- drm: Add bus flag for Sharp-specific signals (bsc#1152472)
- commit 56f366e
- drm/panel: Add Novatek NT39016 panel support (bsc#1152472)
- commit b11611b
- drm/panel: simple: Add Ortustech COM37H3M panel support (bsc#1152472)
- commit 896dfff
- drm/panel: simple: Add Sharp LQ070Y3DG3B panel support (bsc#1152472)
- commit 1ee1737
- drm/panel: simple: Add GiantPlus GPM940B0 panel support (bsc#1152472)
- commit 169a1fa
- drm/msm: Drop robj from msm_gem_new_impl (bsc#1152472)
- commit b22a025
- drm/etnaviv: Drop resv argument from etnaviv_gem_new_impl (bsc#1152472)
- commit f635a4b
- drm/todo: Add new debugfs todo (bsc#1152472)
- commit 556e2d6
- drm/todo: Update mmap todo (bsc#1152472)
- commit be5f4b3
- drm/todo: Update backlight todo (bsc#1152472)
- commit 525732d
- drm/todo: remove gem_prime_import/export todo (bsc#1152472)
- commit b2281bf
- compat_ioctl: add scsi_compat_ioctl (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: block: handle cdrom compat ioctl in non-cdrom
  (bsc#1175995,jsc#SLE-15608).
- commit 857fdc8
- drm/vc4: Don set gem_obj->resv in prime import anymore (bsc#1152472)
- commit 4a146dc
- drm/panfrost: don't set gem_obj->resv for prime import anymore (bsc#1152472)
- commit 8a6a851
- drm/mediatek: Use drm_atomic_helper_wait_for_fences (bsc#1152472)
- commit 9c6bebe
- drm/lima: Drop resv argument from lima_bo_create_struct (bsc#1152472)
- commit d892378
- drm/mcde: Fix uninitialized variable (bsc#1152472)
- commit f5af39b
- drm/sun4i: Eliminate pointless on stack copy of drm_display_info (bsc#1152472)
- commit 266ff42
- drm: WARN on illegal aspect ratio when converting a mode to umode (bsc#1152472)
- commit b48c8c5
- drm: Do not accept garbage mode aspect ratio flags (bsc#1152472)
- commit 34161a8
- drm: Do not use bitwise OR to set picure_aspect_ratio (bsc#1152472)
- commit 3f1a961
- drm/connector: Fix warning in debug message (bsc#1152472)
- commit 961e133
- drm/bridge/synopsys: dsi: Allow VPG to be enabled via debugfs (bsc#1152472)
- commit f8a1111
- drm/lima: Reduce the amount of logs on deferred probe of clocks and (bsc#1152472)
- commit 3851525
- drm/lima: Reduce number of PTR_ERR() calls (bsc#1152472)
- commit 6a370d6
- drm/lima: Reduce the amount of logs on deferred probe (bsc#1152472)
- commit 99e02be
- drm/lima: Mark 64-bit number as ULL (bsc#1152472)
- commit 2114c7b
- drm/vgem: Ditch attach trickery in the fence ioctl (bsc#1152472)
- commit de63afe
- drm/prime: automatically set gem_obj->resv on import (bsc#1152472)
- commit 1cf52a4
- drm/vram-helper: Drop drm_gem_prime_export/import (bsc#1152472)
- commit cd22a78
- drm/zte: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 73ef55f
- drm/xen: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 349ba4e
- drm/virtio: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 964d22f
- drm/vgem: Drop drm_gem_prime_export (bsc#1152472)
- commit cccb73b
- drm/radeon: Drop drm_gem_prime_import (bsc#1152472)
- commit 4cc1d3d
- drm/vc3: Drop drm_gem_prime_import (bsc#1152472)
- commit fc56cea
- drm/vboxvideo: Drop drm_gem_prime_export/import (bsc#1152472)
- commit c8840c9
- drm/tve2000: Drop drm_gem_prime_export/import (bsc#1152472)
- commit e79a08b
- drm/tilcdc: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 4bf46c6
- drm/stm: Drop drm_gem_prime_export/import (bsc#1152472)
- commit fee9ced
- drm/sti: Drop drm_gem_prime_export/import (bsc#1152472)
- commit a2f0e12
- drm/shmob: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 4c29d6f
- drm/rockchip: Drop drm_gem_prime_export/import (bsc#1152472)
- commit a0c7eeb
- drm/rcar-du: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 9db3b9c
- drm/qxl: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 8ab7639
- drm/pl111: Drop drm_gem_prime_export/import (bsc#1152472)
- commit d38a137
- drm/nouveau: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 5c2f2c4
- compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
  (bsc#1175995,jsc#SLE-15608).
- Refresh
  patches.suse/block-move-the-devnode-callback-to-struct-block_devi.patch.
- commit 9b8e848
- drm/mxsfb: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 3418cef
- drm/msm: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 186f5fe
- drm/meson: Drop drm_gem_prime_export/import (bsc#1152472)
- commit a68f355
- drm/mtk: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 071b73c
- drm/mcde: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 6572be9
- drm/imx: Drop drm_gem_prime_export/import (bsc#1152472)
- commit d72cf9f
- drm/hisilicon: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 8709ae8
- drm/fsl-dcu: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 15f4a10
- drm/exynos: Drop drm_gem_prime_export (bsc#1152472)
- commit a5bd076
- drm/etnaviv: Drop drm_gem_prime_export/import (bsc#1152472)
- commit fe10f84
- drm/atmel: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 8b6dfd1
- drm/arm: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 9b948a1
- drm/arc: Drop drm_gem_prime_export/import (bsc#1152472)
- commit 749b7f4
- drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctl (bsc#1152472)
- commit 5d46158
- drm/prime: Align gem_prime_export with obj_funcs.export (bsc#1152472)
- commit 69c2333
- drm/omapdrm: drop fb_debug_enter/leave (bsc#1152472)
- commit cb74d4e
- drm/arm/komeda: Remove DRIVER_HAVE_IRQ (bsc#1152472)
- commit 7f8d17b
- drm/prime: Actually remove DRIVER_PRIME everywhere (bsc#1152472)
- commit c66545c
- drm/prime: Make DRIVER_PRIME a no-op (bsc#1152472)
- commit 7df9fb0
- drm/prime: Unconditionally set up the prime file private (bsc#1152472)
- commit 13a2d9d
- drm/prime: Update docs (bsc#1152472)
- commit 65105a7
- drm/prime: Shuffle functions. (bsc#1152472)
- commit 8f51ad9
- drm/sti: Remove duplicated include from sti_drv.c (bsc#1152472)
- commit 237272f
- drm/i915: Update DRIVER_DATE to 20190730 (bsc#1152489)
- commit 49e8483
- drm/i915/gt: Provide a local intel_context.vm (bsc#1152489)
- commit 4e450ea
- drm/i915: Move aliasing_ppgtt underneath its i915_ggtt (bsc#1152489)
- commit 3b10502
- drm/i915: Inline engine->init_context into its caller (bsc#1152489)
- commit dbd6c06
- drm/i915: use upstream version of header tests (bsc#1152489)
- commit a350f28
- drm/i915/uc: Don't fail on HuC firmware failure (bsc#1152489)
- commit 49c4408
- drm/i915: Flush the i915_vm_release before ggtt shutdown (bsc#1152489)
- commit 6c355d5
- usb: host: xhci-tegra: fix tegra_xusb_get_phy() (jsc#SLE-15847).
- usb: host: xhci-tegra: otg usb2/usb3 port init (jsc#SLE-15847).
- i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2c
  (jsc#SLE-15847).
- i2c: tegra: Fix runtime resume to re-init VI I2C
  (jsc#SLE-15847).
- i2c: tegra: Fix the error path in tegra_i2c_runtime_resume
  (jsc#SLE-15847).
- i2c: tegra: Remove NULL pointer check before
  clk_enable/disable/prepare/unprepare (jsc#SLE-15847).
- i2c: tegra: Don't mark VI I2C as IRQ safe runtime PM
  (jsc#SLE-15847).
- usb: xhci: tegra: Remove PLL power supplies (jsc#SLE-15847).
- dmaengine: tegra-apb: Replace zero-length array with
  flexible-array (jsc#SLE-15847).
- i2c: tegra: Add support for the VI I2C on Tegra210
  (jsc#SLE-15847).
- i2c: tegra: Use FIELD_PREP/FIELD_GET macros (jsc#SLE-15847).
- i2c: tegra: Synchronize DMA before termination (jsc#SLE-15847).
- i2c: tegra: Better handle case where CPU0 is busy for a long
  time (jsc#SLE-15847).
- i2c: tegra: Keep IRQs enabled during suspend/resume
  (jsc#SLE-15847).
- i2c: tegra: Restore pinmux on system resume (jsc#SLE-15847).
- pwm: tegra: Support dynamic clock frequency configuration
  (jsc#SLE-15847).
- dmaengine: tegra-apb: Ensure that clock is enabled during of
  DMA synchronization (jsc#SLE-15847).
- phy: tegra: Select USB_COMMON for usb_get_maximum_speed()
  (jsc#SLE-15847).
- drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci
  warnings (jsc#SLE-15847).
- pwm: tegra: Add support for Tegra194 (jsc#SLE-15847).
- dmaengine: tegra-apb: Improve DMA synchronization
  (jsc#SLE-15847).
- dmaengine: tegra-apb: Don't save/restore IRQ flags in interrupt
  handler (jsc#SLE-15847).
- dmaengine: tegra-apb: mark PM functions as __maybe_unused
  (jsc#SLE-15847).
- dmaengine: tegra-apb: Improve error message about DMA underflow
  (jsc#SLE-15847).
- dmaengine: tegra-apb: Remove unused function argument
  (jsc#SLE-15847).
- dmaengine: tegra-apb: Remove MODULE_ALIAS (jsc#SLE-15847).
- dmaengine: tegra-apb: Allow to compile as a loadable kernel
  module (jsc#SLE-15847).
- dmaengine: tegra-apb: Add missing of_dma_controller_free
  (jsc#SLE-15847).
- dmaengine: tegra-apb: Clean up suspend-resume (jsc#SLE-15847).
- dmaengine: tegra-apb: Keep clock enabled only during of DMA
  transfer (jsc#SLE-15847).
- dmaengine: tegra-apb: Remove duplicated pending_sg_req checks
  (jsc#SLE-15847).
- dmaengine: tegra-apb: Remove assumptions about unavailable
  runtime PM (jsc#SLE-15847).
- dmaengine: tegra-apb: Remove unneeded initialization of
  tdc->config_init (jsc#SLE-15847).
- dmaengine: tegra-apb: Fix coding style problems (jsc#SLE-15847).
- dmaengine: tegra-apb: Use devm_request_irq (jsc#SLE-15847).
- dmaengine: tegra-apb: Use devm_platform_ioremap_resource
  (jsc#SLE-15847).
- dmaengine: tegra-apb: Clean up tasklet releasing
  (jsc#SLE-15847).
- dmaengine: tegra-apb: Prevent race conditions on channel's
  freeing (jsc#SLE-15847).
- dmaengine: tegra-apb: Implement synchronization hook
  (jsc#SLE-15847).
- dmaengine: tegra210-adma: Replace zero-length array with
  flexible-array member (jsc#SLE-15847).
- usb: xhci-tegra: Add OTG support (jsc#SLE-15847).
- phy: tegra: Select USB_PHY (jsc#SLE-15847).
- phy: tegra: Don't use device-managed API to allocate ports
  (jsc#SLE-15847).
- phy: tegra: Fix regulator leak (jsc#SLE-15847).
- phy: tegra: Print -EPROBE_DEFER error message at debug level
  (jsc#SLE-15847).
- phy: tegra: xusb: Don't warn on probe defer (jsc#SLE-15847).
- phy: tegra: xusb: Add Tegra194 support (jsc#SLE-15847).
- phy: tegra: xusb: Protect Tegra186 soc with config
  (jsc#SLE-15847).
- phy: tegra: xusb: Add set_mode support for UTMI phy on Tegra186
  (jsc#SLE-15847).
- phy: tegra: xusb: Add set_mode support for USB 2 phy on Tegra210
  (jsc#SLE-15847).
- phy: tegra: xusb: Add support to get companion USB 3 port
  (jsc#SLE-15847).
- phy: tegra: xusb: Add usb-phy support (jsc#SLE-15847).
- phy: tegra: xusb: Add usb-role-switch support (jsc#SLE-15847).
- usb: host: xhci-tegra: Tegra186/Tegra194 LPM (jsc#SLE-15847).
- i2c: tegra: Check DMA completion status in addition to left time
  (jsc#SLE-15847).
- i2c: tegra: Always terminate DMA transfer (jsc#SLE-15847).
- i2c: tegra: Use relaxed versions of readl/writel
  (jsc#SLE-15847).
- i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to
  I2C_PIO_MODE_PREFERRED_LEN (jsc#SLE-15847).
- i2c: tegra: Support atomic transfers (jsc#SLE-15847).
- i2c: tegra: Prevent interrupt triggering after transfer timeout
  (jsc#SLE-15847).
- thermal: tegra: Appease the kernel-doc deity (jsc#SLE-15847).
- rtc: tegra: remove set but unused variable (jsc#SLE-15847).
- i2c: tegra: Use dma_request_chan() directly for channel request
  (jsc#SLE-15847).
- phy: tegra: xusb: remove unused variable (jsc#SLE-15847).
- commit e0abf3c
- drm/i915/selftests: Careful not to flush hang_fini on error setups (bsc#1152489)
- commit 45c0f9c
- drm/i915/uc: Fixup kerneldoc after params were flipped and renamed (bsc#1152489)
- commit 7de05fd
- drm/i915/tgl: update ddi/tc clock_off bits (bsc#1152489)
- commit 3950c85
- drm/i915/tgl: select correct bit for port select (bsc#1152489)
- commit 19a1717
- drm/i915/tgl: skip setting PORT_CL_DW12_* on initialization (bsc#1152489)
- commit 4a76c20
- drm/i915/uc: Remove redundant RSA offset definition (bsc#1152489)
- commit da5dccb
- drm/i915/uc: Remove redundant ucode offset definition (bsc#1152489)
- commit ea0f8d3
- compat_ioctl: move CDROMREADADIO to cdrom.c
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: move CDROM_SEND_PACKET handling into scsi
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl
  (bsc#1175995,jsc#SLE-15608).
- commit e509c49
- drm/i915/uc: Remove redundant header_offset/size definitions (bsc#1152489)
- commit 17643bc
- drm/i915/gt: Add to timeline requires the timeline mutex (bsc#1152489)
- commit b283445
- drm/i915/uc: Don't sanitize guc_log_level modparam (bsc#1152489)
- commit a3949ce
- drm/i915: Do not rely on for loop caching the mask (bsc#1152489)
- commit 8996fa4
- drm/i915/perf: Initialise err to 0 before looping over ce->engines (bsc#1152489)
- commit dcd1340
- drm/i915/guc: init submission structures as part of guc_init (bsc#1152489)
- commit fab9156
- drm/i915/uc: Reorder params in intel_uc_fw_fetch (bsc#1152489)
- commit 9fe2fba
- drm/i915: Capture vma contents outside of spinlock (bsc#1152489)
- commit 172cd7c
- drm/i915/uc: Move uc firmware layout definitions to dedicated file (bsc#1152489)
- commit a14159f
- drm/i915/uc: Update drawing for firmware layout (bsc#1152489)
- commit e444743
- drm/i915: Fix GuC documentation links (bsc#1152489)
- commit d84d3e8
- drm/i915/uc: Unify uC firmware upload (bsc#1152489)
- commit c3be3ca
- drm/i915/uc: Plumb the gt through fw_upload (bsc#1152489)
- commit f9e5430
- drm/i915/huc: Copy huc rsa only once (bsc#1152489)
- commit 7f68037
- drm/i915/uc: Move xfer rsa logic to common function (bsc#1152489)
- commit 6a85a75
- drm/i915/uc: Unify uc_fw status tracking (bsc#1152489)
- commit b31303e
- drm/i915/uc: Unify uC FW selection (bsc#1152489)
- commit 4920031
- drm/i915: Fix handling of non-supported uC (bsc#1152489)
- commit f164aae
- drm/i915/uc: Unify uC platform check (bsc#1152489)
- commit d7b0430
- drm/i915/guc: Set GuC init params only once (bsc#1152489)
- commit 907514c
- drm/i915: Use dev_get_drvdata (bsc#1152489)
- commit 3ca7a41
- drm/i915/huc: fix status check (bsc#1152489)
- commit 6474981
- drm/i915: Squelch nop wait-for-idle trace (bsc#1152489)
- commit 8027bee
- drm/i915/selftests: Let igt_vma_partial et al breathe (bsc#1152489)
- commit 27e9c8c
- drm/i915/uc: Sanitize uC when GT is sanitized (bsc#1152489)
- commit cff4b84
- drm/i915/uc: Gt-fy uc reset (bsc#1152489)
- commit 72d2979
- drm/i915: Add HDCP capability info to i915_display_info. (bsc#1152489)
- commit c2fc72b
- drm/i915: Rely on spinlock protection for GPU error capture (bsc#1152489)
- commit 279c880
- drm/i915/gt: Hook up intel_context_fini() (bsc#1152489)
- commit 8d07d68
- drm/i915: Remove obsolete engine cleanup (bsc#1152489)
- commit dd4ff67
- drm/i915/gtt: Fix rounding for 36b (bsc#1152489)
- commit eb9e65e
- drm/i915/dsi: remove set but not used variable 'hfront_porch' (bsc#1152489)
- commit 2cc8284
- drm/i915/gtt: Don't try to clear failed empty pd allocation (bsc#1152489)
- commit 356d127
- drm/i915/gtt: Correct unshifted 'from' for gen8_ppgtt_alloc errors (bsc#1152489)
- commit 5120e8a
- Revert "/drm/i915: Update description of i915.enable_guc modparam"/ (bsc#1152489)
- commit e209a99
- Revert "/drm/i915/guc: Turn on GuC/HuC auto mode"/ (bsc#1152489)
- commit 9ed9164
- drm/i915/icl: Add Wa_1409178092 (bsc#1152489)
- commit 316fceb
- drm/i915/icl: Verify engine workarounds in GEN8_L3SQCREG4 (bsc#1152489)
- commit 7b683ad
- drm/i915: Skip CS verification of L3 bank registers (bsc#1152489)
- commit e23277d
- drm/i915: Fix and improve MCR selection logic (bsc#1152489)
- commit 7311ef0
- drm/i915: Trust programmed MCR in read_subslice_reg (bsc#1152489)
- commit 9fb6512
- drm/i915: Remove set but not used variable 'src_y' (bsc#1152489)
- commit c04f290
- drm/i915/execlists: Cancel breadcrumb on preempting the virtual (bsc#1152489)
- commit ad9c0bf
- drm/i915: Use maximum write flush for pwrite_gtt (bsc#1152489)
- commit 8db22ce
- drm/i915: Drop wmb() inside pread_gtt (bsc#1152489)
- commit 2ca85f5
- drm/i915/ehl: Use an id of 4 while accessing DPLL4's CR0 and CR1 (bsc#1152489)
- commit 895b16d
- drm/i915: Add gen8_de_pipe_fault_mask() (bsc#1152489)
- commit 14fb9bb
- drm/i915/gt: Push engine stopping into reset-prepare (bsc#1152489)
- commit 93ad282
- drm/i915/execlists: Process interrupted context on reset (bsc#1152489)
- commit 7a0064c
- drm/i915: Update description of i915.enable_guc modparam (bsc#1152489)
- commit 53ddafd
- drm/i915/oa: Reconfigure contexts on the fly (bsc#1152489)
- commit e5ee707
- drm/i915/gtt: Tidy up ppgtt insertion for gen8 (bsc#1152489)
- commit b3f8de5
- drm/i915/gtt: Recursive ppgtt alloc for gen8 (bsc#1152489)
- commit a285375
- powerpc: Don't flush caches when adding memory (bsc#1176980
  ltc#187962).
- commit 63612e5
- drm/i915/execlists: Disable preemption under GVT (bsc#1152489)
- commit 335774a
- drm/i915: Enable hotplug retry (bsc#1152489)
- commit 76fa2e8
- drm/i915: Add support for retrying hotplug (bsc#1152489)
- commit 635e258
- Fix patch order in sorted section.
- commit ca43e45
- drm/i915/ehl: Map MCC pins based on PHY, not port (bsc#1152489)
- commit 0b4bcbd
- drm/i915/selftests: Ignore self-preemption suppression under gvt (bsc#1152489)
- commit 16d99bf
- drm/i915/uc: kill <g,h>uc_to_i915 (bsc#1152489)
- commit a05a3eb
- drm/i915/guc: prefer intel_gt in guc interrupt functions (bsc#1152489)
- commit b82e977
- compat: scsi: sg: fix v3 compat read/write interface
  (bsc#1175995,jsc#SLE-15608).
- blacklist.conf: remove blacklisted commit
- commit dac234f
- drm/i915/uc: prefer intel_gt over i915 in GuC/HuC paths (bsc#1152489)
- commit 9d1b472
- drm/i915/uc: Move intel functions to intel_uc (bsc#1152489)
- commit de33772
- drm/i915/uc: move GuC/HuC inside intel_gt under a new intel_uc (bsc#1152489)
- commit 424888e
- drm/i915/uc: move GuC and HuC files under gt/uc/ (bsc#1152489)
- commit c646606
- drm/i915/guc: unify guc irq handling (bsc#1152489)
- commit dc12a56
- drm/i915/guc: move guc irq functions to intel_guc parameter (bsc#1152489)
- commit 7524b2a
- drm/i915/uc: introduce intel_uc_fw_supported (bsc#1152489)
- commit a77f396
- drm/i915/uc: replace uc init/fini misc (bsc#1152489)
- commit 0b88c46
- drm/i915/guc: Use system workqueue for log capture (bsc#1152489)
- commit 55a5a6b
- drm/i915/gt: Use intel_gt as the primary object for handling resets (bsc#1152489)
- commit 23709d7
- drm/i915/tgl: add modular FIA to device info (bsc#1152489)
- commit 27ea93a
- drm/i915: Add modular FIA (bsc#1152489)
- commit c9180f9
- drm/i915/gtt: Recursive ppgtt clear for gen8 (bsc#1152489)
- commit 2165ec5
- drm/i915/gtt: Recursive cleanup for gen8 (bsc#1152489)
- commit f5af046
- drm/i915/display: Drop kerneldoc for 'intel_atomic_commit' (bsc#1152489)
- commit fdc5e9f
- drm/i915: Skip SINK_COUNT read on CH7511 (bsc#1152489)
- commit 5629df5
- drm/i915/guc: Turn on GuC/HuC auto mode (bsc#1152489)
- commit c3adfb7
- drm/i915/guc: Don't enable GuC/HuC in auto mode on pre-Gen11 (bsc#1152489)
- commit 238c191
- drm/i915: Propagate "/_probe"/ function name suffix down (bsc#1152489)
- commit 7a87e22
- drm/i915: Propagate "/_remove"/ function name suffix down (bsc#1152489)
- commit 494cd3c
- drm/i915: Propagate "/_release"/ function name suffix down (bsc#1152489)
- commit d42226d
- drm/i915: Replace "/_load"/ with "/_probe"/ consequently (bsc#1152489)
- commit 1522173
- drm/i915: Rename "/_load"//"/_unload"/ to match PCI entry points (bsc#1152489)
- commit f443ea0
- drm/i915: Drop extern qualifiers from header function prototypes (bsc#1152489)
- commit f243a36
- drm/i915/gtt: Use NULL to encode scratch shadow entries (bsc#1152489)
- commit 29dafd4
- drm/i915/gtt: Convert vm->scratch into an array (bsc#1152489)
- commit d7c0dc3
- drm/i915/gtt: Compute the radix for gen8 page table levels (bsc#1152489)
- commit f2ad378
- drm/i915/gtt: Markup i915_ppgtt height (bsc#1152489)
- commit 4cd3eb4
- drm/i915/gtt: Reorder gen8 ppgtt free/clear/alloc (bsc#1152489)
- commit 34d0777
- drm/i915/gtt: Wrap page_table with page_directory (bsc#1152489)
- commit 5636b99
- drm/i915/gtt: Use shallow dma pages for scratch (bsc#1152489)
- commit d8373ee
- compat: provide compat_ptr() on all architectures
  (bsc#1175995,jsc#SLE-15608).
- commit a31658b
- drm/i915: Add engine name to workaround debug print (bsc#1152489)
- commit e174407
- drm/i915: Implement read-only support in whitelist selftest (bsc#1152489)
- commit 58f5b84
- drm/i915: Add test for invalid flag bits in whitelist entries (bsc#1152489)
- commit fca4856
- drm/i915/tgl: Update DPLL clock reference register (bsc#1152489)
- commit a2cac2f
- drm/i915/tgl: Add DPLL registers (bsc#1152489)
- commit 213cd0b
- drm/i915/tgl: Add vbt value mapping for DDC Bus pin (bsc#1152489)
- commit 5eb25d0
- drm/i915/tgl: port to ddc pin mapping (bsc#1152489)
- commit 486586e
- drm/i915/tgl: Add gmbus gpio pin to port mapping (bsc#1152489)
- commit e1c6ed4
- drm/i915/gen12: MBUS B credit change (bsc#1152489)
- commit 43d773f
- drm/i915/tgl: apply Display WA #1178 to fix type C dongles (bsc#1152489)
- commit 289d2eb
- drm/i915/tgl: init ddi port A-C for Tiger Lake (bsc#1152489)
- commit ab5fb4b
- drm/i915/tgl: Add additional PHYs for Tiger Lake (bsc#1152489)
- commit 43aa50a
- drm/i915/tgl: Add additional ports for Tiger Lake (bsc#1152489)
- commit 3c0ce69
- drm/i915/tgl: Add pll manager (bsc#1152489)
- commit b3908ff
- drm/i915/tgl: Add new pll ids (bsc#1152489)
- commit 71113ac
- drm/i915/tgl: Add power well to support 4th pipe (bsc#1152489)
- commit 3736b5b
- drm/i915/tgl: Add power well support (bsc#1152489)
- commit af5e8a1
- drm/i915/tgl: rename TRANSCODER_EDP_VDSC to use on transcoder A (bsc#1152489)
- commit 41d0581
- drm/i915/tgl: Check if pipe D is fused (bsc#1152489)
- commit efbc707
- drm/i915/tgl: Add TGL PCI IDs (bsc#1152489)
- commit 309849c
- drm/i915/tgl: Add TGL PCH detection in virtualized environment (bsc#1152489)
- commit 97bd6e1
- drm/i915/tgl: Introduce Tiger Lake PCH (bsc#1152489)
- commit 18a418c
- drm/i915/tgl: add initial Tiger Lake definitions (bsc#1152489)
- commit 7b4c8da
- drm/i915: Add 4th pipe and transcoder (bsc#1152489)
- commit 2061af6
- drm/i915: Don't overestimate 4:2:0 link symbol clock (bsc#1152489)
- commit 5afa2e6
- drm/i915: Copy name string into ring buffer for (bsc#1152489)
- commit 3962ec3
- drm/i915/guc: Drop redundant ctx param from kerneldoc (bsc#1152489)
- commit c979501
- drm/i915: Don't pass stack garbage to pcode in the second data (bsc#1152489)
- commit 2543a5f
- drm/i915: Use intel_ types in intel_atomic_commit() (bsc#1152489)
- commit 2e62061
- drm/i915: Use intel_ types in intel_{lock,modeset}_all_pipes() (bsc#1152489)
- commit e4b5ced
- drm/i915: Polish intel_atomic_track_fbs() (bsc#1152489)
- commit eed7093
- drm/i915: Polish intel_shared_dpll_swap_state() (bsc#1152489)
- commit 231dca8
- drm/i915: Simplify modeset_get_crtc_power_domains() arguments (bsc#1152489)
- commit 6129bfa
- drm/i915: Check crtc_state->wm.need_postvbl_update before grabbing (bsc#1152489)
- commit dfc8160
- drm/i915: Use the "/display core"/ power domain in vlv/chv set_cdclk() (bsc#1152489)
- commit 8f037b4
- drm/i915/selftests: Hold the vma manager lock while modifying (bsc#1152489)
- commit 3b472ce
- drm/i915/sdvo: Fix handling if zero hbuf size (bsc#1152489)
- commit 4a33c3b
- drm/i915/guc: Simplify guc client (bsc#1152489)
- commit f3f6f78
- drm/i915/guc: Remove preemption support for current fw (bsc#1152489)
- commit 44c7886
- powerpc/papr_scm: Add PAPR command family to pass-through
  command-set (bsc#1175052 jsc#SLE-13823 ltc#186863).
- commit 010b45a
- drm/i915/selftests: Ensure we don't clamp a random offset to 32b (bsc#1152489)
- commit 31544ad
- drm/i915/gt: Drop the duplicate icl workaround (bsc#1152489)
- commit 4a1f5da
- drm/i915/ehl: Enable DDI-D (bsc#1152489)
- commit 46e6624
- drm/i915: Transition port type checks to phy checks (bsc#1152489)
- commit b6ffe62
- drm/i915/gen11: Convert combo PHY logic to use new 'enum phy' (bsc#1152489)
- commit c7090c8
- scsi: core: Fix scsi_get/set_resid() interface
  (bsc#1175995,jsc#SLE-15608).
- commit 2f81aac
- drm/i915/gen11: Program ICL_DPCLKA_CFGCR0 according to PHY (bsc#1152489)
- commit c03e255
- drm/i915/gen11: Start distinguishing 'phy' from 'port' (bsc#1152489)
- commit dcd2819
- drm/i915: move intel_ddi_set_fia_lane_count to intel_tc.c (bsc#1152489)
- commit 9ca4b15
- drm/i915: fix include order in intel_tc.* (bsc#1152489)
- commit bf0606a
- drm/i915: make new intel_tc.c use uncore accessors (bsc#1152489)
- commit 7508ac6
- drm/i915/icl: Fixed Input CSC Co-efficients for BT601/709 (bsc#1152489)
- commit ebbcb16
- drm/i915/icl: Fix Y pre-offset for Full Range YCbCr (bsc#1152489)
- commit 1cb1055
- drm/i915/icl: Handle YCbCr to RGB conversion for BT2020 case (bsc#1152489)
- commit 49d43c8
- drm/i915/execlists: Record preemption for selftests (bsc#1152489)
- commit a38107d
- drm/i915: Remove unused i915_gem_context_lookup_engine (bsc#1152489)
- commit fdb3f00
- drm/i915: add infrastructure to hold off preemption on a request (bsc#1152489)
- commit 52ea2c4
- drm/i915: enumerate scratch fields (bsc#1152489)
- commit b8d5b6b
- Fix patch order in sorted section.
- commit c25ea98
- drm/i915/userptr: Don't mark readonly objects as dirty (bsc#1152489)
- commit a652283
- drm/i915/icl: Clear the shared port PLLs from the new crtc state (bsc#1152489)
- commit e5b127f
- drm/i915: Clear the shared PLL from the put_dplls() hook (bsc#1152489)
- commit 2711181
- drm/i915/sdvo: Add helpers to get the cmd/status string (bsc#1152489)
- commit 4d5ecbc
- drm/i915/sdvo: Shrink sdvo_cmd_names[] strings (bsc#1152489)
- commit 629cfde
- drm/i915/sdvo: Remove duplicate SET_INPUT_TIMINGS_PART1 cmd name (bsc#1152489)
- commit 56d828c
- drm/i915/sdvo: Use named initializers for the SDVO command names (bsc#1152489)
- commit a48c662
- drm/i915: Add icl mipi dsi properties (bsc#1152489)
- commit 6a42bb3
- drm/i915/hdcp: debug logs for sink related failures (bsc#1152489)
- commit cdf4061
- drm/i915/gt: Remove presumption of RCS0 (bsc#1152489)
- commit b03071c
- drm/i915/gt: Apply RCS workarounds to the render class (bsc#1152489)
- commit 856a298
- drm/i915/selftests: Fill in a little more of the dummy fence (bsc#1152489)
- commit 542cc27
- drm/i915/selftests: Set igt_spinner.gt for early exit (bsc#1152489)
- commit 2fa4291
- drm/i915: Update DRIVER_DATE to 20190708 (bsc#1152489)
- commit 05aea7e
- drm/i915/selftests: Reorder error cleanup for whitelist checking (bsc#1152489)
- commit d7a63a7
- drm/i915: Explicitly track active fw_domain timers (bsc#1152489)
- commit b0c16d2
- drm/i915: Pull assert_forcewake_active() underneath the lock (bsc#1152489)
- commit 21ca764
- drm/i915/gtt: Introduce release_pd_entry (bsc#1152489)
- commit 67c2fb9
- drm/i915/gtt: Setup phys pages for 3lvl pdps (bsc#1152489)
- commit fc9e8dc
- dm: fix comment in dm_process_bio() (bsc#1175995,
  jsc#SLE-15608).
- dm: fix bio splitting and its bio completion order for regular
  IO (bsc#1175995, jsc#SLE-15608).
- dm: Call proper helper to determine dax support (bsc#1175995,
  jsc#SLE-15608).
- dm/dax: Fix table reference counts (bsc#1175995, jsc#SLE-15608).
- dm thin metadata: Fix use-after-free in dm_bm_set_read_only
  (bsc#1175995, jsc#SLE-15608).
- dm thin metadata:  Avoid returning cmd->bm wild pointer on error
  (bsc#1175995, jsc#SLE-15608).
- dm cache metadata: Avoid returning cmd->bm wild pointer on error
  (bsc#1175995, jsc#SLE-15608).
- dm integrity: fix error reporting in bitmap mode after creation
  (bsc#1175995, jsc#SLE-15608).
- dm mpath: fix racey management of PG initialization
  (bsc#1175995, jsc#SLE-15608).
- dm writecache: handle DAX to partitions on persistent memory
  correctly (bsc#1175995, jsc#SLE-15608).
- dm init: Set file local variable static (bsc#1175995,
  jsc#SLE-15608).
- dm ioctl: Fix compilation warning (bsc#1175995, jsc#SLE-15608).
- dm raid: Remove empty if statement (bsc#1175995, jsc#SLE-15608).
- dm verity: Fix compilation warning (bsc#1175995, jsc#SLE-15608).
- dm crypt: Enable zoned block device support (bsc#1175995,
  jsc#SLE-15608).
- dm bufio: do buffer cleanup from a workqueue (bsc#1175995,
  jsc#SLE-15608).
- dm verity: add "/panic_on_corruption"/ error handling mode
  (bsc#1175995, jsc#SLE-15608).
- commit a277279
- drm/i915/gtt: Tear down setup and cleanup macros for page dma (bsc#1152489)
- commit 0a501e4
- scsi: sg: sg_ioctl(): get rid of access_ok()
  (bsc#1175995,jsc#SLE-15608).
- scsi: sg: sg_write(): get rid of (bsc#1175995,jsc#SLE-15608).
- scsi: sg: sg_read(): get rid of access_ok()/__copy_..._user()
  (bsc#1175995,jsc#SLE-15608).
- commit 25a21c7
- drm/i915/gtt: pde entry encoding is identical (bsc#1152489)
- commit 2d332b1
- drm/i915: Remove set but not used variable 'intel_dig_port' (bsc#1152489)
- commit c100cb9
- drm/i915: Remove set but not used variable 'encoder' (bsc#1152489)
- commit 966ec8b
- drm/i915: Order assert forcewake test (bsc#1152489)
- commit f2a6acb
- drm/i915/ehl: Add support for DPLL4 (v10) (bsc#1152489)
- commit d2c195e
- drm/i915: Clean up skl vs. icl plane formats (bsc#1152489)
- commit fa0d772
- dm mpath: use double checked locking in fast path (bsc#1175995,
  jsc#SLE-15608).
- Refresh for the above change,
  patches.suse/dm-mpath-no-partitions-feature.
- commit ab52c0c
- drm/i915: Cosmetic fix for skl+ plane switch statement (bsc#1152489)
- commit b7347c1
- drm/i915: Deal with cpp==8 for g4x watermarks (bsc#1152489)
- commit 1e9db9f
- drm/i915: Program plane gamma ramps (bsc#1152489)
- commit 227945e
- drm/i915: Disable sprite gamma on ivb-bdw (bsc#1152489)
- commit 9579e7e
- drm/i915: Add windowing for primary planes on gen2/3 and chv (bsc#1152489)
- commit b8cd477
- drm/i915: Move dev_priv->pm_i{m, e}r into intel_gt (bsc#1152489)
- commit bfae517
- drm/i915: Remove some legacy mmio accessors from interrupt handling (bsc#1152489)
- commit 070e099
- drm/i915: Rework some interrupt handling functions to take intel_gt (bsc#1152489)
- commit 4cdf8cd
- drm/i915: Show instdone for each engine in debugfs (bsc#1152489)
- commit 041a41e
- dm mpath: rename current_pgpath to pgpath in
  multipath_prepare_ioctl (bsc#1175995, jsc#SLE-15608).
- dm mpath: rework __map_bio() (bsc#1175995, jsc#SLE-15608).
- dm mpath: factor out multipath_queue_bio (bsc#1175995,
  jsc#SLE-15608).
- dm mpath: push locking down to must_push_back_rq() (bsc#1175995,
  jsc#SLE-15608).
- dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATH
  (bsc#1175995, jsc#SLE-15608).
- dm mpath: changes from initial m->flags locking audit
  (bsc#1175995, jsc#SLE-15608).
- block: remove bdev_stack_limits (bsc#1175995, jsc#SLE-15608).
- block: inherit the zoned characteristics in blk_stack_limits
  (bsc#1175995, jsc#SLE-15608).
- dm: use noio when sending kobject event (bsc#1175995,
  jsc#SLE-15608).
- dm zoned: Fix zone reclaim trigger (bsc#1175995, jsc#SLE-15608).
- dm: use dynamic debug instead of compile-time config option
  (bsc#1175995, jsc#SLE-15608).
- dm,dax: Add dax zero_page_range operation (bsc#1175995,
  jsc#SLE-15608).
- dax, pmem: Add a dax operation zero_page_range (bsc#1175995,
  jsc#SLE-15608).
- commit 6eb8010
- drm/i915/selftests: Be engine agnostic (bsc#1152489)
- commit 8f93848
- drm/i915/overlay: Stash the kernel context on initialisation (bsc#1152489)
- commit 7e0902b
- drm/i915/hangcheck: Look at instdone for all engines (bsc#1152489)
- commit 6bf45c1
- drm/i915/selftests: Drain the freedlists between exec passes (bsc#1152489)
- commit 37580a0
- drm/i915/gt: Pull engine w/a initialisation into common (bsc#1152489)
- commit b9fa19d
- drm/i915: Dump w/a lists on all engines (bsc#1152489)
- commit 24fe078
- drm/i915/guc: Upgrade to GuC 33.0.0 (bsc#1152489)
- commit c40643e
- drm/i915/gtt: Handle double alloc failures (bsc#1152489)
- commit b6eab0b
- drm/i915: Show support for accurate sw PMU busyness tracking (bsc#1152489)
- commit 7bfcd07
- drm/i915/gem: Defer obj->base.resv fini until RCU callback (bsc#1152489)
- commit 3318a22
- drm/i915/gt: Ignore forcewake acquisition for posting_reads (bsc#1152489)
- commit e43d902
- drm/i915/gt: Assume we hold forcewake for execlists resume (bsc#1152489)
- commit 7dac973
- drm/i915/gt: Use caller provided forcewake for intel_mocs_init_engine (bsc#1152489)
- commit b30c7b7
- drm/i915: Check caller held wakerefs in assert_forcewakes_active (bsc#1152489)
- commit fcfdbe8
- drm/i915: Flush the workqueue before draining (bsc#1152489)
- commit 8492630
- drm/i915: Move the renderstate setup under gt/ (bsc#1152489)
- commit f4e3013
- drm/i915: Add N & CTS values for 10/12 bit deep color (bsc#1152489)
- commit b25323f
- drm/i915: Use port clock to set correct N value (bsc#1152489)
- commit d40e9e0
- drm/i915: Mark up vma->active as safe for use inside shrinkers (bsc#1152489)
- commit 5b416c8
- drm/i915: Markup potential lock for i915_active (bsc#1152489)
- commit 2ca89d0
- drm/i915/gem: Free pages before rcu-freeing the object (bsc#1152489)
- commit 6644656
- drm/i915/execlists: Hesitate before slicing (bsc#1152489)
- commit 3ff1b58
- drm/i915/selftests: Lock the drm_mm while modifying (bsc#1152489)
- commit 285cf4a
- drm/i915/selftests: Common live setup/teardown (bsc#1152489)
- commit 968e414
- drm/i915/display: Handle lost primary_port across suspend (bsc#1152489)
- commit 43a1326
- drm/i915: synchronize_irq() against the actual irq (bsc#1152489)
- commit 0eb3a14
- scsi: sg: sg_write(): __get_user() can
  fail.. (bsc#1175995,jsc#SLE-15608).
- scsi: sg: sg_new_write(): replace access_ok() +
  (bsc#1175995,jsc#SLE-15608).
- scsi: sg: sg_ioctl(): fix copyout handling
  (bsc#1175995,jsc#SLE-15608).
- commit 7572f7b
- drm/i915: Report if i915_active is still busy upon waiting (bsc#1152489)
- commit cba7fd5
- drm/i915/execlists: Refactor CSB state machine (bsc#1152489)
- commit 48fe304
- drm/i915/ehl: Don't program PHY_MISC on EHL PHY C (bsc#1152489)
- commit d2ca1f9
- drm/i915/ehl: Add third combo PHY offset (bsc#1152489)
- commit 747c8ac
- drm/i915/icl: Drop port parameter to icl_get_combo_buf_trans() (bsc#1152489)
- commit 767191c
- drm/i915/guc: Avoid reclaim locks during reset (bsc#1152489)
- commit b9c474d
- drm/i915: WARN about invalid lane reversal in TBT-alt/DP-alt modes (bsc#1152489)
- commit 8cdf53b
- drm/i915: Remove unneeded disconnect in TypeC legacy port mode (bsc#1152489)
- commit 1059a05
- drm/i915: Add state verification for the TypeC port mode (bsc#1152489)
- commit 6693a60
- drm/i915: Keep the TypeC port mode fixed when the port is active (bsc#1152489)
- commit d3d62df
- drm/i915/icl: Reserve all required PLLs for TypeC ports (bsc#1152489)
- commit 54ca493
- drm/i915/icl: Split getting the DPLLs to port type specific functions (bsc#1152489)
- commit 868bf8c
- drm/i915: Sanitize the shared DPLL find/reference interface (bsc#1152489)
- commit d3adce4
- drm/i915: Sanitize the shared DPLL reserve/release interface (bsc#1152489)
- commit 4adb6fe
- drm/i915: Sanitize the TypeC FIA lane configuration decoding (bsc#1152489)
- commit 4cc3d06
- drm/i915: Keep the TypeC port mode fixed for detect/AUX transfers (bsc#1152489)
- commit f5d40f9
- drm/i915: Fix the TypeC port mode sanitization during loading/resume (bsc#1152489)
- commit 08a4a81
- drm/i915: Sanitize the TypeC connect/detect sequences (bsc#1152489)
- commit 14b3f52
- drm/i915: Handle the TCCOLD power-down event (bsc#1152489)
- commit 53a837e
- drm/i915: Wait for TypeC PHY complete flag to clear in safe mode (bsc#1152489)
- commit c0d1ee0
- drm/i915: Factor out common parts from TypeC port handling functions (bsc#1152489)
- commit fdf81d3
- drm/i915: Unify the TypeC port notation in debug/error messages (bsc#1152489)
- commit 0ebe974
- drm/i915: Use the correct AUX power domain in TypeC TBT-alt mode (bsc#1152489)
- commit 1ee82d3
- drm/i915: Don't enable the DDI-IO power in the TypeC TBT-alt mode (bsc#1152489)
- commit b7faf12
- drm/i915: Sanitize the terminology used for TypeC port modes (bsc#1152489)
- commit 59adddf
- drm/i915: Move the TypeC port handling code to a separate file (bsc#1152489)
- commit b4c57c8
- drm/i915: Tune down WARNs about TBT AUX power well enabling (bsc#1152489)
- commit 25abd1c
- drm/i915/icl: Add support to read out the TBT PLL HW state (bsc#1152489)
- commit d753508
- drm/i915: Use intel state as much as possible in wm code (bsc#1152489)
- commit d0ba45c
- drm/i915: Pass intel state to plane functions as well (bsc#1152489)
- commit 162a95f
- drm/i915: Use intel_crtc_state in sanitize_watermarks() too (bsc#1152489)
- commit 71a0a4f
- compat_ioctl: move SG_GET_REQUEST_TABLE handling
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: ppp: move simple commands into
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: handle PPPIOCGIDLE for 64-bit time_t
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: move PPPIOCSCOMPRESS to ppp_generic
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: unify copy-in of ppp filters
  (bsc#1175995,jsc#SLE-15608).
- tty: handle compat PPP ioctls (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: move SIOCOUTQ out of compat_ioctl.c
  (bsc#1175995,jsc#SLE-15608).
- commit 199018a
- drm/i915: Convert hw state verifier to take more intel state, v2. (bsc#1152489)
- commit e10be14
- drm/i915: Convert most of atomic commit to take more intel state (bsc#1152489)
- commit 29867b4
- drm/i915: Pass intel_crtc_state to needs_modeset() (bsc#1152489)
- commit ff659ab
- drm/i915: rework reading pipe disable fuses (bsc#1152489)
- commit 04a39fe
- drm/i915: Make i945gm_vblank_work_func static (bsc#1152489)
- commit 9aa882a
- drm/i915: make intel_uc_fw.h self-contained (bsc#1152489)
- commit 25199e5
- drm/i915: make intel_gvt.h self-contained (bsc#1152489)
- commit 13fecc4
- drm/i915: make intel_guc_reg.h self-contained (bsc#1152489)
- commit 2016efc
- drm/i915: make intel_guc_fwif.h self-contained (bsc#1152489)
- commit ace3aea
- drm/i915: make intel_guc_ct.h self-contained (bsc#1152489)
- commit 2a7631f
- drm/i915: make i915_vgpu.h self-contained (bsc#1152489)
- commit d208ed4
- drm/i915: make i915_pvinfo.h self-contained (bsc#1152489)
- commit f92ace4
- drm/i915: make i915_globals.h self-contained (bsc#1152489)
- commit be04950
- drm/i915: make i915_fixed.h self-contained (bsc#1152489)
- commit bd6a762
- drm/i915: add header search path to subdir Makefiles (bsc#1152489)
- commit dad8563
- drm/i915: prefix header search path with $(srctree)/ (bsc#1152489)
- commit bf691ec
- drm/i915: Move OA files to separate folder (bsc#1152489)
- commit 666987a
- drm/i915/ehl: Add voltage level requirement table (bsc#1152489)
- commit f1788ae
- drm/i915/ehl: Remove unsupported cd clocks (bsc#1152489)
- commit e84ca99
- drm/i915/icl: Add new supported CD clocks (bsc#1152489)
- commit c82a122
- compat_ioctl: move WDIOC handling into wdt drivers
  (bsc#1175995,jsc#SLE-15608).
- fs: compat_ioctl: move FITRIM emulation into file systems
  (bsc#1175995,jsc#SLE-15608).
- commit bd7179b
- drm/i915: Initialize drm_driver vblank funcs at compile time (bsc#1152489)
- commit 2d8f63b
- drm/i915: Nuke drm_driver irq vfuncs (bsc#1152489)
- commit 6683f87
- drm/i915: Switch to per-crtc vblank vfuncs (bsc#1152489)
- commit 657e8b5
- drm/i915/selftests: Fixup atomic reset checking (bsc#1152489)
- commit f09b632
- drm/i915/selftests: Drop manual request wakerefs around hangcheck (bsc#1152489)
- commit 723190f
- drm/i915/selftests: Serialise nop reset with retirement (bsc#1152489)
- commit a336db1
- drm/i915: Check backlight type while doing eDP backlight (bsc#1152489)
- commit 9f814fa
- drm/i915/icl: Add missing device ID (bsc#1152489)
- commit 473e38d
- drm/i915/gt: Add some debug tracing for context pinning (bsc#1152489)
- commit 867bd6a
- drm/i915/gt: Always call kref_init for the timeline (bsc#1152489)
- commit a64a081
- drm/i915/gt: Drop stale commentary for timeline density (bsc#1152489)
- commit 7a3b9f8
- drm/i915/selftests: Hold ref on request across waits (bsc#1152489)
- commit d146676
- compat_ioctl: remove unused convert_in_user macro
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: remove last RAID handling code
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: remove /dev/raw ioctl translation
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: remove PCI ioctl translation
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: remove joystick ioctl translation
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: remove /dev/random commands
  (bsc#1175995,jsc#SLE-15608).
- commit ad91f6b
- drm/i915: Rename intel_wakeref_[is]_active (bsc#1152489)
- commit 9a26367
- drm/i915/gt: Pass intel_gt to pm routines (bsc#1152489)
- commit d734869
- drm/i915/guc: Add debug capture of GuC exception (bsc#1152489)
- commit 6d1feb4
- drm/i915/execlists: Convert recursive defer_request() into iterative (bsc#1152489)
- commit eaa1905
- drm/i915/ehl: Add missing VECS engine (bsc#1152489)
- commit da48058
- drm/i915/ehl: Add one additional PCH ID to MCC (bsc#1152489)
- commit e50c3d5
- drm/i915/gem: Clear read/write domains for GPU clear (bsc#1152489)
- commit a0abfc4
- drm/i915/execlists: Always clear ring_pause if we do not submit (bsc#1152489)
- commit 8b27093
- compat_ioctl: remove IGNORE_IOCTL() (bsc#1175995,jsc#SLE-15608).
- Refresh
  patches.suse/compat_ioctl-reimplement-SG_IO-handling.patch.
- commit ac8a86d
- drm/i915/blt: Remove recursive vma->lock (bsc#1152489)
- commit 7c4c5b7
- drm/i915: Local debug BUG_ON for intel_wakeref (bsc#1152489)
- commit 5c0f892
- drm/i915: Provide an i915_active.acquire callback (bsc#1152489)
- commit 776194d
- drm/i915: Throw away the active object retirement complexity (bsc#1152489)
- commit 9fcb12b
- drm/i915: Track i915_active using debugobjects (bsc#1152489)
- commit d211f42
- drm/i915: Remove waiting & retiring from shrinker paths (bsc#1152489)
- commit 59debf9
- drm/i915/guc: handle GuC messages received with CTB disabled (bsc#1152489)
- commit 6e0a119
- drm/i915/guc: reorder enable/disable communication steps (bsc#1152489)
- commit fe34fa4
- drm/i915/gt: Fixup kerneldoc parameters (bsc#1152489)
- commit 1c51e70
- drm/i915/gt: Rename i915_gt_timelines (bsc#1152489)
- commit 20363b7
- drm/i915: Prevent dereference of engine before NULL check in error (bsc#1152489)
- commit 0ab996e
- drm/i915: Eliminate dual personality of i915_scratch_offset (bsc#1152489)
- commit 1ea29f7
- drm/i915: Rename i915_timeline to intel_timeline and move under gt (bsc#1152489)
- commit 2d099cc
- drm/i915: Make timelines gt centric (bsc#1152489)
- commit 8211640
- compat_ioctl: remove HIDIO translation
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: remove HCIUART handling
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: move ATYFB_CLK handling to atyfb driver
  (bsc#1175995,jsc#SLE-15608).
- commit e38f32e
- drm/i915: Save trip via top-level i915 in a few more places (bsc#1152489)
- commit eeb963f
- drm/i915: Compartmentalize ring buffer creation (bsc#1152489)
- commit 04be609
- drm/i915: Store ggtt pointer in intel_gt (bsc#1152489)
- commit 45ab08e
- drm/i915: Compartmentalize i915_gem_init_ggtt (bsc#1152489)
- commit 90c5e03
- drm/i915: Compartmentalize i915_ggtt_cleanup_hw (bsc#1152489)
- commit acbba89
- drm/i915: Compartmentalize timeline_init/park/fini (bsc#1152489)
- commit 8b61c6d
- drm/i915: Move i915_gem_chipset_flush to intel_gt (bsc#1152489)
- commit a5cab02
- drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt (bsc#1152489)
- commit eff6e6f
- drm/i915: Compartmentalize i915_gem_suspend/restore_gtt_mappings (bsc#1152489)
- commit cf5bbf6
- drm/i915: Store intel_gt backpointer in vm (bsc#1152489)
- commit b24cc8d
- drm/i915: Make ggtt invalidation work on ggtt (bsc#1152489)
- commit 85eb15d
- drm/i915: Compartmentalize i915_ggtt_init_hw (bsc#1152489)
- commit 0e4b1e7
- drm/i915: Compartmentalize i915_ggtt_probe_hw (bsc#1152489)
- commit 994f8bd
- drm/i915: Stop using I915_READ/WRITE in intel_wopcm_init_hw (bsc#1152489)
- commit 5b9fa34
- drm/i915: Move intel_engines_resume into common init (bsc#1152489)
- commit fe06128
- drm/i915: Convert i915_gem_init_hw to intel_gt (bsc#1152489)
- commit efad4f2
- drm/i915: Consolidate some open coded mmio rmw (bsc#1152489)
- commit f0ac879
- drm/i915: Convert i915_ppgtt_init_hw to intel_gt (bsc#1152489)
- commit cca0ee6
- drm/i915: Convert intel_mocs_init_l3cc_table to intel_gt (bsc#1152489)
- commit ff7852a
- drm/i915: Store backpointer to intel_gt in the engine (bsc#1152489)
- commit 10ff575
- drm/i915: Convert gt workarounds to intel_gt (bsc#1152489)
- commit beee8aa
- drm/i915: Convert init_unused_rings to intel_gt (bsc#1152489)
- commit 07bae73
- drm/i915: Use intel_uncore_rmw in intel_gt_init_swizzling (bsc#1152489)
- commit 2371ac9
- drm/i915: Convert i915_gem_init_swizzling to intel_gt (bsc#1152489)
- commit e8a2faa
- drm/i915: Make i915_check_and_clear_faults take intel_gt (bsc#1152489)
- commit 012d219
- drm/i915: Move intel_gt_pm_init under intel_gt_init_early (bsc#1152489)
- commit 3388f6b
- drm/i915: Store some backpointers in struct intel_gt (bsc#1152489)
- commit 902c5ee
- compat_ioctl: move tape handling into drivers
  (bsc#1175995,jsc#SLE-15608).
- Refresh
  patches.suse/compat_ioctl-reimplement-SG_IO-handling.patch.
- commit c617b2f
- drm/i915: Move intel_gt initialization to a separate file (bsc#1152489)
- commit 326d0ad
- drm/i915: Introduce struct intel_gt as replacement for anonymous (bsc#1152489)
- commit a1fd9d5
- drm/i915: Convert intel_vgt_(de)balloon to uncore (bsc#1152489)
- commit 719feac
- compat_ioctl: move more drivers to compat_ptr_ioctl
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: move drivers to compat_ptr_ioctl
  (bsc#1175995,jsc#SLE-15608).
- compat_ioctl: move rtc handling into drivers/rtc/dev.c
  (bsc#1175995,jsc#SLE-15608).
- commit cb70d01
- drm/i915/execlists: Keep virtual context alive until after we kick (bsc#1152489)
- commit eb683fb
- drm/i915/gtt: Defer address space cleanup to an RCU worker (bsc#1152489)
- commit 0fb5be2
- drm/i915/ehl/dsi: Enable AFE over PPI strap (bsc#1152489)
- commit b26c778
- drm/i915/ehl/dsi: Set lane latency optimization for DW1 (bsc#1152489)
- commit 51f30ba
- drm/i915/selftests: Use request managed wakerefs (bsc#1152489)
- commit f45a071
- drm/i915: Rings are always flushed (bsc#1152489)
- commit 42322f5
- drm/i915/execlists: Minimalistic timeslicing (bsc#1152489)
- commit 287bcdb
- drm/i915/execlists: Preempt-to-busy (bsc#1152489)
- commit 8042e03
- drm/i915/gvt: decouple check_vgpu() from uncore_init() (bsc#1152489)
- commit 5d5921d
- drm/i915: dynamically allocate forcewake domains (bsc#1152489)
- commit 371f5c0
- drm/i915: skip forcewake actions on forcewake-less uncore (bsc#1152489)
- commit 5a57226
- compat_sys_ioctl(): make parallel to do_vfs_ioctl()
  (bsc#1175995,jsc#SLE-15608).
- Refresh
  patches.suse/fs-add-generic-UNRESVSP-and-ZERO_RANGE-ioctl-handler.patch.
- commit c7b14c8
- drm/i915: kill uncore_to_i915 (bsc#1152489)
- commit e2b0f30
- drm/i915: kill uncore_sanitize (bsc#1152489)
- commit 0ff6085
- drm/i915: use vfuncs for reg_read/write_fw_domains (bsc#1152489)
- commit 72e793f
- drm/i915/ehl: Allow combo PHY A to drive a third external display (bsc#1152489)
- commit a53aa5e
- drm/i915: Flush the execution-callbacks on retiring (bsc#1152489)
- commit bafd6ba
- drm/i915: Signal fence completion from i915_request_wait (bsc#1152489)
- commit 32f8166
- dma-mapping: remove dma_{alloc,free,mmap}_writecombine (bsc#1152489)
- commit 83161ba
- video: fbdev: sm501fb: convert platform driver to use dev_groups (bsc#1152489)
- commit 88b54fe
- video: fbdev: w100fb: convert platform driver to use dev_groups (bsc#1152489)
- commit 98a4e2b
- video: fbdev: wm8505fb: convert platform driver to use dev_groups (bsc#1152489)
- commit 0219165
- video: pxafb: Remove cpufreq policy notifier (bsc#1152489)
- commit 8abd9cd
- video: sa1100fb: Remove cpufreq policy notifier (bsc#1152489)
- commit ac114bf
- platform: Add platform_find_device_by_driver() helper (bsc#1152489)
- commit f4e270e
- drivers: Introduce device lookup variants by of_node (bsc#1152489)
- commit aacaedc
- drm/vmwgfx: Update the backdoor call with support for new (bsc#1152489)
- commit cf60c9c
- fbdev: remove w90x900/nuc900 platform drivers (bsc#1152489)
- commit 964c4bb
- fbdev: da8xx: use resource management for dma (bsc#1152489)
- commit f5c16e8
- fbdev: da8xx-fb: drop a redundant if (bsc#1152489)
- commit 5913373
- fbdev: da8xx-fb: use devm_platform_ioremap_resource() (bsc#1152489)
- commit a0c17a0
- fbdev: da8xx: remove panel_power_ctrl() callback from platform data (bsc#1152489)
- commit 5d2f7dd
- fbdev: da8xx: add support for a regulator (bsc#1152489)
- commit 86f21c6
- m68k: atari: Rename shifter to shifter_st to avoid conflict (bsc#1152489)
- commit ccd3fa6
- compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.c
  (bsc#1175995,jsc#SLE-15608).
- Refresh
  patches.suse/fs-add-generic-UNRESVSP-and-ZERO_RANGE-ioctl-handler.patch.
- commit 04da741
- RDMA/bnxt_re: Restrict the max_gids to 256 (bsc#1173017).
- RDMA/bnxt_re: Fix the qp table indexing (bsc#1173017).
- RDMA/bnxt_re: Do not report transparent vlan from QP1
  (bsc#1173017).
- commit 279a57c
- irqdomain/treewide: Free firmware node after domain removal (git-fixes).
- commit 2fa0cd5
- Remove most fbdev patches
  Done in preparation of the DRM upgrade.
- commit 9f67476
- irqdomain/treewide: Keep firmware node unconditionally allocated (git-fixes).
- commit 7778bc2
- pktcdvd: add compat_ioctl handler (bsc#1175995,jsc#SLE-15608). - Refresh patches.suse/block-move-the-devnode-callback-to-struct-block_devi.patch.
- commit 4244c1a
- blacklist.conf: Remove DRM commits
  This removes DRM commits in preparation of the DRM backport for SLE15-SP3.
- commit 7f696a6
- Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unload
  (git-fixes).
- Drivers: hv: vmbus: hibernation: do not hang forever in
  vmbus_bus_resume() (git-fixes).
- hv_utils: drain the timesync packets on onchannelcallback
  (bsc#1176877).
- hv_utils: return error if host timesysnc update is stale
  (bsc#1176877).
- Drivers: hv: Specify receive buffer size using Hyper-V page size
  (bsc#1176877).
- commit 5ca04fc
- soundwire: bus: only clear valid DPN interrupts (jsc#SLE-16518).
- soundwire: bus: only clear valid DP0 interrupts (jsc#SLE-16518).
- soundwire: registers: add definitions for clearable interrupt
  fields (jsc#SLE-16518).
- soundwire: bus: reset slave_notify status at each loop
  (jsc#SLE-16518).
- soundwire: bus: add comments to explain interrupt loop filter
  (jsc#SLE-16518).
- soundwire: SDCA: add helper macro to access controls
  (jsc#SLE-16518).
- soundwire: SDCA: detect sdca_cascade interrupt (jsc#SLE-16518).
- ASoC: rt715: Add power-up delay to fix dmic pop sound issue
  (jsc#SLE-16518).
- commit bab2857
- regmap: Add can_sleep configuration option (jsc#SLE-16518).
- regmap: Use flexible sleep (jsc#SLE-16518).
- regmap: soundwire: remove unused header mod_devic