diff --git a/Documentation/devicetree/bindings/hwmon/jc42.txt b/Documentation/devicetree/bindings/hwmon/jc42.txt index 07a250498fbb4cccb3210a418c572907d8310c43..f569db58f64a100b6c72e1053ce443b77ae102c2 100644 --- a/Documentation/devicetree/bindings/hwmon/jc42.txt +++ b/Documentation/devicetree/bindings/hwmon/jc42.txt @@ -34,6 +34,10 @@ Required properties: - reg: I2C address +Optional properties: +- smbus-timeout-disable: When set, the smbus timeout function will be disabled. + This is not supported on all chips. + Example: temp-sensor@1a { diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt index 6ca6b9e582a0e803ee85ef15972448a5be2cfda5..d740989eb56981cbce66e2cd6930481d452f1f97 100644 --- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt @@ -20,16 +20,16 @@ Required Properties: (CMT1 on sh73a0 and r8a7740) This is a fallback for the above renesas,cmt-48-* entries. - - "renesas,cmt0-r8a73a4" for the 32-bit CMT0 device included in r8a73a4. - - "renesas,cmt1-r8a73a4" for the 48-bit CMT1 device included in r8a73a4. - - "renesas,cmt0-r8a7790" for the 32-bit CMT0 device included in r8a7790. - - "renesas,cmt1-r8a7790" for the 48-bit CMT1 device included in r8a7790. - - "renesas,cmt0-r8a7791" for the 32-bit CMT0 device included in r8a7791. - - "renesas,cmt1-r8a7791" for the 48-bit CMT1 device included in r8a7791. - - "renesas,cmt0-r8a7793" for the 32-bit CMT0 device included in r8a7793. - - "renesas,cmt1-r8a7793" for the 48-bit CMT1 device included in r8a7793. - - "renesas,cmt0-r8a7794" for the 32-bit CMT0 device included in r8a7794. - - "renesas,cmt1-r8a7794" for the 48-bit CMT1 device included in r8a7794. + - "renesas,r8a73a4-cmt0" for the 32-bit CMT0 device included in r8a73a4. + - "renesas,r8a73a4-cmt1" for the 48-bit CMT1 device included in r8a73a4. + - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790. + - "renesas,r8a7790-cmt1" for the 48-bit CMT1 device included in r8a7790. + - "renesas,r8a7791-cmt0" for the 32-bit CMT0 device included in r8a7791. + - "renesas,r8a7791-cmt1" for the 48-bit CMT1 device included in r8a7791. + - "renesas,r8a7793-cmt0" for the 32-bit CMT0 device included in r8a7793. + - "renesas,r8a7793-cmt1" for the 48-bit CMT1 device included in r8a7793. + - "renesas,r8a7794-cmt0" for the 32-bit CMT0 device included in r8a7794. + - "renesas,r8a7794-cmt1" for the 48-bit CMT1 device included in r8a7794. - "renesas,rcar-gen2-cmt0" for 32-bit CMT0 devices included in R-Car Gen2. - "renesas,rcar-gen2-cmt1" for 48-bit CMT1 devices included in R-Car Gen2. @@ -46,7 +46,7 @@ Required Properties: Example: R8A7790 (R-Car H2) CMT0 and CMT1 nodes cmt0: timer@ffca0000 { - compatible = "renesas,cmt0-r8a7790", "renesas,rcar-gen2-cmt0"; + compatible = "renesas,r8a7790-cmt0", "renesas,rcar-gen2-cmt0"; reg = <0 0xffca0000 0 0x1004>; interrupts = <0 142 IRQ_TYPE_LEVEL_HIGH>, <0 142 IRQ_TYPE_LEVEL_HIGH>; @@ -55,7 +55,7 @@ Example: R8A7790 (R-Car H2) CMT0 and CMT1 nodes }; cmt1: timer@e6130000 { - compatible = "renesas,cmt1-r8a7790", "renesas,rcar-gen2-cmt1"; + compatible = "renesas,r8a7790-cmt1", "renesas,rcar-gen2-cmt1"; reg = <0 0xe6130000 0 0x1004>; interrupts = <0 120 IRQ_TYPE_LEVEL_HIGH>, <0 121 IRQ_TYPE_LEVEL_HIGH>, diff --git a/Documentation/devicetree/bindings/usb/usb-device.txt b/Documentation/devicetree/bindings/usb/usb-device.txt index ce02cebac26afdc80d99600725b3aaec24cb01e9..464ddf7b509a5a97dfb5f887dea96cf8953457b8 100644 --- a/Documentation/devicetree/bindings/usb/usb-device.txt +++ b/Documentation/devicetree/bindings/usb/usb-device.txt @@ -11,7 +11,7 @@ Required properties: be used, but a device adhering to this binding may leave out all except for usbVID,PID. - reg: the port number which this device is connecting to, the range - is 1-31. + is 1-255. Example: diff --git a/Makefile b/Makefile index 75d89dc2b94ac87a028b81628fde644b82b73bcc..39d7af0165a8fdad1fbb7544452a274d960e8a1a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 14 -SUBLEVEL = 2 +SUBLEVEL = 7 EXTRAVERSION = NAME = Petit Gorille @@ -373,9 +373,6 @@ LDFLAGS_MODULE = CFLAGS_KERNEL = AFLAGS_KERNEL = LDFLAGS_vmlinux = -CFLAGS_GCOV := -fprofile-arcs -ftest-coverage -fno-tree-loop-im $(call cc-disable-warning,maybe-uninitialized,) -CFLAGS_KCOV := $(call cc-option,-fsanitize-coverage=trace-pc,) - # Use USERINCLUDE when you must reference the UAPI directories only. USERINCLUDE := \ @@ -394,21 +391,19 @@ LINUXINCLUDE := \ -I$(objtree)/include \ $(USERINCLUDE) -KBUILD_CPPFLAGS := -D__KERNEL__ - +KBUILD_AFLAGS := -D__ASSEMBLY__ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common -fshort-wchar \ -Werror-implicit-function-declaration \ -Wno-format-security \ - -std=gnu89 $(call cc-option,-fno-PIE) - - + -std=gnu89 +KBUILD_CPPFLAGS := -D__KERNEL__ KBUILD_AFLAGS_KERNEL := KBUILD_CFLAGS_KERNEL := -KBUILD_AFLAGS := -D__ASSEMBLY__ $(call cc-option,-fno-PIE) KBUILD_AFLAGS_MODULE := -DMODULE KBUILD_CFLAGS_MODULE := -DMODULE KBUILD_LDFLAGS_MODULE := -T $(srctree)/scripts/module-common.lds +GCC_PLUGINS_CFLAGS := # Read KERNELRELEASE from include/config/kernel.release (if it exists) KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null) @@ -421,7 +416,7 @@ export MAKE AWK GENKSYMS INSTALLKERNEL PERL PYTHON UTS_MACHINE export HOSTCXX HOSTCXXFLAGS LDFLAGS_MODULE CHECK CHECKFLAGS export KBUILD_CPPFLAGS NOSTDINC_FLAGS LINUXINCLUDE OBJCOPYFLAGS LDFLAGS -export KBUILD_CFLAGS CFLAGS_KERNEL CFLAGS_MODULE CFLAGS_GCOV CFLAGS_KCOV CFLAGS_KASAN CFLAGS_UBSAN +export KBUILD_CFLAGS CFLAGS_KERNEL CFLAGS_MODULE CFLAGS_KASAN CFLAGS_UBSAN export KBUILD_AFLAGS AFLAGS_KERNEL AFLAGS_MODULE export KBUILD_AFLAGS_MODULE KBUILD_CFLAGS_MODULE KBUILD_LDFLAGS_MODULE export KBUILD_AFLAGS_KERNEL KBUILD_CFLAGS_KERNEL @@ -622,6 +617,12 @@ endif # Defaults to vmlinux, but the arch makefile usually adds further targets all: vmlinux +KBUILD_CFLAGS += $(call cc-option,-fno-PIE) +KBUILD_AFLAGS += $(call cc-option,-fno-PIE) +CFLAGS_GCOV := -fprofile-arcs -ftest-coverage -fno-tree-loop-im $(call cc-disable-warning,maybe-uninitialized,) +CFLAGS_KCOV := $(call cc-option,-fsanitize-coverage=trace-pc,) +export CFLAGS_GCOV CFLAGS_KCOV + # The arch Makefile can set ARCH_{CPP,A,C}FLAGS to override the default # values of the respective KBUILD_* variables ARCH_CPPFLAGS := diff --git a/arch/Kconfig b/arch/Kconfig index 057370a0ac4ec7cf133f6f4c2ee9106a1d576958..400b9e1b2f275d2f253a54087c137bedf0a491ea 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -91,7 +91,7 @@ config STATIC_KEYS_SELFTEST config OPTPROBES def_bool y depends on KPROBES && HAVE_OPTPROBES - depends on !PREEMPT + select TASKS_RCU if PREEMPT config KPROBES_ON_FTRACE def_bool y diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 8bf0d89cdd355cf0c9484335476e08fb0fca1b5e..2e516f4985e4cd2e470f8ddb0195a34821a1d09d 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -433,15 +433,6 @@ gpt: timer@53fa0000 { clock-names = "ipg", "per"; }; - srtc: srtc@53fa4000 { - compatible = "fsl,imx53-rtc", "fsl,imx25-rtc"; - reg = <0x53fa4000 0x4000>; - interrupts = <24>; - interrupt-parent = <&tzic>; - clocks = <&clks IMX5_CLK_SRTC_GATE>; - clock-names = "ipg"; - }; - iomuxc: iomuxc@53fa8000 { compatible = "fsl,imx53-iomuxc"; reg = <0x53fa8000 0x4000>; diff --git a/arch/arm/include/asm/assembler.h b/arch/arm/include/asm/assembler.h index ad301f107dd286cff4432b8cc0284ff5976eec54..bc8d4bbd82e27719a990c7972fd77bfca9dc7aef 100644 --- a/arch/arm/include/asm/assembler.h +++ b/arch/arm/include/asm/assembler.h @@ -518,4 +518,22 @@ THUMB( orr \reg , \reg , #PSR_T_BIT ) #endif .endm + .macro bug, msg, line +#ifdef CONFIG_THUMB2_KERNEL +1: .inst 0xde02 +#else +1: .inst 0xe7f001f2 +#endif +#ifdef CONFIG_DEBUG_BUGVERBOSE + .pushsection .rodata.str, "aMS", %progbits, 1 +2: .asciz "\msg" + .popsection + .pushsection __bug_table, "aw" + .align 2 + .word 1b, 2b + .hword \line + .popsection +#endif + .endm + #endif /* __ASM_ASSEMBLER_H__ */ diff --git a/arch/arm/include/asm/kvm_arm.h b/arch/arm/include/asm/kvm_arm.h index c8781450905be94995e0df72aeb3cc722afd1b60..3ab8b3781bfeca7264989b813209a99d115d35f2 100644 --- a/arch/arm/include/asm/kvm_arm.h +++ b/arch/arm/include/asm/kvm_arm.h @@ -161,8 +161,7 @@ #else #define VTTBR_X (5 - KVM_T0SZ) #endif -#define VTTBR_BADDR_SHIFT (VTTBR_X - 1) -#define VTTBR_BADDR_MASK (((_AC(1, ULL) << (40 - VTTBR_X)) - 1) << VTTBR_BADDR_SHIFT) +#define VTTBR_BADDR_MASK (((_AC(1, ULL) << (40 - VTTBR_X)) - 1) << VTTBR_X) #define VTTBR_VMID_SHIFT _AC(48, ULL) #define VTTBR_VMID_MASK(size) (_AT(u64, (1 << size) - 1) << VTTBR_VMID_SHIFT) diff --git a/arch/arm/kernel/entry-header.S b/arch/arm/kernel/entry-header.S index d523cd8439a3df250ec514e2137ba5754c157ffa..0f07579af472c8ec869c5d87fd8d1e105a24dcba 100644 --- a/arch/arm/kernel/entry-header.S +++ b/arch/arm/kernel/entry-header.S @@ -300,6 +300,8 @@ mov r2, sp ldr r1, [r2, #\offset + S_PSR] @ get calling cpsr ldr lr, [r2, #\offset + S_PC]! @ get pc + tst r1, #PSR_I_BIT | 0x0f + bne 1f msr spsr_cxsf, r1 @ save in spsr_svc #if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_32v6K) @ We must avoid clrex due to Cortex-A15 erratum #830321 @@ -314,6 +316,7 @@ @ after ldm {}^ add sp, sp, #\offset + PT_REGS_SIZE movs pc, lr @ return & move spsr_svc into cpsr +1: bug "Returning to usermode but unexpected PSR bits set?", \@ #elif defined(CONFIG_CPU_V7M) @ V7M restore. @ Note that we don't need to do clrex here as clearing the local @@ -329,6 +332,8 @@ ldr r1, [sp, #\offset + S_PSR] @ get calling cpsr ldr lr, [sp, #\offset + S_PC] @ get pc add sp, sp, #\offset + S_SP + tst r1, #PSR_I_BIT | 0x0f + bne 1f msr spsr_cxsf, r1 @ save in spsr_svc @ We must avoid clrex due to Cortex-A15 erratum #830321 @@ -341,6 +346,7 @@ .endif add sp, sp, #PT_REGS_SIZE - S_SP movs pc, lr @ return & move spsr_svc into cpsr +1: bug "Returning to usermode but unexpected PSR bits set?", \@ #endif /* !CONFIG_THUMB2_KERNEL */ .endm diff --git a/arch/arm/mm/dump.c b/arch/arm/mm/dump.c index 35ff45470dbfd5bac025eb149294307ab6ef2b7d..fc3b44028cfb22fb140ad75b621cf690c94e5a43 100644 --- a/arch/arm/mm/dump.c +++ b/arch/arm/mm/dump.c @@ -129,8 +129,8 @@ static const struct prot_bits section_bits[] = { .val = PMD_SECT_USER, .set = "USR", }, { - .mask = L_PMD_SECT_RDONLY, - .val = L_PMD_SECT_RDONLY, + .mask = L_PMD_SECT_RDONLY | PMD_SECT_AP2, + .val = L_PMD_SECT_RDONLY | PMD_SECT_AP2, .set = "ro", .clear = "RW", #elif __LINUX_ARM_ARCH__ >= 6 diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index ad80548325fe9a6694641c722f00d1b29bd5bf3e..0f6d1537f3301d33a53e8a53aab89dfe6f78982f 100644 --- a/arch/arm/mm/init.c +++ b/arch/arm/mm/init.c @@ -639,8 +639,8 @@ static struct section_perm ro_perms[] = { .start = (unsigned long)_stext, .end = (unsigned long)__init_begin, #ifdef CONFIG_ARM_LPAE - .mask = ~L_PMD_SECT_RDONLY, - .prot = L_PMD_SECT_RDONLY, + .mask = ~(L_PMD_SECT_RDONLY | PMD_SECT_AP2), + .prot = L_PMD_SECT_RDONLY | PMD_SECT_AP2, #else .mask = ~(PMD_SECT_APX | PMD_SECT_AP_WRITE), .prot = PMD_SECT_APX | PMD_SECT_AP_WRITE, diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index 939b310913cf38cd7ca3136128fb5440340d7d12..3eb4397150df8cb3ce1d60c69f4efb727377ba23 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -77,9 +77,6 @@ endif ifeq ($(CONFIG_ARM64_MODULE_PLTS),y) KBUILD_LDFLAGS_MODULE += -T $(srctree)/arch/arm64/kernel/module.lds -ifeq ($(CONFIG_DYNAMIC_FTRACE),y) -KBUILD_LDFLAGS_MODULE += $(objtree)/arch/arm64/kernel/ftrace-mod.o -endif endif # Default value diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index d8dd3298b15cfe5a37d653b8c6d5d39f5ca8c008..fb8d76a17bc5d42fe7a00650de9372868feeb8c6 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -49,6 +49,14 @@ / { compatible = "amlogic,meson-gxl"; + + reserved-memory { + /* Alternate 3 MiB reserved for ARM Trusted Firmware (BL31) */ + secmon_reserved_alt: secmon@05000000 { + reg = <0x0 0x05000000 0x0 0x300000>; + no-map; + }; + }; }; ðmac { diff --git a/arch/arm64/include/asm/compat.h b/arch/arm64/include/asm/compat.h index e39d487bf7243850164cd22171837c9f9340cf3e..a3c7f271ad4c79dc982597b4ff99edcf01400abd 100644 --- a/arch/arm64/include/asm/compat.h +++ b/arch/arm64/include/asm/compat.h @@ -215,7 +215,6 @@ typedef struct compat_siginfo { } compat_siginfo_t; #define COMPAT_OFF_T_MAX 0x7fffffff -#define COMPAT_LOFF_T_MAX 0x7fffffffffffffffL /* * A pointer passed in from user mode. This should not diff --git a/arch/arm64/include/asm/efi.h b/arch/arm64/include/asm/efi.h index 650344d01124971d98819116b7e657c7fce7c6f4..c4cd5081d78bc4b66e34f3c283d9b1f6ba48518c 100644 --- a/arch/arm64/include/asm/efi.h +++ b/arch/arm64/include/asm/efi.h @@ -132,11 +132,9 @@ static inline void efi_set_pgd(struct mm_struct *mm) * Defer the switch to the current thread's TTBR0_EL1 * until uaccess_enable(). Restore the current * thread's saved ttbr0 corresponding to its active_mm - * (if different from init_mm). */ cpu_set_reserved_ttbr0(); - if (current->active_mm != &init_mm) - update_saved_ttbr0(current, current->active_mm); + update_saved_ttbr0(current, current->active_mm); } } } diff --git a/arch/arm64/include/asm/kvm_arm.h b/arch/arm64/include/asm/kvm_arm.h index 61d694c2eae5bc6b81e103a0b52affa61c164d80..555d463c0eaadc4633202bbb5aac31bf6d71271d 100644 --- a/arch/arm64/include/asm/kvm_arm.h +++ b/arch/arm64/include/asm/kvm_arm.h @@ -170,8 +170,7 @@ #define VTCR_EL2_FLAGS (VTCR_EL2_COMMON_BITS | VTCR_EL2_TGRAN_FLAGS) #define VTTBR_X (VTTBR_X_TGRAN_MAGIC - VTCR_EL2_T0SZ_IPA) -#define VTTBR_BADDR_SHIFT (VTTBR_X - 1) -#define VTTBR_BADDR_MASK (((UL(1) << (PHYS_MASK_SHIFT - VTTBR_X)) - 1) << VTTBR_BADDR_SHIFT) +#define VTTBR_BADDR_MASK (((UL(1) << (PHYS_MASK_SHIFT - VTTBR_X)) - 1) << VTTBR_X) #define VTTBR_VMID_SHIFT (UL(48)) #define VTTBR_VMID_MASK(size) (_AT(u64, (1 << size) - 1) << VTTBR_VMID_SHIFT) diff --git a/arch/arm64/include/asm/mmu_context.h b/arch/arm64/include/asm/mmu_context.h index 3257895a9b5e413c7c69c9d3cdb2fa23ec030592..9d155fa9a50791af293916cfdc1ede087f850c6d 100644 --- a/arch/arm64/include/asm/mmu_context.h +++ b/arch/arm64/include/asm/mmu_context.h @@ -156,29 +156,21 @@ void check_and_switch_context(struct mm_struct *mm, unsigned int cpu); #define init_new_context(tsk,mm) ({ atomic64_set(&(mm)->context.id, 0); 0; }) -/* - * This is called when "tsk" is about to enter lazy TLB mode. - * - * mm: describes the currently active mm context - * tsk: task which is entering lazy tlb - * cpu: cpu number which is entering lazy tlb - * - * tsk->mm will be NULL - */ -static inline void -enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) -{ -} - #ifdef CONFIG_ARM64_SW_TTBR0_PAN static inline void update_saved_ttbr0(struct task_struct *tsk, struct mm_struct *mm) { - if (system_uses_ttbr0_pan()) { - BUG_ON(mm->pgd == swapper_pg_dir); - task_thread_info(tsk)->ttbr0 = - virt_to_phys(mm->pgd) | ASID(mm) << 48; - } + u64 ttbr; + + if (!system_uses_ttbr0_pan()) + return; + + if (mm == &init_mm) + ttbr = __pa_symbol(empty_zero_page); + else + ttbr = virt_to_phys(mm->pgd) | ASID(mm) << 48; + + task_thread_info(tsk)->ttbr0 = ttbr; } #else static inline void update_saved_ttbr0(struct task_struct *tsk, @@ -187,6 +179,16 @@ static inline void update_saved_ttbr0(struct task_struct *tsk, } #endif +static inline void +enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) +{ + /* + * We don't actually care about the ttbr0 mapping, so point it at the + * zero page. + */ + update_saved_ttbr0(tsk, &init_mm); +} + static inline void __switch_mm(struct mm_struct *next) { unsigned int cpu = smp_processor_id(); @@ -214,11 +216,9 @@ switch_mm(struct mm_struct *prev, struct mm_struct *next, * Update the saved TTBR0_EL1 of the scheduled-in task as the previous * value may have not been initialised yet (activate_mm caller) or the * ASID has changed since the last run (following the context switch - * of another thread of the same process). Avoid setting the reserved - * TTBR0_EL1 to swapper_pg_dir (init_mm; e.g. via idle_task_exit). + * of another thread of the same process). */ - if (next != &init_mm) - update_saved_ttbr0(tsk, next); + update_saved_ttbr0(tsk, next); } #define deactivate_mm(tsk,mm) do { } while (0) diff --git a/arch/arm64/include/asm/module.h b/arch/arm64/include/asm/module.h index 19bd97671bb8d4e78a2a3d46ef890fa06a8092fe..4f766178fa6ff3184963c1caaccaf646fd91a4a2 100644 --- a/arch/arm64/include/asm/module.h +++ b/arch/arm64/include/asm/module.h @@ -32,7 +32,7 @@ struct mod_arch_specific { struct mod_plt_sec init; /* for CONFIG_DYNAMIC_FTRACE */ - void *ftrace_trampoline; + struct plt_entry *ftrace_trampoline; }; #endif @@ -45,4 +45,48 @@ extern u64 module_alloc_base; #define module_alloc_base ((u64)_etext - MODULES_VSIZE) #endif +struct plt_entry { + /* + * A program that conforms to the AArch64 Procedure Call Standard + * (AAPCS64) must assume that a veneer that alters IP0 (x16) and/or + * IP1 (x17) may be inserted at any branch instruction that is + * exposed to a relocation that supports long branches. Since that + * is exactly what we are dealing with here, we are free to use x16 + * as a scratch register in the PLT veneers. + */ + __le32 mov0; /* movn x16, #0x.... */ + __le32 mov1; /* movk x16, #0x...., lsl #16 */ + __le32 mov2; /* movk x16, #0x...., lsl #32 */ + __le32 br; /* br x16 */ +}; + +static inline struct plt_entry get_plt_entry(u64 val) +{ + /* + * MOVK/MOVN/MOVZ opcode: + * +--------+------------+--------+-----------+-------------+---------+ + * | sf[31] | opc[30:29] | 100101 | hw[22:21] | imm16[20:5] | Rd[4:0] | + * +--------+------------+--------+-----------+-------------+---------+ + * + * Rd := 0x10 (x16) + * hw := 0b00 (no shift), 0b01 (lsl #16), 0b10 (lsl #32) + * opc := 0b11 (MOVK), 0b00 (MOVN), 0b10 (MOVZ) + * sf := 1 (64-bit variant) + */ + return (struct plt_entry){ + cpu_to_le32(0x92800010 | (((~val ) & 0xffff)) << 5), + cpu_to_le32(0xf2a00010 | ((( val >> 16) & 0xffff)) << 5), + cpu_to_le32(0xf2c00010 | ((( val >> 32) & 0xffff)) << 5), + cpu_to_le32(0xd61f0200) + }; +} + +static inline bool plt_entries_equal(const struct plt_entry *a, + const struct plt_entry *b) +{ + return a->mov0 == b->mov0 && + a->mov1 == b->mov1 && + a->mov2 == b->mov2; +} + #endif /* __ASM_MODULE_H */ diff --git a/arch/arm64/include/asm/pgtable.h b/arch/arm64/include/asm/pgtable.h index b46e54c2399b58b6451ea9dacc5c033115b05c64..c9530b5b5ca836cbe23216d664e3ea9939d3b126 100644 --- a/arch/arm64/include/asm/pgtable.h +++ b/arch/arm64/include/asm/pgtable.h @@ -98,6 +98,8 @@ extern unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)]; ((pte_val(pte) & (PTE_VALID | PTE_USER | PTE_UXN)) == (PTE_VALID | PTE_UXN)) #define pte_valid_young(pte) \ ((pte_val(pte) & (PTE_VALID | PTE_AF)) == (PTE_VALID | PTE_AF)) +#define pte_valid_user(pte) \ + ((pte_val(pte) & (PTE_VALID | PTE_USER)) == (PTE_VALID | PTE_USER)) /* * Could the pte be present in the TLB? We must check mm_tlb_flush_pending @@ -107,6 +109,18 @@ extern unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)]; #define pte_accessible(mm, pte) \ (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid_young(pte)) +/* + * p??_access_permitted() is true for valid user mappings (subject to the + * write permission check) other than user execute-only which do not have the + * PTE_USER bit set. PROT_NONE mappings do not have the PTE_VALID bit set. + */ +#define pte_access_permitted(pte, write) \ + (pte_valid_user(pte) && (!(write) || pte_write(pte))) +#define pmd_access_permitted(pmd, write) \ + (pte_access_permitted(pmd_pte(pmd), (write))) +#define pud_access_permitted(pud, write) \ + (pte_access_permitted(pud_pte(pud), (write))) + static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) { pte_val(pte) &= ~pgprot_val(prot); diff --git a/arch/arm64/kernel/Makefile b/arch/arm64/kernel/Makefile index 0029e13adb596a6e470159f8e1682f5e5c7e1917..2f5ff2a65db3f4624e239f05985055f457413057 100644 --- a/arch/arm64/kernel/Makefile +++ b/arch/arm64/kernel/Makefile @@ -63,6 +63,3 @@ extra-y += $(head-y) vmlinux.lds ifeq ($(CONFIG_DEBUG_EFI),y) AFLAGS_head.o += -DVMLINUX_PATH="\"$(realpath $(objtree)/vmlinux)\"" endif - -# will be included by each individual module but not by the core kernel itself -extra-$(CONFIG_DYNAMIC_FTRACE) += ftrace-mod.o diff --git a/arch/arm64/kernel/ftrace-mod.S b/arch/arm64/kernel/ftrace-mod.S deleted file mode 100644 index 00c4025be4ff83d45a8d04ab6e1bcbdf49d4200e..0000000000000000000000000000000000000000 --- a/arch/arm64/kernel/ftrace-mod.S +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (C) 2017 Linaro Ltd - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ - -#include -#include - - .section ".text.ftrace_trampoline", "ax" - .align 3 -0: .quad 0 -__ftrace_trampoline: - ldr x16, 0b - br x16 -ENDPROC(__ftrace_trampoline) diff --git a/arch/arm64/kernel/ftrace.c b/arch/arm64/kernel/ftrace.c index c13b1fca0e5baff4f95c280b523dd3da01ec2533..50986e388d2b27e92f6984914af4ce756ea0ee46 100644 --- a/arch/arm64/kernel/ftrace.c +++ b/arch/arm64/kernel/ftrace.c @@ -76,7 +76,7 @@ int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) if (offset < -SZ_128M || offset >= SZ_128M) { #ifdef CONFIG_ARM64_MODULE_PLTS - unsigned long *trampoline; + struct plt_entry trampoline; struct module *mod; /* @@ -104,22 +104,24 @@ int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) * is added in the future, but for now, the pr_err() below * deals with a theoretical issue only. */ - trampoline = (unsigned long *)mod->arch.ftrace_trampoline; - if (trampoline[0] != addr) { - if (trampoline[0] != 0) { + trampoline = get_plt_entry(addr); + if (!plt_entries_equal(mod->arch.ftrace_trampoline, + &trampoline)) { + if (!plt_entries_equal(mod->arch.ftrace_trampoline, + &(struct plt_entry){})) { pr_err("ftrace: far branches to multiple entry points unsupported inside a single module\n"); return -EINVAL; } /* point the trampoline to our ftrace entry point */ module_disable_ro(mod); - trampoline[0] = addr; + *mod->arch.ftrace_trampoline = trampoline; module_enable_ro(mod, true); /* update trampoline before patching in the branch */ smp_wmb(); } - addr = (unsigned long)&trampoline[1]; + addr = (unsigned long)(void *)mod->arch.ftrace_trampoline; #else /* CONFIG_ARM64_MODULE_PLTS */ return -EINVAL; #endif /* CONFIG_ARM64_MODULE_PLTS */ diff --git a/arch/arm64/kernel/module-plts.c b/arch/arm64/kernel/module-plts.c index d05dbe658409b251c9dd4c18348b77c1797e6973..ea640f92fe5adaf92526ee252fb8fbc73348d0b6 100644 --- a/arch/arm64/kernel/module-plts.c +++ b/arch/arm64/kernel/module-plts.c @@ -11,21 +11,6 @@ #include #include -struct plt_entry { - /* - * A program that conforms to the AArch64 Procedure Call Standard - * (AAPCS64) must assume that a veneer that alters IP0 (x16) and/or - * IP1 (x17) may be inserted at any branch instruction that is - * exposed to a relocation that supports long branches. Since that - * is exactly what we are dealing with here, we are free to use x16 - * as a scratch register in the PLT veneers. - */ - __le32 mov0; /* movn x16, #0x.... */ - __le32 mov1; /* movk x16, #0x...., lsl #16 */ - __le32 mov2; /* movk x16, #0x...., lsl #32 */ - __le32 br; /* br x16 */ -}; - static bool in_init(const struct module *mod, void *loc) { return (u64)loc - (u64)mod->init_layout.base < mod->init_layout.size; @@ -40,33 +25,14 @@ u64 module_emit_plt_entry(struct module *mod, void *loc, const Elf64_Rela *rela, int i = pltsec->plt_num_entries; u64 val = sym->st_value + rela->r_addend; - /* - * MOVK/MOVN/MOVZ opcode: - * +--------+------------+--------+-----------+-------------+---------+ - * | sf[31] | opc[30:29] | 100101 | hw[22:21] | imm16[20:5] | Rd[4:0] | - * +--------+------------+--------+-----------+-------------+---------+ - * - * Rd := 0x10 (x16) - * hw := 0b00 (no shift), 0b01 (lsl #16), 0b10 (lsl #32) - * opc := 0b11 (MOVK), 0b00 (MOVN), 0b10 (MOVZ) - * sf := 1 (64-bit variant) - */ - plt[i] = (struct plt_entry){ - cpu_to_le32(0x92800010 | (((~val ) & 0xffff)) << 5), - cpu_to_le32(0xf2a00010 | ((( val >> 16) & 0xffff)) << 5), - cpu_to_le32(0xf2c00010 | ((( val >> 32) & 0xffff)) << 5), - cpu_to_le32(0xd61f0200) - }; + plt[i] = get_plt_entry(val); /* * Check if the entry we just created is a duplicate. Given that the * relocations are sorted, this will be the last entry we allocated. * (if one exists). */ - if (i > 0 && - plt[i].mov0 == plt[i - 1].mov0 && - plt[i].mov1 == plt[i - 1].mov1 && - plt[i].mov2 == plt[i - 1].mov2) + if (i > 0 && plt_entries_equal(plt + i, plt + i - 1)) return (u64)&plt[i - 1]; pltsec->plt_num_entries++; @@ -154,6 +120,7 @@ int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, unsigned long core_plts = 0; unsigned long init_plts = 0; Elf64_Sym *syms = NULL; + Elf_Shdr *tramp = NULL; int i; /* @@ -165,6 +132,10 @@ int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, mod->arch.core.plt = sechdrs + i; else if (!strcmp(secstrings + sechdrs[i].sh_name, ".init.plt")) mod->arch.init.plt = sechdrs + i; + else if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE) && + !strcmp(secstrings + sechdrs[i].sh_name, + ".text.ftrace_trampoline")) + tramp = sechdrs + i; else if (sechdrs[i].sh_type == SHT_SYMTAB) syms = (Elf64_Sym *)sechdrs[i].sh_addr; } @@ -215,5 +186,12 @@ int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, mod->arch.init.plt_num_entries = 0; mod->arch.init.plt_max_entries = init_plts; + if (tramp) { + tramp->sh_type = SHT_NOBITS; + tramp->sh_flags = SHF_EXECINSTR | SHF_ALLOC; + tramp->sh_addralign = __alignof__(struct plt_entry); + tramp->sh_size = sizeof(struct plt_entry); + } + return 0; } diff --git a/arch/arm64/kernel/module.lds b/arch/arm64/kernel/module.lds index f7c9781a9d48b48396e61375da2e10f31c0b6296..22e36a21c1134576eb58a9209d75f2c6b2f09f85 100644 --- a/arch/arm64/kernel/module.lds +++ b/arch/arm64/kernel/module.lds @@ -1,4 +1,5 @@ SECTIONS { .plt (NOLOAD) : { BYTE(0) } .init.plt (NOLOAD) : { BYTE(0) } + .text.ftrace_trampoline (NOLOAD) : { BYTE(0) } } diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c index 2dc0f84822109b542e21d71deba5206b624f4fc6..bcd22d7ee590236a811ba8caa857ec6f75106b08 100644 --- a/arch/arm64/kernel/process.c +++ b/arch/arm64/kernel/process.c @@ -258,6 +258,15 @@ int copy_thread(unsigned long clone_flags, unsigned long stack_start, memset(&p->thread.cpu_context, 0, sizeof(struct cpu_context)); + /* + * In case p was allocated the same task_struct pointer as some + * other recently-exited task, make sure p is disassociated from + * any cpu that may have run that now-exited task recently. + * Otherwise we could erroneously skip reloading the FPSIMD + * registers for p. + */ + fpsimd_flush_task_state(p); + if (likely(!(p->flags & PF_KTHREAD))) { *childregs = *current_pt_regs(); childregs->regs[0] = 0; diff --git a/arch/m68k/mm/mcfmmu.c b/arch/m68k/mm/mcfmmu.c index 8d1408583cf42c96ce9a7f54b06f3dab862cf629..b523a604cb87b1fdaf440edf340f552aa43f1cc2 100644 --- a/arch/m68k/mm/mcfmmu.c +++ b/arch/m68k/mm/mcfmmu.c @@ -170,7 +170,7 @@ void __init cf_bootmem_alloc(void) max_pfn = max_low_pfn = PFN_DOWN(_ramend); high_memory = (void *)_ramend; - m68k_virt_to_node_shift = fls(_ramend - _rambase - 1) - 6; + m68k_virt_to_node_shift = fls(_ramend - 1) - 6; module_fixup(NULL, __start_fixup, __stop_fixup); /* setup bootmem data */ diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 5d3284d20678a388efac9153adfa0bf60f8850b4..c3d798b44030725d1c53289190d943f01169f76d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -65,7 +65,7 @@ config MIPS select HAVE_PERF_EVENTS select HAVE_REGS_AND_STACK_ACCESS_API select HAVE_SYSCALL_TRACEPOINTS - select HAVE_VIRT_CPU_ACCOUNTING_GEN + select HAVE_VIRT_CPU_ACCOUNTING_GEN if 64BIT || !SMP select IRQ_FORCED_THREADING select MODULES_USE_ELF_RELA if MODULES && 64BIT select MODULES_USE_ELF_REL if MODULES diff --git a/arch/mips/bcm47xx/leds.c b/arch/mips/bcm47xx/leds.c index d4f2407a42c60c62cb0a5680a13fa3e341dcd427..8307a8a0266724f3865783dc10983489f5664749 100644 --- a/arch/mips/bcm47xx/leds.c +++ b/arch/mips/bcm47xx/leds.c @@ -331,7 +331,7 @@ bcm47xx_leds_linksys_wrt54g3gv2[] __initconst = { /* Verified on: WRT54GS V1.0 */ static const struct gpio_led bcm47xx_leds_linksys_wrt54g_type_0101[] __initconst = { - BCM47XX_GPIO_LED(0, "green", "wlan", 0, LEDS_GPIO_DEFSTATE_OFF), + BCM47XX_GPIO_LED(0, "green", "wlan", 1, LEDS_GPIO_DEFSTATE_OFF), BCM47XX_GPIO_LED(1, "green", "power", 0, LEDS_GPIO_DEFSTATE_ON), BCM47XX_GPIO_LED(7, "green", "dmz", 1, LEDS_GPIO_DEFSTATE_OFF), }; diff --git a/arch/mips/boot/dts/brcm/Makefile b/arch/mips/boot/dts/brcm/Makefile index 9e09cc4556b387efa9815c4643a67fe94f976528..398994312361304d168ca9ca6dd19b99b57b540e 100644 --- a/arch/mips/boot/dts/brcm/Makefile +++ b/arch/mips/boot/dts/brcm/Makefile @@ -23,7 +23,6 @@ dtb-$(CONFIG_DT_NONE) += \ bcm63268-comtrend-vr-3032u.dtb \ bcm93384wvg.dtb \ bcm93384wvg_viper.dtb \ - bcm96358nb4ser.dtb \ bcm96368mvwg.dtb \ bcm9ejtagprb.dtb \ bcm97125cbmb.dtb \ diff --git a/arch/mips/include/asm/Kbuild b/arch/mips/include/asm/Kbuild index 7c8aab23bce8da59f727ff8725250a8f0d385b12..b1f66699677dbaa31931e84f702c88ad0d2feb8f 100644 --- a/arch/mips/include/asm/Kbuild +++ b/arch/mips/include/asm/Kbuild @@ -16,7 +16,6 @@ generic-y += qrwlock.h generic-y += qspinlock.h generic-y += sections.h generic-y += segment.h -generic-y += serial.h generic-y += trace_clock.h generic-y += unaligned.h generic-y += user.h diff --git a/arch/mips/include/asm/asmmacro.h b/arch/mips/include/asm/asmmacro.h index 83054f79f72aa62595923ca017936f6cd60075fd..feb069cbf44e8a691f50df5711af88195bfc5d6b 100644 --- a/arch/mips/include/asm/asmmacro.h +++ b/arch/mips/include/asm/asmmacro.h @@ -19,6 +19,9 @@ #include #endif +/* preprocessor replaces the fp in ".set fp=64" with $30 otherwise */ +#undef fp + /* * Helper macros for generating raw instruction encodings. */ @@ -105,6 +108,7 @@ .macro fpu_save_16odd thread .set push .set mips64r2 + .set fp=64 SET_HARDFLOAT sdc1 $f1, THREAD_FPR1(\thread) sdc1 $f3, THREAD_FPR3(\thread) @@ -126,8 +130,8 @@ .endm .macro fpu_save_double thread status tmp -#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPS32_R2) || \ - defined(CONFIG_CPU_MIPS32_R6) +#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPSR2) || \ + defined(CONFIG_CPU_MIPSR6) sll \tmp, \status, 5 bgez \tmp, 10f fpu_save_16odd \thread @@ -163,6 +167,7 @@ .macro fpu_restore_16odd thread .set push .set mips64r2 + .set fp=64 SET_HARDFLOAT ldc1 $f1, THREAD_FPR1(\thread) ldc1 $f3, THREAD_FPR3(\thread) @@ -184,8 +189,8 @@ .endm .macro fpu_restore_double thread status tmp -#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPS32_R2) || \ - defined(CONFIG_CPU_MIPS32_R6) +#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPSR2) || \ + defined(CONFIG_CPU_MIPSR6) sll \tmp, \status, 5 bgez \tmp, 10f # 16 register mode? @@ -234,9 +239,6 @@ .endm #ifdef TOOLCHAIN_SUPPORTS_MSA -/* preprocessor replaces the fp in ".set fp=64" with $30 otherwise */ -#undef fp - .macro _cfcmsa rd, cs .set push .set mips32r2 diff --git a/arch/mips/include/asm/cmpxchg.h b/arch/mips/include/asm/cmpxchg.h index 7e25c5cc353a8223c29ed546772ee453b994c529..89e9fb7976fe61e3671100f7d2dae00b3d59bb5f 100644 --- a/arch/mips/include/asm/cmpxchg.h +++ b/arch/mips/include/asm/cmpxchg.h @@ -204,8 +204,10 @@ static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, #else #include #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) +#ifndef CONFIG_SMP #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) #endif +#endif #undef __scbeqz diff --git a/arch/mips/include/asm/compat.h b/arch/mips/include/asm/compat.h index 8e2b5b55648868199deed2f8e9aae5bafdf60d98..49691331ada4c1b8d8632fc8293a246e657cdb63 100644 --- a/arch/mips/include/asm/compat.h +++ b/arch/mips/include/asm/compat.h @@ -200,7 +200,6 @@ typedef struct compat_siginfo { } compat_siginfo_t; #define COMPAT_OFF_T_MAX 0x7fffffff -#define COMPAT_LOFF_T_MAX 0x7fffffffffffffffL /* * A pointer passed in from user mode. This should not diff --git a/arch/mips/include/asm/serial.h b/arch/mips/include/asm/serial.h new file mode 100644 index 0000000000000000000000000000000000000000..1d830c6666c2731d008388d3b1e44951a94fa639 --- /dev/null +++ b/arch/mips/include/asm/serial.h @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2017 MIPS Tech, LLC + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + */ +#ifndef __ASM__SERIAL_H +#define __ASM__SERIAL_H + +#ifdef CONFIG_MIPS_GENERIC +/* + * Generic kernels cannot know a correct value for all platforms at + * compile time. Set it to 0 to prevent 8250_early using it + */ +#define BASE_BAUD 0 +#else +#include +#endif + +#endif /* __ASM__SERIAL_H */ diff --git a/arch/mips/kernel/ptrace.c b/arch/mips/kernel/ptrace.c index 1395654cfc8d833b62ded894af5639cc696367c5..5a09c2901a760515e5405f1cf28683b5172020a8 100644 --- a/arch/mips/kernel/ptrace.c +++ b/arch/mips/kernel/ptrace.c @@ -618,6 +618,19 @@ static const struct user_regset_view user_mips64_view = { .n = ARRAY_SIZE(mips64_regsets), }; +#ifdef CONFIG_MIPS32_N32 + +static const struct user_regset_view user_mipsn32_view = { + .name = "mipsn32", + .e_flags = EF_MIPS_ABI2, + .e_machine = ELF_ARCH, + .ei_osabi = ELF_OSABI, + .regsets = mips64_regsets, + .n = ARRAY_SIZE(mips64_regsets), +}; + +#endif /* CONFIG_MIPS32_N32 */ + #endif /* CONFIG_64BIT */ const struct user_regset_view *task_user_regset_view(struct task_struct *task) @@ -628,6 +641,10 @@ const struct user_regset_view *task_user_regset_view(struct task_struct *task) #ifdef CONFIG_MIPS32_O32 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) return &user_mips_view; +#endif +#ifdef CONFIG_MIPS32_N32 + if (test_tsk_thread_flag(task, TIF_32BIT_ADDR)) + return &user_mipsn32_view; #endif return &user_mips64_view; #endif diff --git a/arch/mips/kernel/r4k_fpu.S b/arch/mips/kernel/r4k_fpu.S index 0a83b1708b3cbed5bba0f4781107122cc0c77569..8e3a6020c613453fda948a33f4aa6435b9f79ad9 100644 --- a/arch/mips/kernel/r4k_fpu.S +++ b/arch/mips/kernel/r4k_fpu.S @@ -40,8 +40,8 @@ */ LEAF(_save_fp) EXPORT_SYMBOL(_save_fp) -#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPS32_R2) || \ - defined(CONFIG_CPU_MIPS32_R6) +#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPSR2) || \ + defined(CONFIG_CPU_MIPSR6) mfc0 t0, CP0_STATUS #endif fpu_save_double a0 t0 t1 # clobbers t1 @@ -52,8 +52,8 @@ EXPORT_SYMBOL(_save_fp) * Restore a thread's fp context. */ LEAF(_restore_fp) -#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPS32_R2) || \ - defined(CONFIG_CPU_MIPS32_R6) +#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPSR2) || \ + defined(CONFIG_CPU_MIPSR6) mfc0 t0, CP0_STATUS #endif fpu_restore_double a0 t0 t1 # clobbers t1 @@ -246,11 +246,11 @@ LEAF(_save_fp_context) cfc1 t1, fcr31 .set pop -#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPS32_R2) || \ - defined(CONFIG_CPU_MIPS32_R6) +#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPSR2) || \ + defined(CONFIG_CPU_MIPSR6) .set push SET_HARDFLOAT -#ifdef CONFIG_CPU_MIPS32_R2 +#ifdef CONFIG_CPU_MIPSR2 .set mips32r2 .set fp=64 mfc0 t0, CP0_STATUS @@ -314,11 +314,11 @@ LEAF(_save_fp_context) LEAF(_restore_fp_context) EX lw t1, 0(a1) -#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPS32_R2) || \ - defined(CONFIG_CPU_MIPS32_R6) +#if defined(CONFIG_64BIT) || defined(CONFIG_CPU_MIPSR2) || \ + defined(CONFIG_CPU_MIPSR6) .set push SET_HARDFLOAT -#ifdef CONFIG_CPU_MIPS32_R2 +#ifdef CONFIG_CPU_MIPSR2 .set mips32r2 .set fp=64 mfc0 t0, CP0_STATUS diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c index 16d9ef5a78c57086c5c5db3f518b5bb4c7b1f0b9..6f57212f56594580d7759acd10124cf0bce27eae 100644 --- a/arch/mips/math-emu/cp1emu.c +++ b/arch/mips/math-emu/cp1emu.c @@ -1795,7 +1795,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, SPFROMREG(fs, MIPSInst_FS(ir)); SPFROMREG(fd, MIPSInst_FD(ir)); rv.s = ieee754sp_maddf(fd, fs, ft); - break; + goto copcsr; } case fmsubf_op: { @@ -1809,7 +1809,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, SPFROMREG(fs, MIPSInst_FS(ir)); SPFROMREG(fd, MIPSInst_FD(ir)); rv.s = ieee754sp_msubf(fd, fs, ft); - break; + goto copcsr; } case frint_op: { @@ -1834,7 +1834,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, SPFROMREG(fs, MIPSInst_FS(ir)); rv.w = ieee754sp_2008class(fs); rfmt = w_fmt; - break; + goto copcsr; } case fmin_op: { @@ -1847,7 +1847,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, SPFROMREG(ft, MIPSInst_FT(ir)); SPFROMREG(fs, MIPSInst_FS(ir)); rv.s = ieee754sp_fmin(fs, ft); - break; + goto copcsr; } case fmina_op: { @@ -1860,7 +1860,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, SPFROMREG(ft, MIPSInst_FT(ir)); SPFROMREG(fs, MIPSInst_FS(ir)); rv.s = ieee754sp_fmina(fs, ft); - break; + goto copcsr; } case fmax_op: { @@ -1873,7 +1873,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, SPFROMREG(ft, MIPSInst_FT(ir)); SPFROMREG(fs, MIPSInst_FS(ir)); rv.s = ieee754sp_fmax(fs, ft); - break; + goto copcsr; } case fmaxa_op: { @@ -1886,7 +1886,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, SPFROMREG(ft, MIPSInst_FT(ir)); SPFROMREG(fs, MIPSInst_FS(ir)); rv.s = ieee754sp_fmaxa(fs, ft); - break; + goto copcsr; } case fabs_op: @@ -2165,7 +2165,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, DPFROMREG(fs, MIPSInst_FS(ir)); DPFROMREG(fd, MIPSInst_FD(ir)); rv.d = ieee754dp_maddf(fd, fs, ft); - break; + goto copcsr; } case fmsubf_op: { @@ -2179,7 +2179,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, DPFROMREG(fs, MIPSInst_FS(ir)); DPFROMREG(fd, MIPSInst_FD(ir)); rv.d = ieee754dp_msubf(fd, fs, ft); - break; + goto copcsr; } case frint_op: { @@ -2204,7 +2204,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, DPFROMREG(fs, MIPSInst_FS(ir)); rv.l = ieee754dp_2008class(fs); rfmt = l_fmt; - break; + goto copcsr; } case fmin_op: { @@ -2217,7 +2217,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, DPFROMREG(ft, MIPSInst_FT(ir)); DPFROMREG(fs, MIPSInst_FS(ir)); rv.d = ieee754dp_fmin(fs, ft); - break; + goto copcsr; } case fmina_op: { @@ -2230,7 +2230,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, DPFROMREG(ft, MIPSInst_FT(ir)); DPFROMREG(fs, MIPSInst_FS(ir)); rv.d = ieee754dp_fmina(fs, ft); - break; + goto copcsr; } case fmax_op: { @@ -2243,7 +2243,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, DPFROMREG(ft, MIPSInst_FT(ir)); DPFROMREG(fs, MIPSInst_FS(ir)); rv.d = ieee754dp_fmax(fs, ft); - break; + goto copcsr; } case fmaxa_op: { @@ -2256,7 +2256,7 @@ static int fpu_emu(struct pt_regs *xcp, struct mips_fpu_struct *ctx, DPFROMREG(ft, MIPSInst_FT(ir)); DPFROMREG(fs, MIPSInst_FS(ir)); rv.d = ieee754dp_fmaxa(fs, ft); - break; + goto copcsr; } case fabs_op: diff --git a/arch/mips/pci/pci-mt7620.c b/arch/mips/pci/pci-mt7620.c index 90fba9bf98da7104ee5ef74bd0f259653d279aa3..27ac00c36bc05bdb8ded8c26c96121648727ddde 100644 --- a/arch/mips/pci/pci-mt7620.c +++ b/arch/mips/pci/pci-mt7620.c @@ -121,7 +121,7 @@ static int wait_pciephy_busy(void) else break; if (retry++ > WAITRETRY_MAX) { - printk(KERN_WARN "PCIE-PHY retry failed.\n"); + pr_warn("PCIE-PHY retry failed.\n"); return -1; } } diff --git a/arch/mips/ralink/mt7620.c b/arch/mips/ralink/mt7620.c index 9be8b08ae46b76a59984f47745138ceb16983e3a..41b71c4352c25216095d9c197e391796be10be85 100644 --- a/arch/mips/ralink/mt7620.c +++ b/arch/mips/ralink/mt7620.c @@ -145,8 +145,8 @@ static struct rt2880_pmx_func i2c_grp_mt7628[] = { FUNC("i2c", 0, 4, 2), }; -static struct rt2880_pmx_func refclk_grp_mt7628[] = { FUNC("reclk", 0, 36, 1) }; -static struct rt2880_pmx_func perst_grp_mt7628[] = { FUNC("perst", 0, 37, 1) }; +static struct rt2880_pmx_func refclk_grp_mt7628[] = { FUNC("refclk", 0, 37, 1) }; +static struct rt2880_pmx_func perst_grp_mt7628[] = { FUNC("perst", 0, 36, 1) }; static struct rt2880_pmx_func wdt_grp_mt7628[] = { FUNC("wdt", 0, 38, 1) }; static struct rt2880_pmx_func spi_grp_mt7628[] = { FUNC("spi", 0, 7, 4) }; diff --git a/arch/parisc/include/asm/compat.h b/arch/parisc/include/asm/compat.h index 07f48827afdae8500fc7bc54294a5befee9b7e86..acf8aa07cbe099e35972e7d381d743da37bb2a5e 100644 --- a/arch/parisc/include/asm/compat.h +++ b/arch/parisc/include/asm/compat.h @@ -195,7 +195,6 @@ typedef struct compat_siginfo { } compat_siginfo_t; #define COMPAT_OFF_T_MAX 0x7fffffff -#define COMPAT_LOFF_T_MAX 0x7fffffffffffffffL struct compat_ipc64_perm { compat_key_t key; diff --git a/arch/parisc/kernel/syscall.S b/arch/parisc/kernel/syscall.S index 41e60a9c7db23b8384b18bf8ddd45f188ef4a0c3..e775f80ae28c5ab8d7fac7456235fa4f415c7215 100644 --- a/arch/parisc/kernel/syscall.S +++ b/arch/parisc/kernel/syscall.S @@ -690,15 +690,15 @@ cas_action: /* ELF32 Process entry path */ lws_compare_and_swap_2: #ifdef CONFIG_64BIT - /* Clip the input registers */ + /* Clip the input registers. We don't need to clip %r23 as we + only use it for word operations */ depdi 0, 31, 32, %r26 depdi 0, 31, 32, %r25 depdi 0, 31, 32, %r24 - depdi 0, 31, 32, %r23 #endif /* Check the validity of the size pointer */ - subi,>>= 4, %r23, %r0 + subi,>>= 3, %r23, %r0 b,n lws_exit_nosys /* Jump to the functions which will load the old and new values into diff --git a/arch/powerpc/include/asm/compat.h b/arch/powerpc/include/asm/compat.h index a035b1e5dfa7c6b5ae8ba10a1e1ad58d962c4a4b..8a2aecfe9b0246cbbea75a66aaa3020322fc87c5 100644 --- a/arch/powerpc/include/asm/compat.h +++ b/arch/powerpc/include/asm/compat.h @@ -185,7 +185,6 @@ typedef struct compat_siginfo { } compat_siginfo_t; #define COMPAT_OFF_T_MAX 0x7fffffff -#define COMPAT_LOFF_T_MAX 0x7fffffffffffffffL /* * A pointer passed in from user mode. This should not diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h index 73b92017b6d7b5231cd8c9d46b7986bb9131f12c..cd2fc1cc1cc7c056255b6f49effefb1e6d0cc1e6 100644 --- a/arch/powerpc/include/asm/machdep.h +++ b/arch/powerpc/include/asm/machdep.h @@ -76,6 +76,7 @@ struct machdep_calls { void __noreturn (*restart)(char *cmd); void __noreturn (*halt)(void); + void (*panic)(char *str); void (*cpu_die)(void); long (*time_init)(void); /* Optional, may be NULL */ diff --git a/arch/powerpc/include/asm/setup.h b/arch/powerpc/include/asm/setup.h index 257d23dbf55dce902644334280e9d72b3ff91ba8..cf00ec26303aef1415c7d5fcd7425f2149ac0295 100644 --- a/arch/powerpc/include/asm/setup.h +++ b/arch/powerpc/include/asm/setup.h @@ -24,6 +24,7 @@ extern void reloc_got2(unsigned long); void check_for_initrd(void); void initmem_init(void); +void setup_panic(void); #define ARCH_PANIC_TIMEOUT 180 #ifdef CONFIG_PPC_PSERIES diff --git a/arch/powerpc/kernel/cpu_setup_power.S b/arch/powerpc/kernel/cpu_setup_power.S index 610955fe8b81c528420cc43fec3c92cf80924763..679bbe714e8561b8c259f37bbfc9db8264555554 100644 --- a/arch/powerpc/kernel/cpu_setup_power.S +++ b/arch/powerpc/kernel/cpu_setup_power.S @@ -102,6 +102,7 @@ _GLOBAL(__setup_cpu_power9) li r0,0 mtspr SPRN_PSSCR,r0 mtspr SPRN_LPID,r0 + mtspr SPRN_PID,r0 mfspr r3,SPRN_LPCR LOAD_REG_IMMEDIATE(r4, LPCR_PECEDH | LPCR_PECE_HVEE | LPCR_HVICE | LPCR_HEIC) or r3, r3, r4 @@ -126,6 +127,7 @@ _GLOBAL(__restore_cpu_power9) li r0,0 mtspr SPRN_PSSCR,r0 mtspr SPRN_LPID,r0 + mtspr SPRN_PID,r0 mfspr r3,SPRN_LPCR LOAD_REG_IMMEDIATE(r4, LPCR_PECEDH | LPCR_PECE_HVEE | LPCR_HVICE | LPCR_HEIC) or r3, r3, r4 diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index 1c80bd292e481d18a44dacdf6fc509497bb99a3a..06598142d755c73e49bbc085b3a969b813165fd8 100644 --- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S @@ -542,7 +542,7 @@ EXC_COMMON_BEGIN(instruction_access_common) RECONCILE_IRQ_STATE(r10, r11) ld r12,_MSR(r1) ld r3,_NIP(r1) - andis. r4,r12,DSISR_BAD_FAULT_64S@h + andis. r4,r12,DSISR_SRR1_MATCH_64S@h li r5,0x400 std r3,_DAR(r1) std r4,_DSISR(r1) diff --git a/arch/powerpc/kernel/fadump.c b/arch/powerpc/kernel/fadump.c index e1431800bfb9f7ed85a87ef6a1886901917a706b..29d2b60501408eb0968089ea244ffa652a2da7f3 100644 --- a/arch/powerpc/kernel/fadump.c +++ b/arch/powerpc/kernel/fadump.c @@ -1453,25 +1453,6 @@ static void fadump_init_files(void) return; } -static int fadump_panic_event(struct notifier_block *this, - unsigned long event, void *ptr) -{ - /* - * If firmware-assisted dump has been registered then trigger - * firmware-assisted dump and let firmware handle everything - * else. If this returns, then fadump was not registered, so - * go through the rest of the panic path. - */ - crash_fadump(NULL, ptr); - - return NOTIFY_DONE; -} - -static struct notifier_block fadump_panic_block = { - .notifier_call = fadump_panic_event, - .priority = INT_MIN /* may not return; must be done last */ -}; - /* * Prepare for firmware-assisted dump. */ @@ -1504,9 +1485,6 @@ int __init setup_fadump(void) init_fadump_mem_struct(&fdm, fw_dump.reserve_dump_area_start); fadump_init_files(); - atomic_notifier_chain_register(&panic_notifier_list, - &fadump_panic_block); - return 1; } subsys_initcall(setup_fadump); diff --git a/arch/powerpc/kernel/kprobes-ftrace.c b/arch/powerpc/kernel/kprobes-ftrace.c index 6c089d9757c9c1470d19ad6fe4b85a93d61b9ec1..2d81404f818c7e74f3ad7ab1a4687abe6993661b 100644 --- a/arch/powerpc/kernel/kprobes-ftrace.c +++ b/arch/powerpc/kernel/kprobes-ftrace.c @@ -65,6 +65,7 @@ void kprobe_ftrace_handler(unsigned long nip, unsigned long parent_nip, /* Disable irq for emulating a breakpoint and avoiding preempt */ local_irq_save(flags); hard_irq_disable(); + preempt_disable(); p = get_kprobe((kprobe_opcode_t *)nip); if (unlikely(!p) || kprobe_disabled(p)) @@ -86,12 +87,18 @@ void kprobe_ftrace_handler(unsigned long nip, unsigned long parent_nip, kcb->kprobe_status = KPROBE_HIT_ACTIVE; if (!p->pre_handler || !p->pre_handler(p, regs)) __skip_singlestep(p, regs, kcb, orig_nip); - /* - * If pre_handler returns !0, it sets regs->nip and - * resets current kprobe. - */ + else { + /* + * If pre_handler returns !0, it sets regs->nip and + * resets current kprobe. In this case, we still need + * to restore irq, but not preemption. + */ + local_irq_restore(flags); + return; + } } end: + preempt_enable_no_resched(); local_irq_restore(flags); } NOKPROBE_SYMBOL(kprobe_ftrace_handler); diff --git a/arch/powerpc/kernel/misc_64.S b/arch/powerpc/kernel/misc_64.S index 8ac0bd2bddb0c93b95dccfd61807807219913b5e..3280953a82cf63c4372735762a09804fd9c21677 100644 --- a/arch/powerpc/kernel/misc_64.S +++ b/arch/powerpc/kernel/misc_64.S @@ -623,7 +623,9 @@ BEGIN_FTR_SECTION * NOTE, we rely on r0 being 0 from above. */ mtspr SPRN_IAMR,r0 +BEGIN_FTR_SECTION_NESTED(42) mtspr SPRN_AMOR,r0 +END_FTR_SECTION_NESTED_IFSET(CPU_FTR_HVMODE, 42) END_FTR_SECTION_IFSET(CPU_FTR_ARCH_300) /* save regs for local vars on new stack. diff --git a/arch/powerpc/kernel/optprobes.c b/arch/powerpc/kernel/optprobes.c index 91e037ab20a197de398161c057d86bffabc3a68a..60ba7f1370a80c545375d56b500a7ea538768208 100644 --- a/arch/powerpc/kernel/optprobes.c +++ b/arch/powerpc/kernel/optprobes.c @@ -115,7 +115,6 @@ static unsigned long can_optimize(struct kprobe *p) static void optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) { - struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); unsigned long flags; /* This is possible if op is under delayed unoptimizing */ @@ -124,13 +123,14 @@ static void optimized_callback(struct optimized_kprobe *op, local_irq_save(flags); hard_irq_disable(); + preempt_disable(); if (kprobe_running()) { kprobes_inc_nmissed_count(&op->kp); } else { __this_cpu_write(current_kprobe, &op->kp); regs->nip = (unsigned long)op->kp.addr; - kcb->kprobe_status = KPROBE_HIT_ACTIVE; + get_kprobe_ctlblk()->kprobe_status = KPROBE_HIT_ACTIVE; opt_pre_handler(&op->kp, regs); __this_cpu_write(current_kprobe, NULL); } @@ -140,6 +140,7 @@ static void optimized_callback(struct optimized_kprobe *op, * local_irq_restore() will re-enable interrupts, * if they were hard disabled. */ + preempt_enable_no_resched(); local_irq_restore(flags); } NOKPROBE_SYMBOL(optimized_callback); diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c index 2e3bc16d02b289b5d03906010518bc7005233452..90bc20efb4c7b7bc20d840eed1505e015cdca210 100644 --- a/arch/powerpc/kernel/setup-common.c +++ b/arch/powerpc/kernel/setup-common.c @@ -704,6 +704,30 @@ int check_legacy_ioport(unsigned long base_port) } EXPORT_SYMBOL(check_legacy_ioport); +static int ppc_panic_event(struct notifier_block *this, + unsigned long event, void *ptr) +{ + /* + * If firmware-assisted dump has been registered then trigger + * firmware-assisted dump and let firmware handle everything else. + */ + crash_fadump(NULL, ptr); + ppc_md.panic(ptr); /* May not return */ + return NOTIFY_DONE; +} + +static struct notifier_block ppc_panic_block = { + .notifier_call = ppc_panic_event, + .priority = INT_MIN /* may not return; must be done last */ +}; + +void __init setup_panic(void) +{ + if (!ppc_md.panic) + return; + atomic_notifier_chain_register(&panic_notifier_list, &ppc_panic_block); +} + #ifdef CONFIG_CHECK_CACHE_COHERENCY /* * For platforms that have configurable cache-coherency. This function @@ -848,6 +872,9 @@ void __init setup_arch(char **cmdline_p) /* Probe the machine type, establish ppc_md. */ probe_machine(); + /* Setup panic notifier if requested by the platform. */ + setup_panic(); + /* * Configure ppc_md.power_save (ppc32 only, 64-bit machines do * it from their respective probe() function. diff --git a/arch/powerpc/kernel/signal.c b/arch/powerpc/kernel/signal.c index e9436c5e1e0940055d07cfeb85ada9a84079dfb7..3d7539b90010c6114655f3f909de64c65f09686a 100644 --- a/arch/powerpc/kernel/signal.c +++ b/arch/powerpc/kernel/signal.c @@ -103,7 +103,7 @@ static void check_syscall_restart(struct pt_regs *regs, struct k_sigaction *ka, static void do_signal(struct task_struct *tsk) { sigset_t *oldset = sigmask_to_save(); - struct ksignal ksig; + struct ksignal ksig = { .sig = 0 }; int ret; int is32 = is_32bit_task(); diff --git a/arch/powerpc/kvm/book3s_hv_builtin.c b/arch/powerpc/kvm/book3s_hv_builtin.c index 90644db9d38e21c82427d949061d585d60c4558f..8e0cf8f186dfdea0cb27f4756f03019a7c9db8a0 100644 --- a/arch/powerpc/kvm/book3s_hv_builtin.c +++ b/arch/powerpc/kvm/book3s_hv_builtin.c @@ -529,6 +529,8 @@ static inline bool is_rm(void) unsigned long kvmppc_rm_h_xirr(struct kvm_vcpu *vcpu) { + if (!kvmppc_xics_enabled(vcpu)) + return H_TOO_HARD; if (xive_enabled()) { if (is_rm()) return xive_rm_h_xirr(vcpu); @@ -541,6 +543,8 @@ unsigned long kvmppc_rm_h_xirr(struct kvm_vcpu *vcpu) unsigned long kvmppc_rm_h_xirr_x(struct kvm_vcpu *vcpu) { + if (!kvmppc_xics_enabled(vcpu)) + return H_TOO_HARD; vcpu->arch.gpr[5] = get_tb(); if (xive_enabled()) { if (is_rm()) @@ -554,6 +558,8 @@ unsigned long kvmppc_rm_h_xirr_x(struct kvm_vcpu *vcpu) unsigned long kvmppc_rm_h_ipoll(struct kvm_vcpu *vcpu, unsigned long server) { + if (!kvmppc_xics_enabled(vcpu)) + return H_TOO_HARD; if (xive_enabled()) { if (is_rm()) return xive_rm_h_ipoll(vcpu, server); @@ -567,6 +573,8 @@ unsigned long kvmppc_rm_h_ipoll(struct kvm_vcpu *vcpu, unsigned long server) int kvmppc_rm_h_ipi(struct kvm_vcpu *vcpu, unsigned long server, unsigned long mfrr) { + if (!kvmppc_xics_enabled(vcpu)) + return H_TOO_HARD; if (xive_enabled()) { if (is_rm()) return xive_rm_h_ipi(vcpu, server, mfrr); @@ -579,6 +587,8 @@ int kvmppc_rm_h_ipi(struct kvm_vcpu *vcpu, unsigned long server, int kvmppc_rm_h_cppr(struct kvm_vcpu *vcpu, unsigned long cppr) { + if (!kvmppc_xics_enabled(vcpu)) + return H_TOO_HARD; if (xive_enabled()) { if (is_rm()) return xive_rm_h_cppr(vcpu, cppr); @@ -591,6 +601,8 @@ int kvmppc_rm_h_cppr(struct kvm_vcpu *vcpu, unsigned long cppr) int kvmppc_rm_h_eoi(struct kvm_vcpu *vcpu, unsigned long xirr) { + if (!kvmppc_xics_enabled(vcpu)) + return H_TOO_HARD; if (xive_enabled()) { if (is_rm()) return xive_rm_h_eoi(vcpu, xirr); diff --git a/arch/powerpc/lib/code-patching.c b/arch/powerpc/lib/code-patching.c index c9de03e0c1f123de531d376d8b4d330d6f61bcdc..d469224c4ada8c23b923dc077b6249fa79ae0583 100644 --- a/arch/powerpc/lib/code-patching.c +++ b/arch/powerpc/lib/code-patching.c @@ -21,6 +21,7 @@ #include #include #include +#include static int __patch_instruction(unsigned int *addr, unsigned int instr) { @@ -146,11 +147,8 @@ int patch_instruction(unsigned int *addr, unsigned int instr) * During early early boot patch_instruction is called * when text_poke_area is not ready, but we still need * to allow patching. We just do the plain old patching - * We use slab_is_available and per cpu read * via this_cpu_read - * of text_poke_area. Per-CPU areas might not be up early - * this can create problems with just using this_cpu_read() */ - if (!slab_is_available() || !this_cpu_read(text_poke_area)) + if (!this_cpu_read(*PTRRELOC(&text_poke_area))) return __patch_instruction(addr, instr); local_irq_save(flags); diff --git a/arch/powerpc/mm/hash_native_64.c b/arch/powerpc/mm/hash_native_64.c index 3848af167df9de4b183d7cb8472b5d20ce97d0a4..640cf566e98653ab43c06744b6cf9ef76622fa1c 100644 --- a/arch/powerpc/mm/hash_native_64.c +++ b/arch/powerpc/mm/hash_native_64.c @@ -47,7 +47,8 @@ DEFINE_RAW_SPINLOCK(native_tlbie_lock); -static inline void __tlbie(unsigned long vpn, int psize, int apsize, int ssize) +static inline unsigned long ___tlbie(unsigned long vpn, int psize, + int apsize, int ssize) { unsigned long va; unsigned int penc; @@ -100,7 +101,15 @@ static inline void __tlbie(unsigned long vpn, int psize, int apsize, int ssize) : "memory"); break; } - trace_tlbie(0, 0, va, 0, 0, 0, 0); + return va; +} + +static inline void __tlbie(unsigned long vpn, int psize, int apsize, int ssize) +{ + unsigned long rb; + + rb = ___tlbie(vpn, psize, apsize, ssize); + trace_tlbie(0, 0, rb, 0, 0, 0, 0); } static inline void __tlbiel(unsigned long vpn, int psize, int apsize, int ssize) @@ -652,7 +661,7 @@ static void native_hpte_clear(void) if (hpte_v & HPTE_V_VALID) { hpte_decode(hptep, slot, &psize, &apsize, &ssize, &vpn); hptep->v = 0; - __tlbie(vpn, psize, apsize, ssize); + ___tlbie(vpn, psize, apsize, ssize); } } diff --git a/arch/powerpc/mm/hugetlbpage-radix.c b/arch/powerpc/mm/hugetlbpage-radix.c index 558e9d3891bfc80b2ae520026c55b09916f0aaa8..bd022d16745c2547801603aa17b97da708432755 100644 --- a/arch/powerpc/mm/hugetlbpage-radix.c +++ b/arch/powerpc/mm/hugetlbpage-radix.c @@ -49,17 +49,28 @@ radix__hugetlb_get_unmapped_area(struct file *file, unsigned long addr, struct mm_struct *mm = current->mm; struct vm_area_struct *vma; struct hstate *h = hstate_file(file); + int fixed = (flags & MAP_FIXED); + unsigned long high_limit; struct vm_unmapped_area_info info; - if (unlikely(addr > mm->context.addr_limit && addr < TASK_SIZE)) - mm->context.addr_limit = TASK_SIZE; + high_limit = DEFAULT_MAP_WINDOW; + if (addr >= high_limit || (fixed && (addr + len > high_limit))) + high_limit = TASK_SIZE; if (len & ~huge_page_mask(h)) return -EINVAL; - if (len > mm->task_size) + if (len > high_limit) return -ENOMEM; + if (fixed) { + if (addr > high_limit - len) + return -ENOMEM; + } - if (flags & MAP_FIXED) { + if (unlikely(addr > mm->context.addr_limit && + mm->context.addr_limit != TASK_SIZE)) + mm->context.addr_limit = TASK_SIZE; + + if (fixed) { if (prepare_hugepage_range(file, addr, len)) return -EINVAL; return addr; @@ -68,7 +79,7 @@ radix__hugetlb_get_unmapped_area(struct file *file, unsigned long addr, if (addr) { addr = ALIGN(addr, huge_page_size(h)); vma = find_vma(mm, addr); - if (mm->task_size - len >= addr && + if (high_limit - len >= addr && (!vma || addr + len <= vm_start_gap(vma))) return addr; } @@ -79,12 +90,9 @@ radix__hugetlb_get_unmapped_area(struct file *file, unsigned long addr, info.flags = VM_UNMAPPED_AREA_TOPDOWN; info.length = len; info.low_limit = PAGE_SIZE; - info.high_limit = current->mm->mmap_base; + info.high_limit = mm->mmap_base + (high_limit - DEFAULT_MAP_WINDOW); info.align_mask = PAGE_MASK & ~huge_page_mask(h); info.align_offset = 0; - if (addr > DEFAULT_MAP_WINDOW) - info.high_limit += mm->context.addr_limit - DEFAULT_MAP_WINDOW; - return vm_unmapped_area(&info); } diff --git a/arch/powerpc/mm/mmap.c b/arch/powerpc/mm/mmap.c index 5d78b193fec4142ecd3d4d5788dfe686cf2e8e6c..6d476a7b56112bf0fe985a39bd0ea8585cbd60b6 100644 --- a/arch/powerpc/mm/mmap.c +++ b/arch/powerpc/mm/mmap.c @@ -106,22 +106,32 @@ radix__arch_get_unmapped_area(struct file *filp, unsigned long addr, { struct mm_struct *mm = current->mm; struct vm_area_struct *vma; + int fixed = (flags & MAP_FIXED); + unsigned long high_limit; struct vm_unmapped_area_info info; + high_limit = DEFAULT_MAP_WINDOW; + if (addr >= high_limit || (fixed && (addr + len > high_limit))) + high_limit = TASK_SIZE; + + if (len > high_limit) + return -ENOMEM; + if (fixed) { + if (addr > high_limit - len) + return -ENOMEM; + } + if (unlikely(addr > mm->context.addr_limit && mm->context.addr_limit != TASK_SIZE)) mm->context.addr_limit = TASK_SIZE; - if (len > mm->task_size - mmap_min_addr) - return -ENOMEM; - - if (flags & MAP_FIXED) + if (fixed) return addr; if (addr) { addr = PAGE_ALIGN(addr); vma = find_vma(mm, addr); - if (mm->task_size - len >= addr && addr >= mmap_min_addr && + if (high_limit - len >= addr && addr >= mmap_min_addr && (!vma || addr + len <= vm_start_gap(vma))) return addr; } @@ -129,13 +139,9 @@ radix__arch_get_unmapped_area(struct file *filp, unsigned long addr, info.flags = 0; info.length = len; info.low_limit = mm->mmap_base; + info.high_limit = high_limit; info.align_mask = 0; - if (unlikely(addr > DEFAULT_MAP_WINDOW)) - info.high_limit = mm->context.addr_limit; - else - info.high_limit = DEFAULT_MAP_WINDOW; - return vm_unmapped_area(&info); } @@ -149,37 +155,42 @@ radix__arch_get_unmapped_area_topdown(struct file *filp, struct vm_area_struct *vma; struct mm_struct *mm = current->mm; unsigned long addr = addr0; + int fixed = (flags & MAP_FIXED); + unsigned long high_limit; struct vm_unmapped_area_info info; + high_limit = DEFAULT_MAP_WINDOW; + if (addr >= high_limit || (fixed && (addr + len > high_limit))) + high_limit = TASK_SIZE; + + if (len > high_limit) + return -ENOMEM; + if (fixed) { + if (addr > high_limit - len) + return -ENOMEM; + } + if (unlikely(addr > mm->context.addr_limit && mm->context.addr_limit != TASK_SIZE)) mm->context.addr_limit = TASK_SIZE; - /* requested length too big for entire address space */ - if (len > mm->task_size - mmap_min_addr) - return -ENOMEM; - - if (flags & MAP_FIXED) + if (fixed) return addr; - /* requesting a specific address */ if (addr) { addr = PAGE_ALIGN(addr); vma = find_vma(mm, addr); - if (mm->task_size - len >= addr && addr >= mmap_min_addr && - (!vma || addr + len <= vm_start_gap(vma))) + if (high_limit - len >= addr && addr >= mmap_min_addr && + (!vma || addr + len <= vm_start_gap(vma))) return addr; } info.flags = VM_UNMAPPED_AREA_TOPDOWN; info.length = len; info.low_limit = max(PAGE_SIZE, mmap_min_addr); - info.high_limit = mm->mmap_base; + info.high_limit = mm->mmap_base + (high_limit - DEFAULT_MAP_WINDOW); info.align_mask = 0; - if (addr > DEFAULT_MAP_WINDOW) - info.high_limit += mm->context.addr_limit - DEFAULT_MAP_WINDOW; - addr = vm_unmapped_area(&info); if (!(addr & ~PAGE_MASK)) return addr; diff --git a/arch/powerpc/mm/mmu_context_book3s64.c b/arch/powerpc/mm/mmu_context_book3s64.c index 05e15386d4cb356da7e5b320be4b92907c99500b..b94fb62e60fde96936e4a2d62f43c22b809437eb 100644 --- a/arch/powerpc/mm/mmu_context_book3s64.c +++ b/arch/powerpc/mm/mmu_context_book3s64.c @@ -93,11 +93,11 @@ static int hash__init_new_context(struct mm_struct *mm) return index; /* - * We do switch_slb() early in fork, even before we setup the - * mm->context.addr_limit. Default to max task size so that we copy the - * default values to paca which will help us to handle slb miss early. + * In the case of exec, use the default limit, + * otherwise inherit it from the mm we are duplicating. */ - mm->context.addr_limit = DEFAULT_MAP_WINDOW_USER64; + if (!mm->context.addr_limit) + mm->context.addr_limit = DEFAULT_MAP_WINDOW_USER64; /* * The old code would re-promote on fork, we don't do that when using diff --git a/arch/powerpc/mm/pgtable-radix.c b/arch/powerpc/mm/pgtable-radix.c index 39c252b54d1618a35f24084a1a455652daab17a7..cfbbee941a76b186cc2cccdc4c7ec1b2e0a19f10 100644 --- a/arch/powerpc/mm/pgtable-radix.c +++ b/arch/powerpc/mm/pgtable-radix.c @@ -169,6 +169,16 @@ void radix__mark_rodata_ro(void) { unsigned long start, end; + /* + * mark_rodata_ro() will mark itself as !writable at some point. + * Due to DD1 workaround in radix__pte_update(), we'll end up with + * an invalid pte and the system will crash quite severly. + */ + if (cpu_has_feature(CPU_FTR_POWER9_DD1)) { + pr_warn("Warning: Unable to mark rodata read only on P9 DD1\n"); + return; + } + start = (unsigned long)_stext; end = (unsigned long)__init_begin; diff --git a/arch/powerpc/mm/slice.c b/arch/powerpc/mm/slice.c index 45f6740dd407dae752c25a19ad2ae4a804a19858..a4f93699194b6ab7c71ca00374efa94d35d816ef 100644 --- a/arch/powerpc/mm/slice.c +++ b/arch/powerpc/mm/slice.c @@ -96,7 +96,7 @@ static int slice_area_is_free(struct mm_struct *mm, unsigned long addr, { struct vm_area_struct *vma; - if ((mm->task_size - len) < addr) + if ((mm->context.addr_limit - len) < addr) return 0; vma = find_vma(mm, addr); return (!vma || (addr + len) <= vm_start_gap(vma)); @@ -133,7 +133,7 @@ static void slice_mask_for_free(struct mm_struct *mm, struct slice_mask *ret) if (!slice_low_has_vma(mm, i)) ret->low_slices |= 1u << i; - if (mm->task_size <= SLICE_LOW_TOP) + if (mm->context.addr_limit <= SLICE_LOW_TOP) return; for (i = 0; i < GET_HIGH_SLICE_INDEX(mm->context.addr_limit); i++) @@ -412,25 +412,31 @@ unsigned long slice_get_unmapped_area(unsigned long addr, unsigned long len, struct slice_mask compat_mask; int fixed = (flags & MAP_FIXED); int pshift = max_t(int, mmu_psize_defs[psize].shift, PAGE_SHIFT); + unsigned long page_size = 1UL << pshift; struct mm_struct *mm = current->mm; unsigned long newaddr; unsigned long high_limit; - /* - * Check if we need to expland slice area. - */ - if (unlikely(addr > mm->context.addr_limit && - mm->context.addr_limit != TASK_SIZE)) { - mm->context.addr_limit = TASK_SIZE; + high_limit = DEFAULT_MAP_WINDOW; + if (addr >= high_limit || (fixed && (addr + len > high_limit))) + high_limit = TASK_SIZE; + + if (len > high_limit) + return -ENOMEM; + if (len & (page_size - 1)) + return -EINVAL; + if (fixed) { + if (addr & (page_size - 1)) + return -EINVAL; + if (addr > high_limit - len) + return -ENOMEM; + } + + if (high_limit > mm->context.addr_limit) { + mm->context.addr_limit = high_limit; on_each_cpu(slice_flush_segments, mm, 1); } - /* - * This mmap request can allocate upt to 512TB - */ - if (addr > DEFAULT_MAP_WINDOW) - high_limit = mm->context.addr_limit; - else - high_limit = DEFAULT_MAP_WINDOW; + /* * init different masks */ @@ -446,27 +452,19 @@ unsigned long slice_get_unmapped_area(unsigned long addr, unsigned long len, /* Sanity checks */ BUG_ON(mm->task_size == 0); + BUG_ON(mm->context.addr_limit == 0); VM_BUG_ON(radix_enabled()); slice_dbg("slice_get_unmapped_area(mm=%p, psize=%d...\n", mm, psize); slice_dbg(" addr=%lx, len=%lx, flags=%lx, topdown=%d\n", addr, len, flags, topdown); - if (len > mm->task_size) - return -ENOMEM; - if (len & ((1ul << pshift) - 1)) - return -EINVAL; - if (fixed && (addr & ((1ul << pshift) - 1))) - return -EINVAL; - if (fixed && addr > (mm->task_size - len)) - return -ENOMEM; - /* If hint, make sure it matches our alignment restrictions */ if (!fixed && addr) { - addr = _ALIGN_UP(addr, 1ul << pshift); + addr = _ALIGN_UP(addr, page_size); slice_dbg(" aligned addr=%lx\n", addr); /* Ignore hint if it's too large or overlaps a VMA */ - if (addr > mm->task_size - len || + if (addr > high_limit - len || !slice_area_is_free(mm, addr, len)) addr = 0; } diff --git a/arch/powerpc/perf/imc-pmu.c b/arch/powerpc/perf/imc-pmu.c index 36344117c680b9e0500b345c18f98d11cb246134..cf64e16f92c255cd1fe7e054922d90b408b6f69d 100644 --- a/arch/powerpc/perf/imc-pmu.c +++ b/arch/powerpc/perf/imc-pmu.c @@ -467,7 +467,7 @@ static int nest_imc_event_init(struct perf_event *event) * Nest HW counter memory resides in a per-chip reserve-memory (HOMER). * Get the base memory addresss for this cpu. */ - chip_id = topology_physical_package_id(event->cpu); + chip_id = cpu_to_chip_id(event->cpu); pcni = pmu->mem_info; do { if (pcni->id == chip_id) { @@ -524,19 +524,19 @@ static int nest_imc_event_init(struct perf_event *event) */ static int core_imc_mem_init(int cpu, int size) { - int phys_id, rc = 0, core_id = (cpu / threads_per_core); + int nid, rc = 0, core_id = (cpu / threads_per_core); struct imc_mem_info *mem_info; /* * alloc_pages_node() will allocate memory for core in the * local node only. */ - phys_id = topology_physical_package_id(cpu); + nid = cpu_to_node(cpu); mem_info = &core_imc_pmu->mem_info[core_id]; mem_info->id = core_id; /* We need only vbase for core counters */ - mem_info->vbase = page_address(alloc_pages_node(phys_id, + mem_info->vbase = page_address(alloc_pages_node(nid, GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE | __GFP_NOWARN, get_order(size))); if (!mem_info->vbase) @@ -797,14 +797,14 @@ static int core_imc_event_init(struct perf_event *event) static int thread_imc_mem_alloc(int cpu_id, int size) { u64 ldbar_value, *local_mem = per_cpu(thread_imc_mem, cpu_id); - int phys_id = topology_physical_package_id(cpu_id); + int nid = cpu_to_node(cpu_id); if (!local_mem) { /* * This case could happen only once at start, since we dont * free the memory in cpu offline path. */ - local_mem = page_address(alloc_pages_node(phys_id, + local_mem = page_address(alloc_pages_node(nid, GFP_KERNEL | __GFP_ZERO | __GFP_THISNODE | __GFP_NOWARN, get_order(size))); if (!local_mem) diff --git a/arch/powerpc/platforms/powernv/opal-imc.c b/arch/powerpc/platforms/powernv/opal-imc.c index 21f6531fae20fc1e010f499923cde964540b895a..b150f4deaccfc5f153e6c3527579b9dc288cdab3 100644 --- a/arch/powerpc/platforms/powernv/opal-imc.c +++ b/arch/powerpc/platforms/powernv/opal-imc.c @@ -191,8 +191,10 @@ static int opal_imc_counters_probe(struct platform_device *pdev) break; } - if (!imc_pmu_create(imc_dev, pmu_count, domain)) - pmu_count++; + if (!imc_pmu_create(imc_dev, pmu_count, domain)) { + if (domain == IMC_DOMAIN_NEST) + pmu_count++; + } } return 0; diff --git a/arch/powerpc/platforms/ps3/setup.c b/arch/powerpc/platforms/ps3/setup.c index 9dabea6e14439647b726d007a63de63a853ac3d0..6244bc849469e33af7dcc5a4ac2b21dd970ac1c6 100644 --- a/arch/powerpc/platforms/ps3/setup.c +++ b/arch/powerpc/platforms/ps3/setup.c @@ -104,6 +104,20 @@ static void __noreturn ps3_halt(void) ps3_sys_manager_halt(); /* never returns */ } +static void ps3_panic(char *str) +{ + DBG("%s:%d %s\n", __func__, __LINE__, str); + + smp_send_stop(); + printk("\n"); + printk(" System does not reboot automatically.\n"); + printk(" Please press POWER button.\n"); + printk("\n"); + + while(1) + lv1_pause(1); +} + #if defined(CONFIG_FB_PS3) || defined(CONFIG_FB_PS3_MODULE) || \ defined(CONFIG_PS3_FLASH) || defined(CONFIG_PS3_FLASH_MODULE) static void __init prealloc(struct ps3_prealloc *p) @@ -255,6 +269,7 @@ define_machine(ps3) { .probe = ps3_probe, .setup_arch = ps3_setup_arch, .init_IRQ = ps3_init_IRQ, + .panic = ps3_panic, .get_boot_time = ps3_get_boot_time, .set_dabr = ps3_set_dabr, .calibrate_decr = ps3_calibrate_decr, diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c index 5f1beb8367acaa4562dbc647ad06a1f4c12a8f72..a8531e01265842f39e759bc59aa67f3afd461486 100644 --- a/arch/powerpc/platforms/pseries/setup.c +++ b/arch/powerpc/platforms/pseries/setup.c @@ -726,6 +726,7 @@ define_machine(pseries) { .pcibios_fixup = pSeries_final_fixup, .restart = rtas_restart, .halt = rtas_halt, + .panic = rtas_os_term, .get_boot_time = rtas_get_boot_time, .get_rtc_time = rtas_get_rtc_time, .set_rtc_time = rtas_set_rtc_time, diff --git a/arch/s390/include/asm/compat.h b/arch/s390/include/asm/compat.h index 1b60eb3676d55640c515633e799bbb7fde610b7d..5e6a63641a5f1916da30507eb744534a2da95486 100644 --- a/arch/s390/include/asm/compat.h +++ b/arch/s390/include/asm/compat.h @@ -263,7 +263,6 @@ typedef struct compat_siginfo { #define si_overrun _sifields._timer._overrun #define COMPAT_OFF_T_MAX 0x7fffffff -#define COMPAT_LOFF_T_MAX 0x7fffffffffffffffL /* * A pointer passed in from user mode. This should not diff --git a/arch/s390/include/asm/elf.h b/arch/s390/include/asm/elf.h index 9a3cb3983c0140110f791c14ea0dbdb8cd84159d..1a61b1b997f2a0da08882411a8b701780fffba9a 100644 --- a/arch/s390/include/asm/elf.h +++ b/arch/s390/include/asm/elf.h @@ -194,13 +194,14 @@ struct arch_elf_state { #define CORE_DUMP_USE_REGSET #define ELF_EXEC_PAGESIZE PAGE_SIZE -/* - * This is the base location for PIE (ET_DYN with INTERP) loads. On - * 64-bit, this is raised to 4GB to leave the entire 32-bit address - * space open for things that want to use the area for 32-bit pointers. - */ -#define ELF_ET_DYN_BASE (is_compat_task() ? 0x000400000UL : \ - 0x100000000UL) +/* This is the location that an ET_DYN program is loaded if exec'ed. Typical + use of this is to invoke "./ld.so someprog" to test out a new version of + the loader. We need to make sure that it is out of the way of the program + that it will "exec", and that there is sufficient room for the brk. 64-bit + tasks are aligned to 4GB. */ +#define ELF_ET_DYN_BASE (is_compat_task() ? \ + (STACK_TOP / 3 * 2) : \ + (STACK_TOP / 3 * 2) & ~((1UL << 32) - 1)) /* This yields a mask that user programs can use to figure out what instruction set this CPU supports. */ diff --git a/arch/s390/include/asm/pci_insn.h b/arch/s390/include/asm/pci_insn.h index 419e83fa47217f2435cabc6478b57b04a3d1c39a..ba22a6ea51a144921d0722a35eea5e8265673454 100644 --- a/arch/s390/include/asm/pci_insn.h +++ b/arch/s390/include/asm/pci_insn.h @@ -82,6 +82,6 @@ int zpci_refresh_trans(u64 fn, u64 addr, u64 range); int zpci_load(u64 *data, u64 req, u64 offset); int zpci_store(u64 data, u64 req, u64 offset); int zpci_store_block(const u64 *data, u64 req, u64 offset); -void zpci_set_irq_ctrl(u16 ctl, char *unused, u8 isc); +int zpci_set_irq_ctrl(u16 ctl, char *unused, u8 isc); #endif diff --git a/arch/s390/include/asm/runtime_instr.h b/arch/s390/include/asm/runtime_instr.h index ea8896ba5afc77678017b72ec1bc571d4d39aac5..2502d05403ef4e069853a83b336130bc02c5b845 100644 --- a/arch/s390/include/asm/runtime_instr.h +++ b/arch/s390/include/asm/runtime_instr.h @@ -86,6 +86,8 @@ static inline void restore_ri_cb(struct runtime_instr_cb *cb_next, load_runtime_instr_cb(&runtime_instr_empty_cb); } -void exit_thread_runtime_instr(void); +struct task_struct; + +void runtime_instr_release(struct task_struct *tsk); #endif /* _RUNTIME_INSTR_H */ diff --git a/arch/s390/include/asm/switch_to.h b/arch/s390/include/asm/switch_to.h index c21fe1d57c0096f3e5e17185bbddbd156d6622c8..c61b2cc1a8a86a9508fe093a607d106ff0118be3 100644 --- a/arch/s390/include/asm/switch_to.h +++ b/arch/s390/include/asm/switch_to.h @@ -30,21 +30,20 @@ static inline void restore_access_regs(unsigned int *acrs) asm volatile("lam 0,15,%0" : : "Q" (*(acrstype *)acrs)); } -#define switch_to(prev,next,last) do { \ - if (prev->mm) { \ - save_fpu_regs(); \ - save_access_regs(&prev->thread.acrs[0]); \ - save_ri_cb(prev->thread.ri_cb); \ - save_gs_cb(prev->thread.gs_cb); \ - } \ - if (next->mm) { \ - update_cr_regs(next); \ - set_cpu_flag(CIF_FPU); \ - restore_access_regs(&next->thread.acrs[0]); \ - restore_ri_cb(next->thread.ri_cb, prev->thread.ri_cb); \ - restore_gs_cb(next->thread.gs_cb); \ - } \ - prev = __switch_to(prev,next); \ +#define switch_to(prev, next, last) do { \ + /* save_fpu_regs() sets the CIF_FPU flag, which enforces \ + * a restore of the floating point / vector registers as \ + * soon as the next task returns to user space \ + */ \ + save_fpu_regs(); \ + save_access_regs(&prev->thread.acrs[0]); \ + save_ri_cb(prev->thread.ri_cb); \ + save_gs_cb(prev->thread.gs_cb); \ + update_cr_regs(next); \ + restore_access_regs(&next->thread.acrs[0]); \ + restore_ri_cb(next->thread.ri_cb, prev->thread.ri_cb); \ + restore_gs_cb(next->thread.gs_cb); \ + prev = __switch_to(prev, next); \ } while (0) #endif /* __ASM_SWITCH_TO_H */ diff --git a/arch/s390/kernel/dis.c b/arch/s390/kernel/dis.c index f7e82302a71ef80004f5443770cd988bcc90ed53..2394557653d57c7b093b6215326895703926e910 100644 --- a/arch/s390/kernel/dis.c +++ b/arch/s390/kernel/dis.c @@ -1548,6 +1548,7 @@ static struct s390_insn opcode_e7[] = { { "vfsq", 0xce, INSTR_VRR_VV000MM }, { "vfs", 0xe2, INSTR_VRR_VVV00MM }, { "vftci", 0x4a, INSTR_VRI_VVIMM }, + { "", 0, INSTR_INVALID } }; static struct s390_insn opcode_eb[] = { @@ -1953,7 +1954,7 @@ void show_code(struct pt_regs *regs) { char *mode = user_mode(regs) ? "User" : "Krnl"; unsigned char code[64]; - char buffer[64], *ptr; + char buffer[128], *ptr; mm_segment_t old_fs; unsigned long addr; int start, end, opsize, hops, i; @@ -2016,7 +2017,7 @@ void show_code(struct pt_regs *regs) start += opsize; pr_cont("%s", buffer); ptr = buffer; - ptr += sprintf(ptr, "\n "); + ptr += sprintf(ptr, "\n\t "); hops++; } pr_cont("\n"); diff --git a/arch/s390/kernel/early.c b/arch/s390/kernel/early.c index b945448b9eae8cea488ac32ba7ede48fc6e133e3..f7b280f0ab1682004a545199905c779abaac3ffe 100644 --- a/arch/s390/kernel/early.c +++ b/arch/s390/kernel/early.c @@ -375,8 +375,10 @@ static __init void detect_machine_facilities(void) S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; if (test_facility(40)) S390_lowcore.machine_flags |= MACHINE_FLAG_LPP; - if (test_facility(50) && test_facility(73)) + if (test_facility(50) && test_facility(73)) { S390_lowcore.machine_flags |= MACHINE_FLAG_TE; + __ctl_set_bit(0, 55); + } if (test_facility(51)) S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_LC; if (test_facility(129)) { diff --git a/arch/s390/kernel/guarded_storage.c b/arch/s390/kernel/guarded_storage.c index bff39b66c9ffdebe0faeab48d13e7c61312faf87..9ee794e14f33e72dd2e69032560ef4073fd542bb 100644 --- a/arch/s390/kernel/guarded_storage.c +++ b/arch/s390/kernel/guarded_storage.c @@ -14,9 +14,11 @@ void exit_thread_gs(void) { + preempt_disable(); kfree(current->thread.gs_cb); kfree(current->thread.gs_bc_cb); current->thread.gs_cb = current->thread.gs_bc_cb = NULL; + preempt_enable(); } static int gs_enable(void) diff --git a/arch/s390/kernel/machine_kexec.c b/arch/s390/kernel/machine_kexec.c index b0ba2c26b45e4ebe2b20b709c4618cf96eba5df2..d6f7782e75c93d551e3147fb301a73c628b295e1 100644 --- a/arch/s390/kernel/machine_kexec.c +++ b/arch/s390/kernel/machine_kexec.c @@ -269,6 +269,7 @@ static void __do_machine_kexec(void *data) s390_reset_system(); data_mover = (relocate_kernel_t) page_to_phys(image->control_code_page); + __arch_local_irq_stnsm(0xfb); /* disable DAT - avoid no-execute */ /* Call the moving routine */ (*data_mover)(&image->head, image->start); diff --git a/arch/s390/kernel/process.c b/arch/s390/kernel/process.c index a4a84fb080468374afa966475d4f2fb710da536e..7d4c5500c6c214a9ba5b90c6097de79b0b511a11 100644 --- a/arch/s390/kernel/process.c +++ b/arch/s390/kernel/process.c @@ -49,10 +49,8 @@ extern void kernel_thread_starter(void); */ void exit_thread(struct task_struct *tsk) { - if (tsk == current) { - exit_thread_runtime_instr(); + if (tsk == current) exit_thread_gs(); - } } void flush_thread(void) @@ -65,6 +63,7 @@ void release_thread(struct task_struct *dead_task) void arch_release_task_struct(struct task_struct *tsk) { + runtime_instr_release(tsk); } int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) @@ -100,6 +99,7 @@ int copy_thread_tls(unsigned long clone_flags, unsigned long new_stackp, memset(&p->thread.per_user, 0, sizeof(p->thread.per_user)); memset(&p->thread.per_event, 0, sizeof(p->thread.per_event)); clear_tsk_thread_flag(p, TIF_SINGLE_STEP); + p->thread.per_flags = 0; /* Initialize per thread user and system timer values */ p->thread.user_timer = 0; p->thread.guest_timer = 0; diff --git a/arch/s390/kernel/ptrace.c b/arch/s390/kernel/ptrace.c index 1427d60ce628ce91ce2ff4f6b28994a0442bfd7d..56e0190d6e6518cff6512525431c588e04b9ae3e 100644 --- a/arch/s390/kernel/ptrace.c +++ b/arch/s390/kernel/ptrace.c @@ -1172,26 +1172,37 @@ static int s390_gs_cb_set(struct task_struct *target, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) { - struct gs_cb *data = target->thread.gs_cb; + struct gs_cb gs_cb = { }, *data = NULL; int rc; if (!MACHINE_HAS_GS) return -ENODEV; - if (!data) { + if (!target->thread.gs_cb) { data = kzalloc(sizeof(*data), GFP_KERNEL); if (!data) return -ENOMEM; - data->gsd = 25; - target->thread.gs_cb = data; - if (target == current) - __ctl_set_bit(2, 4); - } else if (target == current) { - save_gs_cb(data); } + if (!target->thread.gs_cb) + gs_cb.gsd = 25; + else if (target == current) + save_gs_cb(&gs_cb); + else + gs_cb = *target->thread.gs_cb; rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, - data, 0, sizeof(struct gs_cb)); - if (target == current) - restore_gs_cb(data); + &gs_cb, 0, sizeof(gs_cb)); + if (rc) { + kfree(data); + return -EFAULT; + } + preempt_disable(); + if (!target->thread.gs_cb) + target->thread.gs_cb = data; + *target->thread.gs_cb = gs_cb; + if (target == current) { + __ctl_set_bit(2, 4); + restore_gs_cb(target->thread.gs_cb); + } + preempt_enable(); return rc; } diff --git a/arch/s390/kernel/relocate_kernel.S b/arch/s390/kernel/relocate_kernel.S index ca37e5d5b40cc3ff37ec4873fdd2ed81c69f4f80..9c2c96da23d0292ebfae28de8f50219d47e7d8bf 100644 --- a/arch/s390/kernel/relocate_kernel.S +++ b/arch/s390/kernel/relocate_kernel.S @@ -29,7 +29,6 @@ ENTRY(relocate_kernel) basr %r13,0 # base address .base: - stnsm sys_msk-.base(%r13),0xfb # disable DAT stctg %c0,%c15,ctlregs-.base(%r13) stmg %r0,%r15,gprregs-.base(%r13) lghi %r0,3 @@ -103,8 +102,6 @@ ENTRY(relocate_kernel) .align 8 load_psw: .long 0x00080000,0x80000000 - sys_msk: - .quad 0 ctlregs: .rept 16 .quad 0 diff --git a/arch/s390/kernel/runtime_instr.c b/arch/s390/kernel/runtime_instr.c index 32aefb215e59ffead32c88a02224da70200a5643..94c9ba72cf8354810ba8860613790b2d1c87d620 100644 --- a/arch/s390/kernel/runtime_instr.c +++ b/arch/s390/kernel/runtime_instr.c @@ -21,11 +21,24 @@ /* empty control block to disable RI by loading it */ struct runtime_instr_cb runtime_instr_empty_cb; +void runtime_instr_release(struct task_struct *tsk) +{ + kfree(tsk->thread.ri_cb); +} + static void disable_runtime_instr(void) { - struct pt_regs *regs = task_pt_regs(current); + struct task_struct *task = current; + struct pt_regs *regs; + if (!task->thread.ri_cb) + return; + regs = task_pt_regs(task); + preempt_disable(); load_runtime_instr_cb(&runtime_instr_empty_cb); + kfree(task->thread.ri_cb); + task->thread.ri_cb = NULL; + preempt_enable(); /* * Make sure the RI bit is deleted from the PSW. If the user did not @@ -46,17 +59,6 @@ static void init_runtime_instr_cb(struct runtime_instr_cb *cb) cb->valid = 1; } -void exit_thread_runtime_instr(void) -{ - struct task_struct *task = current; - - if (!task->thread.ri_cb) - return; - disable_runtime_instr(); - kfree(task->thread.ri_cb); - task->thread.ri_cb = NULL; -} - SYSCALL_DEFINE1(s390_runtime_instr, int, command) { struct runtime_instr_cb *cb; @@ -65,9 +67,7 @@ SYSCALL_DEFINE1(s390_runtime_instr, int, command) return -EOPNOTSUPP; if (command == S390_RUNTIME_INSTR_STOP) { - preempt_disable(); - exit_thread_runtime_instr(); - preempt_enable(); + disable_runtime_instr(); return 0; } diff --git a/arch/s390/kernel/syscalls.S b/arch/s390/kernel/syscalls.S index d39f121e67a987ce7037ae3ae11b5f2cca91e5bb..bc905ae1d5c8d4ff3305f7a6c925b5c355e2e9dc 100644 --- a/arch/s390/kernel/syscalls.S +++ b/arch/s390/kernel/syscalls.S @@ -370,10 +370,10 @@ SYSCALL(sys_recvmmsg,compat_sys_recvmmsg) SYSCALL(sys_sendmmsg,compat_sys_sendmmsg) SYSCALL(sys_socket,sys_socket) SYSCALL(sys_socketpair,compat_sys_socketpair) /* 360 */ -SYSCALL(sys_bind,sys_bind) -SYSCALL(sys_connect,sys_connect) +SYSCALL(sys_bind,compat_sys_bind) +SYSCALL(sys_connect,compat_sys_connect) SYSCALL(sys_listen,sys_listen) -SYSCALL(sys_accept4,sys_accept4) +SYSCALL(sys_accept4,compat_sys_accept4) SYSCALL(sys_getsockopt,compat_sys_getsockopt) /* 365 */ SYSCALL(sys_setsockopt,compat_sys_setsockopt) SYSCALL(sys_getsockname,compat_sys_getsockname) diff --git a/arch/s390/kvm/priv.c b/arch/s390/kvm/priv.c index c954ac49eee47158ac27bd1d16ba9dbcab7e25a3..5b25287f449b7e6fd919f673f110917a7376e74c 100644 --- a/arch/s390/kvm/priv.c +++ b/arch/s390/kvm/priv.c @@ -235,8 +235,6 @@ static int try_handle_skey(struct kvm_vcpu *vcpu) VCPU_EVENT(vcpu, 4, "%s", "retrying storage key operation"); return -EAGAIN; } - if (vcpu->arch.sie_block->gpsw.mask & PSW_MASK_PSTATE) - return kvm_s390_inject_program_int(vcpu, PGM_PRIVILEGED_OP); return 0; } @@ -247,6 +245,9 @@ static int handle_iske(struct kvm_vcpu *vcpu) int reg1, reg2; int rc; + if (vcpu->arch.sie_block->gpsw.mask & PSW_MASK_PSTATE) + return kvm_s390_inject_program_int(vcpu, PGM_PRIVILEGED_OP); + rc = try_handle_skey(vcpu); if (rc) return rc != -EAGAIN ? rc : 0; @@ -276,6 +277,9 @@ static int handle_rrbe(struct kvm_vcpu *vcpu) int reg1, reg2; int rc; + if (vcpu->arch.sie_block->gpsw.mask & PSW_MASK_PSTATE) + return kvm_s390_inject_program_int(vcpu, PGM_PRIVILEGED_OP); + rc = try_handle_skey(vcpu); if (rc) return rc != -EAGAIN ? rc : 0; @@ -311,6 +315,9 @@ static int handle_sske(struct kvm_vcpu *vcpu) int reg1, reg2; int rc; + if (vcpu->arch.sie_block->gpsw.mask & PSW_MASK_PSTATE) + return kvm_s390_inject_program_int(vcpu, PGM_PRIVILEGED_OP); + rc = try_handle_skey(vcpu); if (rc) return rc != -EAGAIN ? rc : 0; diff --git a/arch/s390/mm/pgalloc.c b/arch/s390/mm/pgalloc.c index cc2faffa7d6ef49def16e2ba1204f23b98a52f8e..334b6d103cbd191ce877f7a65b696d1384de96e2 100644 --- a/arch/s390/mm/pgalloc.c +++ b/arch/s390/mm/pgalloc.c @@ -85,8 +85,6 @@ int crst_table_upgrade(struct mm_struct *mm, unsigned long end) /* upgrade should only happen from 3 to 4, 3 to 5, or 4 to 5 levels */ VM_BUG_ON(mm->context.asce_limit < _REGION2_SIZE); - if (end >= TASK_SIZE_MAX) - return -ENOMEM; rc = 0; notify = 0; while (mm->context.asce_limit < end) { diff --git a/arch/s390/pci/pci.c b/arch/s390/pci/pci.c index a25d95a6612dd90f9ff009764a1d318e087495b0..0fe649c0d5423a2ed51fcff4dc7d011204fdf4e9 100644 --- a/arch/s390/pci/pci.c +++ b/arch/s390/pci/pci.c @@ -368,7 +368,8 @@ static void zpci_irq_handler(struct airq_struct *airq) /* End of second scan with interrupts on. */ break; /* First scan complete, reenable interrupts. */ - zpci_set_irq_ctrl(SIC_IRQ_MODE_SINGLE, NULL, PCI_ISC); + if (zpci_set_irq_ctrl(SIC_IRQ_MODE_SINGLE, NULL, PCI_ISC)) + break; si = 0; continue; } @@ -956,7 +957,7 @@ static int __init pci_base_init(void) if (!s390_pci_probe) return 0; - if (!test_facility(69) || !test_facility(71) || !test_facility(72)) + if (!test_facility(69) || !test_facility(71)) return 0; rc = zpci_debug_init(); diff --git a/arch/s390/pci/pci_insn.c b/arch/s390/pci/pci_insn.c index ea34086c86744e0e19cd072f160592efa2d1c7fa..81b840bc6e4e733064d20f309bb57f24820f01cb 100644 --- a/arch/s390/pci/pci_insn.c +++ b/arch/s390/pci/pci_insn.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include @@ -91,11 +92,14 @@ int zpci_refresh_trans(u64 fn, u64 addr, u64 range) } /* Set Interruption Controls */ -void zpci_set_irq_ctrl(u16 ctl, char *unused, u8 isc) +int zpci_set_irq_ctrl(u16 ctl, char *unused, u8 isc) { + if (!test_facility(72)) + return -EIO; asm volatile ( " .insn rsy,0xeb00000000d1,%[ctl],%[isc],%[u]\n" : : [ctl] "d" (ctl), [isc] "d" (isc << 27), [u] "Q" (*unused)); + return 0; } /* PCI Load */ diff --git a/arch/sparc/include/asm/compat.h b/arch/sparc/include/asm/compat.h index 977c3f280ba1900bf6d1a21990a0b17decc9821e..fa38c78de0f001f15c63d65632a78f3ce37c3def 100644 --- a/arch/sparc/include/asm/compat.h +++ b/arch/sparc/include/asm/compat.h @@ -209,7 +209,6 @@ typedef struct compat_siginfo { } compat_siginfo_t; #define COMPAT_OFF_T_MAX 0x7fffffff -#define COMPAT_LOFF_T_MAX 0x7fffffffffffffffL /* * A pointer passed in from user mode. This should not diff --git a/arch/sparc/mm/init_64.c b/arch/sparc/mm/init_64.c index 61bdc1270d195e551d190977b03e1e9fb604ec75..a0cc1be767c8f5f7d3bb7de2af4fe84ded7cee56 100644 --- a/arch/sparc/mm/init_64.c +++ b/arch/sparc/mm/init_64.c @@ -2540,9 +2540,16 @@ void __init mem_init(void) { high_memory = __va(last_valid_pfn << PAGE_SHIFT); - register_page_bootmem_info(); free_all_bootmem(); + /* + * Must be done after boot memory is put on freelist, because here we + * might set fields in deferred struct pages that have not yet been + * initialized, and free_all_bootmem() initializes all the reserved + * deferred pages for us. + */ + register_page_bootmem_info(); + /* * Set up the zero page, mark it reserved, so that page count * is not manipulated when freeing the page from user ptes. diff --git a/arch/tile/include/asm/compat.h b/arch/tile/include/asm/compat.h index c14e36f008c8f3a047fa4a9a583735a01264bcb3..62a7b83025dd24ab264d2d2901931b35c5ae9c2d 100644 --- a/arch/tile/include/asm/compat.h +++ b/arch/tile/include/asm/compat.h @@ -173,7 +173,6 @@ typedef struct compat_siginfo { } compat_siginfo_t; #define COMPAT_OFF_T_MAX 0x7fffffff -#define COMPAT_LOFF_T_MAX 0x7fffffffffffffffL struct compat_ipc64_perm { compat_key_t key; diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 2fdb23313dd55fa2d08fee3e15c47bde6ef632ac..9bceea6a5852ed100112d5cb2710d93459ca821b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -56,7 +56,7 @@ config X86 select ARCH_HAS_KCOV if X86_64 select ARCH_HAS_PMEM_API if X86_64 # Causing hangs/crashes, see the commit that added this change for details. - select ARCH_HAS_REFCOUNT if BROKEN + select ARCH_HAS_REFCOUNT select ARCH_HAS_UACCESS_FLUSHCACHE if X86_64 select ARCH_HAS_SET_MEMORY select ARCH_HAS_SG_CHAIN diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S index bcfc5668dcb22f303b21c7a636273c46274835c5..2e956afe272c09f633b0d79536d072c6bbcb7cab 100644 --- a/arch/x86/entry/entry_64.S +++ b/arch/x86/entry/entry_64.S @@ -148,8 +148,6 @@ ENTRY(entry_SYSCALL_64) movq %rsp, PER_CPU_VAR(rsp_scratch) movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp - TRACE_IRQS_OFF - /* Construct struct pt_regs on stack */ pushq $__USER_DS /* pt_regs->ss */ pushq PER_CPU_VAR(rsp_scratch) /* pt_regs->sp */ @@ -170,6 +168,8 @@ GLOBAL(entry_SYSCALL_64_after_hwframe) sub $(6*8), %rsp /* pt_regs->bp, bx, r12-15 not saved */ UNWIND_HINT_REGS extra=0 + TRACE_IRQS_OFF + /* * If we need to do entry work or if we guess we'll need to do * exit work, go straight to the slow path. diff --git a/arch/x86/events/intel/core.c b/arch/x86/events/intel/core.c index 9fb9a1f1e47bd0d0db3f9be9d4722f956d48dcfe..f94855000d4ed02677ae5a46a3e622bf54a5f0b2 100644 --- a/arch/x86/events/intel/core.c +++ b/arch/x86/events/intel/core.c @@ -3730,6 +3730,19 @@ EVENT_ATTR_STR(cycles-t, cycles_t, "event=0x3c,in_tx=1"); EVENT_ATTR_STR(cycles-ct, cycles_ct, "event=0x3c,in_tx=1,in_tx_cp=1"); static struct attribute *hsw_events_attrs[] = { + EVENT_PTR(mem_ld_hsw), + EVENT_PTR(mem_st_hsw), + EVENT_PTR(td_slots_issued), + EVENT_PTR(td_slots_retired), + EVENT_PTR(td_fetch_bubbles), + EVENT_PTR(td_total_slots), + EVENT_PTR(td_total_slots_scale), + EVENT_PTR(td_recovery_bubbles), + EVENT_PTR(td_recovery_bubbles_scale), + NULL +}; + +static struct attribute *hsw_tsx_events_attrs[] = { EVENT_PTR(tx_start), EVENT_PTR(tx_commit), EVENT_PTR(tx_abort), @@ -3742,18 +3755,16 @@ static struct attribute *hsw_events_attrs[] = { EVENT_PTR(el_conflict), EVENT_PTR(cycles_t), EVENT_PTR(cycles_ct), - EVENT_PTR(mem_ld_hsw), - EVENT_PTR(mem_st_hsw), - EVENT_PTR(td_slots_issued), - EVENT_PTR(td_slots_retired), - EVENT_PTR(td_fetch_bubbles), - EVENT_PTR(td_total_slots), - EVENT_PTR(td_total_slots_scale), - EVENT_PTR(td_recovery_bubbles), - EVENT_PTR(td_recovery_bubbles_scale), NULL }; +static __init struct attribute **get_hsw_events_attrs(void) +{ + return boot_cpu_has(X86_FEATURE_RTM) ? + merge_attr(hsw_events_attrs, hsw_tsx_events_attrs) : + hsw_events_attrs; +} + static ssize_t freeze_on_smi_show(struct device *cdev, struct device_attribute *attr, char *buf) @@ -4182,7 +4193,7 @@ __init int intel_pmu_init(void) x86_pmu.hw_config = hsw_hw_config; x86_pmu.get_event_constraints = hsw_get_event_constraints; - x86_pmu.cpu_events = hsw_events_attrs; + x86_pmu.cpu_events = get_hsw_events_attrs(); x86_pmu.lbr_double_abort = true; extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? hsw_format_attr : nhm_format_attr; @@ -4221,7 +4232,7 @@ __init int intel_pmu_init(void) x86_pmu.hw_config = hsw_hw_config; x86_pmu.get_event_constraints = hsw_get_event_constraints; - x86_pmu.cpu_events = hsw_events_attrs; + x86_pmu.cpu_events = get_hsw_events_attrs(); x86_pmu.limit_period = bdw_limit_period; extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? hsw_format_attr : nhm_format_attr; @@ -4279,7 +4290,7 @@ __init int intel_pmu_init(void) extra_attr = boot_cpu_has(X86_FEATURE_RTM) ? hsw_format_attr : nhm_format_attr; extra_attr = merge_attr(extra_attr, skl_format_attr); - x86_pmu.cpu_events = hsw_events_attrs; + x86_pmu.cpu_events = get_hsw_events_attrs(); intel_pmu_pebs_data_source_skl( boot_cpu_data.x86_model == INTEL_FAM6_SKYLAKE_X); pr_cont("Skylake events, "); diff --git a/arch/x86/include/asm/compat.h b/arch/x86/include/asm/compat.h index 9eef9cc64c6846d11dc5febae97109f2addc3648..70bc1df580b2da3c9ee2f948686402534c385077 100644 --- a/arch/x86/include/asm/compat.h +++ b/arch/x86/include/asm/compat.h @@ -209,7 +209,6 @@ typedef struct compat_siginfo { } compat_siginfo_t; #define COMPAT_OFF_T_MAX 0x7fffffff -#define COMPAT_LOFF_T_MAX 0x7fffffffffffffffL struct compat_ipc64_perm { compat_key_t key; diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index c73e493adf0748108c31389ca62437267ea877e2..eb38ac9d9a31c28725e550b9190423c9aab503f9 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -1426,4 +1426,7 @@ static inline int kvm_cpu_get_apicid(int mps_cpu) #endif } +void kvm_arch_mmu_notifier_invalidate_range(struct kvm *kvm, + unsigned long start, unsigned long end); + #endif /* _ASM_X86_KVM_HOST_H */ diff --git a/arch/x86/include/asm/pgtable.h b/arch/x86/include/asm/pgtable.h index f735c30163252f5566e17c63deb50ef0ab63cc16..f02de8bc1f72026e468372c6ce7719847c3916ad 100644 --- a/arch/x86/include/asm/pgtable.h +++ b/arch/x86/include/asm/pgtable.h @@ -1093,6 +1093,12 @@ static inline void pmdp_set_wrprotect(struct mm_struct *mm, clear_bit(_PAGE_BIT_RW, (unsigned long *)pmdp); } +#define pud_write pud_write +static inline int pud_write(pud_t pud) +{ + return pud_flags(pud) & _PAGE_RW; +} + /* * clone_pgd_range(pgd_t *dst, pgd_t *src, int count); * diff --git a/arch/x86/include/asm/refcount.h b/arch/x86/include/asm/refcount.h index ff871210b9f2f3f73ff030fe820d7c665de948b1..4e44250e7d0d75c6db385dbf151583b31d3e8c19 100644 --- a/arch/x86/include/asm/refcount.h +++ b/arch/x86/include/asm/refcount.h @@ -15,7 +15,7 @@ * back to the regular execution flow in .text. */ #define _REFCOUNT_EXCEPTION \ - ".pushsection .text.unlikely\n" \ + ".pushsection .text..refcount\n" \ "111:\tlea %[counter], %%" _ASM_CX "\n" \ "112:\t" ASM_UD0 "\n" \ ASM_UNREACHABLE \ diff --git a/arch/x86/include/asm/syscalls.h b/arch/x86/include/asm/syscalls.h index 91dfcafe27a662cba41d162bf374d9632961406e..bad25bb80679fe79cec042a0644d1205db5498fc 100644 --- a/arch/x86/include/asm/syscalls.h +++ b/arch/x86/include/asm/syscalls.h @@ -21,7 +21,7 @@ asmlinkage long sys_ioperm(unsigned long, unsigned long, int); asmlinkage long sys_iopl(unsigned int); /* kernel/ldt.c */ -asmlinkage int sys_modify_ldt(int, void __user *, unsigned long); +asmlinkage long sys_modify_ldt(int, void __user *, unsigned long); /* kernel/signal.c */ asmlinkage long sys_rt_sigreturn(void); diff --git a/arch/x86/kernel/cpu/intel_rdt.c b/arch/x86/kernel/cpu/intel_rdt.c index cd5fc61ba45020f66bb8e619b4c033eb6b786a63..88dcf8479013569e93a58c278badaf690c29a27b 100644 --- a/arch/x86/kernel/cpu/intel_rdt.c +++ b/arch/x86/kernel/cpu/intel_rdt.c @@ -267,6 +267,7 @@ static void rdt_get_cdp_l3_config(int type) r->num_closid = r_l3->num_closid / 2; r->cache.cbm_len = r_l3->cache.cbm_len; r->default_ctrl = r_l3->default_ctrl; + r->cache.shareable_bits = r_l3->cache.shareable_bits; r->data_width = (r->cache.cbm_len + 3) / 4; r->alloc_capable = true; /* diff --git a/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c b/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c index a869d4a073c5ced61e19977eccaa94cf8891e208..7be35b60029981b71f56c3068f4a6337e27f85e2 100644 --- a/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c +++ b/arch/x86/kernel/cpu/intel_rdt_rdtgroup.c @@ -1081,6 +1081,7 @@ static struct dentry *rdt_mount(struct file_system_type *fs_type, struct dentry *dentry; int ret; + cpus_read_lock(); mutex_lock(&rdtgroup_mutex); /* * resctrl file system can only be mounted once. @@ -1130,12 +1131,12 @@ static struct dentry *rdt_mount(struct file_system_type *fs_type, goto out_mondata; if (rdt_alloc_capable) - static_branch_enable(&rdt_alloc_enable_key); + static_branch_enable_cpuslocked(&rdt_alloc_enable_key); if (rdt_mon_capable) - static_branch_enable(&rdt_mon_enable_key); + static_branch_enable_cpuslocked(&rdt_mon_enable_key); if (rdt_alloc_capable || rdt_mon_capable) - static_branch_enable(&rdt_enable_key); + static_branch_enable_cpuslocked(&rdt_enable_key); if (is_mbm_enabled()) { r = &rdt_resources_all[RDT_RESOURCE_L3]; @@ -1157,6 +1158,7 @@ static struct dentry *rdt_mount(struct file_system_type *fs_type, cdp_disable(); out: mutex_unlock(&rdtgroup_mutex); + cpus_read_unlock(); return dentry; } @@ -1295,9 +1297,7 @@ static void rmdir_all_sub(void) kfree(rdtgrp); } /* Notify online CPUs to update per cpu storage and PQR_ASSOC MSR */ - get_online_cpus(); update_closid_rmid(cpu_online_mask, &rdtgroup_default); - put_online_cpus(); kernfs_remove(kn_info); kernfs_remove(kn_mongrp); @@ -1308,6 +1308,7 @@ static void rdt_kill_sb(struct super_block *sb) { struct rdt_resource *r; + cpus_read_lock(); mutex_lock(&rdtgroup_mutex); /*Put everything back to default values. */ @@ -1315,11 +1316,12 @@ static void rdt_kill_sb(struct super_block *sb) reset_all_ctrls(r); cdp_disable(); rmdir_all_sub(); - static_branch_disable(&rdt_alloc_enable_key); - static_branch_disable(&rdt_mon_enable_key); - static_branch_disable(&rdt_enable_key); + static_branch_disable_cpuslocked(&rdt_alloc_enable_key); + static_branch_disable_cpuslocked(&rdt_mon_enable_key); + static_branch_disable_cpuslocked(&rdt_enable_key); kernfs_kill_sb(sb); mutex_unlock(&rdtgroup_mutex); + cpus_read_unlock(); } static struct file_system_type rdt_fs_type = { diff --git a/arch/x86/kernel/kprobes/ftrace.c b/arch/x86/kernel/kprobes/ftrace.c index 041f7b6dfa0fe00f9c6e6611451889d41dc006b9..bcfee4f69b0e5312c78849dfea95dde23e29ca99 100644 --- a/arch/x86/kernel/kprobes/ftrace.c +++ b/arch/x86/kernel/kprobes/ftrace.c @@ -26,7 +26,7 @@ #include "common.h" static nokprobe_inline -int __skip_singlestep(struct kprobe *p, struct pt_regs *regs, +void __skip_singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb, unsigned long orig_ip) { /* @@ -41,20 +41,21 @@ int __skip_singlestep(struct kprobe *p, struct pt_regs *regs, __this_cpu_write(current_kprobe, NULL); if (orig_ip) regs->ip = orig_ip; - return 1; } int skip_singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) { - if (kprobe_ftrace(p)) - return __skip_singlestep(p, regs, kcb, 0); - else - return 0; + if (kprobe_ftrace(p)) { + __skip_singlestep(p, regs, kcb, 0); + preempt_enable_no_resched(); + return 1; + } + return 0; } NOKPROBE_SYMBOL(skip_singlestep); -/* Ftrace callback handler for kprobes */ +/* Ftrace callback handler for kprobes -- called under preepmt disabed */ void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, struct ftrace_ops *ops, struct pt_regs *regs) { @@ -77,13 +78,17 @@ void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, /* Kprobe handler expects regs->ip = ip + 1 as breakpoint hit */ regs->ip = ip + sizeof(kprobe_opcode_t); + /* To emulate trap based kprobes, preempt_disable here */ + preempt_disable(); __this_cpu_write(current_kprobe, p); kcb->kprobe_status = KPROBE_HIT_ACTIVE; - if (!p->pre_handler || !p->pre_handler(p, regs)) + if (!p->pre_handler || !p->pre_handler(p, regs)) { __skip_singlestep(p, regs, kcb, orig_ip); + preempt_enable_no_resched(); + } /* * If pre_handler returns !0, it sets regs->ip and - * resets current kprobe. + * resets current kprobe, and keep preempt count +1. */ } end: diff --git a/arch/x86/kernel/ldt.c b/arch/x86/kernel/ldt.c index 4d17bacf40308cbc9e0414b1b60d038f7a340f0a..ae5615b03def7bae6c4b2b7c1dc09fb7d0fa02a5 100644 --- a/arch/x86/kernel/ldt.c +++ b/arch/x86/kernel/ldt.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -295,8 +296,8 @@ static int write_ldt(void __user *ptr, unsigned long bytecount, int oldmode) return error; } -asmlinkage int sys_modify_ldt(int func, void __user *ptr, - unsigned long bytecount) +SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , + unsigned long , bytecount) { int ret = -ENOSYS; @@ -314,5 +315,14 @@ asmlinkage int sys_modify_ldt(int func, void __user *ptr, ret = write_ldt(ptr, bytecount, 0); break; } - return ret; + /* + * The SYSCALL_DEFINE() macros give us an 'unsigned long' + * return type, but tht ABI for sys_modify_ldt() expects + * 'int'. This cast gives us an int-sized value in %rax + * for the return code. The 'unsigned' is necessary so + * the compiler does not try to sign-extend the negative + * return codes into the high half of the register when + * taking the value from int->long. + */ + return (unsigned int)ret; } diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index 410c5dadcee31930f8c30ddaeb1b4c940835a081..3a4b12809ab5f810f5a8657bfcc3f7521450e645 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c @@ -431,6 +431,7 @@ static inline void __init construct_default_ISA_mptable(int mpc_default_type) } static unsigned long mpf_base; +static bool mpf_found; static unsigned long __init get_mpc_size(unsigned long physptr) { @@ -504,7 +505,7 @@ void __init default_get_smp_config(unsigned int early) if (!smp_found_config) return; - if (!mpf_base) + if (!mpf_found) return; if (acpi_lapic && early) @@ -593,6 +594,7 @@ static int __init smp_scan_config(unsigned long base, unsigned long length) smp_found_config = 1; #endif mpf_base = base; + mpf_found = true; pr_info("found SMP MP-table at [mem %#010lx-%#010lx] mapped at [%p]\n", base, base + sizeof(*mpf) - 1, mpf); @@ -858,7 +860,7 @@ static int __init update_mp_table(void) if (!enable_update_mptable) return 0; - if (!mpf_base) + if (!mpf_found) return 0; mpf = early_memremap(mpf_base, sizeof(*mpf)); diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 65a0ccdc3050742f9235922aaa3774560ca1f9c2..5e0453f18a57c88ed20a90ab3fba6a8a0ae1bc2c 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c @@ -239,7 +239,7 @@ static void notrace start_secondary(void *unused) load_cr3(swapper_pg_dir); __flush_tlb_all(); #endif - + load_current_idt(); cpu_init(); x86_cpuinit.early_percpu_clock_init(); preempt_disable(); diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c index 36c90d631096d8c4eea10291d2958d6fb1393b4b..ef03efba1c2324b02a65d00a7756193faa435d08 100644 --- a/arch/x86/kvm/lapic.c +++ b/arch/x86/kvm/lapic.c @@ -266,9 +266,14 @@ static inline void kvm_apic_set_ldr(struct kvm_lapic *apic, u32 id) recalculate_apic_map(apic->vcpu->kvm); } +static inline u32 kvm_apic_calc_x2apic_ldr(u32 id) +{ + return ((id >> 4) << 16) | (1 << (id & 0xf)); +} + static inline void kvm_apic_set_x2apic_id(struct kvm_lapic *apic, u32 id) { - u32 ldr = ((id >> 4) << 16) | (1 << (id & 0xf)); + u32 ldr = kvm_apic_calc_x2apic_ldr(id); WARN_ON_ONCE(id != apic->vcpu->vcpu_id); @@ -2196,6 +2201,7 @@ static int kvm_apic_state_fixup(struct kvm_vcpu *vcpu, { if (apic_x2apic_mode(vcpu->arch.apic)) { u32 *id = (u32 *)(s->regs + APIC_ID); + u32 *ldr = (u32 *)(s->regs + APIC_LDR); if (vcpu->kvm->arch.x2apic_format) { if (*id != vcpu->vcpu_id) @@ -2206,6 +2212,10 @@ static int kvm_apic_state_fixup(struct kvm_vcpu *vcpu, else *id <<= 24; } + + /* In x2APIC mode, the LDR is fixed and based on the id */ + if (set) + *ldr = kvm_apic_calc_x2apic_ldr(*id); } return 0; diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index 0e68f0b3cbf72064f36bfedcb997305fde124911..17fb6c6d939adb3ca726c33aca01d12b705bab8a 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c @@ -2189,6 +2189,8 @@ static int ud_interception(struct vcpu_svm *svm) int er; er = emulate_instruction(&svm->vcpu, EMULTYPE_TRAP_UD); + if (er == EMULATE_USER_EXIT) + return 0; if (er != EMULATE_DONE) kvm_queue_exception(&svm->vcpu, UD_VECTOR); return 1; @@ -3657,6 +3659,13 @@ static int svm_set_msr(struct kvm_vcpu *vcpu, struct msr_data *msr) u32 ecx = msr->index; u64 data = msr->data; switch (ecx) { + case MSR_IA32_CR_PAT: + if (!kvm_mtrr_valid(vcpu, MSR_IA32_CR_PAT, data)) + return 1; + vcpu->arch.pat = data; + svm->vmcb->save.g_pat = data; + mark_dirty(svm->vmcb, VMCB_NPT); + break; case MSR_IA32_TSC: kvm_write_tsc(vcpu, msr); break; diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index a6f4f095f8f4eb4aa5b4bae2a21dd66cccd824e7..f366e6d3a5e1f562381502dcf79f2bd563012b82 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -202,6 +202,10 @@ struct loaded_vmcs { bool nmi_known_unmasked; unsigned long vmcs_host_cr3; /* May not match real cr3 */ unsigned long vmcs_host_cr4; /* May not match real cr4 */ + /* Support for vnmi-less CPUs */ + int soft_vnmi_blocked; + ktime_t entry_time; + s64 vnmi_blocked_time; struct list_head loaded_vmcss_on_cpu_link; }; @@ -1286,6 +1290,11 @@ static inline bool cpu_has_vmx_invpcid(void) SECONDARY_EXEC_ENABLE_INVPCID; } +static inline bool cpu_has_virtual_nmis(void) +{ + return vmcs_config.pin_based_exec_ctrl & PIN_BASED_VIRTUAL_NMIS; +} + static inline bool cpu_has_vmx_wbinvd_exit(void) { return vmcs_config.cpu_based_2nd_exec_ctrl & @@ -1343,11 +1352,6 @@ static inline bool nested_cpu_has2(struct vmcs12 *vmcs12, u32 bit) (vmcs12->secondary_vm_exec_control & bit); } -static inline bool nested_cpu_has_virtual_nmis(struct vmcs12 *vmcs12) -{ - return vmcs12->pin_based_vm_exec_control & PIN_BASED_VIRTUAL_NMIS; -} - static inline bool nested_cpu_has_preemption_timer(struct vmcs12 *vmcs12) { return vmcs12->pin_based_vm_exec_control & @@ -3699,9 +3703,9 @@ static __init int setup_vmcs_config(struct vmcs_config *vmcs_conf) &_vmexit_control) < 0) return -EIO; - min = PIN_BASED_EXT_INTR_MASK | PIN_BASED_NMI_EXITING | - PIN_BASED_VIRTUAL_NMIS; - opt = PIN_BASED_POSTED_INTR | PIN_BASED_VMX_PREEMPTION_TIMER; + min = PIN_BASED_EXT_INTR_MASK | PIN_BASED_NMI_EXITING; + opt = PIN_BASED_VIRTUAL_NMIS | PIN_BASED_POSTED_INTR | + PIN_BASED_VMX_PREEMPTION_TIMER; if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_PINBASED_CTLS, &_pin_based_exec_control) < 0) return -EIO; @@ -5667,7 +5671,8 @@ static void enable_irq_window(struct kvm_vcpu *vcpu) static void enable_nmi_window(struct kvm_vcpu *vcpu) { - if (vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & GUEST_INTR_STATE_STI) { + if (!cpu_has_virtual_nmis() || + vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & GUEST_INTR_STATE_STI) { enable_irq_window(vcpu); return; } @@ -5707,6 +5712,19 @@ static void vmx_inject_nmi(struct kvm_vcpu *vcpu) { struct vcpu_vmx *vmx = to_vmx(vcpu); + if (!cpu_has_virtual_nmis()) { + /* + * Tracking the NMI-blocked state in software is built upon + * finding the next open IRQ window. This, in turn, depends on + * well-behaving guests: They have to keep IRQs disabled at + * least as long as the NMI handler runs. Otherwise we may + * cause NMI nesting, maybe breaking the guest. But as this is + * highly unlikely, we can live with the residual risk. + */ + vmx->loaded_vmcs->soft_vnmi_blocked = 1; + vmx->loaded_vmcs->vnmi_blocked_time = 0; + } + ++vcpu->stat.nmi_injections; vmx->loaded_vmcs->nmi_known_unmasked = false; @@ -5725,6 +5743,8 @@ static bool vmx_get_nmi_mask(struct kvm_vcpu *vcpu) struct vcpu_vmx *vmx = to_vmx(vcpu); bool masked; + if (!cpu_has_virtual_nmis()) + return vmx->loaded_vmcs->soft_vnmi_blocked; if (vmx->loaded_vmcs->nmi_known_unmasked) return false; masked = vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & GUEST_INTR_STATE_NMI; @@ -5736,13 +5756,20 @@ static void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked) { struct vcpu_vmx *vmx = to_vmx(vcpu); - vmx->loaded_vmcs->nmi_known_unmasked = !masked; - if (masked) - vmcs_set_bits(GUEST_INTERRUPTIBILITY_INFO, - GUEST_INTR_STATE_NMI); - else - vmcs_clear_bits(GUEST_INTERRUPTIBILITY_INFO, - GUEST_INTR_STATE_NMI); + if (!cpu_has_virtual_nmis()) { + if (vmx->loaded_vmcs->soft_vnmi_blocked != masked) { + vmx->loaded_vmcs->soft_vnmi_blocked = masked; + vmx->loaded_vmcs->vnmi_blocked_time = 0; + } + } else { + vmx->loaded_vmcs->nmi_known_unmasked = !masked; + if (masked) + vmcs_set_bits(GUEST_INTERRUPTIBILITY_INFO, + GUEST_INTR_STATE_NMI); + else + vmcs_clear_bits(GUEST_INTERRUPTIBILITY_INFO, + GUEST_INTR_STATE_NMI); + } } static int vmx_nmi_allowed(struct kvm_vcpu *vcpu) @@ -5750,6 +5777,10 @@ static int vmx_nmi_allowed(struct kvm_vcpu *vcpu) if (to_vmx(vcpu)->nested.nested_run_pending) return 0; + if (!cpu_has_virtual_nmis() && + to_vmx(vcpu)->loaded_vmcs->soft_vnmi_blocked) + return 0; + return !(vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & (GUEST_INTR_STATE_MOV_SS | GUEST_INTR_STATE_STI | GUEST_INTR_STATE_NMI)); @@ -5883,6 +5914,8 @@ static int handle_exception(struct kvm_vcpu *vcpu) return 1; } er = emulate_instruction(vcpu, EMULTYPE_TRAP_UD); + if (er == EMULATE_USER_EXIT) + return 0; if (er != EMULATE_DONE) kvm_queue_exception(vcpu, UD_VECTOR); return 1; @@ -6478,6 +6511,7 @@ static int handle_ept_violation(struct kvm_vcpu *vcpu) * AAK134, BY25. */ if (!(to_vmx(vcpu)->idt_vectoring_info & VECTORING_INFO_VALID_MASK) && + cpu_has_virtual_nmis() && (exit_qualification & INTR_INFO_UNBLOCK_NMI)) vmcs_set_bits(GUEST_INTERRUPTIBILITY_INFO, GUEST_INTR_STATE_NMI); @@ -6716,12 +6750,7 @@ static __init int hardware_setup(void) memset(vmx_vmread_bitmap, 0xff, PAGE_SIZE); memset(vmx_vmwrite_bitmap, 0xff, PAGE_SIZE); - /* - * Allow direct access to the PC debug port (it is often used for I/O - * delays, but the vmexits simply slow things down). - */ memset(vmx_io_bitmap_a, 0xff, PAGE_SIZE); - clear_bit(0x80, vmx_io_bitmap_a); memset(vmx_io_bitmap_b, 0xff, PAGE_SIZE); @@ -6961,7 +6990,7 @@ static struct loaded_vmcs *nested_get_current_vmcs02(struct vcpu_vmx *vmx) } /* Create a new VMCS */ - item = kmalloc(sizeof(struct vmcs02_list), GFP_KERNEL); + item = kzalloc(sizeof(struct vmcs02_list), GFP_KERNEL); if (!item) return NULL; item->vmcs02.vmcs = alloc_vmcs(); @@ -7978,6 +8007,7 @@ static int handle_pml_full(struct kvm_vcpu *vcpu) * "blocked by NMI" bit has to be set before next VM entry. */ if (!(to_vmx(vcpu)->idt_vectoring_info & VECTORING_INFO_VALID_MASK) && + cpu_has_virtual_nmis() && (exit_qualification & INTR_INFO_UNBLOCK_NMI)) vmcs_set_bits(GUEST_INTERRUPTIBILITY_INFO, GUEST_INTR_STATE_NMI); @@ -8822,6 +8852,25 @@ static int vmx_handle_exit(struct kvm_vcpu *vcpu) return 0; } + if (unlikely(!cpu_has_virtual_nmis() && + vmx->loaded_vmcs->soft_vnmi_blocked)) { + if (vmx_interrupt_allowed(vcpu)) { + vmx->loaded_vmcs->soft_vnmi_blocked = 0; + } else if (vmx->loaded_vmcs->vnmi_blocked_time > 1000000000LL && + vcpu->arch.nmi_pending) { + /* + * This CPU don't support us in finding the end of an + * NMI-blocked window if the guest runs with IRQs + * disabled. So we pull the trigger after 1 s of + * futile waiting, but inform the user about this. + */ + printk(KERN_WARNING "%s: Breaking out of NMI-blocked " + "state on VCPU %d after 1 s timeout\n", + __func__, vcpu->vcpu_id); + vmx->loaded_vmcs->soft_vnmi_blocked = 0; + } + } + if (exit_reason < kvm_vmx_max_exit_handlers && kvm_vmx_exit_handlers[exit_reason]) return kvm_vmx_exit_handlers[exit_reason](vcpu); @@ -9104,33 +9153,38 @@ static void vmx_recover_nmi_blocking(struct vcpu_vmx *vmx) idtv_info_valid = vmx->idt_vectoring_info & VECTORING_INFO_VALID_MASK; - if (vmx->loaded_vmcs->nmi_known_unmasked) - return; - /* - * Can't use vmx->exit_intr_info since we're not sure what - * the exit reason is. - */ - exit_intr_info = vmcs_read32(VM_EXIT_INTR_INFO); - unblock_nmi = (exit_intr_info & INTR_INFO_UNBLOCK_NMI) != 0; - vector = exit_intr_info & INTR_INFO_VECTOR_MASK; - /* - * SDM 3: 27.7.1.2 (September 2008) - * Re-set bit "block by NMI" before VM entry if vmexit caused by - * a guest IRET fault. - * SDM 3: 23.2.2 (September 2008) - * Bit 12 is undefined in any of the following cases: - * If the VM exit sets the valid bit in the IDT-vectoring - * information field. - * If the VM exit is due to a double fault. - */ - if ((exit_intr_info & INTR_INFO_VALID_MASK) && unblock_nmi && - vector != DF_VECTOR && !idtv_info_valid) - vmcs_set_bits(GUEST_INTERRUPTIBILITY_INFO, - GUEST_INTR_STATE_NMI); - else - vmx->loaded_vmcs->nmi_known_unmasked = - !(vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) - & GUEST_INTR_STATE_NMI); + if (cpu_has_virtual_nmis()) { + if (vmx->loaded_vmcs->nmi_known_unmasked) + return; + /* + * Can't use vmx->exit_intr_info since we're not sure what + * the exit reason is. + */ + exit_intr_info = vmcs_read32(VM_EXIT_INTR_INFO); + unblock_nmi = (exit_intr_info & INTR_INFO_UNBLOCK_NMI) != 0; + vector = exit_intr_info & INTR_INFO_VECTOR_MASK; + /* + * SDM 3: 27.7.1.2 (September 2008) + * Re-set bit "block by NMI" before VM entry if vmexit caused by + * a guest IRET fault. + * SDM 3: 23.2.2 (September 2008) + * Bit 12 is undefined in any of the following cases: + * If the VM exit sets the valid bit in the IDT-vectoring + * information field. + * If the VM exit is due to a double fault. + */ + if ((exit_intr_info & INTR_INFO_VALID_MASK) && unblock_nmi && + vector != DF_VECTOR && !idtv_info_valid) + vmcs_set_bits(GUEST_INTERRUPTIBILITY_INFO, + GUEST_INTR_STATE_NMI); + else + vmx->loaded_vmcs->nmi_known_unmasked = + !(vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) + & GUEST_INTR_STATE_NMI); + } else if (unlikely(vmx->loaded_vmcs->soft_vnmi_blocked)) + vmx->loaded_vmcs->vnmi_blocked_time += + ktime_to_ns(ktime_sub(ktime_get(), + vmx->loaded_vmcs->entry_time)); } static void __vmx_complete_interrupts(struct kvm_vcpu *vcpu, @@ -9247,6 +9301,11 @@ static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu) struct vcpu_vmx *vmx = to_vmx(vcpu); unsigned long debugctlmsr, cr3, cr4; + /* Record the guest's net vcpu time for enforced NMI injections. */ + if (unlikely(!cpu_has_virtual_nmis() && + vmx->loaded_vmcs->soft_vnmi_blocked)) + vmx->loaded_vmcs->entry_time = ktime_get(); + /* Don't enter VMX if guest state is invalid, let the exit handler start emulation until we arrive back to a valid state */ if (vmx->emulation_required) @@ -11325,6 +11384,8 @@ static void load_vmcs12_host_state(struct kvm_vcpu *vcpu, vmcs_writel(GUEST_SYSENTER_EIP, vmcs12->host_ia32_sysenter_eip); vmcs_writel(GUEST_IDTR_BASE, vmcs12->host_idtr_base); vmcs_writel(GUEST_GDTR_BASE, vmcs12->host_gdtr_base); + vmcs_write32(GUEST_IDTR_LIMIT, 0xFFFF); + vmcs_write32(GUEST_GDTR_LIMIT, 0xFFFF); /* If not VM_EXIT_CLEAR_BNDCFGS, the L2 value propagates to L1. */ if (vmcs12->vm_exit_controls & VM_EXIT_CLEAR_BNDCFGS) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 03869eb7fcd67b64e54dcb67acd559a70fd61139..df62cdc7a2582e745f3b18101b4523f4e5d40dc9 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -1830,6 +1830,9 @@ static void kvm_setup_pvclock_page(struct kvm_vcpu *v) */ BUILD_BUG_ON(offsetof(struct pvclock_vcpu_time_info, version) != 0); + if (guest_hv_clock.version & 1) + ++guest_hv_clock.version; /* first time write, random junk */ + vcpu->hv_clock.version = guest_hv_clock.version + 1; kvm_write_guest_cached(v->kvm, &vcpu->pv_time, &vcpu->hv_clock, @@ -5705,6 +5708,8 @@ int x86_emulate_instruction(struct kvm_vcpu *vcpu, if (reexecute_instruction(vcpu, cr2, write_fault_to_spt, emulation_type)) return EMULATE_DONE; + if (ctxt->have_exception && inject_emulated_exception(vcpu)) + return EMULATE_DONE; if (emulation_type & EMULTYPE_SKIP) return EMULATE_FAIL; return handle_emulation_failure(vcpu); @@ -6740,6 +6745,20 @@ static void kvm_vcpu_flush_tlb(struct kvm_vcpu *vcpu) kvm_x86_ops->tlb_flush(vcpu); } +void kvm_arch_mmu_notifier_invalidate_range(struct kvm *kvm, + unsigned long start, unsigned long end) +{ + unsigned long apic_address; + + /* + * The physical address of apic access page is stored in the VMCS. + * Update it when it becomes invalid. + */ + apic_address = gfn_to_hva(kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); + if (start <= apic_address && apic_address < end) + kvm_make_all_cpus_request(kvm, KVM_REQ_APIC_PAGE_RELOAD); +} + void kvm_vcpu_reload_apic_access_page(struct kvm_vcpu *vcpu) { struct page *page = NULL; diff --git a/arch/x86/lib/x86-opcode-map.txt b/arch/x86/lib/x86-opcode-map.txt index 12e377184ee4ad0c55d00c3784f08b393764a2bc..c4d55919fac19e06afbb00a4124fbf1b334b4d46 100644 --- a/arch/x86/lib/x86-opcode-map.txt +++ b/arch/x86/lib/x86-opcode-map.txt @@ -896,7 +896,7 @@ EndTable GrpTable: Grp3_1 0: TEST Eb,Ib -1: +1: TEST Eb,Ib 2: NOT Eb 3: NEG Eb 4: MUL AL,Eb diff --git a/arch/x86/mm/extable.c b/arch/x86/mm/extable.c index c3521e2be39610c3d932c34126fadd5203f28958..30bc4812ceb8a18796a9003f2bf8ae081c388a48 100644 --- a/arch/x86/mm/extable.c +++ b/arch/x86/mm/extable.c @@ -67,17 +67,22 @@ bool ex_handler_refcount(const struct exception_table_entry *fixup, * wrapped around) will be set. Additionally, seeing the refcount * reach 0 will set ZF (Zero Flag: result was zero). In each of * these cases we want a report, since it's a boundary condition. - * + * The SF case is not reported since it indicates post-boundary + * manipulations below zero or above INT_MAX. And if none of the + * flags are set, something has gone very wrong, so report it. */ if (regs->flags & (X86_EFLAGS_OF | X86_EFLAGS_ZF)) { bool zero = regs->flags & X86_EFLAGS_ZF; refcount_error_report(regs, zero ? "hit zero" : "overflow"); + } else if ((regs->flags & X86_EFLAGS_SF) == 0) { + /* Report if none of OF, ZF, nor SF are set. */ + refcount_error_report(regs, "unexpected saturation"); } return true; } -EXPORT_SYMBOL_GPL(ex_handler_refcount); +EXPORT_SYMBOL(ex_handler_refcount); /* * Handler for when we fail to restore a task's FPU state. We should never get diff --git a/arch/x86/pci/broadcom_bus.c b/arch/x86/pci/broadcom_bus.c index bb461cfd01abc78cdc45c6e69f013128e04ccdb4..526536c81ddc41d395fd971d909a3b687e46d989 100644 --- a/arch/x86/pci/broadcom_bus.c +++ b/arch/x86/pci/broadcom_bus.c @@ -97,7 +97,7 @@ static int __init broadcom_postcore_init(void) * We should get host bridge information from ACPI unless the BIOS * doesn't support it. */ - if (acpi_os_get_root_pointer()) + if (!acpi_disabled && acpi_os_get_root_pointer()) return 0; #endif diff --git a/arch/x86/um/ldt.c b/arch/x86/um/ldt.c index 836a1eb5df436bdad88fe3b4ae59b512f9573b19..3ee234b6234dd6eaf0a3e61b8d4d99677a5a7078 100644 --- a/arch/x86/um/ldt.c +++ b/arch/x86/um/ldt.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include @@ -369,7 +370,9 @@ void free_ldt(struct mm_context *mm) mm->arch.ldt.entry_count = 0; } -int sys_modify_ldt(int func, void __user *ptr, unsigned long bytecount) +SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , + unsigned long , bytecount) { - return do_modify_ldt_skas(func, ptr, bytecount); + /* See non-um modify_ldt() for why we do this cast */ + return (unsigned int)do_modify_ldt_skas(func, ptr, bytecount); } diff --git a/block/blk-core.c b/block/blk-core.c index 048be4aa602446f93e3e981f1ece5659e3d7287b..7b30bf10b1d4f4da87f260681f1f300f65893eef 100644 --- a/block/blk-core.c +++ b/block/blk-core.c @@ -333,11 +333,13 @@ EXPORT_SYMBOL(blk_stop_queue); void blk_sync_queue(struct request_queue *q) { del_timer_sync(&q->timeout); + cancel_work_sync(&q->timeout_work); if (q->mq_ops) { struct blk_mq_hw_ctx *hctx; int i; + cancel_delayed_work_sync(&q->requeue_work); queue_for_each_hw_ctx(q, hctx, i) cancel_delayed_work_sync(&hctx->run_work); } else { @@ -604,8 +606,8 @@ void blk_set_queue_dying(struct request_queue *q) spin_lock_irq(q->queue_lock); blk_queue_for_each_rl(rl, q) { if (rl->rq_pool) { - wake_up(&rl->wait[BLK_RW_SYNC]); - wake_up(&rl->wait[BLK_RW_ASYNC]); + wake_up_all(&rl->wait[BLK_RW_SYNC]); + wake_up_all(&rl->wait[BLK_RW_ASYNC]); } } spin_unlock_irq(q->queue_lock); @@ -844,6 +846,7 @@ struct request_queue *blk_alloc_queue_node(gfp_t gfp_mask, int node_id) setup_timer(&q->backing_dev_info->laptop_mode_wb_timer, laptop_mode_timer_fn, (unsigned long) q); setup_timer(&q->timeout, blk_rq_timed_out_timer, (unsigned long) q); + INIT_WORK(&q->timeout_work, NULL); INIT_LIST_HEAD(&q->queue_head); INIT_LIST_HEAD(&q->timeout_list); INIT_LIST_HEAD(&q->icq_list); diff --git a/block/blk-timeout.c b/block/blk-timeout.c index 17ec83bb09002ccfeead4b49692d52b3bc41caa5..6427be7ac363759f4331e7592888a45071b08467 100644 --- a/block/blk-timeout.c +++ b/block/blk-timeout.c @@ -134,8 +134,6 @@ void blk_timeout_work(struct work_struct *work) struct request *rq, *tmp; int next_set = 0; - if (blk_queue_enter(q, true)) - return; spin_lock_irqsave(q->queue_lock, flags); list_for_each_entry_safe(rq, tmp, &q->timeout_list, timeout_list) @@ -145,7 +143,6 @@ void blk_timeout_work(struct work_struct *work) mod_timer(&q->timeout, round_jiffies_up(next)); spin_unlock_irqrestore(q->queue_lock, flags); - blk_queue_exit(q); } /** diff --git a/crypto/af_alg.c b/crypto/af_alg.c index 337cf382718ee3cd81ffe3cdc480052a6f634798..a72659f452a5bbb95612601aa374f69a8c72fe01 100644 --- a/crypto/af_alg.c +++ b/crypto/af_alg.c @@ -1047,6 +1047,18 @@ ssize_t af_alg_sendpage(struct socket *sock, struct page *page, } EXPORT_SYMBOL_GPL(af_alg_sendpage); +/** + * af_alg_free_resources - release resources required for crypto request + */ +void af_alg_free_resources(struct af_alg_async_req *areq) +{ + struct sock *sk = areq->sk; + + af_alg_free_areq_sgls(areq); + sock_kfree_s(sk, areq, areq->areqlen); +} +EXPORT_SYMBOL_GPL(af_alg_free_resources); + /** * af_alg_async_cb - AIO callback handler * @@ -1063,18 +1075,13 @@ void af_alg_async_cb(struct crypto_async_request *_req, int err) struct kiocb *iocb = areq->iocb; unsigned int resultlen; - lock_sock(sk); - /* Buffer size written by crypto operation. */ resultlen = areq->outlen; - af_alg_free_areq_sgls(areq); - sock_kfree_s(sk, areq, areq->areqlen); - __sock_put(sk); + af_alg_free_resources(areq); + sock_put(sk); iocb->ki_complete(iocb, err ? err : resultlen, 0); - - release_sock(sk); } EXPORT_SYMBOL_GPL(af_alg_async_cb); diff --git a/crypto/algif_aead.c b/crypto/algif_aead.c index 516b38c3a169552dabca7e3912cd24ba240784ab..d0b45145cb307b6c77d9de5dc53697d5e130ce8e 100644 --- a/crypto/algif_aead.c +++ b/crypto/algif_aead.c @@ -101,10 +101,10 @@ static int _aead_recvmsg(struct socket *sock, struct msghdr *msg, struct aead_tfm *aeadc = pask->private; struct crypto_aead *tfm = aeadc->aead; struct crypto_skcipher *null_tfm = aeadc->null_tfm; - unsigned int as = crypto_aead_authsize(tfm); + unsigned int i, as = crypto_aead_authsize(tfm); struct af_alg_async_req *areq; - struct af_alg_tsgl *tsgl; - struct scatterlist *src; + struct af_alg_tsgl *tsgl, *tmp; + struct scatterlist *rsgl_src, *tsgl_src = NULL; int err = 0; size_t used = 0; /* [in] TX bufs to be en/decrypted */ size_t outlen = 0; /* [out] RX bufs produced by kernel */ @@ -178,7 +178,22 @@ static int _aead_recvmsg(struct socket *sock, struct msghdr *msg, } processed = used + ctx->aead_assoclen; - tsgl = list_first_entry(&ctx->tsgl_list, struct af_alg_tsgl, list); + list_for_each_entry_safe(tsgl, tmp, &ctx->tsgl_list, list) { + for (i = 0; i < tsgl->cur; i++) { + struct scatterlist *process_sg = tsgl->sg + i; + + if (!(process_sg->length) || !sg_page(process_sg)) + continue; + tsgl_src = process_sg; + break; + } + if (tsgl_src) + break; + } + if (processed && !tsgl_src) { + err = -EFAULT; + goto free; + } /* * Copy of AAD from source to destination @@ -194,7 +209,7 @@ static int _aead_recvmsg(struct socket *sock, struct msghdr *msg, */ /* Use the RX SGL as source (and destination) for crypto op. */ - src = areq->first_rsgl.sgl.sg; + rsgl_src = areq->first_rsgl.sgl.sg; if (ctx->enc) { /* @@ -207,7 +222,7 @@ static int _aead_recvmsg(struct socket *sock, struct msghdr *msg, * v v * RX SGL: AAD || PT || Tag */ - err = crypto_aead_copy_sgl(null_tfm, tsgl->sg, + err = crypto_aead_copy_sgl(null_tfm, tsgl_src, areq->first_rsgl.sgl.sg, processed); if (err) goto free; @@ -225,7 +240,7 @@ static int _aead_recvmsg(struct socket *sock, struct msghdr *msg, */ /* Copy AAD || CT to RX SGL buffer for in-place operation. */ - err = crypto_aead_copy_sgl(null_tfm, tsgl->sg, + err = crypto_aead_copy_sgl(null_tfm, tsgl_src, areq->first_rsgl.sgl.sg, outlen); if (err) goto free; @@ -257,23 +272,34 @@ static int _aead_recvmsg(struct socket *sock, struct msghdr *msg, areq->tsgl); } else /* no RX SGL present (e.g. authentication only) */ - src = areq->tsgl; + rsgl_src = areq->tsgl; } /* Initialize the crypto operation */ - aead_request_set_crypt(&areq->cra_u.aead_req, src, + aead_request_set_crypt(&areq->cra_u.aead_req, rsgl_src, areq->first_rsgl.sgl.sg, used, ctx->iv); aead_request_set_ad(&areq->cra_u.aead_req, ctx->aead_assoclen); aead_request_set_tfm(&areq->cra_u.aead_req, tfm); if (msg->msg_iocb && !is_sync_kiocb(msg->msg_iocb)) { /* AIO operation */ + sock_hold(sk); areq->iocb = msg->msg_iocb; aead_request_set_callback(&areq->cra_u.aead_req, CRYPTO_TFM_REQ_MAY_BACKLOG, af_alg_async_cb, areq); err = ctx->enc ? crypto_aead_encrypt(&areq->cra_u.aead_req) : crypto_aead_decrypt(&areq->cra_u.aead_req); + + /* AIO operation in progress */ + if (err == -EINPROGRESS || err == -EBUSY) { + /* Remember output size that will be generated. */ + areq->outlen = outlen; + + return -EIOCBQUEUED; + } + + sock_put(sk); } else { /* Synchronous operation */ aead_request_set_callback(&areq->cra_u.aead_req, @@ -285,19 +311,9 @@ static int _aead_recvmsg(struct socket *sock, struct msghdr *msg, &ctx->completion); } - /* AIO operation in progress */ - if (err == -EINPROGRESS) { - sock_hold(sk); - - /* Remember output size that will be generated. */ - areq->outlen = outlen; - - return -EIOCBQUEUED; - } free: - af_alg_free_areq_sgls(areq); - sock_kfree_s(sk, areq, areq->areqlen); + af_alg_free_resources(areq); return err ? err : outlen; } diff --git a/crypto/algif_skcipher.c b/crypto/algif_skcipher.c index 8ae4170aaeb4f2ef533f7461b81cd8b828879dd5..30ee2a8e8f42929b0a2eb92b370ec3fdac03eb53 100644 --- a/crypto/algif_skcipher.c +++ b/crypto/algif_skcipher.c @@ -117,6 +117,7 @@ static int _skcipher_recvmsg(struct socket *sock, struct msghdr *msg, if (msg->msg_iocb && !is_sync_kiocb(msg->msg_iocb)) { /* AIO operation */ + sock_hold(sk); areq->iocb = msg->msg_iocb; skcipher_request_set_callback(&areq->cra_u.skcipher_req, CRYPTO_TFM_REQ_MAY_SLEEP, @@ -124,6 +125,16 @@ static int _skcipher_recvmsg(struct socket *sock, struct msghdr *msg, err = ctx->enc ? crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); + + /* AIO operation in progress */ + if (err == -EINPROGRESS || err == -EBUSY) { + /* Remember output size that will be generated. */ + areq->outlen = len; + + return -EIOCBQUEUED; + } + + sock_put(sk); } else { /* Synchronous operation */ skcipher_request_set_callback(&areq->cra_u.skcipher_req, @@ -137,19 +148,9 @@ static int _skcipher_recvmsg(struct socket *sock, struct msghdr *msg, &ctx->completion); } - /* AIO operation in progress */ - if (err == -EINPROGRESS) { - sock_hold(sk); - - /* Remember output size that will be generated. */ - areq->outlen = len; - - return -EIOCBQUEUED; - } free: - af_alg_free_areq_sgls(areq); - sock_kfree_s(sk, areq, areq->areqlen); + af_alg_free_resources(areq); return err ? err : len; } diff --git a/crypto/asymmetric_keys/pkcs7_verify.c b/crypto/asymmetric_keys/pkcs7_verify.c index 2d93d9eccb4d0c46d7b93306f50f590709d1b21f..986033e64a838dc668496f2276aef64d8ca992b1 100644 --- a/crypto/asymmetric_keys/pkcs7_verify.c +++ b/crypto/asymmetric_keys/pkcs7_verify.c @@ -150,7 +150,7 @@ static int pkcs7_find_key(struct pkcs7_message *pkcs7, pr_devel("Sig %u: Found cert serial match X.509[%u]\n", sinfo->index, certix); - if (x509->pub->pkey_algo != sinfo->sig->pkey_algo) { + if (strcmp(x509->pub->pkey_algo, sinfo->sig->pkey_algo) != 0) { pr_warn("Sig %u: X.509 algo and PKCS#7 sig algo don't match\n", sinfo->index); continue; diff --git a/crypto/asymmetric_keys/x509_cert_parser.c b/crypto/asymmetric_keys/x509_cert_parser.c index dd03fead1ca358fc4f21cdb0c5c65b9896a39b38..ce2df8c9c583970be0177d2a50de85316fb1c2b2 100644 --- a/crypto/asymmetric_keys/x509_cert_parser.c +++ b/crypto/asymmetric_keys/x509_cert_parser.c @@ -409,6 +409,8 @@ int x509_extract_key_data(void *context, size_t hdrlen, ctx->cert->pub->pkey_algo = "rsa"; /* Discard the BIT STRING metadata */ + if (vlen < 1 || *(const u8 *)value != 0) + return -EBADMSG; ctx->key = value + 1; ctx->key_size = vlen - 1; return 0; diff --git a/crypto/asymmetric_keys/x509_public_key.c b/crypto/asymmetric_keys/x509_public_key.c index eea71dc9686c29fd2c3fe07d2c9fc0b213bc99b7..1bd0cf71a22d3d6033478dee96ec4f59be6f622b 100644 --- a/crypto/asymmetric_keys/x509_public_key.c +++ b/crypto/asymmetric_keys/x509_public_key.c @@ -135,7 +135,7 @@ int x509_check_for_self_signed(struct x509_certificate *cert) } ret = -EKEYREJECTED; - if (cert->pub->pkey_algo != cert->sig->pkey_algo) + if (strcmp(cert->pub->pkey_algo, cert->sig->pkey_algo) != 0) goto out; ret = public_key_verify_signature(cert->pub, cert->sig); diff --git a/crypto/skcipher.c b/crypto/skcipher.c index d5692e35fab1f069376f7c54358ff5e5f0cb352e..778e0ff42bfa801eda5be848da9e6747ebbc2626 100644 --- a/crypto/skcipher.c +++ b/crypto/skcipher.c @@ -522,6 +522,9 @@ static int skcipher_walk_aead_common(struct skcipher_walk *walk, scatterwalk_copychunks(NULL, &walk->in, req->assoclen, 2); scatterwalk_copychunks(NULL, &walk->out, req->assoclen, 2); + scatterwalk_done(&walk->in, 0, walk->total); + scatterwalk_done(&walk->out, 0, walk->total); + walk->iv = req->iv; walk->oiv = req->iv; diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..d040fa3c7b730ebda91d8bea6ec2a45e51069c4d --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,29 @@ +!/patches +!*.patch +!*.diff +*.debhelper* +*.local +*.pyc +*.substvars +*-di +/*-tmp/ +/build/ +/config.defines.dump +/control +/control.md5sum +/files +/hyperv-daemons/ +/libcpupower*/ +/liblockdep*/ +/libusbip-dev/ +/linux-* +!/linux-cpupower.install +!/linux-cpupower.manpages +/lockdep/ +/po/ +/rules.gen +/stamps/ +/tests/control +/tmp/ +/usbip/ +/xen-linux-system-* diff --git a/debian/changelog b/debian/changelog index 2b3a3101cd24a3646473e971de8e32a5c35ed348..91ad09aed91d824d3dd8d058e2105b705f9bbf39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,140 +1,565 @@ -linux (4.14.2-1parrot2) testing; urgency=medium +linux (4.14.7-1parrot7) testing; urgency=medium * Import new Debian release. + * Re-include parrot patches. - -- Lorenzo "Palinuro" Faletra Wed, 06 Dec 2017 00:23:41 +0100 + -- Lorenzo "Palinuro" Faletra Thu, 28 Dec 2017 23:11:27 +0100 -linux (4.14.2-1) unstable; urgency=medium +linux (4.14.7-1) unstable; urgency=medium * New upstream stable update: - https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.1 - https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.2 - - mm/pagewalk.c: report holes in hugetlb ranges (CVE-2017-16994) - - [ Ben Hutchings ] - * [rt] Update to 4.14-rt1 and reenable (Closes: #882192) - * i40e: Build for 32-bit targets again - - i40e/i40evf: organize and re-number feature flags - - i40e: fix flags declaration - - Revert "i40e: Build for 64-bit targets only" - * aufs: Update support patchset to aufs4.14-20171120 - * [armel] Change configuration to reduce image size (fixes FTBFS): - - Change CONNECTOR from built-in to module, and disable PROC_EVENTS - - Disable INTEGRITY and dependent options - - video: Disable USB_APPLEDISPLAY, BACKLIGHT_CLASS_DEVICE - * apparmor: fix oops in audit_signal_cb hook (regression in 4.14) - * leds: Enable LEDS_BRIGHTNESS_HW_CHANGED (Closes: #872862) - * [rt] Add new signing subkey for Steven Rostedt - * [rt] Update to 4.14.1-rt3 - * Set ABI to 1 - * mmap: Remember the MAP_FIXED flag as VM_FIXED - * [x86] mmap: Add an exception to the stack gap for Hotspot JVM compatibility - (Closes: #865303) + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.3 + - [s390x] fix transactional execution control register handling + - [s390x] noexec: execute kexec datamover without DAT + - [s390x] runtime instrumention: fix possible memory corruption + - [s390x] guarded storage: fix possible memory corruption + - [s390x] disassembler: add missing end marker for e7 table + - [s390x] disassembler: increase show_code buffer size + - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock + - ACPI / EC: Fix regression related to triggering source of EC event + handling + - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq + - serdev: fix registration of second slave + - sched: Make resched_cpu() unconditional + - lib/mpi: call cond_resched() from mpi_powm() loop + - [x86] boot: Fix boot failure when SMP MP-table is based at 0 + - [x86] decoder: Add new TEST instruction pattern + - [amd64] entry: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing + - [x86] perf: intel: Hide TSX events when RTM is not supported + - [arm64] Implement arch-specific pte_access_permitted() + - [armhf/armmp-lpae] 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE + - [armhf/armmp-lpae] 8721/1: mm: dump: check hardware RO bit for LPAE + - uapi: fix linux/tls.h userspace compilation error + - uapi: fix linux/rxrpc.h userspace compilation errors + - [mips*/4kc-malta] cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work + for 32-bit SMP + - [armhf,arm64] net: mvneta: fix handling of the Tx descriptor counter + - nbd: wait uninterruptible for the dead timeout + - nbd: don't start req until after the dead connection logic + - PM / OPP: Add missing of_node_put(np) + - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time + - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD + - [x86] PCI: hv: Use effective affinity mask + - [arm64] PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF + - [arm64] PCI: Apply Cavium ThunderX ACS quirk to more Root Ports + - dm integrity: allow unaligned bv_offset + - dm cache: fix race condition in the writeback mode overwrite_bio + optimisation + - dm crypt: allow unaligned bv_offset + - dm zoned: ignore last smaller runt zone + - dm mpath: remove annoying message of 'blk_get_request() returned -11' + - dm bufio: fix integer overflow when limiting maximum cache size + - ovl: Put upperdentry if ovl_check_origin() fails + - dm: allocate struct mapped_device with kvzalloc + - sched/rt: Simplify the IPI based RT balancing logic + - dm: fix race between dm_get_from_kobject() and __dm_destroy() + - dm: discard support requires all targets in a table support discards + - [mips*] Fix odd fp register warnings with MIPS64r2 + - [mips*/4kc-malta] Fix MIPS64 FP save/restore on 32-bit kernels + - [mips*] dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry + - [mips*] Fix an n32 core file generation regset support regression + - [mips*] math-emu: Fix final emulation phase for certain instructions + - rt2x00usb: mark device removed when get ENOENT usb error + - mm/z3fold.c: use kref to prevent page free/compact race + - autofs: don't fail mount for transient error + - nilfs2: fix race condition that causes file system corruption + - fscrypt: lock mutex before checking for bounce page pool + - eCryptfs: use after free in ecryptfs_release_messaging() + - libceph: don't WARN() if user tries to add invalid key + - bcache: check ca->alloc_thread initialized before wake up it + - fs: guard_bio_eod() needs to consider partitions + - fanotify: fix fsnotify_prepare_user_wait() failure + - isofs: fix timestamps beyond 2027 + - btrfs: change how we decide to commit transactions during flushing + - f2fs: expose some sectors to user in inline data or dentry case + - NFS: Fix typo in nomigration mount option + - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" + - nfs: Fix ugly referral attributes + - NFS: Avoid RCU usage in tracepoints + - NFS: revalidate "." etc correctly on "open". + - nfsd: deal with revoked delegations appropriately + - rtlwifi: rtl8192ee: Fix memory leak when loading firmware + - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time + - iwlwifi: fix firmware names for 9000 and A000 series hw + - md: fix deadlock error in recent patch. + - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write + - Bluetooth: btqcomsmd: Add support for BD address setup + - md/bitmap: revert a patch + - fsnotify: clean up fsnotify_prepare/finish_user_wait() + - fsnotify: pin both inode and vfsmount mark + - fsnotify: fix pinning group in fsnotify_prepare_user_wait() + - ata: fixes kernel crash while tracing ata_eh_link_autopsy event + - ext4: fix interaction between i_size, fallocate, and delalloc after a + crash + - ext4: prevent data corruption with inline data + DAX + - ext4: prevent data corruption with journaling + DAX + - ALSA: pcm: update tstamp only if audio_tstamp changed + - ALSA: usb-audio: Add sanity checks to FE parser + - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU + - ALSA: usb-audio: Add sanity checks in v2 clock parsers + - ALSA: timer: Remove kernel warning at compat ioctl error paths + - ALSA: hda/realtek - Fix ALC275 no sound issue + - ALSA: hda: Fix too short HDMI/DP chmap reporting + - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization + - ALSA: hda/realtek - Fix ALC700 family no sound issue + - [x86] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method + - fix a page leak in vhost_scsi_iov_to_sgl() error recovery + - 9p: Fix missing commas in mount options + - fs/9p: Compare qid.path in v9fs_test_inode + - net/9p: Switch to wait_event_killable() + - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair() + - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics() + - scsi: lpfc: fix pci hot plug crash in timer management routines + - scsi: lpfc: fix pci hot plug crash in list_add call + - scsi: lpfc: Fix crash receiving ELS while detaching driver + - scsi: lpfc: Fix FCP hba_wqidx assignment + - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails + - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref + - iscsi-target: Fix non-immediate TMR reference leak + - target: fix null pointer regression in core_tmr_drain_tmr_list + - target: fix buffer offset in core_scsi3_pri_read_full_status + - target: Fix QUEUE_FULL + SCSI task attribute handling + - target: Fix caw_sem leak in transport_generic_request_failure + - target: Fix quiese during transport_write_pending_qf endless loop + - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK + - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid + - mtd: nand: atmel: Actually use the PM ops + - mtd: nand: omap2: Fix subpage write + - mtd: nand: Fix writing mtdoops to nand flash. + - mtd: nand: mtk: fix infinite ECC decode IRQ issue + - p54: don't unregister leds when they are not initialized + - block: Fix a race between blk_cleanup_queue() and timeout handling + - raid1: prevent freeze_array/wait_all_barriers deadlock + - genirq: Track whether the trigger type has been set + - [armhf,arm64] irqchip/gic-v3: Fix ppi-partitions lookup + - lockd: double unregister of inetaddr notifiers + - [powerpc*] KVM: Book3S HV: Don't call real-mode XICS hypercall handlers + if not enabled + - [x86] KVM: nVMX: set IDTR and GDTR limits when loading L1 host state + - [x86] KVM: SVM: obey guest PAT + - [x86] kvm: vmx: Reinstate support for CPUs without virtual NMI + (Closes: #884482) + - dax: fix PMD faults on zero-length files + - dax: fix general protection fault in dax_alloc_inode + - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status + - [armhf] clk: ti: dra7-atl-clock: fix child-node lookups + - libnvdimm, dimm: clear 'locked' status on successful DIMM enable + - libnvdimm, pfn: make 'resource' attribute only readable by root + - libnvdimm, namespace: fix label initialization to use valid seq numbers + - libnvdimm, region : make 'resource' attribute only readable by root + - libnvdimm, namespace: make 'resource' attribute only readable by root + - svcrdma: Preserve CB send buffer across retransmits + - IB/srpt: Do not accept invalid initiator port names + - IB/cm: Fix memory corruption in handling CM request + - IB/hfi1: Fix incorrect available receive user context count + - IB/srp: Avoid that a cable pull can trigger a kernel crash + - IB/core: Avoid crash on pkey enforcement failed in received MADs + - IB/core: Only maintain real QPs in the security lists + - NFC: fix device-allocation error return + - spi-nor: intel-spi: Fix broken software sequencing codes + - fm10k,i40e,i40evf,igb,igbvf,ixgbe,ixgbevf: Use smp_rmb rather than + read_barrier_depends + - [hppa] Fix validity check of pointer size argument in new CAS + implementation + - [powerpc*] Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX + - [powerpc*] mm/radix: Fix crashes on Power9 DD1 with radix MMU and + STRICT_RWX + - [powerpc*] perf/imc: Use cpu_to_node() not topology_physical_package_id() + - [powerpc*] signal: Properly handle return value from uprobe_deny_signal() + - [powerpc*] 64s: Fix masking of SRR1 bits on instruction fault + - [powerpc*] 64s/radix: Fix 128TB-512TB virtual address boundary case + allocation + - [powerpc*] 64s/hash: Fix 512T hint detection to use >= 128T + - [powerpc*] 64s/hash: Fix 128TB-512TB virtual address boundary case + allocation + - [powerpc*] 64s/hash: Fix fork() with 512TB process address space + - [powerpc*] 64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary + - media: Don't do DMA on stack for firmware upload in the AS102 driver + - media: rc: check for integer overflow + - media: rc: nec decoder should not send both repeat and keycode + - media: v4l2-ctrl: Fix flags field on Control events + - [arm64] media: venus: fix wrong size on dma_free + - [arm64] media: venus: venc: fix bytesused v4l2_plane field + - [arm64] media: venus: reimplement decoder stop command + - [arm64] dts: meson-gxl: Add alternate ARM Trusted Firmware reserved + memory zone + - iwlwifi: fix wrong struct for a000 device + - iwlwifi: fix PCI IDs and configuration mapping for 9000 series + - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command + - e1000e: Fix error path in link detection + - e1000e: Fix return value test + - e1000e: Separate signaling for link check/link up + - e1000e: Avoid receiver overrun interrupt bursts + - e1000e: fix buffer overrun while the I219 is processing DMA transactions + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.4 + - [x86]: platform: hp-wmi: Fix tablet mode detection for convertibles + - mm, memory_hotplug: do not back off draining pcp free pages from kworker + context + - mm, oom_reaper: gather each vma to prevent leaking TLB entry + - [armhf,arm64] mm/cma: fix alloc_contig_range ret code/potential leak + - mm: fix device-dax pud write-faults triggered by get_user_pages() + - mm, hugetlbfs: introduce ->split() to vm_operations_struct + - device-dax: implement ->split() to catch invalid munmap attempts + - mm: introduce get_user_pages_longterm + - mm: fail get_vaddr_frames() for filesystem-dax mappings + - v4l2: disable filesystem-dax mapping support + - IB/core: disable memory registration of filesystem-dax vmas + - exec: avoid RLIMIT_STACK races with prlimit() + - mm/madvise.c: fix madvise() infinite loop under special circumstances + - mm: migrate: fix an incorrect call of prep_transhuge_page() + - mm, memcg: fix mem_cgroup_swapout() for THPs + - fs/fat/inode.c: fix sb_rdonly() change + - autofs: revert "autofs: take more care to not update last_used on path + walk" + - autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored" + - mm/hugetlb: fix NULL-pointer dereference on 5-level paging machine + - btrfs: clear space cache inode generation always + - nfsd: Fix stateid races between OPEN and CLOSE + - nfsd: Fix another OPEN stateid race + - nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat + - crypto: algif_aead - skip SGL entries with NULL page + - crypto: af_alg - remove locking in async callback + - crypto: skcipher - Fix skcipher_walk_aead_common + - lockd: lost rollback of set_grace_period() in lockd_down_net() + - [s390x] revert ELF_ET_DYN_BASE base changes + - [armhf] drm: omapdrm: Fix DPI on platforms using the DSI VDDS + - [armhf] omapdrm: hdmi4: Correct the SoC revision matching + - [arm64] module-plts: factor out PLT generation code for ftrace + - [arm64] ftrace: emit ftrace-mod.o contents through code + - [powerpc*] powernv: Fix kexec crashes caused by tlbie tracing + - [powerpc*] kexec: Fix kexec/kdump in P9 guest kernels + - [x86] KVM: pvclock: Handle first-time write to pvclock-page contains + random junk + - [x86] KVM: Exit to user-mode on #UD intercept when emulator requires + - [x86] KVM: inject exceptions produced by x86_decode_insn + - [x86] KVM: lapic: Split out x2apic ldr calculation + - [x86] KVM: lapic: Fixup LDR on load in x2apic + - mmc: sdhci: Avoid swiotlb buffer being full + - mmc: block: Fix missing blk_put_request() + - mmc: block: Check return value of blk_get_request() + - mmc: core: Do not leave the block driver in a suspended state + - mmc: block: Ensure that debugfs files are removed + - mmc: core: prepend 0x to pre_eol_info entry in sysfs + - mmc: core: prepend 0x to OCR entry in sysfs + - ACPI / EC: Fix regression related to PM ops support in ECDT device + - eeprom: at24: fix reading from 24MAC402/24MAC602 + - eeprom: at24: correctly set the size for at24mac402 + - eeprom: at24: check at24_read/write arguments + - [alpha,x86] i2c: i801: Fix Failed to allocate irq -2147483648 error + - bcache: Fix building error on MIPS + - bcache: only permit to recovery read error when cache device is clean + - bcache: recover data from backing when data is clean + - hwmon: (jc42) optionally try to disable the SMBUS timeout + - nvme-pci: add quirk for delay before CHK RDY for WDC SN200 + - Revert "drm/radeon: dont switch vt on suspend" + - drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs() + - drm/amdgpu: Potential uninitialized variable in + amdgpu_vm_update_directories() + - drm/amdgpu: correct reference clock value on vega10 + - drm/amdgpu: fix error handling in amdgpu_bo_do_create + - drm/amdgpu: Properly allocate VM invalidate eng v2 + - drm/amdgpu: Remove check which is not valid for certain VBIOS + - drm/ttm: fix ttm_bo_cleanup_refs_or_queue once more + - dma-buf: make reservation_object_copy_fences rcu save + - drm/amdgpu: reserve root PD while releasing it + - drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_list + - drm/vblank: Fix flip event vblank count + - drm/vblank: Tune drm_crtc_accurate_vblank_count() WARN down to a debug + - drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode() + - drm/radeon: fix atombios on big endian + - drm/panel: simple: Add missing panel_simple_unprepare() calls + - [arm64] drm/hisilicon: Ensure LDI regs are properly configured. + - drm/ttm: once more fix ttm_buffer_object_transfer + - drm/amd/pp: fix typecast error in powerplay. + - drm/fb_helper: Disable all crtc's when initial setup fails. + - drm/edid: Don't send non-zero YQ in AVI infoframe for HDMI 1.x sinks + - drm/amdgpu: move UVD/VCE and VCN structure out from union + - drm/amdgpu: Set adev->vcn.irq.num_types for VCN + - IB/core: Do not warn on lid conversions for OPA + - IB/hfi1: Do not warn on lid conversions for OPA + - e1000e: fix the use of magic numbers for buffer overrun issue + - md: forbid a RAID5 from having both a bitmap and a journal. + - [x86] drm/i915: Fix false-positive assert_rpm_wakelock_held in + i915_pmic_bus_access_notifier v2 + - [x86] drm/i915: Re-register PMIC bus access notifier on runtime resume + - [x86] drm/i915/fbdev: Serialise early hotplug events with async fbdev + config + - [x86] drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definition + - [x86] drm/i915: Don't try indexed reads to alternate slave addresses + - [x86] drm/i915: Prevent zero length "index" write + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.5 + - drm/amdgpu: Use unsigned ring indices in amdgpu_queue_mgr_map + - [s390x] runtime instrumentation: simplify task exit handling + - usbip: fix usbip attach to find a port that matches the requested speed + - usbip: Fix USB device hang due to wrong enabling of scatter-gather + - uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devices + - usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C Hub + - serial: 8250_early: Only set divisor if valid clk & baud + - [mips*] Add custom serial.h with BASE_BAUD override for generic kernel + - ima: fix hash algorithm initialization + - [s390x] vfio-ccw: Do not attempt to free no-op, test and tic cda. + - PM / Domains: Fix genpd to deal with drivers returning 1 from ->prepare() + - [s390x] pci: do not require AIS facility + - serial: 8250_fintek: Fix rs485 disablement on invalid ioctl() + - staging: rtl8188eu: avoid a null dereference on pmlmepriv + - [arm64] mmc: sdhci-msm: fix issue with power irq + - hwmon: (pmbus/core) Prevent unintentional setting of page to 0xFF + - perf/core: Fix __perf_read_group_add() locking + - [armhf] PCI: dra7xx: Create functional dependency between PCIe and PHY + - [x86] intel_rdt: Initialize bitmask of shareable resource if CDP enabled + - [x86] intel_rdt: Fix potential deadlock during resctrl mount + - serial: 8250: Preserve DLD[7:4] for PORT_XR17V35X + - kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=y + - [x86] entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt() + - [armhf,arm64] clocksource/drivers/arm_arch_timer: Validate CNTFRQ after + enabling frame + - [x86] EDAC, sb_edac: Fix missing break in switch + - [arm64] cpuidle: Correct driver unregistration if init fails + - usb: xhci: Return error when host is dead in xhci_disable_slot() + - [armel,armhf] sysrq : fix Show Regs call trace on ARM + - [sh4] serial: sh-sci: suppress warning for ports without dma channels + - [armhf] serial: imx: Update cached mctrl value when changing RTS + - [x86] kprobes: Disable preemption in ftrace-based jprobes + - [x86] locking/refcounts, asm: Use unique .text section for refcount + exceptions + - [s390x] ptrace: fix guarded storage regset handling + - perf tools: Fix leaking rec_argv in error cases + - mm, x86/mm: Fix performance regression in get_user_pages_fast() + - iio: adc: ti-ads1015: add 10% to conversion wait time + - iio: multiplexer: add NULL check on devm_kzalloc() and devm_kmemdup() + return values + - [x86] locking/refcounts, asm: Enable CONFIG_ARCH_HAS_REFCOUNT + - [powerpc*] jprobes: Disable preemption when triggered through ftrace + - [powerpc*] kprobes: Disable preemption before invoking probe handler for + optprobes + - usb: hub: Cycle HUB power when initialization fails + - [armhf,arm64] USB: ulpi: fix bus-node lookup + - xhci: Don't show incorrect WARN message about events for empty rings + - usb: xhci: fix panic in xhci_free_virt_devices_depth_first + - USB: core: Add type-specific length check of BOS descriptors + - USB: usbfs: Filter flags passed in from user space + - usb: host: fix incorrect updating of offset + - locking/refcounts: Do not force refcount_t usage as GPL-only export + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.6 + - usb: gadget: core: Fix ->udc_set_speed() speed handling + - serdev: ttyport: add missing receive_buf sanity checks + - serdev: ttyport: fix NULL-deref on hangup + - serdev: ttyport: fix tty locking in close + - usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT + - can: peak/pci: fix potential bug when probe() fails + - can: kvaser_usb: free buf in error paths + - can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback() + - can: kvaser_usb: ratelimit errors if incomplete messages are received + - can: kvaser_usb: cancel urb on -EPIPE and -EPROTO + - can: ems_usb: cancel urb on -EPIPE and -EPROTO + - can: esd_usb2: cancel urb on -EPIPE and -EPROTO + - can: usb_8dev: cancel urb on -EPIPE and -EPROTO + - can: peak/pcie_fd: fix potential bug in restarting tx queue + - virtio: release virtio index when fail to device_register + - [arm64] pinctrl: armada-37xx: Fix direction_output() callback behavior + - [x86] Drivers: hv: vmbus: Fix a rescind issue + - [x86] hv: kvp: Avoid reading past allocated blocks from KVP file + - firmware: vpd: Destroy vpd sections in remove function + - firmware: vpd: Tie firmware kobject to device lifetime + - firmware: vpd: Fix platform driver and device registration/unregistration + - scsi: dma-mapping: always provide dma_get_cache_alignment + - scsi: use dma_get_cache_alignment() as minimum DMA alignment + - scsi: libsas: align sata_device's rps_resp on a cacheline + - efi: Move some sysfs files to be read-only by root + - efi/esrt: Use memunmap() instead of kfree() to free the remapping + - ASN.1: fix out-of-bounds read when parsing indefinite length item + - ASN.1: check for error from ASN1_OP_END__ACT actions + - KEYS: add missing permission check for request_key() destination + (CVE-2017-17807) + - KEYS: reject NULL restriction string when type is specified + - X.509: reject invalid BIT STRING for subjectPublicKey + - X.509: fix comparisons of ->pkey_algo + - [x86] idt: Load idt early in start_secondary + - [x86] PCI: Make broadcom_postcore_init() check acpi_disabled + - [x86] KVM: fix APIC page invalidation + - btrfs: fix missing error return in btrfs_drop_snapshot + - btrfs: handle errors while updating refcounts in update_ref_for_cow + - ALSA: pcm: prevent UAF in snd_pcm_info + - ALSA: seq: Remove spurious WARN_ON() at timer check + - ALSA: usb-audio: Fix out-of-bound error + - ALSA: usb-audio: Add check return value for usb_string() + - [x86] iommu/vt-d: Fix scatterlist offset handling + - smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place + - [s390x] always save and restore all registers on context switch + - [s390x] mm: fix off-by-one bug in 5-level page table handling + - [s390x] fix compat system call table + - [s390x] KVM: Fix skey emulation permission check + - [powerpc*] Revert "powerpc: Do not call ppc_md.panic in fadump panic + notifier" + - [powerpc*] 64s: Initialize ISAv3 MMU registers before setting partition + table + - iwlwifi: mvm: mark MIC stripped MPDUs + - iwlwifi: mvm: don't use transmit queue hang detection when it is not + possible + - iwlwifi: mvm: flush queue before deleting ROC + - iwlwifi: mvm: fix packet injection + - iwlwifi: mvm: enable RX offloading with TKIP and WEP + - brcmfmac: change driver unbind order of the sdio function devices + - md/r5cache: move mddev_lock() out of r5c_journal_mode_set() + - [armhf] drm/bridge: analogix dp: Fix runtime PM state in get_modes() + callback + - [armhf] drm/exynos: gem: Drop NONCONTIG flag for buffers allocated + without IOMMU + - [x86] drm/i915: Fix vblank timestamp/frame counter jumps on gen2 + - media: dvb: i2c transfers over usb cannot be done from stack + - media: rc: sir_ir: detect presence of port + - media: rc: partial revert of "media: rc: per-protocol repeat period" + - [arm64] KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one + - [armhf] KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-one + - [x86] KVM: VMX: remove I/O port 0x80 bypass on Intel hosts + (CVE-2017-1000407) + - [armhf,arm64] KVM: Fix broken GICH_ELRSR big endian conversion + - [armhf,arm64] KVM: vgic-irqfd: Fix MSI entry allocation + - [armhf,arm64] KVM: vgic: Preserve the revious read from the pending table + - [armhf,arm64] KVM: vgic-its: Check result of allocation before use + - [arm64] fpsimd: Prevent registers leaking from dead tasks + - [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 + - [armhf] Revert "ARM: dts: imx53: add srtc node" + - [armhf] bus: arm-cci: Fix use of smp_processor_id() in preemptible context + - IB/core: Only enforce security for InfiniBand + - [armel,armhf] BUG if jumping to usermode address in kernel mode + - [armel,armhf] avoid faulting on qemu + - [arm64] irqchip/qcom: Fix u32 comparison with value less than zero + - [powerpc*] perf: Fix pmu_count to count only nest imc pmus + - apparmor: fix leak of null profile name if profile allocation fails + - mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl() + - gre6: use log_ecn_error module parameter in ip6_tnl_rcv() + - route: also update fnhe_genid when updating a route cache + - route: update fnhe_expires for redirect when the fnhe exists + - rsi: fix memory leak on buf and usb_reg_buf + - pipe: match pipe_max_size data type with procfs + - lib/genalloc.c: make the avail variable an atomic_long_t + - NFS: Fix a typo in nfs_rename() + - sunrpc: Fix rpc_task_begin trace point + - nfp: inherit the max_mtu from the PF netdev + - nfp: fix flower offload metadata flag usage + - xfs: fix forgotten rcu read unlock when skipping inode reclaim + - block: wake up all tasks blocked in get_request() + - [sparc64] mm: set fields in deferred pages + - zsmalloc: calling zs_map_object() from irq is a bug + - slub: fix sysfs duplicate filename creation when slub_debug=O + - sctp: do not free asoc when it is already dead in sctp_sendmsg + - sctp: use the right sk after waking up from wait_buf sleep + - fcntl: don't leak fd reference when fixup_compat_flock fails + - geneve: fix fill_info when link down + - bpf: fix lockdep splat + - [arm64] clk: qcom: common: fix legacy board-clock registration + - [arm64] clk: hi3660: fix incorrect uart3 clock freqency + - atm: horizon: Fix irq release error + - xfrm: Copy policy family in clone_policy + - f2fs: fix to clear FI_NO_PREALLOC + - bnxt_re: changing the ip address shouldn't affect new connections + - IB/mlx4: Increase maximal message size under UD QP + - IB/mlx5: Assign send CQ and recv CQ of UMR QP + - afs: Fix total-length calculation for multiple-page send + - afs: Connect up the CB.ProbeUuid + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.7 + - net: realtek: r8169: implement set_link_ksettings() + - [s390x] qeth: fix early exit from error path + - tipc: fix memory leak in tipc_accept_from_sock() + - vhost: fix skb leak in handle_rx() + - rds: Fix NULL pointer dereference in __rds_rdma_map + - sit: update frag_off info + - tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb() + - packet: fix crash in fanout_demux_rollover() + - net/packet: fix a race in packet_bind() and packet_notifier() + - tcp: remove buggy call to tcp_v6_restore_cb() + - usbnet: fix alignment for frames with no ethernet header + - net: remove hlist_nulls_add_tail_rcu() + - stmmac: reset last TSO segment size after device open + - tcp/dccp: block bh before arming time_wait timer + - [s390x] qeth: build max size GSO skbs on L2 devices + - [s390x] qeth: fix thinko in IPv4 multicast address tracking + - [s390x] qeth: fix GSO throughput regression + - tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match() + - tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() + - tcp: use current time in tcp_rcv_space_adjust() + - net: sched: cbq: create block for q->link.block + - tap: free skb if flags error + - tcp: when scheduling TLP, time of RTO should account for current ACK + - tun: free skb in early errors + - net: ipv6: Fixup device for anycast routes during copy + - tun: fix rcu_read_lock imbalance in tun_build_skb + - net: accept UFO datagrams from tuntap and packet + - net: openvswitch: datapath: fix data type in queue_gso_packets + - cls_bpf: don't decrement net's refcount when offload fails + - sctp: use right member as the param of list_for_each_entry + - ipmi: Stop timers before cleaning up the module + - usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping + - fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscall + - fix kcm_clone() + - [armhf,arm64] KVM: vgic-its: Preserve the revious read from the pending + table + - kbuild: do not call cc-option before KBUILD_CFLAGS initialization + - [powerpc*] powernv/idle: Round up latency and residency values + - ipvlan: fix ipv6 outbound device + - blk-mq: Avoid that request queue removal can trigger list corruption + - nvmet-rdma: update queue list during ib_device removal + - audit: Allow auditd to set pid to 0 to end auditing + - audit: ensure that 'audit=1' actually enables audit for PID 1 + - dm raid: fix panic when attempting to force a raid to sync + - md: free unused memory after bitmap resize + - RDMA/cxgb4: Annotate r2 and stag as __be32 + - [x86] intel_rdt: Fix potential deadlock during resctrl unmount [ Salvatore Bonaccorso ] - * mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() - (CVE-2017-1000405) - - -- Ben Hutchings Thu, 30 Nov 2017 12:33:47 +0000 - -linux (4.14-1~exp1) experimental; urgency=medium - - * New upstream release: https://kernelnewbies.org/Linux_4.14 - - [ Ben Hutchings ] - * debian/control: Set Rules-Requires-Root to no - * [armhf] drm: Enable DRM_SUN4I, DRM_SUN4I_HDMI, DRM_SUN4I_BACKEND, - DRM_SUN8I_MIXER as modules; and DRM_SUN4I_HDMI_CEC (Closes: #881570) - * media: dvb-core: always call invoke_release() in fe_free() - * dvb_frontend: don't use-after-free the frontend struct (CVE-2017-16648) - * Set ABI name to trunk - - [ Bastian Blank ] - * Enable CRYPTO_SHA3. - - [ Riku Voipio ] - * [arm64] enable generic server options. - - NUMA, ACPI_NUMA, CRASH_DUMP, VFIO, HOTPLUG_PCI, ACPI_CPPC_CPUFREQ, - MMC_SDHCI_ACPI, PL330_DMA - * [arm64] enable various server platform drivers - - NET_XGENE_V2, EDAC_THUNDERX, MMC_CAVIUM_THUNDER, - GPIO_XLP, I2C_XLP9XX, SPI_XLP, DRM_HISI_HIBMC, HISI_SAS_PCI, - GPIO_WATCHDOG, ARM_SP805_WATCHDOG, ARM_SBSA_WATCHDOG, DW_WATCHDOG - * [arm64] enable support for Marvell arm64 boards - - CRYPTO_DEV_MARVELL_CESA, MARVELL_PHY, MARVELL_10G_PHY, - PHY_MVEBU_CP110_COMPHY, RTC_DRV_MV, RTC_DRV_ARMADA38X, SPI_ARMADA_3700 - ARMADA_THERMAL, HW_RANDOM_OMAP, CRYPTO_DEV_SAFEXCE - * [arm64] 96boards Hikey and Dragonboard support - - PCIE_KIRIN, TEE, OPTEE, SND_I2S_HI6210_I2S, DRM_I2C_ADV7511_AUDIO, - CMA, USB_ISP176, USB_CHIPIDEA_ULPI, USB_DWC3_ULPI, NOP_USB_XCEIV - USB_ULPI, RPMSG_QCOM*, PHY_QCOM*, QCOM_IOMMU, QCOM_CLK*, etc - - SERIAL_DEV_BUS for HiKey bluetooth - * All options as modules when possible - - -- Ben Hutchings Fri, 17 Nov 2017 00:16:15 +0000 - -linux (4.14~rc7-1~exp1) experimental; urgency=medium - - * New upstream release candidate - - [ Ben Hutchings ] - * [mips*] Increase RELOCATION_TABLE_SIZE to 0x00120000 (fixes FTBFS) - * debian/bin/gencontrol.py: Set encoding to UTF-8 globally - * [alpha] udeb: Remove empty fb-modules package (fixes FTBFS) - * [armel] udeb: Remove fbcon from fb-modules package - - [ Uwe Kleine-König ] - * [arm64] add BRCMFMAC_SDIO for wifi on Raspberry Pi 3 (Closes: #877911) + * Add ABI reference for 4.14.0-1 + * xen/time: do not decrease steal time after live migration on xen + (Closes: #871608) + * crypto: salsa20 - fix blkcipher_walk API usage (CVE-2017-17805) + * crypto: hmac - require that the underlying hash algorithm is unkeyed + (CVE-2017-17806) [ Vagrant Cascadian ] - * Enable SQUASHFS_LZ4 in default config. - - -- Ben Hutchings Mon, 30 Oct 2017 18:31:38 +0000 - -linux (4.14~rc5-1~exp1) experimental; urgency=medium - - * New upstream release candidate - - [ Ben Hutchings ] - * Update kconfig for 4.14: - - [alpha] fbdev: Re-enable FRAMEBUFFER_CONSOLE as built-in - - [armel] fbdev: Explicitly disable FRAMEBUFFER_CONSOLE, as it can no - longer be a module - - [arm64] Re-enable MMC_QCOM_DML - - Change RC_CORE back to being a module - - power/supply: Enable BATTERY_BQ27XXX and BATTERY_BQ27XXX_HDQ as modules, - replacing W1_SLAVE_BQ27000 - * net: Disable IRDA, which will soon be deleted upstream - * [mips*] Increase RELOCATION_TABLE_SIZE to 0x00110000 for all flavours - (fixes FTBFS) - * i40e: Build for 64-bit targets only (fixes FTBFS on hppa) - * Compile with gcc-7 on all architectures - - [ John Paul Adrian Glaubitz ] - * [m68k] udeb: Build ata-modules package, include libata - * [m68k] udeb: Add ide-cd_mod to cdrom-core-modules - * [m68k] udeb: Build ide-core-modules package, include ide-core - * [m68k] udeb: Build ide-modules package, include ide-gd_mod - * [m68k] udeb: Move old IDE drivers from pata-modules to ide-modules: - - buddha, falconide, gayle, macide, q40ide - * [m68k] udeb: Add missing SCSI drivers to scsi-modules: - - a2091, a3000, a4000t, bvme6000_scsi, gvp11, mvme16x_scsi, zorro7xx - * [m68k] Build uncompressed kernel image by default. - - [ Uwe Kleine-König ] - * media: drop explicit setting of DVB_MAX_ADAPTERS to follow upstream default - (Closes: #878846) - - -- Ben Hutchings Tue, 17 Oct 2017 23:37:52 +0100 - -linux (4.14~rc3-1~exp1) experimental; urgency=medium - - * New upstream release candidate - - [ Ben Hutchings ] - * aufs: Update support patchset to aufs4.x-rcN-20171002 + * [armhf, arm64] Backport patches from 4.15.x to support dwmac-sun8i. + + [ Ben Hutchings ] + * [rt] Update to 4.14.6-rt7: + - hrtimer: account for migrated timers + - crypto: mcryptd: protect the per-CPU queue with a lock + - tracing: Update inter-event hist trigger support to v7: + + Rename virtual "$common_timestamp" field to "common_timestamp" + + Fix use-after-free in trigger removal + - mm/slub: close possible memory-leak in kmem_cache_alloc_bulk() + - crypto: limit more FPU-enabled sections + * dccp: CVE-2017-8824: use-after-free in DCCP code + * netfilter: nfnetlink_cthelper: Add missing permission checks + (CVE-2017-17448) + * netlink: Add netns check on taps (CVE-2017-17449) + * netfilter: xt_osf: Add missing permission checks (CVE-2017-17450) + * USB: core: prevent malicious bNumInterfaces overflow (CVE-2017-17558) + * net: ipv4: fix for a race condition in raw_sendmsg (CVE-2017-17712) + * media: dvb-usb-v2: lmedm04: Improve logic checking of warm start + (CVE-2017-16538) + * media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner + (CVE-2017-16538) + * media: hdpvr: Fix an error handling path in hdpvr_probe() (CVE-2017-16644) + * [armhf,arm64,x86] KVM: Fix stack-out-of-bounds read in write_mmio + (CVE-2017-17741) + * bluetooth: Prevent stack info leak from the EFS element. + (CVE-2017-1000410) + * bpf/verifier: Fix multiple security issues (Closes: #883558): + - encapsulate verifier log state into a structure + - move global verifier log into verifier environment + - fix branch pruning logic + - fix bounds calculation on BPF_RSH + - fix incorrect sign extension in check_alu_op() (CVE-2017-16995) + - fix incorrect tracking of register size truncation (CVE-2017-16996) + - fix 32-bit ALU op verification + - fix missing error return in check_stack_boundary() + - force strict alignment checks for stack pointers + - don't prune branches when a scalar is replaced with a pointer + - fix integer overflows + * Bump ABI to 2 - -- Ben Hutchings Mon, 02 Oct 2017 04:47:08 +0100 + -- Ben Hutchings Fri, 22 Dec 2017 14:12:23 +0000 linux (4.13.13-1parrot13) testing; urgency=medium diff --git a/debian/config.defines.dump b/debian/config.defines.dump index 76161d9d93ed46b5ee22d628c286c107446553a5..f4d4175ff40444b85e1e4b0e5f273490bbe7fc90 100644 --- a/debian/config.defines.dump +++ b/debian/config.defines.dump @@ -8,7 +8,7 @@ tp3 (dp4 Vabiname p5 -Vparrot2 +Vparrot7 p6 sVignore-changes p7 @@ -387,2350 +387,2338 @@ p204 sVvdso p205 I01 -sVsigned-modules -p206 -I00 ss(Vimage -p207 +p206 g190 -tp208 -(dp209 +tp207 +(dp208 Vbootloaders -p210 -(lp211 +p209 +(lp210 Vgrub-pc -p212 +p211 aVgrub-efi-amd64 -p213 +p212 aVextlinux -p214 +p213 asVinstall-stem -p215 +p214 Vvmlinuz -p216 +p215 sVbreaks -p217 +p216 Vxserver-xorg-input-vmmouse (<< 1:13.0.99) -p218 +p217 ss(Vrelations -p219 +p218 g190 -tp220 -(dp221 +tp219 +(dp220 Vheaders%gcc-7 -p222 +p221 Vlinux-compiler-gcc-7-x86 -p223 +p222 ss(Vdescription -p224 +p223 g190 NVamd64 -p225 -tp226 -(dp227 +p224 +tp225 +(dp226 Vhardware -p228 +p227 V64-bit PCs -p229 +p228 sVhardware-long -p230 +p229 VPCs with AMD64, Intel 64 or VIA Nano processors -p231 +p230 ss(Vbase -p232 +p231 g190 Vnone -p233 -tp234 -(dp235 +p232 +tp233 +(dp234 Vflavours -p236 -(lp237 +p235 +(lp236 Vamd64 -p238 +p237 ass(Vdescription -p239 +p238 g190 -g233 +g232 Vamd64 -p240 -tp241 -(dp242 +p239 +tp240 +(dp241 Vparts -p243 -(lp244 +p242 +(lp243 Vxen -p245 +p244 ass(Vbase -p246 +p245 g190 Vrt -p247 -tp248 -(dp249 +p246 +tp247 +(dp248 Vflavours -p250 -(lp251 +p249 +(lp250 Vamd64 -p252 +p251 ass(Vbase -p253 +p252 Varm64 -p254 -tp255 -(dp256 +p253 +tp254 +(dp255 Vkernel-arch -p257 +p256 Varm64 -p258 +p257 sVfeaturesets -p259 -(lp260 +p258 +(lp259 Vnone -p261 +p260 ass(Vbuild -p262 -g254 -tp263 -(dp264 +p261 +g253 +tp262 +(dp263 Vdebug-info -p265 +p264 I01 sVimage-file -p266 +p265 Varch/arm64/boot/Image -p267 +p266 sVvdso -p268 +p267 I01 -sVsigned-modules -p269 -I00 ss(Vimage -p270 -g254 -tp271 -(dp272 +p268 +g253 +tp269 +(dp270 Vinstall-stem -p273 +p271 Vvmlinuz -p274 +p272 sVbreaks -p275 +p273 Vlibmozjs185-1.0, libmozjs-24-0 (<< 24.2.0-5.1~) -p276 +p274 ss(Vdescription -p277 -g254 +p275 +g253 NVarm64 -p278 -tp279 -(dp280 +p276 +tp277 +(dp278 Vhardware -p281 +p279 V64-bit ARMv8 machines -p282 +p280 ss(Vimage -p283 -g254 +p281 +g253 NVarm64 -p284 -tp285 -(dp286 +p282 +tp283 +(dp284 s(Vbase -p287 -g254 +p285 +g253 Vnone -p288 -tp289 -(dp290 +p286 +tp287 +(dp288 Vflavours -p291 -(lp292 +p289 +(lp290 Varm64 -p293 +p291 ass(Vbase -p294 +p292 Varm64ilp32 -p295 -tp296 -(dp297 +p293 +tp294 +(dp295 Vkernel-arch -p298 +p296 Varm64 -p299 +p297 sVfeaturesets -p300 -(lp301 +p298 +(lp299 ss(Vbase -p302 +p300 Varmel -p303 -tp304 -(dp305 +p301 +tp302 +(dp303 Vkernel-arch -p306 +p304 Varm -p307 +p305 sg149 -(lp308 +(lp306 g151 ass(Vbuild -p309 -g303 -tp310 -(dp311 +p307 +g301 +tp308 +(dp309 Vimage-file -p312 +p310 Varch/arm/boot/zImage -p313 +p311 sVsigned-modules -p314 +p312 I00 sVuncompressed-image-file -p315 +p313 Varch/arm/boot/Image -p316 +p314 ss(Vimage -p317 -g303 -tp318 -(dp319 +p315 +g301 +tp316 +(dp317 Vinstall-stem -p320 +p318 Vvmlinuz -p321 +p319 ss(Vrelations -p322 -g303 -tp323 -(dp324 +p320 +g301 +tp321 +(dp322 Vheaders%gcc-7 -p325 +p323 Vlinux-compiler-gcc-7-arm -p326 +p324 ss(Vdescription -p327 -g303 +p325 +g301 NVmarvell -p328 -tp329 -(dp330 +p326 +tp327 +(dp328 Vhardware -p331 +p329 VMarvell Kirkwood/Orion -p332 +p330 sVhardware-long -p333 +p331 VMarvell Kirkwood based systems (SheevaPlug, QNAP TS-119/TS-219, etc)\u000aand Orion 5181, 5182 and 5281 based systems (QNAP TS-109/TS-209, etc) -p334 +p332 ss(Vimage -p335 -g303 +p333 +g301 NVmarvell -p336 -tp337 -(dp338 +p334 +tp335 +(dp336 Vrecommends -p339 +p337 Vu-boot-tools -p340 +p338 sVcheck-size -p341 +p339 L2097080L sVcheck-size-with-dtb -p342 +p340 I01 sVcheck-uncompressed-size -p343 +p341 L7340032L sVbreaks -p344 +p342 Vflash-kernel (<< 3.57~) -p345 +p343 ss(g181 -g303 +g301 g151 -tp346 -(dp347 +tp344 +(dp345 g184 -(lp348 +(lp346 Vmarvell -p349 +p347 asg188 I01 ss(Vbase -p350 +p348 Varmhf -p351 -tp352 -(dp353 +p349 +tp350 +(dp351 Vkernel-arch -p354 +p352 Varm -p355 +p353 sg149 -(lp356 +(lp354 g151 ass(Vbuild -p357 -g351 -tp358 -(dp359 +p355 +g349 +tp356 +(dp357 Vimage-file -p360 +p358 Varch/arm/boot/zImage -p361 +p359 sVvdso -p362 +p360 I01 -sVsigned-modules -p363 -I00 ss(Vimage -p364 -g351 -tp365 -(dp366 +p361 +g349 +tp362 +(dp363 Vinstall-stem -p367 +p364 Vvmlinuz -p368 +p365 ss(Vrelations -p369 -g351 -tp370 -(dp371 +p366 +g349 +tp367 +(dp368 Vheaders%gcc-7 -p372 +p369 Vlinux-compiler-gcc-7-arm -p373 +p370 ss(Vdescription -p374 -g351 +p371 +g349 NVarmmp -p375 -tp376 -(dp377 +p372 +tp373 +(dp374 Vhardware -p378 +p375 VARMv7 multiplatform compatible SoCs -p379 +p376 sVhardware-long -p380 +p377 VARMv7 multiplatform kernel. See\u000ahttps://wiki.debian.org/DebianKernel/ARMMP for details of supported\u000aplatforms -p381 +p378 ss(Vdescription -p382 -g351 +p379 +g349 NVarmmp-lpae -p383 -tp384 -(dp385 +p380 +tp381 +(dp382 Vhardware -p386 +p383 VARMv7 multiplatform compatible SoCs supporting LPAE -p387 +p384 sVhardware-long -p388 +p385 VARMv7 multiplatform kernel supporting LPAE. See\u000ahttps://wiki.debian.org/DebianKernel/ARMMP for details of supported\u000aplatforms. -p389 +p386 ss(g181 -g351 +g349 g151 -tp390 -(dp391 +tp387 +(dp388 g184 -(lp392 +(lp389 Varmmp -p393 +p390 aVarmmp-lpae -p394 +p391 asg188 I01 ss(Vbase -p395 +p392 Vhppa -p396 -tp397 -(dp398 +p393 +tp394 +(dp395 Vkernel-arch -p399 +p396 Vparisc -p400 +p397 sg149 -(lp401 +(lp398 g151 ass(Vbuild -p402 -g396 -tp403 -(dp404 +p399 +g393 +tp400 +(dp401 Vimage-file -p405 +p402 Vvmlinux -p406 +p403 sVsigned-modules -p407 +p404 I00 ss(Vimage -p408 -g396 -tp409 -(dp410 +p405 +g393 +tp406 +(dp407 Vsuggests -p411 +p408 Vpalo -p412 +p409 sVinstall-stem -p413 +p410 Vvmlinux -p414 +p411 ss(Vdescription -p415 -g396 +p412 +g393 NVparisc -p416 -tp417 -(dp418 +p413 +tp414 +(dp415 Vhardware -p419 +p416 V32-bit PA-RISC -p420 +p417 sVhardware-long -p421 +p418 VHP PA-RISC 32-bit systems with max 4 GB RAM -p422 +p419 ss(Vbase -p423 -g396 +p420 +g393 NVparisc64-smp -p424 -tp425 -(dp426 +p421 +tp422 +(dp423 Vcflags -p427 +p424 V-fno-cse-follow-jumps -p428 +p425 sVoverride-host-type -p429 +p426 Vhppa64-linux-gnu -p430 +p427 ss(Vdescription -p431 -g396 +p428 +g393 NVparisc64-smp -p432 -tp433 -(dp434 +p429 +tp430 +(dp431 Vhardware -p435 +p432 Vmultiprocessor 64-bit PA-RISC -p436 +p433 sVhardware-long -p437 +p434 VHP PA-RISC 64-bit SMP systems with support for more than 4 GB RAM -p438 +p435 ss(Vrelations -p439 -g396 -tp440 -(dp441 +p436 +g393 +tp437 +(dp438 Vgcc-7 -p442 +p439 Vgcc-7 , binutils-hppa64-linux-gnu , gcc-7-hppa64-linux-gnu , gcc-7-hppa-linux-gnu , binutils-hppa64-linux-gnu , gcc-7-hppa64-linux-gnu -p443 +p440 ss(g181 -g396 +g393 g151 -tp444 -(dp445 +tp441 +(dp442 g184 -(lp446 +(lp443 Vparisc -p447 +p444 aVparisc64-smp -p448 +p445 asg188 I01 ss(Vbase -p449 +p446 Vi386 -p450 -tp451 -(dp452 +p447 +tp448 +(dp449 Vfeaturesets -p453 -(lp454 +p450 +(lp451 Vnone -p455 +p452 aVrt -p456 +p453 asVkernel-arch -p457 +p454 Vx86 -p458 +p455 ss(Vbuild -p459 -g450 -tp460 -(dp461 +p456 +g447 +tp457 +(dp458 Vimage-file -p462 +p459 Varch/x86/boot/bzImage -p463 +p460 sVvdso -p464 +p461 I01 -sVsigned-modules -p465 -I00 ss(Vdescription -p466 -g450 -tp467 -(dp468 +p462 +g447 +tp463 +(dp464 Vpart-long-pae -p469 +p465 VThis kernel requires PAE (Physical Address Extension).\u000aThis feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon,\u000aCore and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron,\u000aTurion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. -p470 +p466 ss(Vimage -p471 -g450 -tp472 -(dp473 +p467 +g447 +tp468 +(dp469 Vbootloaders -p474 -(lp475 +p470 +(lp471 Vgrub-pc -p476 +p472 aVextlinux -p477 +p473 asVinstall-stem -p478 +p474 Vvmlinuz -p479 +p475 sVbreaks -p480 +p476 Vxserver-xorg-input-vmmouse (<< 1:13.0.99) -p481 +p477 ss(Vrelations -p482 -g450 -tp483 -(dp484 +p478 +g447 +tp479 +(dp480 Vheaders%gcc-7 -p485 +p481 Vlinux-compiler-gcc-7-x86 -p486 +p482 ss(Vdescription -p487 -g450 +p483 +g447 NV686 -p488 -tp489 -(dp490 +p484 +tp485 +(dp486 Vhardware -p491 +p487 Volder PCs -p492 +p488 sVhardware-long -p493 +p489 VPCs with one or more processors not supporting PAE -p494 +p490 ss(Vbuild -p495 -g450 +p491 +g447 NV686-pae -p496 -tp497 -(dp498 +p492 +tp493 +(dp494 Vdebug-info -p499 +p495 I01 ss(Vdescription -p500 -g450 +p496 +g447 NV686-pae -p501 -tp502 -(dp503 +p497 +tp498 +(dp499 Vhardware -p504 +p500 Vmodern PCs -p505 +p501 sVhardware-long -p506 +p502 VPCs with one or more processors supporting PAE -p507 +p503 sVparts -p508 -(lp509 +p504 +(lp505 Vpae -p510 +p506 ass(Vbase -p511 -g450 +p507 +g447 Vnone -p512 -tp513 -(dp514 +p508 +tp509 +(dp510 Vflavours -p515 -(lp516 +p511 +(lp512 V686 -p517 +p513 aV686-pae -p518 +p514 ass(Vdescription -p519 -g450 -g512 +p515 +g447 +g508 V686-pae -p520 -tp521 -(dp522 +p516 +tp517 +(dp518 Vparts -p523 -(lp524 +p519 +(lp520 Vxen -p525 +p521 ass(Vbase -p526 -g450 +p522 +g447 Vrt -p527 -tp528 -(dp529 +p523 +tp524 +(dp525 Vflavours -p530 -(lp531 +p526 +(lp527 V686-pae -p532 +p528 ass(Vbase -p533 +p529 Vm68k -p534 -tp535 -(dp536 +p530 +tp531 +(dp532 Vcflags -p537 +p533 V-ffreestanding -p538 +p534 sVkernel-arch -p539 +p535 Vm68k -p540 +p536 sg149 -(lp541 +(lp537 g151 ass(Vbuild -p542 -g534 -tp543 -(dp544 +p538 +g530 +tp539 +(dp540 Vimage-file -p545 +p541 Vvmlinux -p546 +p542 sVsigned-modules -p547 +p543 I00 ss(Vimage -p548 -g534 -tp549 -(dp550 +p544 +g530 +tp545 +(dp546 Vsuggests -p551 +p547 Vvmelilo, fdutils -p552 +p548 sVinstall-stem -p553 +p549 Vvmlinux -p554 +p550 ss(Vdescription -p555 -g534 +p551 +g530 NVm68k -p556 -tp557 -(dp558 +p552 +tp553 +(dp554 Vhardware -p559 +p555 VMotorola MC68020+ family -p560 +p556 ss(g181 -g534 +g530 g151 -tp561 -(dp562 +tp557 +(dp558 g184 -(lp563 +(lp559 Vm68k -p564 +p560 asg188 I01 ss(Vbase -p565 +p561 Vmips -p566 -tp567 -(dp568 +p562 +tp563 +(dp564 Vkernel-arch -p569 +p565 Vmips -p570 +p566 sg149 -(lp571 +(lp567 g151 ass(Vbuild -p572 -g566 -tp573 -(dp574 +p568 +g562 +tp569 +(dp570 Vimage-file -p575 +p571 Vvmlinux -p576 +p572 sVsigned-modules -p577 +p573 I00 ss(Vimage -p578 -g566 -tp579 -(dp580 +p574 +g562 +tp575 +(dp576 Vinstall-stem -p581 +p577 Vvmlinux -p582 +p578 ss(Vdescription -p583 -g566 +p579 +g562 NV4kc-malta -p584 -tp585 -(dp586 +p580 +tp581 +(dp582 Vhardware -p587 +p583 VMIPS Malta -p588 +p584 sVhardware-long -p589 +p585 VMIPS Malta boards -p590 +p586 ss(Vimage -p591 -g566 +p587 +g562 NV4kc-malta -p592 -tp593 -(dp594 +p588 +tp589 +(dp590 Vconfigs -p595 -(lp596 +p591 +(lp592 Vkernelarch-mips/config.malta -p597 +p593 aVkernelarch-mips/config.mips32r2 -p598 +p594 ass(Vdescription -p599 -g566 +p595 +g562 NV5kc-malta -p600 -tp601 -(dp602 +p596 +tp597 +(dp598 Vhardware -p603 +p599 VMIPS Malta (64-bit) -p604 +p600 sVhardware-long -p605 +p601 VMIPS Malta boards (64-bit) -p606 +p602 ss(Vimage -p607 -g566 +p603 +g562 NV5kc-malta -p608 -tp609 -(dp610 +p604 +tp605 +(dp606 Vconfigs -p611 -(lp612 +p607 +(lp608 Vkernelarch-mips/config.malta -p613 +p609 aVkernelarch-mips/config.mips64r2 -p614 +p610 ass(Vdescription -p615 -g566 +p611 +g562 NVocteon -p616 -tp617 -(dp618 +p612 +tp613 +(dp614 Vhardware -p619 +p615 VOcteon -p620 +p616 sVhardware-long -p621 +p617 VCavium Networks Octeon -p622 +p618 ss(Vimage -p623 -g566 +p619 +g562 NVocteon -p624 -tp625 -(dp626 +p620 +tp621 +(dp622 Vconfigs -p627 -(lp628 +p623 +(lp624 Vkernelarch-mips/config.octeon -p629 +p625 ass(g181 -g566 +g562 g151 -tp630 -(dp631 +tp626 +(dp627 g184 -(lp632 +(lp628 V4kc-malta -p633 +p629 aV5kc-malta -p634 +p630 aVocteon -p635 +p631 asg188 I01 ss(Vbase -p636 +p632 Vmips64 -p637 -tp638 -(dp639 +p633 +tp634 +(dp635 Vkernel-arch -p640 +p636 Vmips -p641 +p637 sg149 -(lp642 +(lp638 g151 ass(Vbuild -p643 -g637 -tp644 -(dp645 +p639 +g633 +tp640 +(dp641 Vimage-file -p646 +p642 Vvmlinux -p647 +p643 sVsigned-modules -p648 +p644 I00 ss(Vimage -p649 -g637 -tp650 -(dp651 +p645 +g633 +tp646 +(dp647 Vinstall-stem -p652 +p648 Vvmlinux -p653 +p649 ss(Vdescription -p654 -g637 +p650 +g633 NV5kc-malta -p655 -tp656 -(dp657 +p651 +tp652 +(dp653 Vhardware -p658 +p654 VMIPS Malta -p659 +p655 sVhardware-long -p660 +p656 VMIPS Malta boards -p661 +p657 ss(Vimage -p662 -g637 +p658 +g633 NV5kc-malta -p663 -tp664 -(dp665 +p659 +tp660 +(dp661 Vconfigs -p666 -(lp667 +p662 +(lp663 Vkernelarch-mips/config.malta -p668 +p664 aVkernelarch-mips/config.mips64r2 -p669 +p665 ass(Vdescription -p670 -g637 +p666 +g633 NVocteon -p671 -tp672 -(dp673 +p667 +tp668 +(dp669 Vhardware -p674 +p670 VOcteon -p675 +p671 sVhardware-long -p676 +p672 VCavium Networks Octeon -p677 +p673 ss(Vimage -p678 -g637 +p674 +g633 NVocteon -p679 -tp680 -(dp681 +p675 +tp676 +(dp677 Vconfigs -p682 -(lp683 +p678 +(lp679 Vkernelarch-mips/config.octeon -p684 +p680 ass(g181 -g637 +g633 g151 -tp685 -(dp686 +tp681 +(dp682 g184 -(lp687 +(lp683 V5kc-malta -p688 +p684 aVocteon -p689 +p685 asg188 I01 ss(Vbase -p690 +p686 Vmips64el -p691 -tp692 -(dp693 +p687 +tp688 +(dp689 Vkernel-arch -p694 +p690 Vmips -p695 +p691 sg149 -(lp696 +(lp692 g151 ass(Vbuild -p697 -g691 -tp698 -(dp699 +p693 +g687 +tp694 +(dp695 Vimage-file -p700 +p696 Vvmlinux -p701 +p697 sVsigned-modules -p702 +p698 I00 ss(Vimage -p703 -g691 -tp704 -(dp705 +p699 +g687 +tp700 +(dp701 Vinstall-stem -p706 +p702 Vvmlinux -p707 +p703 ss(Vdescription -p708 -g691 +p704 +g687 NV5kc-malta -p709 -tp710 -(dp711 +p705 +tp706 +(dp707 Vhardware -p712 +p708 VMIPS Malta -p713 +p709 sVhardware-long -p714 +p710 VMIPS Malta boards -p715 +p711 ss(Vimage -p716 -g691 +p712 +g687 NV5kc-malta -p717 -tp718 -(dp719 +p713 +tp714 +(dp715 Vconfigs -p720 -(lp721 +p716 +(lp717 Vkernelarch-mips/config.malta -p722 +p718 aVkernelarch-mips/config.mips64r2 -p723 +p719 ass(Vdescription -p724 -g691 +p720 +g687 NVloongson-3 -p725 -tp726 -(dp727 +p721 +tp722 +(dp723 Vhardware -p728 +p724 VLoongson 3A/3B -p729 +p725 sVhardware-long -p730 +p726 VLoongson 3A or 3B based systems (e.g. from Loongson or Lemote) -p731 +p727 ss(Vimage -p732 -g691 +p728 +g687 NVloongson-3 -p733 -tp734 -(dp735 +p729 +tp730 +(dp731 Vconfigs -p736 -(lp737 +p732 +(lp733 Vkernelarch-mips/config.loongson-3 -p738 +p734 ass(Vdescription -p739 -g691 +p735 +g687 NVocteon -p740 -tp741 -(dp742 +p736 +tp737 +(dp738 Vhardware -p743 +p739 VOcteon -p744 +p740 sVhardware-long -p745 +p741 VCavium Networks Octeon -p746 +p742 ss(Vimage -p747 -g691 +p743 +g687 NVocteon -p748 -tp749 -(dp750 +p744 +tp745 +(dp746 Vconfigs -p751 -(lp752 +p747 +(lp748 Vkernelarch-mips/config.octeon -p753 +p749 ass(g181 -g691 +g687 g151 -tp754 -(dp755 +tp750 +(dp751 g184 -(lp756 +(lp752 V5kc-malta -p757 +p753 aVloongson-3 -p758 +p754 aVocteon -p759 +p755 asg188 I01 ss(Vbase -p760 +p756 Vmips64r6 -p761 -tp762 -(dp763 +p757 +tp758 +(dp759 Vkernel-arch -p764 +p760 Vmips -p765 +p761 sg149 -(lp766 +(lp762 g151 ass(Vbuild -p767 -g761 -tp768 -(dp769 +p763 +g757 +tp764 +(dp765 Vimage-file -p770 +p766 Vvmlinux -p771 +p767 sVsigned-modules -p772 +p768 I00 ss(Vimage -p773 -g761 -tp774 -(dp775 +p769 +g757 +tp770 +(dp771 Vinstall-stem -p776 +p772 Vvmlinux -p777 +p773 ss(Vdescription -p778 -g761 +p774 +g757 NVmips64r6 -p779 -tp780 -(dp781 +p775 +tp776 +(dp777 Vhardware -p782 +p778 VMIPS R6 (64 bit, big endian) -p783 +p779 sVhardware-long -p784 +p780 VMIPS R6 (64 bit, big endian) -p785 +p781 ss(Vimage -p786 -g761 +p782 +g757 NVmips64r6 -p787 -tp788 -(dp789 +p783 +tp784 +(dp785 Vconfigs -p790 -(lp791 +p786 +(lp787 Vkernelarch-mips/config.malta -p792 +p788 aVkernelarch-mips/config.mips64r6 -p793 +p789 ass(g181 -g761 +g757 g151 -tp794 -(dp795 +tp790 +(dp791 g184 -(lp796 +(lp792 Vmips64r6 -p797 +p793 asg188 I01 ss(Vbase -p798 +p794 Vmips64r6el -p799 -tp800 -(dp801 +p795 +tp796 +(dp797 Vkernel-arch -p802 +p798 Vmips -p803 +p799 sg149 -(lp804 +(lp800 g151 ass(Vbuild -p805 -g799 -tp806 -(dp807 +p801 +g795 +tp802 +(dp803 Vimage-file -p808 +p804 Vvmlinux -p809 +p805 sVsigned-modules -p810 +p806 I00 ss(Vimage -p811 -g799 -tp812 -(dp813 +p807 +g795 +tp808 +(dp809 Vinstall-stem -p814 +p810 Vvmlinux -p815 +p811 ss(Vdescription -p816 -g799 +p812 +g795 NVmips64r6el -p817 -tp818 -(dp819 +p813 +tp814 +(dp815 Vhardware -p820 +p816 VMIPS R6 (64 bit, little endian) -p821 +p817 sVhardware-long -p822 +p818 VMIPS R6 (64 bit, little endian) -p823 +p819 ss(Vimage -p824 -g799 +p820 +g795 NVmips64r6el -p825 -tp826 -(dp827 +p821 +tp822 +(dp823 Vconfigs -p828 -(lp829 +p824 +(lp825 Vkernelarch-mips/config.malta -p830 +p826 aVkernelarch-mips/config.mips64r6 -p831 +p827 ass(g181 -g799 +g795 g151 -tp832 -(dp833 +tp828 +(dp829 g184 -(lp834 +(lp830 Vmips64r6el -p835 +p831 asg188 I01 ss(Vbase -p836 +p832 Vmipsel -p837 -tp838 -(dp839 +p833 +tp834 +(dp835 Vkernel-arch -p840 +p836 Vmips -p841 +p837 sg149 -(lp842 +(lp838 g151 ass(Vbuild -p843 -g837 -tp844 -(dp845 +p839 +g833 +tp840 +(dp841 Vimage-file -p846 +p842 Vvmlinux -p847 +p843 sVsigned-modules -p848 +p844 I00 ss(Vimage -p849 -g837 -tp850 -(dp851 +p845 +g833 +tp846 +(dp847 Vinstall-stem -p852 +p848 Vvmlinux -p853 +p849 ss(Vdescription -p854 -g837 +p850 +g833 NV4kc-malta -p855 -tp856 -(dp857 +p851 +tp852 +(dp853 Vhardware -p858 +p854 VMIPS Malta -p859 +p855 sVhardware-long -p860 +p856 VMIPS Malta boards -p861 +p857 ss(Vimage -p862 -g837 +p858 +g833 NV4kc-malta -p863 -tp864 -(dp865 +p859 +tp860 +(dp861 Vconfigs -p866 -(lp867 +p862 +(lp863 Vkernelarch-mips/config.malta -p868 +p864 aVkernelarch-mips/config.mips32r2 -p869 +p865 ass(Vdescription -p870 -g837 +p866 +g833 NV5kc-malta -p871 -tp872 -(dp873 +p867 +tp868 +(dp869 Vhardware -p874 +p870 VMIPS Malta (64-bit) -p875 +p871 sVhardware-long -p876 +p872 VMIPS Malta boards (64-bit) -p877 +p873 ss(Vimage -p878 -g837 +p874 +g833 NV5kc-malta -p879 -tp880 -(dp881 +p875 +tp876 +(dp877 Vconfigs -p882 -(lp883 +p878 +(lp879 Vkernelarch-mips/config.malta -p884 +p880 aVkernelarch-mips/config.mips64r2 -p885 +p881 ass(Vdescription -p886 -g837 +p882 +g833 NVloongson-3 -p887 -tp888 -(dp889 +p883 +tp884 +(dp885 Vhardware -p890 +p886 VLoongson 3A/3B -p891 +p887 sVhardware-long -p892 +p888 VLoongson 3A or 3B based systems (e.g. from Loongson or Lemote) -p893 +p889 ss(Vimage -p894 -g837 +p890 +g833 NVloongson-3 -p895 -tp896 -(dp897 +p891 +tp892 +(dp893 Vconfigs -p898 -(lp899 +p894 +(lp895 Vkernelarch-mips/config.loongson-3 -p900 +p896 ass(Vdescription -p901 -g837 +p897 +g833 NVocteon -p902 -tp903 -(dp904 +p898 +tp899 +(dp900 Vhardware -p905 +p901 VOcteon -p906 +p902 sVhardware-long -p907 +p903 VCavium Networks Octeon -p908 +p904 ss(Vimage -p909 -g837 +p905 +g833 NVocteon -p910 -tp911 -(dp912 +p906 +tp907 +(dp908 Vconfigs -p913 -(lp914 +p909 +(lp910 Vkernelarch-mips/config.octeon -p915 +p911 ass(g181 -g837 +g833 g151 -tp916 -(dp917 +tp912 +(dp913 g184 -(lp918 +(lp914 V4kc-malta -p919 +p915 aV5kc-malta -p920 +p916 aVloongson-3 -p921 +p917 aVocteon -p922 +p918 asg188 I01 ss(Vbase -p923 +p919 Vmipsn32 -p924 -tp925 -(dp926 +p920 +tp921 +(dp922 Vkernel-arch -p927 +p923 Vmips -p928 +p924 sVfeaturesets -p929 -(lp930 +p925 +(lp926 ss(Vbase -p931 +p927 Vmipsn32el -p932 -tp933 -(dp934 +p928 +tp929 +(dp930 Vkernel-arch -p935 +p931 Vmips -p936 +p932 sVfeaturesets -p937 -(lp938 +p933 +(lp934 ss(Vbase -p939 +p935 Vmipsn32r6 -p940 -tp941 -(dp942 +p936 +tp937 +(dp938 Vkernel-arch -p943 +p939 Vmips -p944 +p940 sVfeaturesets -p945 -(lp946 +p941 +(lp942 ss(Vbase -p947 +p943 Vmipsn32r6el -p948 -tp949 -(dp950 +p944 +tp945 +(dp946 Vkernel-arch -p951 +p947 Vmips -p952 +p948 sVfeaturesets -p953 -(lp954 +p949 +(lp950 ss(Vbase -p955 +p951 Vmipsr6 -p956 -tp957 -(dp958 +p952 +tp953 +(dp954 Vkernel-arch -p959 +p955 Vmips -p960 +p956 sg149 -(lp961 +(lp957 g151 ass(Vbuild -p962 -g956 -tp963 -(dp964 +p958 +g952 +tp959 +(dp960 Vimage-file -p965 +p961 Vvmlinux -p966 +p962 sVsigned-modules -p967 +p963 I00 ss(Vimage -p968 -g956 -tp969 -(dp970 +p964 +g952 +tp965 +(dp966 Vinstall-stem -p971 +p967 Vvmlinux -p972 +p968 ss(Vdescription -p973 -g956 +p969 +g952 NVmips32r6 -p974 -tp975 -(dp976 +p970 +tp971 +(dp972 Vhardware -p977 +p973 VMIPS R6 (32 bit, big endian) -p978 +p974 sVhardware-long -p979 +p975 VMIPS R6 (32 bit, big endian) -p980 +p976 ss(Vimage -p981 -g956 +p977 +g952 NVmips32r6 -p982 -tp983 -(dp984 +p978 +tp979 +(dp980 Vconfigs -p985 -(lp986 +p981 +(lp982 Vkernelarch-mips/config.malta -p987 +p983 aVkernelarch-mips/config.mips32r6 -p988 +p984 ass(Vdescription -p989 -g956 +p985 +g952 NVmips64r6 -p990 -tp991 -(dp992 +p986 +tp987 +(dp988 Vhardware -p993 +p989 VMIPS R6 (64 bit, big endian) -p994 +p990 sVhardware-long -p995 +p991 VMIPS R6 (64 bit, big endian) -p996 +p992 ss(Vimage -p997 -g956 +p993 +g952 NVmips64r6 -p998 -tp999 -(dp1000 +p994 +tp995 +(dp996 Vconfigs -p1001 -(lp1002 +p997 +(lp998 Vkernelarch-mips/config.malta -p1003 +p999 aVkernelarch-mips/config.mips64r6 -p1004 +p1000 ass(g181 -g956 +g952 g151 -tp1005 -(dp1006 +tp1001 +(dp1002 g184 -(lp1007 +(lp1003 Vmips32r6 -p1008 +p1004 aVmips64r6 -p1009 +p1005 asg188 I01 ss(Vbase -p1010 +p1006 Vmipsr6el -p1011 -tp1012 -(dp1013 +p1007 +tp1008 +(dp1009 Vkernel-arch -p1014 +p1010 Vmips -p1015 +p1011 sg149 -(lp1016 +(lp1012 g151 ass(Vbuild -p1017 -g1011 -tp1018 -(dp1019 +p1013 +g1007 +tp1014 +(dp1015 Vimage-file -p1020 +p1016 Vvmlinux -p1021 +p1017 sVsigned-modules -p1022 +p1018 I00 ss(Vimage -p1023 -g1011 -tp1024 -(dp1025 +p1019 +g1007 +tp1020 +(dp1021 Vinstall-stem -p1026 +p1022 Vvmlinux -p1027 +p1023 ss(Vdescription -p1028 -g1011 +p1024 +g1007 NVmips32r6el -p1029 -tp1030 -(dp1031 +p1025 +tp1026 +(dp1027 Vhardware -p1032 +p1028 VMIPS R6 (32 bit, little endian) -p1033 +p1029 sVhardware-long -p1034 +p1030 VMIPS R6 (32 bit, little endian) -p1035 +p1031 ss(Vimage -p1036 -g1011 +p1032 +g1007 NVmips32r6el -p1037 -tp1038 -(dp1039 +p1033 +tp1034 +(dp1035 Vconfigs -p1040 -(lp1041 +p1036 +(lp1037 Vkernelarch-mips/config.malta -p1042 +p1038 aVkernelarch-mips/config.mips32r6 -p1043 +p1039 ass(Vdescription -p1044 -g1011 +p1040 +g1007 NVmips64r6el -p1045 -tp1046 -(dp1047 +p1041 +tp1042 +(dp1043 Vhardware -p1048 +p1044 VMIPS R6 (64 bit, little endian) -p1049 +p1045 sVhardware-long -p1050 +p1046 VMIPS R6 (64 bit, little endian) -p1051 +p1047 ss(Vimage -p1052 -g1011 +p1048 +g1007 NVmips64r6el -p1053 -tp1054 -(dp1055 +p1049 +tp1050 +(dp1051 Vconfigs -p1056 -(lp1057 +p1052 +(lp1053 Vkernelarch-mips/config.malta -p1058 +p1054 aVkernelarch-mips/config.mips64r6 -p1059 +p1055 ass(g181 -g1011 +g1007 g151 -tp1060 -(dp1061 +tp1056 +(dp1057 g184 -(lp1062 +(lp1058 Vmips32r6el -p1063 +p1059 aVmips64r6el -p1064 +p1060 asg188 I01 ss(Vbase -p1065 +p1061 Vpowerpc -p1066 -tp1067 -(dp1068 +p1062 +tp1063 +(dp1064 Vkernel-arch -p1069 +p1065 Vpowerpc -p1070 +p1066 sg149 -(lp1071 +(lp1067 g151 ass(Vbuild -p1072 -g1066 -tp1073 -(dp1074 +p1068 +g1062 +tp1069 +(dp1070 Vimage-file -p1075 +p1071 Vvmlinux -p1076 +p1072 sVvdso -p1077 +p1073 I01 ss(Vimage -p1078 -g1066 -tp1079 -(dp1080 +p1074 +g1062 +tp1075 +(dp1076 Vconfigs -p1081 -(lp1082 +p1077 +(lp1078 sVsuggests -p1083 +p1079 Vmkvmlinuz -p1084 +p1080 sVinstall-stem -p1085 +p1081 Vvmlinux -p1086 +p1082 ss(Vdescription -p1087 -g1066 +p1083 +g1062 NVpowerpc -p1088 -tp1089 -(dp1090 +p1084 +tp1085 +(dp1086 Vhardware -p1091 +p1087 Vuniprocessor 32-bit PowerPC -p1092 +p1088 ss(Vdescription -p1093 -g1066 +p1089 +g1062 NVpowerpc-smp -p1094 -tp1095 -(dp1096 +p1090 +tp1091 +(dp1092 Vhardware -p1097 +p1093 Vmultiprocessor 32-bit PowerPC -p1098 +p1094 ss(Vimage -p1099 -g1066 +p1095 +g1062 NVpowerpc-smp -p1100 -tp1101 -(dp1102 +p1096 +tp1097 +(dp1098 Vconfigs -p1103 -(lp1104 +p1099 +(lp1100 Vpowerpc/config.powerpc -p1105 +p1101 aVpowerpc/config.powerpc-smp -p1106 +p1102 ass(Vdescription -p1107 -g1066 +p1103 +g1062 NVpowerpc64 -p1108 -tp1109 -(dp1110 +p1104 +tp1105 +(dp1106 Vhardware -p1111 +p1107 V64-bit PowerPC -p1112 +p1108 ss(Vimage -p1113 -g1066 +p1109 +g1062 NVpowerpc64 -p1114 -tp1115 -(dp1116 +p1110 +tp1111 +(dp1112 Vconfigs -p1117 -(lp1118 +p1113 +(lp1114 Vkernelarch-powerpc/config-arch-64 -p1119 +p1115 aVkernelarch-powerpc/config-arch-64-be -p1120 +p1116 ass(g181 -g1066 +g1062 g151 -tp1121 -(dp1122 +tp1117 +(dp1118 g184 -(lp1123 +(lp1119 Vpowerpc -p1124 +p1120 aVpowerpc-smp -p1125 +p1121 aVpowerpc64 -p1126 +p1122 asg188 I01 ss(Vbase -p1127 +p1123 Vpowerpcspe -p1128 -tp1129 -(dp1130 +p1124 +tp1125 +(dp1126 Vkernel-arch -p1131 +p1127 Vpowerpc -p1132 +p1128 sg149 -(lp1133 +(lp1129 g151 ass(Vbuild -p1134 -g1128 -tp1135 -(dp1136 +p1130 +g1124 +tp1131 +(dp1132 Vimage-file -p1137 +p1133 Vvmlinux -p1138 +p1134 sVsigned-modules -p1139 +p1135 I00 sVvdso -p1140 +p1136 I01 ss(Vimage -p1141 -g1128 -tp1142 -(dp1143 +p1137 +g1124 +tp1138 +(dp1139 Vsuggests -p1144 +p1140 Vmkvmlinuz -p1145 +p1141 sVinstall-stem -p1146 +p1142 Vvmlinux -p1147 +p1143 ss(Vdescription -p1148 -g1128 -tp1149 -(dp1150 +p1144 +g1124 +tp1145 +(dp1146 Vhardware -p1151 +p1147 V32-bit PowerPC with SPE (instead of AltiVec) with SMP support -p1152 +p1148 ss(g181 -g1128 +g1124 g151 -tp1153 -(dp1154 +tp1149 +(dp1150 g184 -(lp1155 +(lp1151 Vpowerpcspe -p1156 +p1152 asg188 I01 ss(Vbase -p1157 +p1153 Vppc64 -p1158 -tp1159 -(dp1160 +p1154 +tp1155 +(dp1156 Vkernel-arch -p1161 +p1157 Vpowerpc -p1162 +p1158 sg149 -(lp1163 +(lp1159 g151 ass(Vbuild -p1164 -g1158 -tp1165 -(dp1166 +p1160 +g1154 +tp1161 +(dp1162 Vimage-file -p1167 +p1163 Vvmlinux -p1168 +p1164 sVsigned-modules -p1169 +p1165 I00 sVvdso -p1170 +p1166 I01 ss(Vimage -p1171 -g1158 -tp1172 -(dp1173 +p1167 +g1154 +tp1168 +(dp1169 Vconfigs -p1174 -(lp1175 +p1170 +(lp1171 sVsuggests -p1176 +p1172 Vmkvmlinuz -p1177 +p1173 sVinstall-stem -p1178 +p1174 Vvmlinux -p1179 +p1175 ss(Vdescription -p1180 -g1158 +p1176 +g1154 NVpowerpc64 -p1181 -tp1182 -(dp1183 +p1177 +tp1178 +(dp1179 Vhardware -p1184 +p1180 V64-bit PowerPC -p1185 +p1181 ss(Vimage -p1186 -g1158 +p1182 +g1154 NVpowerpc64 -p1187 -tp1188 -(dp1189 +p1183 +tp1184 +(dp1185 Vconfigs -p1190 -(lp1191 +p1186 +(lp1187 Vkernelarch-powerpc/config-arch-64 -p1192 +p1188 aVkernelarch-powerpc/config-arch-64-be -p1193 +p1189 ass(g181 -g1158 +g1154 g151 -tp1194 -(dp1195 +tp1190 +(dp1191 g184 -(lp1196 +(lp1192 Vpowerpc64 -p1197 +p1193 asg188 I01 ss(Vbase -p1198 +p1194 Vppc64el -p1199 -tp1200 -(dp1201 +p1195 +tp1196 +(dp1197 Vkernel-arch -p1202 +p1198 Vpowerpc -p1203 +p1199 sg149 -(lp1204 +(lp1200 g151 ass(Vbuild -p1205 -g1199 -tp1206 -(dp1207 +p1201 +g1195 +tp1202 +(dp1203 Vimage-file -p1208 +p1204 Vvmlinux -p1209 +p1205 sVvdso -p1210 +p1206 I01 ss(Vimage -p1211 -g1199 -tp1212 -(dp1213 +p1207 +g1195 +tp1208 +(dp1209 Vconfigs -p1214 -(lp1215 +p1210 +(lp1211 sVsuggests -p1216 +p1212 Vmkvmlinuz -p1217 +p1213 sVinstall-stem -p1218 +p1214 Vvmlinux -p1219 +p1215 ss(Vdescription -p1220 -g1199 +p1216 +g1195 NVpowerpc64le -p1221 -tp1222 -(dp1223 +p1217 +tp1218 +(dp1219 Vhardware -p1224 +p1220 VLittle-endian 64-bit PowerPC -p1225 +p1221 ss(Vimage -p1226 -g1199 +p1222 +g1195 NVpowerpc64le -p1227 -tp1228 -(dp1229 +p1223 +tp1224 +(dp1225 Vconfigs -p1230 -(lp1231 +p1226 +(lp1227 Vkernelarch-powerpc/config-arch-64 -p1232 +p1228 aVkernelarch-powerpc/config-arch-64-le -p1233 +p1229 ass(g181 -g1199 +g1195 g151 -tp1234 -(dp1235 +tp1230 +(dp1231 g184 -(lp1236 +(lp1232 Vpowerpc64le -p1237 +p1233 asg188 I01 ss(Vbase -p1238 +p1234 Vs390 -p1239 -tp1240 -(dp1241 +p1235 +tp1236 +(dp1237 Vkernel-arch -p1242 +p1238 Vs390 -p1243 +p1239 sVfeaturesets -p1244 -(lp1245 +p1240 +(lp1241 ss(Vbase -p1246 +p1242 Vs390x -p1247 -tp1248 -(dp1249 +p1243 +tp1244 +(dp1245 Vkernel-arch -p1250 +p1246 Vs390 -p1251 +p1247 sg149 -(lp1252 +(lp1248 g151 ass(Vbuild -p1253 -g1247 -tp1254 -(dp1255 +p1249 +g1243 +tp1250 +(dp1251 Vimage-file -p1256 +p1252 Varch/s390/boot/image -p1257 +p1253 sVvdso -p1258 +p1254 I01 ss(Vimage -p1259 -g1247 -tp1260 -(dp1261 +p1255 +g1243 +tp1256 +(dp1257 Vbootloaders -p1262 -(lp1263 +p1258 +(lp1259 Vs390-tools -p1264 +p1260 asVinstall-stem -p1265 +p1261 Vvmlinuz -p1266 +p1262 ss(Vrelations -p1267 -g1247 -tp1268 -(dp1269 +p1263 +g1243 +tp1264 +(dp1265 Vheaders%gcc-7 -p1270 +p1266 Vlinux-compiler-gcc-7-s390 -p1271 +p1267 ss(Vbuild -p1272 -g1247 +p1268 +g1243 NVs390x -p1273 -tp1274 -(dp1275 +p1269 +tp1270 +(dp1271 Vdebug-info -p1276 +p1272 I01 ss(Vdescription -p1277 -g1247 +p1273 +g1243 NVs390x -p1278 -tp1279 -(dp1280 +p1274 +tp1275 +(dp1276 Vhardware -p1281 +p1277 VIBM zSeries -p1282 +p1278 ss(g181 -g1247 +g1243 g151 -tp1283 -(dp1284 +tp1279 +(dp1280 g184 -(lp1285 +(lp1281 Vs390x -p1286 +p1282 asg188 I01 ss(Vbase -p1287 +p1283 Vsh3 -p1288 -tp1289 -(dp1290 +p1284 +tp1285 +(dp1286 Vkernel-arch -p1291 +p1287 Vsh -p1292 +p1288 sVfeaturesets -p1293 -(lp1294 +p1289 +(lp1290 ss(Vbase -p1295 +p1291 Vsh4 -p1296 -tp1297 -(dp1298 +p1292 +tp1293 +(dp1294 Vkernel-arch -p1299 +p1295 Vsh -p1300 +p1296 sg149 -(lp1301 +(lp1297 g151 ass(Vbuild -p1302 -g1296 -tp1303 -(dp1304 +p1298 +g1292 +tp1299 +(dp1300 Vimage-file -p1305 +p1301 Varch/sh/boot/zImage -p1306 +p1302 sVsigned-modules -p1307 +p1303 I00 ss(Vimage -p1308 -g1296 -tp1309 -(dp1310 +p1304 +g1292 +tp1305 +(dp1306 Vinstall-stem -p1311 +p1307 Vvmlinuz -p1312 +p1308 ss(Vdescription -p1313 -g1296 +p1309 +g1292 NVsh7751r -p1314 -tp1315 -(dp1316 +p1310 +tp1311 +(dp1312 Vhardware -p1317 +p1313 Vsh7751r -p1318 +p1314 sVhardware-long -p1319 +p1315 VRenesas SH7751R R2D plus board -p1320 +p1316 ss(Vdescription -p1321 -g1296 +p1317 +g1292 NVsh7785lcr -p1322 -tp1323 -(dp1324 +p1318 +tp1319 +(dp1320 Vhardware -p1325 +p1321 Vsh7785lcr -p1326 +p1322 sVhardware-long -p1327 +p1323 VRenesas SH7785 reference board -p1328 +p1324 ss(Vimage -p1329 -g1296 +p1325 +g1292 NVsh7785lcr -p1330 -tp1331 -(dp1332 +p1326 +tp1327 +(dp1328 Vrecommends -p1333 +p1329 Vu-boot-tools -p1334 +p1330 sVcheck-size -p1335 +p1331 L4194304L ss(g181 -g1296 +g1292 g151 -tp1336 -(dp1337 +tp1332 +(dp1333 g184 -(lp1338 +(lp1334 Vsh7751r -p1339 +p1335 aVsh7785lcr -p1340 +p1336 asg188 I01 ss(Vbase -p1341 +p1337 Vsparc -p1342 -tp1343 -(dp1344 +p1338 +tp1339 +(dp1340 Vkernel-arch -p1345 +p1341 Vsparc -p1346 +p1342 sVfeaturesets -p1347 -(lp1348 +p1343 +(lp1344 ss(Vbase -p1349 +p1345 Vsparc64 -p1350 -tp1351 -(dp1352 +p1346 +tp1347 +(dp1348 Vkernel-arch -p1353 +p1349 Vsparc -p1354 +p1350 sg149 -(lp1355 +(lp1351 g151 ass(Vbuild -p1356 -g1350 -tp1357 -(dp1358 +p1352 +g1346 +tp1353 +(dp1354 Vimage-file -p1359 +p1355 Varch/sparc/boot/zImage -p1360 +p1356 sVsigned-modules -p1361 +p1357 I00 ss(Vimage -p1362 -g1350 -tp1363 -(dp1364 +p1358 +g1346 +tp1359 +(dp1360 Vconfigs -p1365 -(lp1366 +p1361 +(lp1362 sVsuggests -p1367 +p1363 Vsilo, fdutils -p1368 +p1364 sVinstall-stem -p1369 +p1365 Vvmlinuz -p1370 +p1366 ss(Vdescription -p1371 -g1350 +p1367 +g1346 NVsparc64 -p1372 -tp1373 -(dp1374 +p1368 +tp1369 +(dp1370 Vhardware -p1375 +p1371 Vuniprocessor 64-bit UltraSPARC -p1376 +p1372 ss(Vimage -p1377 -g1350 +p1373 +g1346 NVsparc64 -p1378 -tp1379 -(dp1380 +p1374 +tp1375 +(dp1376 Vconfigs -p1381 -(lp1382 +p1377 +(lp1378 Vkernelarch-sparc/config-up -p1383 +p1379 ass(Vdescription -p1384 -g1350 +p1380 +g1346 NVsparc64-smp -p1385 -tp1386 -(dp1387 +p1381 +tp1382 +(dp1383 Vhardware -p1388 +p1384 Vmultiprocessor 64-bit UltraSPARC -p1389 +p1385 ss(Vimage -p1390 -g1350 +p1386 +g1346 NVsparc64-smp -p1391 -tp1392 -(dp1393 +p1387 +tp1388 +(dp1389 Vconfigs -p1394 -(lp1395 +p1390 +(lp1391 Vkernelarch-sparc/config-smp -p1396 +p1392 ass(g181 -g1350 +g1346 g151 -tp1397 -(dp1398 +tp1393 +(dp1394 g184 -(lp1399 +(lp1395 Vsparc64 -p1400 +p1396 aVsparc64-smp -p1401 +p1397 asg188 I01 ss(Vbase -p1402 +p1398 Vtilegx -p1403 -tp1404 -(dp1405 +p1399 +tp1400 +(dp1401 Vkernel-arch -p1406 +p1402 Vtile -p1407 +p1403 sVfeaturesets -p1408 -(lp1409 +p1404 +(lp1405 ss(Vbase -p1410 +p1406 Vx32 -p1411 -tp1412 -(dp1413 +p1407 +tp1408 +(dp1409 Vkernel-arch -p1414 +p1410 Vx86 -p1415 +p1411 sVfeaturesets -p1416 -(lp1417 +p1412 +(lp1413 ss(Vabi -p1418 +p1414 NVrt -p1419 -tp1420 -(dp1421 +p1415 +tp1416 +(dp1417 Vignore-changes -p1422 -(lp1423 +p1418 +(lp1419 V* -p1424 +p1420 ass(Vdescription -p1425 -Ng1419 -tp1426 -(dp1427 +p1421 +Ng1415 +tp1422 +(dp1423 Vpart-long-rt -p1428 +p1424 VThis kernel includes the PREEMPT_RT realtime patch set. -p1429 +p1425 sVpart-short-rt -p1430 +p1426 VPREEMPT_RT -p1431 +p1427 sVparts -p1432 -(lp1433 +p1428 +(lp1429 Vrt -p1434 +p1430 ass(Vversion -p1435 -tp1436 -(dp1437 +p1431 +tp1432 +(dp1433 Vsource -p1438 -V4.14.2-1parrot2 -p1439 +p1434 +V4.14.7-1parrot7 +p1435 sVupstream -p1440 +p1436 V4.14 -p1441 +p1437 sVabiname_base -p1442 +p1438 V4.14.0 -p1443 +p1439 sVabiname -p1444 -V4.14.0-parrot2 -p1445 +p1440 +V4.14.0-parrot7 +p1441 ss. \ No newline at end of file diff --git a/debian/config/amd64/defines b/debian/config/amd64/defines index 49ee6eda82b49fa2f7b40aa73e8c3f232d1e2b85..297066db22824d8a167324aabbfc6c09497a1653 100644 --- a/debian/config/amd64/defines +++ b/debian/config/amd64/defines @@ -8,8 +8,6 @@ kernel-arch: x86 debug-info: true image-file: arch/x86/boot/bzImage vdso: true -# We don't want signed modules in Kali -signed-modules: false [image] bootloaders: grub-pc grub-efi-amd64 extlinux diff --git a/debian/config/arm64/defines b/debian/config/arm64/defines index 3fff4f0cb9c1260efd7673c10075557787738bea..a50579a04c5a2ac47c872877d077216c7db1cfca 100644 --- a/debian/config/arm64/defines +++ b/debian/config/arm64/defines @@ -7,8 +7,6 @@ featuresets: debug-info: true image-file: arch/arm64/boot/Image vdso: true -# We don't want signed modules in Kali -signed-modules: false [image] install-stem: vmlinuz diff --git a/debian/config/armhf/defines b/debian/config/armhf/defines index 100c516708d5486422a69138ca5ddf293cb12d7f..497f6bb50cd1186f9e02a1945a5c64f08ef9b5eb 100644 --- a/debian/config/armhf/defines +++ b/debian/config/armhf/defines @@ -7,8 +7,6 @@ kernel-arch: arm [build] image-file: arch/arm/boot/zImage vdso: true -# We don't want signed modules in Kali -signed-modules: false [image] install-stem: vmlinuz diff --git a/debian/config/config b/debian/config/config index 5ddf622cf664fec607e3cbf91d8149e643ff7c28..39e7f040d332c7db1840475ed90e8dfbe05b3f10 100644 --- a/debian/config/config +++ b/debian/config/config @@ -5951,8 +5951,8 @@ CONFIG_MODULE_SIG_SHA256=y ## ## choice: Timer frequency # CONFIG_HZ_100 is not set -CONFIG_HZ_300=y # CONFIG_HZ_250 is not set +CONFIG_HZ_300=y # CONFIG_HZ_1000 is not set ## end choice diff --git a/debian/config/defines b/debian/config/defines index c9ed6abcadbc1cb5ecc230ea88d3640d59d06dd5..13eaba50c331d8a2946060a334855ed1efcd0cd9 100644 --- a/debian/config/defines +++ b/debian/config/defines @@ -1,5 +1,5 @@ [abi] -abiname: parrot2 +abiname: parrot7 ignore-changes: __cpuhp_* __xive_vm_h_* diff --git a/debian/config/i386/defines b/debian/config/i386/defines index 036f670e494a37dcb35e91e2c25a44436d2919b9..880ad44f03a0b14135e58db2dce90dbd2a5356a8 100644 --- a/debian/config/i386/defines +++ b/debian/config/i386/defines @@ -7,8 +7,6 @@ kernel-arch: x86 [build] image-file: arch/x86/boot/bzImage vdso: true -# We don't want signed modules in Kali -signed-modules: false [description] part-long-pae: This kernel requires PAE (Physical Address Extension). diff --git a/debian/control b/debian/control index 8e88877a8bce27cbf112d0c314693ce7ad56fa82..6ae89792124536ad35055d118945c1f5b8492084 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: linux Section: kernel Priority: optional -Maintainer: Parrot Dev Team , Lisetta "Sheireen" Ferrero +Maintainer: Parrot Dev Team +Uploaders: Lorenzo "Palinuro" Faletra Standards-Version: 4.1.1 Build-Depends: debhelper (>= 10.1~), dh-exec, python3:any, quilt, cpio , xz-utils , dh-python Build-Depends-Arch: kernel-wedge (>= 2.93~) , kmod , bc , libssl-dev:native , libssl-dev , openssl (>= 1.1.0-1~) , asciidoc-base , xmlto , bison , flex (>= 2.6.1-1.1~) , gcc-multilib [amd64 ppc64 s390x sparc64] , libaudit-dev , libbabeltrace-dev (>= 1.5.0) , libbabeltrace-dev (>= 1.5.3-2~) | libbabeltrace-ctf-dev (>= 1.5.0) , libdw-dev , libelf-dev , libiberty-dev , libnewt-dev , libnuma-dev [amd64 arm64 hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc powerpcspe ppc64 ppc64el sparc x32] , libperl-dev , libunwind8-dev [amd64 armel armhf arm64 i386] , python-dev , autoconf , automake , libtool , libglib2.0-dev , libudev-dev , libwrap0-dev , rsync , libpci-dev , gcc-7 [alpha amd64 arm64 armel armhf hppa i386 m68k mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64] , gcc-7-alpha-linux-gnu [alpha] , gcc-7-x86-64-linux-gnu [amd64] , gcc-7-aarch64-linux-gnu [arm64] , gcc-7-arm-linux-gnueabi [armel] , gcc-7-arm-linux-gnueabihf [armhf] , binutils-hppa64-linux-gnu [hppa] , gcc-7-hppa64-linux-gnu [hppa] , gcc-7-hppa-linux-gnu [hppa] , binutils-hppa64-linux-gnu [hppa] , gcc-7-hppa64-linux-gnu [hppa] , gcc-7-i686-linux-gnu [i386] , gcc-7-m68k-linux-gnu [m68k] , gcc-7-mips-linux-gnu [mips] , gcc-7-mips64-linux-gnuabi64 [mips64] , gcc-7-mips64el-linux-gnuabi64 [mips64el] , gcc-7-mipsisa64r6-linux-gnuabi64 [mips64r6] , gcc-7-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gcc-7-mipsel-linux-gnu [mipsel] , gcc-7-mipsisa32r6-linux-gnu [mipsr6] , gcc-7-mipsisa32r6el-linux-gnu [mipsr6el] , gcc-7-powerpc-linux-gnu [powerpc] , gcc-7-powerpc-linux-gnuspe [powerpcspe] , gcc-7-powerpc64-linux-gnu [ppc64] , gcc-7-powerpc64le-linux-gnu [ppc64el] , gcc-7-s390x-linux-gnu [s390x] , gcc-7-sh4-linux-gnu [sh4] , gcc-7-sparc64-linux-gnu [sparc64] @@ -27,7 +27,7 @@ Description: Linux kernel source for version 4.14 with Debian patches Build-Profiles: Multi-Arch: foreign -Package: linux-support-4.14.0-parrot2 +Package: linux-support-4.14.0-parrot7 Architecture: all Section: devel Depends: ${python3:Depends}, ${misc:Depends} @@ -182,26 +182,26 @@ Description: Runtime locking correctness validator (development files) Build-Profiles: Multi-Arch: same -Package: linux-headers-4.14.0-parrot2-common +Package: linux-headers-4.14.0-parrot7-common Architecture: all Depends: ${misc:Depends} -Description: Common header files for Linux 4.14.0-parrot2 +Description: Common header files for Linux 4.14.0-parrot7 This package provides the common kernel header files for Linux kernel - version 4.14.0-parrot2, generally used for building out-of-tree kernel + version 4.14.0-parrot7, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the - linux-headers-4.14.0-parrot2-(flavour) package, matching the flavour of + linux-headers-4.14.0-parrot7-(flavour) package, matching the flavour of the kernel you intend the build for. Build-Profiles: Multi-Arch: foreign -Package: linux-headers-4.14.0-parrot2-common-rt +Package: linux-headers-4.14.0-parrot7-common-rt Architecture: all Depends: ${misc:Depends} -Description: Common header files for Linux 4.14.0-parrot2-rt +Description: Common header files for Linux 4.14.0-parrot7-rt This package provides the common kernel header files for Linux kernel - version 4.14.0-parrot2 with the PREEMPT_RT featureset, generally used for + version 4.14.0-parrot7 with the PREEMPT_RT featureset, generally used for building out-of-tree kernel modules. To obtain a complete set of headers - you also need to install the linux-headers-4.14.0-parrot2-(flavour) + you also need to install the linux-headers-4.14.0-parrot7-(flavour) package, matching the flavour of the kernel you intend the build for. Build-Profiles: Multi-Arch: foreign @@ -217,25 +217,25 @@ Description: Linux support headers for userspace development libraries. Multi-Arch: same -Package: linux-headers-4.14.0-parrot2-all +Package: linux-headers-4.14.0-parrot7-all Architecture: alpha amd64 arm64 armel armhf hppa i386 m68k mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64 -Depends: linux-headers-4.14.0-parrot2-all-${kernel:Arch} (= ${binary:Version}), ${misc:Depends} +Depends: linux-headers-4.14.0-parrot7-all-${kernel:Arch} (= ${binary:Version}), ${misc:Depends} Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-alpha +Package: linux-headers-4.14.0-parrot7-all-alpha Architecture: alpha -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-alpha-generic (= ${binary:Version}), linux-headers-4.14.0-parrot2-alpha-smp (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-alpha-generic (= ${binary:Version}), linux-headers-4.14.0-parrot7-alpha-smp (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-alpha-generic-di +Package: kernel-image-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard @@ -245,485 +245,485 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-alpha-generic-di +Package: nic-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, nic-shared-modules-4.14.0-parrot2-alpha-generic-di, i2c-modules-4.14.0-parrot2-alpha-generic-di, crc-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, nic-shared-modules-4.14.0-parrot7-alpha-generic-di, i2c-modules-4.14.0-parrot7-alpha-generic-di, crc-modules-4.14.0-parrot7-alpha-generic-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: nic-wireless-modules-4.14.0-parrot2-alpha-generic-di +Package: nic-wireless-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: nic-wireless-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, nic-shared-modules-4.14.0-parrot2-alpha-generic-di, usb-modules-4.14.0-parrot2-alpha-generic-di, pcmcia-modules-4.14.0-parrot2-alpha-generic-di, crc-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, nic-shared-modules-4.14.0-parrot7-alpha-generic-di, usb-modules-4.14.0-parrot7-alpha-generic-di, pcmcia-modules-4.14.0-parrot7-alpha-generic-di, crc-modules-4.14.0-parrot7-alpha-generic-di Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-alpha-generic-di +Package: nic-shared-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: serial-modules-4.14.0-parrot2-alpha-generic-di +Package: serial-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: serial-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, pcmcia-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, pcmcia-modules-4.14.0-parrot7-alpha-generic-di Description: Serial drivers This package contains serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-alpha-generic-di +Package: usb-serial-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, usb-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, usb-modules-4.14.0-parrot7-alpha-generic-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-alpha-generic-di +Package: ppp-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, serial-modules-4.14.0-parrot2-alpha-generic-di, zlib-modules-4.14.0-parrot2-alpha-generic-di, crc-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, serial-modules-4.14.0-parrot7-alpha-generic-di, zlib-modules-4.14.0-parrot7-alpha-generic-di, crc-modules-4.14.0-parrot7-alpha-generic-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-alpha-generic-di +Package: pata-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, ata-modules-4.14.0-parrot2-alpha-generic-di, scsi-core-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, ata-modules-4.14.0-parrot7-alpha-generic-di, scsi-core-modules-4.14.0-parrot7-alpha-generic-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-alpha-generic-di +Package: cdrom-core-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, scsi-core-modules-4.14.0-parrot2-alpha-generic-di, isofs-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, scsi-core-modules-4.14.0-parrot7-alpha-generic-di, isofs-modules-4.14.0-parrot7-alpha-generic-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-alpha-generic-di +Package: scsi-core-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-alpha-generic-di +Package: scsi-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, scsi-core-modules-4.14.0-parrot2-alpha-generic-di, cdrom-core-modules-4.14.0-parrot2-alpha-generic-di, ata-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, scsi-core-modules-4.14.0-parrot7-alpha-generic-di, cdrom-core-modules-4.14.0-parrot7-alpha-generic-di, ata-modules-4.14.0-parrot7-alpha-generic-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-alpha-generic-di +Package: loop-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-alpha-generic-di +Package: btrfs-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, crc-modules-4.14.0-parrot2-alpha-generic-di, zlib-modules-4.14.0-parrot2-alpha-generic-di, md-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, crc-modules-4.14.0-parrot7-alpha-generic-di, zlib-modules-4.14.0-parrot7-alpha-generic-di, md-modules-4.14.0-parrot7-alpha-generic-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-alpha-generic-di +Package: ext4-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, crc-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, crc-modules-4.14.0-parrot7-alpha-generic-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-alpha-generic-di +Package: isofs-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-alpha-generic-di +Package: jfs-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-alpha-generic-di +Package: xfs-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, crc-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, crc-modules-4.14.0-parrot7-alpha-generic-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-alpha-generic-di +Package: fat-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: md-modules-4.14.0-parrot2-alpha-generic-di +Package: md-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, crc-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, crc-modules-4.14.0-parrot7-alpha-generic-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-alpha-generic-di +Package: multipath-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, md-modules-4.14.0-parrot2-alpha-generic-di, scsi-core-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, md-modules-4.14.0-parrot7-alpha-generic-di, scsi-core-modules-4.14.0-parrot7-alpha-generic-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-alpha-generic-di +Package: usb-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-alpha-generic-di +Package: usb-storage-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, scsi-modules-4.14.0-parrot2-alpha-generic-di, usb-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, scsi-modules-4.14.0-parrot7-alpha-generic-di, usb-modules-4.14.0-parrot7-alpha-generic-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: input-modules-4.14.0-parrot2-alpha-generic-di +Package: input-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, usb-modules-4.14.0-parrot2-alpha-generic-di, i2c-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, usb-modules-4.14.0-parrot7-alpha-generic-di, i2c-modules-4.14.0-parrot7-alpha-generic-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: event-modules-4.14.0-parrot2-alpha-generic-di +Package: event-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-alpha-generic-di +Package: mouse-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, event-modules-4.14.0-parrot2-alpha-generic-di, input-modules-4.14.0-parrot2-alpha-generic-di, usb-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, event-modules-4.14.0-parrot7-alpha-generic-di, input-modules-4.14.0-parrot7-alpha-generic-di, usb-modules-4.14.0-parrot7-alpha-generic-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: nic-pcmcia-modules-4.14.0-parrot2-alpha-generic-di +Package: nic-pcmcia-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: nic-pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, nic-shared-modules-4.14.0-parrot2-alpha-generic-di, nic-wireless-modules-4.14.0-parrot2-alpha-generic-di, pcmcia-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, nic-shared-modules-4.14.0-parrot7-alpha-generic-di, nic-wireless-modules-4.14.0-parrot7-alpha-generic-di, pcmcia-modules-4.14.0-parrot7-alpha-generic-di Description: Common PCMCIA NIC drivers This package contains common PCMCIA NIC drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: pcmcia-modules-4.14.0-parrot2-alpha-generic-di +Package: pcmcia-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: Common PCMCIA drivers This package contains common PCMCIA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-alpha-generic-di +Package: nic-usb-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, nic-shared-modules-4.14.0-parrot2-alpha-generic-di, nic-wireless-modules-4.14.0-parrot2-alpha-generic-di, usb-modules-4.14.0-parrot2-alpha-generic-di, crc-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, nic-shared-modules-4.14.0-parrot7-alpha-generic-di, nic-wireless-modules-4.14.0-parrot7-alpha-generic-di, usb-modules-4.14.0-parrot7-alpha-generic-di, crc-modules-4.14.0-parrot7-alpha-generic-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-alpha-generic-di +Package: sata-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, scsi-core-modules-4.14.0-parrot2-alpha-generic-di, ata-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, scsi-core-modules-4.14.0-parrot7-alpha-generic-di, ata-modules-4.14.0-parrot7-alpha-generic-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: i2c-modules-4.14.0-parrot2-alpha-generic-di +Package: i2c-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: i2c-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: i2c support modules This package contains basic i2c support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-alpha-generic-di +Package: crc-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-alpha-generic-di +Package: crypto-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-alpha-generic-di +Package: crypto-dm-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, md-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, md-modules-4.14.0-parrot7-alpha-generic-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-alpha-generic-di +Package: ata-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, scsi-core-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, scsi-core-modules-4.14.0-parrot7-alpha-generic-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-alpha-generic-di +Package: nbd-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-alpha-generic-di +Package: squashfs-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-alpha-generic-di +Package: virtio-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di, scsi-core-modules-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di, scsi-core-modules-4.14.0-parrot7-alpha-generic-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-alpha-generic-di +Package: zlib-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-alpha-generic-di +Package: fuse-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: srm-modules-4.14.0-parrot2-alpha-generic-di +Package: srm-modules-4.14.0-parrot7-alpha-generic-di Architecture: alpha Section: debian-installer Priority: standard Provides: srm-modules -Depends: kernel-image-4.14.0-parrot2-alpha-generic-di +Depends: kernel-image-4.14.0-parrot7-alpha-generic-di Description: SRM modules This package contains the srm_env module which provides access to the SRM environment. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-alpha-generic +Kernel-Version: 4.14.0-parrot7-alpha-generic Package-Type: udeb -Package: linux-image-4.14.0-parrot2-alpha-generic +Package: linux-image-4.14.0-parrot7-alpha-generic Architecture: alpha Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [alpha] | linux-initramfs-tool [alpha] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [alpha] @@ -734,29 +734,29 @@ Description: Linux 4.14 for Alpha extended kernel start address (Wildfire, Titan, Marvel). Build-Profiles: -Package: linux-headers-4.14.0-parrot2-alpha-generic +Package: linux-headers-4.14.0-parrot7-alpha-generic Architecture: alpha -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-alpha-generic +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-alpha-generic This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-alpha-generic, generally used for building + Linux kernel 4.14.0-parrot7-alpha-generic, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-alpha-generic, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-alpha-generic, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-alpha-generic package. + linux-image-4.14.0-parrot7-alpha-generic package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-alpha-generic-dbg +Package: linux-image-4.14.0-parrot7-alpha-generic-dbg Architecture: alpha Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-alpha-generic +Description: Debug symbols for linux-image-4.14.0-parrot7-alpha-generic This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-alpha-generic. + modules in linux-image-4.14.0-parrot7-alpha-generic. Build-Profiles: -Package: linux-image-4.14.0-parrot2-alpha-smp +Package: linux-image-4.14.0-parrot7-alpha-smp Architecture: alpha Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [alpha] | linux-initramfs-tool [alpha] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [alpha] @@ -767,38 +767,38 @@ Description: Linux 4.14 for Alpha SMP extended kernel start address (Wildfire, Titan, Marvel). Build-Profiles: -Package: linux-headers-4.14.0-parrot2-alpha-smp +Package: linux-headers-4.14.0-parrot7-alpha-smp Architecture: alpha -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-alpha-smp +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-alpha-smp This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-alpha-smp, generally used for building + Linux kernel 4.14.0-parrot7-alpha-smp, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-alpha-smp, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-alpha-smp, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-alpha-smp package. + linux-image-4.14.0-parrot7-alpha-smp package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-alpha-smp-dbg +Package: linux-image-4.14.0-parrot7-alpha-smp-dbg Architecture: alpha Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-alpha-smp +Description: Debug symbols for linux-image-4.14.0-parrot7-alpha-smp This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-alpha-smp. + modules in linux-image-4.14.0-parrot7-alpha-smp. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-amd64 +Package: linux-headers-4.14.0-parrot7-all-amd64 Architecture: amd64 -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-amd64 (= ${binary:Version}), linux-headers-4.14.0-parrot2-rt-amd64 (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-amd64 (= ${binary:Version}), linux-headers-4.14.0-parrot7-rt-amd64 (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-amd64-di +Package: kernel-image-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard @@ -808,617 +808,617 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-amd64-di +Package: nic-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, nic-shared-modules-4.14.0-parrot2-amd64-di, i2c-modules-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, nic-shared-modules-4.14.0-parrot7-amd64-di, i2c-modules-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: nic-wireless-modules-4.14.0-parrot2-amd64-di +Package: nic-wireless-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: nic-wireless-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, nic-shared-modules-4.14.0-parrot2-amd64-di, usb-modules-4.14.0-parrot2-amd64-di, mmc-modules-4.14.0-parrot2-amd64-di, pcmcia-modules-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, nic-shared-modules-4.14.0-parrot7-amd64-di, usb-modules-4.14.0-parrot7-amd64-di, mmc-modules-4.14.0-parrot7-amd64-di, pcmcia-modules-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-amd64-di +Package: nic-shared-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: serial-modules-4.14.0-parrot2-amd64-di +Package: serial-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: serial-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, pcmcia-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, pcmcia-modules-4.14.0-parrot7-amd64-di Description: Serial drivers This package contains serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-amd64-di +Package: usb-serial-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, usb-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, usb-modules-4.14.0-parrot7-amd64-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-amd64-di +Package: ppp-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, serial-modules-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, serial-modules-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-amd64-di +Package: pata-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, ata-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, ata-modules-4.14.0-parrot7-amd64-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-amd64-di +Package: cdrom-core-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, scsi-core-modules-4.14.0-parrot2-amd64-di, isofs-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, scsi-core-modules-4.14.0-parrot7-amd64-di, isofs-modules-4.14.0-parrot7-amd64-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: firewire-core-modules-4.14.0-parrot2-amd64-di +Package: firewire-core-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: firewire-core-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, scsi-core-modules-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, scsi-core-modules-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di Description: Core FireWire drivers This package contains core FireWire drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-amd64-di +Package: scsi-core-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-amd64-di +Package: scsi-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, scsi-core-modules-4.14.0-parrot2-amd64-di, cdrom-core-modules-4.14.0-parrot2-amd64-di, ata-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, scsi-core-modules-4.14.0-parrot7-amd64-di, cdrom-core-modules-4.14.0-parrot7-amd64-di, ata-modules-4.14.0-parrot7-amd64-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-amd64-di +Package: loop-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-amd64-di +Package: btrfs-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di, md-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di, md-modules-4.14.0-parrot7-amd64-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-amd64-di +Package: ext4-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-amd64-di +Package: isofs-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-amd64-di +Package: jfs-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: ntfs-modules-4.14.0-parrot2-amd64-di +Package: ntfs-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: ntfs-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: NTFS filesystem support This package contains the NTFS file system module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-amd64-di +Package: xfs-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-amd64-di +Package: fat-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: md-modules-4.14.0-parrot2-amd64-di +Package: md-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-amd64-di +Package: multipath-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, md-modules-4.14.0-parrot2-amd64-di, scsi-core-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, md-modules-4.14.0-parrot7-amd64-di, scsi-core-modules-4.14.0-parrot7-amd64-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-amd64-di +Package: usb-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-amd64-di +Package: usb-storage-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, scsi-core-modules-4.14.0-parrot2-amd64-di, usb-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, scsi-core-modules-4.14.0-parrot7-amd64-di, usb-modules-4.14.0-parrot7-amd64-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: pcmcia-storage-modules-4.14.0-parrot2-amd64-di +Package: pcmcia-storage-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: pcmcia-storage-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, cdrom-core-modules-4.14.0-parrot2-amd64-di, pcmcia-modules-4.14.0-parrot2-amd64-di, ata-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, cdrom-core-modules-4.14.0-parrot7-amd64-di, pcmcia-modules-4.14.0-parrot7-amd64-di, ata-modules-4.14.0-parrot7-amd64-di Description: PCMCIA storage drivers This package contains PCMCIA storage drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: fb-modules-4.14.0-parrot2-amd64-di +Package: fb-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: fb-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, i2c-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, i2c-modules-4.14.0-parrot7-amd64-di Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: input-modules-4.14.0-parrot2-amd64-di +Package: input-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, usb-modules-4.14.0-parrot2-amd64-di, i2c-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, usb-modules-4.14.0-parrot7-amd64-di, i2c-modules-4.14.0-parrot7-amd64-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: event-modules-4.14.0-parrot2-amd64-di +Package: event-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-amd64-di +Package: mouse-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, event-modules-4.14.0-parrot2-amd64-di, input-modules-4.14.0-parrot2-amd64-di, usb-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, event-modules-4.14.0-parrot7-amd64-di, input-modules-4.14.0-parrot7-amd64-di, usb-modules-4.14.0-parrot7-amd64-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: nic-pcmcia-modules-4.14.0-parrot2-amd64-di +Package: nic-pcmcia-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: nic-pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, nic-shared-modules-4.14.0-parrot2-amd64-di, nic-wireless-modules-4.14.0-parrot2-amd64-di, pcmcia-modules-4.14.0-parrot2-amd64-di, mmc-core-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, nic-shared-modules-4.14.0-parrot7-amd64-di, nic-wireless-modules-4.14.0-parrot7-amd64-di, pcmcia-modules-4.14.0-parrot7-amd64-di, mmc-core-modules-4.14.0-parrot7-amd64-di Description: Common PCMCIA NIC drivers This package contains common PCMCIA NIC drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: pcmcia-modules-4.14.0-parrot2-amd64-di +Package: pcmcia-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: Common PCMCIA drivers This package contains common PCMCIA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-amd64-di +Package: nic-usb-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, nic-shared-modules-4.14.0-parrot2-amd64-di, nic-wireless-modules-4.14.0-parrot2-amd64-di, usb-modules-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, nic-shared-modules-4.14.0-parrot7-amd64-di, nic-wireless-modules-4.14.0-parrot7-amd64-di, usb-modules-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-amd64-di +Package: sata-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, scsi-core-modules-4.14.0-parrot2-amd64-di, ata-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, scsi-core-modules-4.14.0-parrot7-amd64-di, ata-modules-4.14.0-parrot7-amd64-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: acpi-modules-4.14.0-parrot2-amd64-di +Package: acpi-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: acpi-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: ACPI support modules This package contains kernel modules for ACPI. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: i2c-modules-4.14.0-parrot2-amd64-di +Package: i2c-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: i2c-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: i2c support modules This package contains basic i2c support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-amd64-di +Package: crc-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-amd64-di +Package: crypto-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-amd64-di +Package: crypto-dm-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, md-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, md-modules-4.14.0-parrot7-amd64-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: efi-modules-4.14.0-parrot2-amd64-di +Package: efi-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: efi-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: EFI modules This package contains EFI modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-amd64-di +Package: ata-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, scsi-core-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, scsi-core-modules-4.14.0-parrot7-amd64-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: mmc-core-modules-4.14.0-parrot2-amd64-di +Package: mmc-core-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: mmc-core-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: MMC/SD/SDIO core modules This package contains core modules for MMC/SD/SDIO support. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: mmc-modules-4.14.0-parrot2-amd64-di +Package: mmc-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: mmc-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, mmc-core-modules-4.14.0-parrot2-amd64-di, usb-modules-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, mmc-core-modules-4.14.0-parrot7-amd64-di, usb-modules-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di Description: MMC/SD card modules This package contains modules needed to support MMC (multimedia) and SD cards. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-amd64-di +Package: nbd-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-amd64-di +Package: squashfs-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: speakup-modules-4.14.0-parrot2-amd64-di +Package: speakup-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: speakup-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: speakup modules This package contains speakup modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-amd64-di +Package: virtio-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, scsi-core-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, scsi-core-modules-4.14.0-parrot7-amd64-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: uinput-modules-4.14.0-parrot2-amd64-di +Package: uinput-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: uinput-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: uinput support This package contains the uinput module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: sound-modules-4.14.0-parrot2-amd64-di +Package: sound-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: sound-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, i2c-modules-4.14.0-parrot2-amd64-di, usb-modules-4.14.0-parrot2-amd64-di, pcmcia-modules-4.14.0-parrot2-amd64-di, firewire-core-modules-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, i2c-modules-4.14.0-parrot7-amd64-di, usb-modules-4.14.0-parrot7-amd64-di, pcmcia-modules-4.14.0-parrot7-amd64-di, firewire-core-modules-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di Description: sound support This package contains sound modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: hyperv-modules-4.14.0-parrot2-amd64-di +Package: hyperv-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: hyperv-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, input-modules-4.14.0-parrot2-amd64-di, scsi-core-modules-4.14.0-parrot2-amd64-di, nic-shared-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, input-modules-4.14.0-parrot7-amd64-di, scsi-core-modules-4.14.0-parrot7-amd64-di, nic-shared-modules-4.14.0-parrot7-amd64-di Description: Hyper-V modules This package contains Hyper-V paravirtualised drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-amd64-di +Package: udf-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di, crc-modules-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di, crc-modules-4.14.0-parrot7-amd64-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-amd64-di +Package: fuse-modules-4.14.0-parrot7-amd64-di Architecture: amd64 Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-amd64-di +Depends: kernel-image-4.14.0-parrot7-amd64-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-amd64 +Kernel-Version: 4.14.0-parrot7-amd64 Package-Type: udeb -Package: linux-image-4.14.0-parrot2-amd64 +Package: linux-image-4.14.0-parrot7-amd64 Architecture: amd64 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [amd64] | linux-initramfs-tool [amd64] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [amd64] @@ -1432,29 +1432,29 @@ Description: Linux 4.14 for 64-bit PCs (dom0) and unprivileged (domU) operation. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-amd64 +Package: linux-headers-4.14.0-parrot7-amd64 Architecture: amd64 -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-x86 -Description: Header files for Linux 4.14.0-parrot2-amd64 +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-x86 +Description: Header files for Linux 4.14.0-parrot7-amd64 This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-amd64, generally used for building out-of-tree + Linux kernel 4.14.0-parrot7-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-amd64, and can be used for building + /usr/src/linux-headers-4.14.0-parrot7-amd64, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-amd64 package. + linux-image-4.14.0-parrot7-amd64 package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-amd64-dbg +Package: linux-image-4.14.0-parrot7-amd64-dbg Architecture: amd64 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-amd64 +Description: Debug symbols for linux-image-4.14.0-parrot7-amd64 This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-amd64. + modules in linux-image-4.14.0-parrot7-amd64. Build-Profiles: -Package: linux-image-4.14.0-parrot2-rt-amd64 +Package: linux-image-4.14.0-parrot7-rt-amd64 Architecture: amd64 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [amd64] | linux-initramfs-tool [amd64] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [amd64] @@ -1467,38 +1467,38 @@ Description: Linux 4.14 for 64-bit PCs, PREEMPT_RT This kernel includes the PREEMPT_RT realtime patch set. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-rt-amd64 +Package: linux-headers-4.14.0-parrot7-rt-amd64 Architecture: amd64 -Depends: linux-headers-4.14.0-parrot2-common-rt (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-x86 -Description: Header files for Linux 4.14.0-parrot2-rt-amd64 +Depends: linux-headers-4.14.0-parrot7-common-rt (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-x86 +Description: Header files for Linux 4.14.0-parrot7-rt-amd64 This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-rt-amd64, generally used for building + Linux kernel 4.14.0-parrot7-rt-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-rt-amd64, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-rt-amd64, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-rt-amd64 package. + linux-image-4.14.0-parrot7-rt-amd64 package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-rt-amd64-dbg +Package: linux-image-4.14.0-parrot7-rt-amd64-dbg Architecture: amd64 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-rt-amd64 +Description: Debug symbols for linux-image-4.14.0-parrot7-rt-amd64 This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-rt-amd64. + modules in linux-image-4.14.0-parrot7-rt-amd64. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-arm64 +Package: linux-headers-4.14.0-parrot7-all-arm64 Architecture: arm64 -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-arm64 (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-arm64 (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-arm64-di +Package: kernel-image-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard @@ -1508,461 +1508,461 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-arm64-di +Package: nic-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, nic-shared-modules-4.14.0-parrot2-arm64-di, i2c-modules-4.14.0-parrot2-arm64-di, crc-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, nic-shared-modules-4.14.0-parrot7-arm64-di, i2c-modules-4.14.0-parrot7-arm64-di, crc-modules-4.14.0-parrot7-arm64-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: nic-wireless-modules-4.14.0-parrot2-arm64-di +Package: nic-wireless-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: nic-wireless-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, nic-shared-modules-4.14.0-parrot2-arm64-di, usb-modules-4.14.0-parrot2-arm64-di, mmc-modules-4.14.0-parrot2-arm64-di, crc-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, nic-shared-modules-4.14.0-parrot7-arm64-di, usb-modules-4.14.0-parrot7-arm64-di, mmc-modules-4.14.0-parrot7-arm64-di, crc-modules-4.14.0-parrot7-arm64-di Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-arm64-di +Package: nic-shared-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-arm64-di +Package: ppp-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, crc-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, crc-modules-4.14.0-parrot7-arm64-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-arm64-di +Package: cdrom-core-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, scsi-core-modules-4.14.0-parrot2-arm64-di, isofs-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, scsi-core-modules-4.14.0-parrot7-arm64-di, isofs-modules-4.14.0-parrot7-arm64-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-arm64-di +Package: scsi-core-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-arm64-di +Package: scsi-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, scsi-core-modules-4.14.0-parrot2-arm64-di, cdrom-core-modules-4.14.0-parrot2-arm64-di, ata-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, scsi-core-modules-4.14.0-parrot7-arm64-di, cdrom-core-modules-4.14.0-parrot7-arm64-di, ata-modules-4.14.0-parrot7-arm64-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-arm64-di +Package: loop-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-arm64-di +Package: btrfs-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, crc-modules-4.14.0-parrot2-arm64-di, md-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, crc-modules-4.14.0-parrot7-arm64-di, md-modules-4.14.0-parrot7-arm64-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-arm64-di +Package: ext4-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, crc-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, crc-modules-4.14.0-parrot7-arm64-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-arm64-di +Package: isofs-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-arm64-di +Package: jfs-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-arm64-di +Package: xfs-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, crc-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, crc-modules-4.14.0-parrot7-arm64-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-arm64-di +Package: fat-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: md-modules-4.14.0-parrot2-arm64-di +Package: md-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, crc-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, crc-modules-4.14.0-parrot7-arm64-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-arm64-di +Package: multipath-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, md-modules-4.14.0-parrot2-arm64-di, scsi-core-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, md-modules-4.14.0-parrot7-arm64-di, scsi-core-modules-4.14.0-parrot7-arm64-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-arm64-di +Package: usb-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-arm64-di +Package: usb-storage-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, scsi-core-modules-4.14.0-parrot2-arm64-di, usb-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, scsi-core-modules-4.14.0-parrot7-arm64-di, usb-modules-4.14.0-parrot7-arm64-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: fb-modules-4.14.0-parrot2-arm64-di +Package: fb-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: fb-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, i2c-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, i2c-modules-4.14.0-parrot7-arm64-di Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: input-modules-4.14.0-parrot2-arm64-di +Package: input-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, usb-modules-4.14.0-parrot2-arm64-di, i2c-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, usb-modules-4.14.0-parrot7-arm64-di, i2c-modules-4.14.0-parrot7-arm64-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: event-modules-4.14.0-parrot2-arm64-di +Package: event-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-arm64-di +Package: nic-usb-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, nic-shared-modules-4.14.0-parrot2-arm64-di, nic-wireless-modules-4.14.0-parrot2-arm64-di, usb-modules-4.14.0-parrot2-arm64-di, crc-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, nic-shared-modules-4.14.0-parrot7-arm64-di, nic-wireless-modules-4.14.0-parrot7-arm64-di, usb-modules-4.14.0-parrot7-arm64-di, crc-modules-4.14.0-parrot7-arm64-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-arm64-di +Package: sata-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, scsi-core-modules-4.14.0-parrot2-arm64-di, ata-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, scsi-core-modules-4.14.0-parrot7-arm64-di, ata-modules-4.14.0-parrot7-arm64-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: i2c-modules-4.14.0-parrot2-arm64-di +Package: i2c-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: i2c-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: i2c support modules This package contains basic i2c support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-arm64-di +Package: crc-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-arm64-di +Package: crypto-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-arm64-di +Package: crypto-dm-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, md-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, md-modules-4.14.0-parrot7-arm64-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: efi-modules-4.14.0-parrot2-arm64-di +Package: efi-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: efi-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: EFI modules This package contains EFI modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-arm64-di +Package: ata-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, scsi-core-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, scsi-core-modules-4.14.0-parrot7-arm64-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: mmc-modules-4.14.0-parrot2-arm64-di +Package: mmc-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: mmc-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, usb-modules-4.14.0-parrot2-arm64-di, crc-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, usb-modules-4.14.0-parrot7-arm64-di, crc-modules-4.14.0-parrot7-arm64-di Description: MMC/SD card modules This package contains modules needed to support MMC (multimedia) and SD cards. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-arm64-di +Package: nbd-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-arm64-di +Package: squashfs-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-arm64-di +Package: virtio-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, scsi-core-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, scsi-core-modules-4.14.0-parrot7-arm64-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: uinput-modules-4.14.0-parrot2-arm64-di +Package: uinput-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: uinput-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: uinput support This package contains the uinput module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: leds-modules-4.14.0-parrot2-arm64-di +Package: leds-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: leds-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: LED modules This package contains LED modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-arm64-di +Package: udf-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di, crc-modules-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di, crc-modules-4.14.0-parrot7-arm64-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-arm64-di +Package: fuse-modules-4.14.0-parrot7-arm64-di Architecture: arm64 Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-arm64-di +Depends: kernel-image-4.14.0-parrot7-arm64-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-arm64 +Kernel-Version: 4.14.0-parrot7-arm64 Package-Type: udeb -Package: linux-image-4.14.0-parrot2-arm64 +Package: linux-image-4.14.0-parrot7-arm64 Architecture: arm64 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [arm64] | linux-initramfs-tool [arm64] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [arm64] @@ -1972,38 +1972,38 @@ Description: Linux 4.14 for 64-bit ARMv8 machines The Linux kernel 4.14 and modules for use on 64-bit ARMv8 machines. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-arm64 +Package: linux-headers-4.14.0-parrot7-arm64 Architecture: arm64 -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-arm64 +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-arm64 This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-arm64, generally used for building out-of-tree + Linux kernel 4.14.0-parrot7-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-arm64, and can be used for building + /usr/src/linux-headers-4.14.0-parrot7-arm64, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-arm64 package. + linux-image-4.14.0-parrot7-arm64 package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-arm64-dbg +Package: linux-image-4.14.0-parrot7-arm64-dbg Architecture: arm64 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-arm64 +Description: Debug symbols for linux-image-4.14.0-parrot7-arm64 This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-arm64. + modules in linux-image-4.14.0-parrot7-arm64. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-armel +Package: linux-headers-4.14.0-parrot7-all-armel Architecture: armel -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-marvell (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-marvell (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-marvell-di +Package: kernel-image-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard @@ -2013,459 +2013,459 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-marvell-di +Package: nic-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, nic-shared-modules-4.14.0-parrot2-marvell-di, crc-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, nic-shared-modules-4.14.0-parrot7-marvell-di, crc-modules-4.14.0-parrot7-marvell-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-marvell-di +Package: nic-shared-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-marvell-di +Package: usb-serial-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, usb-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, usb-modules-4.14.0-parrot7-marvell-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-marvell-di +Package: ppp-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, zlib-modules-4.14.0-parrot2-marvell-di, crc-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, zlib-modules-4.14.0-parrot7-marvell-di, crc-modules-4.14.0-parrot7-marvell-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-marvell-di +Package: cdrom-core-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, scsi-core-modules-4.14.0-parrot2-marvell-di, isofs-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, scsi-core-modules-4.14.0-parrot7-marvell-di, isofs-modules-4.14.0-parrot7-marvell-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-marvell-di +Package: scsi-core-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-marvell-di +Package: loop-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: ipv6-modules-4.14.0-parrot2-marvell-di +Package: ipv6-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: ipv6-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: IPv6 driver This package contains the IPv6 driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-marvell-di +Package: btrfs-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, crc-modules-4.14.0-parrot2-marvell-di, zlib-modules-4.14.0-parrot2-marvell-di, md-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, crc-modules-4.14.0-parrot7-marvell-di, zlib-modules-4.14.0-parrot7-marvell-di, md-modules-4.14.0-parrot7-marvell-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-marvell-di +Package: ext4-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, crc-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, crc-modules-4.14.0-parrot7-marvell-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-marvell-di +Package: isofs-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: jffs2-modules-4.14.0-parrot2-marvell-di +Package: jffs2-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: jffs2-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, zlib-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, zlib-modules-4.14.0-parrot7-marvell-di Description: JFFS2 filesystem support This package contains the JFFS2 filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-marvell-di +Package: jfs-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-marvell-di +Package: fat-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: minix-modules-4.14.0-parrot2-marvell-di +Package: minix-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: minix-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: Minix filesystem support This package contains the Minix filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: md-modules-4.14.0-parrot2-marvell-di +Package: md-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, crc-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, crc-modules-4.14.0-parrot7-marvell-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-marvell-di +Package: multipath-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, md-modules-4.14.0-parrot2-marvell-di, scsi-core-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, md-modules-4.14.0-parrot7-marvell-di, scsi-core-modules-4.14.0-parrot7-marvell-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-marvell-di +Package: usb-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-marvell-di +Package: usb-storage-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, scsi-core-modules-4.14.0-parrot2-marvell-di, usb-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, scsi-core-modules-4.14.0-parrot7-marvell-di, usb-modules-4.14.0-parrot7-marvell-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: fb-modules-4.14.0-parrot2-marvell-di +Package: fb-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: fb-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, usb-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, usb-modules-4.14.0-parrot7-marvell-di Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: input-modules-4.14.0-parrot2-marvell-di +Package: input-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, usb-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, usb-modules-4.14.0-parrot7-marvell-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: event-modules-4.14.0-parrot2-marvell-di +Package: event-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-marvell-di +Package: mouse-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, event-modules-4.14.0-parrot2-marvell-di, input-modules-4.14.0-parrot2-marvell-di, usb-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, event-modules-4.14.0-parrot7-marvell-di, input-modules-4.14.0-parrot7-marvell-di, usb-modules-4.14.0-parrot7-marvell-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-marvell-di +Package: nic-usb-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, nic-shared-modules-4.14.0-parrot2-marvell-di, usb-modules-4.14.0-parrot2-marvell-di, crc-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, nic-shared-modules-4.14.0-parrot7-marvell-di, usb-modules-4.14.0-parrot7-marvell-di, crc-modules-4.14.0-parrot7-marvell-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-marvell-di +Package: sata-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, scsi-core-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, scsi-core-modules-4.14.0-parrot7-marvell-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-marvell-di +Package: crc-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-marvell-di +Package: crypto-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-marvell-di +Package: crypto-dm-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, md-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, md-modules-4.14.0-parrot7-marvell-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: mmc-modules-4.14.0-parrot2-marvell-di +Package: mmc-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: mmc-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, usb-modules-4.14.0-parrot2-marvell-di, crc-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, usb-modules-4.14.0-parrot7-marvell-di, crc-modules-4.14.0-parrot7-marvell-di Description: MMC/SD card modules This package contains modules needed to support MMC (multimedia) and SD cards. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-marvell-di +Package: nbd-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-marvell-di +Package: squashfs-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: uinput-modules-4.14.0-parrot2-marvell-di +Package: uinput-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: uinput-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: uinput support This package contains the uinput module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-marvell-di +Package: zlib-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: leds-modules-4.14.0-parrot2-marvell-di +Package: leds-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: leds-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: LED modules This package contains LED modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-marvell-di +Package: udf-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di, crc-modules-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di, crc-modules-4.14.0-parrot7-marvell-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-marvell-di +Package: fuse-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: mtd-modules-4.14.0-parrot2-marvell-di +Package: mtd-modules-4.14.0-parrot7-marvell-di Architecture: armel Section: debian-installer Priority: optional Provides: mtd-modules -Depends: kernel-image-4.14.0-parrot2-marvell-di +Depends: kernel-image-4.14.0-parrot7-marvell-di Description: MTD modules This package contains MTD modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-marvell +Kernel-Version: 4.14.0-parrot7-marvell Package-Type: udeb -Package: linux-image-4.14.0-parrot2-marvell +Package: linux-image-4.14.0-parrot7-marvell Architecture: armel Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [armel] | linux-initramfs-tool [armel] Recommends: firmware-linux-free, ${kernel:Recommends}, u-boot-tools [armel] @@ -2477,38 +2477,38 @@ Description: Linux 4.14 for Marvell Kirkwood/Orion 5281 based systems (QNAP TS-109/TS-209, etc). Build-Profiles: -Package: linux-headers-4.14.0-parrot2-marvell +Package: linux-headers-4.14.0-parrot7-marvell Architecture: armel -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-arm -Description: Header files for Linux 4.14.0-parrot2-marvell +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-arm +Description: Header files for Linux 4.14.0-parrot7-marvell This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-marvell, generally used for building + Linux kernel 4.14.0-parrot7-marvell, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-marvell, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-marvell, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-marvell package. + linux-image-4.14.0-parrot7-marvell package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-marvell-dbg +Package: linux-image-4.14.0-parrot7-marvell-dbg Architecture: armel Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-marvell +Description: Debug symbols for linux-image-4.14.0-parrot7-marvell This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-marvell. + modules in linux-image-4.14.0-parrot7-marvell. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-armhf +Package: linux-headers-4.14.0-parrot7-all-armhf Architecture: armhf -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-armmp (= ${binary:Version}), linux-headers-4.14.0-parrot2-armmp-lpae (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-armmp (= ${binary:Version}), linux-headers-4.14.0-parrot7-armmp-lpae (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-armmp-di +Package: kernel-image-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard @@ -2518,473 +2518,473 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-armmp-di +Package: nic-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, nic-shared-modules-4.14.0-parrot2-armmp-di, i2c-modules-4.14.0-parrot2-armmp-di, crc-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, nic-shared-modules-4.14.0-parrot7-armmp-di, i2c-modules-4.14.0-parrot7-armmp-di, crc-modules-4.14.0-parrot7-armmp-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: nic-wireless-modules-4.14.0-parrot2-armmp-di +Package: nic-wireless-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: nic-wireless-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, nic-shared-modules-4.14.0-parrot2-armmp-di, usb-modules-4.14.0-parrot2-armmp-di, mmc-modules-4.14.0-parrot2-armmp-di, crc-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, nic-shared-modules-4.14.0-parrot7-armmp-di, usb-modules-4.14.0-parrot7-armmp-di, mmc-modules-4.14.0-parrot7-armmp-di, crc-modules-4.14.0-parrot7-armmp-di Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-armmp-di +Package: nic-shared-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-armmp-di +Package: ppp-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, zlib-modules-4.14.0-parrot2-armmp-di, crc-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, zlib-modules-4.14.0-parrot7-armmp-di, crc-modules-4.14.0-parrot7-armmp-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-armmp-di +Package: pata-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, ata-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, ata-modules-4.14.0-parrot7-armmp-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-armmp-di +Package: scsi-core-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-armmp-di +Package: scsi-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, scsi-core-modules-4.14.0-parrot2-armmp-di, ata-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, scsi-core-modules-4.14.0-parrot7-armmp-di, ata-modules-4.14.0-parrot7-armmp-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-armmp-di +Package: loop-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-armmp-di +Package: btrfs-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, crc-modules-4.14.0-parrot2-armmp-di, zlib-modules-4.14.0-parrot2-armmp-di, md-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, crc-modules-4.14.0-parrot7-armmp-di, zlib-modules-4.14.0-parrot7-armmp-di, md-modules-4.14.0-parrot7-armmp-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-armmp-di +Package: ext4-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, crc-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, crc-modules-4.14.0-parrot7-armmp-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-armmp-di +Package: isofs-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-armmp-di +Package: jfs-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-armmp-di +Package: fat-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: md-modules-4.14.0-parrot2-armmp-di +Package: md-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, crc-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, crc-modules-4.14.0-parrot7-armmp-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-armmp-di +Package: multipath-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, md-modules-4.14.0-parrot2-armmp-di, scsi-core-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, md-modules-4.14.0-parrot7-armmp-di, scsi-core-modules-4.14.0-parrot7-armmp-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-armmp-di +Package: usb-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-armmp-di +Package: usb-storage-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, scsi-core-modules-4.14.0-parrot2-armmp-di, usb-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, scsi-core-modules-4.14.0-parrot7-armmp-di, usb-modules-4.14.0-parrot7-armmp-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: fb-modules-4.14.0-parrot2-armmp-di +Package: fb-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: fb-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, i2c-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, i2c-modules-4.14.0-parrot7-armmp-di Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: input-modules-4.14.0-parrot2-armmp-di +Package: input-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, usb-modules-4.14.0-parrot2-armmp-di, i2c-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, usb-modules-4.14.0-parrot7-armmp-di, i2c-modules-4.14.0-parrot7-armmp-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: event-modules-4.14.0-parrot2-armmp-di +Package: event-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-armmp-di +Package: nic-usb-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, nic-shared-modules-4.14.0-parrot2-armmp-di, nic-wireless-modules-4.14.0-parrot2-armmp-di, usb-modules-4.14.0-parrot2-armmp-di, crc-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, nic-shared-modules-4.14.0-parrot7-armmp-di, nic-wireless-modules-4.14.0-parrot7-armmp-di, usb-modules-4.14.0-parrot7-armmp-di, crc-modules-4.14.0-parrot7-armmp-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-armmp-di +Package: sata-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, scsi-core-modules-4.14.0-parrot2-armmp-di, ata-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, scsi-core-modules-4.14.0-parrot7-armmp-di, ata-modules-4.14.0-parrot7-armmp-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: i2c-modules-4.14.0-parrot2-armmp-di +Package: i2c-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: i2c-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: i2c support modules This package contains basic i2c support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-armmp-di +Package: crc-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-armmp-di +Package: crypto-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-armmp-di +Package: crypto-dm-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, md-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, md-modules-4.14.0-parrot7-armmp-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: efi-modules-4.14.0-parrot2-armmp-di +Package: efi-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: efi-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: EFI modules This package contains EFI modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-armmp-di +Package: ata-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, scsi-core-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, scsi-core-modules-4.14.0-parrot7-armmp-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: mmc-modules-4.14.0-parrot2-armmp-di +Package: mmc-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: mmc-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, usb-modules-4.14.0-parrot2-armmp-di, crc-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, usb-modules-4.14.0-parrot7-armmp-di, crc-modules-4.14.0-parrot7-armmp-di Description: MMC/SD card modules This package contains modules needed to support MMC (multimedia) and SD cards. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-armmp-di +Package: nbd-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-armmp-di +Package: squashfs-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-armmp-di +Package: virtio-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, scsi-core-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, scsi-core-modules-4.14.0-parrot7-armmp-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: uinput-modules-4.14.0-parrot2-armmp-di +Package: uinput-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: uinput-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: uinput support This package contains the uinput module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-armmp-di +Package: zlib-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: leds-modules-4.14.0-parrot2-armmp-di +Package: leds-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: leds-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: LED modules This package contains LED modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-armmp-di +Package: udf-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di, crc-modules-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di, crc-modules-4.14.0-parrot7-armmp-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-armmp-di +Package: fuse-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: mtd-modules-4.14.0-parrot2-armmp-di +Package: mtd-modules-4.14.0-parrot7-armmp-di Architecture: armhf Section: debian-installer Priority: optional Provides: mtd-modules -Depends: kernel-image-4.14.0-parrot2-armmp-di +Depends: kernel-image-4.14.0-parrot7-armmp-di Description: MTD modules This package contains MTD modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-armmp +Kernel-Version: 4.14.0-parrot7-armmp Package-Type: udeb -Package: linux-image-4.14.0-parrot2-armmp +Package: linux-image-4.14.0-parrot7-armmp Architecture: armhf Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [armhf] | linux-initramfs-tool [armhf] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [armhf] @@ -2996,29 +2996,29 @@ Description: Linux 4.14 for ARMv7 multiplatform compatible SoCs platforms. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-armmp +Package: linux-headers-4.14.0-parrot7-armmp Architecture: armhf -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-arm -Description: Header files for Linux 4.14.0-parrot2-armmp +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-arm +Description: Header files for Linux 4.14.0-parrot7-armmp This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-armmp, generally used for building out-of-tree + Linux kernel 4.14.0-parrot7-armmp, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-armmp, and can be used for building + /usr/src/linux-headers-4.14.0-parrot7-armmp, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-armmp package. + linux-image-4.14.0-parrot7-armmp package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-armmp-dbg +Package: linux-image-4.14.0-parrot7-armmp-dbg Architecture: armhf Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-armmp +Description: Debug symbols for linux-image-4.14.0-parrot7-armmp This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-armmp. + modules in linux-image-4.14.0-parrot7-armmp. Build-Profiles: -Package: linux-image-4.14.0-parrot2-armmp-lpae +Package: linux-image-4.14.0-parrot7-armmp-lpae Architecture: armhf Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [armhf] | linux-initramfs-tool [armhf] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [armhf] @@ -3030,38 +3030,38 @@ Description: Linux 4.14 for ARMv7 multiplatform compatible SoCs supporting LPAE details of supported platforms.. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-armmp-lpae +Package: linux-headers-4.14.0-parrot7-armmp-lpae Architecture: armhf -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-arm -Description: Header files for Linux 4.14.0-parrot2-armmp-lpae +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-arm +Description: Header files for Linux 4.14.0-parrot7-armmp-lpae This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-armmp-lpae, generally used for building + Linux kernel 4.14.0-parrot7-armmp-lpae, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-armmp-lpae, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-armmp-lpae, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-armmp-lpae package. + linux-image-4.14.0-parrot7-armmp-lpae package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-armmp-lpae-dbg +Package: linux-image-4.14.0-parrot7-armmp-lpae-dbg Architecture: armhf Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-armmp-lpae +Description: Debug symbols for linux-image-4.14.0-parrot7-armmp-lpae This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-armmp-lpae. + modules in linux-image-4.14.0-parrot7-armmp-lpae. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-hppa +Package: linux-headers-4.14.0-parrot7-all-hppa Architecture: hppa -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-parisc (= ${binary:Version}), linux-headers-4.14.0-parrot2-parisc64-smp (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-parisc (= ${binary:Version}), linux-headers-4.14.0-parrot7-parisc64-smp (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-parisc-di +Package: kernel-image-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard @@ -3071,423 +3071,423 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-parisc-di +Package: nic-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, nic-shared-modules-4.14.0-parrot2-parisc-di, crc-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, nic-shared-modules-4.14.0-parrot7-parisc-di, crc-modules-4.14.0-parrot7-parisc-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-parisc-di +Package: nic-shared-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: serial-modules-4.14.0-parrot2-parisc-di +Package: serial-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: serial-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: Serial drivers This package contains serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-parisc-di +Package: usb-serial-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, usb-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, usb-modules-4.14.0-parrot7-parisc-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-parisc-di +Package: ppp-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, serial-modules-4.14.0-parrot2-parisc-di, zlib-modules-4.14.0-parrot2-parisc-di, crc-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, serial-modules-4.14.0-parrot7-parisc-di, zlib-modules-4.14.0-parrot7-parisc-di, crc-modules-4.14.0-parrot7-parisc-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-parisc-di +Package: pata-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, ata-modules-4.14.0-parrot2-parisc-di, scsi-core-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, ata-modules-4.14.0-parrot7-parisc-di, scsi-core-modules-4.14.0-parrot7-parisc-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-parisc-di +Package: cdrom-core-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, scsi-core-modules-4.14.0-parrot2-parisc-di, isofs-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, scsi-core-modules-4.14.0-parrot7-parisc-di, isofs-modules-4.14.0-parrot7-parisc-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-parisc-di +Package: scsi-core-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-parisc-di +Package: scsi-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, scsi-core-modules-4.14.0-parrot2-parisc-di, cdrom-core-modules-4.14.0-parrot2-parisc-di, ata-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, scsi-core-modules-4.14.0-parrot7-parisc-di, cdrom-core-modules-4.14.0-parrot7-parisc-di, ata-modules-4.14.0-parrot7-parisc-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-parisc-di +Package: loop-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-parisc-di +Package: btrfs-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, crc-modules-4.14.0-parrot2-parisc-di, zlib-modules-4.14.0-parrot2-parisc-di, md-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, crc-modules-4.14.0-parrot7-parisc-di, zlib-modules-4.14.0-parrot7-parisc-di, md-modules-4.14.0-parrot7-parisc-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-parisc-di +Package: ext4-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, crc-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, crc-modules-4.14.0-parrot7-parisc-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-parisc-di +Package: isofs-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-parisc-di +Package: jfs-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-parisc-di +Package: xfs-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, crc-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, crc-modules-4.14.0-parrot7-parisc-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-parisc-di +Package: fat-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: md-modules-4.14.0-parrot2-parisc-di +Package: md-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, crc-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, crc-modules-4.14.0-parrot7-parisc-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-parisc-di +Package: multipath-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, md-modules-4.14.0-parrot2-parisc-di, scsi-core-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, md-modules-4.14.0-parrot7-parisc-di, scsi-core-modules-4.14.0-parrot7-parisc-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-parisc-di +Package: usb-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-parisc-di +Package: usb-storage-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, scsi-modules-4.14.0-parrot2-parisc-di, usb-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, scsi-modules-4.14.0-parrot7-parisc-di, usb-modules-4.14.0-parrot7-parisc-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: input-modules-4.14.0-parrot2-parisc-di +Package: input-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, usb-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, usb-modules-4.14.0-parrot7-parisc-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: event-modules-4.14.0-parrot2-parisc-di +Package: event-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-parisc-di +Package: mouse-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, event-modules-4.14.0-parrot2-parisc-di, input-modules-4.14.0-parrot2-parisc-di, usb-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, event-modules-4.14.0-parrot7-parisc-di, input-modules-4.14.0-parrot7-parisc-di, usb-modules-4.14.0-parrot7-parisc-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-parisc-di +Package: nic-usb-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, nic-shared-modules-4.14.0-parrot2-parisc-di, usb-modules-4.14.0-parrot2-parisc-di, crc-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, nic-shared-modules-4.14.0-parrot7-parisc-di, usb-modules-4.14.0-parrot7-parisc-di, crc-modules-4.14.0-parrot7-parisc-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-parisc-di +Package: sata-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, scsi-core-modules-4.14.0-parrot2-parisc-di, ata-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, scsi-core-modules-4.14.0-parrot7-parisc-di, ata-modules-4.14.0-parrot7-parisc-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-parisc-di +Package: crc-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-parisc-di +Package: crypto-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-parisc-di +Package: crypto-dm-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, md-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, md-modules-4.14.0-parrot7-parisc-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-parisc-di +Package: ata-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, scsi-core-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, scsi-core-modules-4.14.0-parrot7-parisc-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-parisc-di +Package: nbd-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-parisc-di +Package: squashfs-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-parisc-di +Package: virtio-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di, scsi-core-modules-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di, scsi-core-modules-4.14.0-parrot7-parisc-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-parisc-di +Package: zlib-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-parisc-di +Package: fuse-modules-4.14.0-parrot7-parisc-di Architecture: hppa Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-parisc-di +Depends: kernel-image-4.14.0-parrot7-parisc-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc +Kernel-Version: 4.14.0-parrot7-parisc Package-Type: udeb -Package: kernel-image-4.14.0-parrot2-parisc64-smp-di +Package: kernel-image-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard @@ -3497,435 +3497,435 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-parisc64-smp-di +Package: nic-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, nic-shared-modules-4.14.0-parrot2-parisc64-smp-di, crc-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, nic-shared-modules-4.14.0-parrot7-parisc64-smp-di, crc-modules-4.14.0-parrot7-parisc64-smp-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-parisc64-smp-di +Package: nic-shared-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: serial-modules-4.14.0-parrot2-parisc64-smp-di +Package: serial-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: serial-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: Serial drivers This package contains serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-parisc64-smp-di +Package: usb-serial-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, usb-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, usb-modules-4.14.0-parrot7-parisc64-smp-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-parisc64-smp-di +Package: ppp-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, serial-modules-4.14.0-parrot2-parisc64-smp-di, zlib-modules-4.14.0-parrot2-parisc64-smp-di, crc-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, serial-modules-4.14.0-parrot7-parisc64-smp-di, zlib-modules-4.14.0-parrot7-parisc64-smp-di, crc-modules-4.14.0-parrot7-parisc64-smp-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-parisc64-smp-di +Package: pata-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, ata-modules-4.14.0-parrot2-parisc64-smp-di, scsi-core-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, ata-modules-4.14.0-parrot7-parisc64-smp-di, scsi-core-modules-4.14.0-parrot7-parisc64-smp-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-parisc64-smp-di +Package: cdrom-core-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, scsi-core-modules-4.14.0-parrot2-parisc64-smp-di, isofs-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, scsi-core-modules-4.14.0-parrot7-parisc64-smp-di, isofs-modules-4.14.0-parrot7-parisc64-smp-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-parisc64-smp-di +Package: scsi-core-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-parisc64-smp-di +Package: scsi-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, scsi-core-modules-4.14.0-parrot2-parisc64-smp-di, cdrom-core-modules-4.14.0-parrot2-parisc64-smp-di, ata-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, scsi-core-modules-4.14.0-parrot7-parisc64-smp-di, cdrom-core-modules-4.14.0-parrot7-parisc64-smp-di, ata-modules-4.14.0-parrot7-parisc64-smp-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-parisc64-smp-di +Package: loop-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-parisc64-smp-di +Package: btrfs-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, crc-modules-4.14.0-parrot2-parisc64-smp-di, zlib-modules-4.14.0-parrot2-parisc64-smp-di, md-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, crc-modules-4.14.0-parrot7-parisc64-smp-di, zlib-modules-4.14.0-parrot7-parisc64-smp-di, md-modules-4.14.0-parrot7-parisc64-smp-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-parisc64-smp-di +Package: ext4-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, crc-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, crc-modules-4.14.0-parrot7-parisc64-smp-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-parisc64-smp-di +Package: isofs-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-parisc64-smp-di +Package: jfs-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-parisc64-smp-di +Package: xfs-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, crc-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, crc-modules-4.14.0-parrot7-parisc64-smp-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-parisc64-smp-di +Package: fat-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: md-modules-4.14.0-parrot2-parisc64-smp-di +Package: md-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, crc-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, crc-modules-4.14.0-parrot7-parisc64-smp-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-parisc64-smp-di +Package: multipath-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, md-modules-4.14.0-parrot2-parisc64-smp-di, scsi-core-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, md-modules-4.14.0-parrot7-parisc64-smp-di, scsi-core-modules-4.14.0-parrot7-parisc64-smp-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-parisc64-smp-di +Package: usb-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-parisc64-smp-di +Package: usb-storage-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, scsi-modules-4.14.0-parrot2-parisc64-smp-di, usb-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, scsi-modules-4.14.0-parrot7-parisc64-smp-di, usb-modules-4.14.0-parrot7-parisc64-smp-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: fb-modules-4.14.0-parrot2-parisc64-smp-di +Package: fb-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: fb-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: input-modules-4.14.0-parrot2-parisc64-smp-di +Package: input-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, usb-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, usb-modules-4.14.0-parrot7-parisc64-smp-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: event-modules-4.14.0-parrot2-parisc64-smp-di +Package: event-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-parisc64-smp-di +Package: mouse-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, event-modules-4.14.0-parrot2-parisc64-smp-di, input-modules-4.14.0-parrot2-parisc64-smp-di, usb-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, event-modules-4.14.0-parrot7-parisc64-smp-di, input-modules-4.14.0-parrot7-parisc64-smp-di, usb-modules-4.14.0-parrot7-parisc64-smp-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-parisc64-smp-di +Package: nic-usb-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, nic-shared-modules-4.14.0-parrot2-parisc64-smp-di, usb-modules-4.14.0-parrot2-parisc64-smp-di, crc-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, nic-shared-modules-4.14.0-parrot7-parisc64-smp-di, usb-modules-4.14.0-parrot7-parisc64-smp-di, crc-modules-4.14.0-parrot7-parisc64-smp-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-parisc64-smp-di +Package: sata-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, scsi-core-modules-4.14.0-parrot2-parisc64-smp-di, ata-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, scsi-core-modules-4.14.0-parrot7-parisc64-smp-di, ata-modules-4.14.0-parrot7-parisc64-smp-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-parisc64-smp-di +Package: crc-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-parisc64-smp-di +Package: crypto-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-parisc64-smp-di +Package: crypto-dm-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, md-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, md-modules-4.14.0-parrot7-parisc64-smp-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-parisc64-smp-di +Package: ata-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, scsi-core-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, scsi-core-modules-4.14.0-parrot7-parisc64-smp-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-parisc64-smp-di +Package: nbd-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-parisc64-smp-di +Package: squashfs-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-parisc64-smp-di +Package: virtio-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di, scsi-core-modules-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di, scsi-core-modules-4.14.0-parrot7-parisc64-smp-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-parisc64-smp-di +Package: zlib-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-parisc64-smp-di +Package: fuse-modules-4.14.0-parrot7-parisc64-smp-di Architecture: hppa Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-parisc64-smp-di +Depends: kernel-image-4.14.0-parrot7-parisc64-smp-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-parisc64-smp +Kernel-Version: 4.14.0-parrot7-parisc64-smp Package-Type: udeb -Package: linux-image-4.14.0-parrot2-parisc +Package: linux-image-4.14.0-parrot7-parisc Architecture: hppa Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [hppa] | linux-initramfs-tool [hppa] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [hppa] @@ -3936,29 +3936,29 @@ Description: Linux 4.14 for 32-bit PA-RISC with max 4 GB RAM. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-parisc +Package: linux-headers-4.14.0-parrot7-parisc Architecture: hppa -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7, binutils-hppa64-linux-gnu, gcc-7-hppa64-linux-gnu -Description: Header files for Linux 4.14.0-parrot2-parisc +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7, binutils-hppa64-linux-gnu, gcc-7-hppa64-linux-gnu +Description: Header files for Linux 4.14.0-parrot7-parisc This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-parisc, generally used for building + Linux kernel 4.14.0-parrot7-parisc, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-parisc, and can be used for building + /usr/src/linux-headers-4.14.0-parrot7-parisc, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-parisc package. + linux-image-4.14.0-parrot7-parisc package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-parisc-dbg +Package: linux-image-4.14.0-parrot7-parisc-dbg Architecture: hppa Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-parisc +Description: Debug symbols for linux-image-4.14.0-parrot7-parisc This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-parisc. + modules in linux-image-4.14.0-parrot7-parisc. Build-Profiles: -Package: linux-image-4.14.0-parrot2-parisc64-smp +Package: linux-image-4.14.0-parrot7-parisc64-smp Architecture: hppa Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [hppa] | linux-initramfs-tool [hppa] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [hppa] @@ -3969,38 +3969,38 @@ Description: Linux 4.14 for multiprocessor 64-bit PA-RISC with support for more than 4 GB RAM. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-parisc64-smp +Package: linux-headers-4.14.0-parrot7-parisc64-smp Architecture: hppa -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7, binutils-hppa64-linux-gnu, gcc-7-hppa64-linux-gnu -Description: Header files for Linux 4.14.0-parrot2-parisc64-smp +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7, binutils-hppa64-linux-gnu, gcc-7-hppa64-linux-gnu +Description: Header files for Linux 4.14.0-parrot7-parisc64-smp This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-parisc64-smp, generally used for building + Linux kernel 4.14.0-parrot7-parisc64-smp, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-parisc64-smp, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-parisc64-smp, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-parisc64-smp package. + linux-image-4.14.0-parrot7-parisc64-smp package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-parisc64-smp-dbg +Package: linux-image-4.14.0-parrot7-parisc64-smp-dbg Architecture: hppa Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-parisc64-smp +Description: Debug symbols for linux-image-4.14.0-parrot7-parisc64-smp This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-parisc64-smp. + modules in linux-image-4.14.0-parrot7-parisc64-smp. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-i386 +Package: linux-headers-4.14.0-parrot7-all-i386 Architecture: i386 -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-686 (= ${binary:Version}), linux-headers-4.14.0-parrot2-686-pae (= ${binary:Version}), linux-headers-4.14.0-parrot2-rt-686-pae (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-686 (= ${binary:Version}), linux-headers-4.14.0-parrot7-686-pae (= ${binary:Version}), linux-headers-4.14.0-parrot7-rt-686-pae (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-686-di +Package: kernel-image-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard @@ -4010,617 +4010,617 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-686-di +Package: nic-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-686-di, nic-shared-modules-4.14.0-parrot2-686-di, i2c-modules-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, nic-shared-modules-4.14.0-parrot7-686-di, i2c-modules-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: nic-wireless-modules-4.14.0-parrot2-686-di +Package: nic-wireless-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: nic-wireless-modules -Depends: kernel-image-4.14.0-parrot2-686-di, nic-shared-modules-4.14.0-parrot2-686-di, usb-modules-4.14.0-parrot2-686-di, mmc-modules-4.14.0-parrot2-686-di, pcmcia-modules-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, nic-shared-modules-4.14.0-parrot7-686-di, usb-modules-4.14.0-parrot7-686-di, mmc-modules-4.14.0-parrot7-686-di, pcmcia-modules-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-686-di +Package: nic-shared-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: serial-modules-4.14.0-parrot2-686-di +Package: serial-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: serial-modules -Depends: kernel-image-4.14.0-parrot2-686-di, pcmcia-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, pcmcia-modules-4.14.0-parrot7-686-di Description: Serial drivers This package contains serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-686-di +Package: usb-serial-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-686-di, usb-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, usb-modules-4.14.0-parrot7-686-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-686-di +Package: ppp-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-686-di, serial-modules-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, serial-modules-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-686-di +Package: pata-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-686-di, ata-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, ata-modules-4.14.0-parrot7-686-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-686-di +Package: cdrom-core-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-686-di, scsi-core-modules-4.14.0-parrot2-686-di, isofs-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, scsi-core-modules-4.14.0-parrot7-686-di, isofs-modules-4.14.0-parrot7-686-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: firewire-core-modules-4.14.0-parrot2-686-di +Package: firewire-core-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: firewire-core-modules -Depends: kernel-image-4.14.0-parrot2-686-di, scsi-core-modules-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, scsi-core-modules-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di Description: Core FireWire drivers This package contains core FireWire drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-686-di +Package: scsi-core-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-686-di +Package: scsi-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-686-di, scsi-core-modules-4.14.0-parrot2-686-di, cdrom-core-modules-4.14.0-parrot2-686-di, ata-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, scsi-core-modules-4.14.0-parrot7-686-di, cdrom-core-modules-4.14.0-parrot7-686-di, ata-modules-4.14.0-parrot7-686-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-686-di +Package: loop-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-686-di +Package: btrfs-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di, md-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di, md-modules-4.14.0-parrot7-686-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-686-di +Package: ext4-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-686-di +Package: isofs-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-686-di +Package: jfs-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: ntfs-modules-4.14.0-parrot2-686-di +Package: ntfs-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: ntfs-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: NTFS filesystem support This package contains the NTFS file system module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-686-di +Package: xfs-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-686-di +Package: fat-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: md-modules-4.14.0-parrot2-686-di +Package: md-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-686-di +Package: multipath-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-686-di, md-modules-4.14.0-parrot2-686-di, scsi-core-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, md-modules-4.14.0-parrot7-686-di, scsi-core-modules-4.14.0-parrot7-686-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-686-di +Package: usb-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-686-di +Package: usb-storage-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-686-di, scsi-core-modules-4.14.0-parrot2-686-di, usb-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, scsi-core-modules-4.14.0-parrot7-686-di, usb-modules-4.14.0-parrot7-686-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: pcmcia-storage-modules-4.14.0-parrot2-686-di +Package: pcmcia-storage-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: pcmcia-storage-modules -Depends: kernel-image-4.14.0-parrot2-686-di, cdrom-core-modules-4.14.0-parrot2-686-di, pcmcia-modules-4.14.0-parrot2-686-di, ata-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, cdrom-core-modules-4.14.0-parrot7-686-di, pcmcia-modules-4.14.0-parrot7-686-di, ata-modules-4.14.0-parrot7-686-di Description: PCMCIA storage drivers This package contains PCMCIA storage drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: fb-modules-4.14.0-parrot2-686-di +Package: fb-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: fb-modules -Depends: kernel-image-4.14.0-parrot2-686-di, i2c-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, i2c-modules-4.14.0-parrot7-686-di Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: input-modules-4.14.0-parrot2-686-di +Package: input-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-686-di, usb-modules-4.14.0-parrot2-686-di, i2c-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, usb-modules-4.14.0-parrot7-686-di, i2c-modules-4.14.0-parrot7-686-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: event-modules-4.14.0-parrot2-686-di +Package: event-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-686-di +Package: mouse-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-686-di, event-modules-4.14.0-parrot2-686-di, input-modules-4.14.0-parrot2-686-di, usb-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, event-modules-4.14.0-parrot7-686-di, input-modules-4.14.0-parrot7-686-di, usb-modules-4.14.0-parrot7-686-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: nic-pcmcia-modules-4.14.0-parrot2-686-di +Package: nic-pcmcia-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: nic-pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-686-di, nic-shared-modules-4.14.0-parrot2-686-di, nic-wireless-modules-4.14.0-parrot2-686-di, pcmcia-modules-4.14.0-parrot2-686-di, mmc-core-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, nic-shared-modules-4.14.0-parrot7-686-di, nic-wireless-modules-4.14.0-parrot7-686-di, pcmcia-modules-4.14.0-parrot7-686-di, mmc-core-modules-4.14.0-parrot7-686-di Description: Common PCMCIA NIC drivers This package contains common PCMCIA NIC drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: pcmcia-modules-4.14.0-parrot2-686-di +Package: pcmcia-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: Common PCMCIA drivers This package contains common PCMCIA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-686-di +Package: nic-usb-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-686-di, nic-shared-modules-4.14.0-parrot2-686-di, nic-wireless-modules-4.14.0-parrot2-686-di, usb-modules-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, nic-shared-modules-4.14.0-parrot7-686-di, nic-wireless-modules-4.14.0-parrot7-686-di, usb-modules-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-686-di +Package: sata-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-686-di, scsi-core-modules-4.14.0-parrot2-686-di, ata-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, scsi-core-modules-4.14.0-parrot7-686-di, ata-modules-4.14.0-parrot7-686-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: acpi-modules-4.14.0-parrot2-686-di +Package: acpi-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: acpi-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: ACPI support modules This package contains kernel modules for ACPI. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: i2c-modules-4.14.0-parrot2-686-di +Package: i2c-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: i2c-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: i2c support modules This package contains basic i2c support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-686-di +Package: crc-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-686-di +Package: crypto-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-686-di +Package: crypto-dm-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-686-di, md-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, md-modules-4.14.0-parrot7-686-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: efi-modules-4.14.0-parrot2-686-di +Package: efi-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: efi-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: EFI modules This package contains EFI modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-686-di +Package: ata-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-686-di, scsi-core-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, scsi-core-modules-4.14.0-parrot7-686-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: mmc-core-modules-4.14.0-parrot2-686-di +Package: mmc-core-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: mmc-core-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: MMC/SD/SDIO core modules This package contains core modules for MMC/SD/SDIO support. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: mmc-modules-4.14.0-parrot2-686-di +Package: mmc-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: mmc-modules -Depends: kernel-image-4.14.0-parrot2-686-di, mmc-core-modules-4.14.0-parrot2-686-di, usb-modules-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, mmc-core-modules-4.14.0-parrot7-686-di, usb-modules-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di Description: MMC/SD card modules This package contains modules needed to support MMC (multimedia) and SD cards. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-686-di +Package: nbd-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-686-di +Package: squashfs-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: speakup-modules-4.14.0-parrot2-686-di +Package: speakup-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: speakup-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: speakup modules This package contains speakup modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-686-di +Package: virtio-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-686-di, scsi-core-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, scsi-core-modules-4.14.0-parrot7-686-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: uinput-modules-4.14.0-parrot2-686-di +Package: uinput-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: uinput-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: uinput support This package contains the uinput module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: sound-modules-4.14.0-parrot2-686-di +Package: sound-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: sound-modules -Depends: kernel-image-4.14.0-parrot2-686-di, i2c-modules-4.14.0-parrot2-686-di, usb-modules-4.14.0-parrot2-686-di, pcmcia-modules-4.14.0-parrot2-686-di, firewire-core-modules-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, i2c-modules-4.14.0-parrot7-686-di, usb-modules-4.14.0-parrot7-686-di, pcmcia-modules-4.14.0-parrot7-686-di, firewire-core-modules-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di Description: sound support This package contains sound modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: hyperv-modules-4.14.0-parrot2-686-di +Package: hyperv-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: hyperv-modules -Depends: kernel-image-4.14.0-parrot2-686-di, input-modules-4.14.0-parrot2-686-di, scsi-core-modules-4.14.0-parrot2-686-di, nic-shared-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, input-modules-4.14.0-parrot7-686-di, scsi-core-modules-4.14.0-parrot7-686-di, nic-shared-modules-4.14.0-parrot7-686-di Description: Hyper-V modules This package contains Hyper-V paravirtualised drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-686-di +Package: udf-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-686-di, crc-modules-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di, crc-modules-4.14.0-parrot7-686-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-686-di +Package: fuse-modules-4.14.0-parrot7-686-di Architecture: i386 Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-686-di +Depends: kernel-image-4.14.0-parrot7-686-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686 +Kernel-Version: 4.14.0-parrot7-686 Package-Type: udeb -Package: kernel-image-4.14.0-parrot2-686-pae-di +Package: kernel-image-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard @@ -4630,617 +4630,617 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-686-pae-di +Package: nic-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, nic-shared-modules-4.14.0-parrot2-686-pae-di, i2c-modules-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, nic-shared-modules-4.14.0-parrot7-686-pae-di, i2c-modules-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: nic-wireless-modules-4.14.0-parrot2-686-pae-di +Package: nic-wireless-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: nic-wireless-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, nic-shared-modules-4.14.0-parrot2-686-pae-di, usb-modules-4.14.0-parrot2-686-pae-di, mmc-modules-4.14.0-parrot2-686-pae-di, pcmcia-modules-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, nic-shared-modules-4.14.0-parrot7-686-pae-di, usb-modules-4.14.0-parrot7-686-pae-di, mmc-modules-4.14.0-parrot7-686-pae-di, pcmcia-modules-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-686-pae-di +Package: nic-shared-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: serial-modules-4.14.0-parrot2-686-pae-di +Package: serial-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: serial-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, pcmcia-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, pcmcia-modules-4.14.0-parrot7-686-pae-di Description: Serial drivers This package contains serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-686-pae-di +Package: usb-serial-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, usb-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, usb-modules-4.14.0-parrot7-686-pae-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-686-pae-di +Package: ppp-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, serial-modules-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, serial-modules-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-686-pae-di +Package: pata-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, ata-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, ata-modules-4.14.0-parrot7-686-pae-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-686-pae-di +Package: cdrom-core-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, scsi-core-modules-4.14.0-parrot2-686-pae-di, isofs-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, scsi-core-modules-4.14.0-parrot7-686-pae-di, isofs-modules-4.14.0-parrot7-686-pae-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: firewire-core-modules-4.14.0-parrot2-686-pae-di +Package: firewire-core-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: firewire-core-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, scsi-core-modules-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, scsi-core-modules-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di Description: Core FireWire drivers This package contains core FireWire drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-686-pae-di +Package: scsi-core-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-686-pae-di +Package: scsi-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, scsi-core-modules-4.14.0-parrot2-686-pae-di, cdrom-core-modules-4.14.0-parrot2-686-pae-di, ata-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, scsi-core-modules-4.14.0-parrot7-686-pae-di, cdrom-core-modules-4.14.0-parrot7-686-pae-di, ata-modules-4.14.0-parrot7-686-pae-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-686-pae-di +Package: loop-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-686-pae-di +Package: btrfs-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di, md-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di, md-modules-4.14.0-parrot7-686-pae-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-686-pae-di +Package: ext4-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-686-pae-di +Package: isofs-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-686-pae-di +Package: jfs-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: ntfs-modules-4.14.0-parrot2-686-pae-di +Package: ntfs-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: ntfs-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: NTFS filesystem support This package contains the NTFS file system module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-686-pae-di +Package: xfs-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-686-pae-di +Package: fat-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: md-modules-4.14.0-parrot2-686-pae-di +Package: md-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-686-pae-di +Package: multipath-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, md-modules-4.14.0-parrot2-686-pae-di, scsi-core-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, md-modules-4.14.0-parrot7-686-pae-di, scsi-core-modules-4.14.0-parrot7-686-pae-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-686-pae-di +Package: usb-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-686-pae-di +Package: usb-storage-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, scsi-core-modules-4.14.0-parrot2-686-pae-di, usb-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, scsi-core-modules-4.14.0-parrot7-686-pae-di, usb-modules-4.14.0-parrot7-686-pae-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: pcmcia-storage-modules-4.14.0-parrot2-686-pae-di +Package: pcmcia-storage-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: pcmcia-storage-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, cdrom-core-modules-4.14.0-parrot2-686-pae-di, pcmcia-modules-4.14.0-parrot2-686-pae-di, ata-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, cdrom-core-modules-4.14.0-parrot7-686-pae-di, pcmcia-modules-4.14.0-parrot7-686-pae-di, ata-modules-4.14.0-parrot7-686-pae-di Description: PCMCIA storage drivers This package contains PCMCIA storage drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: fb-modules-4.14.0-parrot2-686-pae-di +Package: fb-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: fb-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, i2c-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, i2c-modules-4.14.0-parrot7-686-pae-di Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: input-modules-4.14.0-parrot2-686-pae-di +Package: input-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, usb-modules-4.14.0-parrot2-686-pae-di, i2c-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, usb-modules-4.14.0-parrot7-686-pae-di, i2c-modules-4.14.0-parrot7-686-pae-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: event-modules-4.14.0-parrot2-686-pae-di +Package: event-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-686-pae-di +Package: mouse-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, event-modules-4.14.0-parrot2-686-pae-di, input-modules-4.14.0-parrot2-686-pae-di, usb-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, event-modules-4.14.0-parrot7-686-pae-di, input-modules-4.14.0-parrot7-686-pae-di, usb-modules-4.14.0-parrot7-686-pae-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: nic-pcmcia-modules-4.14.0-parrot2-686-pae-di +Package: nic-pcmcia-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: nic-pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, nic-shared-modules-4.14.0-parrot2-686-pae-di, nic-wireless-modules-4.14.0-parrot2-686-pae-di, pcmcia-modules-4.14.0-parrot2-686-pae-di, mmc-core-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, nic-shared-modules-4.14.0-parrot7-686-pae-di, nic-wireless-modules-4.14.0-parrot7-686-pae-di, pcmcia-modules-4.14.0-parrot7-686-pae-di, mmc-core-modules-4.14.0-parrot7-686-pae-di Description: Common PCMCIA NIC drivers This package contains common PCMCIA NIC drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: pcmcia-modules-4.14.0-parrot2-686-pae-di +Package: pcmcia-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: Common PCMCIA drivers This package contains common PCMCIA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-686-pae-di +Package: nic-usb-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, nic-shared-modules-4.14.0-parrot2-686-pae-di, nic-wireless-modules-4.14.0-parrot2-686-pae-di, usb-modules-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, nic-shared-modules-4.14.0-parrot7-686-pae-di, nic-wireless-modules-4.14.0-parrot7-686-pae-di, usb-modules-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-686-pae-di +Package: sata-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, scsi-core-modules-4.14.0-parrot2-686-pae-di, ata-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, scsi-core-modules-4.14.0-parrot7-686-pae-di, ata-modules-4.14.0-parrot7-686-pae-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: acpi-modules-4.14.0-parrot2-686-pae-di +Package: acpi-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: acpi-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: ACPI support modules This package contains kernel modules for ACPI. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: i2c-modules-4.14.0-parrot2-686-pae-di +Package: i2c-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: i2c-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: i2c support modules This package contains basic i2c support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-686-pae-di +Package: crc-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-686-pae-di +Package: crypto-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-686-pae-di +Package: crypto-dm-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, md-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, md-modules-4.14.0-parrot7-686-pae-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: efi-modules-4.14.0-parrot2-686-pae-di +Package: efi-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: efi-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: EFI modules This package contains EFI modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-686-pae-di +Package: ata-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, scsi-core-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, scsi-core-modules-4.14.0-parrot7-686-pae-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: mmc-core-modules-4.14.0-parrot2-686-pae-di +Package: mmc-core-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: mmc-core-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: MMC/SD/SDIO core modules This package contains core modules for MMC/SD/SDIO support. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: mmc-modules-4.14.0-parrot2-686-pae-di +Package: mmc-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: mmc-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, mmc-core-modules-4.14.0-parrot2-686-pae-di, usb-modules-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, mmc-core-modules-4.14.0-parrot7-686-pae-di, usb-modules-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di Description: MMC/SD card modules This package contains modules needed to support MMC (multimedia) and SD cards. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-686-pae-di +Package: nbd-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-686-pae-di +Package: squashfs-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: speakup-modules-4.14.0-parrot2-686-pae-di +Package: speakup-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: speakup-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: speakup modules This package contains speakup modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-686-pae-di +Package: virtio-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, scsi-core-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, scsi-core-modules-4.14.0-parrot7-686-pae-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: uinput-modules-4.14.0-parrot2-686-pae-di +Package: uinput-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: uinput-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: uinput support This package contains the uinput module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: sound-modules-4.14.0-parrot2-686-pae-di +Package: sound-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: sound-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, i2c-modules-4.14.0-parrot2-686-pae-di, usb-modules-4.14.0-parrot2-686-pae-di, pcmcia-modules-4.14.0-parrot2-686-pae-di, firewire-core-modules-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, i2c-modules-4.14.0-parrot7-686-pae-di, usb-modules-4.14.0-parrot7-686-pae-di, pcmcia-modules-4.14.0-parrot7-686-pae-di, firewire-core-modules-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di Description: sound support This package contains sound modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: hyperv-modules-4.14.0-parrot2-686-pae-di +Package: hyperv-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: hyperv-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, input-modules-4.14.0-parrot2-686-pae-di, scsi-core-modules-4.14.0-parrot2-686-pae-di, nic-shared-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, input-modules-4.14.0-parrot7-686-pae-di, scsi-core-modules-4.14.0-parrot7-686-pae-di, nic-shared-modules-4.14.0-parrot7-686-pae-di Description: Hyper-V modules This package contains Hyper-V paravirtualised drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-686-pae-di +Package: udf-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di, crc-modules-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di, crc-modules-4.14.0-parrot7-686-pae-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-686-pae-di +Package: fuse-modules-4.14.0-parrot7-686-pae-di Architecture: i386 Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-686-pae-di +Depends: kernel-image-4.14.0-parrot7-686-pae-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-686-pae +Kernel-Version: 4.14.0-parrot7-686-pae Package-Type: udeb -Package: linux-image-4.14.0-parrot2-686 +Package: linux-image-4.14.0-parrot7-686 Architecture: i386 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [i386] | linux-initramfs-tool [i386] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [i386] @@ -5251,29 +5251,29 @@ Description: Linux 4.14 for older PCs processors not supporting PAE. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-686 +Package: linux-headers-4.14.0-parrot7-686 Architecture: i386 -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-x86 -Description: Header files for Linux 4.14.0-parrot2-686 +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-x86 +Description: Header files for Linux 4.14.0-parrot7-686 This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-686, generally used for building out-of-tree + Linux kernel 4.14.0-parrot7-686, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-686, and can be used for building + /usr/src/linux-headers-4.14.0-parrot7-686, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-686 package. + linux-image-4.14.0-parrot7-686 package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-686-dbg +Package: linux-image-4.14.0-parrot7-686-dbg Architecture: i386 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-686 +Description: Debug symbols for linux-image-4.14.0-parrot7-686 This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-686. + modules in linux-image-4.14.0-parrot7-686. Build-Profiles: -Package: linux-image-4.14.0-parrot2-686-pae +Package: linux-image-4.14.0-parrot7-686-pae Architecture: i386 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [i386] | linux-initramfs-tool [i386] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [i386] @@ -5292,29 +5292,29 @@ Description: Linux 4.14 for modern PCs (dom0) and unprivileged (domU) operation. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-686-pae +Package: linux-headers-4.14.0-parrot7-686-pae Architecture: i386 -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-x86 -Description: Header files for Linux 4.14.0-parrot2-686-pae +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-x86 +Description: Header files for Linux 4.14.0-parrot7-686-pae This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-686-pae, generally used for building + Linux kernel 4.14.0-parrot7-686-pae, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-686-pae, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-686-pae, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-686-pae package. + linux-image-4.14.0-parrot7-686-pae package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-686-pae-dbg +Package: linux-image-4.14.0-parrot7-686-pae-dbg Architecture: i386 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-686-pae +Description: Debug symbols for linux-image-4.14.0-parrot7-686-pae This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-686-pae. + modules in linux-image-4.14.0-parrot7-686-pae. Build-Profiles: -Package: linux-image-4.14.0-parrot2-rt-686-pae +Package: linux-image-4.14.0-parrot7-rt-686-pae Architecture: i386 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [i386] | linux-initramfs-tool [i386] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [i386] @@ -5332,38 +5332,38 @@ Description: Linux 4.14 for modern PCs, PREEMPT_RT This kernel includes the PREEMPT_RT realtime patch set. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-rt-686-pae +Package: linux-headers-4.14.0-parrot7-rt-686-pae Architecture: i386 -Depends: linux-headers-4.14.0-parrot2-common-rt (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-x86 -Description: Header files for Linux 4.14.0-parrot2-rt-686-pae +Depends: linux-headers-4.14.0-parrot7-common-rt (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-x86 +Description: Header files for Linux 4.14.0-parrot7-rt-686-pae This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-rt-686-pae, generally used for building + Linux kernel 4.14.0-parrot7-rt-686-pae, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-rt-686-pae, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-rt-686-pae, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-rt-686-pae package. + linux-image-4.14.0-parrot7-rt-686-pae package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-rt-686-pae-dbg +Package: linux-image-4.14.0-parrot7-rt-686-pae-dbg Architecture: i386 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-rt-686-pae +Description: Debug symbols for linux-image-4.14.0-parrot7-rt-686-pae This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-rt-686-pae. + modules in linux-image-4.14.0-parrot7-rt-686-pae. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-m68k +Package: linux-headers-4.14.0-parrot7-all-m68k Architecture: m68k -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-m68k (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-m68k (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-m68k-di +Package: kernel-image-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard @@ -5373,315 +5373,315 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-m68k-di +Package: nic-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di, nic-shared-modules-4.14.0-parrot2-m68k-di, crc-modules-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di, nic-shared-modules-4.14.0-parrot7-m68k-di, crc-modules-4.14.0-parrot7-m68k-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-m68k-di +Package: nic-shared-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-m68k-di +Package: ppp-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di, zlib-modules-4.14.0-parrot2-m68k-di, crc-modules-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di, zlib-modules-4.14.0-parrot7-m68k-di, crc-modules-4.14.0-parrot7-m68k-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-m68k-di +Package: pata-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di, ata-modules-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di, ata-modules-4.14.0-parrot7-m68k-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-m68k-di +Package: cdrom-core-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di, scsi-core-modules-4.14.0-parrot2-m68k-di, ide-modules-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di, scsi-core-modules-4.14.0-parrot7-m68k-di, ide-modules-4.14.0-parrot7-m68k-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-m68k-di +Package: scsi-core-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-m68k-di +Package: scsi-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di, scsi-core-modules-4.14.0-parrot2-m68k-di, cdrom-core-modules-4.14.0-parrot2-m68k-di, ata-modules-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di, scsi-core-modules-4.14.0-parrot7-m68k-di, cdrom-core-modules-4.14.0-parrot7-m68k-di, ata-modules-4.14.0-parrot7-m68k-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-m68k-di +Package: loop-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-m68k-di +Package: btrfs-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di, crc-modules-4.14.0-parrot2-m68k-di, zlib-modules-4.14.0-parrot2-m68k-di, md-modules-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di, crc-modules-4.14.0-parrot7-m68k-di, zlib-modules-4.14.0-parrot7-m68k-di, md-modules-4.14.0-parrot7-m68k-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-m68k-di +Package: ext4-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di, crc-modules-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di, crc-modules-4.14.0-parrot7-m68k-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-m68k-di +Package: isofs-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-m68k-di +Package: fat-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: hfs-modules-4.14.0-parrot2-m68k-di +Package: hfs-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: hfs-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: HFS filesystem support This package contains the HFS and HFS+ filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: affs-modules-4.14.0-parrot2-m68k-di +Package: affs-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: affs-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: Amiga filesystem support This package contains the Amiga filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: md-modules-4.14.0-parrot2-m68k-di +Package: md-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di, crc-modules-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di, crc-modules-4.14.0-parrot7-m68k-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-m68k-di +Package: crc-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-m68k-di +Package: crypto-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-m68k-di +Package: ata-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di, scsi-core-modules-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di, scsi-core-modules-4.14.0-parrot7-m68k-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-m68k-di +Package: nbd-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-m68k-di +Package: squashfs-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-m68k-di +Package: zlib-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-m68k-di +Package: udf-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di, crc-modules-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di, crc-modules-4.14.0-parrot7-m68k-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-m68k-di +Package: fuse-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: ide-core-modules-4.14.0-parrot2-m68k-di +Package: ide-core-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard Provides: ide-core-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di Description: IDE support This package contains core IDE support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: ide-modules-4.14.0-parrot2-m68k-di +Package: ide-modules-4.14.0-parrot7-m68k-di Architecture: m68k Section: debian-installer Priority: standard Provides: ide-modules -Depends: kernel-image-4.14.0-parrot2-m68k-di, ide-core-modules-4.14.0-parrot2-m68k-di +Depends: kernel-image-4.14.0-parrot7-m68k-di, ide-core-modules-4.14.0-parrot7-m68k-di Description: IDE drivers This package contains IDE drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-m68k +Kernel-Version: 4.14.0-parrot7-m68k Package-Type: udeb -Package: linux-image-4.14.0-parrot2-m68k +Package: linux-image-4.14.0-parrot7-m68k Architecture: m68k Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [m68k] | linux-initramfs-tool [m68k] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [m68k] @@ -5691,38 +5691,38 @@ Description: Linux 4.14 for Motorola MC68020+ family The Linux kernel 4.14 and modules for use on Motorola MC68020+ family. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-m68k +Package: linux-headers-4.14.0-parrot7-m68k Architecture: m68k -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-m68k +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-m68k This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-m68k, generally used for building out-of-tree + Linux kernel 4.14.0-parrot7-m68k, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-m68k, and can be used for building + /usr/src/linux-headers-4.14.0-parrot7-m68k, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-m68k package. + linux-image-4.14.0-parrot7-m68k package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-m68k-dbg +Package: linux-image-4.14.0-parrot7-m68k-dbg Architecture: m68k Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-m68k +Description: Debug symbols for linux-image-4.14.0-parrot7-m68k This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-m68k. + modules in linux-image-4.14.0-parrot7-m68k. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-mips +Package: linux-headers-4.14.0-parrot7-all-mips Architecture: mips -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-4kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot2-5kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot2-octeon (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-4kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot7-5kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot7-octeon (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-4kc-malta-di +Package: kernel-image-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard @@ -5732,533 +5732,533 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-4kc-malta-di +Package: nic-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, nic-shared-modules-4.14.0-parrot2-4kc-malta-di, i2c-modules-4.14.0-parrot2-4kc-malta-di, crc-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, nic-shared-modules-4.14.0-parrot7-4kc-malta-di, i2c-modules-4.14.0-parrot7-4kc-malta-di, crc-modules-4.14.0-parrot7-4kc-malta-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: nic-wireless-modules-4.14.0-parrot2-4kc-malta-di +Package: nic-wireless-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: nic-wireless-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, nic-shared-modules-4.14.0-parrot2-4kc-malta-di, usb-modules-4.14.0-parrot2-4kc-malta-di, mmc-modules-4.14.0-parrot2-4kc-malta-di, crc-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, nic-shared-modules-4.14.0-parrot7-4kc-malta-di, usb-modules-4.14.0-parrot7-4kc-malta-di, mmc-modules-4.14.0-parrot7-4kc-malta-di, crc-modules-4.14.0-parrot7-4kc-malta-di Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-4kc-malta-di +Package: nic-shared-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-4kc-malta-di +Package: usb-serial-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, usb-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, usb-modules-4.14.0-parrot7-4kc-malta-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-4kc-malta-di +Package: ppp-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, zlib-modules-4.14.0-parrot2-4kc-malta-di, crc-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, zlib-modules-4.14.0-parrot7-4kc-malta-di, crc-modules-4.14.0-parrot7-4kc-malta-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-4kc-malta-di +Package: pata-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, ata-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, ata-modules-4.14.0-parrot7-4kc-malta-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-4kc-malta-di +Package: cdrom-core-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, scsi-core-modules-4.14.0-parrot2-4kc-malta-di, isofs-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, scsi-core-modules-4.14.0-parrot7-4kc-malta-di, isofs-modules-4.14.0-parrot7-4kc-malta-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-4kc-malta-di +Package: scsi-core-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-4kc-malta-di +Package: scsi-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, scsi-core-modules-4.14.0-parrot2-4kc-malta-di, cdrom-core-modules-4.14.0-parrot2-4kc-malta-di, ata-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, scsi-core-modules-4.14.0-parrot7-4kc-malta-di, cdrom-core-modules-4.14.0-parrot7-4kc-malta-di, ata-modules-4.14.0-parrot7-4kc-malta-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-4kc-malta-di +Package: loop-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-4kc-malta-di +Package: btrfs-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, crc-modules-4.14.0-parrot2-4kc-malta-di, zlib-modules-4.14.0-parrot2-4kc-malta-di, md-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, crc-modules-4.14.0-parrot7-4kc-malta-di, zlib-modules-4.14.0-parrot7-4kc-malta-di, md-modules-4.14.0-parrot7-4kc-malta-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-4kc-malta-di +Package: ext4-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, crc-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, crc-modules-4.14.0-parrot7-4kc-malta-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-4kc-malta-di +Package: isofs-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-4kc-malta-di +Package: jfs-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: ntfs-modules-4.14.0-parrot2-4kc-malta-di +Package: ntfs-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: ntfs-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: NTFS filesystem support This package contains the NTFS file system module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-4kc-malta-di +Package: xfs-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, crc-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, crc-modules-4.14.0-parrot7-4kc-malta-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-4kc-malta-di +Package: fat-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: hfs-modules-4.14.0-parrot2-4kc-malta-di +Package: hfs-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: hfs-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: HFS filesystem support This package contains the HFS and HFS+ filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: affs-modules-4.14.0-parrot2-4kc-malta-di +Package: affs-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: affs-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: Amiga filesystem support This package contains the Amiga filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: minix-modules-4.14.0-parrot2-4kc-malta-di +Package: minix-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: minix-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: Minix filesystem support This package contains the Minix filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: md-modules-4.14.0-parrot2-4kc-malta-di +Package: md-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, crc-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, crc-modules-4.14.0-parrot7-4kc-malta-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-4kc-malta-di +Package: multipath-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, md-modules-4.14.0-parrot2-4kc-malta-di, scsi-core-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, md-modules-4.14.0-parrot7-4kc-malta-di, scsi-core-modules-4.14.0-parrot7-4kc-malta-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-4kc-malta-di +Package: usb-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-4kc-malta-di +Package: usb-storage-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, scsi-core-modules-4.14.0-parrot2-4kc-malta-di, usb-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, scsi-core-modules-4.14.0-parrot7-4kc-malta-di, usb-modules-4.14.0-parrot7-4kc-malta-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: input-modules-4.14.0-parrot2-4kc-malta-di +Package: input-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, usb-modules-4.14.0-parrot2-4kc-malta-di, i2c-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, usb-modules-4.14.0-parrot7-4kc-malta-di, i2c-modules-4.14.0-parrot7-4kc-malta-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: event-modules-4.14.0-parrot2-4kc-malta-di +Package: event-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-4kc-malta-di +Package: mouse-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, event-modules-4.14.0-parrot2-4kc-malta-di, input-modules-4.14.0-parrot2-4kc-malta-di, usb-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, event-modules-4.14.0-parrot7-4kc-malta-di, input-modules-4.14.0-parrot7-4kc-malta-di, usb-modules-4.14.0-parrot7-4kc-malta-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-4kc-malta-di +Package: nic-usb-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, nic-shared-modules-4.14.0-parrot2-4kc-malta-di, nic-wireless-modules-4.14.0-parrot2-4kc-malta-di, usb-modules-4.14.0-parrot2-4kc-malta-di, crc-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, nic-shared-modules-4.14.0-parrot7-4kc-malta-di, nic-wireless-modules-4.14.0-parrot7-4kc-malta-di, usb-modules-4.14.0-parrot7-4kc-malta-di, crc-modules-4.14.0-parrot7-4kc-malta-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-4kc-malta-di +Package: sata-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, scsi-core-modules-4.14.0-parrot2-4kc-malta-di, ata-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, scsi-core-modules-4.14.0-parrot7-4kc-malta-di, ata-modules-4.14.0-parrot7-4kc-malta-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: i2c-modules-4.14.0-parrot2-4kc-malta-di +Package: i2c-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: i2c-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: i2c support modules This package contains basic i2c support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-4kc-malta-di +Package: crc-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-4kc-malta-di +Package: crypto-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-4kc-malta-di +Package: crypto-dm-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, md-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, md-modules-4.14.0-parrot7-4kc-malta-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-4kc-malta-di +Package: ata-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, scsi-core-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, scsi-core-modules-4.14.0-parrot7-4kc-malta-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: mmc-core-modules-4.14.0-parrot2-4kc-malta-di +Package: mmc-core-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: mmc-core-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: MMC/SD/SDIO core modules This package contains core modules for MMC/SD/SDIO support. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: mmc-modules-4.14.0-parrot2-4kc-malta-di +Package: mmc-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: mmc-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, mmc-core-modules-4.14.0-parrot2-4kc-malta-di, usb-modules-4.14.0-parrot2-4kc-malta-di, crc-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, mmc-core-modules-4.14.0-parrot7-4kc-malta-di, usb-modules-4.14.0-parrot7-4kc-malta-di, crc-modules-4.14.0-parrot7-4kc-malta-di Description: MMC/SD card modules This package contains modules needed to support MMC (multimedia) and SD cards. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-4kc-malta-di +Package: nbd-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-4kc-malta-di +Package: squashfs-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-4kc-malta-di +Package: virtio-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, scsi-core-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, scsi-core-modules-4.14.0-parrot7-4kc-malta-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: sound-modules-4.14.0-parrot2-4kc-malta-di +Package: sound-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: sound-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, i2c-modules-4.14.0-parrot2-4kc-malta-di, usb-modules-4.14.0-parrot2-4kc-malta-di, crc-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, i2c-modules-4.14.0-parrot7-4kc-malta-di, usb-modules-4.14.0-parrot7-4kc-malta-di, crc-modules-4.14.0-parrot7-4kc-malta-di Description: sound support This package contains sound modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-4kc-malta-di +Package: zlib-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-4kc-malta-di +Package: udf-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di, crc-modules-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di, crc-modules-4.14.0-parrot7-4kc-malta-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-4kc-malta-di +Package: fuse-modules-4.14.0-parrot7-4kc-malta-di Architecture: mips mipsel Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-4kc-malta-di +Depends: kernel-image-4.14.0-parrot7-4kc-malta-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-4kc-malta +Kernel-Version: 4.14.0-parrot7-4kc-malta Package-Type: udeb -Package: kernel-image-4.14.0-parrot2-octeon-di +Package: kernel-image-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard @@ -6268,483 +6268,483 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-octeon-di +Package: nic-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, nic-shared-modules-4.14.0-parrot2-octeon-di, crc-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, nic-shared-modules-4.14.0-parrot7-octeon-di, crc-modules-4.14.0-parrot7-octeon-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: nic-wireless-modules-4.14.0-parrot2-octeon-di +Package: nic-wireless-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: nic-wireless-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, nic-shared-modules-4.14.0-parrot2-octeon-di, usb-modules-4.14.0-parrot2-octeon-di, crc-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, nic-shared-modules-4.14.0-parrot7-octeon-di, usb-modules-4.14.0-parrot7-octeon-di, crc-modules-4.14.0-parrot7-octeon-di Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-octeon-di +Package: nic-shared-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-octeon-di +Package: usb-serial-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, usb-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, usb-modules-4.14.0-parrot7-octeon-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-octeon-di +Package: ppp-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, zlib-modules-4.14.0-parrot2-octeon-di, crc-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, zlib-modules-4.14.0-parrot7-octeon-di, crc-modules-4.14.0-parrot7-octeon-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-octeon-di +Package: pata-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-octeon-di +Package: cdrom-core-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, scsi-core-modules-4.14.0-parrot2-octeon-di, isofs-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, scsi-core-modules-4.14.0-parrot7-octeon-di, isofs-modules-4.14.0-parrot7-octeon-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-octeon-di +Package: scsi-core-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-octeon-di +Package: scsi-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, scsi-core-modules-4.14.0-parrot2-octeon-di, cdrom-core-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, scsi-core-modules-4.14.0-parrot7-octeon-di, cdrom-core-modules-4.14.0-parrot7-octeon-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-octeon-di +Package: loop-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-octeon-di +Package: btrfs-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, crc-modules-4.14.0-parrot2-octeon-di, zlib-modules-4.14.0-parrot2-octeon-di, md-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, crc-modules-4.14.0-parrot7-octeon-di, zlib-modules-4.14.0-parrot7-octeon-di, md-modules-4.14.0-parrot7-octeon-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-octeon-di +Package: ext4-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, crc-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, crc-modules-4.14.0-parrot7-octeon-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-octeon-di +Package: isofs-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-octeon-di +Package: jfs-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: ntfs-modules-4.14.0-parrot2-octeon-di +Package: ntfs-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: ntfs-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: NTFS filesystem support This package contains the NTFS file system module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-octeon-di +Package: xfs-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, crc-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, crc-modules-4.14.0-parrot7-octeon-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-octeon-di +Package: fat-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: hfs-modules-4.14.0-parrot2-octeon-di +Package: hfs-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: hfs-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: HFS filesystem support This package contains the HFS and HFS+ filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: affs-modules-4.14.0-parrot2-octeon-di +Package: affs-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: affs-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: Amiga filesystem support This package contains the Amiga filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: minix-modules-4.14.0-parrot2-octeon-di +Package: minix-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: minix-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: Minix filesystem support This package contains the Minix filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: md-modules-4.14.0-parrot2-octeon-di +Package: md-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, crc-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, crc-modules-4.14.0-parrot7-octeon-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-octeon-di +Package: multipath-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, md-modules-4.14.0-parrot2-octeon-di, scsi-core-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, md-modules-4.14.0-parrot7-octeon-di, scsi-core-modules-4.14.0-parrot7-octeon-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-octeon-di +Package: usb-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-octeon-di +Package: usb-storage-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, scsi-core-modules-4.14.0-parrot2-octeon-di, usb-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, scsi-core-modules-4.14.0-parrot7-octeon-di, usb-modules-4.14.0-parrot7-octeon-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: input-modules-4.14.0-parrot2-octeon-di +Package: input-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, usb-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, usb-modules-4.14.0-parrot7-octeon-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: event-modules-4.14.0-parrot2-octeon-di +Package: event-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-octeon-di +Package: nic-usb-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, nic-shared-modules-4.14.0-parrot2-octeon-di, nic-wireless-modules-4.14.0-parrot2-octeon-di, usb-modules-4.14.0-parrot2-octeon-di, crc-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, nic-shared-modules-4.14.0-parrot7-octeon-di, nic-wireless-modules-4.14.0-parrot7-octeon-di, usb-modules-4.14.0-parrot7-octeon-di, crc-modules-4.14.0-parrot7-octeon-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-octeon-di +Package: sata-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, scsi-core-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, scsi-core-modules-4.14.0-parrot7-octeon-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-octeon-di +Package: crc-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-octeon-di +Package: crypto-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-octeon-di +Package: crypto-dm-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, md-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, md-modules-4.14.0-parrot7-octeon-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-octeon-di +Package: nbd-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-octeon-di +Package: squashfs-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: rtc-modules-4.14.0-parrot2-octeon-di +Package: rtc-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: rtc-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: RTC modules This package contains RTC modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-octeon-di +Package: virtio-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, scsi-core-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, scsi-core-modules-4.14.0-parrot7-octeon-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: sound-modules-4.14.0-parrot2-octeon-di +Package: sound-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: sound-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, usb-modules-4.14.0-parrot2-octeon-di, crc-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, usb-modules-4.14.0-parrot7-octeon-di, crc-modules-4.14.0-parrot7-octeon-di Description: sound support This package contains sound modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-octeon-di +Package: zlib-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-octeon-di +Package: udf-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di, crc-modules-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di, crc-modules-4.14.0-parrot7-octeon-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-octeon-di +Package: fuse-modules-4.14.0-parrot7-octeon-di Architecture: mips mips64 mips64el mipsel Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-octeon-di +Depends: kernel-image-4.14.0-parrot7-octeon-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-octeon +Kernel-Version: 4.14.0-parrot7-octeon Package-Type: udeb -Package: linux-image-4.14.0-parrot2-4kc-malta +Package: linux-image-4.14.0-parrot7-4kc-malta Architecture: mips mipsel Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [mips mipsel] | linux-initramfs-tool [mips mipsel] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [mips mipsel] @@ -6754,29 +6754,29 @@ Description: Linux 4.14 for MIPS Malta The Linux kernel 4.14 and modules for use on MIPS Malta boards. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-4kc-malta +Package: linux-headers-4.14.0-parrot7-4kc-malta Architecture: mips mipsel -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-4kc-malta +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-4kc-malta This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-4kc-malta, generally used for building + Linux kernel 4.14.0-parrot7-4kc-malta, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-4kc-malta, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-4kc-malta, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-4kc-malta package. + linux-image-4.14.0-parrot7-4kc-malta package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-4kc-malta-dbg +Package: linux-image-4.14.0-parrot7-4kc-malta-dbg Architecture: mips mipsel Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-4kc-malta +Description: Debug symbols for linux-image-4.14.0-parrot7-4kc-malta This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-4kc-malta. + modules in linux-image-4.14.0-parrot7-4kc-malta. Build-Profiles: -Package: linux-image-4.14.0-parrot2-5kc-malta +Package: linux-image-4.14.0-parrot7-5kc-malta Architecture: mips mips64 mips64el mipsel Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [mips mips64 mips64el mipsel] | linux-initramfs-tool [mips mips64 mips64el mipsel] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [mips mips64 mips64el mipsel] @@ -6786,29 +6786,29 @@ Description: Linux 4.14 for MIPS Malta (64-bit) The Linux kernel 4.14 and modules for use on MIPS Malta boards (64-bit). Build-Profiles: -Package: linux-headers-4.14.0-parrot2-5kc-malta +Package: linux-headers-4.14.0-parrot7-5kc-malta Architecture: mips mips64 mips64el mipsel -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-5kc-malta +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-5kc-malta This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-5kc-malta, generally used for building + Linux kernel 4.14.0-parrot7-5kc-malta, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-5kc-malta, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-5kc-malta, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-5kc-malta package. + linux-image-4.14.0-parrot7-5kc-malta package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-5kc-malta-dbg +Package: linux-image-4.14.0-parrot7-5kc-malta-dbg Architecture: mips mips64 mips64el mipsel Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-5kc-malta +Description: Debug symbols for linux-image-4.14.0-parrot7-5kc-malta This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-5kc-malta. + modules in linux-image-4.14.0-parrot7-5kc-malta. Build-Profiles: -Package: linux-image-4.14.0-parrot2-octeon +Package: linux-image-4.14.0-parrot7-octeon Architecture: mips mips64 mips64el mipsel Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [mips mips64 mips64el mipsel] | linux-initramfs-tool [mips mips64 mips64el mipsel] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [mips mips64 mips64el mipsel] @@ -6818,38 +6818,38 @@ Description: Linux 4.14 for Octeon The Linux kernel 4.14 and modules for use on Cavium Networks Octeon. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-octeon +Package: linux-headers-4.14.0-parrot7-octeon Architecture: mips mips64 mips64el mipsel -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-octeon +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-octeon This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-octeon, generally used for building + Linux kernel 4.14.0-parrot7-octeon, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-octeon, and can be used for building + /usr/src/linux-headers-4.14.0-parrot7-octeon, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-octeon package. + linux-image-4.14.0-parrot7-octeon package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-octeon-dbg +Package: linux-image-4.14.0-parrot7-octeon-dbg Architecture: mips mips64 mips64el mipsel Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-octeon +Description: Debug symbols for linux-image-4.14.0-parrot7-octeon This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-octeon. + modules in linux-image-4.14.0-parrot7-octeon. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-mips64 +Package: linux-headers-4.14.0-parrot7-all-mips64 Architecture: mips64 -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-5kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot2-octeon (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-5kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot7-octeon (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-5kc-malta-di +Package: kernel-image-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard @@ -6859,542 +6859,542 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-5kc-malta-di +Package: nic-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, nic-shared-modules-4.14.0-parrot2-5kc-malta-di, i2c-modules-4.14.0-parrot2-5kc-malta-di, crc-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, nic-shared-modules-4.14.0-parrot7-5kc-malta-di, i2c-modules-4.14.0-parrot7-5kc-malta-di, crc-modules-4.14.0-parrot7-5kc-malta-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: nic-wireless-modules-4.14.0-parrot2-5kc-malta-di +Package: nic-wireless-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: nic-wireless-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, nic-shared-modules-4.14.0-parrot2-5kc-malta-di, usb-modules-4.14.0-parrot2-5kc-malta-di, mmc-modules-4.14.0-parrot2-5kc-malta-di, crc-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, nic-shared-modules-4.14.0-parrot7-5kc-malta-di, usb-modules-4.14.0-parrot7-5kc-malta-di, mmc-modules-4.14.0-parrot7-5kc-malta-di, crc-modules-4.14.0-parrot7-5kc-malta-di Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-5kc-malta-di +Package: nic-shared-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-5kc-malta-di +Package: usb-serial-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, usb-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, usb-modules-4.14.0-parrot7-5kc-malta-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-5kc-malta-di +Package: ppp-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, zlib-modules-4.14.0-parrot2-5kc-malta-di, crc-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, zlib-modules-4.14.0-parrot7-5kc-malta-di, crc-modules-4.14.0-parrot7-5kc-malta-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-5kc-malta-di +Package: pata-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, ata-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, ata-modules-4.14.0-parrot7-5kc-malta-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-5kc-malta-di +Package: cdrom-core-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, scsi-core-modules-4.14.0-parrot2-5kc-malta-di, isofs-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, scsi-core-modules-4.14.0-parrot7-5kc-malta-di, isofs-modules-4.14.0-parrot7-5kc-malta-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-5kc-malta-di +Package: scsi-core-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-5kc-malta-di +Package: scsi-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, scsi-core-modules-4.14.0-parrot2-5kc-malta-di, cdrom-core-modules-4.14.0-parrot2-5kc-malta-di, ata-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, scsi-core-modules-4.14.0-parrot7-5kc-malta-di, cdrom-core-modules-4.14.0-parrot7-5kc-malta-di, ata-modules-4.14.0-parrot7-5kc-malta-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-5kc-malta-di +Package: loop-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-5kc-malta-di +Package: btrfs-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, crc-modules-4.14.0-parrot2-5kc-malta-di, zlib-modules-4.14.0-parrot2-5kc-malta-di, md-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, crc-modules-4.14.0-parrot7-5kc-malta-di, zlib-modules-4.14.0-parrot7-5kc-malta-di, md-modules-4.14.0-parrot7-5kc-malta-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-5kc-malta-di +Package: ext4-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, crc-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, crc-modules-4.14.0-parrot7-5kc-malta-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-5kc-malta-di +Package: isofs-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-5kc-malta-di +Package: jfs-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: ntfs-modules-4.14.0-parrot2-5kc-malta-di +Package: ntfs-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: ntfs-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: NTFS filesystem support This package contains the NTFS file system module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-5kc-malta-di +Package: xfs-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, crc-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, crc-modules-4.14.0-parrot7-5kc-malta-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-5kc-malta-di +Package: fat-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: hfs-modules-4.14.0-parrot2-5kc-malta-di +Package: hfs-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: hfs-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: HFS filesystem support This package contains the HFS and HFS+ filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: affs-modules-4.14.0-parrot2-5kc-malta-di +Package: affs-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: affs-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: Amiga filesystem support This package contains the Amiga filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: minix-modules-4.14.0-parrot2-5kc-malta-di +Package: minix-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: minix-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: Minix filesystem support This package contains the Minix filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: md-modules-4.14.0-parrot2-5kc-malta-di +Package: md-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, crc-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, crc-modules-4.14.0-parrot7-5kc-malta-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-5kc-malta-di +Package: multipath-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, md-modules-4.14.0-parrot2-5kc-malta-di, scsi-core-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, md-modules-4.14.0-parrot7-5kc-malta-di, scsi-core-modules-4.14.0-parrot7-5kc-malta-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-5kc-malta-di +Package: usb-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-5kc-malta-di +Package: usb-storage-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, scsi-core-modules-4.14.0-parrot2-5kc-malta-di, usb-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, scsi-core-modules-4.14.0-parrot7-5kc-malta-di, usb-modules-4.14.0-parrot7-5kc-malta-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: input-modules-4.14.0-parrot2-5kc-malta-di +Package: input-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, usb-modules-4.14.0-parrot2-5kc-malta-di, i2c-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, usb-modules-4.14.0-parrot7-5kc-malta-di, i2c-modules-4.14.0-parrot7-5kc-malta-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: event-modules-4.14.0-parrot2-5kc-malta-di +Package: event-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-5kc-malta-di +Package: mouse-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, event-modules-4.14.0-parrot2-5kc-malta-di, input-modules-4.14.0-parrot2-5kc-malta-di, usb-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, event-modules-4.14.0-parrot7-5kc-malta-di, input-modules-4.14.0-parrot7-5kc-malta-di, usb-modules-4.14.0-parrot7-5kc-malta-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-5kc-malta-di +Package: nic-usb-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, nic-shared-modules-4.14.0-parrot2-5kc-malta-di, nic-wireless-modules-4.14.0-parrot2-5kc-malta-di, usb-modules-4.14.0-parrot2-5kc-malta-di, crc-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, nic-shared-modules-4.14.0-parrot7-5kc-malta-di, nic-wireless-modules-4.14.0-parrot7-5kc-malta-di, usb-modules-4.14.0-parrot7-5kc-malta-di, crc-modules-4.14.0-parrot7-5kc-malta-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-5kc-malta-di +Package: sata-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, scsi-core-modules-4.14.0-parrot2-5kc-malta-di, ata-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, scsi-core-modules-4.14.0-parrot7-5kc-malta-di, ata-modules-4.14.0-parrot7-5kc-malta-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: i2c-modules-4.14.0-parrot2-5kc-malta-di +Package: i2c-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: i2c-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: i2c support modules This package contains basic i2c support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-5kc-malta-di +Package: crc-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-5kc-malta-di +Package: crypto-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-5kc-malta-di +Package: crypto-dm-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, md-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, md-modules-4.14.0-parrot7-5kc-malta-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-5kc-malta-di +Package: ata-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, scsi-core-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, scsi-core-modules-4.14.0-parrot7-5kc-malta-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: mmc-core-modules-4.14.0-parrot2-5kc-malta-di +Package: mmc-core-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: mmc-core-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: MMC/SD/SDIO core modules This package contains core modules for MMC/SD/SDIO support. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: mmc-modules-4.14.0-parrot2-5kc-malta-di +Package: mmc-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: mmc-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, mmc-core-modules-4.14.0-parrot2-5kc-malta-di, usb-modules-4.14.0-parrot2-5kc-malta-di, crc-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, mmc-core-modules-4.14.0-parrot7-5kc-malta-di, usb-modules-4.14.0-parrot7-5kc-malta-di, crc-modules-4.14.0-parrot7-5kc-malta-di Description: MMC/SD card modules This package contains modules needed to support MMC (multimedia) and SD cards. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-5kc-malta-di +Package: nbd-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-5kc-malta-di +Package: squashfs-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-5kc-malta-di +Package: virtio-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, scsi-core-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, scsi-core-modules-4.14.0-parrot7-5kc-malta-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: sound-modules-4.14.0-parrot2-5kc-malta-di +Package: sound-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: sound-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, i2c-modules-4.14.0-parrot2-5kc-malta-di, usb-modules-4.14.0-parrot2-5kc-malta-di, crc-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, i2c-modules-4.14.0-parrot7-5kc-malta-di, usb-modules-4.14.0-parrot7-5kc-malta-di, crc-modules-4.14.0-parrot7-5kc-malta-di Description: sound support This package contains sound modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-5kc-malta-di +Package: zlib-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-5kc-malta-di +Package: udf-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di, crc-modules-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di, crc-modules-4.14.0-parrot7-5kc-malta-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-5kc-malta-di +Package: fuse-modules-4.14.0-parrot7-5kc-malta-di Architecture: mips64 mips64el Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-5kc-malta-di +Depends: kernel-image-4.14.0-parrot7-5kc-malta-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-5kc-malta +Kernel-Version: 4.14.0-parrot7-5kc-malta Package-Type: udeb -Package: linux-headers-4.14.0-parrot2-all-mips64el +Package: linux-headers-4.14.0-parrot7-all-mips64el Architecture: mips64el -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-5kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot2-loongson-3 (= ${binary:Version}), linux-headers-4.14.0-parrot2-octeon (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-5kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot7-loongson-3 (= ${binary:Version}), linux-headers-4.14.0-parrot7-octeon (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-loongson-3-di +Package: kernel-image-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard @@ -7404,532 +7404,532 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-loongson-3-di +Package: nic-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, nic-shared-modules-4.14.0-parrot2-loongson-3-di, crc-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, nic-shared-modules-4.14.0-parrot7-loongson-3-di, crc-modules-4.14.0-parrot7-loongson-3-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: nic-wireless-modules-4.14.0-parrot2-loongson-3-di +Package: nic-wireless-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: nic-wireless-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, nic-shared-modules-4.14.0-parrot2-loongson-3-di, usb-modules-4.14.0-parrot2-loongson-3-di, crc-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, nic-shared-modules-4.14.0-parrot7-loongson-3-di, usb-modules-4.14.0-parrot7-loongson-3-di, crc-modules-4.14.0-parrot7-loongson-3-di Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-loongson-3-di +Package: nic-shared-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-loongson-3-di +Package: usb-serial-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, usb-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, usb-modules-4.14.0-parrot7-loongson-3-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-loongson-3-di +Package: ppp-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, zlib-modules-4.14.0-parrot2-loongson-3-di, crc-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, zlib-modules-4.14.0-parrot7-loongson-3-di, crc-modules-4.14.0-parrot7-loongson-3-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-loongson-3-di +Package: pata-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, ata-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, ata-modules-4.14.0-parrot7-loongson-3-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-loongson-3-di +Package: cdrom-core-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, scsi-core-modules-4.14.0-parrot2-loongson-3-di, isofs-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, scsi-core-modules-4.14.0-parrot7-loongson-3-di, isofs-modules-4.14.0-parrot7-loongson-3-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: firewire-core-modules-4.14.0-parrot2-loongson-3-di +Package: firewire-core-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: firewire-core-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, scsi-core-modules-4.14.0-parrot2-loongson-3-di, crc-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, scsi-core-modules-4.14.0-parrot7-loongson-3-di, crc-modules-4.14.0-parrot7-loongson-3-di Description: Core FireWire drivers This package contains core FireWire drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-loongson-3-di +Package: scsi-core-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-loongson-3-di +Package: scsi-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, scsi-core-modules-4.14.0-parrot2-loongson-3-di, cdrom-core-modules-4.14.0-parrot2-loongson-3-di, ata-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, scsi-core-modules-4.14.0-parrot7-loongson-3-di, cdrom-core-modules-4.14.0-parrot7-loongson-3-di, ata-modules-4.14.0-parrot7-loongson-3-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-loongson-3-di +Package: loop-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-loongson-3-di +Package: btrfs-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, crc-modules-4.14.0-parrot2-loongson-3-di, zlib-modules-4.14.0-parrot2-loongson-3-di, md-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, crc-modules-4.14.0-parrot7-loongson-3-di, zlib-modules-4.14.0-parrot7-loongson-3-di, md-modules-4.14.0-parrot7-loongson-3-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-loongson-3-di +Package: ext4-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, crc-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, crc-modules-4.14.0-parrot7-loongson-3-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-loongson-3-di +Package: isofs-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-loongson-3-di +Package: jfs-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: ntfs-modules-4.14.0-parrot2-loongson-3-di +Package: ntfs-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: ntfs-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: NTFS filesystem support This package contains the NTFS file system module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-loongson-3-di +Package: xfs-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, crc-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, crc-modules-4.14.0-parrot7-loongson-3-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-loongson-3-di +Package: fat-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: hfs-modules-4.14.0-parrot2-loongson-3-di +Package: hfs-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: hfs-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: HFS filesystem support This package contains the HFS and HFS+ filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: affs-modules-4.14.0-parrot2-loongson-3-di +Package: affs-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: affs-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: Amiga filesystem support This package contains the Amiga filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: minix-modules-4.14.0-parrot2-loongson-3-di +Package: minix-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: minix-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: Minix filesystem support This package contains the Minix filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: nfs-modules-4.14.0-parrot2-loongson-3-di +Package: nfs-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: nfs-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: NFS filesystem support This package contains the NFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: md-modules-4.14.0-parrot2-loongson-3-di +Package: md-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, crc-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, crc-modules-4.14.0-parrot7-loongson-3-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-loongson-3-di +Package: multipath-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, md-modules-4.14.0-parrot2-loongson-3-di, scsi-core-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, md-modules-4.14.0-parrot7-loongson-3-di, scsi-core-modules-4.14.0-parrot7-loongson-3-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-loongson-3-di +Package: usb-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-loongson-3-di +Package: usb-storage-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, scsi-core-modules-4.14.0-parrot2-loongson-3-di, usb-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, scsi-core-modules-4.14.0-parrot7-loongson-3-di, usb-modules-4.14.0-parrot7-loongson-3-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: fb-modules-4.14.0-parrot2-loongson-3-di +Package: fb-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: fb-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: input-modules-4.14.0-parrot2-loongson-3-di +Package: input-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, usb-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, usb-modules-4.14.0-parrot7-loongson-3-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: event-modules-4.14.0-parrot2-loongson-3-di +Package: event-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-loongson-3-di +Package: nic-usb-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, nic-shared-modules-4.14.0-parrot2-loongson-3-di, nic-wireless-modules-4.14.0-parrot2-loongson-3-di, usb-modules-4.14.0-parrot2-loongson-3-di, crc-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, nic-shared-modules-4.14.0-parrot7-loongson-3-di, nic-wireless-modules-4.14.0-parrot7-loongson-3-di, usb-modules-4.14.0-parrot7-loongson-3-di, crc-modules-4.14.0-parrot7-loongson-3-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-loongson-3-di +Package: sata-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, scsi-core-modules-4.14.0-parrot2-loongson-3-di, ata-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, scsi-core-modules-4.14.0-parrot7-loongson-3-di, ata-modules-4.14.0-parrot7-loongson-3-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-loongson-3-di +Package: crc-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-loongson-3-di +Package: crypto-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-loongson-3-di +Package: crypto-dm-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, md-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, md-modules-4.14.0-parrot7-loongson-3-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-loongson-3-di +Package: ata-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, scsi-core-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, scsi-core-modules-4.14.0-parrot7-loongson-3-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-loongson-3-di +Package: nbd-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-loongson-3-di +Package: squashfs-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: speakup-modules-4.14.0-parrot2-loongson-3-di +Package: speakup-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: speakup-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: speakup modules This package contains speakup modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-loongson-3-di +Package: virtio-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, scsi-core-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, scsi-core-modules-4.14.0-parrot7-loongson-3-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: sound-modules-4.14.0-parrot2-loongson-3-di +Package: sound-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: sound-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, usb-modules-4.14.0-parrot2-loongson-3-di, firewire-core-modules-4.14.0-parrot2-loongson-3-di, crc-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, usb-modules-4.14.0-parrot7-loongson-3-di, firewire-core-modules-4.14.0-parrot7-loongson-3-di, crc-modules-4.14.0-parrot7-loongson-3-di Description: sound support This package contains sound modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-loongson-3-di +Package: zlib-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-loongson-3-di +Package: udf-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di, crc-modules-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di, crc-modules-4.14.0-parrot7-loongson-3-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-loongson-3-di +Package: fuse-modules-4.14.0-parrot7-loongson-3-di Architecture: mips64el mipsel Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-loongson-3-di +Depends: kernel-image-4.14.0-parrot7-loongson-3-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-loongson-3 +Kernel-Version: 4.14.0-parrot7-loongson-3 Package-Type: udeb -Package: linux-image-4.14.0-parrot2-loongson-3 +Package: linux-image-4.14.0-parrot7-loongson-3 Architecture: mips64el mipsel Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [mips64el mipsel] | linux-initramfs-tool [mips64el mipsel] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [mips64el mipsel] @@ -7940,38 +7940,38 @@ Description: Linux 4.14 for Loongson 3A/3B systems (e.g. from Loongson or Lemote). Build-Profiles: -Package: linux-headers-4.14.0-parrot2-loongson-3 +Package: linux-headers-4.14.0-parrot7-loongson-3 Architecture: mips64el mipsel -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-loongson-3 +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-loongson-3 This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-loongson-3, generally used for building + Linux kernel 4.14.0-parrot7-loongson-3, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-loongson-3, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-loongson-3, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-loongson-3 package. + linux-image-4.14.0-parrot7-loongson-3 package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-loongson-3-dbg +Package: linux-image-4.14.0-parrot7-loongson-3-dbg Architecture: mips64el mipsel Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-loongson-3 +Description: Debug symbols for linux-image-4.14.0-parrot7-loongson-3 This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-loongson-3. + modules in linux-image-4.14.0-parrot7-loongson-3. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-mips64r6 +Package: linux-headers-4.14.0-parrot7-all-mips64r6 Architecture: mips64r6 -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-mips64r6 (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-mips64r6 (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-mips64r6-di +Package: kernel-image-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: standard @@ -7981,217 +7981,217 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-mips64r6-di +Package: nic-shared-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-mips64r6-di +Package: loop-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-mips64r6-di +Package: btrfs-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di, crc-modules-4.14.0-parrot2-mips64r6-di, zlib-modules-4.14.0-parrot2-mips64r6-di, md-modules-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di, crc-modules-4.14.0-parrot7-mips64r6-di, zlib-modules-4.14.0-parrot7-mips64r6-di, md-modules-4.14.0-parrot7-mips64r6-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-mips64r6-di +Package: ext4-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di, crc-modules-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di, crc-modules-4.14.0-parrot7-mips64r6-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-mips64r6-di +Package: isofs-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-mips64r6-di +Package: jfs-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-mips64r6-di +Package: xfs-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di, crc-modules-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di, crc-modules-4.14.0-parrot7-mips64r6-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: md-modules-4.14.0-parrot2-mips64r6-di +Package: md-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di, crc-modules-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di, crc-modules-4.14.0-parrot7-mips64r6-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-mips64r6-di +Package: multipath-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di, md-modules-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di, md-modules-4.14.0-parrot7-mips64r6-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-mips64r6-di +Package: crc-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-mips64r6-di +Package: crypto-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-mips64r6-di +Package: crypto-dm-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di, md-modules-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di, md-modules-4.14.0-parrot7-mips64r6-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-mips64r6-di +Package: nbd-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-mips64r6-di +Package: squashfs-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-mips64r6-di +Package: zlib-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-mips64r6-di +Package: udf-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di, crc-modules-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di, crc-modules-4.14.0-parrot7-mips64r6-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-mips64r6-di +Package: fuse-modules-4.14.0-parrot7-mips64r6-di Architecture: mips64r6 mips64r6el Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-mips64r6-di +Depends: kernel-image-4.14.0-parrot7-mips64r6-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips64r6 +Kernel-Version: 4.14.0-parrot7-mips64r6 Package-Type: udeb -Package: linux-image-4.14.0-parrot2-mips64r6 +Package: linux-image-4.14.0-parrot7-mips64r6 Architecture: mips64r6 mipsr6 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [mips64r6 mipsr6] | linux-initramfs-tool [mips64r6 mipsr6] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [mips64r6 mipsr6] @@ -8201,38 +8201,38 @@ Description: Linux 4.14 for MIPS R6 (64 bit, big endian) The Linux kernel 4.14 and modules for use on MIPS R6 (64 bit, big endian). Build-Profiles: -Package: linux-headers-4.14.0-parrot2-mips64r6 +Package: linux-headers-4.14.0-parrot7-mips64r6 Architecture: mips64r6 mipsr6 -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-mips64r6 +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-mips64r6 This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-mips64r6, generally used for building + Linux kernel 4.14.0-parrot7-mips64r6, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-mips64r6, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-mips64r6, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-mips64r6 package. + linux-image-4.14.0-parrot7-mips64r6 package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-mips64r6-dbg +Package: linux-image-4.14.0-parrot7-mips64r6-dbg Architecture: mips64r6 mipsr6 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-mips64r6 +Description: Debug symbols for linux-image-4.14.0-parrot7-mips64r6 This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-mips64r6. + modules in linux-image-4.14.0-parrot7-mips64r6. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-mips64r6el +Package: linux-headers-4.14.0-parrot7-all-mips64r6el Architecture: mips64r6el -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-mips64r6el (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-mips64r6el (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: linux-image-4.14.0-parrot2-mips64r6el +Package: linux-image-4.14.0-parrot7-mips64r6el Architecture: mips64r6el mipsr6el Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [mips64r6el mipsr6el] | linux-initramfs-tool [mips64r6el mipsr6el] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [mips64r6el mipsr6el] @@ -8243,47 +8243,47 @@ Description: Linux 4.14 for MIPS R6 (64 bit, little endian) endian). Build-Profiles: -Package: linux-headers-4.14.0-parrot2-mips64r6el +Package: linux-headers-4.14.0-parrot7-mips64r6el Architecture: mips64r6el mipsr6el -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-mips64r6el +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-mips64r6el This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-mips64r6el, generally used for building + Linux kernel 4.14.0-parrot7-mips64r6el, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-mips64r6el, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-mips64r6el, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-mips64r6el package. + linux-image-4.14.0-parrot7-mips64r6el package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-mips64r6el-dbg +Package: linux-image-4.14.0-parrot7-mips64r6el-dbg Architecture: mips64r6el mipsr6el Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-mips64r6el +Description: Debug symbols for linux-image-4.14.0-parrot7-mips64r6el This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-mips64r6el. + modules in linux-image-4.14.0-parrot7-mips64r6el. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-mipsel +Package: linux-headers-4.14.0-parrot7-all-mipsel Architecture: mipsel -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-4kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot2-5kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot2-loongson-3 (= ${binary:Version}), linux-headers-4.14.0-parrot2-octeon (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-4kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot7-5kc-malta (= ${binary:Version}), linux-headers-4.14.0-parrot7-loongson-3 (= ${binary:Version}), linux-headers-4.14.0-parrot7-octeon (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-mipsr6 +Package: linux-headers-4.14.0-parrot7-all-mipsr6 Architecture: mipsr6 -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-mips32r6 (= ${binary:Version}), linux-headers-4.14.0-parrot2-mips64r6 (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-mips32r6 (= ${binary:Version}), linux-headers-4.14.0-parrot7-mips64r6 (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-mips32r6-di +Package: kernel-image-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: standard @@ -8293,217 +8293,217 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-mips32r6-di +Package: nic-shared-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-mips32r6-di +Package: loop-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-mips32r6-di +Package: btrfs-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di, crc-modules-4.14.0-parrot2-mips32r6-di, zlib-modules-4.14.0-parrot2-mips32r6-di, md-modules-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di, crc-modules-4.14.0-parrot7-mips32r6-di, zlib-modules-4.14.0-parrot7-mips32r6-di, md-modules-4.14.0-parrot7-mips32r6-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-mips32r6-di +Package: ext4-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di, crc-modules-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di, crc-modules-4.14.0-parrot7-mips32r6-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-mips32r6-di +Package: isofs-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-mips32r6-di +Package: jfs-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-mips32r6-di +Package: xfs-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di, crc-modules-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di, crc-modules-4.14.0-parrot7-mips32r6-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: md-modules-4.14.0-parrot2-mips32r6-di +Package: md-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di, crc-modules-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di, crc-modules-4.14.0-parrot7-mips32r6-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-mips32r6-di +Package: multipath-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di, md-modules-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di, md-modules-4.14.0-parrot7-mips32r6-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-mips32r6-di +Package: crc-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-mips32r6-di +Package: crypto-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-mips32r6-di +Package: crypto-dm-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di, md-modules-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di, md-modules-4.14.0-parrot7-mips32r6-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-mips32r6-di +Package: nbd-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-mips32r6-di +Package: squashfs-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-mips32r6-di +Package: zlib-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-mips32r6-di +Package: udf-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di, crc-modules-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di, crc-modules-4.14.0-parrot7-mips32r6-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-mips32r6-di +Package: fuse-modules-4.14.0-parrot7-mips32r6-di Architecture: mipsr6 mipsr6el Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-mips32r6-di +Depends: kernel-image-4.14.0-parrot7-mips32r6-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-mips32r6 +Kernel-Version: 4.14.0-parrot7-mips32r6 Package-Type: udeb -Package: linux-image-4.14.0-parrot2-mips32r6 +Package: linux-image-4.14.0-parrot7-mips32r6 Architecture: mipsr6 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [mipsr6] | linux-initramfs-tool [mipsr6] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [mipsr6] @@ -8513,38 +8513,38 @@ Description: Linux 4.14 for MIPS R6 (32 bit, big endian) The Linux kernel 4.14 and modules for use on MIPS R6 (32 bit, big endian). Build-Profiles: -Package: linux-headers-4.14.0-parrot2-mips32r6 +Package: linux-headers-4.14.0-parrot7-mips32r6 Architecture: mipsr6 -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-mips32r6 +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-mips32r6 This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-mips32r6, generally used for building + Linux kernel 4.14.0-parrot7-mips32r6, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-mips32r6, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-mips32r6, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-mips32r6 package. + linux-image-4.14.0-parrot7-mips32r6 package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-mips32r6-dbg +Package: linux-image-4.14.0-parrot7-mips32r6-dbg Architecture: mipsr6 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-mips32r6 +Description: Debug symbols for linux-image-4.14.0-parrot7-mips32r6 This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-mips32r6. + modules in linux-image-4.14.0-parrot7-mips32r6. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-mipsr6el +Package: linux-headers-4.14.0-parrot7-all-mipsr6el Architecture: mipsr6el -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-mips32r6el (= ${binary:Version}), linux-headers-4.14.0-parrot2-mips64r6el (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-mips32r6el (= ${binary:Version}), linux-headers-4.14.0-parrot7-mips64r6el (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: linux-image-4.14.0-parrot2-mips32r6el +Package: linux-image-4.14.0-parrot7-mips32r6el Architecture: mipsr6el Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [mipsr6el] | linux-initramfs-tool [mipsr6el] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [mipsr6el] @@ -8555,38 +8555,38 @@ Description: Linux 4.14 for MIPS R6 (32 bit, little endian) endian). Build-Profiles: -Package: linux-headers-4.14.0-parrot2-mips32r6el +Package: linux-headers-4.14.0-parrot7-mips32r6el Architecture: mipsr6el -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-mips32r6el +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-mips32r6el This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-mips32r6el, generally used for building + Linux kernel 4.14.0-parrot7-mips32r6el, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-mips32r6el, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-mips32r6el, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-mips32r6el package. + linux-image-4.14.0-parrot7-mips32r6el package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-mips32r6el-dbg +Package: linux-image-4.14.0-parrot7-mips32r6el-dbg Architecture: mipsr6el Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-mips32r6el +Description: Debug symbols for linux-image-4.14.0-parrot7-mips32r6el This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-mips32r6el. + modules in linux-image-4.14.0-parrot7-mips32r6el. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-powerpc +Package: linux-headers-4.14.0-parrot7-all-powerpc Architecture: powerpc -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-powerpc (= ${binary:Version}), linux-headers-4.14.0-parrot2-powerpc-smp (= ${binary:Version}), linux-headers-4.14.0-parrot2-powerpc64 (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-powerpc (= ${binary:Version}), linux-headers-4.14.0-parrot7-powerpc-smp (= ${binary:Version}), linux-headers-4.14.0-parrot7-powerpc64 (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-powerpc-di +Package: kernel-image-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard @@ -8596,519 +8596,519 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-powerpc-di +Package: nic-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, nic-shared-modules-4.14.0-parrot2-powerpc-di, crc-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, nic-shared-modules-4.14.0-parrot7-powerpc-di, crc-modules-4.14.0-parrot7-powerpc-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-powerpc-di +Package: nic-shared-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: serial-modules-4.14.0-parrot2-powerpc-di +Package: serial-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: serial-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, pcmcia-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, pcmcia-modules-4.14.0-parrot7-powerpc-di Description: Serial drivers This package contains serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-powerpc-di +Package: usb-serial-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, usb-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, usb-modules-4.14.0-parrot7-powerpc-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-powerpc-di +Package: ppp-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, serial-modules-4.14.0-parrot2-powerpc-di, zlib-modules-4.14.0-parrot2-powerpc-di, crc-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, serial-modules-4.14.0-parrot7-powerpc-di, zlib-modules-4.14.0-parrot7-powerpc-di, crc-modules-4.14.0-parrot7-powerpc-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-powerpc-di +Package: pata-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, ata-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, ata-modules-4.14.0-parrot7-powerpc-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-powerpc-di +Package: cdrom-core-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, scsi-core-modules-4.14.0-parrot2-powerpc-di, isofs-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, scsi-core-modules-4.14.0-parrot7-powerpc-di, isofs-modules-4.14.0-parrot7-powerpc-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: firewire-core-modules-4.14.0-parrot2-powerpc-di +Package: firewire-core-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: firewire-core-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, scsi-core-modules-4.14.0-parrot2-powerpc-di, crc-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, scsi-core-modules-4.14.0-parrot7-powerpc-di, crc-modules-4.14.0-parrot7-powerpc-di Description: Core FireWire drivers This package contains core FireWire drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-powerpc-di +Package: scsi-core-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-powerpc-di +Package: scsi-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, scsi-core-modules-4.14.0-parrot2-powerpc-di, cdrom-core-modules-4.14.0-parrot2-powerpc-di, ata-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, scsi-core-modules-4.14.0-parrot7-powerpc-di, cdrom-core-modules-4.14.0-parrot7-powerpc-di, ata-modules-4.14.0-parrot7-powerpc-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-powerpc-di +Package: loop-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-powerpc-di +Package: btrfs-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, crc-modules-4.14.0-parrot2-powerpc-di, zlib-modules-4.14.0-parrot2-powerpc-di, md-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, crc-modules-4.14.0-parrot7-powerpc-di, zlib-modules-4.14.0-parrot7-powerpc-di, md-modules-4.14.0-parrot7-powerpc-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-powerpc-di +Package: ext4-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, crc-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, crc-modules-4.14.0-parrot7-powerpc-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-powerpc-di +Package: isofs-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-powerpc-di +Package: jfs-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-powerpc-di +Package: xfs-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, crc-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, crc-modules-4.14.0-parrot7-powerpc-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-powerpc-di +Package: fat-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: hfs-modules-4.14.0-parrot2-powerpc-di +Package: hfs-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: hfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: HFS filesystem support This package contains the HFS and HFS+ filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: affs-modules-4.14.0-parrot2-powerpc-di +Package: affs-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: affs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: Amiga filesystem support This package contains the Amiga filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: md-modules-4.14.0-parrot2-powerpc-di +Package: md-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, crc-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, crc-modules-4.14.0-parrot7-powerpc-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-powerpc-di +Package: multipath-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, md-modules-4.14.0-parrot2-powerpc-di, scsi-core-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, md-modules-4.14.0-parrot7-powerpc-di, scsi-core-modules-4.14.0-parrot7-powerpc-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-powerpc-di +Package: usb-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-powerpc-di +Package: usb-storage-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, scsi-core-modules-4.14.0-parrot2-powerpc-di, usb-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, scsi-core-modules-4.14.0-parrot7-powerpc-di, usb-modules-4.14.0-parrot7-powerpc-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: pcmcia-storage-modules-4.14.0-parrot2-powerpc-di +Package: pcmcia-storage-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: pcmcia-storage-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, cdrom-core-modules-4.14.0-parrot2-powerpc-di, pcmcia-modules-4.14.0-parrot2-powerpc-di, ata-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, cdrom-core-modules-4.14.0-parrot7-powerpc-di, pcmcia-modules-4.14.0-parrot7-powerpc-di, ata-modules-4.14.0-parrot7-powerpc-di Description: PCMCIA storage drivers This package contains PCMCIA storage drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: fb-modules-4.14.0-parrot2-powerpc-di +Package: fb-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: fb-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: input-modules-4.14.0-parrot2-powerpc-di +Package: input-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, usb-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, usb-modules-4.14.0-parrot7-powerpc-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: event-modules-4.14.0-parrot2-powerpc-di +Package: event-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-powerpc-di +Package: mouse-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, event-modules-4.14.0-parrot2-powerpc-di, input-modules-4.14.0-parrot2-powerpc-di, usb-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, event-modules-4.14.0-parrot7-powerpc-di, input-modules-4.14.0-parrot7-powerpc-di, usb-modules-4.14.0-parrot7-powerpc-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: nic-pcmcia-modules-4.14.0-parrot2-powerpc-di +Package: nic-pcmcia-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: nic-pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, nic-modules-4.14.0-parrot2-powerpc-di, nic-shared-modules-4.14.0-parrot2-powerpc-di, pcmcia-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, nic-modules-4.14.0-parrot7-powerpc-di, nic-shared-modules-4.14.0-parrot7-powerpc-di, pcmcia-modules-4.14.0-parrot7-powerpc-di Description: Common PCMCIA NIC drivers This package contains common PCMCIA NIC drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: pcmcia-modules-4.14.0-parrot2-powerpc-di +Package: pcmcia-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: Common PCMCIA drivers This package contains common PCMCIA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-powerpc-di +Package: sata-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, scsi-core-modules-4.14.0-parrot2-powerpc-di, ata-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, scsi-core-modules-4.14.0-parrot7-powerpc-di, ata-modules-4.14.0-parrot7-powerpc-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-powerpc-di +Package: crc-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-powerpc-di +Package: crypto-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-powerpc-di +Package: crypto-dm-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, md-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, md-modules-4.14.0-parrot7-powerpc-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-powerpc-di +Package: ata-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, scsi-core-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, scsi-core-modules-4.14.0-parrot7-powerpc-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-powerpc-di +Package: nbd-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-powerpc-di +Package: squashfs-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-powerpc-di +Package: virtio-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, scsi-core-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, scsi-core-modules-4.14.0-parrot7-powerpc-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: uinput-modules-4.14.0-parrot2-powerpc-di +Package: uinput-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: uinput-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: uinput support This package contains the uinput module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-powerpc-di +Package: zlib-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-powerpc-di +Package: udf-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di, crc-modules-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di, crc-modules-4.14.0-parrot7-powerpc-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-powerpc-di +Package: fuse-modules-4.14.0-parrot7-powerpc-di Architecture: powerpc Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-powerpc-di +Depends: kernel-image-4.14.0-parrot7-powerpc-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc +Kernel-Version: 4.14.0-parrot7-powerpc Package-Type: udeb -Package: kernel-image-4.14.0-parrot2-powerpc64-di +Package: kernel-image-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard @@ -9118,522 +9118,522 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-powerpc64-di +Package: nic-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, nic-shared-modules-4.14.0-parrot2-powerpc64-di, crc-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, nic-shared-modules-4.14.0-parrot7-powerpc64-di, crc-modules-4.14.0-parrot7-powerpc64-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-powerpc64-di +Package: nic-shared-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: serial-modules-4.14.0-parrot2-powerpc64-di +Package: serial-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: serial-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, pcmcia-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, pcmcia-modules-4.14.0-parrot7-powerpc64-di Description: Serial drivers This package contains serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-powerpc64-di +Package: usb-serial-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, usb-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, usb-modules-4.14.0-parrot7-powerpc64-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-powerpc64-di +Package: ppp-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, serial-modules-4.14.0-parrot2-powerpc64-di, crc-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, serial-modules-4.14.0-parrot7-powerpc64-di, crc-modules-4.14.0-parrot7-powerpc64-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-powerpc64-di +Package: pata-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, ata-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, ata-modules-4.14.0-parrot7-powerpc64-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-powerpc64-di +Package: cdrom-core-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, scsi-core-modules-4.14.0-parrot2-powerpc64-di, isofs-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, scsi-core-modules-4.14.0-parrot7-powerpc64-di, isofs-modules-4.14.0-parrot7-powerpc64-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: firewire-core-modules-4.14.0-parrot2-powerpc64-di +Package: firewire-core-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: firewire-core-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, scsi-core-modules-4.14.0-parrot2-powerpc64-di, crc-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, scsi-core-modules-4.14.0-parrot7-powerpc64-di, crc-modules-4.14.0-parrot7-powerpc64-di Description: Core FireWire drivers This package contains core FireWire drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-powerpc64-di +Package: scsi-core-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-powerpc64-di +Package: scsi-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, scsi-core-modules-4.14.0-parrot2-powerpc64-di, cdrom-core-modules-4.14.0-parrot2-powerpc64-di, ata-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, scsi-core-modules-4.14.0-parrot7-powerpc64-di, cdrom-core-modules-4.14.0-parrot7-powerpc64-di, ata-modules-4.14.0-parrot7-powerpc64-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-powerpc64-di +Package: loop-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-powerpc64-di +Package: btrfs-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, crc-modules-4.14.0-parrot2-powerpc64-di, md-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, crc-modules-4.14.0-parrot7-powerpc64-di, md-modules-4.14.0-parrot7-powerpc64-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-powerpc64-di +Package: ext4-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, crc-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, crc-modules-4.14.0-parrot7-powerpc64-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-powerpc64-di +Package: isofs-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-powerpc64-di +Package: jfs-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-powerpc64-di +Package: xfs-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, crc-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, crc-modules-4.14.0-parrot7-powerpc64-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-powerpc64-di +Package: fat-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: hfs-modules-4.14.0-parrot2-powerpc64-di +Package: hfs-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: hfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: HFS filesystem support This package contains the HFS and HFS+ filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: affs-modules-4.14.0-parrot2-powerpc64-di +Package: affs-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: affs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: Amiga filesystem support This package contains the Amiga filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: md-modules-4.14.0-parrot2-powerpc64-di +Package: md-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, crc-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, crc-modules-4.14.0-parrot7-powerpc64-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-powerpc64-di +Package: multipath-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, md-modules-4.14.0-parrot2-powerpc64-di, scsi-core-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, md-modules-4.14.0-parrot7-powerpc64-di, scsi-core-modules-4.14.0-parrot7-powerpc64-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-powerpc64-di +Package: usb-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-powerpc64-di +Package: usb-storage-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, scsi-core-modules-4.14.0-parrot2-powerpc64-di, usb-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, scsi-core-modules-4.14.0-parrot7-powerpc64-di, usb-modules-4.14.0-parrot7-powerpc64-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: pcmcia-storage-modules-4.14.0-parrot2-powerpc64-di +Package: pcmcia-storage-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: pcmcia-storage-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, cdrom-core-modules-4.14.0-parrot2-powerpc64-di, pcmcia-modules-4.14.0-parrot2-powerpc64-di, ata-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, cdrom-core-modules-4.14.0-parrot7-powerpc64-di, pcmcia-modules-4.14.0-parrot7-powerpc64-di, ata-modules-4.14.0-parrot7-powerpc64-di Description: PCMCIA storage drivers This package contains PCMCIA storage drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: input-modules-4.14.0-parrot2-powerpc64-di +Package: input-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, usb-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, usb-modules-4.14.0-parrot7-powerpc64-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: event-modules-4.14.0-parrot2-powerpc64-di +Package: event-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-powerpc64-di +Package: mouse-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, event-modules-4.14.0-parrot2-powerpc64-di, input-modules-4.14.0-parrot2-powerpc64-di, usb-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, event-modules-4.14.0-parrot7-powerpc64-di, input-modules-4.14.0-parrot7-powerpc64-di, usb-modules-4.14.0-parrot7-powerpc64-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: nic-pcmcia-modules-4.14.0-parrot2-powerpc64-di +Package: nic-pcmcia-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: nic-pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, nic-modules-4.14.0-parrot2-powerpc64-di, nic-shared-modules-4.14.0-parrot2-powerpc64-di, pcmcia-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, nic-modules-4.14.0-parrot7-powerpc64-di, nic-shared-modules-4.14.0-parrot7-powerpc64-di, pcmcia-modules-4.14.0-parrot7-powerpc64-di Description: Common PCMCIA NIC drivers This package contains common PCMCIA NIC drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: pcmcia-modules-4.14.0-parrot2-powerpc64-di +Package: pcmcia-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: pcmcia-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: Common PCMCIA drivers This package contains common PCMCIA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-powerpc64-di +Package: sata-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, scsi-core-modules-4.14.0-parrot2-powerpc64-di, ata-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, scsi-core-modules-4.14.0-parrot7-powerpc64-di, ata-modules-4.14.0-parrot7-powerpc64-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-powerpc64-di +Package: crc-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-powerpc64-di +Package: crypto-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-powerpc64-di +Package: crypto-dm-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, md-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, md-modules-4.14.0-parrot7-powerpc64-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-powerpc64-di +Package: ata-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, scsi-core-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, scsi-core-modules-4.14.0-parrot7-powerpc64-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-powerpc64-di +Package: nbd-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-powerpc64-di +Package: squashfs-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-powerpc64-di +Package: virtio-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, scsi-core-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, scsi-core-modules-4.14.0-parrot7-powerpc64-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: uinput-modules-4.14.0-parrot2-powerpc64-di +Package: uinput-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: uinput-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: uinput support This package contains the uinput module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-powerpc64-di +Package: udf-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di, crc-modules-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di, crc-modules-4.14.0-parrot7-powerpc64-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-powerpc64-di +Package: fuse-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: hypervisor-modules-4.14.0-parrot2-powerpc64-di +Package: hypervisor-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: hypervisor-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: IBM 64bit hypervisor console modules Contains drivers for the hypervisor console, used as console for linux running in logical partitions of IBM hardware supporting it. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: fancontrol-modules-4.14.0-parrot2-powerpc64-di +Package: fancontrol-modules-4.14.0-parrot7-powerpc64-di Architecture: powerpc ppc64 Section: debian-installer Priority: standard Provides: fancontrol-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64-di +Depends: kernel-image-4.14.0-parrot7-powerpc64-di Description: Apple powermac fancontrol modules Contains drivers for macintosh i2c bus as well as for the monitoring devices connected to it. This allows to control the fans during installation. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64 +Kernel-Version: 4.14.0-parrot7-powerpc64 Package-Type: udeb -Package: linux-image-4.14.0-parrot2-powerpc +Package: linux-image-4.14.0-parrot7-powerpc Architecture: powerpc Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [powerpc] | linux-initramfs-tool [powerpc] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [powerpc] @@ -9643,29 +9643,29 @@ Description: Linux 4.14 for uniprocessor 32-bit PowerPC The Linux kernel 4.14 and modules for use on uniprocessor 32-bit PowerPC. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-powerpc +Package: linux-headers-4.14.0-parrot7-powerpc Architecture: powerpc -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-powerpc +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-powerpc This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-powerpc, generally used for building + Linux kernel 4.14.0-parrot7-powerpc, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-powerpc, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-powerpc, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-powerpc package. + linux-image-4.14.0-parrot7-powerpc package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-powerpc-dbg +Package: linux-image-4.14.0-parrot7-powerpc-dbg Architecture: powerpc Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-powerpc +Description: Debug symbols for linux-image-4.14.0-parrot7-powerpc This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-powerpc. + modules in linux-image-4.14.0-parrot7-powerpc. Build-Profiles: -Package: linux-image-4.14.0-parrot2-powerpc-smp +Package: linux-image-4.14.0-parrot7-powerpc-smp Architecture: powerpc Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [powerpc] | linux-initramfs-tool [powerpc] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [powerpc] @@ -9676,29 +9676,29 @@ Description: Linux 4.14 for multiprocessor 32-bit PowerPC PowerPC. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-powerpc-smp +Package: linux-headers-4.14.0-parrot7-powerpc-smp Architecture: powerpc -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-powerpc-smp +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-powerpc-smp This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-powerpc-smp, generally used for building + Linux kernel 4.14.0-parrot7-powerpc-smp, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-powerpc-smp, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-powerpc-smp, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-powerpc-smp package. + linux-image-4.14.0-parrot7-powerpc-smp package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-powerpc-smp-dbg +Package: linux-image-4.14.0-parrot7-powerpc-smp-dbg Architecture: powerpc Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-powerpc-smp +Description: Debug symbols for linux-image-4.14.0-parrot7-powerpc-smp This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-powerpc-smp. + modules in linux-image-4.14.0-parrot7-powerpc-smp. Build-Profiles: -Package: linux-image-4.14.0-parrot2-powerpc64 +Package: linux-image-4.14.0-parrot7-powerpc64 Architecture: powerpc ppc64 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [powerpc ppc64] | linux-initramfs-tool [powerpc ppc64] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [powerpc ppc64] @@ -9708,38 +9708,38 @@ Description: Linux 4.14 for 64-bit PowerPC The Linux kernel 4.14 and modules for use on 64-bit PowerPC. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-powerpc64 +Package: linux-headers-4.14.0-parrot7-powerpc64 Architecture: powerpc ppc64 -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-powerpc64 +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-powerpc64 This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-powerpc64, generally used for building + Linux kernel 4.14.0-parrot7-powerpc64, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-powerpc64, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-powerpc64, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-powerpc64 package. + linux-image-4.14.0-parrot7-powerpc64 package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-powerpc64-dbg +Package: linux-image-4.14.0-parrot7-powerpc64-dbg Architecture: powerpc ppc64 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-powerpc64 +Description: Debug symbols for linux-image-4.14.0-parrot7-powerpc64 This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-powerpc64. + modules in linux-image-4.14.0-parrot7-powerpc64. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-powerpcspe +Package: linux-headers-4.14.0-parrot7-all-powerpcspe Architecture: powerpcspe -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-powerpcspe (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-powerpcspe (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: linux-image-4.14.0-parrot2-powerpcspe +Package: linux-image-4.14.0-parrot7-powerpcspe Architecture: powerpcspe Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [powerpcspe] | linux-initramfs-tool [powerpcspe] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [powerpcspe] @@ -9750,47 +9750,47 @@ Description: Linux 4.14 for 32-bit PowerPC with SPE (instead of AltiVec) with SM (instead of AltiVec) with SMP support. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-powerpcspe +Package: linux-headers-4.14.0-parrot7-powerpcspe Architecture: powerpcspe -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-powerpcspe +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-powerpcspe This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-powerpcspe, generally used for building + Linux kernel 4.14.0-parrot7-powerpcspe, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-powerpcspe, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-powerpcspe, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-powerpcspe package. + linux-image-4.14.0-parrot7-powerpcspe package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-powerpcspe-dbg +Package: linux-image-4.14.0-parrot7-powerpcspe-dbg Architecture: powerpcspe Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-powerpcspe +Description: Debug symbols for linux-image-4.14.0-parrot7-powerpcspe This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-powerpcspe. + modules in linux-image-4.14.0-parrot7-powerpcspe. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-ppc64 +Package: linux-headers-4.14.0-parrot7-all-ppc64 Architecture: ppc64 -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-powerpc64 (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-powerpc64 (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-ppc64el +Package: linux-headers-4.14.0-parrot7-all-ppc64el Architecture: ppc64el -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-powerpc64le (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-powerpc64le (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-powerpc64le-di +Package: kernel-image-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard @@ -9800,450 +9800,450 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-powerpc64le-di +Package: nic-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, nic-shared-modules-4.14.0-parrot2-powerpc64le-di, crc-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, nic-shared-modules-4.14.0-parrot7-powerpc64le-di, crc-modules-4.14.0-parrot7-powerpc64le-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: nic-shared-modules-4.14.0-parrot2-powerpc64le-di +Package: nic-shared-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: nic-shared-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: serial-modules-4.14.0-parrot2-powerpc64le-di +Package: serial-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: serial-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: Serial drivers This package contains serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-powerpc64le-di +Package: usb-serial-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, usb-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, usb-modules-4.14.0-parrot7-powerpc64le-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-powerpc64le-di +Package: ppp-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, serial-modules-4.14.0-parrot2-powerpc64le-di, crc-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, serial-modules-4.14.0-parrot7-powerpc64le-di, crc-modules-4.14.0-parrot7-powerpc64le-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-powerpc64le-di +Package: cdrom-core-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, scsi-core-modules-4.14.0-parrot2-powerpc64le-di, isofs-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, scsi-core-modules-4.14.0-parrot7-powerpc64le-di, isofs-modules-4.14.0-parrot7-powerpc64le-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: firewire-core-modules-4.14.0-parrot2-powerpc64le-di +Package: firewire-core-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: firewire-core-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, scsi-core-modules-4.14.0-parrot2-powerpc64le-di, crc-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, scsi-core-modules-4.14.0-parrot7-powerpc64le-di, crc-modules-4.14.0-parrot7-powerpc64le-di Description: Core FireWire drivers This package contains core FireWire drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-powerpc64le-di +Package: scsi-core-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-powerpc64le-di +Package: scsi-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, scsi-core-modules-4.14.0-parrot2-powerpc64le-di, cdrom-core-modules-4.14.0-parrot2-powerpc64le-di, ata-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, scsi-core-modules-4.14.0-parrot7-powerpc64le-di, cdrom-core-modules-4.14.0-parrot7-powerpc64le-di, ata-modules-4.14.0-parrot7-powerpc64le-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-powerpc64le-di +Package: loop-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-powerpc64le-di +Package: btrfs-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, crc-modules-4.14.0-parrot2-powerpc64le-di, md-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, crc-modules-4.14.0-parrot7-powerpc64le-di, md-modules-4.14.0-parrot7-powerpc64le-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-powerpc64le-di +Package: ext4-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, crc-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, crc-modules-4.14.0-parrot7-powerpc64le-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-powerpc64le-di +Package: isofs-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-powerpc64le-di +Package: jfs-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-powerpc64le-di +Package: xfs-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, crc-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, crc-modules-4.14.0-parrot7-powerpc64le-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-powerpc64le-di +Package: fat-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: md-modules-4.14.0-parrot2-powerpc64le-di +Package: md-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, crc-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, crc-modules-4.14.0-parrot7-powerpc64le-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-powerpc64le-di +Package: multipath-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, md-modules-4.14.0-parrot2-powerpc64le-di, scsi-core-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, md-modules-4.14.0-parrot7-powerpc64le-di, scsi-core-modules-4.14.0-parrot7-powerpc64le-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-powerpc64le-di +Package: usb-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-powerpc64le-di +Package: usb-storage-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, scsi-core-modules-4.14.0-parrot2-powerpc64le-di, usb-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, scsi-core-modules-4.14.0-parrot7-powerpc64le-di, usb-modules-4.14.0-parrot7-powerpc64le-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: input-modules-4.14.0-parrot2-powerpc64le-di +Package: input-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, usb-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, usb-modules-4.14.0-parrot7-powerpc64le-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: event-modules-4.14.0-parrot2-powerpc64le-di +Package: event-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: event-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: Event support This package contains event drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: mouse-modules-4.14.0-parrot2-powerpc64le-di +Package: mouse-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: mouse-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, event-modules-4.14.0-parrot2-powerpc64le-di, input-modules-4.14.0-parrot2-powerpc64le-di, usb-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, event-modules-4.14.0-parrot7-powerpc64le-di, input-modules-4.14.0-parrot7-powerpc64le-di, usb-modules-4.14.0-parrot7-powerpc64le-di Description: Mouse support This package contains mouse drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-powerpc64le-di +Package: sata-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, scsi-core-modules-4.14.0-parrot2-powerpc64le-di, ata-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, scsi-core-modules-4.14.0-parrot7-powerpc64le-di, ata-modules-4.14.0-parrot7-powerpc64le-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-powerpc64le-di +Package: crc-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-powerpc64le-di +Package: crypto-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-powerpc64le-di +Package: crypto-dm-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, md-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, md-modules-4.14.0-parrot7-powerpc64le-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-powerpc64le-di +Package: ata-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, scsi-core-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, scsi-core-modules-4.14.0-parrot7-powerpc64le-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-powerpc64le-di +Package: nbd-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-powerpc64le-di +Package: squashfs-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-powerpc64le-di +Package: virtio-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, scsi-core-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, scsi-core-modules-4.14.0-parrot7-powerpc64le-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: uinput-modules-4.14.0-parrot2-powerpc64le-di +Package: uinput-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: uinput-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: uinput support This package contains the uinput module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-powerpc64le-di +Package: udf-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di, crc-modules-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di, crc-modules-4.14.0-parrot7-powerpc64le-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-powerpc64le-di +Package: fuse-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: hypervisor-modules-4.14.0-parrot2-powerpc64le-di +Package: hypervisor-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: hypervisor-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: IBM 64bit hypervisor console modules Contains drivers for the hypervisor console, used as console for linux running in logical partitions of IBM hardware supporting it. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: fancontrol-modules-4.14.0-parrot2-powerpc64le-di +Package: fancontrol-modules-4.14.0-parrot7-powerpc64le-di Architecture: ppc64el Section: debian-installer Priority: standard Provides: fancontrol-modules -Depends: kernel-image-4.14.0-parrot2-powerpc64le-di +Depends: kernel-image-4.14.0-parrot7-powerpc64le-di Description: Apple powermac fancontrol modules Contains drivers for macintosh i2c bus as well as for the monitoring devices connected to it. This allows to control the fans during installation. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-powerpc64le +Kernel-Version: 4.14.0-parrot7-powerpc64le Package-Type: udeb -Package: linux-image-4.14.0-parrot2-powerpc64le +Package: linux-image-4.14.0-parrot7-powerpc64le Architecture: ppc64el Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [ppc64el] | linux-initramfs-tool [ppc64el] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [ppc64el] @@ -10253,38 +10253,38 @@ Description: Linux 4.14 for Little-endian 64-bit PowerPC The Linux kernel 4.14 and modules for use on Little-endian 64-bit PowerPC. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-powerpc64le +Package: linux-headers-4.14.0-parrot7-powerpc64le Architecture: ppc64el -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-powerpc64le +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-powerpc64le This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-powerpc64le, generally used for building + Linux kernel 4.14.0-parrot7-powerpc64le, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-powerpc64le, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-powerpc64le, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-powerpc64le package. + linux-image-4.14.0-parrot7-powerpc64le package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-powerpc64le-dbg +Package: linux-image-4.14.0-parrot7-powerpc64le-dbg Architecture: ppc64el Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-powerpc64le +Description: Debug symbols for linux-image-4.14.0-parrot7-powerpc64le This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-powerpc64le. + modules in linux-image-4.14.0-parrot7-powerpc64le. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-s390x +Package: linux-headers-4.14.0-parrot7-all-s390x Architecture: s390x -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-s390x (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-s390x (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-s390x-di +Package: kernel-image-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: standard @@ -10294,267 +10294,267 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-s390x-di +Package: nic-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di, crc-modules-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di, crc-modules-4.14.0-parrot7-s390x-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-s390x-di +Package: scsi-core-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-s390x-di +Package: scsi-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di, scsi-core-modules-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di, scsi-core-modules-4.14.0-parrot7-s390x-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-s390x-di +Package: loop-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-s390x-di +Package: btrfs-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di, crc-modules-4.14.0-parrot2-s390x-di, zlib-modules-4.14.0-parrot2-s390x-di, md-modules-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di, crc-modules-4.14.0-parrot7-s390x-di, zlib-modules-4.14.0-parrot7-s390x-di, md-modules-4.14.0-parrot7-s390x-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-s390x-di +Package: ext4-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di, crc-modules-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di, crc-modules-4.14.0-parrot7-s390x-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-s390x-di +Package: isofs-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-s390x-di +Package: xfs-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di, crc-modules-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di, crc-modules-4.14.0-parrot7-s390x-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-s390x-di +Package: fat-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: md-modules-4.14.0-parrot2-s390x-di +Package: md-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di, crc-modules-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di, crc-modules-4.14.0-parrot7-s390x-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-s390x-di +Package: multipath-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di, md-modules-4.14.0-parrot2-s390x-di, scsi-core-modules-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di, md-modules-4.14.0-parrot7-s390x-di, scsi-core-modules-4.14.0-parrot7-s390x-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-s390x-di +Package: crc-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-s390x-di +Package: crypto-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-s390x-di +Package: crypto-dm-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di, md-modules-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di, md-modules-4.14.0-parrot7-s390x-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-s390x-di +Package: nbd-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-s390x-di +Package: virtio-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di, scsi-core-modules-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di, scsi-core-modules-4.14.0-parrot7-s390x-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-s390x-di +Package: zlib-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-s390x-di +Package: udf-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di, crc-modules-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di, crc-modules-4.14.0-parrot7-s390x-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-s390x-di +Package: fuse-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: dasd-modules-4.14.0-parrot2-s390x-di +Package: dasd-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: standard Provides: dasd-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di Description: dasd modules This package contains dasd modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: dasd-extra-modules-4.14.0-parrot2-s390x-di +Package: dasd-extra-modules-4.14.0-parrot7-s390x-di Architecture: s390x Section: debian-installer Priority: optional Provides: dasd-extra-modules -Depends: kernel-image-4.14.0-parrot2-s390x-di, dasd-modules-4.14.0-parrot2-s390x-di +Depends: kernel-image-4.14.0-parrot7-s390x-di, dasd-modules-4.14.0-parrot7-s390x-di Description: optional dasd DIAG support This package contains the module for dasd DIAG support. The udeb is not loaded by default as the installer does not actually support this. It can however be useful to have available in rescue situations. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-s390x +Kernel-Version: 4.14.0-parrot7-s390x Package-Type: udeb -Package: linux-image-4.14.0-parrot2-s390x +Package: linux-image-4.14.0-parrot7-s390x Architecture: s390x Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [s390x] | linux-initramfs-tool [s390x] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [s390x] @@ -10564,38 +10564,38 @@ Description: Linux 4.14 for IBM zSeries The Linux kernel 4.14 and modules for use on IBM zSeries. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-s390x +Package: linux-headers-4.14.0-parrot7-s390x Architecture: s390x -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-s390 -Description: Header files for Linux 4.14.0-parrot2-s390x +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, linux-compiler-gcc-7-s390 +Description: Header files for Linux 4.14.0-parrot7-s390x This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-s390x, generally used for building out-of-tree + Linux kernel 4.14.0-parrot7-s390x, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-s390x, and can be used for building + /usr/src/linux-headers-4.14.0-parrot7-s390x, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-s390x package. + linux-image-4.14.0-parrot7-s390x package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-s390x-dbg +Package: linux-image-4.14.0-parrot7-s390x-dbg Architecture: s390x Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-s390x +Description: Debug symbols for linux-image-4.14.0-parrot7-s390x This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-s390x. + modules in linux-image-4.14.0-parrot7-s390x. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-sh4 +Package: linux-headers-4.14.0-parrot7-all-sh4 Architecture: sh4 -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-sh7751r (= ${binary:Version}), linux-headers-4.14.0-parrot2-sh7785lcr (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-sh7751r (= ${binary:Version}), linux-headers-4.14.0-parrot7-sh7785lcr (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-sh7751r-di +Package: kernel-image-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard @@ -10605,385 +10605,385 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-sh7751r-di +Package: nic-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, i2c-modules-4.14.0-parrot2-sh7751r-di, crc-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, i2c-modules-4.14.0-parrot7-sh7751r-di, crc-modules-4.14.0-parrot7-sh7751r-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-sh7751r-di +Package: usb-serial-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-sh7751r-di +Package: ppp-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, zlib-modules-4.14.0-parrot2-sh7751r-di, crc-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, zlib-modules-4.14.0-parrot7-sh7751r-di, crc-modules-4.14.0-parrot7-sh7751r-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-sh7751r-di +Package: pata-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-sh7751r-di +Package: cdrom-core-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, isofs-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, isofs-modules-4.14.0-parrot7-sh7751r-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: firewire-core-modules-4.14.0-parrot2-sh7751r-di +Package: firewire-core-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: firewire-core-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, crc-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, crc-modules-4.14.0-parrot7-sh7751r-di Description: Core FireWire drivers This package contains core FireWire drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-sh7751r-di +Package: loop-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-sh7751r-di +Package: btrfs-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, crc-modules-4.14.0-parrot2-sh7751r-di, zlib-modules-4.14.0-parrot2-sh7751r-di, md-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, crc-modules-4.14.0-parrot7-sh7751r-di, zlib-modules-4.14.0-parrot7-sh7751r-di, md-modules-4.14.0-parrot7-sh7751r-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-sh7751r-di +Package: ext4-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, crc-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, crc-modules-4.14.0-parrot7-sh7751r-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-sh7751r-di +Package: isofs-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-sh7751r-di +Package: jfs-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-sh7751r-di +Package: xfs-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, crc-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, crc-modules-4.14.0-parrot7-sh7751r-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-sh7751r-di +Package: fat-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: minix-modules-4.14.0-parrot2-sh7751r-di +Package: minix-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: minix-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: Minix filesystem support This package contains the Minix filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: md-modules-4.14.0-parrot2-sh7751r-di +Package: md-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, crc-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, crc-modules-4.14.0-parrot7-sh7751r-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-sh7751r-di +Package: multipath-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, md-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, md-modules-4.14.0-parrot7-sh7751r-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-sh7751r-di +Package: usb-storage-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-sh7751r-di +Package: nic-usb-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, crc-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, crc-modules-4.14.0-parrot7-sh7751r-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-sh7751r-di +Package: sata-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: i2c-modules-4.14.0-parrot2-sh7751r-di +Package: i2c-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: i2c-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: i2c support modules This package contains basic i2c support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-sh7751r-di +Package: crc-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-sh7751r-di +Package: crypto-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-sh7751r-di +Package: crypto-dm-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, md-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, md-modules-4.14.0-parrot7-sh7751r-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-sh7751r-di +Package: nbd-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-sh7751r-di +Package: squashfs-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: speakup-modules-4.14.0-parrot2-sh7751r-di +Package: speakup-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: speakup-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: speakup modules This package contains speakup modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-sh7751r-di +Package: virtio-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: sound-modules-4.14.0-parrot2-sh7751r-di +Package: sound-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: sound-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, i2c-modules-4.14.0-parrot2-sh7751r-di, firewire-core-modules-4.14.0-parrot2-sh7751r-di, crc-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, i2c-modules-4.14.0-parrot7-sh7751r-di, firewire-core-modules-4.14.0-parrot7-sh7751r-di, crc-modules-4.14.0-parrot7-sh7751r-di Description: sound support This package contains sound modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-sh7751r-di +Package: zlib-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-sh7751r-di +Package: udf-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di, crc-modules-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di, crc-modules-4.14.0-parrot7-sh7751r-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-sh7751r-di +Package: fuse-modules-4.14.0-parrot7-sh7751r-di Architecture: sh4 Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-sh7751r-di +Depends: kernel-image-4.14.0-parrot7-sh7751r-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7751r +Kernel-Version: 4.14.0-parrot7-sh7751r Package-Type: udeb -Package: kernel-image-4.14.0-parrot2-sh7785lcr-di +Package: kernel-image-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard @@ -10993,349 +10993,349 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-sh7785lcr-di +Package: nic-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, crc-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, crc-modules-4.14.0-parrot7-sh7785lcr-di Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: usb-serial-modules-4.14.0-parrot2-sh7785lcr-di +Package: usb-serial-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: usb-serial-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: USB serial drivers This package contains USB serial drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-sh7785lcr-di +Package: ppp-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, zlib-modules-4.14.0-parrot2-sh7785lcr-di, crc-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, zlib-modules-4.14.0-parrot7-sh7785lcr-di, crc-modules-4.14.0-parrot7-sh7785lcr-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-sh7785lcr-di +Package: pata-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-sh7785lcr-di +Package: cdrom-core-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, isofs-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, isofs-modules-4.14.0-parrot7-sh7785lcr-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: firewire-core-modules-4.14.0-parrot2-sh7785lcr-di +Package: firewire-core-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard Provides: firewire-core-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, crc-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, crc-modules-4.14.0-parrot7-sh7785lcr-di Description: Core FireWire drivers This package contains core FireWire drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: loop-modules-4.14.0-parrot2-sh7785lcr-di +Package: loop-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard Provides: loop-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-sh7785lcr-di +Package: btrfs-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, crc-modules-4.14.0-parrot2-sh7785lcr-di, zlib-modules-4.14.0-parrot2-sh7785lcr-di, md-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, crc-modules-4.14.0-parrot7-sh7785lcr-di, zlib-modules-4.14.0-parrot7-sh7785lcr-di, md-modules-4.14.0-parrot7-sh7785lcr-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-sh7785lcr-di +Package: ext4-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, crc-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, crc-modules-4.14.0-parrot7-sh7785lcr-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-sh7785lcr-di +Package: isofs-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-sh7785lcr-di +Package: jfs-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-sh7785lcr-di +Package: xfs-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, crc-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, crc-modules-4.14.0-parrot7-sh7785lcr-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-sh7785lcr-di +Package: fat-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: minix-modules-4.14.0-parrot2-sh7785lcr-di +Package: minix-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: minix-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: Minix filesystem support This package contains the Minix filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: md-modules-4.14.0-parrot2-sh7785lcr-di +Package: md-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, crc-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, crc-modules-4.14.0-parrot7-sh7785lcr-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-sh7785lcr-di +Package: multipath-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, md-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, md-modules-4.14.0-parrot7-sh7785lcr-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: nic-usb-modules-4.14.0-parrot2-sh7785lcr-di +Package: nic-usb-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard Provides: nic-usb-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, crc-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, crc-modules-4.14.0-parrot7-sh7785lcr-di Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-sh7785lcr-di +Package: sata-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-sh7785lcr-di +Package: crc-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-sh7785lcr-di +Package: crypto-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-sh7785lcr-di +Package: crypto-dm-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, md-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, md-modules-4.14.0-parrot7-sh7785lcr-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-sh7785lcr-di +Package: nbd-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-sh7785lcr-di +Package: squashfs-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: speakup-modules-4.14.0-parrot2-sh7785lcr-di +Package: speakup-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: speakup-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: speakup modules This package contains speakup modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: sound-modules-4.14.0-parrot2-sh7785lcr-di +Package: sound-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: sound-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, firewire-core-modules-4.14.0-parrot2-sh7785lcr-di, crc-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, firewire-core-modules-4.14.0-parrot7-sh7785lcr-di, crc-modules-4.14.0-parrot7-sh7785lcr-di Description: sound support This package contains sound modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-sh7785lcr-di +Package: zlib-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-sh7785lcr-di +Package: udf-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di, crc-modules-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di, crc-modules-4.14.0-parrot7-sh7785lcr-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-sh7785lcr-di +Package: fuse-modules-4.14.0-parrot7-sh7785lcr-di Architecture: sh4 Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-sh7785lcr-di +Depends: kernel-image-4.14.0-parrot7-sh7785lcr-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sh7785lcr +Kernel-Version: 4.14.0-parrot7-sh7785lcr Package-Type: udeb -Package: linux-image-4.14.0-parrot2-sh7751r +Package: linux-image-4.14.0-parrot7-sh7751r Architecture: sh4 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [sh4] | linux-initramfs-tool [sh4] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [sh4] @@ -11346,29 +11346,29 @@ Description: Linux 4.14 for sh7751r board. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-sh7751r +Package: linux-headers-4.14.0-parrot7-sh7751r Architecture: sh4 -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-sh7751r +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-sh7751r This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-sh7751r, generally used for building + Linux kernel 4.14.0-parrot7-sh7751r, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-sh7751r, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-sh7751r, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-sh7751r package. + linux-image-4.14.0-parrot7-sh7751r package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-sh7751r-dbg +Package: linux-image-4.14.0-parrot7-sh7751r-dbg Architecture: sh4 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-sh7751r +Description: Debug symbols for linux-image-4.14.0-parrot7-sh7751r This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-sh7751r. + modules in linux-image-4.14.0-parrot7-sh7751r. Build-Profiles: -Package: linux-image-4.14.0-parrot2-sh7785lcr +Package: linux-image-4.14.0-parrot7-sh7785lcr Architecture: sh4 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [sh4] | linux-initramfs-tool [sh4] Recommends: firmware-linux-free, ${kernel:Recommends}, u-boot-tools [sh4] @@ -11379,38 +11379,38 @@ Description: Linux 4.14 for sh7785lcr board. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-sh7785lcr +Package: linux-headers-4.14.0-parrot7-sh7785lcr Architecture: sh4 -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-sh7785lcr +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-sh7785lcr This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-sh7785lcr, generally used for building + Linux kernel 4.14.0-parrot7-sh7785lcr, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-sh7785lcr, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-sh7785lcr, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-sh7785lcr package. + linux-image-4.14.0-parrot7-sh7785lcr package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-sh7785lcr-dbg +Package: linux-image-4.14.0-parrot7-sh7785lcr-dbg Architecture: sh4 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-sh7785lcr +Description: Debug symbols for linux-image-4.14.0-parrot7-sh7785lcr This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-sh7785lcr. + modules in linux-image-4.14.0-parrot7-sh7785lcr. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-all-sparc64 +Package: linux-headers-4.14.0-parrot7-all-sparc64 Architecture: sparc64 -Depends: ${misc:Depends}, linux-headers-4.14.0-parrot2-sparc64 (= ${binary:Version}), linux-headers-4.14.0-parrot2-sparc64-smp (= ${binary:Version}) +Depends: ${misc:Depends}, linux-headers-4.14.0-parrot7-sparc64 (= ${binary:Version}), linux-headers-4.14.0-parrot7-sparc64-smp (= ${binary:Version}) Description: All header files for Linux 4.14 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.14, generally used for building out-of-tree kernel modules. Build-Profiles: -Package: kernel-image-4.14.0-parrot2-sparc64-di +Package: kernel-image-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard @@ -11420,15 +11420,15 @@ Description: Linux kernel image and core modules for the Debian installer installer boot images. It does _not_ provide a usable kernel for your full Debian system. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: nic-modules-4.14.0-parrot2-sparc64-di +Package: nic-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, crc-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, crc-modules-4.14.0-parrot7-sparc64-di Description: Network card modules for Sparc kernels This package contains the drivers for the Happy Meal/Big Mac 10/100BaseT, Sun QuadEthernet and MyriCOM Gigabit Ethernet SBus devices for SPARC @@ -11437,349 +11437,349 @@ Description: Network card modules for Sparc kernels Do not install this package on a real Debian system! You probably want a kernel-image package instead. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: ppp-modules-4.14.0-parrot2-sparc64-di +Package: ppp-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: ppp-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, zlib-modules-4.14.0-parrot2-sparc64-di, crc-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, zlib-modules-4.14.0-parrot7-sparc64-di, crc-modules-4.14.0-parrot7-sparc64-di Description: PPP drivers This package contains PPP drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: pata-modules-4.14.0-parrot2-sparc64-di +Package: pata-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard Provides: pata-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, ata-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, ata-modules-4.14.0-parrot7-sparc64-di Description: PATA drivers This package contains PATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: cdrom-core-modules-4.14.0-parrot2-sparc64-di +Package: cdrom-core-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard Provides: cdrom-core-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, scsi-core-modules-4.14.0-parrot2-sparc64-di, isofs-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, scsi-core-modules-4.14.0-parrot7-sparc64-di, isofs-modules-4.14.0-parrot7-sparc64-di Description: CDROM support This package contains core CDROM support for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: scsi-core-modules-4.14.0-parrot2-sparc64-di +Package: scsi-core-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard Provides: scsi-core-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: scsi-modules-4.14.0-parrot2-sparc64-di +Package: scsi-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard Provides: scsi-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, scsi-core-modules-4.14.0-parrot2-sparc64-di, cdrom-core-modules-4.14.0-parrot2-sparc64-di, ata-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, scsi-core-modules-4.14.0-parrot7-sparc64-di, cdrom-core-modules-4.14.0-parrot7-sparc64-di, ata-modules-4.14.0-parrot7-sparc64-di Description: SCSI drivers This package contains SCSI drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: btrfs-modules-4.14.0-parrot2-sparc64-di +Package: btrfs-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: btrfs-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, crc-modules-4.14.0-parrot2-sparc64-di, zlib-modules-4.14.0-parrot2-sparc64-di, md-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, crc-modules-4.14.0-parrot7-sparc64-di, zlib-modules-4.14.0-parrot7-sparc64-di, md-modules-4.14.0-parrot7-sparc64-di Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: ext4-modules-4.14.0-parrot2-sparc64-di +Package: ext4-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, crc-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, crc-modules-4.14.0-parrot7-sparc64-di Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: isofs-modules-4.14.0-parrot2-sparc64-di +Package: isofs-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard Provides: isofs-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: jfs-modules-4.14.0-parrot2-sparc64-di +Package: jfs-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard Provides: jfs-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: ufs-modules-4.14.0-parrot2-sparc64-di +Package: ufs-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: ufs-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: UFS filesystem support This package contains the UFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: xfs-modules-4.14.0-parrot2-sparc64-di +Package: xfs-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard Provides: xfs-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, crc-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, crc-modules-4.14.0-parrot7-sparc64-di Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: fat-modules-4.14.0-parrot2-sparc64-di +Package: fat-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: fat-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: md-modules-4.14.0-parrot2-sparc64-di +Package: md-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: md-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, crc-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, crc-modules-4.14.0-parrot7-sparc64-di Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: multipath-modules-4.14.0-parrot2-sparc64-di +Package: multipath-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: multipath-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, md-modules-4.14.0-parrot2-sparc64-di, scsi-core-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, md-modules-4.14.0-parrot7-sparc64-di, scsi-core-modules-4.14.0-parrot7-sparc64-di Description: Multipath support This package contains DM-Multipath modules for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: usb-modules-4.14.0-parrot2-sparc64-di +Package: usb-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: usb-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: USB support This package contains core USB drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: usb-storage-modules-4.14.0-parrot2-sparc64-di +Package: usb-storage-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard Provides: usb-storage-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, scsi-core-modules-4.14.0-parrot2-sparc64-di, usb-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, scsi-core-modules-4.14.0-parrot7-sparc64-di, usb-modules-4.14.0-parrot7-sparc64-di Description: USB storage support This package contains the USB storage driver for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: input-modules-4.14.0-parrot2-sparc64-di +Package: input-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: input-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, usb-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, usb-modules-4.14.0-parrot7-sparc64-di Description: Input devices support This package contains input device drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: sata-modules-4.14.0-parrot2-sparc64-di +Package: sata-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: standard Provides: sata-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, scsi-core-modules-4.14.0-parrot2-sparc64-di, ata-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, scsi-core-modules-4.14.0-parrot7-sparc64-di, ata-modules-4.14.0-parrot7-sparc64-di Description: SATA drivers This package contains SATA drivers for the kernel. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: crc-modules-4.14.0-parrot2-sparc64-di +Package: crc-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: crc-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: CRC modules This package contains CRC support modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: crypto-modules-4.14.0-parrot2-sparc64-di +Package: crypto-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: crypto-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: crypto modules This package contains crypto modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: crypto-dm-modules-4.14.0-parrot2-sparc64-di +Package: crypto-dm-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: crypto-dm-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, md-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, md-modules-4.14.0-parrot7-sparc64-di Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: ata-modules-4.14.0-parrot2-sparc64-di +Package: ata-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: ata-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, scsi-core-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, scsi-core-modules-4.14.0-parrot7-sparc64-di Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: nbd-modules-4.14.0-parrot2-sparc64-di +Package: nbd-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: nbd-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: squashfs-modules-4.14.0-parrot2-sparc64-di +Package: squashfs-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: squashfs-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: squashfs modules This package contains squashfs modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: virtio-modules-4.14.0-parrot2-sparc64-di +Package: virtio-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: virtio-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, scsi-core-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, scsi-core-modules-4.14.0-parrot7-sparc64-di Description: virtio modules This package contains virtio modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: zlib-modules-4.14.0-parrot2-sparc64-di +Package: zlib-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: zlib-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: zlib modules This package contains zlib modules. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: udf-modules-4.14.0-parrot2-sparc64-di +Package: udf-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: udf-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di, crc-modules-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di, crc-modules-4.14.0-parrot7-sparc64-di Description: UDF modules This package contains the UDF filesystem module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: fuse-modules-4.14.0-parrot2-sparc64-di +Package: fuse-modules-4.14.0-parrot7-sparc64-di Architecture: sparc64 Section: debian-installer Priority: optional Provides: fuse-modules -Depends: kernel-image-4.14.0-parrot2-sparc64-di +Depends: kernel-image-4.14.0-parrot7-sparc64-di Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Build-Profiles: -Kernel-Version: 4.14.0-parrot2-sparc64 +Kernel-Version: 4.14.0-parrot7-sparc64 Package-Type: udeb -Package: linux-image-4.14.0-parrot2-sparc64 +Package: linux-image-4.14.0-parrot7-sparc64 Architecture: sparc64 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [sparc64] | linux-initramfs-tool [sparc64] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [sparc64] @@ -11790,29 +11790,29 @@ Description: Linux 4.14 for uniprocessor 64-bit UltraSPARC UltraSPARC. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-sparc64 +Package: linux-headers-4.14.0-parrot7-sparc64 Architecture: sparc64 -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-sparc64 +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-sparc64 This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-sparc64, generally used for building + Linux kernel 4.14.0-parrot7-sparc64, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-sparc64, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-sparc64, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-sparc64 package. + linux-image-4.14.0-parrot7-sparc64 package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-sparc64-dbg +Package: linux-image-4.14.0-parrot7-sparc64-dbg Architecture: sparc64 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-sparc64 +Description: Debug symbols for linux-image-4.14.0-parrot7-sparc64 This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-sparc64. + modules in linux-image-4.14.0-parrot7-sparc64. Build-Profiles: -Package: linux-image-4.14.0-parrot2-sparc64-smp +Package: linux-image-4.14.0-parrot7-sparc64-smp Architecture: sparc64 Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [sparc64] | linux-initramfs-tool [sparc64] Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [sparc64] @@ -11823,26 +11823,26 @@ Description: Linux 4.14 for multiprocessor 64-bit UltraSPARC UltraSPARC. Build-Profiles: -Package: linux-headers-4.14.0-parrot2-sparc64-smp +Package: linux-headers-4.14.0-parrot7-sparc64-smp Architecture: sparc64 -Depends: linux-headers-4.14.0-parrot2-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 -Description: Header files for Linux 4.14.0-parrot2-sparc64-smp +Depends: linux-headers-4.14.0-parrot7-common (= ${source:Version}), linux-kbuild-4.14, ${misc:Depends}, gcc-7 +Description: Header files for Linux 4.14.0-parrot7-sparc64-smp This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-parrot2-sparc64-smp, generally used for building + Linux kernel 4.14.0-parrot7-sparc64-smp, generally used for building out-of-tree kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-parrot2-sparc64-smp, and can be used for + /usr/src/linux-headers-4.14.0-parrot7-sparc64-smp, and can be used for building modules that load into the kernel provided by the - linux-image-4.14.0-parrot2-sparc64-smp package. + linux-image-4.14.0-parrot7-sparc64-smp package. Build-Profiles: -Package: linux-image-4.14.0-parrot2-sparc64-smp-dbg +Package: linux-image-4.14.0-parrot7-sparc64-smp-dbg Architecture: sparc64 Section: debug Priority: optional Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.14.0-parrot2-sparc64-smp +Description: Debug symbols for linux-image-4.14.0-parrot7-sparc64-smp This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-parrot2-sparc64-smp. + modules in linux-image-4.14.0-parrot7-sparc64-smp. Build-Profiles: Package: linux-compiler-gcc-7-arm diff --git a/debian/control.md5sum b/debian/control.md5sum index 8bfd91ce6ff92363d7bb004ae6f83e86b7177a46..c650f848392124086dc9ad5e38854bea6890e7f8 100644 --- a/debian/control.md5sum +++ b/debian/control.md5sum @@ -1,5 +1,5 @@ 48e48b23af97cce8069f0eaed1bfa016 debian/bin/gencontrol.py -c8b39ad0f6e18c3f8410cdb90335288d debian/changelog +4c411da1772cabe7ff02155d44deee8e debian/changelog e492c730e8bc71cc52aa5315391e587e debian/templates/control.main.in 8ff553ff7232b003c35bdd074913bc8a debian/templates/control.image-unsigned.in 38004750aa03cea41d5d3aeafff16fcc debian/templates/image.preinst.in @@ -12,7 +12,7 @@ ae49ef5fe8221e8aa846a8dd8faaed0e debian/templates/control.image.in 0d7f6ea42f52d0a6013535a80111ee3e debian/templates/headers.postinst.in 51797b6c275eb14e99009e78553904cc debian/templates/perf.lintian-overrides.in 2e5bb43f2fceef492df4dc5ce5d3dddc debian/templates/control.image-dbg.in -d6ad9ff9b9a1d8974e97e7f6c9e757ca debian/templates/control.source.in +60bae1e8bd5d649e6383cd11a29d88a6 debian/templates/control.source.in 46cc93799a6214c79efea8084bc9a329 debian/templates/control.headers.featureset.in 814dda166c7e3ef02e6e259e805ac66a debian/templates/tests-control.main.in 0327750d6696dee915a532aec73a0fd6 debian/templates/image.postinst.in @@ -20,17 +20,17 @@ ace097cb8de5c9e3bdd84e6d5d503298 debian/templates/control.headers.in 7d3be7fb5e09c81c5fdf25f458544604 debian/templates/control.extra.in 3ad9d915221b575d758fc3acfd3f89c2 debian/templates/control.docs.in 5f1df5cd150d7663b81f5c54a604a766 debian/templates/control.headers.arch.in -8b83c78dbedf03103e9a9a643dce0c62 debian/config/defines -f8434a619793def43ed225463d58ae41 debian/config/i386/defines +61027f8d6be690eb39272e3d8117e2ba debian/config/defines +a000f404eaf61a0ee8cd29c388ee7b70 debian/config/i386/defines 6f7d102847d8168a3c71c044ea7127ac debian/config/tilegx/defines 6efeb6f3f8ad4ecef3fff0d012fabad0 debian/config/mips64el/defines 8f2e4969633ff660d026f2b7e02e6336 debian/config/sh3/defines -bd0eebf903ff349416d376fcdd1f4f90 debian/config/armhf/defines -3d9f36d748e0560f40a0ff216aefa5b0 debian/config/amd64/defines +b66470c0288ee57b7a1e016a1da98da0 debian/config/armhf/defines +a7310a150e1e732220d25333adbcc0b4 debian/config/amd64/defines 4987bf8df1bf042f19fdec4da87aa1d4 debian/config/ppc64el/defines f74b224857e0111bf2e14b124b3e2be2 debian/config/mipsr6el/defines 12c5f99fafdfd2d3696623ba86b2cc46 debian/config/mips/defines -00a3964d950db4ecd988557f148614c4 debian/config/arm64/defines +3d514fbbc086aae2b520554dd995a705 debian/config/arm64/defines e411d2dfe0018a7c40b6bf7efd45cd29 debian/config/mipsn32/defines 174058e52aced932bf02606d6cb5649c debian/config/mipsn32el/defines 366b94d652a66b437eabcd165bcc9610 debian/config/featureset-rt/defines diff --git a/debian/linux-headers-4.14.0-1-alpha-generic.postinst b/debian/linux-headers-4.14.0-1-alpha-generic.postinst deleted file mode 100644 index a78fd3ff1b2d768fa1a53081695b4f4fdc7ffdd2..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-alpha-generic.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-alpha-generic"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-alpha-smp.postinst b/debian/linux-headers-4.14.0-1-alpha-smp.postinst deleted file mode 100644 index d20fbe610bac4a21b6304675c00dccc989e72509..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-alpha-smp.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-alpha-smp"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-armmp-lpae.postinst b/debian/linux-headers-4.14.0-1-armmp-lpae.postinst deleted file mode 100644 index c3fcf5937b9f27902f74f38bdbd59c2a25e05916..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-armmp-lpae.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-armmp-lpae"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-loongson-3.postinst b/debian/linux-headers-4.14.0-1-loongson-3.postinst deleted file mode 100644 index ba26d4470443c710adba4675cf2f57e6ea6e4fcc..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-loongson-3.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-loongson-3"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-marvell.postinst b/debian/linux-headers-4.14.0-1-marvell.postinst deleted file mode 100644 index 99c8c989b5f733b6470b53d9d19df4c9762227fb..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-marvell.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-marvell"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-mips32r6.postinst b/debian/linux-headers-4.14.0-1-mips32r6.postinst deleted file mode 100644 index a9c52bf64ba9357054fe4b0bcfab9f8c1bf5388a..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-mips32r6.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-mips32r6"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-mips32r6el.postinst b/debian/linux-headers-4.14.0-1-mips32r6el.postinst deleted file mode 100644 index 78563b9005d5f04a1f91a79ac0ba324da0900490..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-mips32r6el.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-mips32r6el"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-mips64r6.postinst b/debian/linux-headers-4.14.0-1-mips64r6.postinst deleted file mode 100644 index cd4b112c77ccd0e0e779c2628e7b270c84ae499c..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-mips64r6.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-mips64r6"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-mips64r6el.postinst b/debian/linux-headers-4.14.0-1-mips64r6el.postinst deleted file mode 100644 index 441d0498a5fa8dca190cd9feda2415f195100291..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-mips64r6el.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-mips64r6el"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-octeon.postinst b/debian/linux-headers-4.14.0-1-octeon.postinst deleted file mode 100644 index 512d26faab00494e15aaacf6d5a8102286f05d2c..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-octeon.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-octeon"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-parisc.postinst b/debian/linux-headers-4.14.0-1-parisc.postinst deleted file mode 100644 index 587bfcf55d0ba14d4722a4e2e06f68904c6c837c..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-parisc.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-parisc"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-parisc64-smp.postinst b/debian/linux-headers-4.14.0-1-parisc64-smp.postinst deleted file mode 100644 index db8b0f97319e9bf33d442fef8d515c6df0c59343..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-parisc64-smp.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-parisc64-smp"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-powerpc-smp.postinst b/debian/linux-headers-4.14.0-1-powerpc-smp.postinst deleted file mode 100644 index ab6ee2cc31784bb43d2e7ea5733cfed19202cfd6..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-powerpc-smp.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-powerpc-smp"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-powerpc.postinst b/debian/linux-headers-4.14.0-1-powerpc.postinst deleted file mode 100644 index bd158c3bb00e4813e1ee19e6568c162076b556c1..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-powerpc.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-powerpc"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-powerpc64.postinst b/debian/linux-headers-4.14.0-1-powerpc64.postinst deleted file mode 100644 index b3d01f0022e29e27aa37a77fe95cdfcc01d16469..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-powerpc64.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-powerpc64"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-powerpc64le.postinst b/debian/linux-headers-4.14.0-1-powerpc64le.postinst deleted file mode 100644 index fc7e60d36ce0c4810236051a61057a8f80991ca2..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-powerpc64le.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-powerpc64le"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-powerpcspe.postinst b/debian/linux-headers-4.14.0-1-powerpcspe.postinst deleted file mode 100644 index 6c1516c234c16fe8a21d264bf35a2b1498ebb1db..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-powerpcspe.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-powerpcspe"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-rt-686-pae.postinst b/debian/linux-headers-4.14.0-1-rt-686-pae.postinst deleted file mode 100644 index 7a7865e49e79279fa72c5a70ac2cd2b65c20b351..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-rt-686-pae.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-rt-686-pae"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-rt-amd64.postinst b/debian/linux-headers-4.14.0-1-rt-amd64.postinst deleted file mode 100644 index 0e455d0d3bd911f2481980ff4b1a0015886c1536..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-rt-amd64.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-rt-amd64"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-s390x.postinst b/debian/linux-headers-4.14.0-1-s390x.postinst deleted file mode 100644 index 2c5d517d363977303da381b86a25fac18d4eec0e..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-s390x.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-s390x"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-sh7751r.postinst b/debian/linux-headers-4.14.0-1-sh7751r.postinst deleted file mode 100644 index 005aced8417a3638ec8940ac386aee5b5d9d252b..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-sh7751r.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-sh7751r"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-sh7785lcr.postinst b/debian/linux-headers-4.14.0-1-sh7785lcr.postinst deleted file mode 100644 index 720018f239a11e5d28f8d2aac4982cda04079b81..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-sh7785lcr.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-sh7785lcr"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-sparc64-smp.postinst b/debian/linux-headers-4.14.0-1-sparc64-smp.postinst deleted file mode 100644 index 7b937907ead627222282c0c5a61b7c516ae2e92a..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-sparc64-smp.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-sparc64-smp"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-sparc64.postinst b/debian/linux-headers-4.14.0-1-sparc64.postinst deleted file mode 100644 index 58139e9c3017c54cecbf06fb9a2a87a379d5f6ac..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-1-sparc64.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-1-sparc64"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-1-4kc-malta.postinst b/debian/linux-headers-4.14.0-2-4kc-malta.postinst similarity index 93% rename from debian/linux-headers-4.14.0-1-4kc-malta.postinst rename to debian/linux-headers-4.14.0-2-4kc-malta.postinst index 5afbfa908cfee454e41444b91218fa34206ae13b..5af505d0cd3a5f74eac2687a8274cf59225cf1ce 100644 --- a/debian/linux-headers-4.14.0-1-4kc-malta.postinst +++ b/debian/linux-headers-4.14.0-2-4kc-malta.postinst @@ -5,7 +5,7 @@ # Debian linux-image postinst script. $|=1; -my $version = "4.14.0-1-4kc-malta"; +my $version = "4.14.0-2-4kc-malta"; if (-d "/etc/kernel/header_postinst.d") { system ("run-parts --report --exit-on-error --arg=$version " . diff --git a/debian/linux-headers-4.14.0-1-5kc-malta.postinst b/debian/linux-headers-4.14.0-2-5kc-malta.postinst similarity index 93% rename from debian/linux-headers-4.14.0-1-5kc-malta.postinst rename to debian/linux-headers-4.14.0-2-5kc-malta.postinst index d9be1cbb618b4528d2913dfb5481d2f642737f1a..a19bd73a384f11a52f24ae2d8d8cc8983df4ebd3 100644 --- a/debian/linux-headers-4.14.0-1-5kc-malta.postinst +++ b/debian/linux-headers-4.14.0-2-5kc-malta.postinst @@ -5,7 +5,7 @@ # Debian linux-image postinst script. $|=1; -my $version = "4.14.0-1-5kc-malta"; +my $version = "4.14.0-2-5kc-malta"; if (-d "/etc/kernel/header_postinst.d") { system ("run-parts --report --exit-on-error --arg=$version " . diff --git a/debian/linux-headers-4.14.0-1-686-pae.postinst b/debian/linux-headers-4.14.0-2-686-pae.postinst similarity index 93% rename from debian/linux-headers-4.14.0-1-686-pae.postinst rename to debian/linux-headers-4.14.0-2-686-pae.postinst index d6dc0682812e00d3eba2b49a9598be1504abb280..a24f22b5edea45849d6e47015a31a43fe02183b6 100644 --- a/debian/linux-headers-4.14.0-1-686-pae.postinst +++ b/debian/linux-headers-4.14.0-2-686-pae.postinst @@ -5,7 +5,7 @@ # Debian linux-image postinst script. $|=1; -my $version = "4.14.0-1-686-pae"; +my $version = "4.14.0-2-686-pae"; if (-d "/etc/kernel/header_postinst.d") { system ("run-parts --report --exit-on-error --arg=$version " . diff --git a/debian/linux-headers-4.14.0-1-686.postinst b/debian/linux-headers-4.14.0-2-686.postinst similarity index 94% rename from debian/linux-headers-4.14.0-1-686.postinst rename to debian/linux-headers-4.14.0-2-686.postinst index b4c6f178eb46b974cd0621ad3db410ffae6e2be4..54288301b556bf74d348d1c8106461016fe3966b 100644 --- a/debian/linux-headers-4.14.0-1-686.postinst +++ b/debian/linux-headers-4.14.0-2-686.postinst @@ -5,7 +5,7 @@ # Debian linux-image postinst script. $|=1; -my $version = "4.14.0-1-686"; +my $version = "4.14.0-2-686"; if (-d "/etc/kernel/header_postinst.d") { system ("run-parts --report --exit-on-error --arg=$version " . diff --git a/debian/linux-headers-4.14.0-2-alpha-generic.postinst b/debian/linux-headers-4.14.0-2-alpha-generic.postinst new file mode 100644 index 0000000000000000000000000000000000000000..52bd5b6ec8646b1a26791e05f70cba5ff04c9310 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-alpha-generic.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-alpha-generic"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-alpha-smp.postinst b/debian/linux-headers-4.14.0-2-alpha-smp.postinst new file mode 100644 index 0000000000000000000000000000000000000000..f08f4f4b4c43044f6f7b03f7ace88f67cb54c68a --- /dev/null +++ b/debian/linux-headers-4.14.0-2-alpha-smp.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-alpha-smp"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-1-amd64.postinst b/debian/linux-headers-4.14.0-2-amd64.postinst similarity index 93% rename from debian/linux-headers-4.14.0-1-amd64.postinst rename to debian/linux-headers-4.14.0-2-amd64.postinst index de80460bcd4f569c020cf17bc325b4f2980d0ab6..08612a840b432d8b26a25f0754a6c20a6d6c91f8 100644 --- a/debian/linux-headers-4.14.0-1-amd64.postinst +++ b/debian/linux-headers-4.14.0-2-amd64.postinst @@ -5,7 +5,7 @@ # Debian linux-image postinst script. $|=1; -my $version = "4.14.0-1-amd64"; +my $version = "4.14.0-2-amd64"; if (-d "/etc/kernel/header_postinst.d") { system ("run-parts --report --exit-on-error --arg=$version " . diff --git a/debian/linux-headers-4.14.0-1-arm64.postinst b/debian/linux-headers-4.14.0-2-arm64.postinst similarity index 93% rename from debian/linux-headers-4.14.0-1-arm64.postinst rename to debian/linux-headers-4.14.0-2-arm64.postinst index 73c7df40ec4e80bd96a6f6f9f339cd802dcb555f..546d28b0f0f05977e5f258b1d443727d56950f1f 100644 --- a/debian/linux-headers-4.14.0-1-arm64.postinst +++ b/debian/linux-headers-4.14.0-2-arm64.postinst @@ -5,7 +5,7 @@ # Debian linux-image postinst script. $|=1; -my $version = "4.14.0-1-arm64"; +my $version = "4.14.0-2-arm64"; if (-d "/etc/kernel/header_postinst.d") { system ("run-parts --report --exit-on-error --arg=$version " . diff --git a/debian/linux-headers-4.14.0-2-armmp-lpae.postinst b/debian/linux-headers-4.14.0-2-armmp-lpae.postinst new file mode 100644 index 0000000000000000000000000000000000000000..5a832a37448a9fbd4caf5272b348b4c7e265c15d --- /dev/null +++ b/debian/linux-headers-4.14.0-2-armmp-lpae.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-armmp-lpae"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-1-armmp.postinst b/debian/linux-headers-4.14.0-2-armmp.postinst similarity index 93% rename from debian/linux-headers-4.14.0-1-armmp.postinst rename to debian/linux-headers-4.14.0-2-armmp.postinst index e2fafea794a947d6b16749665e2aba55c18c5043..fd020558d8afff0dc1005b68eafb88503930939e 100644 --- a/debian/linux-headers-4.14.0-1-armmp.postinst +++ b/debian/linux-headers-4.14.0-2-armmp.postinst @@ -5,7 +5,7 @@ # Debian linux-image postinst script. $|=1; -my $version = "4.14.0-1-armmp"; +my $version = "4.14.0-2-armmp"; if (-d "/etc/kernel/header_postinst.d") { system ("run-parts --report --exit-on-error --arg=$version " . diff --git a/debian/linux-headers-4.14.0-2-loongson-3.postinst b/debian/linux-headers-4.14.0-2-loongson-3.postinst new file mode 100644 index 0000000000000000000000000000000000000000..3a93472920ea8570af6382d86a2ac6a84794cfd4 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-loongson-3.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-loongson-3"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-1-m68k.postinst b/debian/linux-headers-4.14.0-2-m68k.postinst similarity index 94% rename from debian/linux-headers-4.14.0-1-m68k.postinst rename to debian/linux-headers-4.14.0-2-m68k.postinst index acd43c850ce11e4468a4c77680beb380e99c85d2..3539482e9abc3275672b9a96b11d2932a35baf66 100644 --- a/debian/linux-headers-4.14.0-1-m68k.postinst +++ b/debian/linux-headers-4.14.0-2-m68k.postinst @@ -5,7 +5,7 @@ # Debian linux-image postinst script. $|=1; -my $version = "4.14.0-1-m68k"; +my $version = "4.14.0-2-m68k"; if (-d "/etc/kernel/header_postinst.d") { system ("run-parts --report --exit-on-error --arg=$version " . diff --git a/debian/linux-headers-4.14.0-2-marvell.postinst b/debian/linux-headers-4.14.0-2-marvell.postinst new file mode 100644 index 0000000000000000000000000000000000000000..3b506ff4de20fe9c5b6b39f8098077ae01f48220 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-marvell.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-marvell"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-mips32r6.postinst b/debian/linux-headers-4.14.0-2-mips32r6.postinst new file mode 100644 index 0000000000000000000000000000000000000000..1305e9be9bc8d2c121f8984f18ad04b54c50ce4b --- /dev/null +++ b/debian/linux-headers-4.14.0-2-mips32r6.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-mips32r6"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-mips32r6el.postinst b/debian/linux-headers-4.14.0-2-mips32r6el.postinst new file mode 100644 index 0000000000000000000000000000000000000000..78edf003bdb1f79e080fc86361855a9d810815d4 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-mips32r6el.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-mips32r6el"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-mips64r6.postinst b/debian/linux-headers-4.14.0-2-mips64r6.postinst new file mode 100644 index 0000000000000000000000000000000000000000..abf5775624ee363a49a1785574b7b2f3b46458a4 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-mips64r6.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-mips64r6"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-mips64r6el.postinst b/debian/linux-headers-4.14.0-2-mips64r6el.postinst new file mode 100644 index 0000000000000000000000000000000000000000..5937b23e823f2abb7400f3bfcbeccf03c9e27f8e --- /dev/null +++ b/debian/linux-headers-4.14.0-2-mips64r6el.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-mips64r6el"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-octeon.postinst b/debian/linux-headers-4.14.0-2-octeon.postinst new file mode 100644 index 0000000000000000000000000000000000000000..f719ca1a25592ae20d1863e61c069b966d1e4ae2 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-octeon.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-octeon"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-parisc.postinst b/debian/linux-headers-4.14.0-2-parisc.postinst new file mode 100644 index 0000000000000000000000000000000000000000..d200f58ad87b85cdb2688d40cdd6109b21e80ff2 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-parisc.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-parisc"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-parisc64-smp.postinst b/debian/linux-headers-4.14.0-2-parisc64-smp.postinst new file mode 100644 index 0000000000000000000000000000000000000000..d46ff4057fc5be3a2cd5232fbd9e5ece1c03e338 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-parisc64-smp.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-parisc64-smp"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-powerpc-smp.postinst b/debian/linux-headers-4.14.0-2-powerpc-smp.postinst new file mode 100644 index 0000000000000000000000000000000000000000..7fd80a53782e31fdebd54eff55c1dc3502888cf4 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-powerpc-smp.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-powerpc-smp"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-powerpc.postinst b/debian/linux-headers-4.14.0-2-powerpc.postinst new file mode 100644 index 0000000000000000000000000000000000000000..b2dcf37bc4d5860efb9b2eb3d7a6b889ba336946 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-powerpc.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-powerpc"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-powerpc64.postinst b/debian/linux-headers-4.14.0-2-powerpc64.postinst new file mode 100644 index 0000000000000000000000000000000000000000..70bf9226db00211a2ca7d50b9889290f3c198a4b --- /dev/null +++ b/debian/linux-headers-4.14.0-2-powerpc64.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-powerpc64"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-powerpc64le.postinst b/debian/linux-headers-4.14.0-2-powerpc64le.postinst new file mode 100644 index 0000000000000000000000000000000000000000..965fa90ea2907fecbc923ca41a6a77852c476939 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-powerpc64le.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-powerpc64le"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-powerpcspe.postinst b/debian/linux-headers-4.14.0-2-powerpcspe.postinst new file mode 100644 index 0000000000000000000000000000000000000000..937d424640beeb49824ba028df28c8dc099b09b9 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-powerpcspe.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-powerpcspe"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-rt-686-pae.postinst b/debian/linux-headers-4.14.0-2-rt-686-pae.postinst new file mode 100644 index 0000000000000000000000000000000000000000..a651a36a43669b6ec4d987d60790a9c61516e351 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-rt-686-pae.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-rt-686-pae"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-rt-amd64.postinst b/debian/linux-headers-4.14.0-2-rt-amd64.postinst new file mode 100644 index 0000000000000000000000000000000000000000..3847df21c2d1ca1da4535020c2a1b363995c5372 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-rt-amd64.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-rt-amd64"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-s390x.postinst b/debian/linux-headers-4.14.0-2-s390x.postinst new file mode 100644 index 0000000000000000000000000000000000000000..537efb9ed32249940e8e2c2fde9c8501aa1d3688 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-s390x.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-s390x"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-sh7751r.postinst b/debian/linux-headers-4.14.0-2-sh7751r.postinst new file mode 100644 index 0000000000000000000000000000000000000000..82a5a9f170b7accbaea79ece23982df4cee51f72 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-sh7751r.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-sh7751r"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-sh7785lcr.postinst b/debian/linux-headers-4.14.0-2-sh7785lcr.postinst new file mode 100644 index 0000000000000000000000000000000000000000..9c13585657aac03f21146adc00fc46c8c4281126 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-sh7785lcr.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-sh7785lcr"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-sparc64-smp.postinst b/debian/linux-headers-4.14.0-2-sparc64-smp.postinst new file mode 100644 index 0000000000000000000000000000000000000000..cddbcaafcfa735742e012a0028d5794087f8c199 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-sparc64-smp.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-sparc64-smp"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-2-sparc64.postinst b/debian/linux-headers-4.14.0-2-sparc64.postinst new file mode 100644 index 0000000000000000000000000000000000000000..6440f3a6accefbc3090866d2c6c2670bf12dedf7 --- /dev/null +++ b/debian/linux-headers-4.14.0-2-sparc64.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-2-sparc64"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-4kc-malta.postinst b/debian/linux-headers-4.14.0-parrot2-4kc-malta.postinst deleted file mode 100644 index fa085c005cda77928969d328e5f80b689adaecc0..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-4kc-malta.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-4kc-malta"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-5kc-malta.postinst b/debian/linux-headers-4.14.0-parrot2-5kc-malta.postinst deleted file mode 100644 index 4d4547f70435e2832c22b6a567eb6bddc68e44c0..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-5kc-malta.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-5kc-malta"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-686-pae.postinst b/debian/linux-headers-4.14.0-parrot2-686-pae.postinst deleted file mode 100644 index 16ee3020f0d086de8454d50fbe62727d9830ea35..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-686-pae.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-686-pae"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-686.postinst b/debian/linux-headers-4.14.0-parrot2-686.postinst deleted file mode 100644 index 9c0e72d806e511544ed9a4996453c8fc9bf92762..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-686.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-686"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-alpha-generic.postinst b/debian/linux-headers-4.14.0-parrot2-alpha-generic.postinst deleted file mode 100644 index 4ab5e8b390c3680da19dd43e42390f462bb44bf4..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-alpha-generic.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-alpha-generic"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-alpha-smp.postinst b/debian/linux-headers-4.14.0-parrot2-alpha-smp.postinst deleted file mode 100644 index bbe4331899885fe3e9cc8a6da2728baa09522170..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-alpha-smp.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-alpha-smp"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-amd64.postinst b/debian/linux-headers-4.14.0-parrot2-amd64.postinst deleted file mode 100644 index 725d81b4fb7e0515b621ba510a531ceda1a8ed6b..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-amd64.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-amd64"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-arm64.postinst b/debian/linux-headers-4.14.0-parrot2-arm64.postinst deleted file mode 100644 index 4cff8a6fa0e143a9a943a7b1160e278a9b710df1..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-arm64.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-arm64"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-armmp-lpae.postinst b/debian/linux-headers-4.14.0-parrot2-armmp-lpae.postinst deleted file mode 100644 index 61276df7bfd29b737e205d138ef6822841744a28..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-armmp-lpae.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-armmp-lpae"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-armmp.postinst b/debian/linux-headers-4.14.0-parrot2-armmp.postinst deleted file mode 100644 index 6c4ec3f8532ff00111c1c3d1eaf5326701f7c368..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-armmp.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-armmp"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-loongson-3.postinst b/debian/linux-headers-4.14.0-parrot2-loongson-3.postinst deleted file mode 100644 index b66b1664d768d2dc3b6e29cc334b991fa917b077..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-loongson-3.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-loongson-3"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-m68k.postinst b/debian/linux-headers-4.14.0-parrot2-m68k.postinst deleted file mode 100644 index c3e11448b3a694ee03073662c295fd11501d2478..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-m68k.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-m68k"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-marvell.postinst b/debian/linux-headers-4.14.0-parrot2-marvell.postinst deleted file mode 100644 index 04539b8c847ed3e46fe9b2888160c590fc0aa85f..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-marvell.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-marvell"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-mips32r6.postinst b/debian/linux-headers-4.14.0-parrot2-mips32r6.postinst deleted file mode 100644 index 9ee5b40f328f8effeaa0ffd31d2350e2dc7226c6..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-mips32r6.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-mips32r6"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-mips32r6el.postinst b/debian/linux-headers-4.14.0-parrot2-mips32r6el.postinst deleted file mode 100644 index 36a640dfaf6239bf7e5ac318bddf0dce066effdc..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-mips32r6el.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-mips32r6el"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-mips64r6.postinst b/debian/linux-headers-4.14.0-parrot2-mips64r6.postinst deleted file mode 100644 index 5078ac084caac525b4f0dd27910700e5afe4c999..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-mips64r6.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-mips64r6"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-mips64r6el.postinst b/debian/linux-headers-4.14.0-parrot2-mips64r6el.postinst deleted file mode 100644 index 0221e79fb4796986fb5fb374f60919aac20f73a3..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-mips64r6el.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-mips64r6el"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-octeon.postinst b/debian/linux-headers-4.14.0-parrot2-octeon.postinst deleted file mode 100644 index 153e25d4d978679278c695425ac379ac243a571a..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-octeon.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-octeon"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-parisc.postinst b/debian/linux-headers-4.14.0-parrot2-parisc.postinst deleted file mode 100644 index 4bd3279f3bc73078cb379ff8dfb07fcea09f82ec..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-parisc.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-parisc"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-parisc64-smp.postinst b/debian/linux-headers-4.14.0-parrot2-parisc64-smp.postinst deleted file mode 100644 index 15442d9145e706e00422a8301eb623bf044d47df..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-parisc64-smp.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-parisc64-smp"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-powerpc-smp.postinst b/debian/linux-headers-4.14.0-parrot2-powerpc-smp.postinst deleted file mode 100644 index 1027e38df1dea20a41412faae6380e72bd803b42..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-powerpc-smp.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-powerpc-smp"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-powerpc.postinst b/debian/linux-headers-4.14.0-parrot2-powerpc.postinst deleted file mode 100644 index da067a9dfb10ce4db5ae8f73bbd1a27cb554e61b..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-powerpc.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-powerpc"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-powerpc64.postinst b/debian/linux-headers-4.14.0-parrot2-powerpc64.postinst deleted file mode 100644 index 844a294f9a3e9b6e4703796b48c007018de2dccf..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-powerpc64.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-powerpc64"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-powerpc64le.postinst b/debian/linux-headers-4.14.0-parrot2-powerpc64le.postinst deleted file mode 100644 index 09d24540a1435cf843186c365860dff25239b165..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-powerpc64le.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-powerpc64le"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-powerpcspe.postinst b/debian/linux-headers-4.14.0-parrot2-powerpcspe.postinst deleted file mode 100644 index b3d1176338c07b97854e7555b54a3a6349607762..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-powerpcspe.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-powerpcspe"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-rt-686-pae.postinst b/debian/linux-headers-4.14.0-parrot2-rt-686-pae.postinst deleted file mode 100644 index da966cf9ce92278a43fe11a0f72ddbf5f96ff4ef..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-rt-686-pae.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-rt-686-pae"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-rt-amd64.postinst b/debian/linux-headers-4.14.0-parrot2-rt-amd64.postinst deleted file mode 100644 index ef16c0d395bb95685fc90025bea24f8864d6330c..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-rt-amd64.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-rt-amd64"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-s390x.postinst b/debian/linux-headers-4.14.0-parrot2-s390x.postinst deleted file mode 100644 index b4efbc4f3ffa7791117400386dea11ed2e2b9e66..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-s390x.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-s390x"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-sh7751r.postinst b/debian/linux-headers-4.14.0-parrot2-sh7751r.postinst deleted file mode 100644 index 2509117eb960d15277fc991ef2a4fd72111150e0..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-sh7751r.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-sh7751r"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-sh7785lcr.postinst b/debian/linux-headers-4.14.0-parrot2-sh7785lcr.postinst deleted file mode 100644 index 46e41973ee8f30650b0dff49d1a5159f21c40007..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-sh7785lcr.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-sh7785lcr"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-sparc64-smp.postinst b/debian/linux-headers-4.14.0-parrot2-sparc64-smp.postinst deleted file mode 100644 index 0f6877c5a48f113c566ca873e81444fa9e7c69ad..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-sparc64-smp.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-sparc64-smp"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot2-sparc64.postinst b/debian/linux-headers-4.14.0-parrot2-sparc64.postinst deleted file mode 100644 index f3c5a83910fa2ca561adb4ca28788b8c53919a91..0000000000000000000000000000000000000000 --- a/debian/linux-headers-4.14.0-parrot2-sparc64.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Author: Michael Gilbert -# Origin: Stripped down version of the linux-headers postinst from Ubuntu's -# 2.6.32-14-generic kernel, which was itself derived from a -# Debian linux-image postinst script. - -$|=1; -my $version = "4.14.0-parrot2-sparc64"; - -if (-d "/etc/kernel/header_postinst.d") { - system ("run-parts --report --exit-on-error --arg=$version " . - "/etc/kernel/header_postinst.d") && - die "Failed to process /etc/kernel/header_postinst.d"; -} - -exit 0; - -__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-4kc-malta.postinst b/debian/linux-headers-4.14.0-parrot7-4kc-malta.postinst new file mode 100644 index 0000000000000000000000000000000000000000..3a3e09f3ae8a0e37c09a94679b9f822d5067e379 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-4kc-malta.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-4kc-malta"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-5kc-malta.postinst b/debian/linux-headers-4.14.0-parrot7-5kc-malta.postinst new file mode 100644 index 0000000000000000000000000000000000000000..2f5b2750aa40851b3b77e9bf8d5233352661d0c6 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-5kc-malta.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-5kc-malta"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-686-pae.postinst b/debian/linux-headers-4.14.0-parrot7-686-pae.postinst new file mode 100644 index 0000000000000000000000000000000000000000..5f4ac62e2551611d32cb8448bdd2851b33efb5e8 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-686-pae.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-686-pae"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-686.postinst b/debian/linux-headers-4.14.0-parrot7-686.postinst new file mode 100644 index 0000000000000000000000000000000000000000..4d4e14e5056c1c160a3293237dbd84e1071635a5 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-686.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-686"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-alpha-generic.postinst b/debian/linux-headers-4.14.0-parrot7-alpha-generic.postinst new file mode 100644 index 0000000000000000000000000000000000000000..c3da054bb3753ca5fe743077a825ee7b5c47d864 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-alpha-generic.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-alpha-generic"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-alpha-smp.postinst b/debian/linux-headers-4.14.0-parrot7-alpha-smp.postinst new file mode 100644 index 0000000000000000000000000000000000000000..8e9df135a5af392178c4b6c2e6704a7b1541667e --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-alpha-smp.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-alpha-smp"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-amd64.postinst b/debian/linux-headers-4.14.0-parrot7-amd64.postinst new file mode 100644 index 0000000000000000000000000000000000000000..64dc258067af4db957d07db6948c66761e57faef --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-amd64.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-amd64"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-arm64.postinst b/debian/linux-headers-4.14.0-parrot7-arm64.postinst new file mode 100644 index 0000000000000000000000000000000000000000..664fe7d1120b872993f93ef7e84e81a42b270cbe --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-arm64.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-arm64"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-armmp-lpae.postinst b/debian/linux-headers-4.14.0-parrot7-armmp-lpae.postinst new file mode 100644 index 0000000000000000000000000000000000000000..07a596e22331281e66ba688cba613c35e7babf88 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-armmp-lpae.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-armmp-lpae"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-armmp.postinst b/debian/linux-headers-4.14.0-parrot7-armmp.postinst new file mode 100644 index 0000000000000000000000000000000000000000..27467388a7aeb500facd373195dc19d0c7252934 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-armmp.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-armmp"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-loongson-3.postinst b/debian/linux-headers-4.14.0-parrot7-loongson-3.postinst new file mode 100644 index 0000000000000000000000000000000000000000..1d6ae270ec69f8cbc448c87a4762eb2f60347b95 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-loongson-3.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-loongson-3"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-m68k.postinst b/debian/linux-headers-4.14.0-parrot7-m68k.postinst new file mode 100644 index 0000000000000000000000000000000000000000..e48cba1c9df130cea18c6a2c0fcb144f4c0a5af3 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-m68k.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-m68k"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-marvell.postinst b/debian/linux-headers-4.14.0-parrot7-marvell.postinst new file mode 100644 index 0000000000000000000000000000000000000000..21017036eaa9f2e9bfae4a30b0c0bdd40ccce470 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-marvell.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-marvell"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-mips32r6.postinst b/debian/linux-headers-4.14.0-parrot7-mips32r6.postinst new file mode 100644 index 0000000000000000000000000000000000000000..7012e52bbc5da45f49aac9cc9b1d24dbe5bbc679 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-mips32r6.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-mips32r6"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-mips32r6el.postinst b/debian/linux-headers-4.14.0-parrot7-mips32r6el.postinst new file mode 100644 index 0000000000000000000000000000000000000000..52c9376bb22589c1a1b63b8eba59f7e3910a1d11 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-mips32r6el.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-mips32r6el"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-mips64r6.postinst b/debian/linux-headers-4.14.0-parrot7-mips64r6.postinst new file mode 100644 index 0000000000000000000000000000000000000000..a536cdada960ad38c432ed01d2bc169caf9f9d85 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-mips64r6.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-mips64r6"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-mips64r6el.postinst b/debian/linux-headers-4.14.0-parrot7-mips64r6el.postinst new file mode 100644 index 0000000000000000000000000000000000000000..ef196b06c5dff56e6d571d26c2e9d9da5266e3b8 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-mips64r6el.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-mips64r6el"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-octeon.postinst b/debian/linux-headers-4.14.0-parrot7-octeon.postinst new file mode 100644 index 0000000000000000000000000000000000000000..ee57e16d6e1e778c76b749db02281ee2e2adeb1b --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-octeon.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-octeon"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-parisc.postinst b/debian/linux-headers-4.14.0-parrot7-parisc.postinst new file mode 100644 index 0000000000000000000000000000000000000000..49a88c84fbc52173a4d6835a4b41a8a9e19e2f4a --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-parisc.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-parisc"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-parisc64-smp.postinst b/debian/linux-headers-4.14.0-parrot7-parisc64-smp.postinst new file mode 100644 index 0000000000000000000000000000000000000000..3159776b22f6693e5018f9aa2012f031f8599f00 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-parisc64-smp.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-parisc64-smp"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-powerpc-smp.postinst b/debian/linux-headers-4.14.0-parrot7-powerpc-smp.postinst new file mode 100644 index 0000000000000000000000000000000000000000..08f7c54b91ed58111df0586b65b2b21f191138b9 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-powerpc-smp.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-powerpc-smp"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-powerpc.postinst b/debian/linux-headers-4.14.0-parrot7-powerpc.postinst new file mode 100644 index 0000000000000000000000000000000000000000..49458689c7f22eceeee0a81bfc43296152a50dba --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-powerpc.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-powerpc"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-powerpc64.postinst b/debian/linux-headers-4.14.0-parrot7-powerpc64.postinst new file mode 100644 index 0000000000000000000000000000000000000000..9bcab0eb5445d19664e7fc769abacfa48fbdf782 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-powerpc64.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-powerpc64"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-powerpc64le.postinst b/debian/linux-headers-4.14.0-parrot7-powerpc64le.postinst new file mode 100644 index 0000000000000000000000000000000000000000..71b82c2fcf440dfa0ce992c12e4f7bb62706a7d1 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-powerpc64le.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-powerpc64le"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-powerpcspe.postinst b/debian/linux-headers-4.14.0-parrot7-powerpcspe.postinst new file mode 100644 index 0000000000000000000000000000000000000000..254c431c85caf7947926308d2d7ff3f21ea52128 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-powerpcspe.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-powerpcspe"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-rt-686-pae.postinst b/debian/linux-headers-4.14.0-parrot7-rt-686-pae.postinst new file mode 100644 index 0000000000000000000000000000000000000000..d48973a7dece2eace9e2c33b046a486d687480e3 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-rt-686-pae.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-rt-686-pae"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-rt-amd64.postinst b/debian/linux-headers-4.14.0-parrot7-rt-amd64.postinst new file mode 100644 index 0000000000000000000000000000000000000000..4eed23a40a532a5c604e9b6d73b891dfedf1b8f3 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-rt-amd64.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-rt-amd64"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-s390x.postinst b/debian/linux-headers-4.14.0-parrot7-s390x.postinst new file mode 100644 index 0000000000000000000000000000000000000000..af5ef478848c6af78c637e68a3eb74356a7c4c0f --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-s390x.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-s390x"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-sh7751r.postinst b/debian/linux-headers-4.14.0-parrot7-sh7751r.postinst new file mode 100644 index 0000000000000000000000000000000000000000..87643fb763cf0a9c5da230eb6c7204e6ba6170bf --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-sh7751r.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-sh7751r"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-sh7785lcr.postinst b/debian/linux-headers-4.14.0-parrot7-sh7785lcr.postinst new file mode 100644 index 0000000000000000000000000000000000000000..7022f361a455bcf2e809f62a432d924d24a51eba --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-sh7785lcr.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-sh7785lcr"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-sparc64-smp.postinst b/debian/linux-headers-4.14.0-parrot7-sparc64-smp.postinst new file mode 100644 index 0000000000000000000000000000000000000000..d5c6c9d5668085729c9c65f719430fb8c3e44cb9 --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-sparc64-smp.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-sparc64-smp"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-headers-4.14.0-parrot7-sparc64.postinst b/debian/linux-headers-4.14.0-parrot7-sparc64.postinst new file mode 100644 index 0000000000000000000000000000000000000000..82b09cd633a4d71b92179948fed4132f2142f11b --- /dev/null +++ b/debian/linux-headers-4.14.0-parrot7-sparc64.postinst @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# Author: Michael Gilbert +# Origin: Stripped down version of the linux-headers postinst from Ubuntu's +# 2.6.32-14-generic kernel, which was itself derived from a +# Debian linux-image postinst script. + +$|=1; +my $version = "4.14.0-parrot7-sparc64"; + +if (-d "/etc/kernel/header_postinst.d") { + system ("run-parts --report --exit-on-error --arg=$version " . + "/etc/kernel/header_postinst.d") && + die "Failed to process /etc/kernel/header_postinst.d"; +} + +exit 0; + +__END__ diff --git a/debian/linux-image-4.14.0-1-4kc-malta-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-4kc-malta-dbg.lintian-overrides deleted file mode 100755 index f37f90af3139f620a2e57237a20190261468d8eb..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-4kc-malta-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-4kc-malta-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-4kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-4kc-malta/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-4kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-4kc-malta/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-4kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-4kc-malta/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-4kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-4kc-malta/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-4kc-malta-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-4kc-malta/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-4kc-malta-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-4kc-malta/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-5kc-malta-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-5kc-malta-dbg.lintian-overrides deleted file mode 100755 index e6bcccc453d6bd9e0c22e811610d7169183cdf3c..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-5kc-malta-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-5kc-malta-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-5kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-5kc-malta/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-5kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-5kc-malta/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-5kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-5kc-malta/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-5kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-5kc-malta/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-5kc-malta-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-5kc-malta/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-5kc-malta-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-5kc-malta/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-686-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-686-dbg.lintian-overrides deleted file mode 100755 index fdde4c62f9ff082312e92de29487cf7a5e3f7a5b..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-686-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-686-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-686-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-686/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-686-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-686/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-686-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-686/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-686-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-686/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-686-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-686/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-686-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-686/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-686-pae-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-686-pae-dbg.lintian-overrides deleted file mode 100755 index e9af2f0ec7e5041f16654cd8107748c08a485b94..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-686-pae-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-686-pae-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-686-pae/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-686-pae/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-686-pae/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-686-pae/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-686-pae-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-686-pae/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-686-pae-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-686-pae/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-alpha-generic-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-alpha-generic-dbg.lintian-overrides deleted file mode 100755 index 25c201f71e3b93851535cfddb31adaf07f5597bd..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-alpha-generic-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-alpha-generic-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-alpha-generic-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-alpha-generic/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-alpha-generic-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-alpha-generic/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-alpha-generic-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-alpha-generic/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-alpha-generic-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-alpha-generic/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-alpha-generic-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-alpha-generic/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-alpha-generic-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-alpha-generic/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-alpha-smp-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-alpha-smp-dbg.lintian-overrides deleted file mode 100755 index d0971eb72adaad9dc43fd64e2351935678f12af1..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-alpha-smp-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-alpha-smp-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-alpha-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-alpha-smp/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-alpha-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-alpha-smp/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-alpha-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-alpha-smp/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-alpha-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-alpha-smp/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-alpha-smp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-alpha-smp/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-alpha-smp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-alpha-smp/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-amd64-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-amd64-dbg.lintian-overrides deleted file mode 100755 index 42fa238a215cdd8fd8e094782d3e54241fca8d0b..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-amd64-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-amd64-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-amd64/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-amd64/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-amd64/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-amd64/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-amd64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-amd64/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-amd64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-amd64/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-arm64-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-arm64-dbg.lintian-overrides deleted file mode 100755 index 0d638fc32afce9efb249e8e68b43c1964e535340..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-arm64-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-arm64-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-arm64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-arm64/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-arm64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-arm64/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-arm64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-arm64/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-arm64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-arm64/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-arm64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-arm64/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-arm64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-arm64/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-armmp-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-armmp-dbg.lintian-overrides deleted file mode 100755 index 211e9819d8cb398e95b939fc8c34223d366191e0..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-armmp-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-armmp-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-armmp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-armmp/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-armmp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-armmp/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-armmp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-armmp/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-armmp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-armmp/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-armmp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-armmp/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-armmp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-armmp/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-armmp-lpae-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-armmp-lpae-dbg.lintian-overrides deleted file mode 100755 index d5d0e9b562576257860d20b01ab0b51d53ffb6d3..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-armmp-lpae-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-armmp-lpae-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-armmp-lpae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-armmp-lpae/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-armmp-lpae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-armmp-lpae/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-armmp-lpae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-armmp-lpae/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-armmp-lpae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-armmp-lpae/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-armmp-lpae-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-armmp-lpae/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-armmp-lpae-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-armmp-lpae/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-armmp-lpae.postinst b/debian/linux-image-4.14.0-1-armmp-lpae.postinst deleted file mode 100644 index 27012668d24604a9bcfbaa705a7525d592f79953..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-armmp-lpae.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-armmp-lpae -image_path=/boot/vmlinuz-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-armmp-lpae.postrm b/debian/linux-image-4.14.0-1-armmp-lpae.postrm deleted file mode 100644 index b974867ba17eb30733a46742fe4e3dec403ebf57..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-armmp-lpae.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-armmp-lpae -image_path=/boot/vmlinuz-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-armmp-lpae.preinst b/debian/linux-image-4.14.0-1-armmp-lpae.preinst deleted file mode 100644 index 84ccbef76b5621f9ed1bb0f1911f90e52baffcf2..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-armmp-lpae.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-armmp-lpae -image_path=/boot/vmlinuz-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-armmp-lpae.prerm b/debian/linux-image-4.14.0-1-armmp-lpae.prerm deleted file mode 100644 index a28ff5a31f4352c0c53d20e0662cb953fb0998f6..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-armmp-lpae.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-armmp-lpae -image_path=/boot/vmlinuz-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-loongson-3-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-loongson-3-dbg.lintian-overrides deleted file mode 100755 index 39563cd1040c08fb8ccfd7eac50dc2dae75f8add..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-loongson-3-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-loongson-3-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-loongson-3-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-loongson-3/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-loongson-3-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-loongson-3/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-loongson-3-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-loongson-3/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-loongson-3-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-loongson-3/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-loongson-3-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-loongson-3/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-loongson-3-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-loongson-3/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-m68k-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-m68k-dbg.lintian-overrides deleted file mode 100755 index 0b041c649a537030f8f8fb759e4c8b5bbd7dbb71..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-m68k-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-m68k-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-m68k-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-m68k/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-m68k-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-m68k/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-m68k-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-m68k/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-m68k-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-m68k/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-m68k-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-m68k/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-m68k-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-m68k/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-marvell-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-marvell-dbg.lintian-overrides deleted file mode 100755 index baea2ce2e69a73d75cbc8d71c1e545f219d235d0..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-marvell-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-marvell-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-marvell-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-marvell/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-marvell-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-marvell/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-marvell-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-marvell/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-marvell-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-marvell/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-marvell-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-marvell/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-marvell-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-marvell/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-marvell.postinst b/debian/linux-image-4.14.0-1-marvell.postinst deleted file mode 100644 index 03c9d21df87f7b0dd02dc9e093bbbba1ac001de2..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-marvell.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-marvell -image_path=/boot/vmlinuz-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-marvell.postrm b/debian/linux-image-4.14.0-1-marvell.postrm deleted file mode 100644 index d7f27fccd58dba2494cb0c2296fc0930b24a82f5..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-marvell.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-marvell -image_path=/boot/vmlinuz-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-marvell.preinst b/debian/linux-image-4.14.0-1-marvell.preinst deleted file mode 100644 index 289befb02875ecdf19d1bae45f742baa19d6bb78..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-marvell.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-marvell -image_path=/boot/vmlinuz-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-marvell.prerm b/debian/linux-image-4.14.0-1-marvell.prerm deleted file mode 100644 index 717ac928d50c7cce30c9f67df40bea96c483264a..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-marvell.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-marvell -image_path=/boot/vmlinuz-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-mips32r6-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-mips32r6-dbg.lintian-overrides deleted file mode 100755 index 031e88100f3ae57e79b8b3bc5c28d67322c17aba..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips32r6-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-mips32r6-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-mips32r6-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips32r6/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-mips32r6-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips32r6/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-mips32r6-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips32r6/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-mips32r6-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips32r6/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-mips32r6-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-mips32r6/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-mips32r6-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-mips32r6/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-mips32r6el-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-mips32r6el-dbg.lintian-overrides deleted file mode 100755 index 92117cc43dd69945e1acd7d523f17ce2d019464f..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips32r6el-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-mips32r6el-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-mips32r6el-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips32r6el/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-mips32r6el-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips32r6el/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-mips32r6el-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips32r6el/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-mips32r6el-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips32r6el/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-mips32r6el-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-mips32r6el/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-mips32r6el-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-mips32r6el/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-mips32r6el.postinst b/debian/linux-image-4.14.0-1-mips32r6el.postinst deleted file mode 100644 index e78ee2116208a2eebb2c6fbd2a19bf30e5244ec0..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips32r6el.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-mips32r6el -image_path=/boot/vmlinux-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-mips32r6el.postrm b/debian/linux-image-4.14.0-1-mips32r6el.postrm deleted file mode 100644 index 096418ae4782051b5d48403edd256bea91d404af..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips32r6el.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-mips32r6el -image_path=/boot/vmlinux-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-mips32r6el.preinst b/debian/linux-image-4.14.0-1-mips32r6el.preinst deleted file mode 100644 index 806db77b37266e6509f0a494db05c62815615fba..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips32r6el.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-mips32r6el -image_path=/boot/vmlinux-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-mips32r6el.prerm b/debian/linux-image-4.14.0-1-mips32r6el.prerm deleted file mode 100644 index 92748cfe1b6933761eb80e94a54f9ba33621da09..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips32r6el.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-mips32r6el -image_path=/boot/vmlinux-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-mips64r6-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-mips64r6-dbg.lintian-overrides deleted file mode 100755 index ba103f053c6627cf75c7954d730f08d20df05557..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips64r6-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-mips64r6-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-mips64r6-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips64r6/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-mips64r6-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips64r6/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-mips64r6-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips64r6/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-mips64r6-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips64r6/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-mips64r6-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-mips64r6/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-mips64r6-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-mips64r6/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-mips64r6el-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-mips64r6el-dbg.lintian-overrides deleted file mode 100755 index cd1df2546f914c1755e4bfa2fd0fddcb59b4b396..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips64r6el-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-mips64r6el-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-mips64r6el-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips64r6el/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-mips64r6el-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips64r6el/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-mips64r6el-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips64r6el/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-mips64r6el-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-mips64r6el/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-mips64r6el-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-mips64r6el/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-mips64r6el-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-mips64r6el/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-mips64r6el.postinst b/debian/linux-image-4.14.0-1-mips64r6el.postinst deleted file mode 100644 index 67d195f5c2c7ad3e4376f71e7c22c96984f268ad..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips64r6el.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-mips64r6el -image_path=/boot/vmlinux-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-mips64r6el.postrm b/debian/linux-image-4.14.0-1-mips64r6el.postrm deleted file mode 100644 index e6b1fbf3764baad6ff24ac863583cb89890325cb..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips64r6el.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-mips64r6el -image_path=/boot/vmlinux-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-mips64r6el.preinst b/debian/linux-image-4.14.0-1-mips64r6el.preinst deleted file mode 100644 index a12f8065712b42e8547e48aefb79a8f6c5162fb9..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips64r6el.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-mips64r6el -image_path=/boot/vmlinux-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-mips64r6el.prerm b/debian/linux-image-4.14.0-1-mips64r6el.prerm deleted file mode 100644 index e82c766ec1ae4654de0d886a84ec62f6a9039331..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-mips64r6el.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-mips64r6el -image_path=/boot/vmlinux-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-octeon-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-octeon-dbg.lintian-overrides deleted file mode 100755 index 3771bc62c6a155358b5f85aff84a20f4e8d1a1a9..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-octeon-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-octeon-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-octeon-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-octeon/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-octeon-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-octeon/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-octeon-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-octeon/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-octeon-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-octeon/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-octeon-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-octeon/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-octeon-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-octeon/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-parisc-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-parisc-dbg.lintian-overrides deleted file mode 100755 index 407385704b847c61fd74491eab233548ce36a0a3..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-parisc-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-parisc-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-parisc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-parisc/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-parisc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-parisc/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-parisc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-parisc/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-parisc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-parisc/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-parisc-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-parisc/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-parisc-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-parisc/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-parisc64-smp-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-parisc64-smp-dbg.lintian-overrides deleted file mode 100755 index efe4a474b78e14e7f49bd98fbe1d9206907327d7..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-parisc64-smp-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-parisc64-smp-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-parisc64-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-parisc64-smp/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-parisc64-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-parisc64-smp/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-parisc64-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-parisc64-smp/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-parisc64-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-parisc64-smp/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-parisc64-smp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-parisc64-smp/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-parisc64-smp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-parisc64-smp/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-parisc64-smp.postinst b/debian/linux-image-4.14.0-1-parisc64-smp.postinst deleted file mode 100644 index e90bad3b8c6c975bb11854ceccefb69f87a84ac7..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-parisc64-smp.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-parisc64-smp -image_path=/boot/vmlinux-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-parisc64-smp.postrm b/debian/linux-image-4.14.0-1-parisc64-smp.postrm deleted file mode 100644 index c8be9cfce0bc060402a9f6aa7be266c9a60e3490..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-parisc64-smp.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-parisc64-smp -image_path=/boot/vmlinux-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-parisc64-smp.preinst b/debian/linux-image-4.14.0-1-parisc64-smp.preinst deleted file mode 100644 index 6771d1c2172f391a3e0ac955be8bcad85f451c9c..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-parisc64-smp.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-parisc64-smp -image_path=/boot/vmlinux-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-parisc64-smp.prerm b/debian/linux-image-4.14.0-1-parisc64-smp.prerm deleted file mode 100644 index 2457416c08ed6d05485fc55697fcb6ac1193148e..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-parisc64-smp.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-parisc64-smp -image_path=/boot/vmlinux-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-powerpc-dbg.lintian-overrides deleted file mode 100755 index d74609a1440351a9a8a0ac7d772ca1405132acbd..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-powerpc-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-powerpc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-powerpc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-powerpc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-powerpc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-powerpc-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-powerpc/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-powerpc-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-powerpc/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-powerpc-smp-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-powerpc-smp-dbg.lintian-overrides deleted file mode 100755 index a739e4acd8c0ec2c29fad324efcabc4119964a42..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc-smp-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-powerpc-smp-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-powerpc-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc-smp/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-powerpc-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc-smp/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-powerpc-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc-smp/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-powerpc-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc-smp/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-powerpc-smp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-powerpc-smp/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-powerpc-smp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-powerpc-smp/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-powerpc-smp.postinst b/debian/linux-image-4.14.0-1-powerpc-smp.postinst deleted file mode 100644 index e3d0f9ee4467ad803c5716cf6cd9dd2f0ffcb2a1..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc-smp.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc-smp -image_path=/boot/vmlinux-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc-smp.postrm b/debian/linux-image-4.14.0-1-powerpc-smp.postrm deleted file mode 100644 index ca3eb1691f9c73b891e1ed868df9e2f9fbc8fc72..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc-smp.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc-smp -image_path=/boot/vmlinux-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc-smp.preinst b/debian/linux-image-4.14.0-1-powerpc-smp.preinst deleted file mode 100644 index fb9fdecfc5146bce788fbb3da92b99328b5e8719..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc-smp.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc-smp -image_path=/boot/vmlinux-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc-smp.prerm b/debian/linux-image-4.14.0-1-powerpc-smp.prerm deleted file mode 100644 index c7fbb9b2da7a963eddb88e0173ec75c13fdd3403..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc-smp.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc-smp -image_path=/boot/vmlinux-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc64-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-powerpc64-dbg.lintian-overrides deleted file mode 100755 index 66d13d3b9885bec932f3b63226e1781339393b1f..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc64-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-powerpc64-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-powerpc64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc64/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-powerpc64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc64/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-powerpc64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc64/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-powerpc64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc64/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-powerpc64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-powerpc64/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-powerpc64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-powerpc64/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-powerpc64.postinst b/debian/linux-image-4.14.0-1-powerpc64.postinst deleted file mode 100644 index dd754ac5aec27731ee48e7e617ad0c4558828d55..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc64.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc64 -image_path=/boot/vmlinux-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc64.postrm b/debian/linux-image-4.14.0-1-powerpc64.postrm deleted file mode 100644 index c7255f391fcc3a3ad6f0d4caab38877ed9911dfc..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc64.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc64 -image_path=/boot/vmlinux-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc64.preinst b/debian/linux-image-4.14.0-1-powerpc64.preinst deleted file mode 100644 index 5b9e63c4d8059b16316c8b7d16889412052071f1..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc64.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc64 -image_path=/boot/vmlinux-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc64.prerm b/debian/linux-image-4.14.0-1-powerpc64.prerm deleted file mode 100644 index a2aefe6f1a0472a4716a9dca9d1fc059ce256ebe..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc64.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc64 -image_path=/boot/vmlinux-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc64le-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-powerpc64le-dbg.lintian-overrides deleted file mode 100755 index 42749a77d75741d17c3e6afc7db835ec54e90393..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc64le-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-powerpc64le-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-powerpc64le-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc64le/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-powerpc64le-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc64le/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-powerpc64le-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc64le/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-powerpc64le-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpc64le/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-powerpc64le-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-powerpc64le/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-powerpc64le-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-powerpc64le/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-powerpc64le.postinst b/debian/linux-image-4.14.0-1-powerpc64le.postinst deleted file mode 100644 index cb7f431c9621eb89543fea139ca7aa8b8d5afecb..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc64le.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc64le -image_path=/boot/vmlinux-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc64le.postrm b/debian/linux-image-4.14.0-1-powerpc64le.postrm deleted file mode 100644 index 5ec108f10ddfd69ca278a4d263435571431ff17a..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc64le.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc64le -image_path=/boot/vmlinux-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc64le.preinst b/debian/linux-image-4.14.0-1-powerpc64le.preinst deleted file mode 100644 index aa1a79653310998c645c4e761713e57e247228dd..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc64le.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc64le -image_path=/boot/vmlinux-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpc64le.prerm b/debian/linux-image-4.14.0-1-powerpc64le.prerm deleted file mode 100644 index 845c76b4c25302c8c81ef6308e7272f93fcd41a8..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpc64le.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpc64le -image_path=/boot/vmlinux-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpcspe-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-powerpcspe-dbg.lintian-overrides deleted file mode 100755 index 85f40f54fb99b31f6eb4d2015ef7be87145f2a5a..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpcspe-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-powerpcspe-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-powerpcspe-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpcspe/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-powerpcspe-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpcspe/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-powerpcspe-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpcspe/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-powerpcspe-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-powerpcspe/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-powerpcspe-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-powerpcspe/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-powerpcspe-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-powerpcspe/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-powerpcspe.postinst b/debian/linux-image-4.14.0-1-powerpcspe.postinst deleted file mode 100644 index 0fe067b05eedf5a9e64e65d4ab9a270186a77677..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpcspe.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpcspe -image_path=/boot/vmlinux-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpcspe.postrm b/debian/linux-image-4.14.0-1-powerpcspe.postrm deleted file mode 100644 index 799321babbd47a6cdd7e0b76c7981cc81875bcd0..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpcspe.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpcspe -image_path=/boot/vmlinux-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpcspe.preinst b/debian/linux-image-4.14.0-1-powerpcspe.preinst deleted file mode 100644 index ee618a582532b1dfff8c495d7dde3b37c5b275f5..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpcspe.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpcspe -image_path=/boot/vmlinux-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-powerpcspe.prerm b/debian/linux-image-4.14.0-1-powerpcspe.prerm deleted file mode 100644 index 912c7419d5892b88a02795880eed00cf3e4c9057..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-powerpcspe.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-powerpcspe -image_path=/boot/vmlinux-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-rt-686-pae-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-rt-686-pae-dbg.lintian-overrides deleted file mode 100755 index 4da08904eb1b31e459d6ea39e8c8c331efdf7dd2..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-rt-686-pae-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-rt-686-pae-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-rt-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-rt-686-pae/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-rt-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-rt-686-pae/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-rt-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-rt-686-pae/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-rt-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-rt-686-pae/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-rt-686-pae-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-rt-686-pae/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-rt-686-pae-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-rt-686-pae/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-rt-686-pae.postinst b/debian/linux-image-4.14.0-1-rt-686-pae.postinst deleted file mode 100644 index 7f91c3187a4c8f06e73bd8b28647fdc65cfccaa2..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-rt-686-pae.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-rt-686-pae -image_path=/boot/vmlinuz-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-rt-686-pae.postrm b/debian/linux-image-4.14.0-1-rt-686-pae.postrm deleted file mode 100644 index 9beb5e156448a606a2c0598a583e59522e91d810..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-rt-686-pae.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-rt-686-pae -image_path=/boot/vmlinuz-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-rt-686-pae.preinst b/debian/linux-image-4.14.0-1-rt-686-pae.preinst deleted file mode 100644 index c7db55fe3187defac759dcef1149bc178e56e2ee..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-rt-686-pae.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-rt-686-pae -image_path=/boot/vmlinuz-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-rt-686-pae.prerm b/debian/linux-image-4.14.0-1-rt-686-pae.prerm deleted file mode 100644 index 61e23a9612df474b8b947587264845a83aeea464..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-rt-686-pae.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-rt-686-pae -image_path=/boot/vmlinuz-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-rt-amd64-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-rt-amd64-dbg.lintian-overrides deleted file mode 100755 index a08542f1614e49bb218b685df41cef314ce49fc1..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-rt-amd64-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-rt-amd64-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-rt-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-rt-amd64/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-rt-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-rt-amd64/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-rt-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-rt-amd64/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-rt-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-rt-amd64/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-rt-amd64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-rt-amd64/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-rt-amd64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-rt-amd64/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-rt-amd64.postinst b/debian/linux-image-4.14.0-1-rt-amd64.postinst deleted file mode 100644 index be6b785fce4701e7c5cc417ecb3b6473b9702dd1..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-rt-amd64.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-rt-amd64 -image_path=/boot/vmlinuz-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-rt-amd64.postrm b/debian/linux-image-4.14.0-1-rt-amd64.postrm deleted file mode 100644 index 4a6a9cac04ea0301b9521d62e438c54192b56cca..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-rt-amd64.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-rt-amd64 -image_path=/boot/vmlinuz-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-rt-amd64.preinst b/debian/linux-image-4.14.0-1-rt-amd64.preinst deleted file mode 100644 index 1d934a20a9e9c0cec0a7847e64dc62fc73034a5b..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-rt-amd64.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-rt-amd64 -image_path=/boot/vmlinuz-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-rt-amd64.prerm b/debian/linux-image-4.14.0-1-rt-amd64.prerm deleted file mode 100644 index 64b0cb2818cc8b36ab4316964fef295b8ae6c2db..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-rt-amd64.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-rt-amd64 -image_path=/boot/vmlinuz-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-s390x-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-s390x-dbg.lintian-overrides deleted file mode 100755 index 36b5edd80c7a10658247a270dea957719349c788..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-s390x-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-s390x-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-s390x-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-s390x/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-s390x-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-s390x/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-s390x-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-s390x/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-s390x-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-s390x/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-s390x-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-s390x/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-s390x-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-s390x/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-s390x.postinst b/debian/linux-image-4.14.0-1-s390x.postinst deleted file mode 100644 index 364114c45f199fcdeea158eaa6151a23d14fca18..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-s390x.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-s390x -image_path=/boot/vmlinuz-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-s390x.postrm b/debian/linux-image-4.14.0-1-s390x.postrm deleted file mode 100644 index cb79b6d520d772bef61e671b4169fb520acfa86b..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-s390x.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-s390x -image_path=/boot/vmlinuz-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-s390x.preinst b/debian/linux-image-4.14.0-1-s390x.preinst deleted file mode 100644 index 9f5df3c857bd0b32d8b1e9bbff5005d5b331626d..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-s390x.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-s390x -image_path=/boot/vmlinuz-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-s390x.prerm b/debian/linux-image-4.14.0-1-s390x.prerm deleted file mode 100644 index 467816b6d612d486d55620db62f65bc63ade9b6a..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-s390x.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-s390x -image_path=/boot/vmlinuz-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sh7751r-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-sh7751r-dbg.lintian-overrides deleted file mode 100755 index 735a32c854d75d233df6be8a13a66063eddc4af8..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sh7751r-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-sh7751r-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-sh7751r-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sh7751r/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-sh7751r-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sh7751r/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-sh7751r-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sh7751r/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-sh7751r-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sh7751r/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-sh7751r-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-sh7751r/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-sh7751r-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-sh7751r/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-sh7751r.postinst b/debian/linux-image-4.14.0-1-sh7751r.postinst deleted file mode 100644 index eebf6a0aa76232fa4f9a95d3c6be57c445f1db32..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sh7751r.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sh7751r -image_path=/boot/vmlinuz-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sh7751r.postrm b/debian/linux-image-4.14.0-1-sh7751r.postrm deleted file mode 100644 index 307f2a51b306275f7f714d50e96e34d51e0c5261..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sh7751r.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sh7751r -image_path=/boot/vmlinuz-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sh7751r.preinst b/debian/linux-image-4.14.0-1-sh7751r.preinst deleted file mode 100644 index f1fa2e25fb9498d389883a086ee02baffaeff490..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sh7751r.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sh7751r -image_path=/boot/vmlinuz-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sh7751r.prerm b/debian/linux-image-4.14.0-1-sh7751r.prerm deleted file mode 100644 index 808be912407eb34727e9eacf1ad1a533d9f52722..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sh7751r.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sh7751r -image_path=/boot/vmlinuz-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sh7785lcr-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-sh7785lcr-dbg.lintian-overrides deleted file mode 100755 index e047904ac019307defa28e1e1269dc56897e5f5b..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sh7785lcr-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-sh7785lcr-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-sh7785lcr-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sh7785lcr/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-sh7785lcr-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sh7785lcr/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-sh7785lcr-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sh7785lcr/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-sh7785lcr-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sh7785lcr/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-sh7785lcr-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-sh7785lcr/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-sh7785lcr-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-sh7785lcr/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-sh7785lcr.postinst b/debian/linux-image-4.14.0-1-sh7785lcr.postinst deleted file mode 100644 index d967fbd58c8051d57e050ee27ad68839fb0258a6..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sh7785lcr.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sh7785lcr -image_path=/boot/vmlinuz-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sh7785lcr.postrm b/debian/linux-image-4.14.0-1-sh7785lcr.postrm deleted file mode 100644 index 0e2fdc27ea16c63d63daeedf23bdf901596ef269..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sh7785lcr.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sh7785lcr -image_path=/boot/vmlinuz-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sh7785lcr.preinst b/debian/linux-image-4.14.0-1-sh7785lcr.preinst deleted file mode 100644 index 864aa26bc4b5488f550b32d91899a42312d22652..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sh7785lcr.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sh7785lcr -image_path=/boot/vmlinuz-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sh7785lcr.prerm b/debian/linux-image-4.14.0-1-sh7785lcr.prerm deleted file mode 100644 index b923cb7c91b9dcf1fe23421a9f6e30f649190c85..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sh7785lcr.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sh7785lcr -image_path=/boot/vmlinuz-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sparc64-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-sparc64-dbg.lintian-overrides deleted file mode 100755 index e0cb25fa85b6c6daeb1913e30248d84f7d8ce709..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sparc64-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-sparc64-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-sparc64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sparc64/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-sparc64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sparc64/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-sparc64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sparc64/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-sparc64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sparc64/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-sparc64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-sparc64/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-sparc64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-sparc64/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-sparc64-smp-dbg.lintian-overrides b/debian/linux-image-4.14.0-1-sparc64-smp-dbg.lintian-overrides deleted file mode 100755 index 2c40b4f19f4740127dfc9c7a4c4c21090699ad12..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sparc64-smp-dbg.lintian-overrides +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/dh-exec - -# Kernel dbg packages contain a full image with debug data -linux-image-4.14.0-1-sparc64-smp-dbg: dbg-package-missing-depends - -# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so -# it's OK that they don't have it -[arm64 armhf] linux-image-4.14.0-1-sparc64-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sparc64-smp/vdso/vdso.so -[amd64 i386 ppc64el s390x] linux-image-4.14.0-1-sparc64-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sparc64-smp/vdso/vdso32.so -[amd64 ppc64el s390x] linux-image-4.14.0-1-sparc64-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sparc64-smp/vdso/vdso64.so -[amd64] linux-image-4.14.0-1-sparc64-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-1-sparc64-smp/vdso/vdsox32.so - -# It is intended that 64-bit kernels provide vDSOs for 32-bit executables -[amd64 ppc64el s390x] linux-image-4.14.0-1-sparc64-smp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-sparc64-smp/vdso/vdso32.so -[amd64] linux-image-4.14.0-1-sparc64-smp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-1-sparc64-smp/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-sparc64-smp.postinst b/debian/linux-image-4.14.0-1-sparc64-smp.postinst deleted file mode 100644 index 77130324fb4f402eccd600a98e2b3c5d8ac4494a..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sparc64-smp.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sparc64-smp -image_path=/boot/vmlinuz-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sparc64-smp.postrm b/debian/linux-image-4.14.0-1-sparc64-smp.postrm deleted file mode 100644 index 63061e6271cd772cbd181df74b64fa8fdef865f8..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sparc64-smp.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sparc64-smp -image_path=/boot/vmlinuz-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sparc64-smp.preinst b/debian/linux-image-4.14.0-1-sparc64-smp.preinst deleted file mode 100644 index 1544796bed79af771638bc69228d49a6b852af5b..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sparc64-smp.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sparc64-smp -image_path=/boot/vmlinuz-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sparc64-smp.prerm b/debian/linux-image-4.14.0-1-sparc64-smp.prerm deleted file mode 100644 index 1c5bb6aa334bf537a5519eb1132454cb0bd1f072..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sparc64-smp.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sparc64-smp -image_path=/boot/vmlinuz-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sparc64.postinst b/debian/linux-image-4.14.0-1-sparc64.postinst deleted file mode 100644 index d7882b3c2a13f7ad63c0643e8610d86c81c6c7cd..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sparc64.postinst +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sparc64 -image_path=/boot/vmlinuz-$version - -if [ "$1" != configure ]; then - exit 0 -fi - -depmod $version - -if [ -f /lib/modules/$version/.fresh-install ]; then - change=install -else - change=upgrade -fi -linux-update-symlinks $change $version $image_path -rm -f /lib/modules/$version/.fresh-install - -if [ -d /etc/kernel/postinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sparc64.postrm b/debian/linux-image-4.14.0-1-sparc64.postrm deleted file mode 100644 index fa7dcbe2acd877a3cac59169880b7c32ef6a42db..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sparc64.postrm +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sparc64 -image_path=/boot/vmlinuz-$version - -rm -f /lib/modules/$version/.fresh-install - -if [ "$1" != upgrade ] && command -v linux-update-symlinks >/dev/null; then - linux-update-symlinks remove $version $image_path -fi - -if [ -d /etc/kernel/postrm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/postrm.d -fi - -if [ "$1" = purge ]; then - for extra_file in modules.dep modules.isapnpmap modules.pcimap \ - modules.usbmap modules.parportmap \ - modules.generic_string modules.ieee1394map \ - modules.ieee1394map modules.pnpbiosmap \ - modules.alias modules.ccwmap modules.inputmap \ - modules.symbols modules.ofmap \ - modules.seriomap modules.\*.bin \ - modules.softdep modules.devname; do - eval rm -f /lib/modules/$version/$extra_file - done - rmdir /lib/modules/$version || true -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sparc64.preinst b/debian/linux-image-4.14.0-1-sparc64.preinst deleted file mode 100644 index dfb89cf5ee29923ce80d70d39bf9070283280e3c..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sparc64.preinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sparc64 -image_path=/boot/vmlinuz-$version - -if [ "$1" = abort-upgrade ]; then - exit 0 -fi - -if [ "$1" = install ]; then - # Create a flag file for postinst - mkdir -p /lib/modules/$version - touch /lib/modules/$version/.fresh-install -fi - -if [ -d /etc/kernel/preinst.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/preinst.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-1-sparc64.prerm b/debian/linux-image-4.14.0-1-sparc64.prerm deleted file mode 100644 index 043d24194743ad3f0b3d7c762b2b4e278faefa3c..0000000000000000000000000000000000000000 --- a/debian/linux-image-4.14.0-1-sparc64.prerm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -version=4.14.0-1-sparc64 -image_path=/boot/vmlinuz-$version - -if [ "$1" != remove ]; then - exit 0 -fi - -linux-check-removal $version - -if [ -d /etc/kernel/prerm.d ]; then - DEB_MAINT_PARAMS="$*" run-parts --report --exit-on-error --arg=$version \ - --arg=$image_path /etc/kernel/prerm.d -fi - -exit 0 diff --git a/debian/linux-image-4.14.0-2-4kc-malta-dbg.lintian-overrides b/debian/linux-image-4.14.0-2-4kc-malta-dbg.lintian-overrides new file mode 100755 index 0000000000000000000000000000000000000000..854109b3a376e85fa5403abd6be99014cb586acd --- /dev/null +++ b/debian/linux-image-4.14.0-2-4kc-malta-dbg.lintian-overrides @@ -0,0 +1,15 @@ +#!/usr/bin/dh-exec + +# Kernel dbg packages contain a full image with debug data +linux-image-4.14.0-2-4kc-malta-dbg: dbg-package-missing-depends + +# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so +# it's OK that they don't have it +[arm64 armhf] linux-image-4.14.0-2-4kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-4kc-malta/vdso/vdso.so +[amd64 i386 ppc64el s390x] linux-image-4.14.0-2-4kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-4kc-malta/vdso/vdso32.so +[amd64 ppc64el s390x] linux-image-4.14.0-2-4kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-4kc-malta/vdso/vdso64.so +[amd64] linux-image-4.14.0-2-4kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-4kc-malta/vdso/vdsox32.so + +# It is intended that 64-bit kernels provide vDSOs for 32-bit executables +[amd64 ppc64el s390x] linux-image-4.14.0-2-4kc-malta-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-4kc-malta/vdso/vdso32.so +[amd64] linux-image-4.14.0-2-4kc-malta-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-4kc-malta/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-5kc-malta.postinst b/debian/linux-image-4.14.0-2-4kc-malta.postinst similarity index 94% rename from debian/linux-image-4.14.0-1-5kc-malta.postinst rename to debian/linux-image-4.14.0-2-4kc-malta.postinst index 58de40d973baac99192284251c5125d7a5d47a35..915ec0677cc1eac355cf8eb7b54c8a848ee3ed7b 100644 --- a/debian/linux-image-4.14.0-1-5kc-malta.postinst +++ b/debian/linux-image-4.14.0-2-4kc-malta.postinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-5kc-malta +version=4.14.0-2-4kc-malta image_path=/boot/vmlinux-$version if [ "$1" != configure ]; then diff --git a/debian/linux-image-4.14.0-1-4kc-malta.postrm b/debian/linux-image-4.14.0-2-4kc-malta.postrm similarity index 97% rename from debian/linux-image-4.14.0-1-4kc-malta.postrm rename to debian/linux-image-4.14.0-2-4kc-malta.postrm index 4243c6c8a8f9ad63092ec11aa03a50da95213a0f..d11748d773164cd5d464fafe5c4eb106aaa9bd7b 100644 --- a/debian/linux-image-4.14.0-1-4kc-malta.postrm +++ b/debian/linux-image-4.14.0-2-4kc-malta.postrm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-4kc-malta +version=4.14.0-2-4kc-malta image_path=/boot/vmlinux-$version rm -f /lib/modules/$version/.fresh-install diff --git a/debian/linux-image-4.14.0-1-5kc-malta.preinst b/debian/linux-image-4.14.0-2-4kc-malta.preinst similarity index 94% rename from debian/linux-image-4.14.0-1-5kc-malta.preinst rename to debian/linux-image-4.14.0-2-4kc-malta.preinst index 35d055042d6f66f03aed57ecc8449c0099d15b76..52635b07e278a34920a4b6af5747b9ddfaa78d51 100644 --- a/debian/linux-image-4.14.0-1-5kc-malta.preinst +++ b/debian/linux-image-4.14.0-2-4kc-malta.preinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-5kc-malta +version=4.14.0-2-4kc-malta image_path=/boot/vmlinux-$version if [ "$1" = abort-upgrade ]; then diff --git a/debian/linux-image-4.14.0-1-4kc-malta.prerm b/debian/linux-image-4.14.0-2-4kc-malta.prerm similarity index 91% rename from debian/linux-image-4.14.0-1-4kc-malta.prerm rename to debian/linux-image-4.14.0-2-4kc-malta.prerm index bad5f1da9b10d0d777eae0b8860f9e71d8f76cc5..327a7c78a2188cf644869fc25adef16df256bc68 100644 --- a/debian/linux-image-4.14.0-1-4kc-malta.prerm +++ b/debian/linux-image-4.14.0-2-4kc-malta.prerm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-4kc-malta +version=4.14.0-2-4kc-malta image_path=/boot/vmlinux-$version if [ "$1" != remove ]; then diff --git a/debian/linux-image-4.14.0-2-5kc-malta-dbg.lintian-overrides b/debian/linux-image-4.14.0-2-5kc-malta-dbg.lintian-overrides new file mode 100755 index 0000000000000000000000000000000000000000..34a67de7343305575434eedc265231561cabb6db --- /dev/null +++ b/debian/linux-image-4.14.0-2-5kc-malta-dbg.lintian-overrides @@ -0,0 +1,15 @@ +#!/usr/bin/dh-exec + +# Kernel dbg packages contain a full image with debug data +linux-image-4.14.0-2-5kc-malta-dbg: dbg-package-missing-depends + +# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so +# it's OK that they don't have it +[arm64 armhf] linux-image-4.14.0-2-5kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-5kc-malta/vdso/vdso.so +[amd64 i386 ppc64el s390x] linux-image-4.14.0-2-5kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-5kc-malta/vdso/vdso32.so +[amd64 ppc64el s390x] linux-image-4.14.0-2-5kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-5kc-malta/vdso/vdso64.so +[amd64] linux-image-4.14.0-2-5kc-malta-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-5kc-malta/vdso/vdsox32.so + +# It is intended that 64-bit kernels provide vDSOs for 32-bit executables +[amd64 ppc64el s390x] linux-image-4.14.0-2-5kc-malta-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-5kc-malta/vdso/vdso32.so +[amd64] linux-image-4.14.0-2-5kc-malta-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-5kc-malta/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-4kc-malta.postinst b/debian/linux-image-4.14.0-2-5kc-malta.postinst similarity index 94% rename from debian/linux-image-4.14.0-1-4kc-malta.postinst rename to debian/linux-image-4.14.0-2-5kc-malta.postinst index 01386231a9fe40507555d149e806ea56c0889c59..39f0a808601752e497159101a9193495234151c4 100644 --- a/debian/linux-image-4.14.0-1-4kc-malta.postinst +++ b/debian/linux-image-4.14.0-2-5kc-malta.postinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-4kc-malta +version=4.14.0-2-5kc-malta image_path=/boot/vmlinux-$version if [ "$1" != configure ]; then diff --git a/debian/linux-image-4.14.0-1-5kc-malta.postrm b/debian/linux-image-4.14.0-2-5kc-malta.postrm similarity index 97% rename from debian/linux-image-4.14.0-1-5kc-malta.postrm rename to debian/linux-image-4.14.0-2-5kc-malta.postrm index 95944d92c28f2aaf9418abac6fce41e419a10d1f..7898a6da2c48efc9aa51f558c62d0400492b0fb4 100644 --- a/debian/linux-image-4.14.0-1-5kc-malta.postrm +++ b/debian/linux-image-4.14.0-2-5kc-malta.postrm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-5kc-malta +version=4.14.0-2-5kc-malta image_path=/boot/vmlinux-$version rm -f /lib/modules/$version/.fresh-install diff --git a/debian/linux-image-4.14.0-1-4kc-malta.preinst b/debian/linux-image-4.14.0-2-5kc-malta.preinst similarity index 94% rename from debian/linux-image-4.14.0-1-4kc-malta.preinst rename to debian/linux-image-4.14.0-2-5kc-malta.preinst index 2a7c5489361d31343fd9cf8444ec868bf6b20c33..6b58e97d1a9ce24d50250cab734923c6d70688ae 100644 --- a/debian/linux-image-4.14.0-1-4kc-malta.preinst +++ b/debian/linux-image-4.14.0-2-5kc-malta.preinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-4kc-malta +version=4.14.0-2-5kc-malta image_path=/boot/vmlinux-$version if [ "$1" = abort-upgrade ]; then diff --git a/debian/linux-image-4.14.0-1-5kc-malta.prerm b/debian/linux-image-4.14.0-2-5kc-malta.prerm similarity index 91% rename from debian/linux-image-4.14.0-1-5kc-malta.prerm rename to debian/linux-image-4.14.0-2-5kc-malta.prerm index a0841a19564e9e944a3a8e585850b4feee305632..42900267f4da059afe7a56b3851a515c56e62911 100644 --- a/debian/linux-image-4.14.0-1-5kc-malta.prerm +++ b/debian/linux-image-4.14.0-2-5kc-malta.prerm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-5kc-malta +version=4.14.0-2-5kc-malta image_path=/boot/vmlinux-$version if [ "$1" != remove ]; then diff --git a/debian/linux-image-4.14.0-2-686-dbg.lintian-overrides b/debian/linux-image-4.14.0-2-686-dbg.lintian-overrides new file mode 100755 index 0000000000000000000000000000000000000000..f978eff022379d6759808ca9b0ae419170448a81 --- /dev/null +++ b/debian/linux-image-4.14.0-2-686-dbg.lintian-overrides @@ -0,0 +1,15 @@ +#!/usr/bin/dh-exec + +# Kernel dbg packages contain a full image with debug data +linux-image-4.14.0-2-686-dbg: dbg-package-missing-depends + +# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so +# it's OK that they don't have it +[arm64 armhf] linux-image-4.14.0-2-686-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-686/vdso/vdso.so +[amd64 i386 ppc64el s390x] linux-image-4.14.0-2-686-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-686/vdso/vdso32.so +[amd64 ppc64el s390x] linux-image-4.14.0-2-686-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-686/vdso/vdso64.so +[amd64] linux-image-4.14.0-2-686-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-686/vdso/vdsox32.so + +# It is intended that 64-bit kernels provide vDSOs for 32-bit executables +[amd64 ppc64el s390x] linux-image-4.14.0-2-686-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-686/vdso/vdso32.so +[amd64] linux-image-4.14.0-2-686-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-686/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-2-686-pae-dbg.lintian-overrides b/debian/linux-image-4.14.0-2-686-pae-dbg.lintian-overrides new file mode 100755 index 0000000000000000000000000000000000000000..43f8e19624558d3e9c324f4da763bfd85bac4c0d --- /dev/null +++ b/debian/linux-image-4.14.0-2-686-pae-dbg.lintian-overrides @@ -0,0 +1,15 @@ +#!/usr/bin/dh-exec + +# Kernel dbg packages contain a full image with debug data +linux-image-4.14.0-2-686-pae-dbg: dbg-package-missing-depends + +# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so +# it's OK that they don't have it +[arm64 armhf] linux-image-4.14.0-2-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-686-pae/vdso/vdso.so +[amd64 i386 ppc64el s390x] linux-image-4.14.0-2-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-686-pae/vdso/vdso32.so +[amd64 ppc64el s390x] linux-image-4.14.0-2-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-686-pae/vdso/vdso64.so +[amd64] linux-image-4.14.0-2-686-pae-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-686-pae/vdso/vdsox32.so + +# It is intended that 64-bit kernels provide vDSOs for 32-bit executables +[amd64 ppc64el s390x] linux-image-4.14.0-2-686-pae-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-686-pae/vdso/vdso32.so +[amd64] linux-image-4.14.0-2-686-pae-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-686-pae/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-686-pae.postinst b/debian/linux-image-4.14.0-2-686-pae.postinst similarity index 95% rename from debian/linux-image-4.14.0-1-686-pae.postinst rename to debian/linux-image-4.14.0-2-686-pae.postinst index 35754d2c668749ba52550eb352fabf0b2daaf9df..d8fdd1c5fb82ed08040a2799ad72dba718d295c3 100644 --- a/debian/linux-image-4.14.0-1-686-pae.postinst +++ b/debian/linux-image-4.14.0-2-686-pae.postinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-686-pae +version=4.14.0-2-686-pae image_path=/boot/vmlinuz-$version if [ "$1" != configure ]; then diff --git a/debian/linux-image-4.14.0-1-686-pae.postrm b/debian/linux-image-4.14.0-2-686-pae.postrm similarity index 97% rename from debian/linux-image-4.14.0-1-686-pae.postrm rename to debian/linux-image-4.14.0-2-686-pae.postrm index 7d072ca8a5187fd6c8e83cd2256c7d1c005093ab..3402ab1828f92299f955e042942c5d8396de471e 100644 --- a/debian/linux-image-4.14.0-1-686-pae.postrm +++ b/debian/linux-image-4.14.0-2-686-pae.postrm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-686-pae +version=4.14.0-2-686-pae image_path=/boot/vmlinuz-$version rm -f /lib/modules/$version/.fresh-install diff --git a/debian/linux-image-4.14.0-1-686-pae.preinst b/debian/linux-image-4.14.0-2-686-pae.preinst similarity index 94% rename from debian/linux-image-4.14.0-1-686-pae.preinst rename to debian/linux-image-4.14.0-2-686-pae.preinst index b10989cf640901242093463000ba5c43f57d1fae..817de1006691cc97194d0216a1f2852c09906d6b 100644 --- a/debian/linux-image-4.14.0-1-686-pae.preinst +++ b/debian/linux-image-4.14.0-2-686-pae.preinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-686-pae +version=4.14.0-2-686-pae image_path=/boot/vmlinuz-$version if [ "$1" = abort-upgrade ]; then diff --git a/debian/linux-image-4.14.0-1-686-pae.prerm b/debian/linux-image-4.14.0-2-686-pae.prerm similarity index 92% rename from debian/linux-image-4.14.0-1-686-pae.prerm rename to debian/linux-image-4.14.0-2-686-pae.prerm index 3058d493e5b897773133100aacf86d522bc6670f..8a711afb93c8e3bcf6899cdda1b059d7efed446f 100644 --- a/debian/linux-image-4.14.0-1-686-pae.prerm +++ b/debian/linux-image-4.14.0-2-686-pae.prerm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-686-pae +version=4.14.0-2-686-pae image_path=/boot/vmlinuz-$version if [ "$1" != remove ]; then diff --git a/debian/linux-image-4.14.0-1-686.postinst b/debian/linux-image-4.14.0-2-686.postinst similarity index 95% rename from debian/linux-image-4.14.0-1-686.postinst rename to debian/linux-image-4.14.0-2-686.postinst index c08f9ca8bd997adfbb25ef619bac6ba37a0899e4..001d35f7b67f846fab9e3f421d8ad0dace522c5f 100644 --- a/debian/linux-image-4.14.0-1-686.postinst +++ b/debian/linux-image-4.14.0-2-686.postinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-686 +version=4.14.0-2-686 image_path=/boot/vmlinuz-$version if [ "$1" != configure ]; then diff --git a/debian/linux-image-4.14.0-1-686.postrm b/debian/linux-image-4.14.0-2-686.postrm similarity index 97% rename from debian/linux-image-4.14.0-1-686.postrm rename to debian/linux-image-4.14.0-2-686.postrm index d24cafb5c18b31b11fd9b6f5161ba085d497a38c..600042e46d418a5bdab628c890f3c17d4805331d 100644 --- a/debian/linux-image-4.14.0-1-686.postrm +++ b/debian/linux-image-4.14.0-2-686.postrm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-686 +version=4.14.0-2-686 image_path=/boot/vmlinuz-$version rm -f /lib/modules/$version/.fresh-install diff --git a/debian/linux-image-4.14.0-1-686.preinst b/debian/linux-image-4.14.0-2-686.preinst similarity index 95% rename from debian/linux-image-4.14.0-1-686.preinst rename to debian/linux-image-4.14.0-2-686.preinst index 6f6655c007618987c2e6a5b86e685f16c42ab8d7..0098c4240df6b12603a9fc49f9f1c9d2a602d256 100644 --- a/debian/linux-image-4.14.0-1-686.preinst +++ b/debian/linux-image-4.14.0-2-686.preinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-686 +version=4.14.0-2-686 image_path=/boot/vmlinuz-$version if [ "$1" = abort-upgrade ]; then diff --git a/debian/linux-image-4.14.0-1-686.prerm b/debian/linux-image-4.14.0-2-686.prerm similarity index 93% rename from debian/linux-image-4.14.0-1-686.prerm rename to debian/linux-image-4.14.0-2-686.prerm index 09e9885497bd00ca9926aa40906d83e4eb1f91a3..a645a5474a6d11ebe0fedb6276b39b51697e0a85 100644 --- a/debian/linux-image-4.14.0-1-686.prerm +++ b/debian/linux-image-4.14.0-2-686.prerm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-686 +version=4.14.0-2-686 image_path=/boot/vmlinuz-$version if [ "$1" != remove ]; then diff --git a/debian/linux-image-4.14.0-2-alpha-generic-dbg.lintian-overrides b/debian/linux-image-4.14.0-2-alpha-generic-dbg.lintian-overrides new file mode 100755 index 0000000000000000000000000000000000000000..dca14a67a8a67b9e76d5cd3afb23ff8e4e90e6d8 --- /dev/null +++ b/debian/linux-image-4.14.0-2-alpha-generic-dbg.lintian-overrides @@ -0,0 +1,15 @@ +#!/usr/bin/dh-exec + +# Kernel dbg packages contain a full image with debug data +linux-image-4.14.0-2-alpha-generic-dbg: dbg-package-missing-depends + +# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so +# it's OK that they don't have it +[arm64 armhf] linux-image-4.14.0-2-alpha-generic-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-alpha-generic/vdso/vdso.so +[amd64 i386 ppc64el s390x] linux-image-4.14.0-2-alpha-generic-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-alpha-generic/vdso/vdso32.so +[amd64 ppc64el s390x] linux-image-4.14.0-2-alpha-generic-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-alpha-generic/vdso/vdso64.so +[amd64] linux-image-4.14.0-2-alpha-generic-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-alpha-generic/vdso/vdsox32.so + +# It is intended that 64-bit kernels provide vDSOs for 32-bit executables +[amd64 ppc64el s390x] linux-image-4.14.0-2-alpha-generic-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-alpha-generic/vdso/vdso32.so +[amd64] linux-image-4.14.0-2-alpha-generic-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-alpha-generic/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-alpha-generic.postinst b/debian/linux-image-4.14.0-2-alpha-generic.postinst similarity index 93% rename from debian/linux-image-4.14.0-1-alpha-generic.postinst rename to debian/linux-image-4.14.0-2-alpha-generic.postinst index 9a2bc1c7c752a9009175045b4f0f46b80199d3d0..7c56294ca249a11ac59332298c8a48c87965a2aa 100644 --- a/debian/linux-image-4.14.0-1-alpha-generic.postinst +++ b/debian/linux-image-4.14.0-2-alpha-generic.postinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-alpha-generic +version=4.14.0-2-alpha-generic image_path=/boot/vmlinuz-$version if [ "$1" != configure ]; then diff --git a/debian/linux-image-4.14.0-1-alpha-generic.postrm b/debian/linux-image-4.14.0-2-alpha-generic.postrm similarity index 97% rename from debian/linux-image-4.14.0-1-alpha-generic.postrm rename to debian/linux-image-4.14.0-2-alpha-generic.postrm index bd60ca5fe1ab518b1354f9906f4de9a7072bec45..9ec9c4ed52741ae7d5af63988d6b3cce1b97e237 100644 --- a/debian/linux-image-4.14.0-1-alpha-generic.postrm +++ b/debian/linux-image-4.14.0-2-alpha-generic.postrm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-alpha-generic +version=4.14.0-2-alpha-generic image_path=/boot/vmlinuz-$version rm -f /lib/modules/$version/.fresh-install diff --git a/debian/linux-image-4.14.0-1-alpha-generic.preinst b/debian/linux-image-4.14.0-2-alpha-generic.preinst similarity index 93% rename from debian/linux-image-4.14.0-1-alpha-generic.preinst rename to debian/linux-image-4.14.0-2-alpha-generic.preinst index 4dfe566283e96005aa563968b2f00a5ea907e2e9..cd6a18b076f1bbb913b9bf5e3a0b98356de0804a 100644 --- a/debian/linux-image-4.14.0-1-alpha-generic.preinst +++ b/debian/linux-image-4.14.0-2-alpha-generic.preinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-alpha-generic +version=4.14.0-2-alpha-generic image_path=/boot/vmlinuz-$version if [ "$1" = abort-upgrade ]; then diff --git a/debian/linux-image-4.14.0-1-alpha-generic.prerm b/debian/linux-image-4.14.0-2-alpha-generic.prerm similarity index 90% rename from debian/linux-image-4.14.0-1-alpha-generic.prerm rename to debian/linux-image-4.14.0-2-alpha-generic.prerm index d61840832680fa00871dea939de549d0f5534e50..9a6e07dd94cc775166b23e1a6a56c9e17d6eca85 100644 --- a/debian/linux-image-4.14.0-1-alpha-generic.prerm +++ b/debian/linux-image-4.14.0-2-alpha-generic.prerm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-alpha-generic +version=4.14.0-2-alpha-generic image_path=/boot/vmlinuz-$version if [ "$1" != remove ]; then diff --git a/debian/linux-image-4.14.0-2-alpha-smp-dbg.lintian-overrides b/debian/linux-image-4.14.0-2-alpha-smp-dbg.lintian-overrides new file mode 100755 index 0000000000000000000000000000000000000000..b6e41ffa4079b6b5dc665d91b501909f47927095 --- /dev/null +++ b/debian/linux-image-4.14.0-2-alpha-smp-dbg.lintian-overrides @@ -0,0 +1,15 @@ +#!/usr/bin/dh-exec + +# Kernel dbg packages contain a full image with debug data +linux-image-4.14.0-2-alpha-smp-dbg: dbg-package-missing-depends + +# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so +# it's OK that they don't have it +[arm64 armhf] linux-image-4.14.0-2-alpha-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-alpha-smp/vdso/vdso.so +[amd64 i386 ppc64el s390x] linux-image-4.14.0-2-alpha-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-alpha-smp/vdso/vdso32.so +[amd64 ppc64el s390x] linux-image-4.14.0-2-alpha-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-alpha-smp/vdso/vdso64.so +[amd64] linux-image-4.14.0-2-alpha-smp-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.14.0-2-alpha-smp/vdso/vdsox32.so + +# It is intended that 64-bit kernels provide vDSOs for 32-bit executables +[amd64 ppc64el s390x] linux-image-4.14.0-2-alpha-smp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-alpha-smp/vdso/vdso32.so +[amd64] linux-image-4.14.0-2-alpha-smp-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.14.0-2-alpha-smp/vdso/vdsox32.so diff --git a/debian/linux-image-4.14.0-1-alpha-smp.postinst b/debian/linux-image-4.14.0-2-alpha-smp.postinst similarity index 94% rename from debian/linux-image-4.14.0-1-alpha-smp.postinst rename to debian/linux-image-4.14.0-2-alpha-smp.postinst index dd401e4f48c8a38c943883fe8d3806a6bef484d8..58c2556777511f6c8f318f6db471395fd99e56ea 100644 --- a/debian/linux-image-4.14.0-1-alpha-smp.postinst +++ b/debian/linux-image-4.14.0-2-alpha-smp.postinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-alpha-smp +version=4.14.0-2-alpha-smp image_path=/boot/vmlinuz-$version if [ "$1" != configure ]; then diff --git a/debian/linux-image-4.14.0-1-alpha-smp.postrm b/debian/linux-image-4.14.0-2-alpha-smp.postrm similarity index 97% rename from debian/linux-image-4.14.0-1-alpha-smp.postrm rename to debian/linux-image-4.14.0-2-alpha-smp.postrm index dd0f553b3066333d5a6d9dcaa519caa6fd3f448a..a8181d1f454c61705e2009f9a4bba8fc11f80b14 100644 --- a/debian/linux-image-4.14.0-1-alpha-smp.postrm +++ b/debian/linux-image-4.14.0-2-alpha-smp.postrm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-alpha-smp +version=4.14.0-2-alpha-smp image_path=/boot/vmlinuz-$version rm -f /lib/modules/$version/.fresh-install diff --git a/debian/linux-image-4.14.0-1-alpha-smp.preinst b/debian/linux-image-4.14.0-2-alpha-smp.preinst similarity index 94% rename from debian/linux-image-4.14.0-1-alpha-smp.preinst rename to debian/linux-image-4.14.0-2-alpha-smp.preinst index a52249d7b32b94c49003475f9e0198822d86a250..32e2e5e68748f07825821b8196350e0c3b26f005 100644 --- a/debian/linux-image-4.14.0-1-alpha-smp.preinst +++ b/debian/linux-image-4.14.0-2-alpha-smp.preinst @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-alpha-smp +version=4.14.0-2-alpha-smp image_path=/boot/vmlinuz-$version if [ "$1" = abort-upgrade ]; then diff --git a/debian/linux-image-4.14.0-1-alpha-smp.prerm b/debian/linux-image-4.14.0-2-alpha-smp.prerm similarity index 91% rename from debian/linux-image-4.14.0-1-alpha-smp.prerm rename to debian/linux-image-4.14.0-2-alpha-smp.prerm index cde005e49bd524af7df3c125c0b57de99636c5ab..c0b4ec7149966daf19b444e69cbb8f4728042cf3 100644 --- a/debian/linux-image-4.14.0-1-alpha-smp.prerm +++ b/debian/linux-image-4.14.0-2-alpha-smp.prerm @@ -1,6 +1,6 @@ #!/bin/sh -e -version=4.14.0-1-alpha-smp +version=4.14.0-2-alpha-smp image_path=/boot/vmlinuz-$version if [ "$1" != remove ]; then diff --git a/debian/linux-image-4.14.0-2-amd64-dbg.lintian-overrides b/debian/linux-image-4.14.0-2-amd64-dbg.lintian-overrides new file mo