openSUSE Factory
Threads by month
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
March 2019
- 103 participants
- 77 discussions
Hi Jan, all,
I'd like to carry our OBS dicussion to a wider audience
(https://build.opensuse.org/request/show/672510).
The question is whether we can assume that "/bin/sh" links to bash,
in particular whether rpm scriptlets without explicit -p interpreter
can be assumed to interpreted by bash.
I'm aware that, in principle, /bin/sh is supposed to be the Bourne
shell on Unix systems. But as a matter of fact, on current openSUSE, it
is not. Unless it's tampered with, /bin/sh is a symlink to /bin/bash.
bash is not started in full POSIX mode if invoked as /bin/sh, and even
if it's in POSIX mode, it supports some extensions over the POSIX shell
spec (e.g. the [[ ]] construct), which makes it behave differently than
another shell not supporting [[ ]] would (*). Problably there are more
differences, I can't claim to know them all.
Here are some arguments why I think it'd be reasonable to assume that
/bin/sh is bash on openSUSE:
1. patterns-base-minimal_base depends on bash, and the /bin/sh symlink
is a non-configurable part of the "bash" package.
2. we could handle /bin/sh via /etc/alternatives, but we don't.
3. our Wiki suggests testing failing scriplets using "bash -xv"
(https://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets)
4. /bin/sh has pointed to bash for a long time (not sure how long
exactly).
FTR, Fedora basically guarantees (sh == bash) for the purpose of rpm
scriptlets (https://fedoraproject.org/wiki/Packaging:Scriptlets). So
Fedora <-> openSUSE portability may also be an issue to consider.
If we can't assume that /bin/sh is bash, what else can we assume? I
recall from earlier work that writing really 100% compatible shell code
for all kinds of environments is really hard. E.g., "[" isn't 100%
portable either, even though it's part of the POSIX "test" standard
(http://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html).
We should have clear rules which syntax expressions can be used in rpm
scriptlets, and which can't. IMO we should define one of the various
existing shells as a reference by saying "if it's supported
by this shell, it's valid scriptlet code". That'd be easier (especially
for testing compliance) than referring to a spec. That reference shell
doesn't have to be bash, of course.
Thanks
Martin
(*) For example:
# ln -s /usr/bin/echo '/usr/bin/[['
# ls -l /bin/sh
lrwxrwxrwx 1 root root 4 Feb 8 10:38 /bin/sh -> bash
# /bin/sh --posix -c '[[ 2 = 1 ]] && echo yes'
# dash -c '[[ 2 = 1 ]] && echo yes'
2 -eq 1 ]]
yes
--
Dr. Martin Wilck <mwilck(a)suse.com>, Tel. +49 (0)911 74053 2107
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
25
147
I'm not sure, if this is bug or feature... After few days, update applet (TW,
KDE) says there are 6843 new updates (TeX, R, ... ;-). When I click to
"Install updates" error "Too many packages to process (6843/5200)" appears.
Zypper handles it well. Is it worth of bug report? To b.o.o?
Yours,
V.
--
Vojtěch Zeisek
Komunita openSUSE GNU/Linuxu
Community of the openSUSE GNU/Linux
https://www.opensuse.org/
https://trapa.cz/
8
10

23 Dec '19
Hi,
last month's status:
https://lists.opensuse.org/opensuse-factory/2018-12/msg00171.html
Last months' r-b project updates (including my work):
https://reproducible-builds.org/blog/posts/195/
https://reproducible-builds.org/blog/posts/194/
https://reproducible-builds.org/blog/posts/193/
https://reproducible-builds.org/blog/posts/192/
I uploaded https://rb.zq1.de/compare.factory-20190125/ today
and rbstats are:
total-packages: 11298
build-tried: 11297
build-failed: 37
build-n-a: 107
build-succeeded: 11153
build-official-failed+na: 85
build-compare-failed: 283
build-compare-succeeded: 10870
bit-by-bit-identical: 10605
not-bit-by-bit-identical: 538
Fixed core packages since last month:
breeze5-icons dolphin libqt5-qtwebkit wireshark syntax-highlighting:
Qt rcc/qrc fix merged in Factory
https://build.opensuse.org/request/show/663360
also fixed dozens others like bitcoin.
opa-ff
CPU-detection via -march=native
https://build.opensuse.org/request/show/661771
gengetopt
https://build.opensuse.org/request/show/661735
nearly fixed:
pcre2
PGO/parallelism https://build.opensuse.org/request/show/668163
perl:
ASLR-induced randomness
https://build.opensuse.org/request/show/668211
--- ring0 ---
acl
gcc7
gcc8
--- ring1 ---
MozillaFirefox
MozillaThunderbird
ant
bsf
colord
emacs
firebird
gconf2-branding-openSUSE
gdb
gimp
gnome-documents
go1.10
go1.11
groff-full
grub2
hamcrest
installation-images
java-11-openjdk
java-1_8_0-openjdk
jing-trang
jtidy
junit
junitperf
kernel-debug
kernel-default
kernel-vanilla
kubernetes
libkolabxml
libqt5-qtscript
libreoffice
mono-core
mozilla-nss
pcp
php7
python-base
python3-base
qdox
release-notes-openSUSE
ruby2.5
rubygem-gem2rpm
rust
scons
transfig
virtualbox
xmlbeans
yodl
If you are interested in why they vary:
acl:
date+time in /usr/share/locale/en(a)boldquot/LC_MESSAGES/acl.mo
-PO-Revision-Date: 2018-10-23 01:45+0000
+PO-Revision-Date: 2033-11-24 15:01+0000
gcc7 gcc8:
indeterminism from PGO/parallelism + mtime. See also
https://github.com/bmwiedemann/theunreproduciblepackage/tree/master/pgo
MozillaFirefox MozillaThunderbird:
date+time, rust, other
has bug around update.locale symlink
/usr/lib64/firefox/libxul.so varies from
https://github.com/rust-lang/rust/issues/57041
.../browser/extensions/langpack-ca(a)xxxxxxxxxxxxxxxxxxx/manifest.json
- "version": "20181009013946"
+ "version": "20331110172641"
apache-commons-lang3 apache-pdfbox dom4j hsqldb icu4j javassist
jing-trang jtidy junitperf jython objectweb-asm qdox tomcat xerces-j2
xpp2 xpp3:
date + mtime
in .jar + javadoc html
can be normalized by strip-nondeterminism
bsh2 cglib:
/usr/share/maven-metadata/bsh2.xml has ASLR order issues
date + mtime in .jar + javadoc html
colord
some randomness from uninitialized memory
maybe from glib-compile-resources
16-byte random profileID in .icc files from cd-create-profile
plus an uncommitted date/time fix in lib/colord/cd-it8.c:
priv->enable_created = FALSE
ecj
ASLR + date?
/usr/share/maven-metadata/ecj.xml has alias entries in random order
emacs
dumps lisp interpreter memory to create its binaries
(similar to clisp)
causes variations in /usr/bin/emacs-*
firebird:
ships unreproducible database
http://tracker.firebirdsql.org/browse/CORE-5548
gconf2-branding-openSUSE
embeds mtime values in
/etc/gconf/gconf.xml.vendor/%gconf-tree.xml
gdb
contains testresults
https://bugzilla.opensuse.org/show_bug.cgi?id=1110708
gimp
ASLR
12 byte differ in bKGD header
from gegl
GEGL_USE_OPENCL=no GEGL_SWAP=ram /usr/bin/gegl
../../icons/Symbolic/64/gimp-texture.png -o 64/gimp-texture.png --
gegl:invert-gamma
gnome-documents
gnome-documents-getting-started.pdf has random ID from inkscape
go1.10 go1.11:
variations in /usr/lib64/go/1.10/pkg/obj/go-build/*/*-a
groff-full
date+time + unknown reason?
.ps files vary
.html files have CreationDate
grub2
mtime + readdir
https://savannah.gnu.org/bugs/index.php?54841
hamcrest
java .class files vary from
build/temp/hamcrest-core/generated-code
/org/hamcrest/CoreMatchers.java written by ant
javadoc html varies
installation-images
many variations from mtimes + filesys/readdir and %post scripts
java-1_8_0-openjdk java-10-openjdk java-11-openjdk
various .jar .zip .html .jmod
ordering in /usr/lib64/jvm/java-10-openjdk-10/lib/classlist
kernel-debug kernel-default kernel-vanilla
date+time ; random keys?
"Build time autogenerated kernel key0
..181009012108Z..21180915012108Z0.1,0"
kubernetes:
fixed upstream: order in man-pages
https://github.com/kubernetes/kubernetes/pull/68983
maybe fixed upstream: random build-ids
libkolabxml
unknown/ASLR?
from build/kolabformat-xcal-schema.cxx
created by compiled/xsdbin.cxx
libqt5-qtscript
filesys order
libreoffice
various .jar .so .dat/.bau (.zip) javadoc_log.txt
mono-core
date+time ; other
mozilla-nss
DSA random temp-key from shlibsign
https://bugzilla.opensuse.org/show_bug.cgi?id=1081723
pcp
/var/lib/pcp/testsuite/perfevent/perfevent_coverage has random diffs
from gcov / .gcno files causing diff in .o ?
php7
date / EPOCH timestamps
e.g. in /usr/share/php7/PEAR/.channels/__uri.reg
python-base python3-base:
PGO
varies .o files that go into /usr/lib64/libpython3.6m.so.1.0
.pyc files vary
python-base shows influence from date+hostname (in PGO?)
python-numpy
1 .pyc file varied
release-notes-openSUSE
partial fix in https://github.com/openSUSE/daps/issues/482
date+time in .pdf ; needs work on fop java code
random id values in .html
ruby2.5
2 gemspec files have date
created.rid varies
rubygem-gem2rpm
mtime ?
/usr/lib64/ruby/gems/2.5.0/cache/checksums.yaml varies
rust
asm diffs in cargo and others from llvm's llc
- filed at https://github.com/rust-lang/rust/issues/57041
some progress made here with the switch to llvm7
scons
hostname in various places
tigervnc
date+time+randomness in
/usr/share/vnc/classes/META-INF/TIGERVNC.RSA
from SignJar.cmake calling jarsigner with temporary private key
partial fix merged https://github.com/TigerVNC/tigervnc/pull/765
transfig
date+time
in sample-presentation.pdf /CreationDate /ModDate
from pdflatex
virtualbox
tar + random
https://www.virtualbox.org/ticket/16854
.so files have random NT_GNU_BUILD_ID (unique build ID bitstring)
maybe from out/linux.amd64/release/obj/webservice/gsoapH_from_gsoap.h
that has date+time in comment
/usr/share/virtualbox/extensions/VNC-5.2.16.vbox-extpack
unhandled gzip content: POSIX tar archive (GNU)
-13343137165.010505. 5...
+16773576625.010527. 5...
xmlbeans
index.xsb varies from filesystem
created in org.apache.xmlbeans.impl.tool.SchemaCompiler
yodl
pdf from latex/ghostscript/dvips/ps2pdf
additionally, on the SLE15 list
===============================
gnuplot
date+time in pdf from pdflatex
golang-github-prometheus-prometheus
date+time+random build-id
hawk2
https://bugzilla.opensuse.org/show_bug.cgi?id=1112159
ibus-libzhuyin libpinyin libzhuyin
random bytes - maybe uninitialized memory
perf
random filesys order
from nftw call in ./linux-*/tools/perf/pmu-events/jevents.c
python-keystoneauth1
https://bugs.launchpad.net/keystoneauth/+bug/1796899
5
14

[opensuse-factory] [PLEASE SPEAK UP] Disabling legacy file systems by default?
by Martin Wilck 09 Jul '19
by Martin Wilck 09 Jul '19
09 Jul '19
SUSE will blacklist a number of legacy and/or less frequently used
file systems by default on SLES for security reasons.
The proposed list can be seen here:
https://github.com/openSUSE/suse-module-tools/pull/5/commits/8cb42fb6658f21…
The question is now whether we should do the same for openSUSE.
I figure that while the above list is probably not controversial for
enterprise customers, openSUSE users may have objections to some
items on the list. Please speak up if you do.
In any case, note that even if we do this, you can re-enable the
filesystems you need by simply commenting out lines in the blacklist
file.
Regards,
Martin
--
Dr. Martin Wilck <mwilck(a)suse.com>, Tel. +49 (0)911 74053 2107
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
45
209

02 Jun '19
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
cppcheck (1.85 -> 1.86)
cups-filters (1.21.4 -> 1.21.6)
elementary-xfce-icon-theme (0.13.1+20181113.14732d1b -> 0.13.1~git6.c377da86)
festival
flatpak-builder (1.0.0 -> 1.0.1)
fwupd
gnu-unifont-bitmap-fonts (11.0.02 -> 11.0.03)
gstreamer-plugins-bad
health-checker
kernel-firmware (20181026 -> 20181218)
kernel-source (4.19.8 -> 4.19.11)
libassuan
libinput (1.12.3 -> 1.12.4)
libmtp
libyui-qt-pkg (2.45.24 -> 2.45.25)
llvm (6.0.1 -> 7.0.0)
llvm4
llvm6
llvm7
multipath-tools (0.7.9+58+suse.0790830 -> 0.7.9+85+suse.766b95e)
openldap2 (2.4.46 -> 2.4.47)
osinfo-db
postfix
protobuf
python-PySocks
python-Pygments
python-SecretStorage
python-base
python-ipaddr
python-ndg-httpsclient
python-parso
python-passlib
python-rpm-macros
python-urlgrabber
qqc2-desktop-style (5.52.0 -> 5.53.0)
systemd-presets-common-SUSE
tracker
=== Details ===
==== cppcheck ====
Version update (1.85 -> 1.86)
- Update to 1.86
* Many fixes in the template simplifier
* Several fixes in the abstract syntax tree.
Checking improvements:
* New check: passing address of char to function that expects a
strz
* New check: shadow variables
* Improved lifetime checking
* Improved STL iterators checking
* Improved data flow analysis
New libraries:
* zlib
* googletest
Addons:
* misra.py: Fixes for suppressions and exclusions
* namingng.py: New addon to check naming conventions. Rules are
specified in json file.
==== cups-filters ====
Version update (1.21.4 -> 1.21.6)
- Update to version 1.21.6:
* Bug fix release, mainly for cups-browsed to avoid crashes and
infinite printer removal/re-creation loops and spurious local
queues for local CUPS printers. Also expanded PostScript
interpreter bug workaround to more Apple LaserWriter models.
* cups-browsed: To find out whether a DNS-SD-discovered printer
is from the local machine, use not only the flags in the Avahi
lookup result but also check the host name.
* cups-browsed: When a local CUPS queue pointing to a remote CUPS
printer was removed and re-created to make it a permanent
queue, on_printer_deleted() was triggered by cupsd's
notification to re-create a lost queue. Now
on_printer_deleted() checks whether the queue is really gone
and only re-creates then.
* cups-browsed: When updating the CUPS queues, also removed and
unregistered queues and not only created queues got checked for
HTTP timeouts, which caused crashes on shutdown.
* pdftops: Use the PS interpreter of Poppler for all Apple
LaserWriter 16/600, 4/600, 12/640, 12/600, 12/660 as they all
seem to not work with Ghostscript's PS output.
* cups-browsed: On shutdown queues got removed even if they still
had jobs.
- Changes from version 1.21.5:
* Bug fix release, to build with Poppler 0.71 and with
cups-browsed converting temporary CUPS queues reliably to
permanent queues.
* cups-browsed: We cannot reliably determine whether a CUPS queue
is temporary, so we apply the procedure to make a temporary
queue permanent to any unshared queue.
* pdftoraster, pdftopdf, pdftoijs, pdftoopvp: Do not use the
Poppler-specific "GBool", "gFalse", "gTrue" any more, as
Poppler has switched to standard "bool", "false", "true" in
version 0.71.0.
==== elementary-xfce-icon-theme ====
Version update (0.13.1+20181113.14732d1b -> 0.13.1~git6.c377da86)
- Update to version 0.13.1~git6.c377da86:
* Add yast specific package-* icons
- Renamed version
==== festival ====
- Do not ignore errors from useradd/groupadd.
==== flatpak-builder ====
Version update (1.0.0 -> 1.0.1)
- Update to version 1.0.1:
+ Run appstream-util mirror-screenshots in the sandbox, rather
than on the host, as the host might not have a new enough
appstream-glib.
+ Fix build cache when a module has uncommon characters in the
name.
==== fwupd ====
Subpackages: fwupd-lang libfwupd2
- Add pesign-obs-integration to BuildRequires and add fwupd*.efi to
BRP_PESIGN_FILES to get it signed
- Add LC_IMAGES and use efivar only if %{with efi_fw_update}
+ Also update the version requirement of efivar
- Disable Redfish and NVME plugins if %{without efi_fw_update}
since those two plugins require efivar
- Remove fwup from BuildRequires since fwupdate is already merged
into fwupd.
==== gnu-unifont-bitmap-fonts ====
Version update (11.0.02 -> 11.0.03)
- unifont 11.0.03:
* Add Nushu glyphs
* Final forms for Kana placeholder glyphs
* other minor changes to single glyphs
==== gstreamer-plugins-bad ====
Subpackages: gstreamer-plugins-bad-lang libgstadaptivedemux-1_0-0 libgstbadaudio-1_0-0 libgstbadvideo-1_0-0 libgstbasecamerabinsrc-1_0-0 libgstcodecparsers-1_0-0 libgstisoff-1_0-0 libgstmpegts-1_0-0 libgstphotography-1_0-0 libgsturidownloader-1_0-0 libgstwayland-1_0-0 libgstwebrtc-1_0-0
- Add gst-bad-fdkaac2-fix.patch: fdkaac: Fixes for compatibility
with libfdk-aac 2.0.0.
==== health-checker ====
- Split the CaaSP plugin into a MicroOS and CaaSP part
==== kernel-firmware ====
Version update (20181026 -> 20181218)
Subpackages: ucode-amd
- Update to version 20181218:
* Revert "amdgpu: update vega10 fw for 18.50 release"
* brcm: Add 4330 NVRAM for the Prowise PT301 tablet
* brcm: Add 43430 NVRAM for the Chuwi Vi8 Plus tablet
* brcm: Add 43340 based AP6234 NVRAM for the Meegopad T08 HDMI stick
* brcm: Add 43430a0 based AP6212 NVRAM for the Jumper EZpad mini 3 tablet
* brcm: Add 43430a0 based AP6212 NVRAM for the Onda V80 Plus tablet
* brcm: Add 4356 based AP6356 NVRAM for the GPD win handheld
* brcm: Add brcmfmac43362-sdio.lemaker,bananapro.txt symlink
* brcm: Add 43362 based AP6210 NVRAM for the Cubietech Cubietruck
* WHENCE: Put quotes around brcmfmac NVRAM filenames
* check_whence.py: Add support for filenames with spaces in them
* rtl_bt: Add firmware and configuration files for the Bluetooth part of RTL8723BS
- Update to version 20181217:
* iwlwifi: update firmwares for 8000 series
* iwlwifi: add -43.ucode for 9000 series
* iwlwifi: update -41.ucode for 9000 series
* brcm: provide new firmwares for BCM4366 chipset
* Mellanox: Add new mlxsw_spectrum firmware 13.1910.622
* cavium: Update firmware for CNN55XX crypto driver
* amdgpu: update vega12 fw for 18.50 release
* amdgpu: update vega10 fw for 18.50 release
* amdgpu: update raven fw for 18.50 release
* amdgpu: update polaris11 fw for 18.50 release
* amdgpu: update polaris10 fw for 18.50 release
* amdgpu: add firmware for vega12
* amdgpu: Add new polaris MC firmwares
* amdgpu: Add new polaris SMC firmwares
* linux-firmware: Update AMD cpu microcode
* nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.13
* microchip: add firmware for VSC8574 and VSC8584 Ethernet PHYs
* linux-firmware: intel: Update Cannonlake audio firmware.
* firmware/huc/bxt: Add huC Update for BXT
* nfp: update Agilio SmartNIC firmware to rev 2.1.16
* cxgb4: update firmware to revision 1.21.5.0
==== kernel-source ====
Version update (4.19.8 -> 4.19.11)
Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms
- Linux 4.19.11 (bnc#1012628).
- sched/pelt: Fix warning and clean up IRQ PELT config
(bnc#1012628).
- scsi: raid_attrs: fix unused variable warning (bnc#1012628).
- staging: olpc_dcon: add a missing dependency (bnc#1012628).
- slimbus: ngd: mark PM functions as __maybe_unused (bnc#1012628).
- i2c: aspeed: fix build warning (bnc#1012628).
- ARM: dts: qcom-apq8064-arrow-sd-600eval fix graph_endpoint
warning (bnc#1012628).
- drm/msm: fix address space warning (bnc#1012628).
- pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11
(bnc#1012628).
- aio: fix spectre gadget in lookup_ioctx (bnc#1012628).
- scripts/spdxcheck.py: always open files in binary mode
(bnc#1012628).
- fs/iomap.c: get/put the page in iomap_page_create/release()
(bnc#1012628).
- userfaultfd: check VM_MAYWRITE was set after verifying the
uffd is registered (bnc#1012628).
- arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearing
(bnc#1012628).
- block/bio: Do not zero user pages (bnc#1012628).
- ovl: fix decode of dir file handle with multi lower layers
(bnc#1012628).
- ovl: fix missing override creds in link of a metacopy upper
(bnc#1012628).
- MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310
(bnc#1012628).
- mmc: core: use mrq->sbc when sending CMD23 for RPMB
(bnc#1012628).
- mmc: sdhci-omap: Fix DCRC error handling during tuning
(bnc#1012628).
- mmc: sdhci: fix the timeout check window for clock and reset
(bnc#1012628).
- fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns
ENOSYS (bnc#1012628).
- ARM: mmp/mmp2: fix cpu_is_mmp2() on mmp2-dt (bnc#1012628).
- ARM: dts: bcm2837: Fix polarity of wifi reset GPIOs
(bnc#1012628).
- dm thin: send event about thin-pool state change _after_
making it (bnc#1012628).
- dm cache metadata: verify cache has blocks in
blocks_are_clean_separate_dirty() (bnc#1012628).
- dm: call blk_queue_split() to impose device limits on bios
(bnc#1012628).
- tracing: Fix memory leak in create_filter() (bnc#1012628).
- tracing: Fix memory leak in set_trigger_filter() (bnc#1012628).
- tracing: Fix memory leak of instance function hash filters
(bnc#1012628).
- media: vb2: don't call __vb2_queue_cancel if vb2_start_streaming
failed (bnc#1012628).
- powerpc/msi: Fix NULL pointer access in teardown code
(bnc#1012628).
- powerpc: Look for "stdout-path" when setting up legacy consoles
(bnc#1012628).
- drm/nouveau/kms: Fix memory leak in nv50_mstm_del()
(bnc#1012628).
- drm/nouveau/kms/nv50-: also flush fb writes when rewinding
push buffer (bnc#1012628).
- Revert "drm/rockchip: Allow driver to be shutdown on
reboot/kexec" (bnc#1012628).
- drm/i915/gvt: Fix tiled memory decoding bug on BDW
(bnc#1012628).
- drm/i915/execlists: Apply a full mb before execution for
Braswell (bnc#1012628).
- drm/amdgpu/powerplay: Apply avfs cks-off voltages on VI
(bnc#1012628).
- drm/amdkfd: add new vega10 pci ids (bnc#1012628).
- drm/amdgpu: add some additional vega10 pci ids (bnc#1012628).
- drm/amdgpu: update smu firmware images for VI variants (v2)
(bnc#1012628).
- drm/amdgpu: update SMC firmware image for polaris10 variants
(bnc#1012628).
- dm zoned: Fix target BIO completion handling (bnc#1012628).
- commit 096f733
- Linux 4.19.10 (bnc#1012628).
- tcp: lack of available data can also cause TSO defer
(bnc#1012628).
- bpf: fix off-by-one error in adjust_subprog_starts
(bnc#1012628).
- IB/hfi1: Fix an out-of-bounds access in get_hw_stats
(bnc#1012628).
- ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1
Carbon (bnc#1012628).
- ALSA: hda/realtek: Enable audio jacks of ASUS UX433FN/UX333FA
with ALC294 (bnc#1012628).
- ALSA: hda/realtek: Enable audio jacks of ASUS UX533FD with
ALC294 (bnc#1012628).
- ALSA: hda/realtek: ALC294 mic and headset-mode fixups for ASUS
X542UN (bnc#1012628).
- ALSA: hda/realtek - Fixed headphone issue for ALC700
(bnc#1012628).
- ALSA: fireface: fix reference to wrong register for clock
configuration (bnc#1012628).
- dax: Check page->mapping isn't NULL (bnc#1012628).
- flexfiles: enforce per-mirror stateid only for v4 DSes
(bnc#1012628).
- ocfs2: fix potential use after free (bnc#1012628).
- initramfs: clean old path before creating a hardlink
(bnc#1012628).
- kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as
notrace (bnc#1012628).
- proc: fixup map_files test on arm (bnc#1012628).
- debugobjects: avoid recursive calls with kmemleak (bnc#1012628).
- hfsplus: do not free node before using (bnc#1012628).
- hfs: do not free node before using (bnc#1012628).
- mm/page_alloc.c: fix calculation of pgdat->nr_zones
(bnc#1012628).
- ocfs2: fix deadlock caused by ocfs2_defrag_extent()
(bnc#1012628).
- ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized
pointer value (bnc#1012628).
- nvme-rdma: fix double freeing of async event data (bnc#1012628).
- nvme: flush namespace scanning work just before removing
namespaces (bnc#1012628).
- nvme: warn when finding multi-port subsystems without
multipathing enabled (bnc#1012628).
- fscache, cachefiles: remove redundant variable 'cache'
(bnc#1012628).
- cachefiles: Explicitly cast enumerated type in put_object
(bnc#1012628).
- fscache: fix race between enablement and dropping of object
(bnc#1012628).
- afs: Fix validation/callback interaction (bnc#1012628).
- pstore/ram: Correctly calculate usable PRZ bytes (bnc#1012628).
- pvcalls-front: fixes incorrect error handling (bnc#1012628).
- Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"
(bnc#1012628).
- xen: xlate_mmu: add missing header to fix 'W=1' warning
(bnc#1012628).
- drm/ast: fixed reading monitor EDID not stable issue
(bnc#1012628).
- drm/amdgpu: Add delay after enable RLC ucode (bnc#1012628).
- net: hisilicon: remove unexpected free_netdev (bnc#1012628).
- ixgbe: recognize 1000BaseLX SFP modules as 1Gbps (bnc#1012628).
- igb: fix uninitialized variables (bnc#1012628).
- cachefiles: Fix page leak in cachefiles_read_backing_file
while vmscan is active (bnc#1012628).
- fscache: Fix race in fscache_op_complete() due to split
atomic_sub & read (bnc#1012628).
- cachefiles: Fix an assertion failure when trying to update a
failed object (bnc#1012628).
- ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
(bnc#1012628).
- netfilter: nf_tables: deactivate expressions in rule replecement
routine (bnc#1012628).
- usb: gadget: u_ether: fix unsafe list iteration (bnc#1012628).
- net: thunderx: fix NULL pointer dereference in nic_remove
(bnc#1012628).
- x86/kvm/vmx: fix old-style function declaration (bnc#1012628).
- KVM: x86: fix empty-body warnings (bnc#1012628).
- KVM: VMX: Update shared MSRs to be saved/restored on
MSR_EFER.LMA changes (bnc#1012628).
- netfilter: nf_conncount: remove wrong condition check routine
(bnc#1012628).
- netfilter: nat: fix double register in masquerade modules
(bnc#1012628).
- netfilter: add missing error handling code for register
functions (bnc#1012628).
- IB/mlx5: Fix page fault handling for MW (bnc#1012628).
- netfilter: ipv6: Preserve link scope traffic original oif
(bnc#1012628).
- drm/meson: add support for 1080p25 mode (bnc#1012628).
- thunderbolt: Prevent root port runtime suspend during NVM
upgrade (bnc#1012628).
- USB: omap_udc: fix rejection of out transfers when DMA is used
(bnc#1012628).
- USB: omap_udc: fix USB gadget functionality on Palm Tungsten E
(bnc#1012628).
- USB: omap_udc: fix omap_udc_start() on 15xx machines
(bnc#1012628).
- USB: omap_udc: fix crashes on probe error and module removal
(bnc#1012628).
- USB: omap_udc: use devm_request_irq() (bnc#1012628).
- ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
(bnc#1012628).
- fsi: master-ast-cf: select GENERIC_ALLOCATOR (bnc#1012628).
- bpf: fix check of allowed specifiers in bpf_trace_printk
(bnc#1012628).
- RDMA/hns: Bugfix pbl configuration for rereg mr (bnc#1012628).
- exportfs: do not read dentry after free (bnc#1012628).
- ASoC: omap-dmic: Add pm_qos handling to avoid overruns with
CPU_IDLE (bnc#1012628).
- ASoC: omap-mcpdm: Add pm_qos handling to avoid under/overruns
with CPU_IDLE (bnc#1012628).
- ASoC: omap-mcbsp: Fix latency value calculation for pm_qos
(bnc#1012628).
- tools: bpftool: fix potential NULL pointer dereference in
do_load (bnc#1012628).
- RDMA/rdmavt: Fix rvt_create_ah function signature (bnc#1012628).
- RDMA/bnxt_re: Avoid accessing the device structure after it
is freed (bnc#1012628).
- RDMA/bnxt_re: Fix system hang when registration with L2 driver
fails (bnc#1012628).
- RDMA/core: Add GIDs while changing MAC addr only for registered
ndev (bnc#1012628).
- RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WR (bnc#1012628).
- Btrfs: send, fix infinite loop due to directory rename
dependencies (bnc#1012628).
- ARM: dts: at91: sama5d2: use the divided clock for SMC
(bnc#1012628).
- phy: qcom-qusb2: Fix HSTX_TRIM tuning with fused value for
SDM845 (bnc#1012628).
- phy: qcom-qusb2: Use HSTX_TRIM fused value as is (bnc#1012628).
- objtool: Fix segfault in .cold detection with
- ffunction-sections (bnc#1012628).
- objtool: Fix double-free in .cold detection error path
(bnc#1012628).
- ASoC: acpi: fix: continue searching when machine is ignored
(bnc#1012628).
- PCI: imx6: Fix link training status detection in link up check
(bnc#1012628).
- perf tools: Restore proper cwd on return from mnt namespace
(bnc#1012628).
- hwmon: (w83795) temp4_type has writable permission
(bnc#1012628).
- netfilter: xt_hashlimit: fix a possible memory leak in
htable_create() (bnc#1012628).
- aio: fix failure to put the file pointer (bnc#1012628).
- bpf: allocate local storage buffers using GFP_ATOMIC
(bnc#1012628).
- hwmon: (mlxreg-fan) Fix macros for tacho fault reading
(bnc#1012628).
- spi: omap2-mcspi: Add missing suspend and resume calls
(bnc#1012628).
- ASoC: dapm: Recalculate audio map forcely when card instantiated
(bnc#1012628).
- ASoC: omap-abe-twl6040: Fix missing audio card caused by
deferred probing (bnc#1012628).
- hwmon: (ina2xx) Fix current value calculation (bnc#1012628).
- s390/cpum_cf: Reject request for sampling in event
initialization (bnc#1012628).
- ASoC: qcom: Set dai_link id to each dai_link (bnc#1012628).
- ASoC: Intel: Power down links before turning off display audio
power (bnc#1012628).
- ASoC: wm_adsp: Fix dma-unsafe read of scratch registers
(bnc#1012628).
- ASoC: rockchip: add missing slave_config setting for I2S
(bnc#1012628).
- hwmon: (raspberrypi) Fix initial notify (bnc#1012628).
- hwmon (ina2xx) Fix NULL id pointer in probe() (bnc#1012628).
- s390/cio: Fix cleanup when unsupported IDA format is used
(bnc#1012628).
- s390/cio: Fix cleanup of pfn_array alloc failure (bnc#1012628).
- netfilter: nf_tables: fix use-after-free when deleting compat
expressions (bnc#1012628).
- netfilter: xt_RATEEST: remove netns exit routine (bnc#1012628).
- perf tools: Fix crash on synthesizing the unit (bnc#1012628).
- selftests: add script to stress-test nft packet path vs. control
plane (bnc#1012628).
- netfilter: nf_tables: don't skip inactive chains during update
(bnc#1012628).
- netfilter: nf_conncount: fix unexpected permanent node of list
(bnc#1012628).
- netfilter: nf_conncount: fix list_del corruption in conn_free
(bnc#1012628).
- netfilter: nf_conncount: use spin_lock_bh instead of spin_lock
(bnc#1012628).
- sysv: return 'err' instead of 0 in __sysv_write_inode
(bnc#1012628).
- arm64: dts: sdm845-mtp: Reserve reserved gpios (bnc#1012628).
- ASoC: sun8i-codec: fix crash on module removal (bnc#1012628).
- tools: bpftool: prevent infinite loop in get_fdinfo()
(bnc#1012628).
- ARM: OMAP1: ams-delta: Fix possible use of uninitialized field
(bnc#1012628).
- ARM: dts: am3517-som: Fix WL127x Wifi interrupt (bnc#1012628).
- ARM: dts: logicpd-somlv: Fix interrupt on mmc3_dat1
(bnc#1012628).
- ARM: dts: LogicPD Torpedo: Fix mmc3_dat1 interrupt
(bnc#1012628).
- ARM: dts: am3517: Fix pinmuxing for CD on MMC1 (bnc#1012628).
- staging: rtl8723bs: Fix the return value in case of error in
'rtw_wx_read32()' (bnc#1012628).
- ASoC: qdsp6: q6afe-dai: Fix the dai widgets (bnc#1012628).
- ASoC: qdsp6: q6afe: Fix wrong MI2S SD line mask (bnc#1012628).
- ASoC: rsnd: fixup clock start checker (bnc#1012628).
- ARM: OMAP2+: prm44xx: Fix section annotation on
omap44xx_prm_enable_io_wakeup (bnc#1012628).
- net: fix XPS static_key accounting (bnc#1012628).
- net: restore call to netdev_queue_numa_node_write when resetting
XPS (bnc#1012628).
- sctp: update frag_point when stream_interleave is set
(bnc#1012628).
- net: phy: sfp: correct store of detected link modes
(bnc#1012628).
- virtio-net: keep vnet header zeroed after processing XDP
(bnc#1012628).
- tun: forbid iface creation with rtnl ops (bnc#1012628).
- tcp: fix NULL ref in tail loss probe (bnc#1012628).
- tcp: Do not underestimate rwnd_limited (bnc#1012628).
- sctp: kfree_rcu asoc (bnc#1012628).
- rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER
devices (bnc#1012628).
- Revert "net/ibm/emac: wrong bit is used for STA control"
(bnc#1012628).
- net: use skb_list_del_init() to remove from RX sublists
(bnc#1012628).
- net: Prevent invalid access to skb->prev in __qdisc_drop_all
(bnc#1012628).
- net: phy: don't allow __set_phy_supported to add unsupported
modes (bnc#1012628).
- net/mlx4_en: Change min MTU size to ETH_MIN_MTU (bnc#1012628).
- net/mlx4_core: Correctly set PFC param if global pause is
turned off (bnc#1012628).
- net: 8139cp: fix a BUG triggered by changing mtu with network
traffic (bnc#1012628).
- ipv6: sr: properly initialize flowi6 prior passing to
ip6_route_output (bnc#1012628).
- neighbour: Avoid writing before skb->head in neigh_hh_output()
(bnc#1012628).
- ipv6: Check available headroom in ip6_xmit() even without
options (bnc#1012628).
- ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize
changes (bnc#1012628).
- commit 9284d89
- Linux 4.19.9 (bnc#1012628).
- media: vicodec: lower minimum height to 360 (bnc#1012628).
- media: cec: check for non-OK/NACK conditions while claiming a LA
(bnc#1012628).
- media: omap3isp: Unregister media device as first (bnc#1012628).
- media: ipu3-cio2: Unregister device nodes first, then release
resources (bnc#1012628).
- iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()
(bnc#1012628).
- brcmutil: really fix decoding channel info for 160 MHz bandwidth
(bnc#1012628).
- mt76: fix building without CONFIG_LEDS_CLASS (bnc#1012628).
- iommu/ipmmu-vmsa: Fix crash on early domain free (bnc#1012628).
- scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoC
(bnc#1012628).
- can: ucan: remove set but not used variable 'udev'
(bnc#1012628).
- can: rcar_can: Fix erroneous registration (bnc#1012628).
- test_firmware: fix error return getting clobbered (bnc#1012628).
- HID: input: Ignore battery reported by Symbol DS4308
(bnc#1012628).
- batman-adv: Use explicit tvlv padding for ELP packets
(bnc#1012628).
- batman-adv: Expand merged fragment buffer for full packet
(bnc#1012628).
- amd/iommu: Fix Guest Virtual APIC Log Tail Address Register
(bnc#1012628).
- bnx2x: Assign unique DMAE channel number for FW DMAE
transactions (bnc#1012628).
- qed: Fix PTT leak in qed_drain() (bnc#1012628).
- qed: Fix overriding offload_tc by protocols without APP TLV
(bnc#1012628).
- qed: Fix rdma_info structure allocation (bnc#1012628).
- qed: Fix reading wrong value in loop condition (bnc#1012628).
- usb: dwc2: pci: Fix an error code in probe (bnc#1012628).
- Revert "usb: gadget: ffs: Fix BUG when userland exits with
submitted AIO transfers" (bnc#1012628).
- s390/ism: clear dmbe_mask bit before SMC IRQ handling
(bnc#1012628).
- nvme-fc: resolve io failures during connect (bnc#1012628).
- bnxt_en: Fix filling time in bnxt_fill_coredump_record()
(bnc#1012628).
- drm/amdgpu: Add amdgpu "max bpc" connector property (v2)
(bnc#1012628).
- drm/amd/display: Support amdgpu "max bpc" connector property
(v2) (bnc#1012628).
- net/mlx4_core: Zero out lkey field in SW2HW_MPT fw command
(bnc#1012628).
- net/mlx4_core: Fix uninitialized variable compilation warning
(bnc#1012628).
- net/mlx4: Fix UBSAN warning of signed integer overflow
(bnc#1012628).
- drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo
(bnc#1012628).
- gpio: pxa: fix legacy non pinctrl aware builds again
(bnc#1012628).
- gpio: mockup: fix indicated direction (bnc#1012628).
- tc-testing: tdc.py: ignore errors when decoding stdout/stderr
(bnc#1012628).
- tc-testing: tdc.py: Guard against lack of returncode in executed
command (bnc#1012628).
- mtd: rawnand: qcom: Namespace prefix some commands
(bnc#1012628).
- cpufreq: ti-cpufreq: Only register platform_device when
supported (bnc#1012628).
- Revert "HID: uhid: use strlcpy() instead of strncpy()"
(bnc#1012628).
- HID: multitouch: Add pointstick support for Cirque Touchpad
(bnc#1012628).
- mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
(bnc#1012628).
- net: ena: fix crash during failed resume from hibernation
(bnc#1012628).
- NFSv4: Fix a NFSv4 state manager deadlock (bnc#1012628).
- qed: Fix bitmap_weight() check (bnc#1012628).
- qed: Fix QM getters to always return a valid pq (bnc#1012628).
- net/ibmnvic: Fix deadlock problem in reset (bnc#1012628).
- riscv: fix warning in arch/riscv/include/asm/module.h
(bnc#1012628).
- net: faraday: ftmac100: remove netif_running(netdev) check
before disabling interrupts (bnc#1012628).
- iommu/vt-d: Use memunmap to free memremap (bnc#1012628).
- NFSv4.2 copy do not allocate memory under the lock
(bnc#1012628).
- flexfiles: use per-mirror specified stateid for IO
(bnc#1012628).
- ibmvnic: Fix RX queue buffer cleanup (bnc#1012628).
- ibmvnic: Update driver queues after change in ring size support
(bnc#1012628).
- team: no need to do team_notify_peers or team_mcast_rejoin
when disabling port (bnc#1012628).
- net: amd: add missing of_node_put() (bnc#1012628).
- usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device
(bnc#1012628).
- usb: appledisplay: Add 27" Apple Cinema Display (bnc#1012628).
- USB: check usb_get_extra_descriptor for proper size
(bnc#1012628).
- USB: serial: console: fix reported terminal settings
(bnc#1012628).
- ALSA: usb-audio: Add SMSL D1 to quirks for native DSD support
(bnc#1012628).
- ALSA: hda: Add support for AMD Stoney Ridge (bnc#1012628).
- ALSA: pcm: Fix starvation on down_write_nonblock()
(bnc#1012628).
- ALSA: pcm: Call snd_pcm_unlink() conditionally at closing
(bnc#1012628).
- ALSA: pcm: Fix interval evaluation with openmin/max
(bnc#1012628).
- ALSA: hda/realtek - Fix speaker output regression on Thinkpad
T570 (bnc#1012628).
- ALSA: hda/realtek: ALC286 mic and headset-mode fixups for Acer
Aspire U27-880 (bnc#1012628).
- ALSA: hda/realtek - Add support for Acer Aspire C24-860 headset
mic (bnc#1012628).
- ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton Z4660G
(bnc#1012628).
- ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton
Z4860G/Z6860G (bnc#1012628).
- media: gspca: fix frame overflow error (bnc#1012628).
- media: vicodec: fix memchr() kernel oops (bnc#1012628).
- Revert "mfd: cros_ec: Use devm_kzalloc for private data"
(bnc#1012628).
- parisc: Enable -ffunction-sections for modules on 32-bit kernel
(bnc#1012628).
- virtio/s390: avoid race on vcdev->config (bnc#1012628).
- virtio/s390: fix race in ccw_io_helper() (bnc#1012628).
- vhost/vsock: fix use-after-free in network stack callers
(bnc#1012628).
- arm64: hibernate: Avoid sending cross-calling with interrupts
disabled (bnc#1012628).
- SUNRPC: Fix leak of krb5p encode pages (bnc#1012628).
- dmaengine: dw: Fix FIFO size for Intel Merrifield (bnc#1012628).
- Revert "dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations"
(bnc#1012628).
- Revert "dmaengine: imx-sdma: alloclate bd memory from dma pool"
(bnc#1012628).
- dmaengine: imx-sdma: implement channel termination via worker
(bnc#1012628).
- dmaengine: imx-sdma: use GFP_NOWAIT for dma descriptor
allocations (bnc#1012628).
- dmaengine: cppi41: delete channel from pending list when stop
channel (bnc#1012628).
- ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCE
(bnc#1012628).
- xhci: workaround CSS timeout on AMD SNPS 3.0 xHC (bnc#1012628).
- xhci: Prevent U1/U2 link pm states if exit latency is too long
(bnc#1012628).
- arm64: dts: rockchip: remove vdd_log from rock960 to fix a
stability issues (bnc#1012628).
- Revert "x86/e820: put !E820_TYPE_RAM regions into
memblock.reserved" (bnc#1012628).
- cifs: Fix separator when building path from dentry
(bnc#1012628).
- staging: rtl8712: Fix possible buffer overrun (bnc#1012628).
- Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting
errors and an off-by-one mistake in core/rtw_mlme_ext.c"
(bnc#1012628).
- crypto: do not free algorithm before using (bnc#1012628).
- drm/amdgpu: update mc firmware image for polaris12 variants
(bnc#1012628).
- drm/lease: Send a distinct uevent (bnc#1012628).
- drm/msm: Move fence put to where failure occurs (bnc#1012628).
- drm/amdgpu/gmc8: update MC firmware for polaris (bnc#1012628).
- drm/amdgpu/gmc8: always load MC firmware in the driver
(bnc#1012628).
- drm/i915: Downgrade Gen9 Plane WM latency error (bnc#1012628).
- kprobes/x86: Fix instruction patching corruption when copying
more than one RIP-relative instruction (bnc#1012628).
- x86/efi: Allocate e820 buffer before calling
efi_exit_boot_service (bnc#1012628).
- Drivers: hv: vmbus: Offload the handling of channels to two
workqueues (bnc#1012628).
- tty: serial: 8250_mtk: always resume the device in probe
(bnc#1012628).
- tty: do not set TTY_IO_ERROR flag if console port (bnc#1012628).
- gnss: sirf: fix activation retry handling (bnc#1012628).
- kgdboc: fix KASAN global-out-of-bounds bug in
param_set_kgdboc_var() (bnc#1012628).
- libnvdimm, pfn: Pad pfn namespaces relative to other regions
(bnc#1012628).
- cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()
(bnc#1012628).
- mac80211_hwsim: Timer should be initialized before device
registered (bnc#1012628).
- mac80211: fix GFP_KERNEL under tasklet context (bnc#1012628).
- mac80211: Clear beacon_int in ieee80211_do_stop (bnc#1012628).
- mac80211: ignore tx status for PS stations in
ieee80211_tx_status_ext (bnc#1012628).
- mac80211: fix reordering of buffered broadcast packets
(bnc#1012628).
- mac80211: ignore NullFunc frames in the duplicate detection
(bnc#1012628).
- HID: quirks: fix RetroUSB.com devices (bnc#1012628).
- Update config files.
- commit 2f28da6
- Refresh
patches.rpmify/x86-build-Fix-compiler-support-check-for-CONFIG_RETP.patch.
Update upstream status.
- commit ceaabb8
==== libassuan ====
- qemu-disable-fdpassing-test.patch: remove
==== libinput ====
Version update (1.12.3 -> 1.12.4)
Subpackages: libinput-udev libinput10
- Update to new upstream release 1.12.4
* Three hardware-specific quirks for the HP Spectre x360
(touchpad pressure thresholds), the Macbook Pro 11,2 (palm
thresholds) and the Lenovo T480s (missing
INPUT_PROP_BUTTONPAD) were added.
==== libmtp ====
Subpackages: libmtp-udev libmtp9
- Small packaging cleanup
==== libyui-qt-pkg ====
Version update (2.45.24 -> 2.45.25)
- Make icons pop out from any background (boo#1115949)
- 2.45.25
==== llvm ====
Version update (6.0.1 -> 7.0.0)
- Update to llvm 7.0.0
* For details, see the release notes:
https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.h…
https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html
==== llvm4 ====
Subpackages: clang4-checker libLLVM4 libclang4
- Use %license macro
- Use upstream-recommended %{_rpmconfigdir}/macros.d directory
for the rpm macros.
==== llvm6 ====
Subpackages: libLLVM6 libclang6
- Use %license macro
- Use upstream-recommended %{_rpmconfigdir}/macros.d directory
for the rpm macros.
==== llvm7 ====
Subpackages: libc++-devel libc++1 libc++abi-devel libc++abi1
- Use %license macro
- Use upstream-recommended %{_rpmconfigdir}/macros.d directory
for the rpm macros.
==== multipath-tools ====
Version update (0.7.9+58+suse.0790830 -> 0.7.9+85+suse.766b95e)
Subpackages: kpartx
- Update to version 0.7.9+85+suse.766b95e:
* upstream patch series to make verbosity level 3
less verbose and thus better usable (bsc#1118937)
* fix for handling device size mismatch in coalesce_paths()
(bsc#1037379)
* libmultipath: fix false removes in dmevents polling code
(bsc#1116272)
* Spec file: remove build dependency on dracut which causes
build errors for some distributions
==== openldap2 ====
Version update (2.4.46 -> 2.4.47)
Subpackages: libldap-2_4-2 libldap-2_4-2-32bit libldap-data openldap2-client openldap2-devel
- Update to upstream release 2.4.47
- Removed obsolete patches:
* 0006-No-Build-date-and-time-in-binaries.dif
(upstream now uses SOURCE_DATE_EPOCH for reproducable builds)
* 0012-ITS8051-sockdnpat.patch
* 0014-ITS-8714-Send-out-EXTENDED-operation-message-from-back-sock.patch
OpenLDAP 2.4.47 Release (2018/12/19)
Added slapd-sock DN qualifier for subtrees to be processed (ITS#8051)
Added slapd-sock ability to send extended operations to external listeners (ITS#8714)
Fixed liblber to avoid incremental access to user-supplied bv in dupbv (ITS#8752)
Fixed libldap dn to domain parsing with bad input (ITS#8842)
Fixed slapd slapcat to correctly honor -g option (ITS#8667)
Fixed slapd to correctly handle NO_SUCH_OBJECT with dynamic groups (ITS#8923)
Fixed slapd to check status of rdnNormalize (ITS#8932)
Fixed slapd cn=config when modifying slapo-syncprov config (ITS#8616)
Fixed slapd sasl authz-policy "all" behavior (ITS#8909)
Fixed slapd sasl minor typo (ITS#8918)
Fixed slapd to correctly hide hidden DBs in the rootDSE (ITS#8912)
Fixed slapd domainScope control to match Microsoft specification (ITS#8840)
Fixed slapd-bdb/hdb/mdb to not convert certain IDLs to ranges (ITS#8868)
Fixed slapo-accesslog deadlock during cleanup (ITS#8752)
Fixed slapo-memberof cn=config modifications (ITS#8663)
Fixed slapo-ppolicy with multimaster replication (ITS#8927)
Fixed slapo-syncprov with NULL modlist (ITS#8843)
Build Environment
Added slapd reproducible build support (ITS#8928)
Fixed missing includes with OpenSSL 1.0.2 (ITS#8809)
Contrib
Fixed slapo-pbkdf2 hash generation (ITS#8878)
Documentation
admin24 fixed minor typo (ITS#8887)
==== osinfo-db ====
- Add correct release date for SLE12-SP4
add-sle12sp4-support.patch
==== postfix ====
Subpackages: postfix-doc
- binary hardening: link with full RELRO
==== protobuf ====
Subpackages: libprotobuf-lite17 libprotobuf17
- Add maven pom files to the protobuf-java package
==== python-PySocks ====
- Remove superfluous devel dependency for noarch package
==== python-Pygments ====
- Remove superfluous devel dependency for noarch package
==== python-SecretStorage ====
- Remove superfluous devel dependency for noarch package
==== python-base ====
Subpackages: libpython2_7-1_0 libpython2_7-1_0-32bit python-xml
- Use upstream-recommended %{_rpmconfigdir}/macros.d directory
for the rpm macros.
==== python-ipaddr ====
- Remove superfluous devel dependency for noarch package
==== python-ndg-httpsclient ====
- Remove superfluous devel dependency for noarch package
==== python-parso ====
- Remove superfluous devel dependency for noarch package
==== python-passlib ====
- Use noun phrase in summary. Trim filler wording from description.
- Remove superfluous devel dependency for noarch package
==== python-rpm-macros ====
- Use upstream-recommended %{_rpmconfigdir}/macros.d directory
for the rpm macros.
- Include license and readme.
==== python-urlgrabber ====
- Remove superfluous devel dependency for noarch package
==== qqc2-desktop-style ====
Version update (5.52.0 -> 5.53.0)
- Update to 5.53.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.53.0.php
- Changes since 5.52.0:
* consistent sizing of item compared to QWidgets
* emit activated
* same behavior as qwidgets comboboxes
* fix Menu sizing
* default values for ToolTip
* proper line widths
* make sure flickables are pixelAligned
* Fix compilation
* Support for QGuiApplication-based apps (kde#396287)
* touchscreen text controls
* Size according to specified icon width and height
* Honor flat property of buttons
* Remove qt include prefix
* Fix issue where there's only one element on the menu
==== systemd-presets-common-SUSE ====
- Eanble new mdadm timers mdcheck_start.timer and mdmonitor-oneshot.timer
(bsc#1115407)
==== tracker ====
Subpackages: libtracker-common-2_0 libtracker-control-2_0-0 libtracker-miner-2_0-0 libtracker-sparql-2_0-0 tracker-lang typelib-1_0-Tracker-2_0 typelib-1_0-TrackerControl-2_0
- Extend tracker-sqlte-3.25-rename-tables.patch with two more
commits:
+ libtracker-data: Update FTS if base tables were altered
+ libtracker-data: Reset property table name on cardinality
changes
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
4
3

[opensuse-factory] Making a better experience installing TW on a 4K / Optimus laptop
by Michael Pujos 22 Apr '19
by Michael Pujos 22 Apr '19
22 Apr '19
This message details my experience installing TW on a 4K / Optimus laptop,
namely a Lenovo ThinkPad P72 with Intel UHD 630 / Quadro P600.
I'd like to hopefully spark a discussion on how to possibly make it
better from the POV
of a proverbial "new Linux user" that would want to install TW on such
laptop.
I used the current TW net-install image as of today written on a USB drive.
There are 2 separate pain points here: 4K and Optimus.
1. 4K
The issue is text too small and really hard to read. It is even more
problematic on a laptop due to the
very high pixel density.
a. the installer first starts GRUB in native 4K, thus with super small text.
This is only (somewhat) problematic if you have to edit the config.
To address small text, would it not be better for configure GRUB to
always start in a sane resolution
such as 800x600 ?
There is another (smaller) issue: key presses are very delayed (like 2s
between keys!).
b. after GRUB and before the installer switches to Xorg, the linux
console takes over, again in 4K with a super hard to read font.
This transfers over to ncurses (which asks for the WiFi SSID and
password). If you need to spend some time in the various ncurses
installer options (for example to start a shell)
or switch to a virtual console (to check installer / kernel logs), it is
super painful to read. And I'm not even talking about doing a text only
install which is almost impossible to do.
Not sure how this can fixed.
Bonus: it would be nice to have mouse support in ncurses, with the
installer loading gpm. Mostly useful for full text install though.
2. Optimus
Assuming, laptop boots into Optimus mode (that is, with 2 graphic
cards), Xorg will start with a blackscreen. The reason is that nouveau does
not work at all in an Optimus setup. Booting with the nouveau module
blacklisted results in Xorg failing to start and the installer falling back
to text installation, but then you have the 4K issue and if you are
brave enough to go for that text install, Xorg will still not start
properly as well on reboot.
The only way to have the graphical installer starting is by enabling
"Discrete only" in BIOS to have a single video card, the NVIDIA card.
This make nouveau not explode.
It would be very nice to have the installer 'just work' in Optimus mode,
although this is tricky.
The installer would have to detect that situation (Optimus) and:
- unload the nouveau module
- make sure Xorg does not try to load the nouveau driver
- start Xorg with the proper BusID for the Device associated to the
Intel card. Xorg is unable to determine it by itself and will fail to
start if the proper BusID is not specified.
=> That way Xorg will start properly using the modesetting driver.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
3
3

18 Apr '19
Hi,
Short version:
KDE4 is dead and will be removed shortly from openSUSE Factory.
Qt4 is dead and shall be removed as soon as possible from openSUSE Factory.
Long version:
The last kdelibs version was released in 2017 and is no longer maintained,
Qt4 is also no longer maintained upstream.
To avoid keeping zombies with security issues, it's time to kill the kdelibs4
based packages but also the Qt4 based ones.
A couple delete requests for KDE4 packages are currently being processes and
more will follow.
kdelibs4 will be the last one to go and after that, we'll remove packages not
present in Leap from the KDE: tree.
Qt4's fate shall be the same. If you maintain packages still using Qt4, please
check if Qt5-based versions exist, if the Qt dependency is mandatory and/or if
these packages are still useful.
Thanks,
The KDE team.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
26
55

02 Apr '19
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
ceph (14.1.0.559+gf1a72cff25 -> 14.2.0.300+gacd2f2b9e1)
checkpolicy (2.8 -> 2.9)
cronie
exim (4.91 -> 4.92)
fftw3 (3.3.6 -> 3.3.8)
fuse
google-noto-fonts
gpg2 (2.2.13 -> 2.2.14)
grub2
kernel-source (5.0.2 -> 5.0.3)
libglvnd (1.1.0 -> 1.1.1)
libgpg-error (1.35 -> 1.36)
libselinux (2.8 -> 2.9)
libselinux-bindings (2.8 -> 2.9)
libsemanage (2.8 -> 2.9)
libsepol (2.8 -> 2.9)
libssh2_org (1.8.0 -> 1.8.1)
patterns-xfce
perl-Text-CSV_XS (1.37 -> 1.39)
policycoreutils (2.8 -> 2.9)
python-semanage (2.8 -> 2.9)
strace (4.26 -> 5.0)
suse-module-tools (15.1.11 -> 15.1.13)
vlc
webkit2gtk3
=== Details ===
==== ceph ====
Version update (14.1.0.559+gf1a72cff25 -> 14.2.0.300+gacd2f2b9e1)
Subpackages: librados2 librbd1
- Update to 14.2.0-300-gacd2f2b9e1:
+ spec/ceph-mgr: drop "Recommends: ceph-mgr-ssh"
+ cmake: empty INSTALL_RPATH for libceph_crypto_openssl.so (boo#1129921)
- Update to 14.2.0-296-g063d979413:
+ rebase on top of upstream nautilus branch, SHA1 3a54b2b6d167d4a2a19e003a705696d4fe619afc
* upstream Nautilus 14.2.0 (stable) release
release notes: http://docs.ceph.com/docs/master/releases/nautilus/
+ rpm: fix "rhel <= 7" conditional (bsc#1129595)
+ rpm: refrain from building ceph-resource-agents on SLE (bsc#1129597)
- Update to 14.1.1-457-g1411dbed54:
+ rebase on top of upstream nautilus branch, SHA1 98653b3db92f69023cb62526791d4d9aa5d6ec23
* upstream Nautilus 14.1.1 (RC2) release
* mgr: Fix broken get_localized_module_option function (bsc#1127342)
* spec: ceph-osd gets new runtime dependency, libstoragemgmt
+ dashboard: Update downstream branding (bsc#1129224)
+ spec: build ceph-test package on x86_64 arch only (bsc#1129274)
==== checkpolicy ====
Version update (2.8 -> 2.9)
- Update to version 2.9
* Add option to sort contexts when creating a binary policy
* Update manpage
* check the result value of hashtable_search
* destroy the class datum if it fails to initialize
* remove extraneous policy build noise
==== cronie ====
Subpackages: cron
- update to 1.5.3
* Fix CVE-2019-9704 [bnc#1128937] and CVE-2019-9705 [bnc#1128935]
to avoid local DoS of the crond
* crontab: Make crontab without arguments fail
* crond: In PAM configuration include system-auth instead of
password-auth
* crond: In the systemd service file restart crond if it fails
* crond: Use the role from the crond context for system job
contexts
* Multiple small cleanups and fixes.
- refresh cronie-nheader_lines.diff and cronie-pam_config.diff
==== exim ====
Version update (4.91 -> 4.92)
- update to exim 4.92
* ${l_header:<name>} expansion
* ${readsocket} now supports TLS
* "utf8_downconvert" option (if built with SUPPORT_I18N)
* "pipelining" log_selector
* JSON variants for ${extract } expansion
* "noutf8" debug option
* TCP Fast Open support on MacOS
- add workaround patch for compile time error on missing printf
format annotation (gnu_printf.patch)
==== fftw3 ====
Version update (3.3.6 -> 3.3.8)
Subpackages: libfftw3-3 libfftw3_threads3
- Update to 3.3.8:
* Fixed AVX, AVX2 for gcc-8.
- Release notes for 3.3.7:
* Experimental support for CMake.
* Fixes for armv7a cycle counter.
* Official support for aarch64, now that we have hardware to test it.
* Tweak usage of FMA instructions in a way that favors newer processors
(Skylake and Ryzen) over older processors (Haswell).
* tests/bench: use 64-bit precision to compute mflops.
==== fuse ====
Subpackages: libfuse2
- Use %make_build in order to provide verbose output.
==== google-noto-fonts ====
Subpackages: google-noto-fonts-doc noto-coloremoji-fonts noto-sans-fonts
- Changed dependecy status of doc sub-package from Required to
Recommended because fonts load just fine without it.
==== gpg2 ====
Version update (2.2.13 -> 2.2.14)
Subpackages: gpg2-lang
- 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
==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi grub2-x86_64-xen
- 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
==== kernel-source ====
Version update (5.0.2 -> 5.0.3)
Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms kernel-vanilla
- Do not provide kernel-default-srchash from kernel-default-base.
- commit d6c71ce
- rpm/kernel-subpackage-build: handle arm kernel zImage.
- commit 81a63c3
- config: disable IMA_ARCH_POLICY for now
When IMA_ARCH_POLICY was enabled during the 5.0-rc* stage, IMA causes
kdump load to fail:
kexec_file_load failed: Permission denied
ima: impossible to appraise a kernel image without a file descriptor; try using kexec_file_load syscall.
We have to fix kexec tooling before enabling IMA for everyone.
BTW IMA_APPRAISE_BOOTPARAM was disabled by IMA_ARCH_POLICY=y. So
restore the original state (and functionality).
- commit 3fe0cfc
- rpm/kernel-source.changes.old: Really drop old changelogs (bsc#1098995)
- commit 9e463cf
- config: disable BPFILTER_UMH on arm (bsc#1127188).
- commit a705565
- Linux 5.0.3 (bnc#1012628).
- drm: Block fb changes for async plane updates (bnc#1012628).
- It's wrong to add len to sector_nr in raid10 reshape twice
(bnc#1012628).
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
(bnc#1012628).
- perf/x86/intel: Fix memory corruption (bnc#1012628).
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
X514-51T with ALC255 (bnc#1012628).
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
headphone (bnc#1012628).
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
ALC294 (bnc#1012628).
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
(bnc#1012628).
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
- ALSA: firewire-motu: fix construction of PCM frame for capture
direction (bnc#1012628).
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
I/O against Liquid Saffire 56 (bnc#1012628).
- perf/x86: Fixup typo in stub functions (bnc#1012628).
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
(bnc#1012628).
- net: sched: flower: insert new filter to idr after setting
its mask (bnc#1012628).
- vsock/virtio: fix kernel panic from
virtio_transport_reset_no_sock (bnc#1012628).
- net: hns3: fix to stop multiple HNS reset due to the AER changes
(bnc#1012628).
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
ports (bnc#1012628).
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
- net/mlx4_core: Fix locking in SRIOV mode when switching between
events and polling (bnc#1012628).
- net/mlx4_core: Fix reset flow when in command polling mode
(bnc#1012628).
- vxlan: test dev->flags & IFF_UP before calling
gro_cells_receive() (bnc#1012628).
- vxlan: Fix GRO cells race condition between receive and link
delete (bnc#1012628).
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
- tcp: Don't access TCP_SKB_CB before initializing it
(bnc#1012628).
- tcp: do not report TCP_CM_INQ of 0 for closed connections
(bnc#1012628).
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
- rxrpc: Fix client call queueing, waiting for channel
(bnc#1012628).
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
fix a race (bnc#1012628).
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
(bnc#1012628).
- net/x25: reset state in x25_connect() (bnc#1012628).
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
- net: sit: fix UBSAN Undefined behaviour in check_6rd
(bnc#1012628).
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
- lan743x: Fix TX Stall Issue (bnc#1012628).
- lan743x: Fix RX Kernel Panic (bnc#1012628).
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
- gro_cells: make sure device is up in gro_cells_receive()
(bnc#1012628).
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
(bnc#1012628).
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
- commit 843d1cc
- config: armv6hl: Update to v5.0.2
- commit a2d3030
- config: armv7hl: Update to v5.0.2
- commit 70aaed6
- Trim build dependencies of sample subpackage spec file (FATE#326579,
jsc#SLE-4117, jsc#SLE-3853, bsc#1128910).
- commit 2eae420
- cifs: Fix NULL pointer dereference of devname (bnc#1129519).
- commit 018878b
- config: enable RANDOM_TRUST_CPU
The outcome from mailing list discussion when this config option
appeared was that it makes more sense to enable it by default and let
those who do not trust their CPU override it on command line; but then
I forgot to actually change the value.
- commit 138b5df
- Update config files: disable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (bsc#1127552)
The deferred fbcon takeover makes little sense with the current openSUSE
boot setup, and it's harmful (more glitches, etc). Disable it for now.
- commit 14fa903
- Remove the previous subpackage infrastructure.
This partially reverts commit 9b3ca32c11854156b2f950ff5e26131377d8445e
("Add kernel-subpackage-build.spec (FATE#326579).")
- commit a5ee24e
- Add sample kernel-default-base spec file (FATE#326579, jsc#SLE-4117,
jsc#SLE-3853, bsc#1128910).
- commit 35c4a52
==== libglvnd ====
Version update (1.1.0 -> 1.1.1)
Subpackages: libglvnd-32bit
- Update to release 1.1.1
* Fixed a potential race condition with entrypoint patching
* Fixed the TSD dispatch stubs for PPC64LE
* Fixed a segfault when generating GLX dispatch stubs for AARCH64
==== libgpg-error ====
Version update (1.35 -> 1.36)
Subpackages: libgpg-error0 libgpg-error0-32bit
- Update to 1.36:
* Two new error codes to better support PIV cards
* Support armv7a-unknown-linux-gnueabihf
==== libselinux ====
Version update (2.8 -> 2.9)
Subpackages: libselinux1 libselinux1-32bit selinux-tools
- Update to version 2.9
* Add security_reject_unknown(3) man page
* Change matchpathcon usage to match with matchpathcon manpage
* Do not define gettid() if glibc >= 2.30 is used
* Fix RESOURCE_LEAK defects reported by coverity scan
* Fix line wrapping in selabel_file.5
* Do not dereference symlink with statfs in selinux_restorecon
* Fix overly strict validation of file_contexts.bin
* Fix selinux_restorecon() on non-SELinux hosts
* Fix the whatis line for the selinux_boolean_sub.3 manpage
* Fix printf format string specifier for uint64_t
* Fix handling of unknown classes/perms
* Set an appropriate errno in booleans.c
- Dropped python3.patch, is now upstream
==== libselinux-bindings ====
Version update (2.8 -> 2.9)
- Update to version 2.9
* Add security_reject_unknown(3) man page
* Change matchpathcon usage to match with matchpathcon manpage
* Do not define gettid() if glibc >= 2.30 is used
* Fix RESOURCE_LEAK defects reported by coverity scan
* Fix line wrapping in selabel_file.5
* Do not dereference symlink with statfs in selinux_restorecon
* Fix overly strict validation of file_contexts.bin
* Fix selinux_restorecon() on non-SELinux hosts
* Fix the whatis line for the selinux_boolean_sub.3 manpage
* Fix printf format string specifier for uint64_t
* Fix handling of unknown classes/perms
* Set an appropriate errno in booleans.c
- Dropped python3.patch, is now upstream
==== libsemanage ====
Version update (2.8 -> 2.9)
Subpackages: libsemanage-migrate-store libsemanage1
- Update to version 2.9
* Always set errno to 0 before calling getpwent()
* Include user name in ROLE_REMOVE audit events
* genhomedircon - improve handling large groups
* improve semanage_migrate_store import failure
* reset umask before creating directories
* set selinux policy root around calls to selinux_boolean_sub
* use previous seuser when getting the previous name
==== libsepol ====
Version update (2.8 -> 2.9)
- Update to version 2.9
* Add two new Xen initial SIDs
* Check that initial sid indexes are within the valid range
* Create policydb_sort_ocontexts()
* Eliminate initial sid string definitions in module_to_cil.c
* Rename kernel_to_common.c stack functions
* add missing ibendport port validity check
* destroy the copied va_list
* do not call malloc with 0 byte
* do not leak memory if list_prepend fails
* do not use uninitialized value for low_value
* fix endianity in ibpkey range checks
* ibpkeys.c: fix printf format string specifiers for subnet_prefix
* mark permissive types when loading a binary policy
==== libssh2_org ====
Version update (1.8.0 -> 1.8.1)
- Version update to 1.8.1:
Bug Fixes:
* [bsc#1128471, CVE-2019-3855] Integer overflow when reading a specially
crafted packet
* [bsc#1128493, CVE-2019-3863] Integer overflow in userauth_keyboard_interactive
with a number of extremely long prompt strings
* [bsc#1128472, CVE-2019-3856] Integer overflow if the server sent an extremely
large number of keyboard prompts
* [bsc#1128490, CVE-2019-3861] Out of bounds read when processing a specially
crafted packet
* [bsc#1128474, CVE-2019-3857] Integer overflow when receiving a specially
crafted exit signal message channel packet
* [bsc#1128492, CVE-2019-3862] Out of bounds read when receiving a specially
crafted exit status message channel packet
* [bsc#1128476, CVE-2019-3858] Zero byte allocation when reading a specially
crafted SFTP packet
* [bsc#1128481, CVE-2019-3860] Out of bounds reads when processing specially
crafted SFTP packets
* [bsc#1128480, CVE-2019-3859] Out of bounds reads in _libssh2_packet_require(v)
==== patterns-xfce ====
Subpackages: patterns-xfce-xfce patterns-xfce-xfce_basis patterns-xfce-xfce_laptop patterns-xfce-xfce_office
- recommend gcr-ssh-askpass (bnc#1108381)
==== perl-Text-CSV_XS ====
Version update (1.37 -> 1.39)
- update to 1.39
1.39 - 2019-03-15, H.Merijn Brand
* It's 2019
* Fix tests to skip on Encode failing (PR#17 charsbar + klapperl)
* Tested on Z/OS (s390x - Hercules) :)
* Test with new Module::CPANTS::Analyse
* Add options -w/-b/-Z to csvdiff
* Fix strict on streaming EOF
* Now also tested with cperl
1.38 - 2018-12-30, H.Merijn Brand
* Name the duplicate headers on error 1013
* Add missing attributes to default list (doc only, David H. Gutteridge)
* Add support for combined keys
* Look at $NO_COLOR for csvdiff
* Add support for key-value pair
==== policycoreutils ====
Version update (2.8 -> 2.9)
Subpackages: policycoreutils-lang python3-policycoreutils
- Update to version 2.9
* secon: free scon_trans before returning
* audit2allow/sepolgen-ifgen: show errors on stderr
* audit2allow: allow using audit2why as non-root user
* chcat: use check_call instead of getstatusoutput
* restorecon: add force option
* semanage module: Fix handling of -a/-e/-d/-r options
* semanage/seobject: Fix listing boolean values
* semanage: Drop python shebang from seobject.py
* semanage: Fix logger class definition
* semanage: Include MCS/MLS range when exporting local customizations
* semanage: Load a store policy and set the store SELinux policy root
* semanage: Start exporting "ibendport" and "ibpkey" entries
* semanage: Stop logging loginRecords changes
* semanage: Stop rejecting aliases in semanage commands
* semanage: Use standard argparse.error() method in handlePermissive
* semanage: do not show "None" levels when using a non-MLS policy
* semanage: import sepolicy only when it's needed
* semanage: move valid_types initialisations to class constructors
* sepolgen: close /etc/selinux/sepolgen.conf after parsing it
* sepolgen: fix access vector initialization
* sepolgen: fix refpolicy parsing of "permissive"
* sepolgen: print all AV rules correctly
* sepolgen: refpolicy installs its Makefile in include/Makefile
* sepolgen: return NotImplemented instead of raising it
* sepolgen: silence linter warning about has_key
* sepolgen: use self when accessing members in FilesystemUse
* sepolicy: Add sepolicy.load_store_policy(store)
* sepolicy: Make policy files sorting more robust
* sepolicy: Stop rejecting aliases in sepolicy commands
* sepolicy: Update to work with setools-4.2.0
* sepolicy: add missing % in network tab help text
* sepolicy: initialize mislabeled_files in __init__()
* sepolicy: search() also for dontaudit rules
* add xperms support to audit2allow
* replace aliases with corresponding type names
- Dropped python3.patch, upstream now
==== python-semanage ====
Version update (2.8 -> 2.9)
- Update to version 2.9
* Always set errno to 0 before calling getpwent()
* Include user name in ROLE_REMOVE audit events
* genhomedircon - improve handling large groups
* improve semanage_migrate_store import failure
* reset umask before creating directories
* set selinux policy root around calls to selinux_boolean_sub
* use previous seuser when getting the previous name
==== strace ====
Version update (4.26 -> 5.0)
- Update to strace 5.0
* Changes in behavior
* -D option now implies -I4
* Diagnostic message is no longer printed if an attempt to restart a process
has failed with ESRCH.
* ASCII dump no longer tries to read the whole buffer at once.
* Improvements
* Changed the way tracees are handled: all pending tracees are now waited for
before further processing, this improves fairness of tracee processing.
* Enhanced xlat styles support configured by -X option.
* Enhanced decoding of bpf syscall.
* Enhanced pid formatting in strace-log-merge output.
* Wired up kexec_file_load and rseq syscalls on aarch64, arc, metag, nios2,
or1k, riscv, and tile architectures.
* Updated lists of BPF_*, BTRFS_*, FAN_*, IFLA_*, KERN_*, KVM_CAP_*, NDA_*,
NETNSA_*, NT_*, PR_*, REL_*, SECCOMP_*, SCTP_*, UDP_*, V4L2_*, and *_MAGIC
constants.
* Updated lists of ioctl commands from Linux 5.0.
* Bug fixes
* Fixed ordering of sockaddr_in6 fields.
* Fixed strace-k test on alpha.
* Fixed build on mips o32.
* Fixed build on NOMMU architectures.
* Fixed build in --with-libiberty=yes mode.
* Fixed potential NULL dereference during printing of line continuation
for syscalls that haven't been decoded.
* Fixed strace-log-merge error diagnostics.
==== suse-module-tools ====
Version update (15.1.11 -> 15.1.13)
- Update to version 15.1.13:
* spec file: add conflicts for dracut < 44.2 (bsc#1127891)
- Update to version 15.1.12 (git 1ab0b84):
* modprobe.conf.common: add csiostor->cxgb4 dependency
(bsc#1100989)
* Load fbcon together with virtio_gpu on s390 (bsc#1121996,
fate#327159)
==== vlc ====
Subpackages: libvlc5 libvlccore9 vlc-codec-gstreamer vlc-lang vlc-noX vlc-qt vlc-vdpau
- Add vlc-libssh2-ECDSA-version.patch: sftp: fix version for ECDSA
known hosts (fixes vlc#22060).
- Add conditional pkgconfig(dav1d) BuildRequires: build av1
decoding via dav1d decoder.
==== webkit2gtk3 ====
Subpackages: libjavascriptcoregtk-4_0-18 libwebkit2gtk-4_0-37 libwebkit2gtk3-lang typelib-1_0-JavaScriptCore-4_0 typelib-1_0-WebKit2-4_0 webkit2gtk-4_0-injected-bundles
- Disable openjpeg on SLE 12. Our version isn't new enough.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
5
5
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&version=15.1&bui…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Distribution&q…
When you reply to discuss some issues, make sure to change the subject.
Please use the test plan at
https://docs.google.com/spreadsheets/d/1AGKijKpKiJCB616-bHVoNQuhWHpQLHPWCb3…
to record your testing efforts and use bugzilla to report bugs.
Packages changed:
NetworkManager
aaa_base
apache2
bc
ceph (14.1.0.559+gf1a72cff25 -> 14.2.0.300+gacd2f2b9e1)
cyrus-sasl
desktop-translations (84.87.20190305.22ea2626 -> 84.87.20190314.58da68e1)
digikam (5.9.0 -> 6.0.0)
exo
firewalld
ghostscript
glib2
ibus-table-chinese (1.8.2 -> 1.8.3~pre.1531454400.f1f6a33)
kdump (0.8.16 -> 0.9.0)
kernel-source
kipi-plugins
libgxps
libjpeg-turbo
libqt5-qtbase
libstorage-ng (4.1.101 -> 4.1.102)
libvirt
libx86emu (2.1 -> 2.2)
mutter
open-vm-tools
openssl-1_0_0
openssl-1_1
patterns-base
patterns-xfce
plasma5-pk-updates
plasma5-workspace
polkit-default-privs
remmina (1.3.2 -> 1.3.4)
rsyslog
systemd-presets-common-SUSE
unzip
vlc
xf86-input-wacom
xfce4-panel-plugin-whiskermenu (2.3.1 -> 2.3.2)
yast2 (4.1.65 -> 4.1.66)
yast2-network (4.1.43 -> 4.1.44)
yast2-trans (84.87.20190309.125b762b7d -> 84.87.20190322.b16b39e213)
=== Details ===
==== NetworkManager ====
Subpackages: NetworkManager-lang libnm-glib-vpn1 libnm-glib4 libnm-util2 libnm0 typelib-1_0-NM-1_0 typelib-1_0-NMClient-1_0 typelib-1_0-NetworkManager-1_0
- 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
==== aaa_base ====
Subpackages: aaa_base-extras aaa_base-malloccheck
- 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)
==== apache2 ====
Subpackages: apache2-doc apache2-example-pages apache2-prefork apache2-utils
- added patches
fix https://github.com/icing/mod_h2/issues/167 [bsc#1125965]
+ apache2-mod_http2-issue-167.patch
==== bc ====
- added patches
Correct return value after 'q' [bsc#1129038]
+ bc-dc-correct-return-value.patch
==== ceph ====
Version update (14.1.0.559+gf1a72cff25 -> 14.2.0.300+gacd2f2b9e1)
Subpackages: librados2 librbd1
- Update to 14.2.0-300-gacd2f2b9e1:
+ spec/ceph-mgr: drop "Recommends: ceph-mgr-ssh"
+ cmake: empty INSTALL_RPATH for libceph_crypto_openssl.so (boo#1129921)
- Update to 14.2.0-296-g063d979413:
+ rebase on top of upstream nautilus branch, SHA1 3a54b2b6d167d4a2a19e003a705696d4fe619afc
* upstream Nautilus 14.2.0 (stable) release
release notes: http://docs.ceph.com/docs/master/releases/nautilus/
+ rpm: fix "rhel <= 7" conditional (bsc#1129595)
+ rpm: refrain from building ceph-resource-agents on SLE (bsc#1129597)
- Update to 14.1.1-457-g1411dbed54:
+ rebase on top of upstream nautilus branch, SHA1 98653b3db92f69023cb62526791d4d9aa5d6ec23
* upstream Nautilus 14.1.1 (RC2) release
* mgr: Fix broken get_localized_module_option function (bsc#1127342)
* spec: ceph-osd gets new runtime dependency, libstoragemgmt
+ dashboard: Update downstream branding (bsc#1129224)
+ spec: build ceph-test package on x86_64 arch only (bsc#1129274)
==== cyrus-sasl ====
Subpackages: cyrus-sasl-32bit cyrus-sasl-crammd5 cyrus-sasl-crammd5-32bit cyrus-sasl-digestmd5 cyrus-sasl-digestmd5-32bit cyrus-sasl-gssapi cyrus-sasl-gssapi-32bit cyrus-sasl-plain cyrus-sasl-plain-32bit libsasl2-3 libsasl2-3-32bit
- 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
==== desktop-translations ====
Version update (84.87.20190305.22ea2626 -> 84.87.20190314.58da68e1)
- Update to version 84.87.20190314.58da68e1:
* Translated using Weblate (Catalan)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Czech)
* Translated using Weblate (Danish)
* Translated using Weblate (Dutch)
* Translated using Weblate (Finnish)
* Translated using Weblate (French)
* Translated using Weblate (Galician)
* Translated using Weblate (German)
* Translated using Weblate (Korean)
* Translated using Weblate (Lithuanian)
* Translated using Weblate (Russian)
* Translated using Weblate (Slovak)
* Translated using Weblate (Spanish)
==== digikam ====
Version update (5.9.0 -> 6.0.0)
Subpackages: digikam-lang showfoto
- Update to 6.0.0
* https://www.digikam.org/news/2019-02-10-6.0.0_release_announcement/
- New features (from NEWS):
ImageEditor : Add Web services Import and Export tools.
Showfoto : Add Web services Import and Export tools.
LightTable : Add Web services Import and Export tools.
Database : Similarity database has been moved to a dedicated file
to not bloat core database with computed finger-prints.
This will speed-up query in core database in case of
Similarity feature is used.
Database : New video metadata parser based on ffmpeg to populate
database.
Search : Add video support to find files based on properties
registered on database.
General : Add new Exiv2 0.27 support.
General : Add new Lensfun 0.4 support.
General : Use DrMinGW has crash handler under Windows.
General : Port all export/import tool to OAuth2 authentification.
General : New tool to adjust quickly time and date information
from items. Tool will be available in AlbumView,
ImageEditor, LightTable, and Showfoto.
General : New function to group images by timelapse / burst
General : New tool to export to Pinterest social network.
General : New tool to export to OneDrive webservice.
General : New tool to export to Box webservice.
General : New tool to export to Ipfs webservice.
General : All bundles use last Lenfun 0.3.95 to process
automatic lens correction.
General : Add QWebEngine support.
General : Fix all Krazy static analyzer reports.
General : Update internal Libraw to last 0.19.2.
New camera supported:
* Apple: Phone 8, iPhone 8 plus, iPhone X
* BlackMagic: URSA Mini 4k, URSA Mini 4.6k, URSA Mini Pro 4.6k
* Canon: PowerShot A410, A540, D10, ELPH 130 IS, ELPH 160 IS,
SD750, SX100 IS,SX130 IS, SX160 IS, SX510 HS,
SX10 IS, IXUS 900Ti, PowerShot G1 X Mark III,
G9 X Mark II, EOS 6D Mark II, EOS 77D, EOS 200D,
EOS 800D, EOS M6, EOS M100
* Casio: EX-ZR4100/5100
* DJI: Phantom4 Pro/Pro+, Zenmuse X5, Zenmuse X5R
* FujiFilm: S6500fd, GFX 50S, X100f, X-A3, X-A5, X-A10, X-A20,
X-E3, X-H1, X-T20
* Hasselblad: H6D-100c, A6D-100c
* Huawei: P9 (EVA-L09/AL00), Honor6a, Honor9, Mate10 (BLA-L29)
* Leica: CL, M10, TL2
* LG: V20 (F800K), VS995
* Nikon: D850, D5600, D7500, Coolpix B700
* Olympus: E-PL9, E-M10 Mark III, TG-5
* OnePlus: A3303, A5000
* Panasonic: DMC-FZ45, DMC-FZ72, DC-FZ80/82, DC-G9 (std. res mode only),
DC-GF10/GF90, DC-GH5, DC-GX9, DC-GX800/850/GF9,
DMC-LX1, DC-ZS70 (DC-TZ90/91/92, DC-T93),
DC-TZ100/101/ZS100, DC-TZ200/ZS200
* PARROT: Bebop 2, Bebop Drone
* Pentax: KP
* PhaseOne: IQ3 100MP Trichromatic
* Samsung: Galaxy Nexus, Galaxy S3, S6 (SM-G920F), S7, S7 Edge,
S8 (SM-G950U)
* Sony: A7R III, A9, DSC-RX0, DSC-RX10IV
* Yi: M1
* YUNEEC: CGO3, CGO3P
* Xiaoyi: YIAC3 (YI 4k)
Collection : Add tool button to update an existing collection to the new
drive or path.
Tags : Add possibility to merge tags by drag & drop.
IconView : Add capability to re-organize the contents manually.
IconView : Add capability to separate the contents by month.
HTML Gallery : New Vanilla theme to emulate export to HTML from Adobe LightRoom.
HTML Gallery : New Blue Frame theme.
HTML Gallery : New Kiosk-Mode theme.
- 630 bugs fixed
- Drop patches merged upstream:
* Add-QtWebEngine-support.patch
* fix-black-Welcome-page-by-clicking-on-a-link.patch
* add-support-for-Exiv2-0.27.patch
* be-compatible-with-backward-0.26.patch
* adjust-find-cmake-script-to-exiv2-0.27-RC1.patch
* first-patch-to-be-compatible-with-Exiv2-0.27.patch
* f27ab9c1051bd0a0.patch
* fix-compile.patch
- Drop docs subpackage, docs are no longer included
- Drop kipi-plugins subpackage, no longer included
- Drop patch for kipi-plugins that's no longer relevant:
* 0002-Revert-replace-obsolete-qSort-function.patch
- Drop 0001-Revert-replace-obsolete-qSort-function.patch and build
with gcc7 on Leap 42.3 instead
- Refresh Lower-minimum-exiv2-version.patch
- Remove kipi-plugins requirement, digikam doesn't use libkipi
anymore
- Recommend enblend-enfuse and hugin (previously recommended by
kipi-plugins), needed for certain functionality in digikam
- Update/cleanup build requirements
- Use fdupes without -s option
- Make lang package conditional
- Handle soversion via a macro, bump to 6 following upstream
- Run spec-cleaner
==== exo ====
Subpackages: exo-data exo-helpers exo-lang exo-tools libexo-1-0 libexo-2-0
- Switched URL and Source to https:// in the spec file.
==== firewalld ====
Subpackages: firewall-macros firewalld-lang python3-firewall
- Add upstream patch to fix the error in --runtime-to-permanent
option about 'settings' variable being referenced before
assignment. This error occurs only when NetworkManager is not
used. (bsc#1122151)
* 0001-firewalld-fix-runtime-to-permanent-if-NM-not-in-use.patch
==== ghostscript ====
Subpackages: ghostscript-x11
- CVE-2019-3838.patch fixes CVE-2019-3838
forceput in DefineResource is still accessible
https://bugzilla.suse.com/show_bug.cgi?id=1129186 bsc#1129186
https://bugs.ghostscript.com/show_bug.cgi?id=700576
==== glib2 ====
Subpackages: glib2-lang glib2-tools libgio-2_0-0 libgio-2_0-0-32bit libglib-2_0-0 libglib-2_0-0-32bit libgmodule-2_0-0 libgmodule-2_0-0-32bit libgobject-2_0-0 libgobject-2_0-0-32bit libgthread-2_0-0
- 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
==== ibus-table-chinese ====
Version update (1.8.2 -> 1.8.3~pre.1531454400.f1f6a33)
Subpackages: ibus-table-chinese-array ibus-table-chinese-cangjie ibus-table-chinese-cantonese ibus-table-chinese-easy ibus-table-chinese-erbi ibus-table-chinese-jyutping ibus-table-chinese-quick ibus-table-chinese-scj ibus-table-chinese-stroke5 ibus-table-chinese-wu ibus-table-chinese-wubi-haifeng ibus-table-chinese-wubi-jidian ibus-table-chinese-yong
- Attempt at improving English grammar in descriptions.
- update version 1.8.3~pre.1531454400.f1f6a33
* update jyutping and cantonese tables
* fix character frequency of 'zou'
* add cantonyale table
* use nicer values for symbol and status prompt
* support pinyin mode also for stroke5 table
- Fix building error on ppc64le platform(bsc#1129142).
- fix Tumbleweed build
==== kdump ====
Version update (0.8.16 -> 0.9.0)
- 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).
==== kernel-source ====
Subpackages: kernel-default kernel-vanilla
- Do not provide kernel-default-srchash from kernel-default-base.
- commit d6c71ce
- Disable imported kABI for now for openSUSE-15.1 branch.
- Delete kabi/arm64/symtypes-default.
- Delete kabi/arm64/symvers-default.
- Delete kabi/ppc64le/symtypes-default.
- Delete kabi/ppc64le/symvers-default.
- Delete kabi/s390x/symtypes-default.
- Delete kabi/s390x/symvers-default.
- Delete kabi/x86_64/symtypes-default.
- Delete kabi/x86_64/symvers-default.
- commit 804d926
- Update config files: Disable unusable drivers on s390x.
- commit e2c58f9
- Move the upstreamed drm vmwgfx patch into sorted section
Also move to patches.drm subdirectory
- commit 31818d7
- drm/i915/bios: assume eDP is present on port A when there is
no VBT (bsc#1051510).
- drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failure
(bsc#1051510).
- commit 8e7b9bc
- drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's
(git-fixes).
- commit db2d606
- drm/udl: use drm_gem_object_put_unlocked (git-fixes).
- commit f610232
- perf/x86: Fixup typo in stub functions (git-fixes).
- commit 7e83ccd
- Enable CONFIG_RDMA_RXE=m also for ppc64le (bsc#1107665,FATE#327552)
- commit 01b35ce
- blacklist.conf: c634dc6bdede: perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
- commit 3bc1e36
- Update kabi files.
- commit a183a05
- gro_cells: make sure device is up in gro_cells_receive()
(git-fixes).
- commit 07d85fc
- Fix a wrongly applied patch for mlxsw
Refresh
patches.fixes/0001-mlxsw-__mlxsw_sp_port_headroom_set-Fix-a-use-of-loca.patch.
- commit 464fcba
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (git-fixes).
- commit 868559e
- tcp: handle inet_csk_reqsk_queue_add() failures (git-fixes).
- commit 4e8b58b
- blacklist.conf: Blacklist c9e716eb9b34 and 231fe82b5609
- commit 2748115
- net: stmmac: fix broken dma_interrupt handling for multi-queues
(git-fixes).
- commit fb85ef5
- net: stmmac: Use mutex instead of spinlock (git-fixes).
- commit 09b11af
- scsi: ibmvscsi: Fix empty event pool access during host removal
(bsc#1119019).
- scsi: ibmvscsi: Protect ibmvscsi_head from concurrent
modificaiton (bsc#1119019).
- commit cc2e069
- ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton
(bsc#1119019).
- commit ab6b8c2
- patches.fixes/ext4-Fix-crash-during-online-resizing.patch: Update tags
- commit ab2b2e4
- blacklist.conf: Blacklist fanotify cleanup and intrusive loop device
rework
- commit 888b615
- Update kabi files.
- commit f575896
- net/mlx5: fix uaccess beyond "count" in debugfs read/write handlers (git-fixes).
- commit 2a80c1f
- ibmvnic: Report actual backing device speed and duplex values
(bsc#1129923).
- commit 4347029
- smb3: remove noisy warning message on mount (bsc#1129664).
- commit a1f6570
- Revert "PCI/PME: Implement runtime PM callbacks" (bsc#1129770).
- Refresh
patches.drivers/PCI-PME-Fix-hotplug-sysfs-remove-deadlock-in-pcie_pm.patch.
- commit 877b9a2
- rpm/kernel-subpackage-build: handle arm kernel zImage.
- commit 81a63c3
- net: thunderx: fix NULL pointer dereference in nic_remove (git-fixes).
- commit f02276a
- mlxsw: __mlxsw_sp_port_headroom_set(): Fix a use of local variable (git-fixes).
- commit 69b065b
- block_dev: fix crash on chained bios with O_DIRECT
(bsc#1128094).
- Delete
patches.fixes/bio-Introduce-BIO_ALLOCED-flag-and-check-it-in-bio_f.patch.
- commit 512ce8f
- net: stmmac: handle endianness in dwmac4_get_timestamp (git-fixes).
- commit 5cdea6c
- Delete
patches.fixes/block-loop-Use-global-lock-for-ioctl-operation.patch: It
makes existing deadlocks much more probable (bsc#1129739).
- Delete patches.kabi/loop-lo_ctl_mutex-kabi-fixup.patch.
- commit 604f34a
- PCI: pciehp: Assign ctrl->slot_ctrl before writing it to
hardware (bsc#1120301).
- commit 8ce726b
- scsi: mptsas: Fixup device hotplug for VMWare ESXi
(bsc#1129046).
- commit a34b660
- net: stmmac: Fix a race in EEE enable callback (git-fixes).
- commit ef5602d
- ch: fixup refcounting imbalance for SCSI devices (bsc#1124235).
- ch: add missing mutex_lock()/mutex_unlock() in ch_release()
(bsc#1124235).
- commit e1a0bf9
- Btrfs: fix fsync after succession of renames and unlink/rmdir
(bsc#1126488).
- commit 773794e
- Btrfs: fix fsync after succession of renames of different files
(bsc#1126481).
- commit e1d9100
- btrfs: simplify IS_ERR/PTR_ERR checks (bsc#1126481).
- commit db613f3
- Refresh
patches.fixes/nvme-multipath-zero-out-ANA-log-buffer.patch.
- commit 7b09980
- nvme-pci: fix out of bounds access in nvme_cqe_pending
(bsc#1127595).
- commit 1e8e6f4
- nvme-pci: fix out of bounds access in nvme_cqe_pending
(bsc#1127595).
- commit 278fbe1
- Delete
patches.fixes/block_dev-fix-crash-on-chained-bios-with-O_DIRECT.patch.
- commit 54fa6df
- rpm/kernel-source.changes.old: Really drop old changelogs (bsc#1098995)
- commit c98a840
- bio: Introduce BIO_ALLOCED flag and check it in bio_free
(bsc#1128094).
- commit bc841e1
- block_dev: fix crash on chained bios with O_DIRECT
(bsc#1128094).
- commit 3bf2ca7
- Drivers: hv: vmbus: Change server monitor_pages index to 0
(fate#323887).
- commit 198cdde
- xfs: fix contiguous dquot chunk iteration livelock
(bsc#1070995).
- Refresh
patches.fixes/0059-xfs-introduce-the-xfs_iext_cursor-abstraction.patch.
- commit 227ca72
- xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent
(bsc#1070995).
- Refresh
patches.fixes/0059-xfs-introduce-the-xfs_iext_cursor-abstraction.patch.
- commit 76eca08
- xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA (bsc#1070995).
- Refresh
patches.suse/mm-pagevec-remove-cold-parameter-for-pagevecs.patch.
- commit 9de815a
- vfs: in iomap seek_{hole,data}, return -ENXIO for negative
offsets (bsc#1070995).
- commit b78c862
- vfs: Add iomap_seek_hole and iomap_seek_data helpers
(bsc#1070995).
- commit 125ebab
- vfs: Add page_cache_seek_hole_data helper (bsc#1070995).
- commit 05d2885
- Don't log confusing message on reconnect by default
(bsc#1129664).
- commit 385bd76
- Drivers: hv: vmbus: Expose counters for interrupts and full
conditions (fate#323887).
- commit cea75a3
- PCI: pciehp: Assign ctrl->slot_ctrl before writing it to
hardware (bsc#1111666).
- commit 5c19c05
- mac80211: allocate tailroom for forwarded mesh packets
(bsc#1111666).
- commit a343eff
- x86/hyperv: Fix kernel panic when kexec on HyperV (fate#323887).
- PCI: hv: Add __aligned(8) to struct retarget_msi_interrupt
(fate#323887).
- commit ea58c31
- add mainline tags to four iommu/hyper-v related patches
- commit 21c1228
- Import SLE15-SP1 post-RC1 reference kabi.
- commit 973d7a4
- sched: Do not re-read h_load_next during hierarchical load
calculation (bnc#1120909).
- commit 50744d4
- drm/v3d: Drop unused v3d_flush_caches() (bsc#1111666).
- commit 6b9b30b
- RDMA/vmw_pvrdma: Support upto 64-bit PFNs (bsc#1127285).
- VMCI: Support upto 64-bit PPNs (bsc#1127286).
- commit 7ae051b
- IB/hfi1: Close race condition on user context disable and close
(bsc#1060463 FATE#323043).
- IB/core: Fix potential memory leak while creating MAD agents
(bsc#1046306 FATE#322942).
- IB/core: Unregister notifier before freeing MAD security
(bsc#1046306 FATE#322942).
- IB/core: Destroy QP if XRC QP fails (bsc#1046306 FATE#322942).
- bnxt_en: Wait longer for the firmware message response to
complete (bsc#1086282 FATE#324873).
- bnxt_en: Fix typo in firmware message timeout logic (bsc#1086282
FATE#324873).
- net: ena: fix race between link up and device initalization
(bsc#1083548).
- net: Don't default Cavium PTP driver to 'y' (bsc#1110096).
- net/mlx5e: RX, Fix wrong early return in receive queue poll
(bsc#1046305 FATE#322943).
- bpf/verifier: fix verifier instability (bsc#1056787).
- IB/mlx5: Unmap DMA addr from HCA before IOMMU (bsc#1046305
FATE#322943).
- commit 125f009
- net/mlx5e: IPoIB, Fix RX checksum statistics update (git-fixes).
- commit 71cdac7
- nfp: bpf: fix ALU32 high bits clearance bug (git-fixes).
- commit 367fb07
- net/tls: Inform user space about send buffer availability
(bsc#1109837).
- net/mlx5: Avoid panic when setting vport mac, getting vport
config (bsc#1103990 FATE#326006).
- net/mlx5: Fix multiple updates of steering rules in parallel
(bsc#1103990 FATE#326006).
- net: hns3: fix to stop multiple HNS reset due to the AER changes
(bsc#1104353 FATE#326415).
- xsk: fix to reject invalid options in Tx descriptor
(bsc#1109837).
- xsk: fix to reject invalid flags in xsk_bind (bsc#1109837).
- net: hns3: add dma_rmb() for rx description (bsc#1104353
FATE#326415).
- nfp: fix simple vNIC mailbox length (bsc#1109837).
- net: sched: flower: insert new filter to idr after setting
its mask (bsc#1109837).
- net: hns3: Fix a logical vs bitwise typo (bsc#1126390).
- RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp (bsc#1104427
FATE#326416).
- IB/rdmavt: Fix concurrency panics in QP post_send and modify
to error (bsc#1114685 FATE#325854).
- RDMA/iwcm: Fix string truncation error (bsc#1103992
FATE#326009).
- RDMA/mlx5: Fix memory leak in case we fail to add an IB device
(bsc#1103991 FATE#326007).
- RDMA/device: Check that the rename is nop under the lock
(bsc#1103992 FATE#326009).
- IB/mlx5: Do not use hw_access_flags for be and CPU data
(bsc#1103991 FATE#326007).
- IB/ipoib: Make ipoib_intercept_dev_id_attr() static (bsc#1103992
FATE#326009).
- RDMA/iw_cxgb4: Drop __GFP_NOFAIL (bsc#1104276 FATE#325935).
- IB/mlx5: Declare local functions 'static' (bsc#1103992
FATE#326009).
- IB/core: Declare local functions 'static' (bsc#1103992
FATE#326009).
- commit 8f013fa
- Btrfs: fix corruption reading shared and compressed extents
after hole punching (bsc#1126476).
- commit 1d61d84
- net: aquantia: fixed instack structure overflow (git-fixes).
- commit c892ebe
- net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in mv88e6xxx_port_set_duplex (git-fixes).
- commit ba7b5b5
- vxlan: Fix GRO cells race condition between receive and link delete (git-fixes).
- commit c54aad9
- vxlan: test dev->flags & IFF_UP before calling gro_cells_receive() (git-fixes).
- commit 551356a
- 9p/net: fix memory leak in p9_client_create (bsc#1051510).
- 9p: use inode->i_lock to protect i_size_write() under 32-bit
(bsc#1051510).
- commit d372807
- drm/i915: Fix atomic state leak when resetting HDMI link
(bsc#1111666).
- drm/etnaviv: fix some off by one bugs (bsc#1111666).
- drm: Merge __drm_atomic_helper_disable_all() into
drm_atomic_helper_disable_all() (bsc#1111666).
- commit 3ce1947
- splice: don't merge into linked buffers (git-fixes).
- blacklist.conf: upstream 35f12f0f5c3b fix already present
- fs/devpts: always delete dcache dentry-s in dput() (git-fixes).
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
shrink_dcache_sb() (git-fixes).
- proc/sysctl: don't return ENOMEM on lookup when a table is
unregistering (git-fixes).
- commit 5249441
- tracing: Use strncpy instead of memcpy for string keys in hist
triggers (bsc#1129625).
- commit e69f9ce
- tracing: Do not free iter->trace in fail path of
tracing_open_pipe() (bsc#1129581).
- commit a28b9f0
- net/mlx4_core: Fix reset flow when in command polling mode
(git-fixes).
- commit 4d63fec
- clk: imx: Make parent_names const pointer in composite-8m
(git-fixes).
- commit 462aa50
- net/mlx4_core: Fix locking in SRIOV mode when switching between
events and polling (git-fixes).
- commit 95405a1
- net/mlx4_core: Fix qp mtt size calculation (git-fixes).
- commit 7ce612a
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
(git-fixes).
- commit 1643380
- nvme: flush namespace scanning work just before removing
namespaces (bsc#1108101).
- commit c470403
- add mainline tags for two hyperv iommu patches
- commit aaca951
- libnvdimm/pmem: Honor force_raw for legacy pmem regions
(bsc#1129551).
- commit aa5d398
- nfit: acpi_nfit_ctl(): Check out_obj->type in the right place
(bsc#1129547).
- commit 6d08305
- libnvdimm/label: Clear 'updating' flag after label-set update
(bsc#1129543).
- commit 9178f22
- blacklist.conf: Blacklist '5bc373ff2540 nvmet: fix indentation'
- commit e0af3a9
- Move upstreamed patches into sorted section
Along with the update of patch tags
- commit 78a41b7
- Refresh
patches.fixes/nvme-fc-reject-reconnect-if-io-queue-count-is-reduce.patch.
- commit b78feaf
- Trim build dependencies of sample subpackage spec file (FATE#326579,
jsc#SLE-4117, jsc#SLE-3853, bsc#1128910).
- commit 2eae420
- drm/etnaviv: potential NULL dereference (bsc#1113722)
- commit 15c0a6e
- drm/etnaviv: NULL vs IS_ERR() buf in etnaviv_core_dump() (bsc#1113722)
- commit 34ac361
- fbdev: chipsfb: remove set but not used variable 'size' (bsc#1113722)
- commit 2f00fb2
- scsi: storvsc: Fix a race in sub-channel creation that can
cause panic (fate#323887).
- commit 3c327bf
- Delete patches.kabi/* workarounds
- commit 34b3835
- cifs: Fix NULL pointer dereference of devname (bnc#1129519).
- commit c18b394
- btrfs: reloc: Fix NULL pointer dereference due to expanded
reloc_root lifespan (bsc#1129497).
- commit 8078fe0
- net/mlx5: Use multi threaded workqueue for page fault handling
(git-fixes).
- commit 3211369
- net/mlx5: Return success for PAGE_FAULT_RESUME in internal
error state (git-fixes).
- commit 4f2b6f9
- net/mlx5: Release resource on error flow (git-fixes).
- commit 82036aa
- ALSA: hda/realtek - Add support headset mode for New DELL WYSE
NB (bsc#1051510).
- ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO
(bsc#1051510).
- ALSA: hda/realtek: merge alc_fixup_headset_jack to
alc295_fixup_chromebook (bsc#1051510).
- ALSA: hda: hdmi - add Icelake support (bsc#1111666).
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
(bsc#1111666).
- ALSA: hda/realtek - Fixed Headset Mic JD not stable
(bsc#1111666).
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
X514-51T with ALC255 (bsc#1111666).
- ALSA: usx2y: Fix potential NULL pointer dereference
(bsc#1111666).
- commit 70c5aa3
- Revert "Revert "Drop multiversion(kernel) from the KMP template (fate#323189)""
This feature was requested for SLE15 so it should be preserved in SP1
even if it makes no sense until a reverse feature is approved.
- commit a5e3a44
- Revert "KMPs: obsolete older KMPs of the same flavour (bsc#1127155, bsc#1109137)."
This reverts commit 821419f311f3edd58124e551664a2362b62671d6.
- commit 9f5d2f7
- Revert "KMPs: provide and conflict a kernel version specific KMP name"
This reverts commit 5568093d5dbacaeb60b6e0f7f4bbe384b586b82a.
- commit f2a471c
- xfs: remove filestream item xfs_inode reference (bsc#1127961).
- commit 77ac5bf
- x86/intel_rdt: Show missing resctrl mount options (fate#325749).
- commit 93358ed
- misc: hpilo: Do not claim unsupported hardware (bsc#1129330).
- misc: hpilo: Exclude unsupported device via blacklist
(bsc#1129330).
- commit 839f28f
- blacklist.conf: Add 826c1362e79a x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not backed
- commit 0dd4c85
- dt-bindings: clock: imx8mq: Fix numbering overlaps and gaps
(git-fixes).
- clk: imx: imx8mq: Fix the rate propagation for arm pll
(git-fixes).
- clk: imx8mq: Fix the CLKO2 source select list (git-fixes).
- commit 978ad6a
- applicom: Fix potential Spectre v1 vulnerabilities
(bsc#1051510).
- commit 1a09022
- apparmor: Fix aa_label_build() error handling for failed merges
(bsc#1051510).
- commit 0bdab75
- clk: uniphier: Fix update register for CPU-gear (bsc#1051510).
- clk: sunxi-ng: sun8i-a23: Enable PLL-MIPI LDOs when ungating it
(bsc#1051510).
- clk: dove: fix refcount leak in dove_clk_init() (bsc#1051510).
- clk: mv98dx3236: fix refcount leak in mv98dx3236_clk_init()
(bsc#1051510).
- clk: armada-xp: fix refcount leak in axp_clk_init()
(bsc#1051510).
- clk: kirkwood: fix refcount leak in kirkwood_clk_init()
(bsc#1051510).
- clk: armada-370: fix refcount leak in a370_clk_init()
(bsc#1051510).
- clk: vf610: fix refcount leak in vf610_clocks_init()
(bsc#1051510).
- clk: imx7d: fix refcount leak in imx7d_clocks_init()
(bsc#1051510).
- clk: imx6sx: fix refcount leak in imx6sx_clocks_init()
(bsc#1051510).
- clk: imx6q: fix refcount leak in imx6q_clocks_init()
(bsc#1051510).
- clk: samsung: exynos4: fix refcount leak in exynos4_get_xom()
(bsc#1051510).
- clk: socfpga: fix refcount leak (bsc#1051510).
- clk: qoriq: fix refcount leak in clockgen_init() (bsc#1051510).
- clk: highbank: fix refcount leak in hb_clk_init() (bsc#1051510).
- clk: sunxi: A31: Fix wrong AHB gate number (bsc#1051510).
- commit b702993
- clocksource/drivers/exynos_mct: Fix error path in timer
resources initialization (bsc#1051510).
- clocksource/drivers/sun5i: Fail gracefully when clock rate is
unavailable (bsc#1051510).
- commit 08bd77d
- dmaengine: mv_xor: Use correct device for DMA API (bsc#1051510).
- dmaengine: sa11x0: drop useless LIST_HEAD (bsc#1051510).
- dmaengine: pl330: drop useless LIST_HEAD (bsc#1051510).
- dmaengine: st_fdma: drop useless LIST_HEAD (bsc#1051510).
- dmaengine: dw: drop useless LIST_HEAD (bsc#1051510).
- dmaengine: at_hdmac: drop useless LIST_HEAD (bsc#1051510).
- commit 79d5aed
- driver core: Do not resume suppliers under
device_links_write_lock() (bsc#1051510).
- commit 78f7e3b
- enic: fix build warning without CONFIG_CPUMASK_OFFSTACK
(bsc#1051510).
- commit fa4faec
- geneve: correctly handle ipv6.disable module parameter
(bsc#1051510).
- commit 91b6670
- blacklist.conf: Add a superfluous entry of stable 4.14.y fix
- commit a9ad895
- blacklist.conf: Add 24c41220659e x86/mm: Remove unused variable 'old_pte'
- commit 7fdcaa7
- sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
(bsc#1051510).
- staging: rtl8723bs: Fix build error with Clang when inlining
is disabled (bsc#1051510).
- commit ad62660
- ACPI / device_sysfs: Avoid OF modalias creation for removed
device (bsc#1051510).
- nfit/ars: Attempt short-ARS even in the no_init_ars case
(bsc#1051510).
- nfit/ars: Attempt a short-ARS whenever the ARS state is idle
at boot (bsc#1051510).
- acpi/nfit: Fix bus command validation (bsc#1051510).
- commit 3bd51ff
- blacklist.conf: Add 0192e6535ebe x86/kprobes: Prohibit probing on optprobe template code
- commit cb9bc08
- Refresh
patches.fixes/nvme-fc-reject-reconnect-if-io-queue-count-is-reduce.patch.
- commit 509db55
- Moved patches.fixes/x86-add-tsx-force-abort-cpuid-msr.patch
to patches.arch/ and added upstream tags (bsc#1129363)
patches.arch/x86-add-tsx-force-abort-cpuid-msr
- commit 2eb12ff
- x86/pkeys: Properly copy pkey state at fork() (bsc#1129366).
- commit 2303e79
- Revert patches.drm/0001-drm-i915-fbdev-Actually-configure-untiled-displays.patch (bsc#1129027)
It causes a regression, leading to a black screen. Although it might be fixed
in X driver side, revert the affecting patch primarily to address the issue.
- commit ed050a4
- btrfs: quota: Set rescan progress to (u64)-1 if we hit last
leaf (bsc#1129327).
- commit de93501
- btrfs: qgroup: Cleanup old subtree swap code (bsc#1063638).
- commit 2cb2dcd
- btrfs: qgroup: Use delayed subtree rescan for balance
(bsc#1063638).
- Refresh
patches.suse/btrfs-suspend-qgroups-during-relocation-recovery.patch.
- commit e6256d6
- btrfs: qgroup: Introduce per-root swapped blocks infrastructure
(bsc#1063638).
- Refresh
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
- Refresh
patches.suse/btrfs-suspend-qgroups-during-relocation-recovery.patch.
- commit 1212568
- btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swap
(bsc#1063638).
- commit 0b42e54
- btrfs: relocation: Delay reloc tree deletion after
merge_reloc_roots (bsc#1063638).
- Refresh
patches.suse/btrfs-suspend-qgroups-during-relocation-recovery.patch.
- commit 9fc8971
- btrfs: qgroup: Only trace data extents in leaves if we're
relocating data block group (bsc#1063638).
- commit fafa3dd
- btrfs: qgroup: Don't trace subtree if we're dropping reloc tree
(bsc#1063638).
- commit 0b77be1
- btrfs: qgroup: Use generation-aware subtree swap to mark dirty
extents (bsc#1063638).
- commit 2b6dfe4
- btrfs: qgroup: Introduce function to find all new tree blocks
of reloc tree (bsc#1063638).
- commit 8a2e471
- btrfs: qgroup: Introduce function to trace two swaped extents
(bsc#1063638).
- commit 9332c5f
- btrfs: qgroup: Introduce trace event to analyse the number
of dirty extents accounted (bsc#1063638 dependency).
- commit 97025cc
- btrfs: qgroup: Finish rescan when hit the last leaf of extent
tree (bsc#1129327).
- commit 4f78aaa
- btrfs: qgroup: Search commit root for rescan to avoid missing
extent (bsc#1129326).
- Refresh
patches.suse/btrfs-qgroups-fix-rescan-worker-running-races.patch.
- commit a587ad7
- Revert "Build subpackages in QA repo."
This reverts commit 0b983d4ace0ee9899759dd90e3dc87fb74a15395.
- commit d2c7a0b
- Remove the previous subpackage infrastructure.
This partially reverts commit 9b3ca32c11854156b2f950ff5e26131377d8445e
("Add kernel-subpackage-build.spec (FATE#326579).")
- commit a5ee24e
- Add sample kernel-default-base spec file (FATE#326579, jsc#SLE-4117,
jsc#SLE-3853, bsc#1128910).
- commit 35c4a52
- perf/x86/intel: Fix memory corruption (bsc#1121805).
- commit 0589774
- Install extra rpm scripts for kernel subpackaging (FATE#326579,
jsc#SLE-4117, jsc#SLE-3853, bsc#1128910).
- commit ad7c227
- blacklist.conf: Add an entry for non-existing dtsi
- commit fb9f4cf
- pinctrl: sh-pfc: sh73a0: Fix fsic_spdif pin groups
(bsc#1051510).
- pinctrl: sh-pfc: r8a7792: Fix vin1_data18_b pin group
(bsc#1051510).
- pinctrl: sh-pfc: r8a7791: Fix scifb2_data_c pin group
(bsc#1051510).
- pinctrl: sh-pfc: emev2: Add missing pinmux functions
(bsc#1051510).
- pinctrl: sh-pfc: r8a7778: Fix HSPI pin numbers and names
(bsc#1051510).
- platform/x86: Fix unmet dependency warning for SAMSUNG_Q10
(bsc#1051510).
- commit 0688e3b
- regulator: act8865: Fix act8600_sudcdc_voltage_ranges setting
(bsc#1051510).
- regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA
to uA (bsc#1051510).
- regulator: pv88090: Fix array out-of-bounds access
(bsc#1051510).
- regulator: pv88080: Fix array out-of-bounds access
(bsc#1051510).
- regulator: pv88060: Fix array out-of-bounds access
(bsc#1051510).
- regulator: s2mps11: Fix steps for buck7, buck8 and LDO35
(bsc#1051510).
- commit 23f9c9d
- thermal: mediatek: fix register index error (bsc#1051510).
- commit f6dc5d0
- KVM: x86: Fix single-step debugging (bsc#1129295).
- KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup
(bsc#1129296).
- kvm: nVMX: NMI-window and interrupt-window exiting should wake
L2 from HLT (bsc#1129292).
- kvm: vmx: Set IA32_TSC_AUX for legacy mode guests (bsc#1129294).
- KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area()
fails (bsc#1129291).
- kvm: nVMX: Set VM instruction error for VMPTRLD of unbacked page
(bsc#1129293).
- commit e498c1c
- tipc: fix RDM/DGRAM connect() regression (bsc#1051510).
- tipc: fix uninit-value in tipc_nl_compat_doit (bsc#1051510).
- tipc: fix uninit-value in tipc_nl_compat_name_table_dump
(bsc#1051510).
- tipc: fix uninit-value in tipc_nl_compat_link_set (bsc#1051510).
- tipc: fix uninit-value in tipc_nl_compat_bearer_enable
(bsc#1051510).
- tipc: fix uninit-value in tipc_nl_compat_link_reset_stats
(bsc#1051510).
- tipc: eliminate KMSAN uninit-value in strcmp complaint
(bsc#1051510).
- tipc: fix bug in function tipc_nl_node_dump_monitor
(bsc#1051510).
- tipc: fix infinite loop when dumping link monitor summary
(bsc#1051510).
- tipc: error path leak fixes in tipc_enable_bearer()
(bsc#1051510).
- tipc: fix a race condition of releasing subscriber object
(bsc#1051510).
- commit 090cbab
- kvm: mmu: Fix race in emulated page table writes (bsc#1129284).
- svm: Add mutex_lock to protect apic_access_page_done on AMD
systems (bsc#1129285).
- commit fdca877
- Adjust a commit id in a nvme patch to make our scripts happy
- commit 68e211e
- PCI: qcom: Don't deassert reset GPIO during probe (bsc#1129281).
- commit a89893e
- blacklist.conf: Add 02917e9f8676 mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL
- commit 4dfc4eb
- PCI/DPC: Fix print AER status in DPC event handling
(bsc#1128792).
- commit 0534657
- blacklist.conf: Add a not-applicable entry for drm/msm
- commit 2e50ec9
- blacklist.conf: Add already cherry-picked DRM patches
- commit 52af82b
- drm/amdgpu: Transfer fences to dmabuf importer (bsc#1111666).
- commit 3321720
- blacklist.conf: Add already cherry-picked i915 patch
- commit 804dba5
- ALSA: hda/realtek - Apply ALC294 hp init also for S4 resume
(bsc#1111666).
- ALSA: hda - Record the current power state before suspend/resume
calls (bsc#1111666).
- commit f349918
- ASoC: fsl_esai: fix register setting issue in RIGHT_J mode
(bsc#1051510).
- commit 7d885f5
- iwlwifi: pcie: fix TX while flushing (bsc#1120902).
- commit 9ece06a
- rt2800: enable TX_PIN_CFG_RFRX_EN only for MT7620 (bsc#1120902).
- commit 33aec8d
- net: phy: Micrel KSZ8061: link failure after cable connect
(git-fixes).
- commit 88019b0
- iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables (bsc#1129205).
- commit 8629bf3
- iommu: Document iommu_ops.is_attach_deferred() (bsc#1129182).
- iommu/vt-d: Fix NULL pointer reference in intel_svm_bind_mm()
(bsc#1129184).
- iommu/vt-d: Check identity map for hot-added devices
(bsc#1129183).
- iommu/dmar: Fix buffer overflow during PCI bus notification
(bsc#1129181).
- commit 76ef4a9
- Update patch tag for media security fix (CVE-2019-2024, bsc#1129179).
- commit fc8a3a2
- drm/nouveau: fix missing break in switch statement
(bsc#1111666).
- drm/amdgpu_vm: fix boolean expressions (bsc#1111666).
- drm/amd/display: Fix boolean expression in get_surf_rq_param
(bsc#1111666).
- drm/xen-front: Fix mmap attributes for display buffers
(bsc#1111666).
- drm/fb-helper: generic: Fix drm_fbdev_client_restore()
(bsc#1111666).
- drm/fb-helper: fix leaks in error path of
drm_fb_helper_fbdev_setup (bsc#1111666).
- drm/fb-helper: generic: Fix setup error path (bsc#1111666).
- drm/v3d: Drop the wait for L2T flush to complete (bsc#1111666).
- drm/v3d: Don't bother flushing L1TD at job start (bsc#1111666).
- drm/amdgpu: use spin_lock_irqsave to protect
vm_manager.pasid_idr (bsc#1111666).
- drm/radeon: check if device is root before getting pci speed
caps (bsc#1111666).
- drm/amdgpu: Add missing power attribute to APU check
(bsc#1111666).
- drm/amd/powerplay: OD setting fix on Vega10 (bsc#1111666).
- commit 69e1e47
- brcmfmac: create debugfs files for bus-specific layer
(bsc#1111666).
- commit 4c115bb
- Move upstreamed libnvdimm patch into sorted section
- commit 4437f27
- intel_th: gth: Fix an off-by-one in output unassigning
(bsc#1051510).
- mmc: spi: Fix card detection during probe (bsc#1051510).
- commit 9b464a7
- tcp: fix null ptr deref in getsockopt(..., TCP_ULP,
...) (bnc#1129168).
- commit 83e1556
- media: uvcvideo: Avoid NULL pointer dereference at the end of
streaming (bsc#1051510).
- media: uvcvideo: Fix 'type' check leading to overflow
(bsc#1051510).
- media: s5k4ecgx: delete a bogus error message (bsc#1051510).
- media: v4l2: i2c: ov7670: Fix PLL bypass register values
(bsc#1051510).
- media: dt-bindings: media: i2c: Fix i2c address for OV5645
camera sensor (bsc#1051510).
- media: s5p-jpeg: Correct step and max values for
V4L2_CID_JPEG_RESTART_INTERVAL (bsc#1051510).
- media: s5p-jpeg: Check for fmt_ver_flag when doing fmt
enumeration (bsc#1051510).
- media: s5p-mfc: fix incorrect bus assignment in virtual child
device (bsc#1051510).
- intel_th: Don't reference unassigned outputs (bsc#1051510).
- commit 388e4b3
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
(bsc#1051510).
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
(bsc#1051510).
- iio: adc: exynos-adc: Fix NULL pointer exception on unbind
(bsc#1051510).
- staging: iio: adt7316: fix the dac write calculation
(bsc#1051510).
- staging: iio: adt7316: fix the dac read calculation
(bsc#1051510).
- staging: iio: adt7316: allow adt751x to use internal vref for
all dacs (bsc#1051510).
- staging: iio: adt7316: fix register and bit definitions
(bsc#1051510).
- i2c: omap: Use noirq system sleep pm ops to idle device for
suspend (bsc#1051510).
- commit 0eb8a90
- staging: comedi: ni_660x: fix missing break in switch statement
(bsc#1051510).
- ASoC: qcom: Fix of-node refcount unbalance in
apq8016_sbc_parse_of() (bsc#1051510).
- ASoC: msm8916-wcd-analog: add missing license information
(bsc#1051510).
- ASoC: imx-sgtl5000: put of nodes if finding codec fails
(bsc#1051510).
- ASoC: imx-audmux: change snprintf to scnprintf for possible
overflow (bsc#1051510).
- ASoC: dapm: change snprintf to scnprintf for possible overflow
(bsc#1051510).
- ASoC: Intel: Haswell/Broadwell: fix setting for .dynamic field
(bsc#1051510).
- commit 6cb3dd6
- drm: disable uncached DMA optimization for ARM and arm64
(bsc#1051510).
- drm: Reorder set_property_atomic to avoid returning with an
active ww_ctx (bsc#1051510).
- drm: Block fb changes for async plane updates (bsc#1051510).
- drm/sun4i: tcon: Prepare and enable TCON channel 0 clock at init
(bsc#1051510).
- drm/msm: Unblock writer if reader closes file (bsc#1051510).
- commit 41c06b3
- crypto: brcm - Fix some set-but-not-used warning (bsc#1051510).
- commit a9bf978
- doc: rcu: Suspicious RCU usage is a warning (bsc#1051510).
- commit 3d3bebc
- xsk: fix umem memory leak on cleanup (bnc#1129030).
- commit 45aa211
- sctp: add a ceiling to optlen in some sockopts (bnc#1129163).
- commit ee5e978
- scsi: csiostor: remove flush_scheduled_work() (bsc#1127363).
- commit 742d709
- staging: rtlwifi: Use proper enum for return in
halmac_parse_psd_data_88xx (bsc#1111666).
- commit 28297ef
- platform/mellanox: mlxreg-hotplug: Fix KASAN warning
(bsc#1111666).
- platform/x86: wmi: fix potential null pointer dereference
(bsc#1111666).
- platform/x86: intel_pmc_core: Fix file permissions for ltr_show
(bsc#1111666).
- platform/x86: intel_pmc_core: Fix PCH IP name (bsc#1111666).
- platform/x86: intel_pmc_core: Fix PCH IP sts reading
(bsc#1111666).
- platform/x86: intel_pmc_core: Handle CFL regmap properly
(bsc#1111666).
- staging: r8822be: check kzalloc return or bail (bsc#1111666).
- tee: optee: add missing of_node_put after of_device_is_available
(bsc#1111666).
- commit 82c4b15
- iwlwifi: mvm: fix RFH config command with >=10 CPUs
(bsc#1111666).
- commit ff6f1f9
- ipmi: kcs_bmc: handle devm_kasprintf() failure case
(bsc#1111666).
- ipmi_si: fix use-after-free of resource->name (bsc#1111666).
- commit 76124fd
- Delete patches.drivers/ipmi-kcs_bmc-coding-style-fixes-and-use-new-poll-typ.patch
The patch isn't really applicable to SLE15-based kernel. Drop it.
- commit 562e39c
- crypto: arm64/crct10dif - revert to C code for short inputs
(bsc#1111666).
- crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
(bsc#1111666).
- crypto: caam - move shared symbols in a common location
(bsc#1111666).
- commit ef08dc9
- ath10k: Fix length of wmi tlv command for protected mgmt frames
(bsc#1111666).
- ath10k: fix shadow register implementation for WCN3990
(bsc#1111666).
- ath10k: fix dma unmap direction for management frames
(bsc#1111666).
- commit 69d228e
- ALSA: hda: Extend i915 component bind timeout (bsc#1111666).
- ALSA: hda/realtek - Add model description for Chrome headset
button quirk (bsc#1111666).
- ALSA: hda/realtek - Fix a typo in model documentation
(bsc#1111666).
- commit 8ae2486
- PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio()
(bsc#1051510).
- PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()
(bsc#1051510).
- serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO
(bsc#1051510).
- serial: 8250_pci: Have ACCES cards that use the four
port Pericom PI7C9X7954 chip use the pci_pericom_setup()
(bsc#1051510).
- serial: 8250_pci: Fix number of ports for ACCES serial cards
(bsc#1051510).
- tty: ipwireless: Fix potential NULL pointer dereference
(bsc#1051510).
- staging: wilc1000: fix to set correct value for 'vif_num'
(bsc#1051510).
- parport_pc: fix find_superio io compare code, should use equal
test (bsc#1051510).
- team: Free BPF filter when unregistering netdev (bsc#1051510).
- commit 5d4a544
- mmc: omap: fix the maximum timeout setting (bsc#1051510).
- mmc: sdhci-brcmstb: handle mmc_of_parse() errors during probe
(bsc#1051510).
- mmc: sdhci-esdhc-imx: fix HS400 timing issue (bsc#1051510).
- commit fab7e26
- mac80211: Add attribute aligned(2) to struct 'action'
(bsc#1051510).
- mac80211: don't initiate TDLS connection if station is not
associated to AP (bsc#1051510).
- mac80211: fix miscounting of ttl-dropped frames (bsc#1051510).
- commit 1409e1d
- lib/div64.c: off by one in shift (bsc#1051510).
- commit cb47f8d
- iwlwifi: pcie: fix emergency path (bsc#1051510).
- iwlwifi: mvm: fix RSS config command (bsc#1051510).
- iwlwifi: mvm: fix A-MPDU reference assignment (bsc#1051510).
- iwlwifi: mvm: avoid possible access out of array (bsc#1051510).
- leds: lp55xx: fix null deref on firmware load failure
(bsc#1051510).
- commit a9a6f4b
- cw1200: drop useless LIST_HEAD (bsc#1051510).
- cw1200: fix missing unlock on error in cw1200_hw_scan()
(bsc#1051510).
- commit a8e63bf
- crypto: crypto4xx - add missing of_node_put after
of_device_is_available (bsc#1051510).
- crypto: cavium/zip - fix collision with generic cra_driver_name
(bsc#1051510).
- crypto: ahash - fix another early termination in hash walk
(bsc#1051510).
- crypto: caam - fixed handling of sg list (bsc#1051510).
- commit 454f584
- crypto: arm/crct10dif - revert to C code for short inputs
(bsc#1051510).
- crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling
(bsc#1051510).
- crypto: testmgr - skip crc32c context test for ahash algorithms
(bsc#1051510).
- crypto: crypto4xx - Fix wrong
ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments
(bsc#1051510).
- crypto: tgr192 - fix unaligned memory access (bsc#1051510).
- crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
(bsc#1051510).
- commit 6b741b1
- cfg80211: extend range deviation for DMG (bsc#1051510).
- commit 13599e1
- pseries/energy: Use OF accessor function to read ibm,drc-indexes
(bsc#1129080).
- commit 7394cd0
- cdc-wdm: pass return value of recover_from_urb_loss
(bsc#1051510).
- commit b516984
- Move upstreamed ALSA and BT patches into sorted section
- commit 781d43e
- kABI workaround for bt_accept_enqueue() change (bsc#1051510).
- commit 43ab1ea
- Bluetooth: Fix locking in bt_accept_enqueue() for BH context
(bsc#1051510).
- commit 51c4ae3
- atm: he: fix sign-extension overflow on large shift
(bsc#1051510).
- commit 5f6e8f4
- ALSA: firewire-motu: fix construction of PCM frame for capture
direction (bsc#1051510).
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
I/O against Liquid Saffire 56 (bsc#1051510).
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
ALC294 (bsc#1051510).
- ACPI / video: Extend chassis-type detection with a "Lunch Box"
check (bsc#1051510).
- ACPI / video: Refactor and fix dmi_is_desktop() (bsc#1051510).
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
(bsc#1051510).
- ALSA: compress: prevent potential divide by zero bugs
(bsc#1051510).
- commit d37d7e2
- USB: Consolidate LPM checks to avoid enabling LPM twice
(bsc#1120902).
- commit fcbbc9b
- USB: Add new USB LPM helpers (bsc#1120902).
- commit e26fa0f
- Refresh
patches.fixes/0001-xen-remove-pre-xen3-fallback-handlers.patch:
use original upstream commit and add kabi patch.
- commit 936395d
- geneve, vxlan: Don't set exceptions if skb->len < mtu
(bsc#1123456).
- commit 38a43d6
- geneve, vxlan: Don't check skb_dst() twice (bsc#1123456).
- commit 41534ed
- ip6_tunnel: use the right value for ipv4 min mtu check in
ip6_tnl_xmit (bsc#1123456).
- commit 126bfd9
- geneve: cleanup hard coded value for Ethernet header length
(bsc#1123456).
- commit 9a70ea2
- net: don't call update_pmtu unconditionally (bsc#1123456).
- Refresh
patches.fixes/vti6-fix-PMTU-caching-and-reporting-on-xmit.patch
patches.fixes/vti6-remove-skb-ignore_df-check-from-vti6_xmit.patch
- commit 593c444
- ip6_tunnel: get the min mtu properly in ip6_tnl_xmit
(bsc#1123456).
- commit f90f47d
- vxlan: update skb dst pmtu on tx path (bsc#1123456).
- commit a42a5a4
- PCI: pciehp: Disable Data Link Layer State Changed event on
suspend (bsc#1120902).
- commit 61283fb
- xen/manage: don't complain about an empty value in control/sysrq
node (bsc#1065600).
- commit d8327b8
- copy_mount_string: Limit string length to PATH_MAX (bsc#1082943).
- Delete patches.fixes/get_fs_type-Validate-fs-type-string-argument.patch.
Refresh to upstream patch.
- commit 8717894
- xen: fix dom0 boot on huge systems (bsc#1127836).
- commit d4d49f5
- xen: remove pre-xen3 fallback handlers (bsc#1065600).
- commit c8c4f0a
- xen, cpu_hotplug: Prevent an out of bounds access (bsc#1065600).
- commit 60b6d9d
- Refresh
patches.suse/scsi-do-not-print-reservation-conflict-for-TEST-UNIT.patch
(bsc#1119843)
- commit 2c06a05
- nvme-fc: reject reconnect if io queue count is reduced to zero
(bsc#1128351).
- commit a512dae
- scripts/git_sort/git_sort.py: Update nvme git repository to 5.1
- commit cff4e76
- Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEV (git-fixes).
- commit dfac1c8
- scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL
scsi_cmnd (bsc#1128900).
- commit a96a0e1
- block: don't use bio->bi_vcnt to figure out segment number
(bsc#1128895).
- commit bfd835c
- blacklist.conf: Append 'drm/i915: Don't try to use the hardware frame counter with i965gm TV output'
- commit 91bbd55
- bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm field
(bsc#1083647).
- commit 50ceb6a
- perf/x86/intel: Implement support for TSX Force Abort
(bsc#1121805).
- x86: Add TSX Force Abort CPUID/MSR (bsc#1121805).
- perf/x86/intel: Generalize dynamic constraint creation
(bsc#1121805).
- perf/x86/intel: Make cpuc allocations consistent (bsc#1121805).
- perf/x86/intel: Delay memory deallocation until
x86_pmu_dead_cpu() (bsc#1121805).
- perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1
(bsc#1121805).
- perf/x86: Add sysfs entry to freeze counters on SMI
(bsc#1121805).
- commit 9317981
- drm/radeon/evergreen_cs: fix missing break in switch statement (bsc#1113722)
- commit 1cee3e3
- drm/nouveau: Don't WARN_ON VCPI allocation failures (bsc#1113722)
- commit 82dc918
- drm/nouveau/pmu: don't print reply values if exec is false (bsc#1113722)
- commit 8e01362
- drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON (bsc#1113722)
- commit d1c8971
- blacklist.conf: Append 'drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC set'
- commit f1ee607
- blacklist.conf: Append 'drm/i915: Block fbdev HPD processing during suspend'
- commit 473e675
- hpet: Fix missing '=' character in the __setup() code of
hpet_mmap_enable (git-fixes).
- commit 8cc8dbe
- blacklist.conf: Append 'drm/of: Fix kerneldoc'
- commit c41090b
- drm/shmob: Fix return value check in shmob_drm_probe (bsc#1113722)
- commit c59e8a3
- drm: Fix error handling in drm_legacy_addctx (bsc#1113722)
- commit 7646b89
- Refresh patches.suse/livepatch-add-atomic-replace.patch.
- Refresh
patches.suse/livepatch-atomic-replace-and-cumulative-patches-documentation.patch.
- Refresh
patches.suse/livepatch-change-unsigned-long-old_addr-void-old_func-in-struct-klp_func.patch.
- Refresh
patches.suse/livepatch-consolidate-klp_free-functions.patch.
- Refresh
patches.suse/livepatch-core-return-eopnotsupp-instead-of-enosys.patch.
- Refresh
patches.suse/livepatch-don-t-block-the-removal-of-patches-loaded-after-a-forced-transition.patch.
- Refresh
patches.suse/livepatch-introduce-klp_for_each_patch-macro.patch.
- Refresh
patches.suse/livepatch-module-coming-and-going-callbacks-can-proceed-with-all-listed-patches.patch.
- Refresh
patches.suse/livepatch-proper-error-handling-in-the-shadow-variables-selftest.patch.
- Refresh
patches.suse/livepatch-remove-nop-structures-when-unused.patch.
- Refresh
patches.suse/livepatch-remove-ordering-stacking-of-the-livepatches.patch.
- Refresh
patches.suse/livepatch-remove-signal-sysfs-attribute.patch.
- Refresh
patches.suse/livepatch-return-enomem-on-ptr_id-allocation-failure.patch.
- Refresh
patches.suse/livepatch-send-a-fake-signal-periodically.patch.
- Refresh
patches.suse/livepatch-shuffle-klp_enable_patch-klp_disable_patch-code.patch.
- Refresh
patches.suse/livepatch-simplify-api-by-removing-registration-step.patch.
- Refresh
patches.suse/livepatch-use-lists-to-manage-patches-objects-and-functions.patch.
- Refresh
patches.suse/selftests-livepatch-add-dynamic_debug-config-dependency.patch.
- Refresh patches.suse/selftests-livepatch-introduce-tests.patch.
Move upstream livepatch patches to the sorted section.
- commit 8ba9e19
- Refresh
patches.arch/powerpc-pseries-Perform-full-re-add-of-CPU-for-topol.patch.
- Refresh
patches.arch/powerpc-pseries-export-timebase-register-sample-in-l.patch.
- Refresh
patches.fixes/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch.
- Refresh
patches.fixes/exec-Fix-mem-leak-in-kernel_read_file.patch.
- Refresh
patches.fixes/scsi-core-reset-host-byte-in-DID_NEXUS_FAILURE-case.patch.
- Refresh
patches.suse/powerpc-64s-clear-on-stack-exception-marker-upon-exception-return.patch.
- Refresh
patches.suse/powerpc-livepatch-relax-reliable-stack-tracer-checks-for-first-frame.patch.
- Refresh
patches.suse/powerpc-livepatch-small-cleanups-in-save_stack_trace_tsk_reliable.patch.
Move upstreamed patches to the sorted section.
- commit 90d0c8c
- kABI: Preserve kABI for dma_max_mapping_size() (bsc#1120008).
- virtio-blk: Consider virtio_max_dma_size() for maximum segment
size (bsc#1120008).
- virtio: Introduce virtio_max_dma_size() (bsc#1120008).
- dma: Introduce dma_max_mapping_size() (bsc#1120008).
- swiotlb: Add is_swiotlb_active() function (bsc#1120008).
- swiotlb: Introduce swiotlb_max_mapping_size() (bsc#1120008).
- commit 5f5f865
- backlight: pwm_bl: Use gpiod_get_value_cansleep() to get initial (bsc#1113722)
- commit df86ff8
- scsi: libiscsi: Fix race between iscsi_xmit_task and
iscsi_complete_task (bsc#1122192).
- commit a839a94
- s390/qeth: conclude all event processing before offlining a card
(LTC#175901, bsc#1127567).
- commit 670183e
- inet: frags: better deal with smp races (CVE-2018-5391
bsc#1103097).
- commit 5ea0718
- ipfrag: really prevent allocation on netns exit (CVE-2018-5391
bsc#1103097).
- commit ebc2ab3
- btrfs: ensure that a DUP or RAID1 block group has exactly two
stripes (bsc#1128451).
- commit 2cd1e7f
- supported.conf: add arm_big_little as dependency for scpi_cpufreq
- commit 7d2f175
- net: remove unused struct inet_frag_queue.fragments field
(CVE-2018-5391 bsc#1103097).
- 6lowpan: use rbtree for IP frag queue (CVE-2018-5391
bsc#1103097).
- net: IP6 defrag: use rbtrees in nf_conntrack_reasm.c
(CVE-2018-5391 bsc#1103097).
- net: IP6 defrag: use rbtrees for IPv6 defrag (CVE-2018-5391
bsc#1103097).
- net: IP defrag: encapsulate rbtree defrag code into callable
functions (CVE-2018-5391 bsc#1103097).
- ipv6: frags: Fix bogus skb->sk in reassembled packets
(CVE-2018-5391 bsc#1103097).
- net: ipv4: do not handle duplicate fragments as overlapping
(CVE-2018-5391 bsc#1103097).
- netfilter: ipv6: fix oops when defragmenting locally generated
fragments (CVE-2018-5391 bsc#1103097).
- net/ipfrag: let ipfrag_high_thresh in ns be higher than in
init_net (CVE-2018-5391 bsc#1103097).
- ipv6: discard IP frag queue on more errors (CVE-2018-5391
bsc#1103097).
- ipv4: remove redundant null pointer check before kfree_skb
(CVE-2018-5391 bsc#1103097).
- ip: fail fast on IP defrag errors (CVE-2018-5391 bsc#1103097).
- ip: frags: fix crash in ip_do_fragment() (CVE-2018-5391
bsc#1103097).
- ip: process in-order fragments efficiently (CVE-2018-5391
bsc#1103097).
- ip: add helpers to process in-order fragments faster
(CVE-2018-5391 bsc#1103097).
- net: ieee802154: 6lowpan: remove redundant pointers 'fq' and
'net' (CVE-2018-5391 bsc#1103097).
- ipv4: frags: precedence bug in ip_expire() (CVE-2018-5391
bsc#1103097).
- ip: use rb trees for IP frag queue (CVE-2018-5391 bsc#1103097).
Refresh
patches.drivers/net-Add-and-use-skb_mark_not_on_list.patch
patches.suse/ipv4-ipv6-netfilter-Adjust-the-frag-mem-limit-when-t.patch
- ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module
(CVE-2018-5391 bsc#1103097).
- netfilter: ipv6: nf_defrag: drop skb dst before queueing
(CVE-2018-5391 bsc#1103097).
- netfilter: ipv6: nf_defrag: reduce struct net memory waste
(CVE-2018-5391 bsc#1103097).
- ipv6: frags: fix a lockdep false positive (CVE-2018-5391
bsc#1103097).
- ipv6: Count interface receive statistics on the ingress netdev
(CVE-2018-5391 bsc#1103097).
- net: ieee802154: 6lowpan: fix frag reassembly (CVE-2018-5391
bsc#1103097).
- inet: frags: fix ip6frag_low_thresh boundary (CVE-2018-5391
bsc#1103097).
- ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_thresh
(CVE-2018-5391 bsc#1103097).
- inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CB
(CVE-2018-5391 bsc#1103097).
- ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CB (CVE-2018-5391
bsc#1103097).
- inet: frags: get rid of ipfrag_skb_cb/FRAG_CB (CVE-2018-5391
bsc#1103097).
Refresh
patches.drivers/net-Convert-GRO-SKB-handling-to-list_head.patch
patches.fixes/ip-discard-IPv4-datagrams-with-overlapping-segments.patch
patches.fixes/ipv4-frags-handle-possible-skb-truesize-change.patch
- inet: frags: reorganize struct netns_frags (CVE-2018-5391
bsc#1103097).
- rhashtable: reorganize struct rhashtable layout (CVE-2018-5391
bsc#1103097).
- ipv6: frags: rewrite ip6_expire_frag_queue() (CVE-2018-5391
bsc#1103097).
- inet: frags: do not clone skb in ip_expire() (CVE-2018-5391
bsc#1103097).
- inet: frags: break the 2GB limit for frags storage
(CVE-2018-5391 bsc#1103097).
- inet: frags: remove inet_frag_maybe_warn_overflow()
(CVE-2018-5391 bsc#1103097).
- inet: frags: get rif of inet_frag_evicting() (CVE-2018-5391
bsc#1103097).
- inet: frags: remove some helpers (CVE-2018-5391 bsc#1103097).
- inet: frags: use rhashtables for reassembly units (CVE-2018-5391
bsc#1103097).
Refresh
patches.fixes/inet-frag-enforce-memory-limits-earlier.patch
patches.fixes/ipv6-defrag-drop-non-last-frags-smaller-than-min-mtu.patch
- inet: frags: refactor ipfrag_init() (CVE-2018-5391 bsc#1103097).
- inet: frags: refactor lowpan_net_frag_init() (CVE-2018-5391
bsc#1103097).
- inet: frags: refactor ipv6_frag_init() (CVE-2018-5391
bsc#1103097).
- inet: frags: add a pointer to struct netns_frags (CVE-2018-5391
bsc#1103097).
Refresh
patches.suse/ipv4-ipv6-netfilter-Adjust-the-frag-mem-limit-when-t.patch
- inet: frags: change inet_frags_init_net() return value
(CVE-2018-5391 bsc#1103097).
- ipv6: frag: remove unused field (CVE-2018-5391 bsc#1103097).
- ipv6: export ip6 fragments sysctl to unprivileged users
(CVE-2018-5391 bsc#1103097).
- netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure
(CVE-2018-5391 bsc#1103097).
- netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460
(CVE-2018-5391 bsc#1103097).
- net: sk_buff rbnode reorg (CVE-2018-5391 bsc#1103097).
Refresh
patches.drivers/act_mirred-clear-skb-tstamp-on-redirect.patch
patches.drivers/net-Convert-GRO-SKB-handling-to-list_head.patch
patches.drivers/netem-convert-to-qdisc_watchdog_schedule_ns.patch
patches.fixes/net-add-rb_to_skb-and-other-rb-tree-helpers.patch
patches.fixes/tcp-add-tcp_ooo_try_coalesce-helper.patch
patches.fixes/tcp-call-tcp_drop-from-tcp_data_queue_ofo.patch
- net: convert inet_frag_queue.refcnt from atomic_t to refcount_t
(CVE-2018-5391 bsc#1103097).
- net: make struct inet_frags::qsize unsigned (CVE-2018-5391
bsc#1103097).
- commit ebc5efc
- x86/kaslr: Fix incorrect i8254 outb() parameters (bsc#1114279).
- Refresh
patches.suse/0003-x86-KASLR-public-the-function-for-getting-random-lon.patch.
- commit fc169b3
- scsi: qla2xxx: Update driver version to 10.00.00.12-k (bsc#1094555).
- scsi: qla2xxx: Fix for FC-NVMe discovery for NPIV port (bsc#1094555).
- scsi: qla2xxx: Fix NPIV handling for FC-NVMe (bsc#1094555).
- scsi: qla2xxx: Enable FC-NVME on NPIV ports (bsc#1094555).
- scsi: qla2xxx: Initialize port speed to avoid setting lower speed (bsc#1094555).
- scsi: qla2xxx: Fix a typo in MODULE_PARM_DESC (bsc#1094555).
- scsi: qla2xxx: Modify fall-through annotations (bsc#1094555).
- scsi: qla2xxx: Simplify conditional check (bsc#1094555).
- scsi: qla2xxx: Remove unnecessary self assignment (bsc#1094555).
- commit ba2f97d
- KMPs: provide and conflict a kernel version specific KMP name
(bsc#1127155, bsc#1109137).
- commit 5568093
- supported.conf: add supported modules (bsc#1123548)
- commit f3a9728
- scsi: sym53c8xx: fix NULL pointer dereference panic in
sym_int_sir() (bsc#1125315).
- commit c6f8f16
- tools build: Add test-reallocarray.c to test-all.c to fix the
build (bsc#1109837).
- cxgb4: Update 1.22.9.0 as the latest firmware supported
(bsc#1127354).
- commit 9da8656
- net: netem: fix skb length BUG_ON in __skb_to_sgvec (git-fixes).
- commit ad202d7
- scsi: sym53c8xx: fix NULL pointer dereference panic in
sym_int_sir() (bsc#1125315).
- commit 39c1bd9
- s390/qeth: cancel close_dev work before removing a card
(LTC#175898, bsc#1127561).
- commit e74805a
- netfilter: nf_tables: check the result of dereferencing
base_chain->stats (git-fixes).
- commit a4e03cb
- s390/setup: set control program code via diag 318 (FATE#326363,
LTC#169183, bsc#1126993).
- commit 40fb35c
- scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size
devices (bsc#1114585).
- block: move bio_integrity_{intervals,bytes} into blkdev.h
(bsc#1114585).
- commit a620aaf
- Remove blacklist of virtio patch so we can install it
(bsc#1114585)
- commit c3293e9
- s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus
subsystem (bsc#1128180).
- Refresh
patches.drivers/brcmfmac-Use-firmware_request_nowarn-for-the-clm_blo.patch.
- Refresh
patches.fixes/0001-xprtrdma-Make-sure-Send-CQ-is-allocated-on-an-existi.patch.
- Refresh
patches.fixes/exec-Fix-mem-leak-in-kernel_read_file.patch.
- Refresh
patches.fixes/scsi-core-reset-host-byte-in-DID_NEXUS_FAILURE-case.patch.
- commit dafa97e
- KVM: Expose new cpu features to guest (FATE#326222).
- commit 13e2218
- Revert "Drop multiversion(kernel) from the KMP template (fate#323189)"
(bsc#1109137).
This reverts commit 71504d805c1340f68715ad41958e5ef35da2c351.
- commit adade9f
- iw_cxgb4: cq/qp mask depends on bar2 pages in a host page
(bsc#1127354).
- cxgb4: Export sge_host_page_size to ulds (bsc#1127354).
- cxgb4/cxgb4vf: Fix mac_hlist initialization and free
(bsc#1127355).
- commit 9a8f41e
- net/mlx5: Update the list of the PCI supported devices
(bsc#1127611).
- commit 78ef57e
- blacklist.conf: added two commits alreday applied in their v5.0-rc7 version
- commit 76bf59e
- mm: enforce min addr even if capable() in expand_downwards()
(bsc#1128166, CVE-2019-9213).
- commit 998cff7
- net: sched: put back q.qlen into a single location
(bsc#1109837).
- tls: Fix write space handling (bsc#1109837).
- tls: Fix tls_device handling of partial records (bsc#1109837).
- net: mvpp2: fix the computation of the RXQs (bsc#1119113
FATE#326472).
- net: mvpp2: fix validate for PPv2.1 (bsc#1119113 FATE#326472).
- net: hns3: fix improper error handling for hns3_client_start
(bsc#1126390).
- net: hns3: fix setting of the hns reset_type for rdma hw errors
(bsc#1126390).
- net: hns3: fix get VF RSS issue (bsc#1126390).
- net: hns3: enable VF VLAN filter for each VF when initializing
(bsc#1126390).
- net: hns3: add support to config depth for tx|rx ring separately
(bsc#1126390).
- net: hns3: remove hnae3_get_bit in data path (bsc#1126390).
- net: hns3: replace hnae3_set_bit and hnae3_set_field in data
path (bsc#1126390).
- net: hns3: add unlikely for error handling in data path
(bsc#1126390).
- net: hns3: remove some ops in struct hns3_nic_ops (bsc#1126390).
- net: hns3: limit some variable scope in critical data path
(bsc#1126390).
- net: hns3: avoid mult + div op in critical data path
(bsc#1126390).
- net: hns3: add xps setting support for hns3 driver
(bsc#1126390).
- net: hns3: clear command queue's registers when unloading VF
driver (bsc#1126390).
- net: hns3: uninitialize command queue while unloading PF driver
(bsc#1126390).
- net: hns3: Record VF vlan tables (bsc#1126390).
- net: hns3: Record VF unicast and multicast tables (bsc#1126390).
- net: hns3: fix 6th bit of ppp mpf abnormal errors (bsc#1126390).
- net: hns3: enable 8~11th bit of mac common msi-x error
(bsc#1126390).
- net: hns3: some bugfix of ppu(rcb) ras errors (bsc#1126390).
- net: hns3: modify print message of ssu common ecc errors
(bsc#1126390).
- net: hns3: fix port info query issue for copper port
(bsc#1126390).
- net: hns3: convert mac advertize and supported from u32 to
link mode (bsc#1126390).
- net: hns3: Check variable is valid before assigning it to
another (bsc#1126390).
- net: hns3: add pointer checking at the beginning of the exported
functions (bsc#1126390).
- cxgb4: Mask out interrupts that are not enabled (bsc#1127177).
- net/mlx5: Delete unused FPGA QPN variable (bsc#1103990
FATE#326006).
- mdio_bus: Fix PTR_ERR() usage after initialization to constant
(bsc#1119113 FATE#326472).
- net: hns3: make function hclge_set_all_vf_rst() static
(bsc#1126390).
- cxgb4: Add capability to get/set SGE Doorbell Queue Timer Tick
(bsc#1127354).
- cxgb4/cxgb4vf: Add support for SGE doorbell queue timer
(bsc#1127354).
- devlink: Fix list access without lock while reading region
(bsc#1109837).
- devlink: Return right error code in case of errors for region
read (bsc#1109837).
- cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()
(bsc#1127355).
- net: hns3: MAC table entry count function increases operation
0 value protection measures (bsc#1126390).
- net: hns3: modify the upper limit judgment condition
(bsc#1126390).
- net: hns3: don't allow user to change vlan filter state
(bsc#1126390).
- net: hns3: optimize the maximum TC macro (bsc#1126390).
- net: hns3: fix the problem that the supported port is empty
(bsc#1126390).
- net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()
(bsc#1126390).
- net: hns3: move some set_bit statement into
hclge_prepare_mac_addr (bsc#1126390).
- net: hns3: add hclge_cmd_check_retval() to parse comman's
return value (bsc#1126390).
- net: hns3: code optimization for hclge_rx_buffer_calc
(bsc#1126390).
- net: hns3: Modify parameter type from int to bool in set_gro_en
(bsc#1126390).
- net: hns3: fix an issue for hns3_update_new_int_gl
(bsc#1126390).
- net: hns3: fix a code style issue for hns3_update_new_int_gl()
(bsc#1126390).
- net: hns3: Check for allocation failure (bsc#1126390).
- net: hns3: keep flow director state unchanged when reset
(bsc#1126390).
- net: hns3: stop sending keep alive msg to PF when VF is
resetting (bsc#1126390).
- net: hns3: fix an issue for hclgevf_ae_get_hdev (bsc#1126390).
- net: hns3: fix improper error handling in the
hclge_init_ae_dev() (bsc#1126390).
- net: hns3: fix for rss result nonuniform (bsc#1126390).
- net: hns3: fix netif_napi_del() not do problem when unloading
(bsc#1126390).
- net: hns3: Fix NULL deref when unloading driver (bsc#1126390).
- net: hns3: only support tc 0 for VF (bsc#1126390).
- net: hns3: change hnae3_register_ae_dev() to int (bsc#1126390).
- net: hns3: use the correct interface to stop|open port
(bsc#1126390).
- net: hns3: fix VF dump register issue (bsc#1126390).
- net: hns3: reuse the definition of l3 and l4 header info union
(bsc#1126390).
- cxgb4vf: Update port information in cxgb4vf_open()
(bsc#1127355).
- net: hns3: don't allow vf to enable promisc mode (bsc#1126390).
- net: hns3: add initialization for nic state (bsc#1126390).
- net: hns3: add 8 BD limit for tx flow (bsc#1126390).
- net: hns3: call hns3_nic_set_real_num_queue with netdev down
(bsc#1126390).
- net: hns3: remove dcb_ops->map_update in hclge_dcb
(bsc#1126390).
- net: hns3: do reinitialization while mqprio configuration
changed (bsc#1126390).
- net: hns3: After setting the loopback, add the status of
getting MAC (bsc#1126390).
- net: hns3: fix broadcast promisc issue for revision 0x20
(bsc#1126390).
- net: hns3: fix return value handle issue for
hclge_set_loopback() (bsc#1126390).
- net: hns3: add error handling in hclge_ieee_setets
(bsc#1126390).
- net: hns3: clear pci private data when unload hns3 driver
(bsc#1126390).
- net: hns3: don't update packet statistics for packets dropped
by hardware (bsc#1126390).
- net/mlx5e: Reuse fold sw stats in representors (bsc#1103990
FATE#326006).
- net/mlx5e: Present the representors SW stats when state is
not opened (bsc#1103990 FATE#326006).
- net/mlx5e: Separate between ethtool and netdev software stats
folding (bsc#1103990 FATE#326006).
- net: hns3: fix PFC not setting problem for DCB module
(bsc#1126390).
- net: hns3: add statistics for PFC frames and MAC control frames
(bsc#1126390).
- net: hns3: add ETS TC weight setting in SSU module
(bsc#1126390).
- net: hns3: do not return GE PFC setting err when initializing
(bsc#1126390).
- net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED
(bsc#1126390).
- net: hns3: clear param in ring when free ring (bsc#1126390).
- net: hns3: fix bug of ethtool_ops.get_channels for VF
(bsc#1126390).
- net: hns3: fix for shaper not setting when TC num changes
(bsc#1126390).
- net: hns3: fix rss configuration lost problem when setting
channel (bsc#1126390).
- net: hns3: refactor the statistics updating for netdev
(bsc#1126390).
- net: hns3: add rx multicast packets statistic (bsc#1126390).
- net: hns3: add calling roce callback function when link status
change (bsc#1126390).
- net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module
(bsc#1126390).
- net: hns3: do reinitialization while ETS configuration changed
(bsc#1126390).
- net: hns3: fix wrong combined count returned by ethtool -l
(bsc#1126390).
- net: hns3: adjust the use of alloc_tqps and num_tqps
(bsc#1126390).
- net: hns3: fix user configuration loss for ethtool -L
(bsc#1126390).
- net: hns3: remove redundant codes in hclge_knic_setup
(bsc#1126390).
- net: hns3: modify parameter checks in the hns3_set_channels
(bsc#1126390).
- net: hns3: add interface hclge_tm_bp_setup (bsc#1126390).
- net: hns3: reuse reinitialization interface in the
hns3_set_channels (bsc#1126390).
- net: hns3: remove unnecessary hns3_adjust_tqps_num
(bsc#1126390).
- net: hns3: remove unused member in struct hns3_enet_ring
(bsc#1126390).
- net: hns3: modify enet reinitialization interface (bsc#1126390).
- cxgb4: number of VFs supported is not always 16 (bsc#1127354).
- cxgb4: use new fw interface to get the VIN and smt index
(bsc#1127354).
- cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page size
(bsc#1127354).
- cxgb4vf: fix memleak in mac_hlist initialization (bsc#1127355).
- cxgb4: Add new T6 PCI device ids 0x608a (bsc#1127354).
- commit e5147ba
- powerpc/livepatch: small cleanups in
save_stack_trace_tsk_reliable() (bsc#1071995 fate#323487).
- commit 38b76ee
- powerpc/livepatch: relax reliable stack tracer checks for
first-frame (bsc#1071995 fate#323487).
- commit 618ef9f
- powerpc/64s: Clear on-stack exception marker upon exception
return (bsc#1071995 fate#323487).
- commit ba10b93
- livepatch: Remove signal sysfs attribute (bsc#1071995
fate#323487).
- commit c5e5181
- livepatch: Send a fake signal periodically (bsc#1071995
fate#323487).
- commit 7088101
- livepatch: Module coming and going callbacks can proceed with
all listed patches (bsc#1071995 fate#323487).
- commit 79db698
- livepatch: Proper error handling in the shadow variables
selftest (bsc#1071995 fate#323487).
- commit 0eaa537
- livepatch: return -ENOMEM on ptr_id() allocation failure
(bsc#1071995 fate#323487).
- commit 0f271e8
- livepatch: Introduce klp_for_each_patch macro (bsc#1071995
fate#323487).
- commit da18829
- livepatch: core: Return EOPNOTSUPP instead of ENOSYS
(bsc#1071995 fate#323487).
- commit 9ec6c45
- selftests/livepatch: add DYNAMIC_DEBUG config dependency
(bsc#1071995 fate#323487).
- commit 2d37e66
- iomap: FUA is wrong for DIO O_DSYNC writes into unwritten
extents (jsc#SLE-4631 bsc#1128041).
- iomap: Use FUA for pure data O_DSYNC DIO writes (jsc#SLE-4631
bsc#1128040).
- iomap: iomap_dio_rw() handles all sync writes (jsc#SLE-4631
bsc#1128039).
- commit 9bece50
- xfs: move generic_write_sync calls inwards (jsc#SLE-4631 bsc#1128038).
- commit d16f826
- iomap_dio_actor(): fix iov_iter bugs (jsc#SLE-4631 bsc#1128016).
- commit e7d739e
- blacklist.conf: 53bb565fc543 x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)
- commit 38334db
- blacklist.conf: 65bba0423ecf kbuild: fix UML build error with CONFIG_GCC_PLUGINS
- commit a2369f4
- blacklist.conf: 29434801e7e9 x86/vdso: Remove a stale/misleading comment from the linker script
- commit 622c158
- x86/vdso: Remove obsolete "fake section table" reservation
(bsc#1114279).
- commit 23f423f
- Update config files.
Remove conditional support for SMB2 and SMB3:
- They were already enabled and are now always enabled.
- There are no more #ifdef checking these macros.
- They dont show up in fs/cifs/Kconfig
- They have been removed upstream
- It makes backporting easier, otherwise backported patches need to
modified to add #ifdef
Keep them as =y in vanilla config (which still requires it)
- commit 5cf8695
- mmc: cqhci: Fix a tiny potential memory leak on error condition
(git-fixes).
- mmc: cqhci: fix space allocated for transfer descriptor
(git-fixes).
- mmc: core: Fix NULL ptr crash from mmc_should_fail_request
(git-fixes).
- commit 1c78d01
- Enable livepatch test drivers in lib/
Livepatch kselftests need those.
- Update config files.
- supported.conf
- commit b5e1a19
- selftests/livepatch: introduce tests (bsc#1071995 fate#323487).
- commit 248f360
- Update config files.
- commit 83afceb
- livepatch: Define a macro for new API identification
(bsc#1071995 fate#323487).
- commit c2e2280
- x86/mtrr: Don't copy uninitialized gentry fields back to
userspace (bsc#1114279).
- commit 135fda8
- blacklist.conf: dbe733642e01 x86/Kconfig: Select SCHED_SMT if SMP enabled
- commit 117d5dd
- s390/qeth: fix use-after-free in error path (bsc#1127534).
- commit 6ea74cd
- s390/qeth: fix use-after-free in error path (bsc#1127534).
- commit de847d6
- blacklist.conf: b247be3fe89b locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper bound
Not needed urgently in SLE15.
- commit f26ee44
- x86/a.out: Clear the dump structure initially (bsc#1114279).
- commit 6c90b4f
- livepatch: Change unsigned long old_addr -> void *old_func in
struct klp_func (bsc#1071995 fate#323487).
- livepatch: Consolidate klp_free functions (bsc#1071995
fate#323487).
- livepatch: Don't block the removal of patches loaded after a
forced transition (bsc#1071995 fate#323487).
- livepatch: Remove ordering (stacking) of the livepatches
(bsc#1071995 fate#323487).
- livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code
(bsc#1071995 fate#323487).
- livepatch: Simplify API by removing registration step
(bsc#1071995 fate#323487).
- Refresh patches.suse/livepatch-add-atomic-replace.patch.
- Refresh
patches.suse/livepatch-atomic-replace-and-cumulative-patches-documentation.patch.
- Refresh
patches.suse/livepatch-mark-the-kernel-unsupported-when-disabling.patch.
- Refresh
patches.suse/livepatch-remove-nop-structures-when-unused.patch.
- Refresh
patches.suse/livepatch-send-a-fake-signal-periodically.patch.
- Refresh
patches.suse/livepatch-use-lists-to-manage-patches-objects-and-functions.patch.
- Delete
patches.suse/livepatch-add-an-extra-flag-to-distinguish-registered-patches.patch.
- Delete
patches.suse/livepatch-allow-to-replace-even-disabled-patches.patch.
- Delete
patches.suse/livepatch-free-only-structures-with-initialized-kobject.patch.
- Delete
patches.suse/livepatch-remove-replaced-patches-from-the-stack.patch.
Atomic replace. Update to a final version.
- commit 2a26746
- bpf: drop refcount if bpf_map_new_fd() fails in map_create()
(bsc#1083647).
- bpf: decrease usercnt if bpf_map_new_fd() fails in
bpf_map_get_fd_by_id() (bsc#1083647).
- commit 97bcd77
- KMPs: obsolete older KMPs of the same flavour (bsc#1127155, bsc#1109137).
- commit 821419f
- powerpc/pseries: export timebase register sample in lparcfg
(bsc#1127750).
- commit 6023475
- Update config files.
Enabled Soft RoCE for ppc64le (FATE#327553)
- commit dfd69ad
- x86/efi: Allocate e820 buffer before calling
efi_exit_boot_service (bsc#1127307).
- commit 35133e1
- net: hns: Fixes the missing put_device in positive leg for
roce reset (bsc#1126709).
- net: hns: Fix object reference leaks in hns_dsaf_roce_reset()
(bsc#1126709).
- net: hns: Restart autoneg need return failed when autoneg off
(bsc#1126709).
- net: hns: Fix for missing of_node_put() after of_parse_phandle()
(bsc#1126709).
- net: hns: Fix use after free identified by SLUB debug
(bsc#1126709).
- net: hns: Fix WARNING when hns modules installed (bsc#1126709).
- net: hns: Fix ping failed when use net bridge and send multicast
(bsc#1126709).
- net: hns: Add mac pcs config when enable|disable mac
(bsc#1126709).
- net: hns: Fix ntuple-filters status error (bsc#1126709).
- net: hns: Avoid net reset caused by pause frames storm
(bsc#1126709).
- net: hns: Free irq when exit from abnormal branch (bsc#1126709).
- net: hns: Clean rx fbd when ae stopped (bsc#1126709).
- net: hns: Fixed bug that netdev was opened twice (bsc#1126709).
- net: hns: Some registers use wrong address according to the
datasheet (bsc#1126709).
- net: hns: All ports can not work when insmod hns ko after rmmod
(bsc#1126709).
- net: hns: Incorrect offset address used for some registers
(bsc#1126709).
- commit 781eaa3
- libnvdimm: Fix altmap reservation size calculation
(bsc#1127682).
- commit c006172
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
hugepages (bsc#1127731).
- commit 8454bd2
- pci-hyperv: increase HV_VP_SET_BANK_COUNT_MAX to handle 1792
vcpus (fate#327171, bsc#1122822).
- hv: v4.12 API for hyperv-iommu (fate#327171, bsc#1122822).
- HYPERV/IOMMU: Add Hyper-V stub IOMMU driver (fate#327171,
bsc#1122822).
- x86/Hyper-V: Set x2apic destination mode to physical when
x2apic is available (fate#327171, bsc#1122822).
- x86/apic: Provide apic_ack_irq() (fate#327171, bsc#1122822).
- commit 56ec609
- bpf: drop refcount if bpf_map_new_fd() fails in map_create()
(bsc#1056787).
- bpf: decrease usercnt if bpf_map_new_fd() fails in
bpf_map_get_fd_by_id() (bsc#1056787).
- net: phy: phylink: fix uninitialized variable in
phylink_get_mac_state (bsc#1119113 FATE#326472).
- ipv4: Pass original device to ip_rcv_finish_core (bsc#1109837).
- bnxt_en: Drop oversize TX packets to prevent errors (bsc#1104745
FATE#325918).
- net: sched: act_tunnel_key: fix NULL pointer dereference during
init (bsc#1109837).
- net/sched: act_skbedit: fix refcount leak when replace fails
(bsc#1109837).
- net/sched: act_ipt: fix refcount leak when replace fails
(bsc#1109837).
- nvmet-rdma: fix null dereference under heavy load (bsc#1127360).
- commit 002a10b
- bpf: fix sanitation rewrite in case of non-pointers
(bsc#1083647).
- commit 7770a6f
- iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages() (bsc#1127594).
- commit d8ed82f
- x86/hyper-v: Fix definition of HV_MAX_FLUSH_REP_COUNT
(fate#323887).
- hv_netvsc: Fix IP header checksum for coalesced packets
(fate#323887).
- commit edfc558
- drm/vmwgfx: Don't double-free the mode stored in par->set_mode (bsc#1103429)
- commit 99c4074
- btrfs: fix use-after-free of cmp workspace pages (bsc#1127603).
- commit 7753ef9
- btrfs: fix invalid-free in btrfs_extent_same (bsc#1127498).
- Btrfs: fix clone vs chattr NODATASUM race (bsc#1127497).
- btrfs: use kvzalloc for EXTENT_SAME temporary data
(bsc#1127496).
- Btrfs: reuse cmp workspace in EXTENT_SAME ioctl (bsc#1127495).
- Btrfs: dedupe_file_range ioctl: remove 16MiB restriction
(bsc#1127494).
- commit 8bb669e
- Btrfs: split btrfs_extent_same (bsc#1127493).
- Refresh
patches.suse/btrfs-fix-data-corruption-when-deduplicating-between.patch.
- commit 67ac488
- tools lib traceevent: Fix buffer overflow in arg_eval
(bsc#1122179).
- commit f4311dd
- scsi: mpt3sas: switch to generic DMA API (bsc#1117108).
- scsi: mpt3sas: Remove unnecessary parentheses and simplify
null checks (bsc#1117108).
- scsi: mpt3sas: Use dma_pool_zalloc (bsc#1117108).
- scsi: mpt3sas: Remove unused macro MPT3SAS_FMT (bsc#1117108).
- scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without
logging levels (bsc#1117108).
- scsi: mpt3sas: Remove KERN_WARNING from panic uses
(bsc#1117108).
- scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and
reply_q_name to %s: (bsc#1117108).
- scsi: mpt3sas: Convert mlsleading uses of pr_<level> with
MPT3SAS_FMT (bsc#1117108).
- commit e3f05da
- scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to
ioc_<level> (bsc#1117108).
- Refresh
patches.suse/mpt3sas-check-sense-buffer-before-copying-sense-data.patch.
- commit 9574b94
- cifs: Always resolve hostname before reconnecting (bsc#1051510).
- commit c95017f
- ACPI: NUMA: Use correct type for printing addresses on i386-PAE
(bsc#1051510).
- clocksource/drivers/integrator-ap: Add missing of_node_put()
(bsc#1051510).
- cpufreq: conservative: Take limits changes into account properly
(bsc#1051510).
- cpufreq: governor: Avoid accessing invalid governor_data
(bsc#1051510).
- commit b5192ba
- x86/boot/e820: Introduce the bootloader provided
e820_table_firmware[] table (bsc#1127154).
- x86/boot/e820: Rename the e820_table_firmware to
e820_table_kexec (bsc#1127154).
- x86/boot/e820: Avoid overwriting e820_table_firmware
(bsc#1127154).
- commit 2e41e89
- rxrpc: bad unlock balance in rxrpc_recvmsg
(networking-stable-19_02_10).
- net: dsa: slave: Don't propagate flag changes on down slave
interfaces (networking-stable-19_02_10).
- net: dp83640: expire old TX-skb (networking-stable-19_02_10).
- net: systemport: Fix WoL with password after deep sleep
(networking-stable-19_02_10).
- commit c07383b
- scsi: mpt3sas: Add ioc_<level> logging macros (bsc#1117108).
- scsi: mpt3sas: Improve kernel-doc headers (bsc#1117108).
- scsi: mpt3sas: Split _base_reset_handler(),
mpt3sas_scsih_reset_handler() and mpt3sas_ctl_reset_handler()
(bsc#1117108).
- scsi: mpt3sas: Fix a race condition in
mpt3sas_base_hard_reset_handler() (bsc#1117108).
- scsi: mpt3sas: Introduce struct mpt3sas_nvme_cmd (bsc#1117108).
- scsi: mpt3sas: Annotate switch/case fall-through (bsc#1117108).
- scsi: mpt3sas: Remove set-but-not-used variables (bsc#1117108).
- scsi: mpt3sas: Fix indentation (bsc#1117108).
- scsi: mpt3sas: Swap I/O memory read value back to cpu endianness
(bsc#1117108).
- commit 4ec4b4f
==== kipi-plugins ====
Subpackages: kipi-plugins-lang
- Initial stand-alone package, based on digikam-5.9.0
==== libgxps ====
- Add libgxps-CVE-2018-10733.patch to fix a heap-based buffer
over-read issue (CVE-2018-10733, boo#1092125).
==== libjpeg-turbo ====
- security update
- added patches
CVE-2018-14498 [bsc#1128712]
+ libjpeg-turbo-CVE-2018-14498.patch
- asan_build: build ASAN included
- debug_build: build more suitable for debugging
- disable silent rules
- security update:
* CVE-2018-1152 [bsc#1098155]
+ libjpeg-turbo-CVE-2018-1152.patch
- security update:
* CVE-2018-11813 [bsc#1096209]
+ libjpeg-turbo-CVE-2018-11813.patch
* remove redundant libjpeg-turbo-CVE-2017-15232.patch
[bsc#1062937#c17]
==== libqt5-qtbase ====
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5OpenGL5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-mysql libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5 libqt5-qtbase-platformtheme-gtk3
- Update 0001-xcb-prevent-crash-with-pixmap-cursors-on-XRender-less-system.patch
* Use QT_CONFIG(xcb_render) for Qt >= 5.9, XCB_USE_RENDER has been
obsoleted. (bsc#1108889)
==== libstorage-ng ====
Version update (4.1.101 -> 4.1.102)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#630
- fix compilation with -O0
- 4.1.102
==== libvirt ====
Subpackages: libvirt-bash-completion libvirt-client libvirt-daemon libvirt-daemon-config-network libvirt-daemon-driver-interface libvirt-daemon-driver-network libvirt-daemon-driver-nodedev libvirt-daemon-driver-nwfilter libvirt-daemon-driver-qemu libvirt-daemon-driver-secret libvirt-daemon-driver-storage libvirt-daemon-driver-storage-core libvirt-daemon-driver-storage-disk libvirt-daemon-driver-storage-gluster libvirt-daemon-driver-storage-iscsi libvirt-daemon-driver-storage-logical libvirt-daemon-driver-storage-mpath libvirt-daemon-driver-storage-rbd libvirt-daemon-driver-storage-scsi libvirt-daemon-qemu libvirt-libs
- apparmor: reintroduce upstream lxc mount rules
Drop apparmor-no-mount.patch
bsc#1130129
- supportconfig: collect rotated logs in /var/log/libvirt/*
Modified libvirt-supportconfig
bsc#1124667
- hook: encode incoming XML to UTF-8 before passing to lxml etree
fromstring method
Modifed suse-qemu-domain-hook.py
boo#1123642
- libxl: change autoballooning default to disabled
suse-libxl-disable-autoballoon.patch
jsc#SLE-3059
- conf: add new 'xenbus' controller type
09eb1ae0-conf-add-xenbus-controller.patch
- libxl: support Xen's max_grant_frames setting with maxGrantFrames
attribute on the xenbus controller
fb059757-libxl-add-xenbus-controller.patch,
ec5a1191-libxl-support-max-grant-frames.patch,
5a64c202-xenconfig-support-max-grant-frames.patch
bsc#1126325
- Replace patches with upstream variants
Old:
0001-apparmor-Check-libvirtd-profile-status-by-name.patch,
0001-qemu-Fix-query-cpus-fast-target-architecture-detecti.patch
New:
411cdaf8-apparmor-check-profile-name.patch,
696239ba-qemu-fix-query-cpus-fast.patch
==== libx86emu ====
Version update (2.1 -> 2.2)
- merge gh#wfeldt/libx86emu#14
- ops2: Add support for conditional move
- ops2: Implement bswap
- Add additional ops2 instructions
- 2.2
==== mutter ====
Subpackages: libmutter-1-0 mutter-data mutter-lang
- Add mutter-Lower-HIDPI_LIMIT-to-144.patch: mutter will set scaling
factor to 2 when the monitor's dpi is greater than 144 (96*1.5) to
keep GNOME's behavior consistent with YaST Installer (fate#326682,
bsc#1125467).
==== open-vm-tools ====
Subpackages: libvmtools0 open-vm-tools-desktop
- Link VGAuthService to libxmlsec1 rather than libxml-security-c for
SLES 15 and SLES 15 SP1. It requires libxmlsec1 to be available in the
base. VGAuthService is already being linked with libxmlsec1 for
SLES 12 SP4. (bsc#1122435)
- Add gcc9-warnings.patch (bsc#1126102).
==== openssl-1_0_0 ====
- Add back the steam subpackage because it's needed on Leap 15
whose openssl-1_0_0 package is inherited from SLE-15 (bsc#1130041)
* add openssl-fix-cpuid_setup.patch
==== openssl-1_1 ====
Subpackages: libopenssl1_1 libopenssl1_1-32bit
- Fix segfault in openssl speed when an unknown algorithm is passed
(bsc#1125494)
* add 0001-apps-speed-fix-segfault-while-looking-up-algorithm-n.patch
- Correctly skip binary curves in openssl speed to avoid spitting
errors (bsc#1116833)
* add openssl-speed_skip_binary_curves_NO_EC2M.patch
- OpenSSL Security Advisory [6 March 2019]
* Prevent long nonces in ChaCha20-Poly1305 (bsc#1128189, CVE-2019-1543)
* add openssl-CVE-2019-1543.patch
==== patterns-base ====
Subpackages: patterns-base-32bit patterns-base-apparmor patterns-base-apparmor-32bit patterns-base-apparmor_opt patterns-base-base patterns-base-base-32bit patterns-base-basesystem patterns-base-console patterns-base-enhanced_base patterns-base-enhanced_base-32bit patterns-base-enhanced_base_opt patterns-base-minimal_base patterns-base-minimal_base-32bit patterns-base-sw_management patterns-base-sw_management-32bit patterns-base-transactional_base patterns-base-update_test patterns-base-x11 patterns-base-x11-32bit patterns-base-x11_enhanced patterns-base-x11_enhanced-32bit patterns-base-x11_opt
- Do not require openssh-askpass-gnome on openSUSE it doesn't make
sense for most desktops (boo#1124865)
- enhanced_base does not need to recommend sw_management or yast
these are pulled in from enough other more sensible places.
==== patterns-xfce ====
Subpackages: patterns-xfce-xfce patterns-xfce-xfce_basis patterns-xfce-xfce_laptop patterns-xfce-xfce_office
- recommend gcr-ssh-askpass (bnc#1108381)
==== plasma5-pk-updates ====
Subpackages: plasma5-pk-updates-lang
- Add patches already approved by upstream to delay any check for updates
until the network is online if the network is offline . The patches
also fix some visibility issues of widgets that don't make sense if
the network is offline. This is part of the fix for boo#1103678.
* 0001-Hide-updates-and-checkbox-when-system-is-offline.patch
* 0002-Add-its-own-messageChanged-NOTIFY-signal-to-message.patch
* 0003-Delay-PkUpdates-checkUpdates-calls-if-the-network-is-offline.patch
- Rebase patch:
* 0001-Hide-option-to-install-updates-on-Tumbleweed.patch
==== plasma5-workspace ====
Subpackages: plasma5-session plasma5-session-wayland plasma5-workspace-lang plasma5-workspace-libs
- Edit 0001-Set-GTK_BACKEND-x11-in-a-wayland-session.patch:
* Allow overriding GDK_BACKEND in .config/plasma-workspace/env
==== polkit-default-privs ====
- 0009-polkit-privs-whitelisting-add-renamed-wifi-scan-wifi.patch:
add renamed wifi-scan -> wifi.scan action (bsc#1128560)
==== remmina ====
Version update (1.3.2 -> 1.3.4)
Subpackages: remmina-lang remmina-plugin-rdp remmina-plugin-secret remmina-plugin-vnc remmina-plugin-xdmcp
- Update to new upstream release 1.3.4
* Updated to use core18 and gnome-3-28-1804 !1797
* Snap: Build snap in CI and publish to the edge channel for
builds against master !1810
* Resolve "SSH public key cannot be imported: Access denied for
'none'. Authentication that can continie: publickey" !1811
* snap: Ensure the icon is installed !1812
- Update to new upstream release 1.3.3
* Fix ?Utranslated? typo + XHTML 1.0 strictness + move div CSS rule in style block
* Revert autoclosed <script> tags. It seems to be badly surported
* Remmina connection window refactoring
* Adding Serial and parallel ports sharing
* RemminaMain window refactoring - Removing deprecated functions.
* Fix #1836 implementing the correct message panel when authenticating
* Make ssh tunnel pwd user manageable and public key import
* Fix Yes/No inversion
* Updated translations: de, zh_CN, it, fr, tr, da, it
==== rsyslog ====
- set default permissions before include directives (bsc#1126233)
* Logfile open modes depend on position in the config file, see
https://www.rsyslog.com/doc/rsconf1_filecreatemode.html
==== systemd-presets-common-SUSE ====
- enable nvmefc-boot-connections.service to discover
network-provided nvme drives on boot (bsc#1128428)
==== unzip ====
Subpackages: unzip-doc
- Add unzip60-cfactorstr_overflow.patch to fix buffer overflow in
list.c [bsc#1110194] [CVE-2018-18384]
==== vlc ====
Subpackages: libvlc5 libvlccore9 vlc-codec-gstreamer vlc-lang vlc-noX vlc-qt vlc-vdpau
- Add vlc-libssh2-ECDSA-version.patch: sftp: fix version for ECDSA
known hosts (fixes vlc#22060).
- Add conditional pkgconfig(dav1d) BuildRequires: build av1
decoding via dav1d decoder.
==== xf86-input-wacom ====
- readded support for serial input devices (boo#1120405)
==== xfce4-panel-plugin-whiskermenu ====
Version update (2.3.1 -> 2.3.2)
Subpackages: xfce4-panel-plugin-whiskermenu-lang
- update to 2.3.2
* Fix editing menu items containting a single quote. (bxo#15091)
* Fix displaying empty tooltips. (bxo#15137)
* Translation updates: Dutch, Galician, Spanish, Swedish, Ukrainian.
==== yast2 ====
Version update (4.1.65 -> 4.1.66)
Subpackages: yast2-logs
- Require tar as a dependency for yast2-logs (bsc#1125142).
- 4.1.66
==== yast2-network ====
Version update (4.1.43 -> 4.1.44)
- bnc#1094934
- Fixed internal error when writing remote configuration by
cmdline (yast remote allow set=yes).
- 4.1.44
==== yast2-trans ====
Version update (84.87.20190309.125b762b7d -> 84.87.20190322.b16b39e213)
Subpackages: yast2-trans-ar yast2-trans-bg yast2-trans-bs yast2-trans-ca yast2-trans-cs yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en yast2-trans-en_GB yast2-trans-en_US yast2-trans-eo yast2-trans-es yast2-trans-et yast2-trans-fa yast2-trans-fi yast2-trans-fr yast2-trans-hu yast2-trans-id yast2-trans-it yast2-trans-ja yast2-trans-ko yast2-trans-lt yast2-trans-nb yast2-trans-nl yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ru yast2-trans-sk yast2-trans-sl yast2-trans-sv yast2-trans-uk yast2-trans-zh_CN yast2-trans-zh_TW
- Update to version 84.87.20190322.b16b39e213:
* Added Left-to-Right Embedding to fix path display in help text (bsc#1127917)
* Fixed "incorrect text direction in System/Kernel Kdump/Expert Settings" (bsc#1127958)
* Fixed Incorrect text alignment in 'Start web browser' message (bsc#1128163)
* Fixed Wrong position of full stop (bsc#1127949)
* Fixed displaying paths in a bidi text
* Fixed the brackets and added RLMs (bsc#1127563)
* New POT for text domain 'ntp-client'.
* Translated using Weblate (Arabic)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Chinese (Taiwan))
* Translated using Weblate (French)
* Translated using Weblate (Hungarian)
* Translated using Weblate (Korean)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Slovak)
* Translated using Weblate (Spanish)
* Translated using Weblate (Swedish)
- Update to version 84.87.20190320.750cf6aee8:
* Fixed string interpolations
* Fixed string interpolations
* New POT for text domain 'packager'.
* New POT for text domain 'autoinst'.
- Update to version 84.87.20190319.0220aaa5b1:
* Fixed inconsistent line endings
* Fixed inconsistent line endings
* Translated using Weblate (Hungarian)
* Translated using Weblate (Spanish)
* Translated using Weblate (Russian)
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (German)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Arabic)
* Translated using Weblate (Russian)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Polish)
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (German)
* Translated using Weblate (Dutch)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Arabic)
* Translated using Weblate (Spanish)
* Translated using Weblate (Russian)
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (German)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Arabic)
* Translated using Weblate (Spanish)
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (Arabic)
* Translated using Weblate (Russian)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Polish)
* Translated using Weblate (Korean)
* Translated using Weblate (Japanese)
* Translated using Weblate (Italian)
* Translated using Weblate (German)
* Translated using Weblate (Chinese (Taiwan))
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Spanish)
* Translated using Weblate (Russian)
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (German)
* Translated using Weblate (Arabic)
* Translated using Weblate (Swedish)
* Translated using Weblate (Spanish)
* Translated using Weblate (Slovak)
* Translated using Weblate (Russian)
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (German)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Arabic)
* Translated using Weblate (Swedish)
* Translated using Weblate (Spanish)
* Translated using Weblate (Spanish)
* Translated using Weblate (Russian)
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (German)
* Translated using Weblate (Arabic)
* Translated using Weblate (Swedish)
* Translated using Weblate (Spanish)
* Translated using Weblate (Russian)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (Arabic)
* Translated using Weblate (Swedish)
* Translated using Weblate (Spanish)
* Translated using Weblate (Slovak)
* Translated using Weblate (Russian)
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (German)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Arabic)
* Translated using Weblate (Spanish)
* Translated using Weblate (Catalan)
* Translated using Weblate (Swedish)
* Translated using Weblate (Spanish)
* Translated using Weblate (Slovak)
* Translated using Weblate (Russian)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Polish)
* Translated using Weblate (Korean)
* Translated using Weblate (Japanese)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (German)
* Translated using Weblate (Dutch)
* Translated using Weblate (Czech)
* Translated using Weblate (Chinese (Taiwan))
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Catalan)
* Translated using Weblate (Arabic)
* Translated using Weblate (Swedish)
* Translated using Weblate (Spanish)
* Translated using Weblate (Russian)
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (German)
* Translated using Weblate (Dutch)
* Translated using Weblate (Chinese (Taiwan))
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Arabic)
* Translated using Weblate (Swedish)
* Translated using Weblate (Spanish)
* Translated using Weblate (Polish)
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (German)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Swedish)
* Translated using Weblate (Slovak)
* Translated using Weblate (Russian)
* Translated using Weblate (Polish)
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (German)
* Translated using Weblate (Chinese (Taiwan))
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Arabic)
* Translated using Weblate (Swedish)
* Translated using Weblate (Spanish)
* Translated using Weblate (Russian)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Korean)
* Translated using Weblate (Italian)
* Translated using Weblate (Hungarian)
* Translated using Weblate (German)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Arabic)
* Add missing hu translations
* New POT for text domain 'registration'.
* New POT for text domain 'country'.
* Translated using Weblate (German)
* Translated using Weblate (Slovak)
* Translated using Weblate (German)
* Translated using Weblate (German)
* Translated using Weblate (German)
* Translated using Weblate (Dutch)
* Translated using Weblate (Slovak)
* Translated using Weblate (German)
* Translated using Weblate (German)
* Translated using Weblate (German)
* Translated using Weblate (German)
* Translated using Weblate (German)
* Translated using Weblate (Catalan)
* Translated using Weblate (Slovak)
* Translated using Weblate (German)
* Translated using Weblate (Catalan)
* Translated using Weblate (German)
* Translated using Weblate (Dutch)
* Translated using Weblate (German)
* Translated using Weblate (Slovak)
* Translated using Weblate (German)
* Translated using Weblate (Catalan)
* Translated using Weblate (Catalan)
* Translated using Weblate (Catalan)
* Translated using Weblate (German)
* Translated using Weblate (Catalan)
* Translated using Weblate (Catalan)
* Translated using Weblate (Catalan)
* Translated using Weblate (Catalan)
* Translated using Weblate (German)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Polish)
* Translated using Weblate (German)
* Translated using Weblate (German)
* Translated using Weblate (Czech)
* Translated using Weblate (Polish)
* Translated using Weblate (Italian)
* Translated using Weblate (Polish)
* Translated using Weblate (German)
* New POT for text domain 'control'.
* Translated using Weblate (Japanese)
* Translated using Weblate (Czech)
* Translated using Weblate (Japanese)
* Translated using Weblate (Czech)
* Translated using Weblate (Japanese)
* Translated using Weblate (Czech)
* Translated using Weblate (Japanese)
* Translated using Weblate (Japanese)
* Translated using Weblate (Japanese)
* Translated using Weblate (Japanese)
* Translated using Weblate (Czech)
* Translated using Weblate (Japanese)
* Fixed text interpolations
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Polish)
* Translated using Weblate (Dutch)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Dutch)
* Translated using Weblate (Dutch)
* Translated using Weblate (Polish)
* Translated using Weblate (Dutch)
* Translated using Weblate (Polish)
* Translated using Weblate (Polish)
* Translated using Weblate (Polish)
* Translated using Weblate (Dutch)
* Translated using Weblate (Dutch)
* Translated using Weblate (Polish)
* Translated using Weblate (Dutch)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Polish)
* Translated using Weblate (Dutch)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Czech)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Japanese)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* New POT for text domain 'storage'.
* Add missing supported po files
* Remove mess from en_US translations
* Delete empty en_US "translations"
* New POT for text domain 'storage'.
* New POT for text domain 'qt-pkg'.
* New POT for text domain 'control'.
* Translated using Weblate (Dutch)
* Translated using Weblate (Chinese (China))
* New POT for text domain 'registration'.
* Translated using Weblate (Korean)
* Translated using Weblate (Dutch)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Dutch)
* Translated using Weblate (Czech)
* Translated using Weblate (Arabic)
* Translated using Weblate (Czech)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Korean)
* Translated using Weblate (Czech)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Albanian)
* Translated using Weblate (Albanian)
* Translated using Weblate (Korean)
* Translated using Weblate (Dutch)
* Translated using Weblate (Chinese (China))
* New POT for text domain 'users'.
* New POT for text domain 'http-server'.
* Translated using Weblate (Czech)
* Translated using Weblate (Japanese)
* Translated using Weblate (Slovak)
* Translated using Weblate (Czech)
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Chinese (China))
* Translated using Weblate (Czech)
* Translated using Weblate (Slovak)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Japanese)
* Translated using Weblate (Catalan)
* Translated using Weblate (Slovak)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Japanese)
* Translated using Weblate (Catalan)
* Translated using Weblate (Slovak)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Japanese)
* Translated using Weblate (Dutch)
* Translated using Weblate (Catalan)
* Translated using Weblate (Slovak)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Japanese)
* Translated using Weblate (Dutch)
* Translated using Weblate (Catalan)
* Translated using Weblate (Slovak)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Japanese)
* Translated using Weblate (Dutch)
* Translated using Weblate (Danish)
* Translated using Weblate (Catalan)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Japanese)
* Translated using Weblate (Dutch)
* Translated using Weblate (Catalan)
* Translated using Weblate (Galician)
* Translated using Weblate (Galician)
* Translated using Weblate (Galician)
* Translated using Weblate (Slovak)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Japanese)
* Translated using Weblate (Dutch)
* Translated using Weblate (Catalan)
* Translated using Weblate (Slovak)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Japanese)
* Translated using Weblate (Galician)
* Translated using Weblate (Catalan)
* Translated using Weblate (Slovak)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Japanese)
* Translated using Weblate (Dutch)
* Translated using Weblate (Catalan)
* Translated using Weblate (Slovak)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Japanese)
* Translated using Weblate (Danish)
* Translated using Weblate (Catalan)
* Translated using Weblate (Slovak)
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
1
0

Re: [opensuse-factory] Re: [opensuse-kde] KDE4/Qt4 removal from openSUSE Factory
by Wolfgang Bauer 29 Mar '19
by Wolfgang Bauer 29 Mar '19
29 Mar '19
Am Freitag, 29. März 2019, 18:30:10 schrieb joyless(a)tutanota.com:
> I use QT5 Clementine every day, for a few months or so. It replaced the QT4
> Clementine in Tumbleweed a while back.
Indeed, you are right of course.
I noticed that myself after writing my mail...
The last stable upstream release (1.3.1 from 2016) still uses Qt4 though,
hence the confusion.
Kind Regards,
Wolfgang
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
1
0