[ubuntu/artful-proposed] linux_4.13.0-33.36_amd64.tar.gz - (Accepted)
Khalid Elmously
khalid.elmously at canonical.com
Wed Feb 7 13:52:59 UTC 2018
linux (4.13.0-33.36) artful; urgency=low
* linux: 4.13.0-33.36 -proposed tracker (LP: #1746903)
[ Stefan Bader ]
* starting VMs causing retpoline4 to reboot (LP: #1747507) // CVE-2017-5715
(Spectre v2 retpoline)
- x86/retpoline: Fill RSB on context switch for affected CPUs
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
- x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
- x86/retpoline: Remove the esp/rsp thunk
- x86/retpoline: Simplify vmexit_fill_RSB()
* Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
(LP: #1743638)
- [d-i] Add qede to nic-modules udeb
* hisi_sas: driver robustness fixes (LP: #1739807)
- scsi: hisi_sas: fix reset and port ID refresh issues
- scsi: hisi_sas: avoid potential v2 hw interrupt issue
- scsi: hisi_sas: fix v2 hw underflow residual value
- scsi: hisi_sas: add v2 hw DFX feature
- scsi: hisi_sas: add irq and tasklet cleanup in v2 hw
- scsi: hisi_sas: service interrupt ITCT_CLR interrupt in v2 hw
- scsi: hisi_sas: fix internal abort slot timeout bug
- scsi: hisi_sas: us start_phy in PHY_FUNC_LINK_RESET
- scsi: hisi_sas: fix NULL check in SMP abort task path
- scsi: hisi_sas: fix the risk of freeing slot twice
- scsi: hisi_sas: kill tasklet when destroying irq in v3 hw
- scsi: hisi_sas: complete all tasklets prior to host reset
* [Artful/Zesty] ACPI APEI error handling bug fixes (LP: #1732990)
- ACPI: APEI: fix the wrong iteration of generic error status block
- ACPI / APEI: clear error status before acknowledging the error
* [Zesty/Artful] On ARM64 PCIE physical function passthrough guest fails to
boot (LP: #1732804)
- vfio/pci: Virtualize Maximum Payload Size
- vfio/pci: Virtualize Maximum Read Request Size
* hisi_sas: Add ATA command support for SMR disks (LP: #1739891)
- scsi: hisi_sas: support zone management commands
* thunderx2: i2c driver PEC and ACPI clock fixes (LP: #1738073)
- ACPI / APD: Add clock frequency for ThunderX2 I2C controller
- i2c: xlp9xx: Get clock frequency with clk API
- i2c: xlp9xx: Handle I2C_M_RECV_LEN in msg->flags
* Falkor erratum 1041 needs workaround (LP: #1738497)
- [Config] CONFIG_QCOM_FALKOR_ERRATUM_E1041=y
- arm64: Add software workaround for Falkor erratum 1041
* ThunderX: TX failure unless checksum offload disabled (LP: #1736593)
- net: thunderx: Fix TCP/UDP checksum offload for IPv6 pkts
- net: thunderx: Fix TCP/UDP checksum offload for IPv4 pkts
* arm64/thunderx: Unhandled context faults in ACPI mode (LP: #1736774)
- PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
- PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
* arm64: Unfair rwlock can stall the system (LP: #1732238)
- locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'
- locking/atomic: Add atomic_cond_read_acquire()
- locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlock
- locking/qrwlock, arm64: Move rwlock implementation over to qrwlocks
- locking/qrwlock: Prevent slowpath writers getting held up by fastpath
* Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
- scsi: libiscsi: Allow sd_shutdown on bad transport
* bt_iter() crash due to NULL pointer (LP: #1744300)
- blk-mq-tag: check for NULL rq when iterating tags
* hisilicon hibmc regression due to ea642c3216cb ("drm/ttm: add io_mem_pfn
callback") (LP: #1738334)
- SAUCE: drm: hibmc: Initialize the hibmc_bo_driver.io_mem_pfn
* CVE-2017-5754 ARM64 KPTI fixes
- arm64: Add ASM_BUG()
- arm64: consistently use bl for C exception entry
- arm64: syscallno is secretly an int, make it official
- arm64: Abstract syscallno manipulation
- arm64: move non-entry code out of .entry.text
- arm64: unwind: avoid percpu indirection for irq stack
- arm64: unwind: disregard frame.sp when validating frame pointer
- arm64: mm: Fix set_memory_valid() declaration
- arm64: Convert __inval_cache_range() to area-based
- arm64: Expose DC CVAP to userspace
- arm64: Handle trapped DC CVAP
- arm64: Implement pmem API support
- arm64: uaccess: Implement *_flushcache variants
- arm64/vdso: Support mremap() for vDSO
- arm64: unwind: reference pt_regs via embedded stack frame
- arm64: unwind: remove sp from struct stackframe
- arm64: uaccess: Add the uaccess_flushcache.c file
- arm64: fix pmem interface definition
- arm64: compat: Remove leftover variable declaration
- fork: allow arch-override of VMAP stack alignment
- arm64: kernel: remove {THREAD,IRQ_STACK}_START_SP
- arm64: factor out PAGE_* and CONT_* definitions
- arm64: clean up THREAD_* definitions
- arm64: clean up irq stack definitions
- arm64: move SEGMENT_ALIGN to <asm/memory.h>
- efi/arm64: add EFI_KIMG_ALIGN
- arm64: factor out entry stack manipulation
- arm64: assembler: allow adr_this_cpu to use the stack pointer
- arm64: use an irq stack pointer
- arm64: add basic VMAP_STACK support
- arm64: add on_accessible_stack()
- arm64: add VMAP_STACK overflow detection
- arm64: Convert pte handling from inline asm to using (cmp)xchg
- kvm: arm64: Convert kvm_set_s2pte_readonly() from inline asm to cmpxchg()
- arm64: Move PTE_RDONLY bit handling out of set_pte_at()
- arm64: Ignore hardware dirty bit updates in ptep_set_wrprotect()
- arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code paths
- arm64: introduce separated bits for mm_context_t flags
- arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro
- KVM: arm/arm64: Fix guest external abort matching
- KVM: arm/arm64: vgic: constify seq_operations and file_operations
- KVM: arm/arm64: vITS: Drop its_ite->lpi field
- KVM: arm/arm64: Extract GICv3 max APRn index calculation
- KVM: arm/arm64: Support uaccess of GICC_APRn
- arm64: move TASK_* definitions to <asm/processor.h>
- arm64: Use larger stacks when KASAN is selected
- arm64: sysreg: Move SPE registers and PSB into common header files
- arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHE
- arm64: Update fault_info table with new exception types
- arm64: Use existing defines for mdscr
- arm64: Fix single stepping in kernel traps
- arm64: asm-bug: Renumber macro local labels to avoid clashes
- arm64: Implement arch-specific pte_access_permitted()
- arm64: explicitly mask all exceptions
- arm64: introduce an order for exceptions
- arm64: Move the async/fiq helpers to explicitly set process context flags
- arm64: Mask all exceptions during kernel_exit
- arm64: entry.S: Remove disable_dbg
- arm64: entry.S: convert el1_sync
- arm64: entry.S convert el0_sync
- arm64: entry.S: convert elX_irq
- arm64: entry.S: move SError handling into a C function for future expansion
- arm64: pgd: Mark pgd_cache as __ro_after_init
- arm64: cpu_ops: Add missing 'const' qualifiers
- arm64: context: Fix comments and remove pointless smp_wmb()
- arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mm
- arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlb
- arm64: Expose support for optional ARMv8-A features
- arm64: KVM: Hide unsupported AArch64 CPU features from guests
- arm64: mm: Use non-global mappings for kernel space
- arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
- arm64: mm: Move ASID from TTBR0 to TTBR1
- arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
- arm64: mm: Rename post_ttbr0_update_workaround
- arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
- arm64: mm: Allocate ASIDs in pairs
- arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
- arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
- arm64: entry: Add exception trampoline page for exceptions from EL0
- arm64: mm: Map entry trampoline into trampoline and kernel page tables
- arm64: entry: Explicitly pass exception level to kernel_ventry macro
- arm64: entry: Hook up entry trampoline to exception vectors
- arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
- arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
- arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
- arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
- arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
- arm64: kaslr: Put kernel vectors address in separate data page
- arm64: use RET instruction for exiting the trampoline
- arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
- arm64: Fix the feature type for ID register fields
- arm64: Take into account ID_AA64PFR0_EL1.CSV3
- arm64: cpufeature: Pass capability structure to ->enable callback
- drivers/firmware: Expose psci_get_version through psci_ops structure
- arm64: Move post_ttbr_update_workaround to C code
- arm64: Add skeleton to harden the branch predictor against aliasing attacks
- arm64: KVM: Use per-CPU vector when BP hardening is enabled
- arm64: KVM: Make PSCI_VERSION a fast path
- arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
- arm64: Implement branch predictor hardening for affected Cortex-A CPUs
- arm64: Define cputype macros for Falkor CPU
- arm64: Implement branch predictor hardening for Falkor
- arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
- bpf: inline map in map lookup functions for array and htab
- bpf: perf event change needed for subsequent bpf helpers
- bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
- arm64: Branch predictor hardening for Cavium ThunderX2
- arm64: capabilities: Handle duplicate entries for a capability
- arm64: kpti: Fix the interaction between ASID switching and software PAN
- SAUCE: arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17
- SAUCE: arm: Invalidate BTB on prefetch abort outside of user mapping on
Cortex A8, A9, A12 and A17
- SAUCE: arm: KVM: Invalidate BTB on guest exit
- SAUCE: arm: Add icache invalidation on switch_mm for Cortex-A15
- SAUCE: arm: Invalidate icache on prefetch abort outside of user mapping on
Cortex-A15
- SAUCE: arm: KVM: Invalidate icache on guest exit for Cortex-A15
- SAUCE: asm-generic/barrier: add generic nospec helpers
- SAUCE: Documentation: document nospec helpers
- SAUCE: arm64: implement nospec_{load,ptr}()
- SAUCE: arm: implement nospec_ptr()
- SAUCE: bpf: inhibit speculated out-of-bounds pointers
- SAUCE: arm64: Implement branch predictor hardening for Falkor
- SAUCE: arm64: Branch predictor hardening for Cavium ThunderX2
- [Config] UNMAP_KERNEL_AT_EL0=y && HARDEN_BRANCH_PREDICTOR=y
* [artful] panic in update_stack_state when reading /proc/<pid>/stack on i386
(LP: #1747263)
- x86/unwind: Fix dereference of untrusted pointer
* CVE-2017-5753 (Spectre v1 Intel)
- x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
- SAUCE: reinstate MFENCE_RDTSC feature definition
- locking/barriers: introduce new observable speculation barrier
- bpf: prevent speculative execution in eBPF interpreter
- x86, bpf, jit: prevent speculative execution when JIT is enabled
- SAUCE: FIX: x86, bpf, jit: prevent speculative execution when JIT is enabled
- uvcvideo: prevent speculative execution
- carl9170: prevent speculative execution
- p54: prevent speculative execution
- qla2xxx: prevent speculative execution
- cw1200: prevent speculative execution
- Thermal/int340x: prevent speculative execution
- ipv4: prevent speculative execution
- ipv6: prevent speculative execution
- fs: prevent speculative execution
- net: mpls: prevent speculative execution
- udf: prevent speculative execution
- userns: prevent speculative execution
- SAUCE: powerpc: add osb barrier
- SAUCE: s390/spinlock: add osb memory barrier
- SAUCE: claim mitigation via observable speculation barrier
* CVE-2017-5715 (Spectre v2 retpoline)
- x86/asm: Fix inline asm call constraints for Clang
- kvm: vmx: Scrub hardware GPRs at VM-exit
- sysfs/cpu: Add vulnerability folder
- x86/cpu: Implement CPU vulnerabilites sysfs functions
- x86/tboot: Unbreak tboot with PTI enabled
- objtool: Detect jumps to retpoline thunks
- objtool: Allow alternatives to be ignored
- x86/retpoline: Add initial retpoline support
- x86/spectre: Add boot time option to select Spectre v2 mitigation
- x86/retpoline/crypto: Convert crypto assembler indirect jumps
- x86/retpoline/entry: Convert entry assembler indirect jumps
- x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
- x86/retpoline/hyperv: Convert assembler indirect jumps
- x86/retpoline/xen: Convert Xen hypercall indirect jumps
- x86/retpoline/checksum32: Convert assembler indirect jumps
- x86/retpoline/irq32: Convert assembler indirect jumps
- x86/retpoline: Fill return stack buffer on vmexit
- selftests/x86: Add test_vsyscall
- x86/pti: Fix !PCID and sanitize defines
- security/Kconfig: Correct the Documentation reference for PTI
- x86,perf: Disable intel_bts when PTI
- x86/retpoline: Remove compile time warning
- [Config] enable CONFIG_GENERIC_CPU_VULNERABILITIES
- [Config] enable CONFIG_RETPOLINE
- [Packaging] retpoline -- add call site validation
- [Config] disable retpoline checks for first upload
* CVE-2017-5715 (revert embargoed) // CVE-2017-5753 (revert embargoed)
- Revert "UBUNTU: SAUCE: x86/entry: Fix up retpoline assembler labels"
- Revert "kvm: vmx: Scrub hardware GPRs at VM-exit"
- Revert "Revert "x86/svm: Add code to clear registers on VM exit""
- Revert "UBUNTU: SAUCE: x86/microcode: Extend post microcode reload to
support IBPB feature -- repair missmerge"
- Revert "UBUNTU: SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit"
- Revert "s390/spinlock: add gmb memory barrier"
- Revert "powerpc: add gmb barrier"
- Revert "x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature"
- Revert "x86/svm: Add code to clear registers on VM exit"
- Revert "x86/svm: Add code to clobber the RSB on VM exit"
- Revert "KVM: x86: Add speculative control CPUID support for guests"
- Revert "x86/svm: Set IBPB when running a different VCPU"
- Revert "x86/svm: Set IBRS value on VM entry and exit"
- Revert "KVM: SVM: Do not intercept new speculative control MSRs"
- Revert "x86/microcode: Extend post microcode reload to support IBPB feature"
- Revert "x86/cpu/AMD: Add speculative control support for AMD"
- Revert "x86/entry: Use retpoline for syscall's indirect calls"
- Revert "x86/syscall: Clear unused extra registers on 32-bit compatible
syscall entrance"
- Revert "x86/syscall: Clear unused extra registers on syscall entrance"
- Revert "x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb
control"
- Revert "x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature"
- Revert "x86/kvm: Pad RSB on VM transition"
- Revert "x86/kvm: Toggle IBRS on VM entry and exit"
- Revert "x86/kvm: Set IBPB when switching VM"
- Revert "x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm"
- Revert "x86/entry: Stuff RSB for entry to kernel for non-SMEP platform"
- Revert "x86/mm: Only set IBPB when the new thread cannot ptrace current
thread"
- Revert "x86/mm: Set IBPB upon context switch"
- Revert "x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup"
- Revert "x86/idle: Disable IBRS entering idle and enable it on wakeup"
- Revert "x86/enter: Use IBRS on syscall and interrupts"
- Revert "x86/enter: MACROS to set/clear IBRS and set IBPB"
- Revert "x86/feature: Report presence of IBPB and IBRS control"
- Revert "x86/feature: Enable the x86 feature to control Speculation"
- Revert "udf: prevent speculative execution"
- Revert "net: mpls: prevent speculative execution"
- Revert "fs: prevent speculative execution"
- Revert "ipv6: prevent speculative execution"
- Revert "userns: prevent speculative execution"
- Revert "Thermal/int340x: prevent speculative execution"
- Revert "cw1200: prevent speculative execution"
- Revert "qla2xxx: prevent speculative execution"
- Revert "p54: prevent speculative execution"
- Revert "carl9170: prevent speculative execution"
- Revert "uvcvideo: prevent speculative execution"
- Revert "x86, bpf, jit: prevent speculative execution when JIT is enabled"
- Revert "bpf: prevent speculative execution in eBPF interpreter"
- Revert "locking/barriers: introduce new memory barrier gmb()"
* Unable to boot with i386 4.13.0-25 / 4.13.0-26 / 4.13.0-31 kernel on Xenial
/ Artful (LP: #1745118)
- x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
* 4.13: unable to increase MTU configuration for GRE devices (LP: #1743746)
- ip_gre: remove the incorrect mtu limit for ipgre tap
* CVE-2017-17712
- net: ipv4: fix for a race condition in raw_sendmsg
* upload urgency should be medium by default (LP: #1745338)
- [Packaging] update urgency to medium by default
* CVE-2017-15115
- sctp: do not peel off an assoc from one netns to another one
* CVE-2017-8824
- dccp: CVE-2017-8824: use-after-free in DCCP code
Date: Tue, 06 Feb 2018 13:19:16 -0500
Changed-By: Khalid Elmously <khalid.elmously at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lgw01-amd64-014.buildd>
-------------- next part --------------
Format: 1.8
Date: Tue, 06 Feb 2018 13:19:16 -0500
Source: linux
Binary: linux-source-4.13.0 linux-doc linux-headers-4.13.0-33 linux-libc-dev linux-tools-common linux-tools-4.13.0-33 linux-cloud-tools-common linux-cloud-tools-4.13.0-33 linux-image-4.13.0-33-generic linux-image-extra-4.13.0-33-generic linux-headers-4.13.0-33-generic linux-image-4.13.0-33-generic-dbgsym linux-tools-4.13.0-33-generic linux-cloud-tools-4.13.0-33-generic linux-udebs-generic linux-image-4.13.0-33-generic-lpae linux-image-extra-4.13.0-33-generic-lpae linux-headers-4.13.0-33-generic-lpae linux-image-4.13.0-33-generic-lpae-dbgsym linux-tools-4.13.0-33-generic-lpae linux-cloud-tools-4.13.0-33-generic-lpae linux-udebs-generic-lpae linux-image-4.13.0-33-lowlatency linux-image-extra-4.13.0-33-lowlatency linux-headers-4.13.0-33-lowlatency linux-image-4.13.0-33-lowlatency-dbgsym linux-tools-4.13.0-33-lowlatency linux-cloud-tools-4.13.0-33-lowlatency linux-udebs-lowlatency kernel-image-4.13.0-33-generic-di fat-modules-4.13.0-33-generic-di fb-modules-4.13.0-33-generic-di
firewire-core-modules-4.13.0-33-generic-di floppy-modules-4.13.0-33-generic-di fs-core-modules-4.13.0-33-generic-di fs-secondary-modules-4.13.0-33-generic-di input-modules-4.13.0-33-generic-di irda-modules-4.13.0-33-generic-di md-modules-4.13.0-33-generic-di nic-modules-4.13.0-33-generic-di nic-pcmcia-modules-4.13.0-33-generic-di nic-usb-modules-4.13.0-33-generic-di nic-shared-modules-4.13.0-33-generic-di parport-modules-4.13.0-33-generic-di pata-modules-4.13.0-33-generic-di pcmcia-modules-4.13.0-33-generic-di pcmcia-storage-modules-4.13.0-33-generic-di plip-modules-4.13.0-33-generic-di ppp-modules-4.13.0-33-generic-di sata-modules-4.13.0-33-generic-di scsi-modules-4.13.0-33-generic-di serial-modules-4.13.0-33-generic-di storage-core-modules-4.13.0-33-generic-di usb-modules-4.13.0-33-generic-di nfs-modules-4.13.0-33-generic-di block-modules-4.13.0-33-generic-di message-modules-4.13.0-33-generic-di crypto-modules-4.13.0-33-generic-di
virtio-modules-4.13.0-33-generic-di mouse-modules-4.13.0-33-generic-di vlan-modules-4.13.0-33-generic-di ipmi-modules-4.13.0-33-generic-di
multipath-modules-4.13.0-33-generic-di
Architecture: amd64 all
Version: 4.13.0-33.36
Distribution: artful
Urgency: low
Maintainer: Launchpad Build Daemon <buildd at lgw01-amd64-014.buildd>
Changed-By: Khalid Elmously <khalid.elmously at canonical.com>
Description:
block-modules-4.13.0-33-generic-di - Block storage devices (udeb)
crypto-modules-4.13.0-33-generic-di - crypto modules (udeb)
fat-modules-4.13.0-33-generic-di - FAT filesystem support (udeb)
fb-modules-4.13.0-33-generic-di - Framebuffer modules (udeb)
firewire-core-modules-4.13.0-33-generic-di - Firewire (IEEE-1394) Support (udeb)
floppy-modules-4.13.0-33-generic-di - Floppy driver support (udeb)
fs-core-modules-4.13.0-33-generic-di - Base filesystem modules (udeb)
fs-secondary-modules-4.13.0-33-generic-di - Extra filesystem modules (udeb)
input-modules-4.13.0-33-generic-di - Support for various input methods (udeb)
ipmi-modules-4.13.0-33-generic-di - ipmi modules (udeb)
irda-modules-4.13.0-33-generic-di - Support for Infrared protocols (udeb)
kernel-image-4.13.0-33-generic-di - kernel image and system map (udeb)
linux-cloud-tools-4.13.0-33 - Linux kernel version specific cloud tools for version 4.13.0-33
linux-cloud-tools-4.13.0-33-generic - Linux kernel version specific cloud tools for version 4.13.0-33
linux-cloud-tools-4.13.0-33-generic-lpae - Linux kernel version specific cloud tools for version 4.13.0-33
linux-cloud-tools-4.13.0-33-lowlatency - Linux kernel version specific cloud tools for version 4.13.0-33
linux-cloud-tools-common - Linux kernel version specific cloud tools for version 4.13.0
linux-doc - Linux kernel specific documentation for version 4.13.0
linux-headers-4.13.0-33 - Header files related to Linux kernel version 4.13.0
linux-headers-4.13.0-33-generic - Linux kernel headers for version 4.13.0 on 64 bit x86 SMP
linux-headers-4.13.0-33-generic-lpae - Linux kernel headers for version 4.13.0 on 64 bit x86 SMP
linux-headers-4.13.0-33-lowlatency - Linux kernel headers for version 4.13.0 on 64 bit x86 SMP
linux-image-4.13.0-33-generic - Linux kernel image for version 4.13.0 on 64 bit x86 SMP
linux-image-4.13.0-33-generic-dbgsym - Linux kernel debug image for version 4.13.0 on 64 bit x86 SMP
linux-image-4.13.0-33-generic-lpae - Linux kernel image for version 4.13.0 on 64 bit x86 SMP
linux-image-4.13.0-33-generic-lpae-dbgsym - Linux kernel debug image for version 4.13.0 on 64 bit x86 SMP
linux-image-4.13.0-33-lowlatency - Linux kernel image for version 4.13.0 on 64 bit x86 SMP
linux-image-4.13.0-33-lowlatency-dbgsym - Linux kernel debug image for version 4.13.0 on 64 bit x86 SMP
linux-image-extra-4.13.0-33-generic - Linux kernel extra modules for version 4.13.0 on 64 bit x86 SMP
linux-image-extra-4.13.0-33-generic-lpae - Linux kernel extra modules for version 4.13.0 on 64 bit x86 SMP
linux-image-extra-4.13.0-33-lowlatency - Linux kernel extra modules for version 4.13.0 on 64 bit x86 SMP
linux-libc-dev - Linux Kernel Headers for development
linux-source-4.13.0 - Linux kernel source for version 4.13.0 with Ubuntu patches
linux-tools-4.13.0-33 - Linux kernel version specific tools for version 4.13.0-33
linux-tools-4.13.0-33-generic - Linux kernel version specific tools for version 4.13.0-33
linux-tools-4.13.0-33-generic-lpae - Linux kernel version specific tools for version 4.13.0-33
linux-tools-4.13.0-33-lowlatency - Linux kernel version specific tools for version 4.13.0-33
linux-tools-common - Linux kernel version specific tools for version 4.13.0
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)
md-modules-4.13.0-33-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
message-modules-4.13.0-33-generic-di - Fusion and i2o storage modules (udeb)
mouse-modules-4.13.0-33-generic-di - Mouse support (udeb)
multipath-modules-4.13.0-33-generic-di - DM-Multipath support (udeb)
nfs-modules-4.13.0-33-generic-di - NFS filesystem drivers (udeb)
nic-modules-4.13.0-33-generic-di - Network interface support (udeb)
nic-pcmcia-modules-4.13.0-33-generic-di - PCMCIA network interface support (udeb)
nic-shared-modules-4.13.0-33-generic-di - nic shared modules (udeb)
nic-usb-modules-4.13.0-33-generic-di - USB network interface support (udeb)
parport-modules-4.13.0-33-generic-di - Parallel port support (udeb)
pata-modules-4.13.0-33-generic-di - PATA support modules (udeb)
pcmcia-modules-4.13.0-33-generic-di - PCMCIA Modules (udeb)
pcmcia-storage-modules-4.13.0-33-generic-di - PCMCIA storage support (udeb)
plip-modules-4.13.0-33-generic-di - PLIP (parallel port) networking support (udeb)
ppp-modules-4.13.0-33-generic-di - PPP (serial port) networking support (udeb)
sata-modules-4.13.0-33-generic-di - SATA storage support (udeb)
scsi-modules-4.13.0-33-generic-di - SCSI storage support (udeb)
serial-modules-4.13.0-33-generic-di - Serial port support (udeb)
storage-core-modules-4.13.0-33-generic-di - Core storage support (udeb)
usb-modules-4.13.0-33-generic-di - Core USB support (udeb)
virtio-modules-4.13.0-33-generic-di - VirtIO Modules (udeb)
vlan-modules-4.13.0-33-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1569925 1732238 1732804 1732990 1736593 1736774 1738073 1738334 1738497 1739807 1739891 1743638 1743746 1744300 1745118 1745338 1746903 1747263 1747507
Changes:
linux (4.13.0-33.36) artful; urgency=low
.
* linux: 4.13.0-33.36 -proposed tracker (LP: #1746903)
.
[ Stefan Bader ]
* starting VMs causing retpoline4 to reboot (LP: #1747507) // CVE-2017-5715
(Spectre v2 retpoline)
- x86/retpoline: Fill RSB on context switch for affected CPUs
- x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
- x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
- x86/retpoline: Remove the esp/rsp thunk
- x86/retpoline: Simplify vmexit_fill_RSB()
.
* Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
(LP: #1743638)
- [d-i] Add qede to nic-modules udeb
.
* hisi_sas: driver robustness fixes (LP: #1739807)
- scsi: hisi_sas: fix reset and port ID refresh issues
- scsi: hisi_sas: avoid potential v2 hw interrupt issue
- scsi: hisi_sas: fix v2 hw underflow residual value
- scsi: hisi_sas: add v2 hw DFX feature
- scsi: hisi_sas: add irq and tasklet cleanup in v2 hw
- scsi: hisi_sas: service interrupt ITCT_CLR interrupt in v2 hw
- scsi: hisi_sas: fix internal abort slot timeout bug
- scsi: hisi_sas: us start_phy in PHY_FUNC_LINK_RESET
- scsi: hisi_sas: fix NULL check in SMP abort task path
- scsi: hisi_sas: fix the risk of freeing slot twice
- scsi: hisi_sas: kill tasklet when destroying irq in v3 hw
- scsi: hisi_sas: complete all tasklets prior to host reset
.
* [Artful/Zesty] ACPI APEI error handling bug fixes (LP: #1732990)
- ACPI: APEI: fix the wrong iteration of generic error status block
- ACPI / APEI: clear error status before acknowledging the error
.
* [Zesty/Artful] On ARM64 PCIE physical function passthrough guest fails to
boot (LP: #1732804)
- vfio/pci: Virtualize Maximum Payload Size
- vfio/pci: Virtualize Maximum Read Request Size
.
* hisi_sas: Add ATA command support for SMR disks (LP: #1739891)
- scsi: hisi_sas: support zone management commands
.
* thunderx2: i2c driver PEC and ACPI clock fixes (LP: #1738073)
- ACPI / APD: Add clock frequency for ThunderX2 I2C controller
- i2c: xlp9xx: Get clock frequency with clk API
- i2c: xlp9xx: Handle I2C_M_RECV_LEN in msg->flags
.
* Falkor erratum 1041 needs workaround (LP: #1738497)
- [Config] CONFIG_QCOM_FALKOR_ERRATUM_E1041=y
- arm64: Add software workaround for Falkor erratum 1041
.
* ThunderX: TX failure unless checksum offload disabled (LP: #1736593)
- net: thunderx: Fix TCP/UDP checksum offload for IPv6 pkts
- net: thunderx: Fix TCP/UDP checksum offload for IPv4 pkts
.
* arm64/thunderx: Unhandled context faults in ACPI mode (LP: #1736774)
- PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
- PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
.
* arm64: Unfair rwlock can stall the system (LP: #1732238)
- locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'
- locking/atomic: Add atomic_cond_read_acquire()
- locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlock
- locking/qrwlock, arm64: Move rwlock implementation over to qrwlocks
- locking/qrwlock: Prevent slowpath writers getting held up by fastpath
.
* Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
- scsi: libiscsi: Allow sd_shutdown on bad transport
.
* bt_iter() crash due to NULL pointer (LP: #1744300)
- blk-mq-tag: check for NULL rq when iterating tags
.
* hisilicon hibmc regression due to ea642c3216cb ("drm/ttm: add io_mem_pfn
callback") (LP: #1738334)
- SAUCE: drm: hibmc: Initialize the hibmc_bo_driver.io_mem_pfn
.
* CVE-2017-5754 ARM64 KPTI fixes
- arm64: Add ASM_BUG()
- arm64: consistently use bl for C exception entry
- arm64: syscallno is secretly an int, make it official
- arm64: Abstract syscallno manipulation
- arm64: move non-entry code out of .entry.text
- arm64: unwind: avoid percpu indirection for irq stack
- arm64: unwind: disregard frame.sp when validating frame pointer
- arm64: mm: Fix set_memory_valid() declaration
- arm64: Convert __inval_cache_range() to area-based
- arm64: Expose DC CVAP to userspace
- arm64: Handle trapped DC CVAP
- arm64: Implement pmem API support
- arm64: uaccess: Implement *_flushcache variants
- arm64/vdso: Support mremap() for vDSO
- arm64: unwind: reference pt_regs via embedded stack frame
- arm64: unwind: remove sp from struct stackframe
- arm64: uaccess: Add the uaccess_flushcache.c file
- arm64: fix pmem interface definition
- arm64: compat: Remove leftover variable declaration
- fork: allow arch-override of VMAP stack alignment
- arm64: kernel: remove {THREAD,IRQ_STACK}_START_SP
- arm64: factor out PAGE_* and CONT_* definitions
- arm64: clean up THREAD_* definitions
- arm64: clean up irq stack definitions
- arm64: move SEGMENT_ALIGN to <asm/memory.h>
- efi/arm64: add EFI_KIMG_ALIGN
- arm64: factor out entry stack manipulation
- arm64: assembler: allow adr_this_cpu to use the stack pointer
- arm64: use an irq stack pointer
- arm64: add basic VMAP_STACK support
- arm64: add on_accessible_stack()
- arm64: add VMAP_STACK overflow detection
- arm64: Convert pte handling from inline asm to using (cmp)xchg
- kvm: arm64: Convert kvm_set_s2pte_readonly() from inline asm to cmpxchg()
- arm64: Move PTE_RDONLY bit handling out of set_pte_at()
- arm64: Ignore hardware dirty bit updates in ptep_set_wrprotect()
- arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code paths
- arm64: introduce separated bits for mm_context_t flags
- arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro
- KVM: arm/arm64: Fix guest external abort matching
- KVM: arm/arm64: vgic: constify seq_operations and file_operations
- KVM: arm/arm64: vITS: Drop its_ite->lpi field
- KVM: arm/arm64: Extract GICv3 max APRn index calculation
- KVM: arm/arm64: Support uaccess of GICC_APRn
- arm64: move TASK_* definitions to <asm/processor.h>
- arm64: Use larger stacks when KASAN is selected
- arm64: sysreg: Move SPE registers and PSB into common header files
- arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHE
- arm64: Update fault_info table with new exception types
- arm64: Use existing defines for mdscr
- arm64: Fix single stepping in kernel traps
- arm64: asm-bug: Renumber macro local labels to avoid clashes
- arm64: Implement arch-specific pte_access_permitted()
- arm64: explicitly mask all exceptions
- arm64: introduce an order for exceptions
- arm64: Move the async/fiq helpers to explicitly set process context flags
- arm64: Mask all exceptions during kernel_exit
- arm64: entry.S: Remove disable_dbg
- arm64: entry.S: convert el1_sync
- arm64: entry.S convert el0_sync
- arm64: entry.S: convert elX_irq
- arm64: entry.S: move SError handling into a C function for future expansion
- arm64: pgd: Mark pgd_cache as __ro_after_init
- arm64: cpu_ops: Add missing 'const' qualifiers
- arm64: context: Fix comments and remove pointless smp_wmb()
- arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mm
- arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlb
- arm64: Expose support for optional ARMv8-A features
- arm64: KVM: Hide unsupported AArch64 CPU features from guests
- arm64: mm: Use non-global mappings for kernel space
- arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
- arm64: mm: Move ASID from TTBR0 to TTBR1
- arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
- arm64: mm: Rename post_ttbr0_update_workaround
- arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
- arm64: mm: Allocate ASIDs in pairs
- arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
- arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
- arm64: entry: Add exception trampoline page for exceptions from EL0
- arm64: mm: Map entry trampoline into trampoline and kernel page tables
- arm64: entry: Explicitly pass exception level to kernel_ventry macro
- arm64: entry: Hook up entry trampoline to exception vectors
- arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
- arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
- arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
- arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
- arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
- arm64: kaslr: Put kernel vectors address in separate data page
- arm64: use RET instruction for exiting the trampoline
- arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
- arm64: Fix the feature type for ID register fields
- arm64: Take into account ID_AA64PFR0_EL1.CSV3
- arm64: cpufeature: Pass capability structure to ->enable callback
- drivers/firmware: Expose psci_get_version through psci_ops structure
- arm64: Move post_ttbr_update_workaround to C code
- arm64: Add skeleton to harden the branch predictor against aliasing attacks
- arm64: KVM: Use per-CPU vector when BP hardening is enabled
- arm64: KVM: Make PSCI_VERSION a fast path
- arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
- arm64: Implement branch predictor hardening for affected Cortex-A CPUs
- arm64: Define cputype macros for Falkor CPU
- arm64: Implement branch predictor hardening for Falkor
- arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
- bpf: inline map in map lookup functions for array and htab
- bpf: perf event change needed for subsequent bpf helpers
- bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
- arm64: Branch predictor hardening for Cavium ThunderX2
- arm64: capabilities: Handle duplicate entries for a capability
- arm64: kpti: Fix the interaction between ASID switching and software PAN
- SAUCE: arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17
- SAUCE: arm: Invalidate BTB on prefetch abort outside of user mapping on
Cortex A8, A9, A12 and A17
- SAUCE: arm: KVM: Invalidate BTB on guest exit
- SAUCE: arm: Add icache invalidation on switch_mm for Cortex-A15
- SAUCE: arm: Invalidate icache on prefetch abort outside of user mapping on
Cortex-A15
- SAUCE: arm: KVM: Invalidate icache on guest exit for Cortex-A15
- SAUCE: asm-generic/barrier: add generic nospec helpers
- SAUCE: Documentation: document nospec helpers
- SAUCE: arm64: implement nospec_{load,ptr}()
- SAUCE: arm: implement nospec_ptr()
- SAUCE: bpf: inhibit speculated out-of-bounds pointers
- SAUCE: arm64: Implement branch predictor hardening for Falkor
- SAUCE: arm64: Branch predictor hardening for Cavium ThunderX2
- [Config] UNMAP_KERNEL_AT_EL0=y && HARDEN_BRANCH_PREDICTOR=y
.
* [artful] panic in update_stack_state when reading /proc/<pid>/stack on i386
(LP: #1747263)
- x86/unwind: Fix dereference of untrusted pointer
.
* CVE-2017-5753 (Spectre v1 Intel)
- x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature
- SAUCE: reinstate MFENCE_RDTSC feature definition
- locking/barriers: introduce new observable speculation barrier
- bpf: prevent speculative execution in eBPF interpreter
- x86, bpf, jit: prevent speculative execution when JIT is enabled
- SAUCE: FIX: x86, bpf, jit: prevent speculative execution when JIT is enabled
- uvcvideo: prevent speculative execution
- carl9170: prevent speculative execution
- p54: prevent speculative execution
- qla2xxx: prevent speculative execution
- cw1200: prevent speculative execution
- Thermal/int340x: prevent speculative execution
- ipv4: prevent speculative execution
- ipv6: prevent speculative execution
- fs: prevent speculative execution
- net: mpls: prevent speculative execution
- udf: prevent speculative execution
- userns: prevent speculative execution
- SAUCE: powerpc: add osb barrier
- SAUCE: s390/spinlock: add osb memory barrier
- SAUCE: claim mitigation via observable speculation barrier
.
* CVE-2017-5715 (Spectre v2 retpoline)
- x86/asm: Fix inline asm call constraints for Clang
- kvm: vmx: Scrub hardware GPRs at VM-exit
- sysfs/cpu: Add vulnerability folder
- x86/cpu: Implement CPU vulnerabilites sysfs functions
- x86/tboot: Unbreak tboot with PTI enabled
- objtool: Detect jumps to retpoline thunks
- objtool: Allow alternatives to be ignored
- x86/retpoline: Add initial retpoline support
- x86/spectre: Add boot time option to select Spectre v2 mitigation
- x86/retpoline/crypto: Convert crypto assembler indirect jumps
- x86/retpoline/entry: Convert entry assembler indirect jumps
- x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
- x86/retpoline/hyperv: Convert assembler indirect jumps
- x86/retpoline/xen: Convert Xen hypercall indirect jumps
- x86/retpoline/checksum32: Convert assembler indirect jumps
- x86/retpoline/irq32: Convert assembler indirect jumps
- x86/retpoline: Fill return stack buffer on vmexit
- selftests/x86: Add test_vsyscall
- x86/pti: Fix !PCID and sanitize defines
- security/Kconfig: Correct the Documentation reference for PTI
- x86,perf: Disable intel_bts when PTI
- x86/retpoline: Remove compile time warning
- [Config] enable CONFIG_GENERIC_CPU_VULNERABILITIES
- [Config] enable CONFIG_RETPOLINE
- [Packaging] retpoline -- add call site validation
- [Config] disable retpoline checks for first upload
.
* CVE-2017-5715 (revert embargoed) // CVE-2017-5753 (revert embargoed)
- Revert "UBUNTU: SAUCE: x86/entry: Fix up retpoline assembler labels"
- Revert "kvm: vmx: Scrub hardware GPRs at VM-exit"
- Revert "Revert "x86/svm: Add code to clear registers on VM exit""
- Revert "UBUNTU: SAUCE: x86/microcode: Extend post microcode reload to
support IBPB feature -- repair missmerge"
- Revert "UBUNTU: SAUCE: x86/kvm: Fix stuff_RSB() for 32-bit"
- Revert "s390/spinlock: add gmb memory barrier"
- Revert "powerpc: add gmb barrier"
- Revert "x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature"
- Revert "x86/svm: Add code to clear registers on VM exit"
- Revert "x86/svm: Add code to clobber the RSB on VM exit"
- Revert "KVM: x86: Add speculative control CPUID support for guests"
- Revert "x86/svm: Set IBPB when running a different VCPU"
- Revert "x86/svm: Set IBRS value on VM entry and exit"
- Revert "KVM: SVM: Do not intercept new speculative control MSRs"
- Revert "x86/microcode: Extend post microcode reload to support IBPB feature"
- Revert "x86/cpu/AMD: Add speculative control support for AMD"
- Revert "x86/entry: Use retpoline for syscall's indirect calls"
- Revert "x86/syscall: Clear unused extra registers on 32-bit compatible
syscall entrance"
- Revert "x86/syscall: Clear unused extra registers on syscall entrance"
- Revert "x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb
control"
- Revert "x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature"
- Revert "x86/kvm: Pad RSB on VM transition"
- Revert "x86/kvm: Toggle IBRS on VM entry and exit"
- Revert "x86/kvm: Set IBPB when switching VM"
- Revert "x86/kvm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm"
- Revert "x86/entry: Stuff RSB for entry to kernel for non-SMEP platform"
- Revert "x86/mm: Only set IBPB when the new thread cannot ptrace current
thread"
- Revert "x86/mm: Set IBPB upon context switch"
- Revert "x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup"
- Revert "x86/idle: Disable IBRS entering idle and enable it on wakeup"
- Revert "x86/enter: Use IBRS on syscall and interrupts"
- Revert "x86/enter: MACROS to set/clear IBRS and set IBPB"
- Revert "x86/feature: Report presence of IBPB and IBRS control"
- Revert "x86/feature: Enable the x86 feature to control Speculation"
- Revert "udf: prevent speculative execution"
- Revert "net: mpls: prevent speculative execution"
- Revert "fs: prevent speculative execution"
- Revert "ipv6: prevent speculative execution"
- Revert "userns: prevent speculative execution"
- Revert "Thermal/int340x: prevent speculative execution"
- Revert "cw1200: prevent speculative execution"
- Revert "qla2xxx: prevent speculative execution"
- Revert "p54: prevent speculative execution"
- Revert "carl9170: prevent speculative execution"
- Revert "uvcvideo: prevent speculative execution"
- Revert "x86, bpf, jit: prevent speculative execution when JIT is enabled"
- Revert "bpf: prevent speculative execution in eBPF interpreter"
- Revert "locking/barriers: introduce new memory barrier gmb()"
.
* Unable to boot with i386 4.13.0-25 / 4.13.0-26 / 4.13.0-31 kernel on Xenial
/ Artful (LP: #1745118)
- x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
.
* 4.13: unable to increase MTU configuration for GRE devices (LP: #1743746)
- ip_gre: remove the incorrect mtu limit for ipgre tap
.
* CVE-2017-17712
- net: ipv4: fix for a race condition in raw_sendmsg
.
* upload urgency should be medium by default (LP: #1745338)
- [Packaging] update urgency to medium by default
.
* CVE-2017-15115
- sctp: do not peel off an assoc from one netns to another one
.
* CVE-2017-8824
- dccp: CVE-2017-8824: use-after-free in DCCP code
Checksums-Sha1:
46a7f85d7262d8af38b4882a0c763cf4db58200f 397054 block-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
6a47cce3f0f2b9bc9b6a241cdd7cdcd598604804 319856 crypto-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
0c71e169c0d42434e1647fe1286287aa2e9bbfcf 4190 fat-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
dd8b1eb7c28ece676bef63273c24d27ee449f4c4 13604 fb-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
576eb838b63266a0e2811426224968bc5731ba30 64446 firewire-core-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
2663410cb8b021fba464327c19827a73a1786643 34758 floppy-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
e1980a19eafebe1445de92dc0223d26e78c115a9 1151750 fs-core-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
236ef5b29c97541e11f2b53c8c88d771047ddfa0 627098 fs-secondary-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
afcd1ba0480ed08b79c0d3a533077fa90c12d722 418356 input-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
f170760901e98a53353af5f0dc46bb332b94a9aa 56000 ipmi-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
a32a002a8d2cc207b533dc2bec0e0a499f020fab 224712 irda-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
cdf121c6837b4e4eba70d6befcf0ccfddddeed2b 8423380 kernel-image-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
c9dc8d514e332f417e6516b21194a709b5a16040 4402 linux-cloud-tools-4.13.0-33-dbgsym_4.13.0-33.36_amd64.ddeb
eeb7b8f15e278567886b42e8e05d4a1d5bb703ef 50124 linux-cloud-tools-4.13.0-33-generic_4.13.0-33.36_amd64.deb
3272a6caf729ffe6fba6746a20be5c25cad989ab 50130 linux-cloud-tools-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
9c3e95eb00ec1b55269852102b2e96680de65091 64580 linux-cloud-tools-4.13.0-33_4.13.0-33.36_amd64.deb
052a024dd1007c354cbdf48de6b91e95d777347b 56778 linux-cloud-tools-common_4.13.0-33.36_all.deb
b1ab9c723af316c7c2c6e2178cfb554984d82a3e 33652322 linux-doc_4.13.0-33.36_all.deb
87266f49aaa79d522cce2f122d6c85b05e77682d 731126 linux-headers-4.13.0-33-generic_4.13.0-33.36_amd64.deb
6c4f5ec4906f232cfbcbd5b9a1e1a710071caedd 730452 linux-headers-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
2e1413e4dce5ee6aba3676e199b64db6c4c97b1d 10913766 linux-headers-4.13.0-33_4.13.0-33.36_all.deb
2ef318ffa4ef327b753f4b08c2ef022400b5a64b 755665582 linux-image-4.13.0-33-generic-dbgsym_4.13.0-33.36_amd64.ddeb
45ba1475e0db11ce04b45fddbb920fcca9801c74 20936206 linux-image-4.13.0-33-generic_4.13.0-33.36_amd64.deb
60567940090d0d7164d0ef7d9ed583bd6e5ef548 755695538 linux-image-4.13.0-33-lowlatency-dbgsym_4.13.0-33.36_amd64.ddeb
974b9cf07828738f81852915e6d1a97ae6134d60 52781130 linux-image-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
33237baf79c24baf56ee8ccc65596fd5036dddc1 31748486 linux-image-extra-4.13.0-33-generic_4.13.0-33.36_amd64.deb
519763299d6434d85cc6e1c62224fa7c62073451 990206 linux-libc-dev_4.13.0-33.36_amd64.deb
bd925cde07d684e7373ca4e1903b7c759cde4920 125691010 linux-source-4.13.0_4.13.0-33.36_all.deb
93bd7bd80def3832b8ccfdb0c80ee6b67cbde8bd 4653112 linux-tools-4.13.0-33-dbgsym_4.13.0-33.36_amd64.ddeb
f17dfd15a5921472f7596d7a75b31c9ee076215f 50168 linux-tools-4.13.0-33-generic_4.13.0-33.36_amd64.deb
ac73522ff255456bd6abcdf2d5422ba7f2b28371 50178 linux-tools-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
a74839e075e3b9c82ec618c0bba5305f6945cf8b 1134688 linux-tools-4.13.0-33_4.13.0-33.36_amd64.deb
feed507ae3e69398b425438507eda44b3e573020 168594 linux-tools-common_4.13.0-33.36_all.deb
75d5425401a84d14e693f41e1de6eea194f653a8 934 linux-udebs-generic_4.13.0-33.36_amd64.udeb
f03c6e77a21b0ab884325a34fd06f09d96f2908b 31894 linux_4.13.0-33.36_amd64.buildinfo
08a124cb2e0cf59182d98474ea38aa0f9b458693 15052583 linux_4.13.0-33.36_amd64.tar.gz
db6d7458a09cd6c8d557f8060744aeddcef4300f 280698 md-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
5a611b3704fa8a0892ed4ef14faf37713e2c79ee 199368 message-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
c11e44c9833cca0c0de5cb0ceee23b0d95f5e73b 58156 mouse-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
4af452ebd0b519919cf3f6ad89041697215151b3 17908 multipath-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
abc017d569a22b39c93beef0922451f384b4e1bb 497224 nfs-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
b4d15dbd238afcc911631d836c0a17815f6dcfbd 5032462 nic-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
539dbe126a7e26cf9e093a0546c25b0da862f6aa 143028 nic-pcmcia-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
343a0f9e6167ad4da271fb20a907561bc7725acf 545230 nic-shared-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
2c681b65c376e5b85bcee885e1c2da6c960531d6 288502 nic-usb-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
349acee575cc8adc45e851657d76380306ab0ade 31316 parport-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
a7685e12455eefd4522f32b9d0c5132778abe195 121722 pata-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
ef83a6f59674d09cf9a0d37ca00c8c7e37b7c37e 63400 pcmcia-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
819af98165b74f32f3a90c392fdd912a7deba810 66258 pcmcia-storage-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
0f99c5380e4dc989702fc12a797b835df25fd373 8672 plip-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
344cd70a37cd5363a2f9c0fa27207215e395c7a3 24658 ppp-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
6e6fdc6ea01887719299744fc1a3fd568b19dd14 94576 sata-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
03a5a964fa5a7ad95000e6e2a8776c24c99cd97d 2475902 scsi-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
0df88ebf4f3a302fc46f89e7e80d56c6507eaaa3 84252 serial-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
3bbc378254c5f13a371916e6d21322ec3e5ae1b6 49580 storage-core-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
95540ac3dde79de91fc9ba04369e1c25d886f543 138366 usb-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
e612167b37b21010d5881c12b67e736e001b652c 102824 virtio-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
14260f733cf9151d81435f2be7407425f34ce889 25596 vlan-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
Checksums-Sha256:
599c8fc83976a67dad7f607fda32364ff7f2d752bcd8d600e0bd9a1dd748e314 397054 block-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
a86ce4459272ac271093a617a44e1f4052d9f6eefa14cc0f1b3bca5c7ee0e6a9 319856 crypto-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
7f983cda4bda7e22555bcdcacffd9d26305ec4c9f1ea90285517278d38d96465 4190 fat-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
ce73ef314ca7a9d1dccae039e2ac3dcd176487f403f8e757019eb08beef42b76 13604 fb-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
9b8bccfdbac0304d6ce280d51cc36cda7153211c3ae0ffb43f0e069bda021502 64446 firewire-core-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
ed96e8c2c2c38ed1f940c48072fe4c0378e2459bef097ebda74fdaaeb0b7c4fb 34758 floppy-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
f766f3121b04313923345e1492ec026a52b58339f2ecc5fd847832c6443c8712 1151750 fs-core-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
d67085bec8452a8f9be88faef1fac61fd8301f35fc23c6a19082033a26b0e0e3 627098 fs-secondary-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
25080c49d8a9ccee78c816a2c57343d91383e9e50e5830594c6185e44e9bf8fb 418356 input-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
60679911f0df744c9f75f8dbf48df95db41de5413ee7623a743b99f02b3b7ea9 56000 ipmi-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
b999d83aab6b55a790a7e305fdd08b96d9ce2d5f1b62bc279d35fc6c68fabcad 224712 irda-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
a1ff716c88179aa7f7374f3842192bb2e9a0b54782b825659c6e56700a51511d 8423380 kernel-image-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
78280a9ce2b7d060ef74f228f871218d17ef331f5f1244172ffc04c5ad89b981 4402 linux-cloud-tools-4.13.0-33-dbgsym_4.13.0-33.36_amd64.ddeb
bc64466f9b9c4ef184b0ae1ba45a03d577658bb6af2c6b51829617319d74c4bd 50124 linux-cloud-tools-4.13.0-33-generic_4.13.0-33.36_amd64.deb
f60136f8ae5185d9db49151b9b8baa43e1c76eaef2a712a40ccfe81fdd21fcdb 50130 linux-cloud-tools-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
4669aba8ac031209a0f3a9be69c1dc0f9b65be6276e7329e4f18f4c3098c9581 64580 linux-cloud-tools-4.13.0-33_4.13.0-33.36_amd64.deb
5057fe549df79ad969108f072b3ebe567a35f543bc2a9730cef1448689d1218e 56778 linux-cloud-tools-common_4.13.0-33.36_all.deb
a5488dd1adfb71f9b29d1c8da8320c7c6f466dcd9920fe3590b9110540331995 33652322 linux-doc_4.13.0-33.36_all.deb
e7ea4329414c7ece76d39f2f2a9417240ec48220093c2267fa6f65acba9375ec 731126 linux-headers-4.13.0-33-generic_4.13.0-33.36_amd64.deb
378a0f8b7a4dde1c47d57e6181e006a1dbe3337cb2f0353527c1ba9e139a9097 730452 linux-headers-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
bcec54382d17eff906b2c0206a0ece7ddf13c119771f9cebd0414e9011c9fe27 10913766 linux-headers-4.13.0-33_4.13.0-33.36_all.deb
776c87368c3c37b6ba00cc9444780cb1fe6771eeb630aad2b7c1714c9baefc67 755665582 linux-image-4.13.0-33-generic-dbgsym_4.13.0-33.36_amd64.ddeb
9c63658ffa483fba75fdf4f84ffb96838b91aa50abbb1fb05e800e6ff1bdcb79 20936206 linux-image-4.13.0-33-generic_4.13.0-33.36_amd64.deb
59258a6304ff78f2e64f0df05d59ed43f47ae3c3ec7a714dde3b2f4e55f6b3ec 755695538 linux-image-4.13.0-33-lowlatency-dbgsym_4.13.0-33.36_amd64.ddeb
f008fcdcd46d9d0d871bed38375d671e47b80446d72478c38e60fc1092130e14 52781130 linux-image-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
3ab0e8ec85c24129694b735705f2e79e88a230b57db7fe33824a03c578347e70 31748486 linux-image-extra-4.13.0-33-generic_4.13.0-33.36_amd64.deb
3bbf633f3a171865066cf639284eee70b08d96c7b6d382070a9c1fc0b17a5e17 990206 linux-libc-dev_4.13.0-33.36_amd64.deb
57bf814a82a1d3f0426d9bb0afdbb310331f06a182f520fde9a0fab393354ad9 125691010 linux-source-4.13.0_4.13.0-33.36_all.deb
aeb95081270d34205b72d3b39aa2258af402512274e22903ac418ca9d02316cc 4653112 linux-tools-4.13.0-33-dbgsym_4.13.0-33.36_amd64.ddeb
a91513aac1c8ebb7bcf8cd8d628879687cd2f4a5d085a8c4d1a35be49c5621fd 50168 linux-tools-4.13.0-33-generic_4.13.0-33.36_amd64.deb
0261230d5e85075e3f55bf2b788d493a007a607e3feb4134bdaddc66211c0ffb 50178 linux-tools-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
b65e6a597741de0ad1efc25b588c5abf24e5ecbe3b0ca06b8321654a8a255d72 1134688 linux-tools-4.13.0-33_4.13.0-33.36_amd64.deb
c8ff1d483db3a0a370258ea0002dfcfb14d4301df5a3a96f04f6383a20916e78 168594 linux-tools-common_4.13.0-33.36_all.deb
d4eaf9cfaff9f357630050d93a566890d1dbe3c09837da222d6942f54888c523 934 linux-udebs-generic_4.13.0-33.36_amd64.udeb
06dfba74f79bae1b70a291369d0b3572cd9843ec3ed7cc8c2aa705e5d4938586 31894 linux_4.13.0-33.36_amd64.buildinfo
ebc94078760e1481ce9803978e04d21cb7dae4ee0e64b491f6f04abc29fa6c17 15052583 linux_4.13.0-33.36_amd64.tar.gz
15021119127d5fe655605f6cf9ecadb3679dcbf93f60b07516d8a6c1b9adec5b 280698 md-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
362bca883a5f4a1ef497ff7cf446c3e6b410ee35265a85f81eeb8bbc13a71b84 199368 message-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
6a6e022a7a606113b33a093b84272eef394dd628b58c6926f4e2fa5259d1e7e4 58156 mouse-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
aaeb8e3aa16938c2cf8c2bb8ef1ebea4764a104a31e2ad283bf444669961196e 17908 multipath-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
325ec4d9c63fef9f0f28196d8108cfd1d96615db877e74922a382094a52b0db8 497224 nfs-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
432bd7f173fb63dc829a4864ca28cf463a559f6363b080f3f7f7d82ccf2e8eaf 5032462 nic-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
e8c44fcbf617cf58fb3e90943c4d199c01186011528be99f4ee8257692281217 143028 nic-pcmcia-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
7ab5ff64bf28314024ef1988e44a96103799c2c089be4c2098a4401f78afad64 545230 nic-shared-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
35be6cc6b13c2636657309882385b5322cffc784b42c08796eee57d0a47b9df6 288502 nic-usb-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
3ab2dd3b3248e56c4e427b1885ce8181eaace8620c3d0479dc6ce2846eab95bf 31316 parport-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
6fe2b16606a05258b1495dca00359d6ac13150340a247fd705cbd8db5f688b87 121722 pata-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
7a3f6d6d5226ca29412d6180b7d75ea20968f4fbe5eef895bcf9055831eaca77 63400 pcmcia-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
35fa754589c81517ae6add61223b7d8ed94d4ab3da1e8a2dc292ea424899df85 66258 pcmcia-storage-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
ee9cd2d1ea09af87cb6792a5482330787f50ed52fcda4b977dbbaacd7daff53d 8672 plip-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
8c87889107f0223f8e63006a62e46c1db82fc8864111b5a052651957bf1ebca5 24658 ppp-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
9c023ee886dd6e9061c2d60ad59a2f759485876973601fac84a35c34330b1bbf 94576 sata-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
df0b443c4b1c3fd65fcdbdc57a20adcf60de94f0e6c372782adb1d776258f7ad 2475902 scsi-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
bb1c6829a99f9a0b4b6e1f343490508787666f6cfca2fc35c44b6b6f81cc87cd 84252 serial-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
51b4646e342246d1e5042a0eebd6b75655f7a329e8e549f38b38cf9440bab8fb 49580 storage-core-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
9e0f5491645ae14a75e97494fb17d5021e4e480017bb13c6967b35de3eff0df0 138366 usb-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
eb6ba1281f83dacd55098a1cee216038d40cd692a75bc2a5a6187ce0776bf825 102824 virtio-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
f543a488d801804839b0104f68d0b5216fe7e15bb7fb024cb7ab545be14c2f09 25596 vlan-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
Files:
05002c07cb4f6174d9323a659a6846a8 397054 debian-installer standard block-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
b788db18e65a7fca7179a4929032c443 319856 debian-installer extra crypto-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
ea979ca507e896d4dddc40dd6950b297 4190 debian-installer standard fat-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
271553f2455fb6a6f41ef638951a4557 13604 debian-installer standard fb-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
43c70b6e9d758cf5d39700272805a96b 64446 debian-installer standard firewire-core-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
7ccf89624c467eac7f20d2575a9b6379 34758 debian-installer standard floppy-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
2b0045fa7d469c8555c30db55e74fb74 1151750 debian-installer standard fs-core-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
43728a9fc602f03162a8fcee6e6402c6 627098 debian-installer standard fs-secondary-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
c0700fbd07e3c6587b5e2f6de47cb909 418356 debian-installer standard input-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
612a794fd78d1c1ffe556eee10314d9a 56000 debian-installer standard ipmi-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
7bab9d4df699a5c05e0988e80e9c5cdc 224712 debian-installer standard irda-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
f4c7aaf90252fcb74213b61ce388bb75 8423380 debian-installer optional kernel-image-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
01c034b01f7b5d1e65a3f4172d3f7d0c 4402 debug extra linux-cloud-tools-4.13.0-33-dbgsym_4.13.0-33.36_amd64.ddeb
861245643ed1c68978a1a9cb6f929d82 50124 devel optional linux-cloud-tools-4.13.0-33-generic_4.13.0-33.36_amd64.deb
ad95c2da5227410fe153b69370544994 50130 devel optional linux-cloud-tools-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
c52c927e94362755ada478c9828e4e36 64580 devel optional linux-cloud-tools-4.13.0-33_4.13.0-33.36_amd64.deb
0c91defd1b9b0a5753ce3e8f13ff679d 56778 kernel optional linux-cloud-tools-common_4.13.0-33.36_all.deb
d7f71a068c7e5ade1d1d8a8010b0c2cc 33652322 doc optional linux-doc_4.13.0-33.36_all.deb
502e7acea341f3d887a1af1db05a390d 731126 devel optional linux-headers-4.13.0-33-generic_4.13.0-33.36_amd64.deb
d336d5c35685cc3d6591fcb855aaa0f4 730452 devel optional linux-headers-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
cc64062deb8139436e14e663edc69d90 10913766 devel optional linux-headers-4.13.0-33_4.13.0-33.36_all.deb
74d446baf73987be3ad1b35f50fbc449 755665582 devel optional linux-image-4.13.0-33-generic-dbgsym_4.13.0-33.36_amd64.ddeb
67e26f15b0839820dcf7cc89e8688b66 20936206 kernel optional linux-image-4.13.0-33-generic_4.13.0-33.36_amd64.deb
934aeca4bf9e007fe88912c0e1492728 755695538 devel optional linux-image-4.13.0-33-lowlatency-dbgsym_4.13.0-33.36_amd64.ddeb
5d36cbb0f205e6568d2f51dd39a9431a 52781130 kernel optional linux-image-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
09a7d2b23ec711e3448521fb3082789b 31748486 kernel optional linux-image-extra-4.13.0-33-generic_4.13.0-33.36_amd64.deb
fa7209225568f11521ae241f4594374f 990206 devel optional linux-libc-dev_4.13.0-33.36_amd64.deb
04c93216f358af117744e49e2ea11a1c 125691010 devel optional linux-source-4.13.0_4.13.0-33.36_all.deb
81b370a18726558a9db23cb98434d5b8 4653112 debug extra linux-tools-4.13.0-33-dbgsym_4.13.0-33.36_amd64.ddeb
404010ece28c8b03c11adc11f63c7fa3 50168 devel optional linux-tools-4.13.0-33-generic_4.13.0-33.36_amd64.deb
ea75a597c2c9b0586dcb90e42b03fcd2 50178 devel optional linux-tools-4.13.0-33-lowlatency_4.13.0-33.36_amd64.deb
69c14533ef0532bd3dc95cf9bf5404ed 1134688 devel optional linux-tools-4.13.0-33_4.13.0-33.36_amd64.deb
2a80e11732452e80b5a1e8f65349400e 168594 kernel optional linux-tools-common_4.13.0-33.36_all.deb
f81184cb9f785bce22f7ccf1d9d8804d 934 debian-installer optional linux-udebs-generic_4.13.0-33.36_amd64.udeb
3aaa3ef624eb204ebfc11f2651689160 31894 devel optional linux_4.13.0-33.36_amd64.buildinfo
7f460d3ae88cc9d28940e2c81678b841 15052583 raw-uefi - linux_4.13.0-33.36_amd64.tar.gz
6f85d90a14eaf7ee3e4aaf558ee80c89 280698 debian-installer standard md-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
f1bdebd0583e3463b340e0dc3970cbfc 199368 debian-installer standard message-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
ce833a76808a4ae1312460ebbbdd546e 58156 debian-installer extra mouse-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
2fe87f68d99ff771b581abd2bf77663d 17908 debian-installer extra multipath-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
8a399d45cf331394f30f6bb4e4e2e5e5 497224 debian-installer standard nfs-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
1fadc10e8c802887d395dd8a24837376 5032462 debian-installer standard nic-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
fa62aadfe2b48b784bc0730b059b2ac4 143028 debian-installer standard nic-pcmcia-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
bfd6530549ea8c15f431666a8b9d715d 545230 debian-installer standard nic-shared-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
0f9786110153b099830df49a36b11f05 288502 debian-installer standard nic-usb-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
08f3d65a079ee13d1e24b07f3c64c3c9 31316 debian-installer standard parport-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
060ea8e3e0a886cf08c9ec5df54637c4 121722 debian-installer standard pata-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
3435ec5ba9ff7f5baeb470dc299975b7 63400 debian-installer standard pcmcia-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
a3b31f4b1407bfb7d8a7033a432edab5 66258 debian-installer standard pcmcia-storage-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
28ca7cbb0ebf1f1c5369cd1627f6dd1e 8672 debian-installer standard plip-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
0f012eecbb5f35feaf0c28af2564991e 24658 debian-installer standard ppp-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
ec110e79f3d1947aebad40514a71e218 94576 debian-installer standard sata-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
c4eaf397abb2164bf4715e27b7cea9b7 2475902 debian-installer standard scsi-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
22d65e5397dbc9e0038f351276a70a76 84252 debian-installer standard serial-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
71080849b845976262f93b79a00a02af 49580 debian-installer standard storage-core-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
568e0380bb030a896b93cec9cb9e3fd6 138366 debian-installer standard usb-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
63d800e7f299ddef3c4e9148a58eef59 102824 debian-installer standard virtio-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
b0b52b63ff876f9e0747d0fd0a43a4ea 25596 debian-installer extra vlan-modules-4.13.0-33-generic-di_4.13.0-33.36_amd64.udeb
Package-Type: udeb
More information about the Artful-changes
mailing list