mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Switch odroidxu4-current kernel to 6.6
This commit is contained in:
@@ -19,9 +19,9 @@ case $BRANCH in
|
||||
current)
|
||||
|
||||
KERNELSOURCE='https://github.com/hardkernel/linux'
|
||||
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
|
||||
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
|
||||
declare -g KERNEL_SKIP_MAKEFILE_VERSION="yes" # Armbian patches change the version here, so no use having it in the version string.
|
||||
KERNELBRANCH='branch:odroidxu4-6.1.y'
|
||||
KERNELBRANCH='branch:odroid-6.6.y'
|
||||
KERNELPATCHDIR=odroidxu4-current
|
||||
KERNEL_DRIVERS_SKIP+=(driver_rtl8811CU_rtl8821C) # rtl8821 is already shipped with hardkernel's source
|
||||
;;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
22054
patch/kernel/odroidxu4-current/patch-6.6.13-14.patch
Normal file
22054
patch/kernel/odroidxu4-current/patch-6.6.13-14.patch
Normal file
File diff suppressed because it is too large
Load Diff
17557
patch/kernel/odroidxu4-current/patch-6.6.14-15.patch
Normal file
17557
patch/kernel/odroidxu4-current/patch-6.6.14-15.patch
Normal file
File diff suppressed because it is too large
Load Diff
18114
patch/kernel/odroidxu4-current/patch-6.6.15-16.patch
Normal file
18114
patch/kernel/odroidxu4-current/patch-6.6.15-16.patch
Normal file
File diff suppressed because it is too large
Load Diff
6328
patch/kernel/odroidxu4-current/patch-6.6.16-17.patch
Normal file
6328
patch/kernel/odroidxu4-current/patch-6.6.16-17.patch
Normal file
File diff suppressed because it is too large
Load Diff
15595
patch/kernel/odroidxu4-current/patch-6.6.17-18.patch
Normal file
15595
patch/kernel/odroidxu4-current/patch-6.6.17-18.patch
Normal file
File diff suppressed because it is too large
Load Diff
13387
patch/kernel/odroidxu4-current/patch-6.6.18-19.patch
Normal file
13387
patch/kernel/odroidxu4-current/patch-6.6.18-19.patch
Normal file
File diff suppressed because it is too large
Load Diff
33
patch/kernel/odroidxu4-current/patch-6.6.19-20.patch
Normal file
33
patch/kernel/odroidxu4-current/patch-6.6.19-20.patch
Normal file
@@ -0,0 +1,33 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 6130b6bd8d6c5..a3bdd583afcc6 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
VERSION = 6
|
||||
PATCHLEVEL = 6
|
||||
-SUBLEVEL = 19
|
||||
+SUBLEVEL = 20
|
||||
EXTRAVERSION =
|
||||
NAME = Hurr durr I'ma ninja sloth
|
||||
|
||||
diff --git a/fs/ntfs3/frecord.c b/fs/ntfs3/frecord.c
|
||||
index 61c51650266ef..22fe7f58ad638 100644
|
||||
--- a/fs/ntfs3/frecord.c
|
||||
+++ b/fs/ntfs3/frecord.c
|
||||
@@ -2457,7 +2457,6 @@ int ni_read_frame(struct ntfs_inode *ni, u64 frame_vbo, struct page **pages,
|
||||
struct ATTR_LIST_ENTRY *le = NULL;
|
||||
struct runs_tree *run = &ni->file.run;
|
||||
u64 valid_size = ni->i_valid;
|
||||
- loff_t i_size = i_size_read(&ni->vfs_inode);
|
||||
u64 vbo_disk;
|
||||
size_t unc_size;
|
||||
u32 frame_size, i, npages_disk, ondisk_size;
|
||||
@@ -2509,6 +2508,7 @@ int ni_read_frame(struct ntfs_inode *ni, u64 frame_vbo, struct page **pages,
|
||||
err = -EOPNOTSUPP;
|
||||
goto out1;
|
||||
#else
|
||||
+ loff_t i_size = i_size_read(&ni->vfs_inode);
|
||||
u32 frame_bits = ni_ext_compress_bits(ni);
|
||||
u64 frame64 = frame_vbo >> frame_bits;
|
||||
u64 frames, vbo_data;
|
||||
6415
patch/kernel/odroidxu4-current/patch-6.6.20-21.patch
Normal file
6415
patch/kernel/odroidxu4-current/patch-6.6.20-21.patch
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
30025
patch/kernel/odroidxu4-current/patch-6.6.22-23.patch
Normal file
30025
patch/kernel/odroidxu4-current/patch-6.6.22-23.patch
Normal file
File diff suppressed because it is too large
Load Diff
16659
patch/kernel/odroidxu4-current/patch-6.6.23-24.patch
Normal file
16659
patch/kernel/odroidxu4-current/patch-6.6.23-24.patch
Normal file
File diff suppressed because it is too large
Load Diff
1218
patch/kernel/odroidxu4-current/patch-6.6.24-25.patch
Normal file
1218
patch/kernel/odroidxu4-current/patch-6.6.24-25.patch
Normal file
File diff suppressed because it is too large
Load Diff
15825
patch/kernel/odroidxu4-current/patch-6.6.25-26.patch
Normal file
15825
patch/kernel/odroidxu4-current/patch-6.6.25-26.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user