## page was copied from XenialXerus/ReleaseNotes/ChangeSummary/16.04.5 ||<>|| This is a brief summary of bugs fixed between Ubuntu 16.04.6 and 16.04.7. '''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-16.04-lts/|Ubuntu Security Notice list]] affecting Ubuntu 16.04.6 LTS that were released up to and including August 6, 2020. The last update included was USN-4453-1 (OpenJDK 8 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.) || 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 || == 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:1599646 || Filter out progress indicator from dpkg log || || unattended-upgrades || Bug:1779157 || Clear cache when autoremoval fails || || unattended-upgrades || Bug:1815494 || Find autoremovable kernel packages using the patterns in APT's way || || unattended-upgrades || Bug:1806487 || Start service after systemd-logind.service to be able to take inhibition lock || || unattended-upgrades || Bug:1806487 || Handle gracefully when logind is down || || unattended-upgrades || Bug:1702793 || Backport to Xenial || || unattended-upgrades || Bug:1778219 || Trigger unattended-upgrade-shutdown actions with PrepareForShutdown() Performing upgrades in service's ExecStop did not work when the upgrades involved restarting services because systemd blocked other stop/start actions making maintainer scripts time out and be killed leaving a broken system behind. Running unattended-upgrades.service before shutdown.target as a oneshot service made it run after unmounting filesystems and scheduling services properly on shutdown is a complex problem and adding more services to the mix make it even more fragile. The solution of monitoring PrepareForShutdown() signal from DBus allows Unattended Upgrade to run _before_ the jobs related to shutdown are queued thus package upgrades can safely restart services without risking causing deadlocks or breaking part of the shutdown actions. Also ask running unattended-upgrades to stop when shutdown starts even in InstallOnShutdown mode and refactor most of unattended-upgrade-shutdown to UnattendedUpgradesShutdown class. || || unattended-upgrades || Bug:1778219 || Increase logind's InhibitDelayMaxSec to 30s. This allows more time for unattended-upgrades to shut down gracefully or even install a few packages in InstallOnShutdown mode, but is still a big step back from the 30 minutes allowed for InstallOnShutdown previously. Users enabling InstallOnShutdown node are advised to increase InhibitDelayMaxSec even further possibly to 30 minutes. || || unattended-upgrades || Bug:1803749 || Stop using ActionGroups, they interfere with apt.Cache.clear() causing all autoremovable packages to be handled as newly autoremovable ones and be removed by default. Dropping ActionGroup usage does not slow down the most frequent case of not having anything to upgrade and when there are packages to upgrade the gain is small compared to the actual package installation. Also collect autoremovable packages before adjusting candidates because that also changed .is_auto_removable attribute of some of them. (Closes: #910874) || || unattended-upgrades || Bug:1789637 || Unlock for dpkg operations with apt_pkg.pkgsystem_unlock_inner() when it is available. Also stop running when reacquiring the lock fails. Thanks to Julian Andres Klode for original partial patch || || unattended-upgrades || Bug:1781586 || Skip rebuilding python-apt in upgrade autopkgtests. Python-apt has a new build dependency making the rebuilding as is failing and the reference handling issue is worked around in unattended-upgrades already. || || unattended-upgrades || Bug:1785093 || Stop trying when no adjustment could be made and adjust package candidates only to lower versions || || unattended-upgrades || Bug:1785093 || Skip already adjusted packages from being checked for readjusting. This makes it clearer that the recursion ends and can also be a bit quicker. || || unattended-upgrades || Bug:1260041 || Stop updating the system when reacquiring the dpkg system lock fails. || || unattended-upgrades || Bug:1781446 || Redirect stderr output in upgrade-between-snapshots, too, otherwise it breaks the test sometimes || || unattended-upgrades || Bug:1781446 || Redirect stderr output in upgrade-all-security, otherwise it breaks the test || || unattended-upgrades || Bug:1779157 || Clear cache when autoremoval is invalid for a package set marked for removal and clear cache after failed commits to return from a possibly invalid state || || unattended-upgrades || Bug:1773033 || Don't start or gracefully stop upgrade on battery || || unattended-upgrades || Bug:1781183 || Skip updates on metered connections (Closes: #855570) || || unattended-upgrades || Bug:1396787 || Speed up unattended-upgrade (Closes: #892028, #899366) || || unattended-upgrades || Bug:1778800 || Skip starting init.d script in debhelper-generated postinst part || || unattended-upgrades || Bug:1781176 || Fixed is_pkgname_in_blacklist to be side-effect free. Otherwise 'is_pkgname_in_blacklist' mutates the 'pkgs_kept_back' and 'unattended-upgrades' treats the package as a blacklisted candidate || || unattended-upgrades || Bug:1602536 || unattended-upgrades: fix Unlocked context manager. The Unlocked context manager did correctly unlock but did not reacquire the lock which means that in minimal-upgrade step mode it is possible to run apt code without a lock. If something else (like landscape, apt, synaptic, packagekit) locks the cache in the meantime this will work and u-u will get dpkg errors because dpkg will not be able to perform its operations. It is less of an issue in non-minimal mode, but even then the auto-remove step may fail in this way. || || unattended-upgrades || Bug:1775292 || Fix adjusting candidates || || unattended-upgrades || Bug:1602536 || Relock apt lock before reopening the cache || || unattended-upgrades || Bug:1775307 || Fix crashing while adjusting candidates and save candidates to adjust only in first sweep run, not emptying the set later (Closes: #901258) || || unattended-upgrades || Bug:1764797 || Merge from Debian unstable || || unattended-upgrades || Bug:1737441 || Do not reuse old apt.Version objects after reopening cache || || unattended-upgrades || Bug:1357093 Bug:1624644 Bug:1675079 Bug:1698159 || Remove unused automatically installed kernel packages || || unattended-upgrades || Bug:1615381 || Do not auto remove packages related to the running kernel || || unattended-upgrades || Bug:1722426 || Merge from Debian unstable || || unattended-upgrades || Bug:1230246 || Add Auto-Submitted header to email report || || unattended-upgrades || Bug:1737442 || Exit with printing error when apt errors prevent initialization || || unattended-upgrades || Bug:1737635 || Mark invalid UTF-8 characters in dpkg's log, but don't crash || || unattended-upgrades || Bug:1737637 || Try upgrading packages replacing configuration dir with configuration file || || unattended-upgrades || Bug:1737717 || Make unattended-upgrade-shutdown exit with error when apt config is invalid || || unattended-upgrades || Bug:1577215 || Stop asking debconf question about Origins-Pattern. 50unattended-upgrades now contains multiple origins by default and setting them from debconf can't be made really easy. Users should change the configuration file itself instead. || || unattended-upgrades || Bug:1741579 || Show "please don't turn off the computer" while installing updates on shutdown. This is more informational for users than the original "sleeping for 5s". Thanks to Mario Loderer for the suggestion || || unattended-upgrades || Bug:1269177 || unattended-upgrades: Do not reboot during a dry-run || || unattended-upgrades || Bug:1458204 || Do not touch reboot-required on linux-image-extra removal || || unattended-upgrades || Bug:1446552 || Adjust candidate version of packages to be newly installed || || unattended-upgrades || Bug:1458204 || Do not touch reboot-required on linux-image-extra removal || || unattended-upgrades || Bug:1269177 || unattended-upgrades: Do not reboot during a dry-run. || || unattended-upgrades || Bug:1722426 || Merge from Debian unstable || || unattended-upgrades || Bug:1632361 || Catch SystemError while keeping apt lock unlocked || || unattended-upgrades || Bug:1455097 || Stop already running unattended-upgrades before hibernation even with systemd || || unattended-upgrades || Bug:1719630 || Use lsb_release instead of dpkg-vendor in postinst || || unattended-upgrades || Bug:1719630 || Use lsb_release instead of dpkg-vendor in postinst || || unattended-upgrades || Bug:1718419 || Merge from Debian unstable || || unattended-upgrades || Bug:1714019 || Merge from Debian unstable || || unattended-upgrades || Bug:1680599 || unattended-upgrades: Provide some information and create a log entry when there is a failure to parse the allowed origins. || || unattended-upgrades || Bug:1690980 || Start handling SIGUSR1 gracefully earlier in unattended-upgrade || || unattended-upgrades || Bug:1686470 || Add a --download-only option (Closes: #863911) || || unattended-upgrades || Bug:1687129 || Add UbuntuESM to the list of sources automatically upgraded from by default || || unattended-upgrades || Bug:1686470 || download-only option, enabling us to download updates at a random time of day by default but apply them predictably in the 6am-7am window || || unattended-upgrades || Bug:1649709 || unattended-upgrades: Do not automatically upgrade the development release of Ubuntu unless Unattended-Upgrade::DevRelease is true. || || unattended-upgrades || Bug:1680599 || unattended-upgrades: Provide some information and create a log entry when there is a failure to parse the allowed origins. || || unattended-upgrades || Bug:1687129 || Add UbuntuESM to the list of sources automatically upgraded from by default || || unattended-upgrades || Bug:1654600 || Complete the solution for the unattended-upgrades.service unit not correctly working : || || unattended-upgrades || Bug:1654600 || The systemd unit needs to be an ExecStop since it is is activated on shutdown. Otherwise, it will get scheduled after completion of the local-fs.target. In the case where /var is a separate filesystem, unattended-upgrade-shutdown will hang until timeout since /var/run is expected but no longer there || || unattended-upgrades || Bug:1654070 || When performing a sanity check for packages to install or upgrade return false when either there are no packages in the cache or the package to upgrade is not in the change set. || || unattended-upgrades || Bug:1544942 || Do not mark packages for deletion / autoremoval if unattended-upgrades is being run in dry-run mode. || || 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. || || 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. || || ubuntu-release-upgrader || Bug:1744318 || Use HTTPS for changelogs.ubuntu.com || || update-manager || Bug:1744318 || Use HTTPS for changelogs.ubuntu.com || || update-manager || Bug:1771914 || Add support for HTTPS proxies; this breaks UpdateManager.Core.utils.init_proxy() API - the return value is now a dict, rather than a string . || || unattended-upgrades || Bug:1821376 || Report packages kept back by origin || || unattended-upgrades || Bug:1823070 || Store list of kept packages and report the number of them in motd || || unattended-upgrades || Bug:1848354 || debian/tests/control: Mark upgrade-between-snapshots as flaky (Closes: #941752) || || ubuntu-release-upgrader || Bug:1844805 || do-release-upgrade: add linux-base to the check for required reboot after a kernel upgrade . || || ubuntu-release-upgrader || Bug:1844805 || do-release-upgrade: also check for linux-image- in reboot-required.pkgs, refusing upgrading before a reboot is performed. || || update-manager || Bug:1849004 || Correctly detect the usage of a username in changelog URIs. || || unattended-upgrades || Bug:1853861 || Fix non-minimal upgrades || || unattended-upgrades || Bug:1857051 || data/50unattended-upgrades.Ubuntu: add new ESM repositories || || ubuntu-release-upgrader || Bug:1796940 || debian/control: change ubuntu-release-upgrader-core to depend on ca-certificates || == Desktop fixes == These changes mainly affect desktop installations of Ubuntu, Kubuntu, Edubuntu and other Ubuntu-based systems. || nvidia-graphics-drivers-304 || Bug:1573508 || Add support for backported 7 argument linux get_user_pages call . || || nvidia-graphics-drivers-340 || Bug:1819077 || Re-enable buildfix_kernel_4.11.patch . || || nvidia-graphics-drivers-340 || Bug:1573508 || Add support for new 7 argument get_user_pages() . || || unity || Bug:1733557 || lockscreen: cancel authentication if externally unlocked || || 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-software || Bug:1778135 || Fix crash loading icons || || gnome-software || Bug:1778160 || Fix crash when have plugs with multiple slots available || || gnome-software || Bug:1790563 || Fix some command line warnings || || gnome-software || Bug:1799614 || Use new snapd media API || || gnome-software || Bug:1738164 || Allow connections on the u2f-devices interface || || gnome-software || Bug:1754655 || Fix snaps not being shown correctly after install from command line || || gnome-software || Bug:1789336 || Show verified developers || || 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) || || 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. || || xdg-desktop-portal || Bug:1817285 || New upstream release 1.0.3 || || xdg-desktop-portal-gtk || Bug:1817287 || New upstream release 1.0.2 || || 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:1795959 || Added xdg-desktop-portal-gtk to desktop-recommends || || ubuntu-meta || Bug:1837466 || Added dbus-x11 to wsl-recommends || || 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 || || firefox || Bug:1840597 || Backport an upstream commit to fix the browser.search.get() Web Extension API || || firefox || Bug:1844051 || Restore icons for the amazon search engine descriptions || || wslu || Bug:1849679 || Backport to Xenial || || wslu || Bug:1844671 || Suppress pulseaudio error on starting shell when pulseaudio-utils is installed || || wslu || Bug:1836208 || Stop changing terminal font when running wsl* commands || || 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 || || wslu || Bug:1853343 || Detect X and PulseAudio in WSL2, too || || gnome-software || Bug:1806697 || Fix interface connections not showing correct state || || gnome-software || Bug:1844799 || Use new banner format || || dbus || Bug:1846787 || Prevent logind from leaking session files . Fixed by upstream patches: || || pulseaudio || Bug:1781428 || Backport the snap policy module to make access to audio recording conditional on plugging the "pulseaudio" or "audio-record" interfaces : || || wslu || Bug:1855520 || Revert previous SRU : || || firefox || Bug:1851936 || Temporarily hardcode MOZ_BUILD_DATE to ensure the build ID is strictly less than the one for the bionic build already in bionic-updates || || wslu || Bug:1853343 || Detect X and PulseAudio in WSL2, too || || wslu || Bug:1855520 || debian/wsl-integration.sh: Set timeouts for X and PulseAudio detection. This fixes long startup time when detection fails after waiting for long. || || wslu || Bug:1855898 || Cache results of detecting X and sound server in $HOME/.cache/wslu/integration. Reuse results when starting new shells in the same running WSL Ubuntu instance. || || firefox || Bug:1856707 || Fix an exception in the apport hook || || firefox || Bug:1796397 || Use a higher resolution icon for DuckDuckGo || || thunderbird || Bug:1850651 || New upstream stable release (60.9.1build1) || || pulseaudio || Bug:1781428 || Backport the snap policy module to make access to audio recording conditional on plugging the "pulseaudio" or "audio-record" interfaces : || || thunderbird || Bug:1846882 || Ignore comment nodes in menu definitions, thus preventing a crash when using the enigmail extension in conjuction with the global menu || || thunderbird || Bug:1878155 || Disable reading /proc/sys/crypto/fips_enabled if FIPS is not enabled on build || == Server and Cloud related fixes == These changes mainly affect installations of Ubuntu on server systems and clouds. || landscape-client || Bug:1685885 || debian/patches/mem-usage-1685885.patch: Reduce memory usage by unused twisted logs. || || backuppc || Bug:1576187 || d/rules, d/p/smb-compat-fix.patch: cope with changes in newer smbclient. Thanks to Maksym Schipka || || backuppc || Bug:1677755 || d/t/{control,smb-backup}: simple smb-based DEP8 test || || cloud-init || Bug:1813346 || New upstream snapshot. || || freeipmi || Bug:1784926 || Cherry-pick patches from upstream that add support to ipmi-locate for parsing ACPI/SPMI tables out of sysfs : || || cloud-init || Bug:1819067 || New upstream snapshot. || || pacemaker || Bug:1819046 || Change systemd unit to source /etc/default files by default || || qemu || Bug:1818880 || Fix deadlock when detaching network interface Fixed by upstream patch: || || rsyslog || Bug:1821582 || Modify d/rsyslog.install & d/rsyslog.logrotate Don't rely on SysV init script in logrotate config Add a small helper to send SIGHUP to rsyslogd to close open log files. Use systemctl directly if systemd is the active PID 1. Keep the SysV init script as fallback only. || || wslu || Bug:1818673 || Rebuild for Xenial || || postgresql-9.5 || Bug:1815665 || New upstream release(s) || || 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 || || snapd-glib || Bug:1818766 || New upstream release || || snapd-glib || Bug:1793298 || New upstream release : || || snapd || Bug:1818648 || New upstream release, || || 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 || || openldap || Bug:1821343 || Fix sysv-generator unit file by customizing parameters || || sssd || Bug:1722936 || Add upstream HBAC patch. Closes . || || sssd || Bug:1793882 || d/t/{common-tests,control,ldap-user-group-*-auth,login.exp,util}: add DEP8 tests from later releases of Ubuntu || || curtin || Bug:1817964 || New upstream snapshot. || || sssd || Bug:1572908 || d/p/GPO_CROND-customization.patch: Set GPO_CROND to cron instead of crond for Debian and Ubuntu || || qemu || Bug:1823458 || Prevent crash due to race condition on shutdown; this is fixed differently upstream (starting in Bionic), but the change is too large to backport into Xenial. These two very small patches work around the problem in an unintrusive way. || || qemu || Bug:1823458 || Prevent crash due to race condition on shutdown; this is fixed differently upstream (starting in Bionic), but the change is too large to backport into Xenial. These two very small patches work around the problem in an unintrusive way. || || nova || Bug:1708572 || and || || nova || Bug:1744079 || and || || 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: || || s390-tools || Bug:1825099 || chreipl: fix chreipl node for virtio devices || || qemu || Bug:1829245 || Disable patches from 1:2.5+dfsg-5ubuntu10.37 to prevent regression || || resolvconf || Bug:1825194 || bin/resolvconf: use flock so resolvconf can be called in parallel safely . || || 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 Xenial || || cloud-init || Bug:1828637 || New upstream snapshot. || || qemu || Bug:1828288 || Fix issues with CPUID_EXT2_AMD_ALIASES allowing guests using cpu passthrough to boot. || || snapd || Bug:1827495 || New upstream release, || || sssd || Bug:1781991 || d/libsss-sudo.postinst: Add sss entry to nsswitch only on initial install. || || snapd || Bug:1830823 || Cherry-pick pull-request 7038 to make sure maintainer scripts do nothing on powerpc (we only ship an empty package there). || || 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:1830477 || skip on s390x; requires grub || || systemd || Bug:1814373 || prevent buffer overflow when reading keyring || || systemd || Bug:1771858 || Append /snap/bin to default PATH. Snapd ships snapd-env-generator, but systemd does not not support environment generators. Hard-coding /snap/bin is less risky than backporting environment generator support and since snaps are considered to be first class packages on Ubuntu /snap/bin can safely added to the default PATH. || || systemd || Bug:1828892 || Backport upstream PR#7997 to fix alias service reports inactive while aliased is active || || curtin || Bug:1831757 || d/control: drop probert dependency for Xenial || || curtin || Bug:1831772 || New upstream snapshot. || || software-properties || Bug:1836258 || cloudarchive: Update outdated WEB_LINK that is presented when cloud archive is enabled . || || openldap || Bug:1838370 || d/p/rwm-do-not-free-original-filter.patch: Fix slapd segfault || || snapd-glib || Bug:1836691 || New upstream release || || snapd || Bug:1836327 || New upstream release, || || bind9 || Bug:1833400 || d/p/ubuntu//lp-1833400*: fix race on shutdown || || ruby2.3 || Bug:1834072 || d/p/do-not-wakeup-inside-child-processes.patch: avoid child ruby processes being stuck in a busy loop || || net-snmp || Bug:1835818 || Skip autofs entries when calling statfs to prevent autofs being mounted on snmpd startup : || || psmisc || Bug:1837444 || d/p/fix-pstree-seg-fault.patch: Fix pstree segfault || || ec2-hibinit-agent || Bug:1840909 || Handle power button ACPI event with acpid || || cloud-init || Bug:1841099 || New upstream snapshot. || || cloud-init || Bug:1841099 || New upstream snapshot. || || net-snmp || Bug:1843036 || put paranthesis around macros which are expressions. || || net-snmp || Bug:1835818 || Skip autofs entries when calling statfs to prevent autofs being mounted on snmpd startup : || || cloud-init || Bug:1844334 || New upstream snapshot. || || livecd-rootfs || Bug:1844504 || Revert exclusion of makedev from buildd chroots, as it turned out not to be the problem. Instead, fix up /dev/ptmx to be a character device node rather than a symlink to /dev/pts/ptmx, in line with the discussion in https://bugs.debian.org/817236; I think this is safer than cherry-picking the fix to debootstrap at this point in a stable release cycle . || || livecd-rootfs || Bug:1844504 || Fix exclusion of makedev from buildd chroots; debootstrap doesn't respect --exclude for "Priority: required" packages, so we have to purge makedev later . || || livecd-rootfs || Bug:1844504 || Exclude makedev from buildd chroots, since it was historically excluded and apparently breaks some builds (e.g. mir; ). || || livecd-rootfs || Bug:1837254 || ubuntu-cpc: Only produce explicitly specified artifacts || || cloud-init || Bug:1846535 || cherry-pick a7d8d032: get_interfaces: don't exclude bridge and bond members || || apache2 || Bug:1846138 || Backport mod_reqtimeout with handshake support || || landscape-client || Bug:1828217 || d/p/product-name-vminfo-1828217.patch: Add product_name to things scanned for vm_info || || landscape-client || Bug:1728681 || d/landscape-client.postinst: Set default value if data_path is missing. || || landscape-client || Bug:1788518 || d/p/stagger-launch-1788518.patch: Add option to stagger launch of broker plugins. || || landscape-client || Bug:1833137 || d/landscape-client.init: Fix init script stop action || || cloud-init || Bug:1854872 || New upstream snapshot. || || openjdk-8 || Bug:1845873 || openjdk-8-jdk-headless: Add Breaks/Replaces for moved clhsdb binary || || libvirt || Bug:1681839 || debian/patches/lp1681839-*.patch: Fix block commit timeout races, and ensure that once commit has reached 100%, timeouts no longer apply. || || snapd-glib || Bug:1856196 || Change snapd recommends to suggests || || cloud-init || Bug:1859725 || New upstream snapshot. || || walinuxagent || Bug:1851064 || New upstream release || || curtin || Bug:1861452 || New upstream snapshot. || || spamassassin || Bug:1862154 || d/p/lp-1862154-*: avoid 'domain is utf8 flagged' flooding the logs || || mod-wsgi || Bug:1863232 || d/p/allow-disabling-daemon-socket-rotation-on-restart.patch: Add option for disabling daemon socket rotation on restarts || || snapd || Bug:1846181 || New upstream release, || || libvirt || Bug:1844455 || d/p/lp-1844455-node_device_conf-Don-t-leak-physical_function.patch: fix memory-leak from PCI-related structure. || || libvirt || Bug:1864918 || d/p/lp-1864918-Fix-TLS-test-suites-with-gnutls-3.6.0.patch: fix failing TLS tests due to recent-introduced SHA1 restriction in gnutls. || || pacemaker || Bug:1871166 || prevent use-after-free segfault || || pacemaker || Bug:1877280 || avoid segfault on exit || || openssh || Bug:1877454 || Fix deadlock when AuthorizedKeysCommand produces a large output. || || openssh || Bug:1859013 || Apply upstream patch to stop using 2020 as a future date in regress tests. || || gnutls28 || Bug:1876286 || add support for zero length session tickets returned from the server, thanks Rod for the backport and testing! || || snapd || Bug:1875071 || New upstream release, || || apache2 || Bug:1875299 || d/p/lp-1875299-Merge-r1688399-from-trunk.patch: use r_useragent_addr as the root trusted address || || cloud-init || Bug:1881018 || New upstream snapshot. || || cloud-init || Bug:1881018 || New upstream snapshot. || || openldap || Bug:1866303 || d/p/ITS-9171-Insert-callback-in-the-right-place.patch: Import upstream patch to fix slapd crashing in certain configurations when a client attempts a login to a locked account. || || openldap || Bug:1557157 || d/apparmor-profile: Update apparmor profile to grant access to the saslauthd socket, so that SASL authentication works. || || rabbitmq-server || Bug:1874075 || add TimeoutStartSec, Restart, RestartSec parameters || || rabbitmq-server || Bug:1874075 || Fix timeout discrepancy between SysV and systemd upstream, rabbitmq-server-release - 694540270c8 || || neutron || Bug:1662324 || Ensure network enable_ipv6 when using linuxbridge || || curtin || Bug:1881003 || New upstream snapshot. || == Kernel and Hardware support updates == Considerable work has been done in Ubuntu 16.04.7 on improving support for many specific items of hardware. Note that upstream commits to stable kernel releases are listed separately below. || linux-azure || Bug:1813779 || linux: 4.15.0-45.48 -proposed tracker || || linux-azure || Bug:1813663 || External monitors does not work anymore 4.15.0-44 || || linux-azure || Bug:1813727 || kernel 4.15.0-44 cannot mount ext4 fs with meta_bg enabled || || linux-gcp || Bug:1813779 || linux: 4.15.0-45.48 -proposed tracker || || 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-oracle || Bug:1813779 || linux: 4.15.0-45.48 -proposed tracker || || 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-meta-aws || Bug:1573508 || SRU Request: nvidia-*: nvidia-* kernel module failed to build [error: too many arguments to function ‘get_user_pages’] || || linux-meta || Bug:1573508 || SRU Request: nvidia-*: nvidia-* kernel module failed to build [error: too many arguments to function ‘get_user_pages’] || || linux-meta-kvm || Bug:1573508 || SRU Request: nvidia-*: nvidia-* kernel module failed to build [error: too many arguments to function ‘get_user_pages’] || || linux || Bug:1822834 || linux: 4.4.0-146.172 -proposed tracker || || linux-kvm || Bug:1822826 || linux-kvm: 4.4.0-1044.50 -proposed tracker || || linux-kvm || Bug:1822834 || linux: 4.4.0-146.172 -proposed tracker || || linux-aws || Bug:1824774 || linux-aws: 4.4.0-1081.91 -proposed tracker || || linux-aws || Bug:1822824 || linux-aws: 4.4.0-1080.90 -proposed tracker || || linux-aws || Bug:1822834 || linux: 4.4.0-146.172 -proposed tracker || || ureadahead || Bug:1579580 || add -q parameter to stop ureadahead from logging thousands of lines of noise || || lshw || Bug:1777131 || Implement DMI memory reporting when DIMM size is >32GiB || || 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) || || util-linux || Bug:1764628 || d/patches/lscpu-cleanup-DMI-detection-return-codes.patch: Cherry pick upstream patch to fix correctly identifying virtualization type. || || linux || Bug:1830941 || linux: 4.4.0-150.176 -proposed tracker || || linux || Bug:1830890 || glibc 2.23-0ubuntu11 ADT test failure with linux 4.4.0-149.175 || || linux || Bug:1829209 || linux: 4.4.0-149.175 -proposed tracker || || linux || Bug:1828420 || Xenial update: 4.4.179 upstream stable release || || linux || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-signed || Bug:1824016 || Built-Using incorrect || || linux-signed-hwe || Bug:1824016 || Built-Using incorrect || || linux-hwe || Bug:1829216 || linux-hwe: 4.15.0-51.55~16.04.1 -proposed tracker || || linux-hwe || Bug:1829219 || linux: 4.15.0-51.55 -proposed tracker || || linux-hwe || Bug:1828394 || UBUNTU] qdio: clear intparm during shutdown || || linux-hwe || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-hwe || Bug:1813129 || tm-unavailable in powerpc/tm failed on Bionic Power9 || || linux-hwe || Bug:1813134 || cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on Bionic P9 || || linux-hwe || Bug:1827880 || bionic/linux: completely remove snapdragon files from sources || || 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: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:1826911 || hns: fix socket accounting || || linux-hwe || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-kvm || Bug:1829195 || linux-kvm: 4.4.0-1047.53 -proposed tracker || || linux-kvm || Bug:1828420 || Xenial update: 4.4.179 upstream stable release || || linux-kvm || Bug:1829209 || linux: 4.4.0-149.175 -proposed tracker || || linux-kvm || Bug:1828420 || Xenial update: 4.4.179 upstream stable release || || linux-kvm || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || linux-kvm || Bug:1825777 || False positive test result in run_netsocktests from net in ubuntu_kernel_selftest || || linux-oracle || Bug:1829208 || linux-oracle: 4.15.0-1014.16~16.04.1 -proposed tracker || || linux-oracle || Bug:1829210 || linux-oracle: 4.15.0-1014.16 -proposed tracker || || linux-oracle || Bug:1829219 || linux: 4.15.0-51.55 -proposed tracker || || 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-aws || Bug:1829193 || linux-aws: 4.4.0-1084.94 -proposed tracker || || linux-aws || Bug:1829209 || linux: 4.4.0-149.175 -proposed tracker || || linux-aws || Bug:1828420 || Xenial update: 4.4.179 upstream stable release || || linux-aws || Bug:1825780 || Kprobe event string type argument failed in ftrace from ubuntu_kernel_selftests on B/C i386 || || 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-gcp || Bug:1829196 || linux-gcp: 4.15.0-1033.35~16.04.1 -proposed tracker || || linux-gcp || Bug:1829200 || linux-gcp: 4.15.0-1033.35 -proposed tracker || || linux-gcp || Bug:1829219 || linux: 4.15.0-51.55 -proposed tracker || || 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-azure || Bug:1829214 || linux-azure: 4.15.0-1046.50 -proposed tracker || || linux-azure || Bug:1829219 || linux: 4.15.0-51.55 -proposed tracker || || linux-azure || Bug:1828394 || UBUNTU] qdio: clear intparm during shutdown || || linux-azure || Bug:1826385 || ftrace in ubuntu_kernel_selftests hang with Cosmic kernel || || linux-azure || Bug:1813129 || tm-unavailable in powerpc/tm failed on Bionic Power9 || || linux-azure || Bug:1813134 || cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on Bionic P9 || || linux-azure || Bug:1827880 || bionic/linux: completely remove snapdragon files from sources || || linux-azure || Bug:1827972 || The noise keeps occurring when Headset is plugged in on a Dell machine || || 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:1826911 || hns: fix socket accounting || || 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 || || linux-aws || Bug:1830941 || linux: 4.4.0-150.176 -proposed tracker || || linux-aws || Bug:1830890 || glibc 2.23-0ubuntu11 ADT test failure with linux 4.4.0-149.175 || || linux-kvm || Bug:1830941 || linux: 4.4.0-150.176 -proposed tracker || || linux-kvm || Bug:1830890 || glibc 2.23-0ubuntu11 ADT test failure with linux 4.4.0-149.175 || || 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. || || linux-azure || Bug:1834715 || linux-azure: 4.15.0-1050.55 -proposed tracker || || linux-azure || Bug:1834696 || linux-azure: mlx4, mlx5, ibverbs, ib_umad are not being loaded by default || || fwupd || Bug:1829813 || Raise the metadata limit to 10Mb, fix XML mismatch error while fwupdmgr refresh || || linux-firmware || Bug:1835449 || Bluetooth: hci0: request failed to create LE connection: status 0x0c (Intel 9260) || || linux-aws || Bug:1834908 || linux-aws: 4.4.0-1088.99 -proposed tracker || || linux-azure || Bug:1837632 || xenial/linux-azure: 4.15.0-1052.57 -proposed tracker || || dkms || Bug:1838045 || kernelsourcedir") . || || linux-azure || Bug:1839287 || xenial/linux-azure: 4.15.0-1055.60 -proposed tracker || || linux || Bug:1839521 || Xenial: ZFS deadlock in shrinker path with xattrs || || linux-aws || Bug:1839521 || Xenial: ZFS deadlock in shrinker path with xattrs || || linux-kvm || Bug:1838090 || flock not mediated by 'k' // Ubuntu 16.04: read access incorrectly implies 'm' rule || || linux-kvm || Bug:1839521 || Xenial: ZFS deadlock in shrinker path with xattrs || || linux-azure || Bug:1842734 || xenial/linux-azure: 4.15.0-1057.62 -proposed tracker || || linux-azure || Bug:1842746 || bionic/linux: 4.15.0-62.69 -proposed tracker || || linux-azure || Bug:1842447 || Kernel Panic with linux-image-4.15.0-60-generic when specifying nameserver in docker-compose || || linux-gcp || Bug:1842738 || xenial/linux-gcp: 4.15.0-1042.44 -proposed tracker || || linux-gcp || Bug:1842746 || bionic/linux: 4.15.0-62.69 -proposed tracker || || linux-gcp || Bug:1842447 || Kernel Panic with linux-image-4.15.0-60-generic when specifying nameserver in docker-compose || || linux-oracle || Bug:1842772 || xenial/linux-oracle: 4.15.0-1023.26~16.04.1 -proposed tracker || || linux-oracle || Bug:1842773 || bionic/linux-oracle: 4.15.0-1023.26 -proposed tracker || || linux-oracle || Bug:1842746 || bionic/linux: 4.15.0-62.69 -proposed tracker || || linux-oracle || Bug:1842447 || Kernel Panic with linux-image-4.15.0-60-generic when specifying nameserver in docker-compose || || linux-hwe || Bug:1842744 || xenial/linux-hwe: 4.15.0-62.69~16.04.1 -proposed tracker || || linux-hwe || Bug:1842746 || bionic/linux: 4.15.0-62.69 -proposed tracker || || linux-hwe || Bug:1842447 || Kernel Panic with linux-image-4.15.0-60-generic when specifying nameserver in docker-compose || || initramfs-tools || Bug:1842284 || hook-functions: include ehci-platform from HWE kernel. || || linux-azure || Bug:1851205 || KVM NULL pointer deref || || linux-gcp || Bug:1851205 || KVM NULL pointer deref || || linux-hwe || Bug:1851205 || KVM NULL pointer deref || || linux-oracle || Bug:1851205 || KVM NULL pointer deref || || amd64-microcode || Bug:1850752 || Backport to Ubuntu 16.04 LTS || || amd64-microcode || Bug:1850752 || Merge from Debian unstable . Remaining changes: || || amd64-microcode || Bug:1853614 || Revert to 3.20180524.1 version of microcode because of regressions on certain hardware. || || linux-oracle || Bug:1850541 || Bionic update: upstream stable patchset 2019-10-29 || || linux-oracle || Bug:1852289 || bionic/linux: 4.15.0-71.80 -proposed tracker || || linux-oracle || Bug:1850541 || Bionic update: upstream stable patchset 2019-10-29 || || linux-oracle || Bug:1852492 || Bionic update: upstream stable patchset 2019-11-13 || || linux-oracle || Bug:1852492 || Dell XPS 13 9350/9360 headphone audio hiss // [XPS 13 9360, Realtek ALC3246, Black Headphone Out, Front] High noise floor // Bionic update: upstream stable patchset 2019-11-13 || || linux-oracle || Bug:1851506 || Add GeminiLake support on Intel int340x thermal device || || linux-oracle || Bug:1812352 || Handle the skip return code in kernel_selftests on Bionic || || linux-oracle || Bug:1851876 || Bionic update: upstream stable patchset 2019-11-08 || || linux-oracle || Bug:1851876 || Colour banding in Lenovo G50-80 laptop display (i915) // Bionic update: upstream stable patchset 2019-11-08 || || linux-oracle || Bug:1843487 || UIO: mutex used in interrupt handler causes crash || || linux-oracle || Bug:1850541 || Suspend stopped working from 4.4.0-157 onwards // Bionic update: upstream stable patchset 2019-10-29 || || linux-oracle || Bug:1849576 || Bionic update: upstream stable patchset 2019-10-23 || || linux-gcp || Bug:1850541 || Bionic update: upstream stable patchset 2019-10-29 || || linux-gcp || Bug:1852289 || bionic/linux: 4.15.0-71.80 -proposed tracker || || linux-gcp || Bug:1850541 || Bionic update: upstream stable patchset 2019-10-29 || || linux-gcp || Bug:1852492 || Bionic update: upstream stable patchset 2019-11-13 || || linux-gcp || Bug:1852492 || Dell XPS 13 9350/9360 headphone audio hiss // [XPS 13 9360, Realtek ALC3246, Black Headphone Out, Front] High noise floor // Bionic update: upstream stable patchset 2019-11-13 || || linux-gcp || Bug:1851506 || Add GeminiLake support on Intel int340x thermal device || || linux-gcp || Bug:1812352 || Handle the skip return code in kernel_selftests on Bionic || || linux-gcp || Bug:1851876 || Bionic update: upstream stable patchset 2019-11-08 || || linux-gcp || Bug:1851876 || Colour banding in Lenovo G50-80 laptop display (i915) // Bionic update: upstream stable patchset 2019-11-08 || || linux-gcp || Bug:1843487 || UIO: mutex used in interrupt handler causes crash || || linux-gcp || Bug:1850541 || Suspend stopped working from 4.4.0-157 onwards // Bionic update: upstream stable patchset 2019-10-29 || || linux-gcp || Bug:1849576 || Bionic update: upstream stable patchset 2019-10-23 || || linux-hwe || Bug:1854026 || xenial/linux-hwe: 4.15.0-72.81~16.04.1 -proposed tracker || || linux-hwe || Bug:1854027 || bionic/linux: 4.15.0-72.81 -proposed tracker || || linux-hwe || Bug:1853326 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX || || linux-hwe || Bug:1852723 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX2 and Kunpeng920 || || linux-hwe || Bug:1852288 || xenial/linux-hwe: 4.15.0-71.80~16.04.1 -proposed tracker || || linux-hwe || Bug:1852289 || bionic/linux: 4.15.0-71.80 -proposed tracker || || linux-hwe || Bug:1850541 || Bionic update: upstream stable patchset 2019-10-29 || || linux-hwe || Bug:1852492 || Bionic update: upstream stable patchset 2019-11-13 || || linux-hwe || Bug:1852492 || Dell XPS 13 9350/9360 headphone audio hiss // [XPS 13 9360, Realtek ALC3246, Black Headphone Out, Front] High noise floor // Bionic update: upstream stable patchset 2019-11-13 || || linux-hwe || Bug:1851506 || Add GeminiLake support on Intel int340x thermal device || || linux-hwe || Bug:1812352 || Handle the skip return code in kernel_selftests on Bionic || || linux-hwe || Bug:1851876 || Bionic update: upstream stable patchset 2019-11-08 || || linux-hwe || Bug:1851876 || Colour banding in Lenovo G50-80 laptop display (i915) // Bionic update: upstream stable patchset 2019-11-08 || || linux-hwe || Bug:1843487 || UIO: mutex used in interrupt handler causes crash || || linux-hwe || Bug:1850541 || Suspend stopped working from 4.4.0-157 onwards // Bionic update: upstream stable patchset 2019-10-29 || || linux-hwe || Bug:1849576 || Bionic update: upstream stable patchset 2019-10-23 || || intel-microcode || Bug:1854764 || REGRESSION UPDATE: warm reboots cause hangs on certain Skylake processors || || linux-azure || Bug:1852289 || bionic/linux: 4.15.0-71.80 -proposed tracker || || linux-azure || Bug:1850541 || Bionic update: upstream stable patchset 2019-10-29 || || linux-azure || Bug:1852492 || Bionic update: upstream stable patchset 2019-11-13 || || linux-azure || Bug:1852492 || Dell XPS 13 9350/9360 headphone audio hiss // [XPS 13 9360, Realtek ALC3246, Black Headphone Out, Front] High noise floor // Bionic update: upstream stable patchset 2019-11-13 || || linux-azure || Bug:1851506 || Add GeminiLake support on Intel int340x thermal device || || linux-azure || Bug:1812352 || Handle the skip return code in kernel_selftests on Bionic || || linux-azure || Bug:1851876 || Bionic update: upstream stable patchset 2019-11-08 || || linux-azure || Bug:1851876 || Colour banding in Lenovo G50-80 laptop display (i915) // Bionic update: upstream stable patchset 2019-11-08 || || linux-azure || Bug:1843487 || UIO: mutex used in interrupt handler causes crash || || linux-azure || Bug:1850541 || Suspend stopped working from 4.4.0-157 onwards // Bionic update: upstream stable patchset 2019-10-29 || || linux-azure || Bug:1849576 || Bionic update: upstream stable patchset 2019-10-23 || || linux-oracle || Bug:1854027 || bionic/linux: 4.15.0-72.81 -proposed tracker || || linux-oracle || Bug:1853326 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX || || linux-oracle || Bug:1852723 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX2 and Kunpeng920 || || linux-azure || Bug:1854027 || bionic/linux: 4.15.0-72.81 -proposed tracker || || linux-azure || Bug:1853326 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX || || linux-azure || Bug:1852723 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX2 and Kunpeng920 || || linux-gcp || Bug:1854027 || bionic/linux: 4.15.0-72.81 -proposed tracker || || linux-gcp || Bug:1853326 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX || || linux-gcp || Bug:1852723 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX2 and Kunpeng920 || || linux-hwe || Bug:1853485 || Bionic kernel panic on Cavium ThunderX CN88XX || || linux-signed-hwe || Bug:1843327 || vmlinuz is world-readable || || linux-hwe || Bug:1853326 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX // Bionic kernel panic on Cavium ThunderX CN88XX // Cavium ThunderX CN88XX crashes on boot || || linux-hwe || Bug:1853485 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX // Bionic kernel panic on Cavium ThunderX CN88XX // Cavium ThunderX CN88XX crashes on boot || || linux-hwe || Bug:1853485 || Bionic kernel panic on Cavium ThunderX CN88XX || || makedumpfile || Bug:1741860 || Let the kernel decide the crashkernel offset for ppc64el || || makedumpfile || Bug:1655280 || Reload kdump after memory/CPU hotplug. || || makedumpfile || Bug:1811692 || Use a different service for vmcore dump. || || makedumpfile || Bug:1828596 || Reload kdump when CPU is brought online. || || makedumpfile || Bug:1828596 || Add a reload command. || || makedumpfile || Bug:1828596 || kdump-config: implement try-reload || || makedumpfile || Bug:1828596 || udev: hotplug: use try-reload || || makedumpfile || Bug:1800566 || Use reset_devices as a cmdline parameter. || || util-linux || Bug:1858802 || d/p/libblkid-xfs-log-check-for-reg-xfs-on-more-sectors.patch: fix ambivalent detection of bcache and xfs_external_log due to regular xfs on bcache backing device. || || linux-azure || Bug:1853485 || Bionic kernel panic on Cavium ThunderX CN88XX || || linux-azure || Bug:1862355 || xenial/linux-azure: 4.15.0-1069.74 -proposed tracker || || dmidecode || Bug:1858615 || Restrict /dev/mem scanning for entry point to x86, fixing crashes on certain ARM platforms : || || linux-oracle || Bug:1853326 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX // Bionic kernel panic on Cavium ThunderX CN88XX // Cavium ThunderX CN88XX crashes on boot || || linux-oracle || Bug:1853485 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX // Bionic kernel panic on Cavium ThunderX CN88XX // Cavium ThunderX CN88XX crashes on boot || || linux-oracle || Bug:1853485 || Bionic kernel panic on Cavium ThunderX CN88XX || || linux-azure || Bug:1853326 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX // Bionic kernel panic on Cavium ThunderX CN88XX // Cavium ThunderX CN88XX crashes on boot || || linux-azure || Bug:1853485 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX // Bionic kernel panic on Cavium ThunderX CN88XX // Cavium ThunderX CN88XX crashes on boot || || linux-gcp || Bug:1853326 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX // Bionic kernel panic on Cavium ThunderX CN88XX // Cavium ThunderX CN88XX crashes on boot || || linux-gcp || Bug:1853485 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX // Bionic kernel panic on Cavium ThunderX CN88XX // Cavium ThunderX CN88XX crashes on boot || || linux-gcp || Bug:1853485 || Bionic kernel panic on Cavium ThunderX CN88XX || || linux-azure || Bug:1867860 || xenial/linux-azure: 4.15.0-1075.80 -proposed tracker || || linux-hwe || Bug:1868665 || quotactl04 from ubuntu_ltp_syscalls failed with B || || linux-oracle || Bug:1868974 || bionic/linux-oracle: 4.15.0-1037.41 -proposed tracker || || linux-oracle || Bug:1868665 || quotactl04 from ubuntu_ltp_syscalls failed with B || || linux-oracle || Bug:1867262 || bionic/linux-oracle: 4.15.0-1036.40 -proposed tracker || || linux-azure || Bug:1868978 || xenial/linux-azure: 4.15.0-1077.82 -proposed tracker || || linux-azure || Bug:1868665 || quotactl04 from ubuntu_ltp_syscalls failed with B || || linux-azure || Bug:1867266 || xenial/linux-azure: 4.15.0-1076.81 -proposed tracker || || linux-gcp || Bug:1868981 || xenial/linux-gcp: 4.15.0-1060.64 -proposed tracker || || linux-gcp || Bug:1868665 || quotactl04 from ubuntu_ltp_syscalls failed with B || || linux-gcp || Bug:1867269 || xenial/linux-gcp: 4.15.0-1059.63 -proposed tracker || || linux-gcp || Bug:1874777 || bionic/linux-gcp-4.15: 4.15.0-1071.81 -proposed tracker || || linux-gcp || Bug:1850541 || Bionic update: upstream stable patchset 2019-10-29 || || linux-gcp || Bug:1868665 || quotactl04 from ubuntu_ltp_syscalls failed with B || || linux-gcp || Bug:1853326 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX // Bionic kernel panic on Cavium ThunderX CN88XX // Cavium ThunderX CN88XX crashes on boot || || linux-gcp || Bug:1853485 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX // Bionic kernel panic on Cavium ThunderX CN88XX // Cavium ThunderX CN88XX crashes on boot || || linux-gcp || Bug:1853485 || Bionic kernel panic on Cavium ThunderX CN88XX || || linux-gcp || Bug:1854027 || bionic/linux: 4.15.0-72.81 -proposed tracker || || linux-gcp || Bug:1853326 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX || || linux-gcp || Bug:1852723 || Regression] Bionic kernel 4.15.0-71.80 can not boot on ThunderX2 and Kunpeng920 || || linux-gcp || Bug:1852289 || bionic/linux: 4.15.0-71.80 -proposed tracker || || linux-gcp || Bug:1850541 || Bionic update: upstream stable patchset 2019-10-29 || || linux-gcp || Bug:1852492 || Bionic update: upstream stable patchset 2019-11-13 || || linux-gcp || Bug:1852492 || Dell XPS 13 9350/9360 headphone audio hiss // [XPS 13 9360, Realtek ALC3246, Black Headphone Out, Front] High noise floor // Bionic update: upstream stable patchset 2019-11-13 || || linux-gcp || Bug:1851506 || Add GeminiLake support on Intel int340x thermal device || || linux-gcp || Bug:1812352 || Handle the skip return code in kernel_selftests on Bionic || || linux-gcp || Bug:1851876 || Bionic update: upstream stable patchset 2019-11-08 || || linux-gcp || Bug:1851876 || Colour banding in Lenovo G50-80 laptop display (i915) // Bionic update: upstream stable patchset 2019-11-08 || || linux-gcp || Bug:1843487 || UIO: mutex used in interrupt handler causes crash || || linux-gcp || Bug:1850541 || Suspend stopped working from 4.4.0-157 onwards // Bionic update: upstream stable patchset 2019-10-29 || || linux-gcp || Bug:1849576 || Bionic update: upstream stable patchset 2019-10-23 || || linux-gcp || Bug:1851205 || KVM NULL pointer deref || || intel-microcode || Bug:1854764 || Microcode fixes include update for 0x00050654 to address lockups on certain Skylake processors || || intel-microcode || Bug:1882890 || REGRESSION UPDATE: some CPUs in the Skylake family sig=0x406e3 fail to boot . || || makedumpfile || Bug:1869465 || d/p/0004-align_PMD_SECTION_MASK_with_PHYS_MASK.patch Fix error on arm64 with 1TB+ of physical or firmware-mapped RAM. || || linux-oracle || Bug:1882750 || bionic/linux-oracle: 4.15.0-1046.50 -proposed tracker || || linux-oracle || Bug:1886999 || bionic/linux: 4.15.0-111.112 -proposed tracker || || linux-gcp || Bug:1886999 || bionic/linux: 4.15.0-111.112 -proposed tracker || || linux-hwe || Bug:1886999 || bionic/linux: 4.15.0-111.112 -proposed tracker || || linux-hwe || Bug:1885814 || bionic/linux: 4.15.0-110.111 -proposed tracker || || linux-azure || Bug:1886999 || bionic/linux: 4.15.0-111.112 -proposed tracker || == Unsorted changes == || livecd-rootfs || Bug:1815251 || Make sure buildd images have a /usr/sbin/policy-rc.d symlink . || || 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 || || 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. || || grub2 || Bug:1820898 || debian/patches/squash4-fix-fragments-and-sparse-files.patch: Cherry-pick upstream patch to fix handling of fragments and sparse files in squashfs filesystems . || || grub2-signed || Bug:1820898 || Rebuild against grub2 2.02~beta2-36ubuntu3.21. || || resource-agents || Bug:1821380 || Fix heartbeat/LVM crash when vgchange_options has special characters . Fixed by upstream patch: || || shim-signed || Bug:1818929 || debian/control: make the sbsigntool dependency versioned to ensure updates include getting the new sbsigntool so DKMS modules can be correctly signed. || || ubuntu-meta || Bug:1822341 || Added ubuntu-wsl metapackage from the wsl seed || || python-libnacl || Bug:1586770 || Backport to xenial . || || distro-info-data || Bug:1825379 || Add Ubuntu 19.10 Eoan EANIMAL. || || shadow || Bug:1495580 || add --extrausers option to "chfn" || || shadow || Bug:1659534 || add --extrausers option to "userdel" || || shadow || Bug:984390 || fix "su -l" to correctly use pam_getenvlist || || grub2 || Bug:1826453 || debian/patches/skip_text_gfxpayload_where_not_supported.patch: Skip the 'text' payload if it's not supported but present in gfxpayload, such as on EFI systems. || || grub2-signed || Bug:1826453 || Rebuild against grub2 2.02~beta2-36ubuntu3.22. || || ubuntu-fan || Bug:1825968 || dep8: Allow output on stderr without failing || || distro-info-data || Bug:1825553 || Correct EOL dates for trusty || || debootstrap || Bug:1825994 || Add (Ubuntu) eoan as a symlink to gutsy. || || livecd-rootfs || Bug:1823776 || Drop /etc/update-motd.d/51-cloudguest from cloud images; this is not consistent with current Ubuntu Advantage product language. Any future customizations to update-motd for cloud images should be done via a package instead || || mozc || Bug:1823444 || Add d/patches/add_support_new_japanese_era.patch. This adds Japan's new era 令和 (Reiwa) support. || || 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 || || bash || Bug:1614080 || 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 || || debconf || Bug:1822270 || Fix readline prompts when run via run-parts || || python-apt || Bug:1826870 || apt.Cache: Fix (un)locking of archives (Closes: #922416) || || python-apt || Bug:1795407 || Frontend locking and related locking improvements || || livecd-rootfs || Bug:1827930 || Build WSL rootfs tarball || || ubuntu-image || Bug:1828827 || SRU tracking number || || livecd-rootfs || Bug:1829938 || ubuntu-cpc: parallel builds || || livecd-rootfs || Bug:1830823 || Do not depend on ubuntu-image on powerpc as it is not a supported platform for building ubuntu-core images (and we don't build classic preinstalled images on xenial). || || livecd-rootfs || Bug:1830823 || Add explicit dependency on python3-yaml, which is used in the code but was previously pulled in indirectly via ubuntu-image || || openvpn || Bug:1807439 || d/p/openvpn-fips140-2.3.2.patch: Replace MD5 internal hash with SHA256 and allow MD5 for PRF. || || apt || Bug:1820886 || Prevent shutdown while running dpkg || || apt || Bug:1821640 || Add linux-{buildinfo,image-unsigned,source} versioned kernel pkgs || || 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, ) || || sudo || Bug:1832257 || debian/patches/terminate-with-commands-signal.patch: re-enable patch that got dropped by mistake in previous upload. || || python-apt || Bug:1830635 || Fix erronous use of apt_pkg.Error apt_pkg.Error was introduced in later versions, and accidentally used when backporting fixes in the previous SRU. || || livecd-rootfs || Bug:1830823 || Actually, do not depend on snapd on powerpc as well. Snaps are not supported on this platform at all. || || 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 . || || lazr.restfulclient || Bug:1714960 || Fix handling of 304 responses with an empty body on Python 3 . || || aptdaemon || Bug:1831981 || Various locking fixes || || dpkg || Bug:1828639 || Cherry-pick upstream fixes for trigger loops || || btrfs-tools || Bug:1839500 || Add `Provides: btrfs-progs` to btrfs-tools as a more common upstream name for the package, which started to be used by default in bionic and later. This helps users to install the btrfs utility irrespective if they use legacy or the futureproof name. || || zfs-linux || Bug:1839521 || Fix ZFS shrinker deadlock with xattrs || || sosreport || Bug:1842489 || d/p/split-lastlog-per-uid-ranges.patch: || || livecd-rootfs || Bug:1847300 || magic-proxy: dump proxy log to stdout on failure || || base-files || Bug:1840946 || update-motd.d/50-motd-news: add cloud_id to user-agent string || || base-files || Bug:1836236 || Fix syntax error in new base-files postinst code || || base-files || Bug:1637800 || Backport /etc/update-motd.d/50-motd-news, along with the systemd units that are used to keep the local cache file up-to-date. || || distro-info-data || Bug:1848688 || Add Ubuntu 20.04 LTS, with 5 years LTS and 10 years ESM. || || util-linux || Bug:1842437 || d/p/libblkid-nilfs2-add-length-check-before-crc32.patch: Fix misdetection/false-positive of nilfs2 filesystem on device with magic bytes coincidentally on end of device and bad checksum ignored by udev blkid. || || whoopsie || Bug:1850608 || SECURITY REGRESSION: segfault when sending crash report || || initramfs-tools || Bug:1831252 || Add support for panic=-1 value || || apport || Bug:1850929 || SECURITY REGRESSION: missing argument in Report.add_proc_environ call || || gcc-5 || Bug:1783252 || Backport upstream revision r235876 to correct PIC_OFFSET_TABLE_REGNUM on ppc64el. || || livecd-rootfs || Bug:1849491 || Backport enabling of adding extra snaps to ubuntu-core images via the EXTRA_SNAPS environment . || || grub2 || Bug:1840686 || d/p/fix_booting_for_large_root_volumes.patch: Cherry pick upstream fix for booting on systems with large root volumes, either by default or from resizing. || || grub2-signed || Bug:1840686 || Rebuild against grub2 2.02~beta2-36ubuntu3.23. || || sosreport || Bug:1828467 || d/p/juju-shouldnt-restart-juju-db-service.patch sosreport shouldn't restart a service. It can only collect it's status to notify user in case the service is stopped. || || lua-lpeg || Bug:1580385 || d/p/stop-hascaptures-recursion.patch: Fix infinite recursion in hascaptures() || || debootstrap || Bug:1848716 || Add (Ubuntu) focal as a symlink to gutsy. || || systemd || Bug:1846787 || prevent logind from leaking session files || || ubuntu-image || Bug:1853493 || SRU tracking number || || livecd-rootfs || Bug:1855354 || Preserve apt preferences created by any package we install (i.e. ubuntu-advantage-tools) against live-build's attempt to delete them. || || python-apt || Bug:1860606 || SECURITY REGRESSION: crash with ubuntu-release-upgrader || || gnutls28 || Bug:1860656 || SECURITY UPDATE: Allow re-enabling SHA1 for certificate signing with a priority string || || apport || Bug:1854237 || SECURITY REGRESSION: fix autopkgtest failures since recent security update || || apport || Bug:1851806 || SECURITY REGRESSION: 'module' object has no attribute 'O_PATH' || || apport || Bug:1766740 || test/test_ui.py: modify run_crash_kernel test to account for the fact that linux-image-$kvers-$flavor is now built from the linux-signed source package on amd64 and ppc64el. || || ubuntu-image || Bug:1864977 || SRU tracking number || || sosreport || Bug:1862830 || New 3.9 upstream release || || livecd-rootfs || Bug:1866159 || Use a snap cohort key for consistent parallel builds || || procps || Bug:1410558 || fix 'thcount' format specifier || || distro-info-data || Bug:1874843 || Add Ubuntu 20.10, Groovy Gorilla. || || livecd-rootfs || Bug:1874834 || Backport snap preseed base support || || debootstrap || Bug:1874867 || Add (Ubuntu) groovy as a symlink to gutsy. || || systemd || Bug:1862657 || d/t/logind: skip if nonexistent /sys/power/state || || systemd || Bug:1839290 || when restarting service after failure, replace existing queued jobs || || systemd || Bug:1831459 || fix buggy test || || systemd || Bug:1847816 || without scsi_debug, skip test || || systemd || Bug:1867421 || fix resolution of IntelliMouse || || systemd || Bug:1858412 || allow vacuuming journal 'root' dir || || systemd || Bug:1862232 || do not let invalid hostname break dhcpv4 || || systemd || Bug:1870194 || d/t/systemd-fsckd: Skip test on arm64 || || systemd || Bug:1837914 || do not crash if NULL passted to journal destructor || || systemd || Bug:1868892 || Follow symlinks when finding link files to copy into initramfs || || sosreport || Bug:1871494 || d/p/0002-lshw-command.patch || || tzdata || Bug:1878108 || New upstream release , affecting past and future timestamps: || || aptdaemon || Bug:1700810 || Update crash handler to use the changed apport function. || || python-apt || Bug:1311056 || Don't duplicate disabled sources during add() || || ubuntu-keyring || Bug:1881278 || Add 4096R/991BC93C Ubuntu Archive Automatic Signing Key (2018) to ubuntu-archive-keyring. || || libseccomp || Bug:1876055 || d/p/db-properly-reset-attribute-state.patch: Drop this patch since is now upstream || || libseccomp || Bug:1877633 || d/p/fix-aarch64-syscalls.patch || || sosreport || Bug:1884293 || New 3.9.1 upstream release. This maintenance release includes: || || sosreport || Bug:1883320 || d/p/0003-kvm-change-trigger-to-dev-kvm.patch || || sosreport || Bug:1886494 || d/p/0004-maas-add-snap-support.patch || || sosreport || Bug:1865212 || Add simple.sh as part of the autopkgtest || || libseccomp || Bug:1861177 || d/p/db-add-shadow-transactions.patch Backport upstream patches to address performance regression introduced in libseccomp 2.4. || || grub2-signed || Bug:1876875 || Support downloads from PPAs for additional signatures. || || grub2 || Bug:1889556 || debian/postinst.in: Avoid calling grub-install on upgrade of the grub-pc package, since we cannot be certain that it will install to the correct disk and a grub-install failure will render the system unbootable || || apport || Bug:1885633 || SECURITY UPDATE: information disclosure issue ||