- Sep 04, 2024
-
-
This change adds patches for fixing `make menuconfig` failures with old kernels due to changes in GNU Make and C compilers. Signed-off-by:
Masanori Ogino <mogino@acm.org> [ci:skip-build]: already built successfully in CI
-
- May 09, 2024
-
-
Newbyte authored
Part of https://gitlab.com/postmarketOS/pmaports/-/issues/2401 [ci:skip-build]: already built successfully in CI
-
Newbyte authored
Part of https://gitlab.com/postmarketOS/pmaports/-/issues/2401 [ci:skip-build]: already built successfully in CI
-
- Apr 30, 2024
-
-
Part of https://gitlab.com/postmarketOS/pmaports/-/issues/2401 [ci:skip-build]: already built successfully in CI
-
- Feb 25, 2024
-
-
This fixes building for linux-lg-vee7e, and adds a shared patch. The shared patch replaces the "Solaris style flags" in piggy.gzip.S [ci:skip-build]: already built successfully in CI
-
- Jan 15, 2024
-
- Jan 01, 2024
-
-
linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section-xz-supplementation.patch contains an addition that was not part of linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch simply because error did not occur with the config I tested with. [ci:skip-build]: already built successfully in CI
-
- Dec 15, 2023
-
-
[ci:skip-build]: Already built successfully in CI.
-
- Dec 01, 2023
-
-
- Nov 19, 2023
-
-
With recent gcc versions we get errors like: /linux/arch/arm/mm/proc-v7.S: Assembler messages: /linux/arch/arm/mm/proc-v7.S:425: Error: junk at end of line, first unrecognized character is `#' Seen on at least two samsung kernels based on 3.4 and 3.10. Fix issue by backporting (part of) commit found in mainline.
-
- Nov 07, 2023
-
-
[ci:skip-build]: already built successfully in CI
-
- Apr 11, 2023
-
-
[ci:skip-build]: already built successfully in CI
-
- Jun 19, 2022
-
-
Merge and move Spreadtrum patches from these kernels to shared-patches: * linux-finepower-f1 * linux-samsung-{gtel3g,gtelwifi,j1mini3g,j3xnlte} * linux-zte-p731a20 [ci:skip-build]: already built successfully in CI
-
- Apr 24, 2022
-
-
Oliver Smith authored
-
- May 19, 2021
-
-
- Mar 31, 2021
-
-
These are various debugging related patches that I have used over the time when attempting to get new features working for the mainline kernel. Given that the downstream kernel is just intended for debugging in this case, it seems convenient to add them to pmaports so I don't need to go search for them in case I need them again in the future. [ci:skip-build] Already built on CI
-
- Nov 11, 2020
-
-
- Nov 10, 2020
-
-
[ci:skip-build] [ci:ignore-count] [ci:skip-vercheck]
-
- Nov 05, 2020
-
-
Mostly the GCC10 yylloc failure was seen but several others have been observed: * wireguard script was silently failing * several gcc10 x86 errors * a checksum from kernel.org has changed Now we have 3 different gcc10 yylloc patches: gcc10-extern_YYLOC_global_declaration.patch: Linux < 4.2 linux4.2-gcc10-extern_YYLOC_global_declaration.patch: Linux 4.2+ linux4.17-gcc10-extern_YYLOC_global_declaration.patch: Linux 4.17+ [ci:skip-build] [ci:ignore-count] [ci:skip-vercheck]
-
- Oct 30, 2020
-
-
- Sep 17, 2020
-
-
Patch makes yyloc declaration extern.
-
- Mar 15, 2020
-
-
All the downstream kernels reference ../../.shared-patches in their symlinks. Now that we have moved device ports to device/testing/*, those symlinks are no longer working. Changing the path would require fixing all downstream packages *and* a new pmbootstrap release. Overall it seems easier to move the .shared-patches folder to device/.shared-patches. Since it is only relevant for downstream kernel packages in device/ that might be a better place in general.
-