Commit Graph

34 Commits

Author SHA1 Message Date
Julian Sikorski
2c4b43bf73 Update odroidxu4-current to 6.6.122 2026-01-31 17:07:46 +01:00
Igor Pecovnik
f4f91860b4 Odroid XU4: remove upstreamed patches 2026-01-27 23:39:39 +01:00
Julian Sikorski
235a729262 Update odroidxu4-current to 6.6.119 2025-12-15 10:51:35 +01:00
Julian Sikorski
462d714489 Adjusted the patches to apply on top of the hardkernel tree
6.6-stable commit 4e83377 is not easily mergeable with hardkernel 0cd454a
and it is not clear whether the memleak it fixes occurs with the
hardkernel code at all. As such, drop it entirely.
2025-12-15 10:51:35 +01:00
Julian Sikorski
da8c5ce849 Update odroidxu4-current to 6.6.118 2025-12-15 10:51:35 +01:00
Julian Sikorski
23ca542c87
Update odroidxu4-current to 6.6.113 (#8806) 2025-10-23 19:05:47 +02:00
Julian Sikorski
1cf20837d2 Update odroidxu4-current to 6.6.108 2025-10-01 12:08:24 +02:00
Julian Sikorski
b8977cee85 Update odroidxu4-current to 6.6.102 2025-08-19 20:14:58 +02:00
Rolf Leggewie
63986242b6 pad double digits in kernel patch names with a leading zero (#8520)
Affected kernels:
- odroidxu4-6.6
- spacemit-6.6

the following script gets it mostly (!) right

for patch in patch-6.6.*; do
    # Extract the numbers using parameter expansion
    num1=${patch:10:2}  # Get the first number (2 digits)
    num2=${patch:13:2}  # Get the second number (2 digits)

    # Pad the numbers with leading zeros
    padded_num1=$(printf "%03d" "$num1")
    padded_num2=$(printf "%03d" "$num2")

    # Construct the new patch name
    new_patch="patch-6.6.${padded_num1}-${padded_num2}.patch"

    # Rename the file using git mv
    git mv -v "$patch" "$new_patch"
done
2025-08-19 14:10:26 +02:00
Julian Sikorski
6d4464a7c5 Fix up 6.6.98 to 6.6.99 patch to apply on top of odroid kernel 2025-07-30 07:29:37 +02:00
Julian Sikorski
7743cca89d Update odroidxu4-current to 6.6.100 2025-07-30 07:29:37 +02:00
Julian Sikorski
7282020937 Update odroidxu4-current to 6.6.93 2025-06-08 18:04:39 +02:00
Igor Pecovnik
23085db3fb Odroid XU4: fix broken patch 2025-04-30 11:05:17 +02:00
Julian Sikorski
c4013438d8 Update odroidxu4-current to 6.6.88 2025-04-30 09:05:28 +02:00
Julian Sikorski
2b8a418a54 Update odroidxu4-current to 6.6.81 2025-03-09 10:47:53 +01:00
Julian Sikorski
222c875761 Update odroidxu4-current to 6.6.75 2025-02-08 19:38:57 +01:00
Ricardo Pardini
c2c543f879 odroidxu4/current: rewrite-kernel-patches, no changes 2025-01-05 10:15:14 +01:00
Igor Pecovnik
9b5dc3b046 Odroid XU4: remove deprecated patches 2024-12-24 14:28:42 +01:00
Julian Sikorski
f087f2e197 Update odroidxu4-current to 6.6.65 2024-12-15 13:41:24 +01:00
Igor Pecovnik
49269d68f7 Revert "Update odroidxu4-current to 6.6.59"
This reverts commit d7a6047cea.
2024-11-04 18:44:51 +01:00
Julian Sikorski
d7a6047cea Update odroidxu4-current to 6.6.59 2024-11-04 15:13:28 +01:00
Igor Pecovnik
d8284855c8 Odroid XU4 kernel: remove deprecated patches 2024-10-08 08:32:15 +02:00
Igor Pecovnik
c2149ade6e Revert "Update odroidxu4-current to 6.6.54"
This reverts commit 3bb85b5225.
2024-10-08 07:56:27 +02:00
Julian Sikorski
3bb85b5225 Update odroidxu4-current to 6.6.54 2024-10-06 17:54:10 +02:00
Julian Sikorski
72062ba258 Update odroidxu4-current to 6.6.51 2024-09-14 17:39:55 +02:00
Igor Pecovnik
155c54f591 Odroid XU4: remove deprecated patches 2024-09-11 18:51:12 +02:00
Julian Sikorski
0cee899233 Update odroidxu4-current to 6.6.47 2024-08-21 14:02:37 +02:00
Igor Pecovnik
a9670b1dc5 Odroid XU4: Remove deprecated patches on CURRENT branch 2024-08-08 07:38:03 +02:00
Julian Sikorski
3d59517505 Update odroidxu4-current to 6.6.43 2024-08-02 17:20:37 +02:00
Julian Sikorski
2eb742bfa5 Update odroidxu4-current to 6.6.41 2024-07-23 11:37:14 +02:00
Igor Pecovnik
560993ac7a Odroid XU4: remove deprecated patch 2024-06-29 08:37:38 +02:00
Julian Sikorski
8ca4068c96 Update odroidxu4-current to 6.6.36 2024-06-28 08:39:37 +02:00
Igor Pecovnik
f9940caee4 Odroid XU4: Remove deprecated patches 2024-06-12 16:03:35 +02:00
Igor Pecovnik
f17391b59a Odroid XU4 - adjust patch folder, apply config rewrite 2024-06-02 11:53:18 +02:00