Commit Graph

465 Commits

Author SHA1 Message Date
ec5126079f
pygoscelis: Bump to 6.1.2-T14s 2022-12-31 17:09:24 +01:00
62be92f748
pygoscelis: Disable CONFIG_EFI_DISABLE_PCI_DMA 'cause of bullshit
My device (Lenovo Thinkpad T14s) does not boot if EFI_DISABLE_PCI_DMA is
active, so let's drop it from the kernel config.

This reverts commit 8c364a468e.
2022-12-29 17:29:59 +01:00
8c364a468e
pygoscelis: Enable CONFIG_EFI_DISABLE_PCI_DMA 2022-12-29 17:13:43 +01:00
ae75bea407
pygoscelis: Enable CONFIG_RESET_ATTACK_MITIGATION 2022-12-29 17:13:42 +01:00
6a95b7dba2
pygoscelis: Disable CONFIG_IOSF_MBI 2022-12-29 17:13:42 +01:00
a17bc9acb6
pygoscelis: Disable CONFIG_DEBUG_SG 2022-12-29 17:13:42 +01:00
b93d800138
pygoscelis: Disable CONFIG_BLK_DEV_BSG 2022-12-29 17:13:42 +01:00
c314c730e4
pygoscelis: Cleanup USB-serial drivers 2022-12-29 17:13:42 +01:00
88cd1a06cc
pygoscelis: Disable CONFIG_AMD_SFH_HID
Looks as there is no sensor fusion hub on the T14s. Support in this
config was introduced in c1780e5a8b.
2022-12-29 17:13:41 +01:00
aec3578b65
pygoscelis: Enable CONFIG_MEDIA_SUPPORT_FILTER 2022-12-29 17:13:41 +01:00
76d9d77f8d
pygoscelis: Disable CONFIG_INT340X_THERMAL 2022-12-29 17:13:41 +01:00
12d4b9eb1b
pygoscelis: Disable GPIO support
Disable CONFIG_GPIOLIB.
2022-12-29 17:13:41 +01:00
8a54c22c0d
pygoscelis: Disable CONFIG_MICROCHIP_PHY 2022-12-29 17:13:41 +01:00
9701ba8e44
pygoscelis: Enable support for PCI-IOV
See e.g. https://docs.kernel.org/PCI/pci-iov-howto.html.
2022-12-29 17:13:40 +01:00
52efa754e6
pygoscelis: Enable CONFIG_FORCE_NR_CPUS 2022-12-29 17:13:40 +01:00
4566cf53ed
pygoscelis: Enable CONFIG_DUMMY as m 2022-12-29 17:13:40 +01:00
662029089b
pygoscelis: Enable CONFIG_MODULE_UNLOAD_TAINT_TRACKING 2022-12-29 17:13:40 +01:00
aefc3e8c76
pygoscelis: Give -Werror another shot 2022-12-29 17:13:40 +01:00
6848d95b62
pygoscelis: Disable SEV again
I've already disabled this feature related to memory encryption of
virtual machines earlier in e673f57a2e
as it seems there is no support in hardware.

Looks as it was enabled again in 5addc9bbe5
(pygoscelis: Add support for TEE/AMD PSP) by accident.
2022-12-29 17:13:39 +01:00
1671086364
pygoscelis: Bump to 6.1.1-T14s and gcc 12.2.1_p20221224 p7 2022-12-29 17:13:39 +01:00
877fd8a885
pygoscelis: Bump to 6.0.13-T14s and gcc 12.2.1_p20221210 p4 2022-12-15 08:04:18 +01:00
28b10afbfb
pygoscelis: Bump gcc to 12.2.1_p20221203 p3 2022-12-07 08:16:24 +01:00
83e7555311
pygoscelis: Re-disable CONFIG_WERROR
This time the netfilter folks screwed up:
net/netfilter/nf_conntrack_netlink.c: In function 'ctnetlink_conntrack_event':
net/netfilter/nf_conntrack_netlink.c:725:13: error: unused variable 'mark' [-Werror=unused-variable]
  725 |         u32 mark;
      |             ^~~~
net/netfilter/nf_conntrack_netlink.c: In function '__ctnetlink_glue_build':
net/netfilter/nf_conntrack_netlink.c:2674:13: error: unused variable 'mark' [-Werror=unused-variable]
 2674 |         u32 mark;
      |             ^~~~
