<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git, branch rust</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/?h=rust</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/?h=rust'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2026-04-24T15:20:44Z</updated>
<entry>
<title>fix rust build</title>
<updated>2026-04-24T15:20:44Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-24T15:20:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=388c1813adcb65e09828cdbc4497c931b504d968'/>
<id>urn:sha1:388c1813adcb65e09828cdbc4497c931b504d968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7500 from ririyeye/fix/7250-linux-ko-insmod</title>
<updated>2026-04-23T08:49:35Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-23T08:49:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e7d86ead6c2760d1ca3548093673ef1db99e85c3'/>
<id>urn:sha1:e7d86ead6c2760d1ca3548093673ef1db99e85c3</id>
<content type='text'>
fix linux module insmod failure on kernel 6.12+</content>
</entry>
<entry>
<title>fix linux driver final review issue</title>
<updated>2026-04-23T07:37:04Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T07:37:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=fbd947dc0138b3883e1de709a5e0d59269bdf486'/>
<id>urn:sha1:fbd947dc0138b3883e1de709a5e0d59269bdf486</id>
<content type='text'>
Drop the redundant newline normalization in kernel config checks because io.readfile() already returns newline-split content suitable for line-based matching.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux driver review follow-ups</title>
<updated>2026-04-23T03:51:25Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T03:51:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=c615accfecf3e2230b85292b92af20ee580a6252'/>
<id>urn:sha1:c615accfecf3e2230b85292b92af20ee580a6252</id>
<content type='text'>
Use target:is_cross() for kbuild probing, normalize module-common paths before comparing them, and check kernel configs line by line for clearer exact matches.

Made-with: Cursor
</content>
</entry>
<entry>
<title>Update xmake.lua</title>
<updated>2026-04-23T03:25:00Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-23T03:25:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=9a4b097037c1b32a66e45b131e6fbfddefff88c7'/>
<id>urn:sha1:9a4b097037c1b32a66e45b131e6fbfddefff88c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update hello.c</title>
<updated>2026-04-23T03:20:52Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-23T03:20:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=5771e3ccd28b9378aecced548fa20fefbd2cc216'/>
<id>urn:sha1:5771e3ccd28b9378aecced548fa20fefbd2cc216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test add linux driver cross compile example</title>
<updated>2026-04-23T02:39:33Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T02:39:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=7b2c43757d8d51997087f14d24716e384db21b1d'/>
<id>urn:sha1:7b2c43757d8d51997087f14d24716e384db21b1d</id>
<content type='text'>
Add a minimal platform.linux.module sample that documents custom linux headers/builddir usage for cross toolchains and verifies the new cross-build workflow.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux driver cross compile detection</title>
<updated>2026-04-23T02:39:22Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T02:39:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=c110d46d8cbb7ce929a98c58fc43668431f9fbe8'/>
<id>urn:sha1:c110d46d8cbb7ce929a98c58fc43668431f9fbe8</id>
<content type='text'>
Pass ARCH and CROSS_COMPILE for same-platform cross builds and derive the toolchain prefix from versioned gcc names so kbuild flag probing uses the correct target tools.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux module review follow-ups</title>
<updated>2026-04-23T02:17:10Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T02:17:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d84515c3041e38f9fbccfab31c13e0b4b6627ddc'/>
<id>urn:sha1:d84515c3041e38f9fbccfab31c13e0b4b6627ddc</id>
<content type='text'>
Tighten kernel config detection to avoid prefix matches and share module-common.c lookup so dependency tracking and compilation stay aligned.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux module builds on kernel 6.12+</title>
<updated>2026-04-22T15:29:47Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-22T15:29:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=874c9aa63257f578768391aea5a12601a1874ce3'/>
<id>urn:sha1:874c9aa63257f578768391aea5a12601a1874ce3</id>
<content type='text'>
Keep xmake's linux module rule aligned with modern kbuild so generated .ko files retain vermagic and modversion metadata required for loading on newer kernels.
</content>
</entry>
</feed>
