aboutsummarylogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2018-11-18new configsyar
2018-10-22config 4.19yar
2018-08-17config 4.18.2yar
2018-08-16bump 4.17.15 using linux-hardened treeyar
2018-06-03config 4.17yar
2018-04-03config 4.16yar
2018-01-28config 4.15yar
2018-01-18bump 4.14.14yar
2018-01-02bump 4.14.11yar
2017-12-28fix unwinder var nameyar
2017-11-15config 4.14yar
2017-09-13config 4.13.1yar
2017-09-13stop supporting i686yar
2017-07-10transparent_hugepage = madviseyar
2017-07-02config 4.12yar
2017-05-01config 4.11yar
2017-04-01CONFIG_SERIAL_8250_CONSOLE=yyar
this is absolutely necessary for linode's KVM and i totally screwed up not adding it before
2017-03-31CONFIG_USB_HID=myar
on vanilla arch linode, /etc/mkinitcpio.conf has HOOKS="keyboard" and wants 'usbhid' module the initramfs hook gives errors without that module even after setting y, it still errored. so let's try setting it to 'm'
2017-02-20config 4.10yar
2016-12-11config 4.9yar
2016-11-20enable USB_HIDyar
otherwise a new linode will give you errors like ==> ERROR: module not found: `usbhid' ==> WARNING: errors were encountered during the build. The image may not be complete. error: command failed to execute correctly
2016-11-20configs for full KVM virtualization (not just para-)yar
per https://www.linode.com/docs/platform/kvm-reference again: CONFIG_E1000=y CONFIG_ATA_PIIX=y
2016-11-20prepare configs for KVMyar
per https://www.linode.com/docs/platform/kvm-reference CONFIG_KVM_GUEST=y CONFIG_VIRTIO_PCI=y CONFIG_VIRTIO_PCI_LEGACY=y CONFIG_BLK_DEV_SD=y CONFIG_SCSI_VIRTIO=y CONFIG_VIRTIO_NET=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y
2016-10-08config 4.8.1yar
2016-07-29config 4.7yar
2016-06-28config 4.6.3yar
2016-03-18config 4.5yar
2016-01-10config 4.4yar
2015-12-11enable bpf()yar
as per upstream https://bugs.archlinux.org/task/47008 https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=39aec6f404878881181dd78bf10f60dbc5caca21
2015-11-10config 4.3yar
2015-10-25multicast routingyar
https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=3c559c1e8886453224ab8d92f5c0f8cd9e2d8705 https://bugs.archlinux.org/task/46714
2015-08-30config 4.2yar
2015-07-03config 4.1yar
2015-07-03TCP_MD5SIGyar
https://bugs.archlinux.org/task/44596 https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=c66a1d76
2015-07-03kmem, swap accountingyar
swap accounting is still disabled by default, but now possible kmem stuff was just enabled by vanilla arch: https://bugs.archlinux.org/task/44847 https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=9b5eb33c it's not clear why these were bundled together, actually. maybe they made a mistake.
2015-07-03config 4.0yar
2015-07-03config 3.19 for i686yar
2015-07-03config 3.18yar
2015-07-03config 3.17yar
2015-07-03protect module memoryyar
CONFIG_DEBUG_SET_MODULE_RONX RO/NX protection for kernel modules https://bugs.archlinux.org/task/41347
2015-07-03relocatable and randomizableyar
it seems that RELOCATABLE has been off since the very beginning, not sure why to randomize, it would still need kaslr passed on the kernel line (will test) randomize also needs dmesg_restrict & kptr_restrict, and even with that won't be safe for a long time... https://bugs.archlinux.org/task/41463
2015-07-03config 3.16yar
2015-07-03prevent mmap below 64Kyar
https://bugs.archlinux.org/task/41260 http://cateee.net/lkddb/web-lkddb/DEFAULT_MMAP_MIN_ADDR.html
2015-07-03enable DM_THIN_PROVISIONINGyar
'needed for docker devicemapper graphdriver', says m0ikz
2015-07-03disable MEMCG_KMEMyar
'strongly discouraged by upstream' https://bugs.archlinux.org/task/40818
2015-07-03config 3.15yar
2015-07-03-fstack-protector-strong (really this time)yar
2015-07-03Revert "-fstack-protector-strong" - required gcc still in [testing]yar
This reverts commit b5dc004de7a9785bbea257f96932faa5c8c90fbd.
2015-07-03-fstack-protector-strongyar
2015-07-03enable yamayar