[ubuntu/bionic-proposed] linux_4.15.0-48.51_ppc64el.tar.gz - (Accepted)
Andrea Righi
andrea.righi at canonical.com
Wed Apr 3 21:02:53 UTC 2019
linux (4.15.0-48.51) bionic; urgency=medium
* linux: 4.15.0-48.51 -proposed tracker (LP: #1822820)
* Packaging resync (LP: #1786013)
- [Packaging] update helper scripts
- [Packaging] resync retpoline extraction
* 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
triggers system hang on i386 (LP: #1812845)
- btrfs: raid56: properly unmap parity page in finish_parity_scrub()
* [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop Idle_Stats
(LP: #1719545)
- cpupower : Fix header name to read idle state name
* [amdgpu] screen corruption when using touchpad (LP: #1818617)
- drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)
- drm/amdgpu: Free VGA stolen memory as soon as possible.
* [SRU][B/C/OEM]IOMMU: add kernel dma protection (LP: #1820153)
- ACPICA: AML parser: attempt to continue loading table after error
- ACPI / property: Allow multiple property compatible _DSD entries
- PCI / ACPI: Identify untrusted PCI devices
- iommu/vt-d: Force IOMMU on for platform opt in hint
- iommu/vt-d: Do not enable ATS for untrusted devices
- thunderbolt: Export IOMMU based DMA protection support to userspace
- iommu/vt-d: Disable ATS support on untrusted devices
* Add basic support to NVLink2 passthrough (LP: #1819989)
- powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is
enabled
- powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESET
- powerpc/powernv: Export opal_check_token symbol
- powerpc/powernv: Make possible for user to force a full ipl cec reboot
- powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dn
- powerpc/powernv: Move npu struct from pnv_phb to pci_controller
- powerpc/powernv/npu: Move OPAL calls away from context manipulation
- powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
- powerpc/pseries/npu: Enable platform support
- powerpc/pseries: Remove IOMMU API support for non-LPAR systems
- powerpc/powernv/npu: Check mmio_atsd array bounds when populating
- powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
* Huawei Hi1822 NIC has poor performance (LP: #1820187)
- net-next: hinic: fix a problem in free_tx_poll()
- hinic: remove ndo_poll_controller
- net-next/hinic: add checksum offload and TSO support
- hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4
- net-next/hinic:replace multiply and division operators
- net-next/hinic:add rx checksum offload for HiNIC
- net-next/hinic:fix a bug in set mac address
- net-next/hinic: fix a bug in rx data flow
- net: hinic: fix null pointer dereference on pointer hwdev
- hinic: optmize rx refill buffer mechanism
- net-next/hinic:add shutdown callback
- net-next/hinic: replace disable_irq_nosync/enable_irq
* [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
- Fonts: New Terminus large console font
- [Config]: enable highdpi Terminus 16x32 font support
* [19.04 FEAT] qeth: Enhanced link speed - kernel part (LP: #1814892)
- s390/qeth: report 25Gbit link speed
* CVE-2017-5754
- x86/nmi: Fix NMI uaccess race against CR3 switching
- x86/mm: Fix documentation of module mapping range with 4-level paging
- x86/pti: Enable global pages for shared areas
- x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
- x86/pti: Leave kernel text global for !PCID
- x86/pti: Fix boot problems from Global-bit setting
- x86/pti: Fix boot warning from Global-bit setting
- x86/pti: Reduce amount of kernel text allowed to be Global
- x86/pti: Disallow global kernel text with RANDSTRUCT
- x86/entry/32: Add explicit 'l' instruction suffix
- x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
- x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
- x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
- x86/entry/32: Put ESPFIX code into a macro
- x86/entry/32: Unshare NMI return path
- x86/entry/32: Split off return-to-kernel path
- x86/entry/32: Enter the kernel via trampoline stack
- x86/entry/32: Leave the kernel via trampoline stack
- x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
- x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
- x86/entry/32: Simplify debug entry point
- x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
- x86/entry/32: Add PTI CR3 switches to NMI handler code
- x86/entry: Rename update_sp0 to update_task_stack
- x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
- x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
- x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
- x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
- x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
- x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
- x86/mm/pae: Populate valid user PGD entries
- x86/mm/pae: Populate the user page-table with user pgd's
- x86/mm/pti: Add an overflow check to pti_clone_pmds()
- x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
- x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
- x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
- x86/mm/pti: Keep permissions when cloning kernel text in
pti_clone_kernel_text()
- x86/mm/pti: Introduce pti_finalize()
- x86/mm/pti: Clone entry-text again in pti_finalize()
- x86/mm/dump_pagetables: Define INIT_PGD
- x86/pgtable/pae: Use separate kernel PMDs for user page-table
- x86/ldt: Reserve address-space range on 32 bit for the LDT
- x86/ldt: Define LDT_END_ADDR
- x86/ldt: Split out sanity check in map_ldt_struct()
- x86/ldt: Enable LDT user-mapping for PAE
- x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
- [Config] Update PAGE_TABLE_ISOLATION annotations
- x86/mm/pti: Add Warning when booting on a PCID capable CPU
- x86/entry/32: Add debug code to check entry/exit CR3
- x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
- x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
- perf/core: Make sure the ring-buffer is mapped in all page-tables
- x86/entry/32: Check for VM86 mode in slow-path check
- x86/mm: Remove in_nmi() warning from vmalloc_fault()
- x86/kexec: Allocate 8k PGDs for PTI
- x86/mm/pti: Clear Global bit more aggressively
- mm: Allow non-direct-map arguments to free_reserved_area()
- x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
- x86/mm/init: Add helper for freeing kernel image pages
- x86/mm/init: Remove freed kernel image areas from alias mapping
- x86/mm/pti: Fix 32 bit PCID check
- x86/mm/pti: Don't clear permissions in pti_clone_pmd()
- x86/mm/pti: Clone kernel-image on PTE level for 32 bit
- x86/relocs: Add __end_rodata_aligned to S_REL
- x86/mm/pti: Move user W+X check into pti_finalize()
- x86/efi: Load fixmap GDT in efi_call_phys_epilog()
- x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3
- x86/mm/doc: Clean up the x86-64 virtual memory layout descriptions
- x86/mm/doc: Enhance the x86-64 virtual memory layout descriptions
- x86/entry/32: Clear the CS high bits
- x86/mm: Move LDT remap out of KASLR region on 5-level paging
- x86/ldt: Unmap PTEs for the slot before freeing LDT pages
- x86/ldt: Remove unused variable in map_ldt_struct()
- x86/mm: Fix guard hole handling
- x86/dump_pagetables: Fix LDT remap address marker
* Avoid potential memory corruption on HiSilicon SoCs (LP: #1819546)
- iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads
* Ubuntu18.04.01: [Power9] power8 Compat guest(RHEL7.6) crashes during guest
boot with > 256G of memory (kernel/kvm) (LP: #1818645)
- ]PATCH] KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
* Fix for dual Intel NVMes (LP: #1821961)
- SAUCE: nvme: Merge two quirk entries into one for Intel 760p/Pro 7600p
* CVE-2017-5715
- tools headers: Synchronize prctl.h ABI header
- x86/spectre: Add missing family 6 check to microcode check
- x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
- x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
- x86/speculation: Propagate information about RSB filling mitigation to sysfs
- x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC
variant
- x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
- x86/retpoline: Remove minimal retpoline support
- x86/speculation: Update the TIF_SSBD comment
- x86/speculation: Clean up spectre_v2_parse_cmdline()
- x86/speculation: Remove unnecessary ret variable in cpu_show_common()
- x86/speculation: Move STIPB/IBPB string conditionals out of
cpu_show_common()
- x86/speculation: Disable STIBP when enhanced IBRS is in use
- x86/speculation: Rename SSBD update functions
- x86/speculation: Reorganize speculation control MSRs update
- sched/smt: Make sched_smt_present track topology
- x86/Kconfig: Select SCHED_SMT if SMP enabled
- sched/smt: Expose sched_smt_present static key
- x86/speculation: Rework SMT state change
- x86/l1tf: Show actual SMT state
- x86/speculation: Reorder the spec_v2 code
- x86/speculation: Mark string arrays const correctly
- x86/speculataion: Mark command line parser data __initdata
- x86/speculation: Unify conditional spectre v2 print functions
- x86/speculation: Add command line control for indirect branch speculation
- x86/speculation: Prepare for per task indirect branch speculation control
- x86/process: Consolidate and simplify switch_to_xtra() code
- x86/speculation: Avoid __switch_to_xtra() calls
- x86/speculation: Prepare for conditional IBPB in switch_mm()
- ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
- x86/speculation: Split out TIF update
- x86/speculation: Prevent stale SPEC_CTRL msr content
- x86/speculation: Prepare arch_smt_update() for PRCTL mode
- x86/speculation: Add prctl() control for indirect branch speculation
- x86/speculation: Enable prctl mode for spectre_v2_user
- x86/speculation: Add seccomp Spectre v2 user space protection mode
- x86/speculation: Provide IBPB always command line options
- kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
- x86/speculation: Change misspelled STIPB to STIBP
- x86/speculation: Add support for STIBP always-on preferred mode
- x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
- s390: remove closung punctuation from spectre messages
- x86/speculation: Simplify the CPU bug detection logic
* CVE-2018-3639
- x86/bugs: Add AMD's variant of SSB_NO
- x86/bugs: Add AMD's SPEC_CTRL MSR usage
- x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
- x86/bugs: Update when to check for the LS_CFG SSBD mitigation
- x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
- KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
* [Ubuntu] vfio-ap: add subsystem to matrix device to avoid libudev failures
(LP: #1818854)
- s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
* Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
(0x0f) (LP: #1748565)
- Bluetooth: Fix unnecessary error message for HCI request completion
* HiSilicon HNS ethernet broken in 4.15.0-45 (LP: #1818294)
- net: hns: Fix WARNING when hns modules installed
* rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic
(LP: #1788997)
- SAUCE: Revert "rtlwifi: cleanup 8723be ant_sel definition"
* Crash from :i915 module with 4.15.0-46-generic using multi-display
(LP: #1819486)
- SAUCE: Revert "drm/i915: Fix hotplug irq ack on i965/g4x"
* kernel linux-image-4.15.0-44 not booting on Hyperv Server 2008R2
(LP: #1814069)
- hv/netvsc: fix handling of fallback to single queue mode
- hv/netvsc: Fix NULL dereference at single queue mode fallback
* Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
- platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
* Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
- platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
* fscache: jobs might hang when fscache disk is full (LP: #1821395)
- fscache: fix race between enablement and dropping of object
* hns3: fix oops in hns3_clean_rx_ring() (LP: #1821064)
- net: hns3: add dma_rmb() for rx description
* Hard lockup in 2 CPUs due to deadlock in cpu_stoppers (LP: #1821259)
- stop_machine: Disable preemption after queueing stopper threads
- stop_machine: Atomically queue and wake stopper threads
* tcm_loop.ko: move from modules-extra into main modules package
(LP: #1817786)
- [Packaging] move tcm_loop.lo to main linux-modules package
* tcmu user space crash results in kernel module hang. (LP: #1819504)
- scsi: tcmu: delete unused __wait
- scsi: tcmu: track nl commands
- scsi: tcmu: simplify nl interface
- scsi: tcmu: add module wide block/reset_netlink support
* Intel XL710 - i40e driver does not work with kernel 4.15 (Ubuntu 18.04)
(LP: #1779756)
- i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
- i40e: prevent overlapping tx_timeout recover
* some codecs stop working after S3 (LP: #1820930)
- ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
* i40e xps management broken when > 64 queues/cpus (LP: #1820948)
- i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
- i40e: Fix the number of queues available to be mapped for use
* 4.15 s390x kernel BUG at /build/linux-
Gycr4Z/linux-4.15.0/drivers/block/virtio_blk.c:565! (LP: #1788432)
- virtio/s390: avoid race on vcdev->config
- virtio/s390: fix race in ccw_io_helper()
* [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
- iommu/amd: Fix NULL dereference bug in match_hid_uid
* New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
system (LP: #1821271)
- iwlwifi: add new card for 9260 series
* Add support for MAC address pass through on RTL8153-BD (LP: #1821276)
- r8152: Add support for MAC address pass through on RTL8153-BD
- r8152: Fix an error on RTL8153-BD MAC Address Passthrough support
Date: Tue, 02 Apr 2019 18:31:55 +0200
Changed-By: Andrea Righi <andrea.righi at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at bos02-ppc64el-010.buildd>
-------------- next part --------------
Format: 1.8
Date: Tue, 02 Apr 2019 18:31:55 +0200
Source: linux
Binary: linux-source-4.15.0 linux-doc linux-headers-4.15.0-48 linux-libc-dev linux-tools-common linux-tools-4.15.0-48 linux-cloud-tools-common linux-cloud-tools-4.15.0-48 linux-tools-host linux-image-unsigned-4.15.0-48-generic linux-modules-4.15.0-48-generic linux-modules-extra-4.15.0-48-generic linux-headers-4.15.0-48-generic linux-image-unsigned-4.15.0-48-generic-dbgsym linux-tools-4.15.0-48-generic linux-cloud-tools-4.15.0-48-generic linux-udebs-generic linux-buildinfo-4.15.0-48-generic linux-image-unsigned-4.15.0-48-generic-lpae linux-modules-4.15.0-48-generic-lpae linux-modules-extra-4.15.0-48-generic-lpae linux-headers-4.15.0-48-generic-lpae linux-image-unsigned-4.15.0-48-generic-lpae-dbgsym linux-tools-4.15.0-48-generic-lpae linux-cloud-tools-4.15.0-48-generic-lpae linux-udebs-generic-lpae linux-buildinfo-4.15.0-48-generic-lpae linux-image-unsigned-4.15.0-48-lowlatency linux-modules-4.15.0-48-lowlatency linux-modules-extra-4.15.0-48-lowlatency
linux-headers-4.15.0-48-lowlatency linux-image-unsigned-4.15.0-48-lowlatency-dbgsym linux-tools-4.15.0-48-lowlatency linux-cloud-tools-4.15.0-48-lowlatency linux-udebs-lowlatency linux-buildinfo-4.15.0-48-lowlatency linux-image-unsigned-4.15.0-48-snapdragon linux-modules-4.15.0-48-snapdragon linux-modules-extra-4.15.0-48-snapdragon linux-headers-4.15.0-48-snapdragon linux-image-unsigned-4.15.0-48-snapdragon-dbgsym linux-tools-4.15.0-48-snapdragon linux-cloud-tools-4.15.0-48-snapdragon linux-udebs-snapdragon linux-buildinfo-4.15.0-48-snapdragon kernel-image-4.15.0-48-generic-di floppy-modules-4.15.0-48-generic-di fs-core-modules-4.15.0-48-generic-di fs-secondary-modules-4.15.0-48-generic-di input-modules-4.15.0-48-generic-di md-modules-4.15.0-48-generic-di nic-modules-4.15.0-48-generic-di nic-usb-modules-4.15.0-48-generic-di nic-shared-modules-4.15.0-48-generic-di parport-modules-4.15.0-48-generic-di plip-modules-4.15.0-48-generic-di ppp-modules-4.15.0-48-generic-di
sata-modules-4.15.0-48-generic-di scsi-modules-4.15.0-48-generic-di storage-core-modules-4.15.0-48-generic-di nfs-modules-4.15.0-48-generic-di block-modules-4.15.0-48-generic-di message-modules-4.15.0-48-generic-di crypto-modules-4.15.0-48-generic-di virtio-modules-4.15.0-48-generic-di vlan-modules-4.15.0-48-generic-di ipmi-modules-4.15.0-48-generic-di
multipath-modules-4.15.0-48-generic-di
Architecture: ppc64el ppc64el_translations
Version: 4.15.0-48.51
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at bos02-ppc64el-010.buildd>
Changed-By: Andrea Righi <andrea.righi at canonical.com>
Description:
block-modules-4.15.0-48-generic-di - Block storage devices (udeb)
crypto-modules-4.15.0-48-generic-di - crypto modules (udeb)
floppy-modules-4.15.0-48-generic-di - Floppy driver support (udeb)
fs-core-modules-4.15.0-48-generic-di - Base filesystem modules (udeb)
fs-secondary-modules-4.15.0-48-generic-di - Extra filesystem modules (udeb)
input-modules-4.15.0-48-generic-di - Support for various input methods (udeb)
ipmi-modules-4.15.0-48-generic-di - ipmi modules (udeb)
kernel-image-4.15.0-48-generic-di - kernel image and system map (udeb)
linux-buildinfo-4.15.0-48-generic - Linux kernel buildinfo for version 4.15.0 on PowerPC 64el SMP
linux-buildinfo-4.15.0-48-generic-lpae - Linux kernel buildinfo for version 4.15.0 on PowerPC 64el SMP
linux-buildinfo-4.15.0-48-lowlatency - Linux kernel buildinfo for version 4.15.0 on PowerPC 64el SMP
linux-buildinfo-4.15.0-48-snapdragon - Linux kernel buildinfo for version 4.15.0 on PowerPC 64el SMP
linux-cloud-tools-4.15.0-48 - Linux kernel version specific cloud tools for version 4.15.0-48
linux-cloud-tools-4.15.0-48-generic - Linux kernel version specific cloud tools for version 4.15.0-48
linux-cloud-tools-4.15.0-48-generic-lpae - Linux kernel version specific cloud tools for version 4.15.0-48
linux-cloud-tools-4.15.0-48-lowlatency - Linux kernel version specific cloud tools for version 4.15.0-48
linux-cloud-tools-4.15.0-48-snapdragon - Linux kernel version specific cloud tools for version 4.15.0-48
linux-cloud-tools-common - Linux kernel version specific cloud tools for version 4.15.0
linux-doc - Linux kernel specific documentation for version 4.15.0
linux-headers-4.15.0-48 - Header files related to Linux kernel version 4.15.0
linux-headers-4.15.0-48-generic - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
linux-headers-4.15.0-48-generic-lpae - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
linux-headers-4.15.0-48-lowlatency - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
linux-headers-4.15.0-48-snapdragon - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
linux-image-unsigned-4.15.0-48-generic - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
linux-image-unsigned-4.15.0-48-generic-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
linux-image-unsigned-4.15.0-48-generic-lpae - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
linux-image-unsigned-4.15.0-48-generic-lpae-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
linux-image-unsigned-4.15.0-48-lowlatency - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
linux-image-unsigned-4.15.0-48-lowlatency-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
linux-image-unsigned-4.15.0-48-snapdragon - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
linux-image-unsigned-4.15.0-48-snapdragon-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
linux-libc-dev - Linux Kernel Headers for development
linux-modules-4.15.0-48-generic - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
linux-modules-4.15.0-48-generic-lpae - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
linux-modules-4.15.0-48-lowlatency - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
linux-modules-4.15.0-48-snapdragon - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
linux-modules-extra-4.15.0-48-generic - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
linux-modules-extra-4.15.0-48-generic-lpae - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
linux-modules-extra-4.15.0-48-lowlatency - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
linux-modules-extra-4.15.0-48-snapdragon - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
linux-source-4.15.0 - Linux kernel source for version 4.15.0 with Ubuntu patches
linux-tools-4.15.0-48 - Linux kernel version specific tools for version 4.15.0-48
linux-tools-4.15.0-48-generic - Linux kernel version specific tools for version 4.15.0-48
linux-tools-4.15.0-48-generic-lpae - Linux kernel version specific tools for version 4.15.0-48
linux-tools-4.15.0-48-lowlatency - Linux kernel version specific tools for version 4.15.0-48
linux-tools-4.15.0-48-snapdragon - Linux kernel version specific tools for version 4.15.0-48
linux-tools-common - Linux kernel version specific tools for version 4.15.0
linux-tools-host - Linux kernel VM host tools
linux-udebs-generic - Metapackage depending on kernel udebs (udeb)
linux-udebs-generic-lpae - Metapackage depending on kernel udebs (udeb)
linux-udebs-lowlatency - Metapackage depending on kernel udebs (udeb)
linux-udebs-snapdragon - Metapackage depending on kernel udebs (udeb)
md-modules-4.15.0-48-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
message-modules-4.15.0-48-generic-di - Fusion and i2o storage modules (udeb)
multipath-modules-4.15.0-48-generic-di - DM-Multipath support (udeb)
nfs-modules-4.15.0-48-generic-di - NFS filesystem drivers (udeb)
nic-modules-4.15.0-48-generic-di - Network interface support (udeb)
nic-shared-modules-4.15.0-48-generic-di - nic shared modules (udeb)
nic-usb-modules-4.15.0-48-generic-di - USB network interface support (udeb)
parport-modules-4.15.0-48-generic-di - Parallel port support (udeb)
plip-modules-4.15.0-48-generic-di - PLIP (parallel port) networking support (udeb)
ppp-modules-4.15.0-48-generic-di - PPP (serial port) networking support (udeb)
sata-modules-4.15.0-48-generic-di - SATA storage support (udeb)
scsi-modules-4.15.0-48-generic-di - SCSI storage support (udeb)
storage-core-modules-4.15.0-48-generic-di - Core storage support (udeb)
virtio-modules-4.15.0-48-generic-di - VirtIO Modules (udeb)
vlan-modules-4.15.0-48-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1719545 1748565 1779756 1786013 1788432 1788997 1811815 1812845 1814069 1814892 1817786 1818204 1818294 1818617 1818645 1818854 1819486 1819504 1819546 1819881 1819989 1820153 1820187 1820930 1820948 1820990 1821064 1821259 1821271 1821276 1821395 1821961 1822820
Changes:
linux (4.15.0-48.51) bionic; urgency=medium
.
* linux: 4.15.0-48.51 -proposed tracker (LP: #1822820)
.
* Packaging resync (LP: #1786013)
- [Packaging] update helper scripts
- [Packaging] resync retpoline extraction
.
* 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
triggers system hang on i386 (LP: #1812845)
- btrfs: raid56: properly unmap parity page in finish_parity_scrub()
.
* [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop Idle_Stats
(LP: #1719545)
- cpupower : Fix header name to read idle state name
.
* [amdgpu] screen corruption when using touchpad (LP: #1818617)
- drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)
- drm/amdgpu: Free VGA stolen memory as soon as possible.
.
* [SRU][B/C/OEM]IOMMU: add kernel dma protection (LP: #1820153)
- ACPICA: AML parser: attempt to continue loading table after error
- ACPI / property: Allow multiple property compatible _DSD entries
- PCI / ACPI: Identify untrusted PCI devices
- iommu/vt-d: Force IOMMU on for platform opt in hint
- iommu/vt-d: Do not enable ATS for untrusted devices
- thunderbolt: Export IOMMU based DMA protection support to userspace
- iommu/vt-d: Disable ATS support on untrusted devices
.
* Add basic support to NVLink2 passthrough (LP: #1819989)
- powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is
enabled
- powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESET
- powerpc/powernv: Export opal_check_token symbol
- powerpc/powernv: Make possible for user to force a full ipl cec reboot
- powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dn
- powerpc/powernv: Move npu struct from pnv_phb to pci_controller
- powerpc/powernv/npu: Move OPAL calls away from context manipulation
- powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
- powerpc/pseries/npu: Enable platform support
- powerpc/pseries: Remove IOMMU API support for non-LPAR systems
- powerpc/powernv/npu: Check mmio_atsd array bounds when populating
- powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
.
* Huawei Hi1822 NIC has poor performance (LP: #1820187)
- net-next: hinic: fix a problem in free_tx_poll()
- hinic: remove ndo_poll_controller
- net-next/hinic: add checksum offload and TSO support
- hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4
- net-next/hinic:replace multiply and division operators
- net-next/hinic:add rx checksum offload for HiNIC
- net-next/hinic:fix a bug in set mac address
- net-next/hinic: fix a bug in rx data flow
- net: hinic: fix null pointer dereference on pointer hwdev
- hinic: optmize rx refill buffer mechanism
- net-next/hinic:add shutdown callback
- net-next/hinic: replace disable_irq_nosync/enable_irq
.
* [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
- Fonts: New Terminus large console font
- [Config]: enable highdpi Terminus 16x32 font support
.
* [19.04 FEAT] qeth: Enhanced link speed - kernel part (LP: #1814892)
- s390/qeth: report 25Gbit link speed
.
* CVE-2017-5754
- x86/nmi: Fix NMI uaccess race against CR3 switching
- x86/mm: Fix documentation of module mapping range with 4-level paging
- x86/pti: Enable global pages for shared areas
- x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
- x86/pti: Leave kernel text global for !PCID
- x86/pti: Fix boot problems from Global-bit setting
- x86/pti: Fix boot warning from Global-bit setting
- x86/pti: Reduce amount of kernel text allowed to be Global
- x86/pti: Disallow global kernel text with RANDSTRUCT
- x86/entry/32: Add explicit 'l' instruction suffix
- x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
- x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
- x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
- x86/entry/32: Put ESPFIX code into a macro
- x86/entry/32: Unshare NMI return path
- x86/entry/32: Split off return-to-kernel path
- x86/entry/32: Enter the kernel via trampoline stack
- x86/entry/32: Leave the kernel via trampoline stack
- x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
- x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
- x86/entry/32: Simplify debug entry point
- x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
- x86/entry/32: Add PTI CR3 switches to NMI handler code
- x86/entry: Rename update_sp0 to update_task_stack
- x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
- x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
- x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
- x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
- x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
- x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
- x86/mm/pae: Populate valid user PGD entries
- x86/mm/pae: Populate the user page-table with user pgd's
- x86/mm/pti: Add an overflow check to pti_clone_pmds()
- x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
- x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
- x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
- x86/mm/pti: Keep permissions when cloning kernel text in
pti_clone_kernel_text()
- x86/mm/pti: Introduce pti_finalize()
- x86/mm/pti: Clone entry-text again in pti_finalize()
- x86/mm/dump_pagetables: Define INIT_PGD
- x86/pgtable/pae: Use separate kernel PMDs for user page-table
- x86/ldt: Reserve address-space range on 32 bit for the LDT
- x86/ldt: Define LDT_END_ADDR
- x86/ldt: Split out sanity check in map_ldt_struct()
- x86/ldt: Enable LDT user-mapping for PAE
- x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
- [Config] Update PAGE_TABLE_ISOLATION annotations
- x86/mm/pti: Add Warning when booting on a PCID capable CPU
- x86/entry/32: Add debug code to check entry/exit CR3
- x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
- x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
- perf/core: Make sure the ring-buffer is mapped in all page-tables
- x86/entry/32: Check for VM86 mode in slow-path check
- x86/mm: Remove in_nmi() warning from vmalloc_fault()
- x86/kexec: Allocate 8k PGDs for PTI
- x86/mm/pti: Clear Global bit more aggressively
- mm: Allow non-direct-map arguments to free_reserved_area()
- x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
- x86/mm/init: Add helper for freeing kernel image pages
- x86/mm/init: Remove freed kernel image areas from alias mapping
- x86/mm/pti: Fix 32 bit PCID check
- x86/mm/pti: Don't clear permissions in pti_clone_pmd()
- x86/mm/pti: Clone kernel-image on PTE level for 32 bit
- x86/relocs: Add __end_rodata_aligned to S_REL
- x86/mm/pti: Move user W+X check into pti_finalize()
- x86/efi: Load fixmap GDT in efi_call_phys_epilog()
- x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3
- x86/mm/doc: Clean up the x86-64 virtual memory layout descriptions
- x86/mm/doc: Enhance the x86-64 virtual memory layout descriptions
- x86/entry/32: Clear the CS high bits
- x86/mm: Move LDT remap out of KASLR region on 5-level paging
- x86/ldt: Unmap PTEs for the slot before freeing LDT pages
- x86/ldt: Remove unused variable in map_ldt_struct()
- x86/mm: Fix guard hole handling
- x86/dump_pagetables: Fix LDT remap address marker
.
* Avoid potential memory corruption on HiSilicon SoCs (LP: #1819546)
- iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads
.
* Ubuntu18.04.01: [Power9] power8 Compat guest(RHEL7.6) crashes during guest
boot with > 256G of memory (kernel/kvm) (LP: #1818645)
- ]PATCH] KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
.
* Fix for dual Intel NVMes (LP: #1821961)
- SAUCE: nvme: Merge two quirk entries into one for Intel 760p/Pro 7600p
.
* CVE-2017-5715
- tools headers: Synchronize prctl.h ABI header
- x86/spectre: Add missing family 6 check to microcode check
- x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
- x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
- x86/speculation: Propagate information about RSB filling mitigation to sysfs
- x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC
variant
- x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
- x86/retpoline: Remove minimal retpoline support
- x86/speculation: Update the TIF_SSBD comment
- x86/speculation: Clean up spectre_v2_parse_cmdline()
- x86/speculation: Remove unnecessary ret variable in cpu_show_common()
- x86/speculation: Move STIPB/IBPB string conditionals out of
cpu_show_common()
- x86/speculation: Disable STIBP when enhanced IBRS is in use
- x86/speculation: Rename SSBD update functions
- x86/speculation: Reorganize speculation control MSRs update
- sched/smt: Make sched_smt_present track topology
- x86/Kconfig: Select SCHED_SMT if SMP enabled
- sched/smt: Expose sched_smt_present static key
- x86/speculation: Rework SMT state change
- x86/l1tf: Show actual SMT state
- x86/speculation: Reorder the spec_v2 code
- x86/speculation: Mark string arrays const correctly
- x86/speculataion: Mark command line parser data __initdata
- x86/speculation: Unify conditional spectre v2 print functions
- x86/speculation: Add command line control for indirect branch speculation
- x86/speculation: Prepare for per task indirect branch speculation control
- x86/process: Consolidate and simplify switch_to_xtra() code
- x86/speculation: Avoid __switch_to_xtra() calls
- x86/speculation: Prepare for conditional IBPB in switch_mm()
- ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
- x86/speculation: Split out TIF update
- x86/speculation: Prevent stale SPEC_CTRL msr content
- x86/speculation: Prepare arch_smt_update() for PRCTL mode
- x86/speculation: Add prctl() control for indirect branch speculation
- x86/speculation: Enable prctl mode for spectre_v2_user
- x86/speculation: Add seccomp Spectre v2 user space protection mode
- x86/speculation: Provide IBPB always command line options
- kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
- x86/speculation: Change misspelled STIPB to STIBP
- x86/speculation: Add support for STIBP always-on preferred mode
- x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
- s390: remove closung punctuation from spectre messages
- x86/speculation: Simplify the CPU bug detection logic
.
* CVE-2018-3639
- x86/bugs: Add AMD's variant of SSB_NO
- x86/bugs: Add AMD's SPEC_CTRL MSR usage
- x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
- x86/bugs: Update when to check for the LS_CFG SSBD mitigation
- x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
- KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
.
* [Ubuntu] vfio-ap: add subsystem to matrix device to avoid libudev failures
(LP: #1818854)
- s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
.
* Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
(0x0f) (LP: #1748565)
- Bluetooth: Fix unnecessary error message for HCI request completion
.
* HiSilicon HNS ethernet broken in 4.15.0-45 (LP: #1818294)
- net: hns: Fix WARNING when hns modules installed
.
* rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic
(LP: #1788997)
- SAUCE: Revert "rtlwifi: cleanup 8723be ant_sel definition"
.
* Crash from :i915 module with 4.15.0-46-generic using multi-display
(LP: #1819486)
- SAUCE: Revert "drm/i915: Fix hotplug irq ack on i965/g4x"
.
* kernel linux-image-4.15.0-44 not booting on Hyperv Server 2008R2
(LP: #1814069)
- hv/netvsc: fix handling of fallback to single queue mode
- hv/netvsc: Fix NULL dereference at single queue mode fallback
.
* Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
- platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
.
* Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
- platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
.
* fscache: jobs might hang when fscache disk is full (LP: #1821395)
- fscache: fix race between enablement and dropping of object
.
* hns3: fix oops in hns3_clean_rx_ring() (LP: #1821064)
- net: hns3: add dma_rmb() for rx description
.
* Hard lockup in 2 CPUs due to deadlock in cpu_stoppers (LP: #1821259)
- stop_machine: Disable preemption after queueing stopper threads
- stop_machine: Atomically queue and wake stopper threads
.
* tcm_loop.ko: move from modules-extra into main modules package
(LP: #1817786)
- [Packaging] move tcm_loop.lo to main linux-modules package
.
* tcmu user space crash results in kernel module hang. (LP: #1819504)
- scsi: tcmu: delete unused __wait
- scsi: tcmu: track nl commands
- scsi: tcmu: simplify nl interface
- scsi: tcmu: add module wide block/reset_netlink support
.
* Intel XL710 - i40e driver does not work with kernel 4.15 (Ubuntu 18.04)
(LP: #1779756)
- i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
- i40e: prevent overlapping tx_timeout recover
.
* some codecs stop working after S3 (LP: #1820930)
- ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
.
* i40e xps management broken when > 64 queues/cpus (LP: #1820948)
- i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
- i40e: Fix the number of queues available to be mapped for use
.
* 4.15 s390x kernel BUG at /build/linux-
Gycr4Z/linux-4.15.0/drivers/block/virtio_blk.c:565! (LP: #1788432)
- virtio/s390: avoid race on vcdev->config
- virtio/s390: fix race in ccw_io_helper()
.
* [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
- iommu/amd: Fix NULL dereference bug in match_hid_uid
.
* New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
system (LP: #1821271)
- iwlwifi: add new card for 9260 series
.
* Add support for MAC address pass through on RTL8153-BD (LP: #1821276)
- r8152: Add support for MAC address pass through on RTL8153-BD
- r8152: Fix an error on RTL8153-BD MAC Address Passthrough support
Checksums-Sha1:
cd8ea93e1beae1d9baaded13f5ee639f6d40abec 365956 block-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
2178d112f412dee6ac699f6cc9986ac6d6631d82 263592 crypto-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
43f21f81cdabdd3da1b26d6c1a7000c7247b8f62 37484 floppy-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
34760dc399106b2f159702ec4181c1a6eb4d40a1 1313280 fs-core-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
557fda66d7f96479bfbbdd70f7c4ed08af5ed903 697196 fs-secondary-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
824a17629b0e0db6cf34fe0d8cec5550a9586224 417072 input-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
f85ae1ef02f656d1fd4ffb819819be0e1f6f3a8c 64236 ipmi-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
0009812ea5998816d3ee0a457f32082ccbbe0a90 6994964 kernel-image-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
4bf1546a51a8ee9b92ac981edd3525aa341b15d7 239548 linux-buildinfo-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
2585e75c0f10ae9ad955757c2b857dd699e9d439 1015348 linux-headers-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
0426175c31416b7d0edae7c5c825fee75f303173 689094444 linux-image-unsigned-4.15.0-48-generic-dbgsym_4.15.0-48.51_ppc64el.ddeb
f37acf0c56b27c2dde949a0c3fabb64e0bb52037 6123056 linux-image-unsigned-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
0d83f6504ae963d4f30b69e41b92141620ba8599 997976 linux-libc-dev_4.15.0-48.51_ppc64el.deb
213bf79b7bebb303bfab612efc8057c966e56e34 12443864 linux-modules-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
bf6ec0aa025e00afe2116539f0dfcd563aa46cf7 31317044 linux-modules-extra-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
a0000379be17ddc9fb487c264e152db2b6cdcb9e 1876 linux-tools-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
216ff7d00ae80cd93eb67454e8065ec2c1c06716 4179656 linux-tools-4.15.0-48_4.15.0-48.51_ppc64el.deb
553c9f863ad30a38455693543e310b15360447d1 976 linux-udebs-generic_4.15.0-48.51_ppc64el.udeb
7c41d19f8582ef857cb576b4f2edf3af1a827fae 20719 linux_4.15.0-48.51_ppc64el.buildinfo
5453e585d692f3006e164ebe574d955e94c30ee2 8682952 linux_4.15.0-48.51_ppc64el.tar.gz
dc3bad636701458fdd107e8401f48d5a46c95ad0 24233 linux_4.15.0-48.51_ppc64el_translations.tar.gz
c750fcaa4dd5e815522c454b921ef432c297ff72 281132 md-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
d9b6bd9efefa5979a9001fa3e56897e07a366232 206620 message-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
3ca9ae1d6a6d2422f8cb4836d941d3773459a071 20060 multipath-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
68cc8cb8d97759a5e0f1772697e751324cd4eb5d 522224 nfs-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
c6898ef36537662631993914b35f546ae66b1ca8 4226728 nic-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
3a578dbe228f90802b4d04091a9d8c2ad559cd82 541452 nic-shared-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
001a25524b9a50daa339591c61e9ed0b5139510b 325220 nic-usb-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
0e63dc6a7efa2e56b304b31453cea3b34e65d338 38004 parport-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
35432323141927c9ca8cd7ef9f57b87ba3b4aa35 9320 plip-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
61ee583ae0f24b2bc0682f9c3022f072d38a1b9c 26652 ppp-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
dca9a924b0dd5dd8defe133aaf4c0f2cad2b5c7f 113360 sata-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
8c13e32973374df59424003ab4bd6f6c7b09087a 2322456 scsi-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
96f1b06018b1a593b7243f57c4186c1384eb73a1 109220 storage-core-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
def24e05cb03b54ef006d1f61c653e932f49a482 10632 virtio-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
49a4dce2838cd6c65738b666f1dbbfc0b9274794 27120 vlan-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
Checksums-Sha256:
b554cdc2c816583cbc223137bbc710c1da1bb75fca39af68030fe89e0a20b814 365956 block-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
db6cabbf045ecc44a66b36c324e801968c6ca0d88eb1846a324c556d7dcc1071 263592 crypto-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
5f9a05d308625aa836e5b63659f06a92d1638693f1fae04977093b7cee171ec0 37484 floppy-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
5f750d830d8a77c3184a0d39927d1dc0c6a45c5fed4747b0c10ec748777db99b 1313280 fs-core-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
ace068cd31a5d887bf5488eea287b45a72c5bb31cdc30a0632e932d20f461ac3 697196 fs-secondary-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
73588df373d2b8d230b9ed48b93a7b55533bae05a0cda27de4d71ad83e24ffe9 417072 input-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
c44b0471d188275c50babc4853e2589a334a1d74c0a47112a001fcbd9994671b 64236 ipmi-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
720720b9326697ef03dd502cf3a648d22167fff2def05b28af92f5d9799f569c 6994964 kernel-image-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
63ef1a5e6e37af7ec7ecaab9706ffef511bf5fc4241fd15d07e38b778e6685fc 239548 linux-buildinfo-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
185c392f6469eeb06df753a54cd72d2e83d54525b1d6840e848b05b757254270 1015348 linux-headers-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
119e73fdd3402cb5939c162a7159da998e43e3a7e91e0c9acdc6ccbb3292f1a7 689094444 linux-image-unsigned-4.15.0-48-generic-dbgsym_4.15.0-48.51_ppc64el.ddeb
ace99159d0353e6b569b5d140e7d7767020b522f7370c3ac1a7286f3a427b3d9 6123056 linux-image-unsigned-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
cb3d51e30e20e2903abfd90ad7e7faec19e0885607feb6265e29d0d6a740e6a1 997976 linux-libc-dev_4.15.0-48.51_ppc64el.deb
23367fb2bc1ecbb2642eb4ab71bac40e95df5388db4928b221bdb583b3b34164 12443864 linux-modules-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
ef01b6cb69b043db21ebb83997fd7d79ea98fad591bff9ccc1905699c03a6adc 31317044 linux-modules-extra-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
6e66adbfcc89025714e1988c84933ccc7d5c1a4b50a134a6bedecbb5de48c345 1876 linux-tools-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
7e68f0bf187adaf9c90e3dd8e79846cabe651df757a63cb16c8a3d5356c30ac5 4179656 linux-tools-4.15.0-48_4.15.0-48.51_ppc64el.deb
6b5c873963d8accb75199695beecedb339115bfa387c8aa40ac2062957287177 976 linux-udebs-generic_4.15.0-48.51_ppc64el.udeb
5728ad90d3ac00a8302d3aabadfab8e9823243b80ccc45e42a5059cbd9e6ff6b 20719 linux_4.15.0-48.51_ppc64el.buildinfo
755d5480d235c4c67e834313b861dba2d9b9c0506d75a8617a07cd476875cd70 8682952 linux_4.15.0-48.51_ppc64el.tar.gz
54dd894413f811c64ca71a51418b96d99198d7798aadd494d16998eb6eff767d 24233 linux_4.15.0-48.51_ppc64el_translations.tar.gz
5a2ca97444b64da4081f05a4ee8f7d7951583c0874d1737ea78707c7525b911a 281132 md-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
9f6a0130f59f6c41f703bfc1591880e67dfd1f8b896f5658082d47d7a068ed77 206620 message-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
6056fc2beec6fc57d9d9a1c15fac69a2f4d8c4505f7af4e4a9ba63cae4dc6b1b 20060 multipath-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
52a2f4bb2152ec392f6d3fb240159f320a492845e9be6a710e80c4024ef1ddc9 522224 nfs-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
deffc9ba00d02b320c5fc3fcaac23445a34ce6dc8f63acfd5f43e7928d228716 4226728 nic-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
4a70ada01cf73bb23d8264783556d06e414d868db5a04afb9b1250297f809f1b 541452 nic-shared-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
0747da2b2638e5277a228763caa224c6cda67c592af4bdd5af86bbfd418c8240 325220 nic-usb-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
4759ee73a0b5452b677464ea5bc973363a9711148e541893cfc5554a9064bf73 38004 parport-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
aac2659c82aed6c9a6201fe91beec8bd32f852f09ddb6a22b2a43f70b734335d 9320 plip-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
f63cd5e0ad58d11509722c08c62b911e712988d281216489e8e1aef00ce0a769 26652 ppp-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
3e6ac354961e7d85c58544a7eb252205262e03b08ae6c5b7aa29c692610aaa5b 113360 sata-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
fb1b2067ae20b11e982de6f8150bc6afe5716cb7e50d017645960bb5dc9b0b34 2322456 scsi-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
d808b987d9211a022aab09b086c12887a49e1373ceea3efee5d587d288e33de7 109220 storage-core-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
baff2a6444240a21f39996ca8793b22f34df33dcced7c8bd548924511d52e212 10632 virtio-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
0d765f713cc2fe0bbfabd7395edd26ec6b7eb2483a843786a4c32fc6abaad3f8 27120 vlan-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
Files:
7f3f8deba9ca1bbf2846488770b86473 365956 debian-installer standard block-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
c9c87a63464fa33bf14c9a6fdaa7e98f 263592 debian-installer extra crypto-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
a2302c9fd20349b927b684e432c203da 37484 debian-installer standard floppy-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
8cce7fb56cad1c509856ac1cad48ec6c 1313280 debian-installer standard fs-core-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
97aaf43c4b1b03c0fdbc0e975b188bf3 697196 debian-installer standard fs-secondary-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
e7686b163267a2046e3acec1bc86203d 417072 debian-installer standard input-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
e1642d04d130adc6fc950ac8cc81f880 64236 debian-installer standard ipmi-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
d01e12128773318bcfb9d21594f69c9d 6994964 debian-installer optional kernel-image-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
6b2fe38d474e9e35c84ea8208fb40307 239548 kernel optional linux-buildinfo-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
587cf1d433d355dce5b2d2739cb9a9f2 1015348 devel optional linux-headers-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
4cd584bb39a7e01140f36aad356421d9 689094444 devel optional linux-image-unsigned-4.15.0-48-generic-dbgsym_4.15.0-48.51_ppc64el.ddeb
f97335a8f8a241ecadb2710be755d14b 6123056 kernel optional linux-image-unsigned-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
4941b9a30dd4563d16c58f1b2916ab8d 997976 devel optional linux-libc-dev_4.15.0-48.51_ppc64el.deb
1467eddfdfb3cdcc7e3abf405f1d9dd2 12443864 kernel optional linux-modules-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
0b0f7b42d372462d53b6536160402a22 31317044 kernel optional linux-modules-extra-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
9ed16432be67dbdbbf23ccbd0006a861 1876 devel optional linux-tools-4.15.0-48-generic_4.15.0-48.51_ppc64el.deb
86d3c004802c8544ce6b6c04ee51b175 4179656 devel optional linux-tools-4.15.0-48_4.15.0-48.51_ppc64el.deb
bb18ec0927189024bffef35b8d49d9cb 976 debian-installer optional linux-udebs-generic_4.15.0-48.51_ppc64el.udeb
2cc5b62eb78285166f1f0194b476542f 20719 devel optional linux_4.15.0-48.51_ppc64el.buildinfo
963452c34068aeec745c1f50b8dc4eb5 8682952 raw-signing - linux_4.15.0-48.51_ppc64el.tar.gz
4e4af4e414e7a0f9efe2385a67f7e3cf 24233 raw-translations - linux_4.15.0-48.51_ppc64el_translations.tar.gz
72d803fb3a65e44b787552bfecd36f92 281132 debian-installer standard md-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
3916d3adc74edf207c7da29f26571cfc 206620 debian-installer standard message-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
ce728ecf5a7ac6cf8e216e37db93f318 20060 debian-installer extra multipath-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
516ae22abfc7d979f122ed1f74ad0009 522224 debian-installer standard nfs-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
46a871a6937f4fd8245ee914306f6547 4226728 debian-installer standard nic-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
3326db2d13ccc95133d5ce1124140af3 541452 debian-installer standard nic-shared-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
ab139efc9391fd5156db7dd3f914f483 325220 debian-installer standard nic-usb-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
eb67818437301ea8893c3b60c126cb61 38004 debian-installer standard parport-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
dc95e1353310674272efd6c3fc954c87 9320 debian-installer standard plip-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
f6204738e7214c40d3eb60180c1c3229 26652 debian-installer standard ppp-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
36b5c49b2f350b95b06a6b8139393500 113360 debian-installer standard sata-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
01b536a515624ad7b02a526abdfc0b30 2322456 debian-installer standard scsi-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
d1f3e4ff278d077d40767c351841f502 109220 debian-installer standard storage-core-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
82c8e77f8a03add84618b1d1d085fde5 10632 debian-installer standard virtio-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
39063b8e7b89f3fef0012662e1342d35 27120 debian-installer extra vlan-modules-4.15.0-48-generic-di_4.15.0-48.51_ppc64el.udeb
Package-Type: udeb
More information about the Bionic-changes
mailing list