summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-kernel/linux-headers: keyword 5.19Sam James2022-08-051-2/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: unkeyword 5.19 except for loongWANG Xuerui2022-08-041-1/+2
| | | | | | | | | Pending more exhaustive testing on other arches (esp. amd64), but loong is on this version effectively since the beginning, so keeping only its keyword. Closes: https://github.com/gentoo/gentoo/pull/26696 Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-kernel/linux-headers: sync H_SUPPORTEDARCH for 5.19WANG Xuerui2022-08-041-1/+1
| | | | | | | | | | | | Many of the arches listed are long gone in upstream sources, so finally remove them for good. Many are never supported by ::gentoo at all. csky is added while at it: although the arch is not currently being supported by Gentoo, the keyword would almost certainly be "csky" if support is ever added, so preemptively add it like what was done with others (e.g. hexagon and openrisc). Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-kernel/linux-headers: add 5.19, drop 5.19_rc3WANG Xuerui2022-08-042-23/+8
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-kernel/linux-headers: add 5.19_rc3, drop 5.19_rc1WANG Xuerui2022-06-252-2/+14
| | | | | | Fix installation while at it. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-kernel/linux-headers: add 5.19_rc1WANG Xuerui2022-06-242-0/+59
| | | | | | | | | | | | | | | | While we can certainly wait for the official 5.19 release, adding this facilitates early loong testing across a wide variety of packages, because 5.19 is the earliest Linux version with upstreamed loong support. IUSE=experimental-loong is dropped while at it. This package will be replaced with the proper 5.19 release once that one is officially out. This is ~loong-only, because there isn't significant changes for other arches. Reviewed-by: Sam James <sam@gentoo.org> Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-kernel/linux-headers: add 5.18 patch for lirc build breakageSam James2022-06-052-0/+63
| | | | | Closes: https://bugs.gentoo.org/847886 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: add 5.18WANG Xuerui2022-05-252-0/+65
| | | | | | | | | | | | Also updated the loongarch patchset [1] to upstream v11 [2], most notably removing the fstat and newfstatat syscalls. [1]: https://github.com/xen0n/linux/releases/tag/for-gentoo-linux-headers-5.18-20220523 [2]: https://lore.kernel.org/all/20220518092619.1269111-1-chenhuacai@loongson.cn/ See: https://github.com/gentoo/gentoo/pull/25592 Reviewed-by: Sam James <sam@gentoo.org> Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-kernel/linux-headers: egrep -> grep -ESam James2022-05-155-5/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: keyword 5.17-r1 for ~loongWANG Xuerui2022-04-291-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-kernel/linux-headers: add experimental loong patchsetWANG Xuerui2022-04-243-2/+14
| | | | | Closes: https://github.com/gentoo/gentoo/pull/25162 Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-kernel/linux-headers: add 5.17Sam James2022-03-312-0/+56
| | | | | Closes: https://bugs.gentoo.org/836412 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: update EAPI 6 -> 7David Seifert2022-03-209-82/+102
| | | | | Closes: https://github.com/gentoo/gentoo/pull/24682 Signed-off-by: David Seifert <soap@gentoo.org>
* sys-kernel/linux-headers: drop versionsDavid Seifert2022-03-209-379/+0
| | | | | Closes: https://github.com/gentoo/gentoo/pull/24673 Signed-off-by: David Seifert <soap@gentoo.org>
* sys-kernel/linux-headers: quote $(tc-*) callsDavid Seifert2022-03-206-12/+12
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-kernel/linux-headers: add 5.16David Seifert2022-01-102-0/+54
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-kernel/linux-headers: drop patch in patchset for 5.10Sam James2022-01-012-25/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: stabilize 5.10-r2Sam James2022-01-011-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: stabilize 5.15-r3Sam James2022-01-011-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: fix musl patch for 5.15Sam James2022-01-011-5/+6
| | | | | Closes: https://bugs.gentoo.org/830338 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: fix 5.15 patchSam James2021-12-312-9/+9
| | | | | | | We don't need to drop the const bit, avoids us patching consumers. Thanks-to: Jory A. Pratt <anarchy@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: fix 5.10 for musl (sysinfo.h)Sam James2021-12-302-0/+76
| | | | | | | Notably fixes btrfs-progs build. Closes: https://bugs.gentoo.org/828726 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: fix 5.10 for musl (sysinfo.h)Sam James2021-12-302-0/+73
| | | | | | | Notably fixes btrfs-progs build. Closes: https://bugs.gentoo.org/828726 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: stable 5.15-r1 for hppa, bug #829939Rolf Eike Beer2021-12-251-1/+1
| | | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: stable 5.15-r1 for sparc, bug #829939Rolf Eike Beer2021-12-251-1/+1
| | | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: Stabilize 5.15-r1 ppc, #829939Georgy Yakovlev2021-12-241-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-kernel/linux-headers: Stabilize 5.15-r1 ppc64, #829939Georgy Yakovlev2021-12-241-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-kernel/linux-headers: Stabilize 5.15-r1 x86, #829939Sam James2021-12-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: Stabilize 5.15-r1 arm, #829939Sam James2021-12-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: Stabilize 5.15-r1 arm64, #829939Sam James2021-12-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: Stabilize 5.15-r1 amd64, #829939Sam James2021-12-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: restrict testsSam James2021-12-241-4/+5
| | | | | | | Not meaningful atm. Closes: https://bugs.gentoo.org/816762 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: add more background to musl patchSam James2021-12-231-12/+35
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: fix build failure of linux sources on muslSam James2021-12-011-0/+5
| | | | | Closes: https://bugs.gentoo.org/827927 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: add musl patch for 5.10Sam James2021-11-212-0/+77
| | | | | | | | | Stable revbump given this is exactly what's already applied in ::musl and we're only applying this new patch conditionally. We want installs done with the new stages to not have to "downgrade" to the ::gentoo version which lacks the header fixes that this patch _now_ adds. Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: mask 5.15 instead of dekeywording to explainSam James2021-11-041-1/+1
| | | | | Bug: https://bugs.gentoo.org/821397 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: unkeyword 5.15 for more testingSam James2021-11-041-1/+1
| | | | | | | | | | | | | | | | Just for now. No major issues reported but there's enough going on right now (sandbox ptrace fun, meson 0.60.x, and linux-headers 5.15 breaking systemd and systemd-components at build time). Note that I probably wouldn't bother dekeywording this if it weren't for other things going on. Just trying to avoid users being bombarded with various build issues at the same time (due to aforementioned stuff ^). Bug: https://bugs.gentoo.org/821550 Bug: https://bugs.gentoo.org/821397 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: add 5.15Sam James2021-11-032-0/+47
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: update SRC_URISam James2021-10-016-7/+7
| | | | | | | | slyfox@ has retired and I've archived the distfiles in my devspace. Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: Replace ${CATEGORY}/${PN} with package nameJakov Smolić2021-09-301-1/+1
| | | | | | | | | | - ${CATEGORY} turned out to be problematic when building cross toolchain using crossdev, as it autogenerates the cross ebuild and replaces ${CATEGORY} with `cross-${CTARGET}` so we end up with invalid SRC_URI ( cross-${CTARGET}/linux-headers instead of sys-kernel/linux-headers ) Acked-by: Sam James <sam@gentoo.org> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-kernel/linux-headers: keyword 5.14Sam James2021-09-051-1/+1
| | | | | Bug: https://bugs.gentoo.org/811696 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: drop old commentSam James2021-09-0512-12/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: add 5.14Sam James2021-09-052-0/+48
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/linux-headers: restore ~arch KEYWORDS for 5.13Sergei Trofimovich2021-07-091-1/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-kernel/linux-headers: Use .tar.xz extension for consistencyDavid Seifert2021-07-052-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-kernel/linux-headers: add 5.13David Seifert2021-07-052-0/+47
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-kernel/linux-headers: drop m32r from newer versionsMike Frysinger2021-06-306-6/+6
| | | | | | | The m32r port was dropped in linux-4.17, so all versions after that do not support m32r. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sys-kernel/linux-headers: EAPI 7David Michael2021-05-271-3/+2
| | | | | | | Closes: https://bugs.gentoo.org/770979 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-kernel/linux-headers: bump up to 5.12Sergei Trofimovich2021-04-262-0/+48
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>