mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
|
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
On the kirkwood target, packages would frequently fail to install with
APKE_ADB_SCHEMA, APKE_ADB_BLOCK, and/or segfaults. The culprit was
unaligned access leading to bogus values being read out of memory on
these particular ARMv5 CPUs.
Pull in the relevant upstream fixes to address this.
Fixes: https://github.com/openwrt/openwrt/issues/21307
Link: https://gitlab.alpinelinux.org/alpine/apk-tools/-/merge_requests/391
Link: https://gitlab.alpinelinux.org/alpine/apk-tools/-/merge_requests/392
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/21958
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| 0001-openwrt-move-layer-db-to-temp-folder.patch | ||
| 0010-app_list-add-full-print.patch | ||
| 0020-io-fix-invalid-fetch-timestamps-with-wget-backend.patch | ||
| 0030-defines-align-apk_array.patch | ||
| 0031-defines-rework-apk_unaligned_-helpers.patch | ||
| 0032-extract_v3-fix-unaligned-access-of-file-mode.patch | ||
| 0033-io-synchronize-istream-buffer-alignment-with-file-of.patch | ||