summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update namespace user.pax.* on tmpfs patch6.1-26Mike Pagano2023-03-301-7/+7
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=903513 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* Create the 6.1 genpatches branch with genpatchesMike Pagano2022-11-221-0/+66
| | | | | | | | | | | | | | | Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758 tmp513 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #710790. Thanks to Phil Stracchino sign-file: full functionality with modern LibreSSL Kernel Self Protection patch CPU Optimization patch Print firmware info (Reqs CONFIG_GENTOO_PRINT_FIRMWARE_INFO Patch to enable link security restrictions by default. Patch to support for namespace user.pax.* on tmpfs. Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* Clean up masterMike Pagano2015-06-231-54/+0
|
* Add patch to support namespace user.pax.* on tmpfs, bug #470644Anthony G. Basile2014-10-061-0/+54
This patch is needed on all Gentoo to preserve end-to-end support of PaX flags held in the extended attribute namespace user.pax.* Even non-hardened Gentoo users need this in case they switch from a gentoo-sources kernel to hardened. With the XATTR_PAX markings already in place, they do not need to remake the PaX flags on all their ELF objects because it will already be done.