Mieczyslaw Nalewaj

Results 224 comments of Mieczyslaw Nalewaj

stderror: ``` + mkdir -p /root/work.work/6.12/openwrt/staging_dir/target-mipsel_24kc_musl + cd /root/work.work/6.12/openwrt/staging_dir/target-mipsel_24kc_musl + mkdir -p bin lib stamp usr/include usr/lib .tmp_vmlinux1.kallsyms.S: Assembler messages: .tmp_vmlinux1.kallsyms.S:18: Error: junk at end of line, first unrecognized character...

[tmp_vmlinux1.kallsyms.S.zip](https://github.com/user-attachments/files/17275291/tmp_vmlinux1.kallsyms.S.zip)

The question is: what could be causing this? I have no ideas.

~~I found this: https://fossies.org/linux/gcc/gcc/config/mmix/mmix.cc (line 323). So I'm testing compiling with gcc 14.~~ No change

Necessary changes in the remaining code: - patch ".remove" functions because since kernel 6.11 the result of platform_driver.remove changes type from int to void. - patch "#include" because since kernel...

@nbd168 Maybe you know where the sources for 6.11.2 mac80211 backports come from? I would like to know if there is a version that supports kernel 6.12 (next?). On https://git.kernel.org/pub/scm/linux/kernel/git/backports/backports.git/...

PR does not contain config changes yet, so the queries in kconfig are correct. For now I am focusing on the kernel and packages. The compilation error is a problem...

![obraz](https://github.com/user-attachments/assets/547f7f10-7f08-4d6e-94c9-fd43b99230c3) First success for x86_64 :) Time to deal with the config-6.12 files.

@vortexilation This patch was in the code almost 9 years ago and then removed for reasons unknown to me. I suggest creating a new PR and adding 613-netfilter_optional_tcp_window_check.patch for the...