Re: [PATCH 1/2] rust: arch/um: use 'static' relocation model for uml modules

2024-09-04 Thread Zigit Zo
On Wed, Sep 04, 2024 at 11:30:12AM +0200, Geert Stappers wrote: > I failed to match the actual change with the commit message. Consider > that ignorance on my side. FYI, I'm using the master branch of the upstream, but yes it's in the 'rust-next' or other branches as well, so maybe not a big deal

Re: [PATCH 1/2] rust: arch/um: use 'static' relocation model for uml modules

2024-09-04 Thread Geert Stappers
On Tue, Sep 03, 2024 at 09:06:05PM +0800, Zigit Zo wrote: > In the x86_64 UML, kernel modules compiled with Rust will currently > generate some R_X86_64_GOTPCREL relocations, which will then be rejected > by the kernel. > > And because of the kernel modules of UML are only got handled by the UML >