cc1: all warnings being treated as errors
2022-12-03 18:40:23 +01:00
1134521ccb
pygoscelis: Bump to 6.0.11-T14s 2022-12-03 18:40:23 +01:00
252a7d5727
pygoscelis: Bump to 6.0.10-T14s 2022-11-26 10:47:58 +01:00
c44bfe1e8b
pygoscelis: Bump to 6.0.9-T14s 2022-11-20 20:21:29 +01:00
455d0710bc
pygoscelis: Bump to 6.0.8-T14s 2022-11-11 20:10:32 +01:00
6d7cff366a
pygoscelis: Bump to 6.0.7-T14s 2022-11-03 18:09:51 +01:00
4a06e4671b
pygoscelis: Enable support for compressed firmware
On Gentoo this feature needs USE="compress" and
>=sys-kernel/linux-firmware-20221012-r1.
2022-10-31 20:43:54 +01:00
7c783f8680
pygoscelis: Bump to 6.0.6-T14s 2022-10-30 14:31:04 +01:00
d2f6a2af74
pygoscelis: Bump to 6.0.5-T14s 2022-10-26 20:06:06 +02:00
681aa2c574
pygoscelis: Bump to 6.0.3-T14s 2022-10-21 20:20:32 +02:00
52af724451
pygoscelis: Bump to 6.0.2-T14s and gcc-12.2.1 2022-10-15 09:23:08 +02:00
a7dc7bab15
pygoscelis: Enable CONFIG_NF_LOG_IPV6=m 2022-10-03 17:23:52 +02:00
52d30ed8db
pygoscelis: Bump to 6.0.0-T14s 2022-10-03 17:23:52 +02:00
f8bd2b6ace
pygoscelis: Bump to 5.19.9-T14s 2022-09-16 21:45:59 +02:00
ebc77a80d1
pygoscelis: Bump to 5.19.7-T14s 2022-09-07 23:51:17 +02:00
c4a45bace7
pygoscelis: Bump to 5.19.6-T4s 2022-09-03 16:56:51 +02:00
f751dbe06c
pygoscelis: Bump to 5.19.4-T4s 2022-08-26 10:42:24 +02:00
9bc65b0266
pygoscelis: Add support for TPM 2022-08-21 23:57:26 +02:00
5addc9bbe5
pygoscelis: Add support for TEE/AMD PSP 2022-08-21 23:57:26 +02:00
7b2b827d34
pygoscelis: Enable CONFIG_RANDSTRUCT_PERFORMANCE 2022-08-21 23:57:25 +02:00
08b21054cc
pygoscelis: Bump to 5.19.3-T4s and gcc-12.2.0 2022-08-21 20:59:29 +02:00
59e3b912f7
pygoscelis: Bump to 5.19.2-T4s 2022-08-18 22:17:05 +02:00
aa921d064d
pygoscelis: Enable some flags for iwd
For some details see https://bugs.gentoo.org/865017.
2022-08-15 22:51:58 +02:00
56817d85c5
pygoscelis: Bump to 5.19.1-T4s and gcc (12.1.1_p20220812) 2022-08-15 22:51:58 +02:00
3e4204c307
Revert "pygoscelis: Drop -Werror w/ gcc-12 for now"
This reverts commit 9adaea44dd.
2022-08-03 21:16:28 +02:00
4de4352bf9
pygoscelis: Disable CONFIG_X86_PMEM_LEGACY 2022-08-03 21:16:28 +02:00
665a57363e
pygoscelis: Disable CONFIG_PREEMPT_DYNAMIC
This is no distribution kernel, only for a single-machine
2022-08-03 21:16:28 +02:00
85e1befb5d
pygoscelis: Bump to 5.19.0-T4s 2022-08-03 21:16:28 +02:00
8194664d5d
pygoscelis: Bump to 5.18.15-T4s 2022-07-30 19:48:49 +02:00
4dbfac2953
pygoscelis: Bump to 5.18.14-T4s 2022-07-23 21:24:23 +02:00
0f8e76346e
pygoscelis: Bump to 5.18.13-T4s 2022-07-23 11:54:06 +02:00
3633061bfe
pygoscelis: Bump to 5.18.11-T4s 2022-07-12 20:08:11 +02:00
27cd5f9a26
pygoscelis: Bump to 5.18.10-T14s 2022-07-07 20:38:49 +02:00
44f36cc93c
pygoscelis: Bump to 5.18.9 2022-07-02 22:34:11 +02:00
c99c5d7b34
pygoscelis: Bump to 5.18.8 (and newer gcc) 2022-06-29 23:35:14 +02:00
fa892530db
pygoscelis: Enable CONFIG_DEVTMPFS_SAFE 2022-06-22 21:49:21 +02:00
a42416b53e
pygoscelis: Bump to 5.18.6-T14s 2022-06-22 21:49:16 +02:00
f26ccb339f
pygoscelis: Bump to 5.18.5-T14s 2022-06-16 19:13:38 +02:00
9adaea44dd
pygoscelis: Drop -Werror w/ gcc-12 for now 2022-06-15 23:06:39 +02:00
85bbbd72f4
pygoscelis: Bump to 5.18.4 2022-06-15 23:06:39 +02:00
19a919c1ce
pygoscelis: Be curious, bump to gcc 12 2022-06-15 23:06:39 +02:00
a47373183b
pygoscelis: Bump to 5.18.3-T14s 2022-06-09 19:44:43 +02:00
cdcaa31e66
pygoscelis: Bump to 5.18.2-T14s 2022-06-06 12:45:13 +02:00
209cdd9eef
pygoscelis: Bump to 5.18.1-T14s 2022-05-31 22:19:16 +02:00
085d142ea1
pygoscelis: Disable CONFIG_X86_AMD_PSTATE
Looks as the T14s hardware is not supported.

