-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Conversation
@gseqBE
gseqBE
force-pushed
the
gds/fixes-linux-headers-6-6-62
branch
from
January 7, 2025 14:46
65b6e30 to
6f35c15
Compare
@gseqBE
gseqBE
force-pushed
the
gds/fixes-linux-headers-6-6-62
branch
from
January 7, 2025 14:47
6f35c15 to
a746481
Compare
This was referenced Jan 7, 2025
@gseqBE
gseqBE
changed the title
(削除) Fixes linux headers 6.6.62 (削除ここまで)
(追記) Fixes for linux headers 6.6.62 (追記ここまで)
Jan 7, 2025
gseqBE
commented
Jan 17, 2025
Author
@adrianomarto
Could you have a look at this. Thanks.
h0nIg
commented
Jan 6, 2026
@gseqBE @ahoenerBE are you sure this fixes all errors? with 6.12 i get:
make -C /usr/src/linux-headers-6.12.47+rpt-rpi-v6 M=/home/xxx/soft_uart/soft_uart modules
make[1]: Entering directory '/usr/src/linux-headers-6.12.47+rpt-rpi-v6'
CC [M] /home/xxx/soft_uart/soft_uart/module.o
/home/xxx/soft_uart/soft_uart/module.c:47:22: error: initialization of ‘ssize_t (*)(struct tty_struct *, const u8 *, size_t)’ {aka ‘int (*)(struct tty_struct *, const unsigned char *, unsigned int)’} from incompatible pointer type ‘long int (*)(struct tty_struct *, const unsigned char *, long unsigned int)’ [-Werror=incompatible-pointer-types]
47 | .write = soft_uart_write,
| ^~~~~~~~~~~~~~~
/home/xxx/soft_uart/soft_uart/module.c:47:22: note: (near initialization for ‘soft_uart_operations.write’)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Compilation fixes for Tested on PI Zero, Linux 6.6.62+rpt-rpi-v8 Bookworm
Details:
image