Gentoo Archives: gentoo-kernel

From: mpagano@gentoo.org (Mike Pagano )
To: Gentoo Kernel List <gentoo-kernel@l.g.o>
Subject: [gentoo-kernel] [ANNOUNCE] genpatches-4.19-3 release
Date: Wed, 14 Nov 2018 00:50:02
Message-Id: 20181114004958.62B38335C5D@smtp.gentoo.org
1 This is an automated email announcing the release of genpatches-4.19-3
2
3
4 CHANGES
5 -----------------------
6
7 Linux patch 4.19.2 (Mike Pagano)
8 A 1001_linux-4.19.2.patch
9
10 linux kernel 4.19.1 (Alice Ferrazzi)
11 A 1000_linux_4.19.1.patch
12
13 Create 4.19 branch and port relevant patches (Mike Pagano)
14 A 1500_XATTR_USER_PREFIX.patch
15 A 1510_fs-enable-link-security-restrictions-by-default.patch
16 A 2500_usb-storage-Disable-UAS-on-JMicron-SATA-enclosure.patch
17 A 2600_enable-key-swapping-for-apple-mac.patch
18 A 4200_fbcondecor.patch
19 A 4400_alpha-sysctl-uac.patch
20 A 5010_enable-additional-cpu-optimizations-for-gcc.patch
21
22 Update of Gentoo distro patch for 4.19 (Mike Pagano)
23 M 4567_distro-Gentoo-Kconfig.patch
24
25 Enable crypto API for systemd as its required for systemd versions >= 233. See bug #611368. (Mike Pagano)
26 M 4567_distro-Gentoo-Kconfig.patch
27
28 For GENTOO_LINUX_INIT_SYSTEMD don't add DMIID for non X86 architectures. See bug #609590. (Mike Pagano)
29 M 4567_distro-Gentoo-Kconfig.patch
30
31 Update gentoo kconfig patch adding CHECKPOINT_RESTORE for GENTOO_LINUX_INIT_SYSTEMD. See bug #598623 (Mike Pagano)
32 M 4567_distro-Gentoo-Kconfig.patch
33
34 Update gentoo kconfig patch. See bug #598623 (Mike Pagano)
35 M 4567_distro-Gentoo-Kconfig.patch
36
37 Update gentoo kconfig patch to remove DEVPTS_MULTIPLE_INSTANCES. See kernel upstream commit: eedf265aa003b4781de24cfed40a655a664457e6. Thanks to Ralf Ramsauer. (Mike Pagano)
38 M 4567_distro-Gentoo-Kconfig.patch
39
40 Select SYSVIPC when GENTOO_LINUX_PORTAGE is selected. Dependency of IPC_NS. See bug #587736. (Mike Pagano)
41 M 4567_distro-Gentoo-Kconfig.patch
42
43 Fix readme (Mike Pagano)
44
45 Clean up master (Mike Pagano)
46 D 1000_linux-4.0.1.patch
47 D 1001_linux-4.0.2.patch
48 D 1002_linux-4.0.3.patch
49 D 1003_linux-4.0.4.patch
50 D 1004_linux-4.0.5.patch
51 D 1500_XATTR_USER_PREFIX.patch
52 D 1510_fs-enable-link-security-restrictions-by-default.patch
53 D 2600_select-REGMAP_IRQ-for-rt5033.patch
54 D 2700_ThinkPad-30-brightness-control-fix.patch
55 D 2900_dev-root-proc-mount-fix.patch
56 D 2905_2disk-resume-image-fix.patch
57 D 2910_lz4-compression-fix.patch
58 D 4200_fbcondecor-3.19.patch
59 D 5000_enable-additional-cpu-optimizations-for-gcc.patch
60 D 5001_block-cgroups-kconfig-build-bits-for-BFQ-v7r7-4.0.patch
61 D 5002_block-introduce-the-BFQ-v7r7-I-O-sched-for-4.0.patch1
62 D 5003_block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r7-for-4.0.0.patch
63 D 5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch
64
65 Add check to saved_root_name for supported filesystem path naming. (Mike Pagano)
66 M 2900_dev-root-proc-mount-fix.patch
67
68 Linux patch 4.0.5 (Mike Pagano)
69 A 1004_linux-4.0.5.patch
70
71 Linux patch 4.0.4 (Mike Pagano)
72 A 1003_linux-4.0.4.patch
73
74 Linux patch 4.0.3 (Mike Pagano)
75 A 1002_linux-4.0.3.patch
76
77 Fix linux patch 4.0.2 (Mike Pagano)
78 M 1001_linux-4.0.2.patch
79
80 Linux patch 4.0.2 (Mike Pagano)
81 A 1001_linux-4.0.2.patch
82
83 Fix for lz4 compression. Thanks to Christian Xia. See bug #546422. (Mike Pagano)
84 A 2910_lz4-compression-fix.patch
85
86 BFQ patchset for 4.0, v7r7. (Mike Pagano)
87 A 5001_block-cgroups-kconfig-build-bits-for-BFQ-v7r7-4.0.patch
88 A 5002_block-introduce-the-BFQ-v7r7-I-O-sched-for-4.0.patch1
89 A 5003_block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r7-for-4.0.0.patch
90
91 Linux patch 4.0.1 (Mike Pagano)
92 A 1000_linux-4.0.1.patch
93
94 Patch to select REGMAP_IRQ for rt5033 mfd driver. See bug #546938. (Mike Pagano)
95 A 2600_select-REGMAP_IRQ-for-rt5033.patch
96
97 Update gcc >= 4.9 optimization patch. See bug #544028. (Mike Pagano)
98 M 5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch
99
100 Update the distro kernel patch to add an option to the Gentoo menu that enables CGROUPS for cgroup, IPC_NS for ipc-sandbox, and NET_NS for network-sandbox. (Mike Pagano)
101 M 4567_distro-Gentoo-Kconfig.patch
102
103 Patch to enable link security restrictions by default. Patch to disable Windows 8 compatibility for some Lenovo ThinkPads. Patch to ensure that /dev/root doesn't appear in /proc/mounts when bootint without an initramfs. Path to not not lock when UMH is waiting on current thread spawned by linuxrc. (bug #481344) fbcondecor bootsplash patch. Add Gentoo Linux support config settings and defaults. Kernel patch that enables gcc < v4.9 optimizations for additional CPUs. Kernel patch enables gcc >= v4.9 optimizations for additional CPUs. (Mike Pagano)
104 A 1510_fs-enable-link-security-restrictions-by-default.patch
105 A 2700_ThinkPad-30-brightness-control-fix.patch
106 A 2900_dev-root-proc-mount-fix.patch
107 A 2905_2disk-resume-image-fix.patch
108 A 4200_fbcondecor-3.19.patch
109 A 5000_enable-additional-cpu-optimizations-for-gcc.patch
110 A 5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch
111
112 Add patch to support namespace user.pax.* on tmpfs, bug #470644 (Anthony G. Basile)
113 A 1500_XATTR_USER_PREFIX.patch
114
115 Adding generic patches for all versions (Mike Pagano)
116 A 4567_distro-Gentoo-Kconfig.patch
117
118
119 ABOUT GENPATCHES
120 ----------------
121
122 genpatches is the patchset applied to some kernels available in Portage.
123
124 For more information, see the genpatches homepage:
125 http://dev.gentoo.org/~mpagano/genpatches
126
127 For a simple example of how to use genpatches in your kernel ebuild, look at a
128 recent gentoo-sources ebuild.