# Last update included in this point release is TODO ||<>|| This is a brief summary of bugs fixed between Ubuntu 18.04.2 and 18.04.3. '''This summary covers only changes to packages in ''__main__'' and ''__restricted__'', which account for all packages in the officially-supported CD images; there are further changes to various packages in ''universe'' and ''multiverse''.''' Some of these fixes were by Ubuntu developers directly, while others were by upstream developers and backported to Ubuntu. For full details, see the individual package changelogs. In addition to the bugs listed below, this update includes all security updates from the [[https://usn.ubuntu.com/releases/ubuntu-18.04-lts/|Ubuntu Security Notice list]] affecting Ubuntu 18.04 LTS that were released up to and including August 1, 2019. The last update included was USN-4079-2 (SoX vulnerabilities). == Installation bug fixes == Updated CD images are provided with this release, including fixes for some installation bugs. (Many installation problems are hardware-specific; for those, see "Hardware support bugs" below.) || parted || Bug:1820090 || debian/patches/fix-windows-fat-recognition-after-resizing.patch: Apply upstream patch to fix FAT resizing so that FAT filesystems which are resized by libparted are recognizeable in Microsoft Windows. || || livecd-rootfs || Bug:1800610 || Minimize the number of manually installed packages in images by marking dependencies of metapackages as automatically installed. But do not mark direct dependencies of ubiquity as auto installed. This caused cryptsetup to remain auto on the installed system in bionic || || console-setup || Bug:1824227 || setupcon: use /run for tempfiles (and dump the various unnecessary fallback paths), since /run is always mountable rw at least as early as /tmp is and is guaranteed to be safe from tmpcleaners at boot. Only keep /tmp as a fallback in case we have access to write to /tmp and to a console, but not to /run. || || language-selector || Bug:1823461 || fontconfig/69-language-selector-ja.conf: Refer to font family more precisely, to prevent that rendering using other fonts is affected unintentionally || || console-setup || Bug:520546 || Call setupcon --force only when debian-installer is active and always redirect output to /dev/null to not block. || || livecd-rootfs || Bug:1826377 || Remove crufty files after minimize-manual || || curtin || Bug:1817964 || New upstream snapshot. || || livecd-rootfs || Bug:1828118 || Backport two minimizations for the docker images: remove apt lists that are removed downstream anyway, and remove device nodes from the image. || || livecd-rootfs || Bug:1827357 || Subiquity specific changes SRU || || debconf || Bug:1822270 || Fix readline prompts when run via run-parts || || livecd-rootfs || Bug:1829333 || Strip translation files out of the minimal images, another thing that goes unused when there is no human console user (and we already don't have the locales themselves present on a minimal image). || || livecd-rootfs || Bug:1831675 || Backport improvements to snap seeding from trunk. || || curtin || Bug:1831757 || d/control: drop probert dependency, not yet in main || || curtin || Bug:1831772 || New upstream snapshot. || || livecd-rootfs || Bug:1828500 || Do proper error checking when calling snap-tool info to determine the base of a snap. || || livecd-rootfs || Bug:1836594 || Seed core for non minimized builds, as it is still required || == Upgrade bug fixes == These changes fix upgrade issues, smoothing the way for future upgrades to later releases of Ubuntu. || unattended-upgrades || Bug:1781176 || Don't check blacklist too early and report updates from not allowed origins as kept back. || || unattended-upgrades || Bug:1779157 || Clear cache when autoremoval fails || || unattended-upgrades || Bug:1815494 || Find autoremovable kernel packages using the patterns in APT's way || || distro-info || Bug:1808038 || Provide support for the milestone eol-esm and add filters for supported-esm to ubuntu-distro-info along with the python and perl modules. || || distro-info-data || Bug:1814976 Bug:1808038 || Add in eol-server and eol-esm dates for all Ubuntu LTS releases. || || unattended-upgrades || Bug:1795696 || do_auto_remove() is successful unless a commit() operation fails || || unattended-upgrades || Bug:1820888 || Compare apt.package.Version objects and not the versions' string representation. This prevented adjusting candidates when the strings sorted differently. Also extend tests to catch issue. || || unattended-upgrades || Bug:1821101 || Fall back to adjusting more packages' candidates when a package from an allowed origin can't be marked to install/upgrade. || || update-manager || Bug:1823410 || UpdateManager/Core/utils.py: when testing to see if a url is downloadable support https in addition to http and ftp. || || ubuntu-release-upgrader || Bug:1822886 || DistUpgradeController.py: Instead of checking every sources.list entry to see if they are accessible keep track of the uris and only test once per uri thereby preventing situations where entries for the same server are enabled and disabled. || || ubuntu-release-upgrader || Bug:1823410 || debian/control: build depend on the new version of update-manager which supports checking to see if an https url is downloadable. || || distro-info-data || Bug:1825379 || Add Ubuntu 19.10 Eoan EANIMAL. || || distro-info-data || Bug:1825553 || Correct EOL dates for trusty || || unattended-upgrades || Bug:1823872 || Detect changes to moved conffiles || || unattended-upgrades || Bug:1823872 || Detect unchanged moved conffiles. When a package moves a conffile properly without any change no conffile prompt needs to be shown thus the package can be upgraded unattended. || || unattended-upgrades || Bug:1821103 || Skip sending email when no package had to be installed, upgraded or removed (Closes: #924554) || || unattended-upgrades || Bug:1824341 || Make sure autoremovals don't start with a dirty cache and remove other packages || || unattended-upgrades || Bug:1824341 || Continue applying minimal sets when one set can't be marked for upgrade. Thanks to Anderson Luiz Alves for the patch, it needed minor modifications || || unattended-upgrades || Bug:1824876 || Stop raising NoAllowedOriginError when marking packages to upgrade/install fails || || unattended-upgrades || Bug:1824804 Bug:1824949 || Adjust only transitive dependencies in the fallback when a package from an allowed origin can't be marked to install/upgrade. This is a much lighter approach than marking every upgradable package because the full fallback was triggered on packages held back as well, using an excessive amount of CPU time. Also it crashed with packages not having any version in allowed origins. || || unattended-upgrades || Bug:1824804 || Skip trying to upgrade held packages in call_adjusted() || || unattended-upgrades || Bug:1825886 || Don't crash collecting transitive dependencies when package has no candidate || || unattended-upgrades || Bug:1826157 || Use mark_install_adjusted() in rewind_cache() The original cache had packages marked with adjustments thus rewinding should also do adjustments to reach the same state. Also not using mark_install_adjusted() crashes when apt raises error on held packages. || || ubuntu-release-upgrader || Bug:1828072 || data/DistUpgrade.cfg.xenial: update KernelRemoval sections to kernel packages that appear in Ubuntu 16.04. || || ubuntu-release-upgrader || Bug:1796193 || DistUpgrade/DistUpgradeViewNonInteractive.py: when responding to a conffile prompt with "n" use bytes not a string. || || ubuntu-release-upgrader || Bug:1824866 || debian/control: add an explicit python3-distro-info dependency to python3-distupgrade as it is now required by DistUpgradeController. || || update-notifier || Bug:1820259 || Add a Livepatch indicator in the system tray. || || update-notifier || Bug:1823351 || Add a "Settings..." button to the Livepatch notification. || || ubuntu-release-upgrader || Bug:1831933 || DistUpgrade/DistUpgradeQuirks.py: only try to install snaps if snapstore is reachable. || == Desktop fixes == These changes mainly affect desktop installations of Ubuntu, Kubuntu, Edubuntu and other Ubuntu-based systems. || nvidia-graphics-drivers-340 || Bug:1815579 || Add support for xserver-xorg-core-hwe-18.04 || || nvidia-graphics-drivers-390 || Bug:1815579 || Add support for xserver-xorg-core-hwe-18.04 || || ghostscript || Bug:1815339 || SECURITY REGRESSION: High RIP_MAX_CACHE makes cups output device fail || || ghostscript || Bug:1817308 || SECURITY REGRESSION: Ghostscript update causes blue background || || libx11 || Bug:1815125 || call-poll-for-event-again.diff: Fix constant video freezes on firefox with amdgpu. || || ghostscript || Bug:1815339 || SECURITY REGRESSION: High RIP_MAX_CACHE makes cups output device fail, second fix attempt. || || libdbusmenu || Bug:1813583 || Fix FTBFS on bionic || || gtk+3.0 || Bug:1807719 || Ensure that all emoji from the emoji chooser use emoji presentation instead of the black-and-white text presentation || || gtk+3.0 || Bug:1807721 || Fix variant selector in emoji chooser || || pygobject || Bug:1813591 || Fix pygobject build test failure with glib2.0 2.56 || || pulseaudio || Bug:1758736 || Add steelseries headset support. This provides sufficient support to enable the Steelseries Arctis 5 and 7 Gaming Headsets || || libxcb || Bug:1777994 || Package libxcb-xinput0/libxcb-xinput-dev. (Closes: #733227) || || cups || Bug:1783298 || fix-a-parsing-bug-in-the-new-authentication-code.patch, fix-cups-auth-find-for-schemes-without-parameters.patch: Backported authentication fixes from upstream || || qtbase-opensource-src || Bug:1776173 || Backport two upstream commits to fix duplex printing Thanks to Robert Bredereck for the initial patch! || || gnome-settings-daemon || Bug:1760399 || Enable IBus for OSK || || mesa || Bug:1815172 || i965-revert-enabling-softpin.diff: Don't enable softpin, causes issues on 32bit installs. || || mesa || Bug:1811225 || New upstream bugfix release. || || nautilus || Bug:1767817 || update the patch to fix a logic error in the code which made tracker never being used even if it's installed || || gnome-software || Bug:1738164 || Allow connections on the u2f-devices interface || || gnome-software || Bug:1815708 || Review snaps using ODRS review server || || im-config || Bug:1816808 || Don't set GTK_IM_MODULE if IBus on Wayland session (The regression, which caused the reversal of this same patch in version 0.34-1ubuntu1.2, has now been fixed.) || || gnome-shell || Bug:1811900 || New git snapshot release up to commit 24cdcc56d || || gnome-shell || Bug:1772677 || Don't fill journal with osdWindow errors || || gnome-shell || Bug:1812266 || Fix missing icon in keyboard indicator || || gnome-shell || Bug:1760399 || Fix OSK activation on X11 || || gnome-shell || Bug:1811908 || Add missing include || || mutter || Bug:1811900 || New upstream git snapshot based on 3.28.3 plus commits up to 4af8d9d47 || || mutter || Bug:1790525 || Fix crash in dual monitor setup and gdm activation || || mutter || Bug:1795774 || Fix crash in dual monitor setup and gdm activation || || mutter || Bug:1805444 || Make possible to launch gnome-shell in wayland using nvidia and EGLDevice backend || || mutter || Bug:1767648 || Fix offscreen-effect painting of clones in zoom mode || || mutter || Bug:1779615 || Fix offscreen-effect painting of clones in zoom mode || || gtk+3.0 || Bug:1816032 || Check for NULL priv->popup_window in gtk_combo_box_popdown() || || gtk+3.0 || Bug:1592177 || Disable typeahead if in search mode || || glib2.0 || Bug:1816547 || New upstream release || || glib2.0 || Bug:1760569 || Fix "Moving a bookmark item to the same URI causes a crash" || || gnome-software || Bug:1799614 || Use new snapd media API || || gnome-software || Bug:1825064 || Show only Ubuntu reviews || || firefox || Bug:1827727 || New upstream stable release (66.0.4build3) || || cups-filters || Bug:1828401 || Fix PDF printing regression caused by latest Ghostscript security updates || || cups || Bug:1822062 || d/p/systemd-service-for-cupsd-after-sssd.patch: Start cupsd after sssd if installed || || gnome-control-center || Bug:1823778 || Dropped, which makes Serbian language items show up as selectable in Region & Language || || gnome-control-center || Bug:1823778 || Prevent that the modifier part is dropped when a language represented by a locale with modifier is set || || mozc || Bug:1823444 || Add d/patches/add_support_new_japanese_era.patch. This adds Japan's new era 令和 (Reiwa) support. || || gnome-bluetooth || Bug:1779289 || backport upstream commits to fix marking of device trusted on pairing not always working (leading to auto-reconnect not working). Always try to pair pointer devices also, that's expected by most recent devices, removing the specific list of devices which should use the default PIN and do that for all devices || || software-properties || Bug:1823761 || Backport Livepatch changes from Disco: || || libreoffice || Bug:1827451 || debian/patches/new-japanese-era-name.patch: Add new Japanse era name "Reiwa" support which taken from upstream: https://cgit.freedesktop.org/libreoffice/core/commit/?id=cacbb0faef77ae8462de9ff5c7307a6a2e28b2bb https://cgit.freedesktop.org/libreoffice/core/commit/?id=597c5d75b8e72d429e096535334eaac7973455ef || || libreoffice || Bug:1822839 || debian/patches/java.vendor-Ubuntu.patch: update to also recognize "Private Build" as java.vendor (for custom PPA builds) || || libreoffice || Bug:1822839 || debian/patches/java.vendor-Ubuntu.patch: also make jvmfwk recognize "Ubuntu" as java.vendor || || libreoffice || Bug:1822839 || see #926009 (closes: #926318) || || libreoffice || Bug:1820062 || make libreoffice-gtk3 recommend gstreamer1.0-gtk3 || || ubuntu-report || Bug:1819129 || Fix CPU record not present in virtualbox Virtualbox is having a special lspcu syntax without spaces between fields and values. Fix the regexp and tests to cover that use-case. || || software-properties || Bug:1830353 || required snapd-glib 1.42 || || software-properties || Bug:1830348 || livepatch: Always pass a string to SetLivePatchEnabled || || software-properties || Bug:1829017 || cloudarchive: Enable support for the Train Ubuntu Cloud Archive on 18.04 || || libglvnd || Bug:1816004 || aarch64-fix-address-passed-to-clear-cache.diff: Fix a crash in some GLX apps. || || gnome-shell || Bug:1809788 || Fix ellipsization in dialog subtitles/bodies || || gnome-shell || Bug:1817020 || dnd: Only handle touch events in wayland || || gnome-shell || Bug:1812527 || windowManager: listen actively to windows being destroyed during WS switch || || gnome-shell || Bug:1740869 || Fix unresponsive-app dialog blocking input in other windows || || gnome-shell || Bug:1827284 || Fix regression on missing spread animation || || gnome-shell || Bug:1772811 || Ensure switch display mode is cyclic || || gnome-shell || Bug:1796606 || st-widget: Protect from NULL obj in get_theme_node || || mutter || Bug:1827029 || Implement keycode remap to keysyms on virtual key devices || || mutter || Bug:1772811 || Ensure switch display mode is cyclic || || mutter || Bug:1763892 || Add support for high frame rate displays || || cups || Bug:1747765 || d/p/0045-Fix-an-issue-with-PreserveJobHistory-and-time-values.patch Fix an issue with `PreserveJobHistory` and time values (Issue #5538, Closes: #921741) || || gedit || Bug:1646762 || use gitlab pr#34's patch to fix an incorrect handling of idle callbacks, thanks Andrea Azzarone || || libpinyin || Bug:1768166 || Backport of the disco version as an SRU in an attempt to reduce the number of crashes || || ibus-libpinyin || Bug:1768166 || Backport of the disco version as an SRU in an attempt to reduce the number of crashes || || evince || Bug:1794848 || make the thumbnailer more restrictive (Closes: #909849) || || evince || Bug:1788929 || disallow access to the dirs of private files || || policykit-desktop-privileges || Bug:1832337 || Don't allow usb-creator to overwrite devices without authentication. || || usb-creator || Bug:1832337 || Unmount device during image operation so a single policykit prompt can be displayed to the user. || || gst-plugins-good1.0 || Bug:1772898 || Merge with Debian unstable; remaining changes: || || gst-plugins-base1.0 || Bug:1772898 || Merge with Debian Remaining change: || || libreoffice || Bug:1798074 || debian/patches/cpdmgr-check-dbus-desc.diff: || || libdrm || Bug:1824111 || Backport to bionic for 18.04.3 HWE stack update. || || xorg-server-hwe-18.04 || Bug:1824111 || Backport for 18.04.3 HWE stack update. || || xserver-xorg-video-nouveau-hwe-18.04 || Bug:1824111 || Backport for 18.04.3 HWE stack update. || || xserver-xorg-video-ati-hwe-18.04 || Bug:1824111 || Backport for 18.04.3 HWE stack update. || || xserver-xorg-video-amdgpu-hwe-18.04 || Bug:1824111 || Backport for 18.04.3 HWE stack update. || || libreoffice-l10n || Bug:1798074 || debian/patches/cpdmgr-check-dbus-desc.diff: || || libreoffice-l10n || Bug:1827451 || debian/patches/new-japanese-era-name.patch: Add new Japanse era name "Reiwa" support which taken from upstream: https://cgit.freedesktop.org/libreoffice/core/commit/?id=cacbb0faef77ae8462de9ff5c7307a6a2e28b2bb https://cgit.freedesktop.org/libreoffice/core/commit/?id=597c5d75b8e72d429e096535334eaac7973455ef || || libreoffice-l10n || Bug:1822839 || debian/patches/java.vendor-Ubuntu.patch: update to also recognize "Private Build" as java.vendor (for custom PPA builds) || || libreoffice-l10n || Bug:1822839 || debian/patches/java.vendor-Ubuntu.patch: also make jvmfwk recognize "Ubuntu" as java.vendor || || libreoffice-l10n || Bug:1822839 || see #926009 (closes: #926318) || || libreoffice-l10n || Bug:1820062 || make libreoffice-gtk3 recommend gstreamer1.0-gtk3 || || mesa || Bug:1831498 || radeon-rework-gfx9-scissor-workaround.diff: Fix invisible elements with GTK on Vega/Raven. || || mesa || Bug:1824111 || Backport to bionic for 18.04.3 HWE stack update. || || xdg-desktop-portal || Bug:1817285 || New upstream release 1.0.3 || || xdg-desktop-portal-gtk || Bug:1817287 || New upstream release 1.0.2 || || gnome-desktop3 || Bug:1731318 || Cherry-pick patch from upstream to use mutter's connector-type to detect output connector type. This fixes suspend on some systems (primarily ones using the NVIDIA binary driver). || || ubuntu-report || Bug:1833555 || Add product_family to OEM information || || gnome-settings-daemon || Bug:1786344 || Always call add_ibus_sources_from_locale() during the first run of g-s-d. This ensures that an IBus method is included in "live sessions" when applicable || || language-selector || Bug:1834406 || fontconfig/64-language-selector-prefer.conf: Changes because version 2.001 of the Noto Sans CJK fonts includes Noto Sans CJK HK and Noto Sans Mono CJK HK || || fonts-noto-cjk || Bug:1834406 || This upgrades the Noto Sans CJK fonts to version 2.001, which includes glyphs for Japan's new era Reiwa || || sane-backends || Bug:1728012 || Reactivated and refreshed to allow driver from non-multiarch directories (Closes: #910103). It was fixed in disco, and this is the related Debian commit: https://jff.email/cgit/sane-backends.git/commit/?id=a94d3a93 || || gtk+3.0 || Bug:1763520 || Print dialog: Check whether an unknown option setting is actually a custom setting, patch from upstream (Upstream merge request: #434, #717). || || ubuntu-meta || Bug:1795959 || Added xdg-desktop-portal-gtk to desktop-recommends || || usb-creator || Bug:1629715 || Move progress dialog setup to the install method on the KDE frontend. Thanks to Paul Worrall for the patch! || || ubuntu-meta || Bug:1837466 || Added dbus-x11 to wsl-recommends || || nvidia-graphics-drivers-340 || Bug:1837834 || Backport kernel compatibility fixes || || libinput || Bug:1837962 || dont-disable-tapping-on-mt-tool-palm.diff: Don't disable tapping if tool-based palm is detected. || == Server and Cloud related fixes == These changes mainly affect installations of Ubuntu on server systems and clouds. || nova || Bug:1809454 || d/p/ensure-rbd-auth-fallback-uses-matching-credentials.patch: Cherry- picked from upstream to ensure ceph backend continues to work for upgrades from pre-Ocata || || libpam-mount || Bug:1804408 || d/p/0015-Use-crypt_get_type-to-get-type-and-support-CRYPT_LUK.patch: allow more than just LUKS1 by detecting the type || || libpam-mount || Bug:1679327 || d/tests/control, d/tests/local-luks: add autopkgtest for luks1/luks2 automount on user login. || || landscape-client || Bug:1685885 || debian/patches/mem-usage-1685885.patch: Reduce memory usage by unused twisted logs. || || libvirt || Bug:1811198 || d/p/ubuntu/lp-1811198-utils-Remove-arbitrary-limit-on-socket_id-core_id .patch: fix arm servers with high core_id || || libvirt || Bug:1771662 || d/p/ubuntu/lp-1771662-*: fix assumption that all VFs have PFs assigned || || cloud-init || Bug:1813346 || New upstream snapshot. || || pam || Bug:1666203 || debian/patches-applied/fix-pam_tty_audit.patch: Fix pam_tty_audit log_passwd support and regression. || || cloud-init || Bug:1819067 || New upstream snapshot. || || cloud-init || Bug:1813667 || Update netplan dependency package || || python-networkx || Bug:1815126 || d/control: Add python(3)-pydotplus to Build-Depends and Suggests || || ceph || Bug:1813807 || New upstream point release || || samba || Bug:1814532 || d/p/memleak-fix-13372.patch: Fix memory leak in vfswrap_getwd(). || || wslu || Bug:1818673 || Rebuild for Bionic || || snapd-glib || Bug:1818766 || New upstream release || || swift || Bug:1818069 || New stable point release for OpenStack Queens || || nova || Bug:1818069 || New stable point release for OpenStack Queens || || cinder || Bug:1818069 || New stable point release for OpenStack Queens || || ufw || Bug:1811129 || Backport to bionic addressing the following SRU bugs: - master SRU bug - before6.rules: echo-reply needs to be before INVALID - improve interface name checks - shell-completion/bash: adjust for modern bash - support concurrent updates - add 'prepend' command || || ufw || Bug:1664133 || Backport to bionic addressing the following SRU bugs: - master SRU bug - before6.rules: echo-reply needs to be before INVALID - improve interface name checks - shell-completion/bash: adjust for modern bash - support concurrent updates - add 'prepend' command || || ufw || Bug:1719211 || Backport to bionic addressing the following SRU bugs: - master SRU bug - before6.rules: echo-reply needs to be before INVALID - improve interface name checks - shell-completion/bash: adjust for modern bash - support concurrent updates - add 'prepend' command || || ufw || Bug:1775043 || Backport to bionic addressing the following SRU bugs: - master SRU bug - before6.rules: echo-reply needs to be before INVALID - improve interface name checks - shell-completion/bash: adjust for modern bash - support concurrent updates - add 'prepend' command || || ufw || Bug:1204579 || Backport to bionic addressing the following SRU bugs: - master SRU bug - before6.rules: echo-reply needs to be before INVALID - improve interface name checks - shell-completion/bash: adjust for modern bash - support concurrent updates - add 'prepend' command || || ufw || Bug:1368411 || Backport to bionic addressing the following SRU bugs: - master SRU bug - before6.rules: echo-reply needs to be before INVALID - improve interface name checks - shell-completion/bash: adjust for modern bash - support concurrent updates - add 'prepend' command || || python-httplib2 || Bug:1815481 || Cherrypick upstream fixes to set SNI hostname in python2 client. || || postgresql-10 || Bug:1815665 || New upstream release || || systemd || Bug:1778936 || re-add support for /etc/writable for core18 || || systemd || Bug:1819728 || backport systemd upstream PR#8803 and PR#11121 to fix race when doing systemctl and systemctl daemon-reload at the same time || || systemd || Bug:1816753 || virt: detect WSL environment as a container || || nfs-utils || Bug:1821261 || d/p/nfsiostat-replace-list-reserved-word.patch: fix nfsiostat crash due to using 'list' as a variable name. || || open-iscsi || Bug:1821255 || d/iscsid.service: Remove ExecStop= directive. Letting systemd handle termination prevents restart failures. || || libidn || Bug:1813587 || Fix build failure in the proper way, with upstream gnulib patch || || systemd || Bug:1818282 || Fix RoutingPolicyRule does not apply correctly || || systemd || Bug:1812760 || PreferredSource not working in *.network files || || ubuntu-meta || Bug:1822341 || Added ubuntu-wsl metapackage from the wsl seed || || snapd || Bug:1818648 || New upstream release || || openjdk-lts || Bug:1770278 || Revert to GTK2 as default as GTK3 still has padding and component issues, apply upstream changeset to fix a few GTK3 components: || || open-vm-tools || Bug:1813944 || Backport recent open-vm-tools || || open-vm-tools || Bug:1814832 || also adresses handling of quiesced snapshot failures || || open-vm-tools || Bug:1818473 || also adresses issues with resolutionKMS plugins sometimes fails to load at boot || || open-vm-tools || Bug:1804287 || d3d4703] Start vgauth before vmtoolsd. VGAuthService needs to be ready when vmtoolsd runs. Certain cases - e.g. Site Recovery Manager failover - will need vgauth to be up. Therefore add an After=vgauth.service dependency to open-vm-tools.service To have vgauth be able start early - and not pull cloud-init back late - it is also required to drop default dependencies which according to VMware is fine to do so. || || open-vm-tools || Bug:1807441 || e6e0ab8] d/rules: fix dangling symlink of vmware-user. Back in 2:9.4.0-1280544-6 vmware-user* was moved to the open-vm-tools-desktop package and some follow on fixes moved bits that were forgotten like the man page. There still is a symlink in /usr/bin/vmware-user that is forgotten in the base package and broken unless open-vm-tools-desktop is installed. Change d/rules to move the symlink as well. Signed-off-by: Christian Ehrhardt || || ntfs-3g || Bug:1821250 || Fix - Don't install /bin/ntfs-3g as setuid root. If administrators want to allow unprivileged users to be able to mount NTFS images, they can restore this functionality by changing the permissions of /bin/ntfs-3g with dpkg-statoverride || || neon27 || Bug:1823382 || Backport OpenSSL 1.1 fixes: || || horizon || Bug:1818770 || d/theme/ubuntu/_styles.scss: Fixing white bar on top of login page || || shadow || Bug:1659534 || add --extrausers option to "userdel" || || shadow || Bug:984390 || fix "su -l" to correctly use pam_getenvlist || || numactl || Bug:1817258 || d/p/lp1817258-Segment-fault-when-numa-nodes-not-sequential-or-cont.patch: fix segfault on uncommon numa node setups || || numactl || Bug:1711478 || return -1 and set errno to ENOSYS on migrate_pages function if __NR_migrate_pages is undefined, thanks Uwe Kleine-König and Tiago Stürmer Daitx || || openldap || Bug:1821343 || Fix sysv-generator unit file by customizing parameters || || ceph || Bug:1822872 || d/control: Use openssl1.0 at build and runtime as civetweb v1.8 is incompatible with 1.1 abi. It is only compatible starting with civetweb v1.10 and late. || || libvirt || Bug:1823676 || d/p/ubuntu/lp-1823676-Use-the-correct-vm-def-on-cold-attach.patch: fix issues attaching scsi adapters without explicit index || || netplan.io || Bug:1825206 || debian/patches/git_revert_explicit_renderer_def_ebc212a.patch: revert commit ebc212a: make renderer values explicit at the end of each parsing pass; it breaks "default" renderer behavior when multiple files may set a global renderer and expect the last to take effect globally. || || netplan.io || Bug:1821867 || d/p/0001-Partially-revert-the-change-for-enabling-systemd-net.patch: Partially revert changes to networkd jobs ordering: leave systemd-networkd enabled in multi-user.target instead of network-online.target, as in some minimal setups there might be no job requiring network-online.target, whereas the natural target to reach for booting is multi-user.target. || || netplan.io || Bug:1819014 || Moved netplan-wpa@ services to earlier at boot || || netplan.io || Bug:1811868 || Restart services when unconfiguring || || netplan.io || Bug:1817655 || Use the .nmconnection extension for NM keyfiles || || netplan.io || Bug:1817660 || Ensure terminal state at end of test || || netplan.io || Bug:1739578 || Added support for WPA Enterprise / 802.1x authentication || || netplan.io || Bug:1799487 || Fixes sit (ipv6) tunnels using Hurricane Electric || || netplan.io || Bug:1807273 || Add support to override networkd UseMTU setting || || netplan.io || Bug:1776228 || Add DHCP overrides to control route usage and default metric for DHCP routes. || || netplan.io || Bug:1804861 || Mitigate against bad matching on devices behind bonds then they share the same MAC from a physical interface. || || netplan.io || Bug:1770082 || Fix device name-changes detection || || netplan.io || Bug:1750392 || Add support for IPv6 Privacy Extensions || || netplan.io || Bug:1759014 || Add dhcp{4,6}-overrides to control DNS, NTP, hostname updates via DHCP || || netplan.io || Bug:1800668 || Clarify MAC and MTU setting requirements || || netplan.io || Bug:1800669 || Various documentation fixes || || netplan.io || Bug:1800670 || Improve error reporting to give clearer messages and context || || netplan.io || Bug:1802322 || Skip non-physical/bond interfaces when applying renames || || neutron || Bug:1823038 || d/p/bug1823038.patch: Cherry pick fix to ensure that None is not passed as an argument when spawning the neutron-keepalived-state-change agent || || neutron || Bug:1813007 || d/p/fix-KeyError-in-OVS-firewall.patch: Cherry-picked from upstream to prevent neutron ovs agent from crashing due to creation of two security groups that both use the same remote security group, where the first group's port range is a subset of the second || || neutron || Bug:1818614 || d/p/set-initial-ha-router-state-in-neutron-keepalived-st.patch: Cherry-picked from upstream stable/rocky branch to ensure proper detection of MASTER HA router by neutron-keepalived-state-change || || openjdk-lts || Bug:1770278 || Revert to GTK2 as default since GTK3 still has padding and component issues, apply upstream changeset to fix a few GTK3 components || || nfs-utils || Bug:1616123 || d/nfs-utils_env.sh: alongside RPCSVCGSSDARGS, also export SVCGSSDARGS, which is the variable name expected by the rpc-svcgssd systemd service. || || resource-agents || Bug:1825250 || Fix heartbeat/ethmonitor not listing network interfaces without IP addresses Fixed by upstream patches: || || modemmanager || Bug:1819615 || debian/patches/error-propagation-fix.patch: mm-broadband-modem: Fix error propagation in CDMA service status (Upstream Issue #119). || || modemmanager || Bug:1819615 || New upstream release || || libqmi || Bug:1819615 || Build for Bionic || || libmbim || Bug:1819615 || Needed by ModemManager 1.10 || || netplan.io || Bug:1828299 || Backport netplan.io 0.97 to 18.04. || || netplan.io || Bug:1763608 || networkd: force bringing up devices with no IP addresses || || netplan.io || Bug:1825206 || Reworked renderer choosing to avoid regression in default renderer when multiple files specify it globally || || netplan.io || Bug:1821867 || Fixed networkd activation. || || mdadm || Bug:1811228 || d/p/lp-1811228-imsm-Block-volume-creation-with-empty-name.patch: avoid creating whitespaced or empty names || || mdadm || Bug:1811795 || d/p/lp-1811795-remove-external-arrays-and-devices.patch: fix removal of failing disks with external metadata || || qemu || Bug:1823872 || Add qemu-guest-agent Breaks: for unattended-upgrades versions not being able to install it to avoid qemu-guest-agent blocking other security updates. || || neutron || Bug:1606741 || d/p/Spawn-metadata-proxy-on-dvr-ha-standby-routers.patch || || samba || Bug:1827924 || SECURITY REGRESSION: panics following recent update || || cloud-init || Bug:1828641 || debian/patches/ubuntu-advantage-revert-tip.patch Revert ubuntu-advantage config module changes until ubuntu-advantage-tools 19.1 publishes to Bionic || || cloud-init || Bug:1828637 || New upstream snapshot. || || openvpn || Bug:1807439 || d/p/openvpn-fips-2.4.patch: Allow MD5 in FIPS mode (openssl) for PRF. || || geocode-glib || Bug:1828577 || geocode-nominatim: Fix possible crash with missing place_rank || || nova || Bug:1825882 || d/p/bug_1825882.patch: Cherry-picked from upstream to ensure virsh disk attach does not fail silently || || nova || Bug:1826523 || d/p/bug_1826523.patch: Cherry-picked from upstream to ensure always disconnect volumes after libvirt exceptions || || nova || Bug:1771506 || d/p/xenapi-agent-change-openssl-error-handling.patch: Cherry-picked from upstream to ensure xenapi agent only raises a RuntimeError exception when openssl returns a non-zero exit code || || nova || Bug:1782786 || d/p/skip-double-word-hacking-test.patch: Cherry-picked from upstream to work-around test_hacking failures with new versions of python || || fetchmail || Bug:1798786 || d/p/sni-support.patch: TLS: set hostname for SNI. Thanks to Matthias Andree || || neutron || Bug:1830341 || New stable point release for OpenStack Queens || || neutron || Bug:1826419 || d/p/bug1826419.patch: Cherry pick fix to revert incorrect changes to internal DNS behaviour || || open-vm-tools || Bug:1822204 || Backport recent open-vm-tools || || open-vm-tools || Bug:1819207 || 0f35aee] Add modaliases to open-vm-tools-desktop. Added Modaliases to open-vm-tools-desktop to auto-discover and auto-install the driver on Ubuntu via ubuntu-drivers. The driver is then installed at installation time and available on first boot for an improved user experience || || openvpn || Bug:1828771 || d/p/lp-1828771-CapabilityBoundingSet-for-auth_pam.patch: Add CAP_AUDIT_WRITE to upstreams set of .service files to avoid issues with callout scripts breaking due to sudo/pam being unable to audit the action || || openssl || Bug:1832421 || Fix path to Xorg for reboot notifications on desktop. || || openssl || Bug:1832659 || Cherrypick upstream fix to allow succesful init of libssl and libcrypto using separate calls with different options. || || systemd || Bug:1818527 || fix stub resolver cache || || snapd || Bug:1827495 || New upstream release || || qemu || Bug:1829868 || d/p/ubuntu/define-ubuntu-machine-types.patch: fix wily machine type being broken since 2.11 due to 2.3/2.4 version mismatch in its definition to fix migrations from old machines || || qemu || Bug:1830704 || d/p/ubuntu/lp-1830704-s390x-cpumodel-ignore-csske-for-expansion.patch toleration for future machines || || libvirt || Bug:1830268 || d/p/ubuntu/lp-1830268-refresh-capabilities-on-KVM-nesting.patch: fix consideration of VMX flag || || sssd || Bug:1781991 || d/libsss-sudo.postinst: Add sss entry to nsswitch only on initial install. Thanks to Timo Aaltonen || || ec2-hibinit-agent || Bug:1830427 || Restart systemd-networkd on resuming from hibernation. On resume the system sometimes does not restore network connections and this is a way of reliably triggering the restoration. || || systemd || Bug:1771858 || core: export environment when running generators. Ensure that manager's environment (including e.g. PATH) is exported when running generators. Otherwise, one is at a mercy of running without PATH which can lead to buggy generator behaviour. || || apache2 || Bug:1833039 || d/p/disable-ssl-1.1.1-auto-retry.patch: fix client certificate authentication when built with openssl 1.1.1 || || neutron || Bug:1722584 || d/p/revert-iptables-tcp-checksum-fill-code.patch: Cherry-picked from upstream to revert invalid use of iptables -j CHECKSUM || || openssl || Bug:1832919 || Import libraries/restart-without-asking as used in postinst, to prevent failure to configure the package without debconf database. || || iputils || Bug:1798313 || backport fixes for ipv6 routing commands not working || || apache2 || Bug:1836329 || d/p/clear-retry-flags-before-abort.patch: clear retry flags before aborting on client-initiated reneg || || mesa || Bug:1836721 || i965-revert-enabling-softpin.diff: Don't enable softpin, causes issues on 32bit installs. || || ceph || Bug:1829716 || New upstream point release || || nginx || Bug:1836366 || No changes rebuild (to build against OpenSSL 1.1.1 in Bionic) || || wslu || Bug:1836552 || Set DISPLAY=:0 when an X11 server is running || || wslu || Bug:1836552 || Use PulseAudio if it is running on Windows || || wslu || Bug:1836552 || Set up sound, too, when starting GUI programs via Windows desktop shortcuts || || neutron || Bug:1838263 || d/p/metadata-use-requests-for-comms-with-nova-api.patch: Restore patch from https://review.openstack.org/#/c/599541/ to enable cert management where IP addresses are used in subject alternate names || || nova || Bug:1821594 || Cherry-picked from upstream to ensure no stale allocations are left over on failed cold migrations. || || nova || Bug:1830341 || New stable point release for OpenStack Queens || || systemd || Bug:1835581 || set src address for dhcp 'classless' routes || || systemd || Bug:1833671 || keep bond slave up if already attached || || systemd || Bug:1668771 || d/p/lp1668771-resolved-switch-cache-option-to-a-tri-state-option-s.patch: Allows cache=no-negative option to be set, ignoring negative answers to be cached || || cinder || Bug:1830341 || New stable point release for OpenStack Queens. || == Kernel and Hardware support updates == Considerable work has been done in Ubuntu 18.04.2 on improving support for many specific items of hardware. || pciutils || Bug:1815212 || Update pci.ids to version 2018-07-21. || || linux-azure || Bug:1816106 || 4.15.0-1037 does not see all PCI devices on GPU VMs || || linux-azure || Bug:1814555 || Ubuntu boot failure. 4.18.0-14 boot stalls. (does not boot) || || linux-azure || Bug:1803335 || linux-headers-4.18.0-1004-azure contains links to non-existing targets || || linux-azure || Bug:1796647 || Shared folders cannot be mounted in ubuntu/cosmic64 due to missing vbox modules || || linux-azure || Bug:1789436 || pmtu.sh fails on 4.18 kernel || || linux-azure || Bug:1787440 || systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 || || linux-azure || Bug:1788874 || Cosmic update to v4.18.5 stable release || || linux-azure || Bug:1787635 || Apply NVMe bugfix from Google that bjf asked for || || linux-azure || Bug:1788454 || Cosmic update to v4.18.4 stable release || || linux-azure || Bug:1788453 || Cosmic update to v4.18.3 stable release || || linux-azure || Bug:1788452 || Cosmic update to v4.18.2 stable release || || linux-azure || Bug:1788452 || Cosmic update to v4.18.2 stable release // CVE-2018-9363 || || linux-azure || Bug:1787264 || Cosmic update to v4.18.1 stable release || || linux-azure || Bug:1780137 || Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99: comm stress-ng: Corrupt inode bitmap || || linux-azure || Bug:1780062 || Cloud-init causes potentially huge boot delays with 4.15 kernels || || linux-azure || Bug:1777736 || hisi_sas_v3_hw: internal task abort: timeout and not done. || || linux-azure || Bug:1777734 || hisi_sas: Add missing PHY spinlock init || || linux-azure || Bug:1777727 || hisi_sas: improve read performance by pre-allocating slot DMA buffers || || linux-azure || Bug:1777696 || hisi_sas: Failures during host reset || || linux-azure || Bug:1781709 || Regression] EXT4-fs error (device sda2): ext4_validate_block_bitmap:383: comm stress-ng: bg 4705: bad block bitmap checksum || || linux-azure || Bug:1783201 || Cosmic update to 4.17.9 stable release || || linux-azure || Bug:1783167 || linux 4.17.0-5 fails to build on ppc64el with gcc-8 || || linux-azure || Bug:1780137 || Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99: comm stress-ng: Corrupt inode bitmap || || linux-azure || Bug:1780062 || Cloud-init causes potentially huge boot delays with 4.15 kernels || || linux-azure || Bug:1777736 || hisi_sas_v3_hw: internal task abort: timeout and not done. || || linux-azure || Bug:1777734 || hisi_sas: Add missing PHY spinlock init || || linux-azure || Bug:1777727 || hisi_sas: improve read performance by pre-allocating slot DMA buffers || || linux-azure || Bug:1777696 || hisi_sas: Failures during host reset || || linux-azure || Bug:1780833 || Cosmic update to v4.17.5 stable release || || linux-azure || Bug:1780832 || Cosmic update to v4.17.4 stable release || || linux-azure || Bug:1780832 || Support AverMedia DVD EZMaker 7 USB video capture dongle // Cosmic update to v4.17.4 stable release || || linux-azure || Bug:1775786 || Update to ocxl driver for 18.04.1 || || linux-azure || Bug:1776967 || glibc pkeys test fail on powerpc || || linux-azure || Bug:1778997 || Cosmic update to v4.17.3 stable release || || linux-azure || Bug:1778646 || Use-after-free in sk_peer_label || || linux-azure || Bug:1776750 || Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique || || linux-azure || Bug:1766055 || Vcs-Git header on bionic linux source package points to zesty git tree || || linux-azure || Bug:1779117 || Cosmic update to v4.17.2 stable release || || linux-azure || Bug:1779116 || Cosmic update to v4.17.1 stable release || || linux-azure || Bug:1772516 || Config] enable EDAC_DEBUG on ARM64 || || linux-azure || Bug:1763388 || Bionic update to v4.16.2 stable release || || linux-azure || Bug:1763388 || sky2 gigabit ethernet driver sometimes stops working after lid-open resume from sleep (88E8055) // Bionic update to v4.16.2 stable release || || linux-azure || Bug:1763170 || Bionic update to v4.16.1 stable release || || linux-azure || Bug:1760106 || FFe: Enable configuring resume offset via sysfs || || linux-azure || Bug:1752026 || Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine type(pseries-bionic) complaining "KVM implementation does not support Transactional Memory, try cap-htm=off" (kvm) || || linux-azure || Bug:1730775 || Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) || || linux-azure || Bug:1757228 || cxl: Fix timebase synchronization status on POWER9 missing (CAPI) || || linux-azure || Bug:1759547 || Use med_with_dipm SATA LPM to save more power for mobile platforms || || linux-azure || Bug:1752672 || CAPI Flash (cxlflash) update || || linux-azure || Bug:1751796 || zed process consuming 100% cpu || || linux-azure || Bug:1751796 || SAUCE: Fix ioctl loop-spin in zed || || linux-azure || Bug:1753708 || Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to "always" || || ipxe || Bug:1805920 || d/p/0005-strip-802.1Q-VLAN-0-priority-tags.patch: Strip 802.1Q VLAN 0 priority tags; Fixes PXE when VLAN tag is 0. || || initramfs-tools || Bug:1768230 || hooks/resume: cherry-pick patch from upstream git to fix auto-configuration of resume devices that are on LVM; always refer to them by name, never by UUID. || || initramfs-tools || Bug:1561643 || Do not include graphical drivers when FRAMEBUFFER is not set. || || linux-oracle || Bug:1813663 || External monitors does not work anymore 4.15.0-44 || || linux-oracle || Bug:1813727 || kernel 4.15.0-44 cannot mount ext4 fs with meta_bg enabled || || linux-aws || Bug:1813663 || External monitors does not work anymore 4.15.0-44 || || linux-aws || Bug:1813727 || kernel 4.15.0-44 cannot mount ext4 fs with meta_bg enabled || || linux-kvm || Bug:1813663 || External monitors does not work anymore 4.15.0-44 || || linux-kvm || Bug:1813727 || kernel 4.15.0-44 cannot mount ext4 fs with meta_bg enabled || || linux-raspi2 || Bug:1813663 || External monitors does not work anymore 4.15.0-44 || || linux-raspi2 || Bug:1813727 || kernel 4.15.0-44 cannot mount ext4 fs with meta_bg enabled || || flash-kernel || Bug:1816029 || Add Raspberry Pi Compute Module 3 and 3+ to the db. || || linux-gcp || Bug:1813663 || External monitors does not work anymore 4.15.0-44 || || linux-gcp || Bug:1813727 || kernel 4.15.0-44 cannot mount ext4 fs with meta_bg enabled || || linux-gcp-edge || Bug:1814555 || Ubuntu boot failure. 4.18.0-14 boot stalls. (does not boot) || || s390-tools || Bug:1790831 || lstape, lsluns: handle non-zfcp & lin_tape multiple paths. Many cherrypicks from upstream. || || s390-tools || Bug:1800867 || lszcrypt: support for alternate zcrypt device drivers. || || s390-tools || Bug:1813888 || lsqeth: resolve core dump when called without any eth devices. || || libseccomp || Bug:1755250 || d/p/lp-1755250-add-the-statx-syscall.patch: add statx support || || libseccomp || Bug:1815415 || d/p/lp-1815415-*: Add syscalls up to kernel 4.15 || || systemd || Bug:1755863 || d/p/stop-mount-error-propagation.patch: keep mount errors local to the failing mount point instead of blocking the processing of all mounts || || u-boot || Bug:1814930 || d/control: Add missing dependency on binutils (for strings) || || skiboot || Bug:1808498 || Enable HBRT to use HYP special wakeup register in openBMC. || || autofs || Bug:1818121 || d/p/autofs-5.1.3-handle-additional-nfs-versions-in-mount.patch: fix usage of NFS 4.x subversions || || ubuntu-drivers-common || Bug:1819729 || Add support to for the --gpgpu parameter || || fwupdate || Bug:1785165 || Fixes BIOS update on some AMI BIOS where the capsule descriptor length is not properly calculated || || fwupdate-signed || Bug:1785165 || Build-depend on fwupdate 12-3bionic2 || || dpdk || Bug:1817675 || request to merge 17.11.5 || || dpdk || Bug:1799397 || issues with -mavx512f on recent Skylake chips || || dpdk || Bug:1814919 || d/p/*kni-fix-build*: fix build with kernel 5.0 as preparation for a HWE kernel based on the 5.0 version of 19.04 || || grub2 || Bug:1787630 || debian/build-efi-images: add HTTP to generated UEFI images. || || grub2 || Bug:564853 || debian/config.in, debian/grub-common.dirs, debian/postinst.in, debian/postrm.in: cherry-pick Colin's changes to ucf handling from 2.02+dfsg1-11 to avoid unnecessarily prompting about grub.cfg changes. || || grub2-signed || Bug:1787630 || Rebuild against grub2 2.02-2ubuntu8.13. || || grub2-signed || Bug:564853 || Rebuild against grub2 2.02-2ubuntu8.13. || || ureadahead || Bug:1579580 || add -q parameter to stop ureadahead from logging thousands of lines of noise || || plymouth || Bug:1817738 || Don't process udev events after we've been deactivated (e.g., by gdm). These can cause the VT/tty to be set back to VT_AUTO mode after it's set to VT_PROCESS mode (by gdm), which blocks 'chvt' indefinitely on that VT (login screen or auto-login session in tty1). || || plymouth || Bug:1794292 || 'device-manager: free keyboards when deactivating a renderer', || || linux-firmware || Bug:1817817 || To add power setting bin file for SAR support (QCA6174) || || linux-firmware || Bug:1808389 || iwlwifi Intel 8265 firmware crashing on lenovo x1 Gen 6 || || linux-firmware || Bug:1821239 || Update linux-firmware in bionic for 5.0-based hwe-edge kernel || || linux-firmware || Bug:1808389 || iwlwifi Intel 8265 firmware crashing on lenovo x1 Gen 6 || || linux-firmware || Bug:1794055 || OS booting thrown with nouveau errors || || sssd || Bug:1572908 || d/p/GPO_CROND-customization.patch: Set GPO_CROND to cron instead of crond for Debian and Ubuntu || || intel-microcode || Bug:1795594 || Makefile: unblacklist 0x206c2 (Westmere EP) According to pragyansri.pathi@intel.com, on message to LP#1795594 on 2018-10-09, we can ship 0x206c2 updates without restrictions. Also, there are no reports in the field about this update causing issues (closes: #907402) || || linux-signed-hwe-edge || Bug:1823994 || arm64: not able to install linux-generic-hwe-18.04-edge/bionic-proposed || || makedumpfile || Bug:1655280 || Backport back to bionic. || || makedumpfile || Bug:1790788 || Backport back to bionic. || || makedumpfile || Bug:1811692 || Use a different service for vmcore dump. || || makedumpfile || Bug:1655280 || Reload kdump after memory/CPU hotplug. || || makedumpfile || Bug:1790788 || Fix adding crashkernel to zipl.conf when no quotation mark is used. || || s390-tools || Bug:1805841 || Guard against needlesly resetting cpi vars. || || s390-tools || Bug:1815022 || Cherrypick upstream patch to add OSA-Express7S defines in qethqoat. || || initramfs-tools || Bug:1778844 || Add modules for nvme path components on multipath nvme. || || horizon || Bug:1822129 || d/p/drop-devicename-creating-server-with-image-boot-to-volume.patch: When creating a server using an image boot source to new volume, horizon specified device_name 'vda'. If for instance we use an image with disk_bus type scsi, horizon will name the device_name as 'vda' when it should be 'sda'. As per BDMv2 documentation, it's best to not specify device_name. || || linux-hwe-edge || Bug:1827122 || shiftfs: lock security sensitive superblock flags || || linux-hwe-edge || Bug:1826410 || Please package libbpf (which is done out of the kernel src) in Debian [for 19.10] || || linux-hwe-edge || Bug:1828410 || Disco update: 5.0.7 upstream stable release || || linux-hwe-edge || Bug:1822871 || enabling ftrace on Hi1620 CS causes an Oops || || linux-hwe-edge || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || linux-hwe-edge || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-hwe-edge || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-hwe-edge || Bug:1828092 || ratelimit cma_alloc messages || || linux-hwe-edge || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-hwe-edge || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-signed-hwe-edge || Bug:1824016 || Built-Using incorrect || || linux-hwe || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-hwe || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-hwe || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-hwe || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-hwe || Bug:1827437 || potential memory corruption on arm64 on dev release || || linux-hwe || Bug:1812805 || powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while loading shared libraries" on Bionic/Cosmic PowerPC || || linux-hwe || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux-hwe || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-signed-hwe || Bug:1824016 || Built-Using incorrect || || linux || Bug:1828394 || UBUNTU] qdio: clear intparm during shutdown || || linux || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux || Bug:1813129 || tm-unavailable in powerpc/tm failed on Bionic Power9 || || linux || Bug:1813134 || cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on Bionic P9 || || linux || Bug:1827880 || bionic/linux: completely remove snapdragon files from sources || || linux || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || linux || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux || Bug:1827437 || potential memory corruption on arm64 on dev release || || linux || Bug:1812805 || powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while loading shared libraries" on Bionic/Cosmic PowerPC || || linux || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux || Bug:1826911 || hns: fix socket accounting || || linux || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-signed || Bug:1824016 || Built-Using incorrect || || linux-snapdragon || Bug:1828394 || UBUNTU] qdio: clear intparm during shutdown || || linux-snapdragon || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-snapdragon || Bug:1813129 || tm-unavailable in powerpc/tm failed on Bionic Power9 || || linux-snapdragon || Bug:1813134 || cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on Bionic P9 || || linux-snapdragon || Bug:1827880 || bionic/linux: completely remove snapdragon files from sources || || linux-snapdragon || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || linux-snapdragon || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-snapdragon || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-snapdragon || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-snapdragon || Bug:1827437 || potential memory corruption on arm64 on dev release || || linux-snapdragon || Bug:1812805 || powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while loading shared libraries" on Bionic/Cosmic PowerPC || || linux-snapdragon || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux-snapdragon || Bug:1826911 || hns: fix socket accounting || || linux-snapdragon || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-kvm || Bug:1828394 || UBUNTU] qdio: clear intparm during shutdown || || linux-kvm || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-kvm || Bug:1813129 || tm-unavailable in powerpc/tm failed on Bionic Power9 || || linux-kvm || Bug:1813134 || cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on Bionic P9 || || linux-kvm || Bug:1827880 || bionic/linux: completely remove snapdragon files from sources || || linux-kvm || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || linux-kvm || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-kvm || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-kvm || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-kvm || Bug:1827437 || potential memory corruption on arm64 on dev release || || linux-kvm || Bug:1812805 || powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while loading shared libraries" on Bionic/Cosmic PowerPC || || linux-kvm || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux-kvm || Bug:1826911 || hns: fix socket accounting || || linux-kvm || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-oem || Bug:1828394 || UBUNTU] qdio: clear intparm during shutdown || || linux-oem || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-oem || Bug:1813129 || tm-unavailable in powerpc/tm failed on Bionic Power9 || || linux-oem || Bug:1813134 || cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on Bionic P9 || || linux-oem || Bug:1827880 || bionic/linux: completely remove snapdragon files from sources || || linux-oem || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || linux-oem || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-oem || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-oem || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-oem || Bug:1827437 || potential memory corruption on arm64 on dev release || || linux-oem || Bug:1812805 || powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while loading shared libraries" on Bionic/Cosmic PowerPC || || linux-oem || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux-oem || Bug:1826911 || hns: fix socket accounting || || linux-oem || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-oracle || Bug:1828394 || UBUNTU] qdio: clear intparm during shutdown || || linux-oracle || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-oracle || Bug:1813129 || tm-unavailable in powerpc/tm failed on Bionic Power9 || || linux-oracle || Bug:1813134 || cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on Bionic P9 || || linux-oracle || Bug:1827880 || bionic/linux: completely remove snapdragon files from sources || || linux-oracle || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || linux-oracle || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-oracle || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-oracle || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-oracle || Bug:1827437 || potential memory corruption on arm64 on dev release || || linux-oracle || Bug:1812805 || powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while loading shared libraries" on Bionic/Cosmic PowerPC || || linux-oracle || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux-oracle || Bug:1826911 || hns: fix socket accounting || || linux-oracle || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-gcp || Bug:1828394 || UBUNTU] qdio: clear intparm during shutdown || || linux-gcp || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-gcp || Bug:1813129 || tm-unavailable in powerpc/tm failed on Bionic Power9 || || linux-gcp || Bug:1813134 || cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on Bionic P9 || || linux-gcp || Bug:1827880 || bionic/linux: completely remove snapdragon files from sources || || linux-gcp || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || linux-gcp || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-gcp || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-gcp || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-gcp || Bug:1827437 || potential memory corruption on arm64 on dev release || || linux-gcp || Bug:1812805 || powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while loading shared libraries" on Bionic/Cosmic PowerPC || || linux-gcp || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux-gcp || Bug:1826911 || hns: fix socket accounting || || linux-gcp || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-gcp-edge || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-gcp-edge || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-gcp-edge || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-gcp-edge || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-gcp-edge || Bug:1827437 || potential memory corruption on arm64 on dev release || || linux-gcp-edge || Bug:1812805 || powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while loading shared libraries" on Bionic/Cosmic PowerPC || || linux-gcp-edge || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux-gcp-edge || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-aws || Bug:1828394 || UBUNTU] qdio: clear intparm during shutdown || || linux-aws || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-aws || Bug:1813129 || tm-unavailable in powerpc/tm failed on Bionic Power9 || || linux-aws || Bug:1813134 || cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on Bionic P9 || || linux-aws || Bug:1827880 || bionic/linux: completely remove snapdragon files from sources || || linux-aws || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || linux-aws || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-aws || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-aws || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-aws || Bug:1827437 || potential memory corruption on arm64 on dev release || || linux-aws || Bug:1812805 || powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while loading shared libraries" on Bionic/Cosmic PowerPC || || linux-aws || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux-aws || Bug:1826911 || hns: fix socket accounting || || linux-aws || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || ipvsadm || Bug:1830033 || d/ipvsadm.init: remove duplicate syncid on daemon invocation || || linux-gke-4.15 || Bug:1828394 || UBUNTU] qdio: clear intparm during shutdown || || linux-gke-4.15 || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-gke-4.15 || Bug:1813129 || tm-unavailable in powerpc/tm failed on Bionic Power9 || || linux-gke-4.15 || Bug:1813134 || cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on Bionic P9 || || linux-gke-4.15 || Bug:1827880 || bionic/linux: completely remove snapdragon files from sources || || linux-gke-4.15 || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || linux-gke-4.15 || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-gke-4.15 || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-gke-4.15 || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-gke-4.15 || Bug:1827437 || potential memory corruption on arm64 on dev release || || linux-gke-4.15 || Bug:1812805 || powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while loading shared libraries" on Bionic/Cosmic PowerPC || || linux-gke-4.15 || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux-gke-4.15 || Bug:1826911 || hns: fix socket accounting || || linux-gke-4.15 || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-azure || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-azure || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-azure || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-azure || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-azure || Bug:1827437 || potential memory corruption on arm64 on dev release || || linux-azure || Bug:1812805 || powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while loading shared libraries" on Bionic/Cosmic PowerPC || || linux-azure || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux-azure || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || u-boot || Bug:1831942 || Enable FIT signing support || || dkms || Bug:1827697 || Do not invoke dkms_autoinstaller from /etc/kernel/header_postinst.d/dkms with redirection to /dev/null, this caused debconf dialog to not be shown. || || kexec-tools || Bug:1828187 || Fix ibm,dynamic memory not found for ppc64le || || linux-azure || Bug:1834696 || linux-azure: mlx4, mlx5, ibverbs, ib_umad are not being loaded by default || || linux-firmware || Bug:1833405 || add firmware and topology file for sound sof driver [cml/cnl] || || linux-firmware || Bug:1828133 || Add Intel CyclonePeak wifi firmware || || linux-firmware || Bug:1829737 || Bluetooth: hci0: request failed to create LE connection: status 0x0c || || linux-firmware || Bug:1831833 || Add firmware for RTL8822BE and RTL8822CE || || friendly-recovery || Bug:1821252 || lib/systemd/system-generators/friendly-recovery: Symlink default.target to earlydir instead of normaldir to be able to access recovery mode even if default target has been set via systemctl set-default || || linux-firmware || Bug:1834464 || Missing bluetooth firmware for Intel Wireless-AC 9462/9560 || || linux-firmware || Bug:1835345 || Intel CyclonePeak] Can not turn on BT after turn off (via Hotkey) || || linux-firmware || Bug:1835449 || Bluetooth: hci0: request failed to create LE connection: status 0x0c (Intel 9260) || || linux-firmware || Bug:1836372 || Update firmware in nic-firmware udeb for 5.0 hwe kernel || || dkms || Bug:1828948 || 0017-fix-OBSOLETE_BY-in-DKMS.CONF-Closes-81.patch: OBSOLETE_BY in DKMS.CONF || || linux-aws || Bug:1831940 || hibernation support for linux-aws || || linux-gcp-edge || Bug:1827122 || shiftfs: lock security sensitive superblock flags || || linux-gcp-edge || Bug:1826410 || Please package libbpf (which is done out of the kernel src) in Debian [for 19.10] || || linux-gcp-edge || Bug:1828410 || Disco update: 5.0.7 upstream stable release || || linux-gcp-edge || Bug:1822871 || enabling ftrace on Hi1620 CS causes an Oops || || linux-gcp-edge || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || linux-gcp-edge || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-gcp-edge || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-gcp-edge || Bug:1828092 || ratelimit cma_alloc messages || || linux-gcp-edge || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-gcp-edge || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-gcp-edge || Bug:1824677 || Display only has 640x480 || || linux-gcp-edge || Bug:1824735 || shiftfs: use after free when checking mount options || || linux-gcp-edge || Bug:1824216 || Linux 5.0 black screen on boot, display flickers (i915 regression with certain laptop panels) || || linux-gcp-edge || Bug:1824717 || kernel BUG at fs/attr.c:287 when using shiftfs || || linux-azure || Bug:1831751 || rtlwifi: aggressive memory leak || || linux-azure || Bug:1829942 || Address performance issue w/ GICv4-based guests || || linux-hwe || Bug:1838115 || linux hwe i386 kernel 5.0.0-21.22~18.04.1 crashes on Lenovo x220 || || linux-hwe || Bug:1827122 || shiftfs: lock security sensitive superblock flags || || linux-hwe || Bug:1826410 || Please package libbpf (which is done out of the kernel src) in Debian [for 19.10] || || linux-hwe || Bug:1828410 || Disco update: 5.0.7 upstream stable release || || linux-hwe || Bug:1822871 || enabling ftrace on Hi1620 CS causes an Oops || || linux-hwe || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || linux-hwe || Bug:1827967 || There are 4 HDMI/Displayport audio output listed in sound setting without attach any HDMI/DP monitor || || linux-hwe || Bug:1824259 || Headphone jack switch sense is inverted: plugging in headphones disables headphone output || || linux-hwe || Bug:1828092 || ratelimit cma_alloc messages || || linux-hwe || Bug:1766201 || CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error Checking for all LINUX clients for devops4p10 || || linux-hwe || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-hwe || Bug:1823994 || arm64: not able to install linux-generic-hwe-18.04-edge/bionic-proposed || || linux-hwe || Bug:1823315 || header files not included || || linux-hwe || Bug:1824677 || Display only has 640x480 || || linux-hwe || Bug:1824735 || shiftfs: use after free when checking mount options || || linux-hwe || Bug:1824216 || Linux 5.0 black screen on boot, display flickers (i915 regression with certain laptop panels) || || linux-hwe || Bug:1824717 || kernel BUG at fs/attr.c:287 when using shiftfs || || linux-hwe || Bug:1764792 || Build Nvidia drivers in conjunction with kernel || || linux-hwe || Bug:1813607 || tls selftest failures/hangs on i386 || || linux-hwe || Bug:1816716 || kernel net tls selftest fails on 5.0 || || linux-hwe || Bug:1803206 || Please enable CONFIG_DMA_CMA=y on arm64 || || linux-hwe || Bug:1814684 || 19.04 FEAT] [LS1801] PCI Virtual function enablement || || linux-hwe || Bug:1813060 || glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 || || linux-hwe || Bug:1804265 || Enable sound card power saving by default || || linux-hwe || Bug:1799467 || 19.04 FEAT| Enable virtio-gpu for s390x || || linux-hwe || Bug:1764792 || Build Nvidia drivers in conjunction with kernel || || linux-hwe || Bug:1807378 || zfs/spl build in conjunction with the kernel from DKMS source || || linux-hwe || Bug:1806909 || Disco update: 4.19.6 upstream stable release || || linux-hwe || Bug:1805461 || Disco update: 4.19.5 upstream stable release || || linux-hwe || Bug:1805159 || Disco update: 4.19.4 upstream stable release || || linux-hwe || Bug:1805158 || Disco update: 4.19.3 upstream stable release || || linux-hwe || Bug:1805154 || glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 || || linux-hwe || Bug:1803410 || Disco update: 4.19.2 upstream stable release || || linux-hwe || Bug:1801739 || Disco update: v4.19.1 upstream stable release || || linux-signed-hwe || Bug:1824016 || Built-Using incorrect || || linux-signed-hwe || Bug:1823994 || arm64: not able to install linux-generic-hwe-18.04-edge/bionic-proposed || || dkms || Bug:1838245 || Fixup previous upload: find_module doesn't exist yet, and there's bad boolean logic in the check if we've already dealt with obsoleted modules. || == Unsorted changes == || cogl || Bug:1813567 || list an extra symbol which is needed after toolchain changes, fix the build || || duplicity || Bug:1813578 || backport an upstream commit to fix the build with the new gnupg version || || crash || Bug:1765660 || Add patch to fix ipcs command || || pkgbinarymangler || Bug:1762889 || Prevent domain confusion for Meson packages when a help-* domain is present || || livecd-rootfs || Bug:1815251 || Make sure buildd images have a /usr/sbin/policy-rc.d symlink || || libidn || Bug:1813584 || Backport change from cosmic to resolve the current FTBFS: || || uvloop || Bug:1815472 || Add libpython3.6-testsuite build-dep, to continue allow importing python's asio testsuite, as part of the uvloop testsuite. || || apport || Bug:1766337 || data/general-hooks/ubuntu.py: Fix UnicodeDecodeError when processing DpkgTerminalLog. || || apport || Bug:1787729 || debian/apport-autoreport.service: Since this calls whoopsie-upload-all which fails if whoopsie isn't running, it should have a relationship with whoopsie.service. || || packagekit || Bug:1818201 || 03_aptcc-use-correct-return-type-in-function.patch: Cherry pick upstream fix for show_errors crashes || || apt || Bug:1814543 || private-json-hooks.cc: deal with EPIPE || || libunistring || Bug:1813587 || Cherry-pick pthread fix from upstream and disco release. || || gcc-defaults || Bug:1814369 || SRU: LP: #1814369. || || gcc-8-cross || Bug:1814369 || SRU: LP: #1814369. || || binutils || Bug:1822717 || SRU: LP: #1822717. || || gcc-8 || Bug:1814369 || SRU: LP: #1814369. || || gcc-8 || Bug:1815057 || Fix PR target/88856 (S390X). Addresses: #915738. || || gcc-8 || Bug:1783705 || Fix PR libstdc++/84654, PR libstdc++/85672. || || gcc-7 || Bug:1814369 || SRU: LP: #1814369. || || gcc-7 || Bug:1815057 || Fix target/88856, taken from the gcc-7-branch. || || gcc-7 || Bug:1799955 || Backport the libstdc++ mersenne twister optimization for AArch64, so that the random header is the same on all architectures (Ubuntu only). || || gcc-7 || Bug:1799955 || Backport the libstdc++ mersenne twister optimization for AArch64, so that the random header is the same on all architectures (Ubuntu only). || || gcc-7-cross || Bug:1814369 || SRU: LP: #1814369. || || libaio || Bug:1630892 || Mark the libaio-dev packages as M-A: same. || || debootstrap || Bug:1825994 || Add (Ubuntu) eoan as a symlink to gutsy. || || bash || Bug:1792004 || Resurrect "Set the default path to comply with Debian policy" in deb-bash-config.diff which went missing since 4.2+dfsg-1 or so. Closes: #781367 || || python-apt || Bug:1826870 || apt.Cache: Fix (un)locking of archives (Closes: #922416) || || livecd-rootfs || Bug:1827930 || Build WSL rootfs tarball || || livecd-rootfs || Bug:1829938 || ubuntu-cpc: parallel builds || || apt || Bug:1820886 || Prevent shutdown while running dpkg || || apt || Bug:1821640 || Add linux-{buildinfo,image-unsigned,source} versioned kernel pkgs || || systemd || Bug:1814373 || prevent buffer overflow when reading keyring || || systemd || Bug:1825997 || Fix false negative checking for running jobs after boot || || apt-setup || Bug:1754075 || Replace apt-key call by direct inclusion of trusted.gpg.d snippets. || || llvm-toolchain-8 || Bug:1824111 || Backport to bionic for 18.04.3 HWE stack update. || || lvm2 || Bug:1830169 || Fix patch of systemd-run in 69-lvm-metad.rules || || bash || Bug:1822776 || d/p/bash44-020.diff: Add fix for hang on 'wait' statement || || aptdaemon || Bug:1831981 || Various locking fixes || || base-files || Bug:1829968 || debian/motd-news.timer: Change the timer to use an OnCalendar entry as that is correct for oneshot services. || || tmux || Bug:1835439 || d/p/tmux-format_expand-leak.patch: Do not leak memory when working out job name in formats. || || lasso || Bug:1833299 || d/p/PAOS-Do-not-populate-Destination-attribute.patch: Do not populate "Destination" attribute || || cmake || Bug:1835723 || cherry-pick upstream fix for ctest update bug ||