% sudo modprobe amd_pstate
modprobe: ERROR: could not insert 'amd_pstate': No such device
2022-05-25 23:33:27 +02:00
d50c76cba8
pygoscelis: Enable CONFIG_SLS
SLS is a fix, hardening or workaround for CVE-2021-26341 which might
effect the CPU of my T14s. Information are not really clear on this one.

Some online ressources on SLS and the CVE:

- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26341
- https://grsecurity.net/amd_branch_mispredictor_part_2_where_no_cpu_has_gone_before#final-remarks
- https://lwn.net/Articles/878241/
2022-05-25 23:33:27 +02:00
18735339d2
pygoscelis: Bump to 5.18.0-T14s 2022-05-25 23:33:26 +02:00
43421f6e32
pygoscelis: Bump to 5.17.9-T14s 2022-05-19 20:51:52 +02:00
fb129a89cf
pygoscelis: Bump to 5.17.8-T14s 2022-05-16 19:00:50 +02:00
85874bae47
pygoscelis: Enable more CPU frequency governors for testing 2022-05-16 18:59:50 +02:00
9fa7751d47
pygoscelis: Bump to 5.17.7-T14s 2022-05-13 22:46:00 +02:00
2911e2c9cf
pygoscelis: Bump to 5.17.6-T14s 2022-05-09 18:40:47 +02:00
b95777c3a1
pygoscelis: Enable some USB<->serial adapter modues 2022-05-09 18:40:47 +02:00
ff4da86f32
pygoscelis: Bump to 5.17.5-T14s 2022-04-29 17:22:10 +02:00
5ef0855a10
pygoscelis: Bump the compiler to gcc-11.3.0 2022-04-22 22:15:07 +02:00
b3edad0ec8
pygoscelis: Bump to 5.17.4-T14s 2022-04-22 20:23:48 +02:00
7177fc51a5
Revert "pygoscelis: Disable CONFIG_X86_MSR" as it's needed for cpupower
This reverts commit 8c16c564a1 from
september last year. I expected that only powertop used it but cpupower
needs it aswell for frequency setting.
2022-04-18 20:05:03 +02:00
024dd6cfff
pygoscelis: Bump to 5.17.13-T14s 2022-04-18 20:05:03 +02:00
dcd2119a06
pygoscelis: Enable CONFIG_USB_ACM as module 2022-04-09 17:13:04 +02:00
68ba2d8503
pygoscelis: Bump to 5.17.2-T14s 2022-04-09 17:13:04 +02:00
a7d8843cd3
pygoscelis: Enable CONFIG_X86_AMD_PSTATE=m for verification 2022-03-23 13:33:47 +01:00
58670941a0
pygoscelis: Disable CONFIG_GCC_PLUGIN_LATENT_ENTROPY 2022-03-23 13:14:43 +01:00
048bf8e12e
pygoscelis: Enable CONFIG_STRICT_SIGALTSTACK_SIZE 2022-03-23 13:14:43 +01:00
9792d91797
pygoscelis: Disable CONFIG_NET_VENDOR_ASIX 2022-03-23 13:14:43 +01:00
e5c4b89273
pygoscelis: Bump to 5.17.0-T14s 2022-03-23 13:14:42 +01:00
a1c71547fb
pygoscelis: Bump to 5.15.31-T14s 2022-03-23 11:32:06 +01:00
8927f433ef
pygoscelis: Switch to NO_HZ_FULL 2022-03-20 20:34:36 +01:00
e791b26b23
pygoscelis: Bump to 5.15.30-T14s 2022-03-20 20:34:36 +01:00
0bfe9a5e23
pygoscelis: Bump to 5.15.28-T14s 2022-03-11 15:31:08 +01:00
44101c18e1
pygoscelis: Bump to 5.15.27-T14s 2022-03-10 12:07:00 +01:00
37e0b646f1
pygoscelis: Bump to 5.15.26-T14s 2022-03-02 17:57:24 +01:00
751946a5f7
pygoscelis: Bump to 5.15.25-T14s 2022-02-23 23:07:00 +01:00
691d6c2a0b
pygoscelis: Bump to 5.15.24-T14s 2022-02-16 23:10:23 +01:00
5462df3b75
pygoscelis: Bump to 5.15.23-T14s (would fix CVE-2022-0435)
The CVE is about a bug inside tipc which is disabled in this
configuration. For more details take a look at:
https://bugs.gentoo.org/833112
2022-02-12 00:15:36 +01:00
e543f770f0
pygoscelis: Bump to 5.15.22-T14s 2022-02-11 09:10:38 +01:00
3d50144019
pygoscelis: switch to ECDSA type module signatures 2022-02-05 16:06:18 +01:00
030bf7721c
pygoscelis: Bump to 5.15.20-T14s 2022-02-05 16:06:18 +01:00
5d65445a8a
pygoscelis: Bump to 5.15.19 and fix a use-after-free
gentoo bug:   https://bugs.gentoo.org/832717
openwall:     https://www.openwall.com/lists/oss-security/2022/01/29/1
upstream fix: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f9d87929d451d3e649699d0f1d74f71f77ad38f5
2022-02-05 09:07:00 +01:00