Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kernel 6.1.21 #155

Open
OrangeDog opened this issue Aug 24, 2023 · 5 comments
Open

Add kernel 6.1.21 #155

OrangeDog opened this issue Aug 24, 2023 · 5 comments

Comments

@OrangeDog
Copy link
Contributor

Used by Raspberry Pi OS 2023-05-03.

@OrangeDog
Copy link
Contributor Author

For reference, I tried building it myself and got this error

  LD      .tmp_vmlinux.kallsyms1
arm-linux-gnueabihf-ld: arch/arm/mm/proc-syms.o:(___ksymtab+arm926_dma_clean_range+0x0): undefined reference to `arm926_dma_clean_range'
arm-linux-gnueabihf-ld: arch/arm/mm/proc-syms.o:(___ksymtab+arm926_dma_inv_range+0x0): undefined reference to `arm926_dma_inv_range'
make[1]: *** [scripts/Makefile.vmlinux:34: vmlinux] Error 1
make[1]: Target '__default' not remade because of errors.

@dhruvvyas90
Copy link
Owner

Interesting, I will take a look.

@mendhak
Copy link

mendhak commented Oct 15, 2023

Same for the 2023-10-10 images. So I think this kernel would help with images based on Debian Bookworm.

@OrangeDog
Copy link
Contributor Author

The latest kernel being used is now 6.6.20.

@powerCord154
Copy link

I was able to fix this error my replacing arm926_dma_inv_range: and arm926_dma_clean_range: in file arch/arm/mm/proc-arm926.S with ENTRY(arm926_dma_inv_range) and ENTRY(arm926_dma_clean_range). I was able to compile the image without errors after that. It's probably an old method of defining entries that hasn't been changed in newer kernel revisions yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants