Re: UML failing at "Failed to initialize default registers" on kernel 5.10

2025-01-19 Thread Thomas Meyer
Am 20. Januar 2025 00:25:35 MEZ schrieb Glenn Washburn : >Hi Benjamin, > >After applying the close_range patch, I'm now getting a failure at >runtime where the last line printed from UML is "Failed to initialize >default registers". The host is on Debian 11 at kernel 5.10.216. I've >bisected th

Re: [PATCH 1/3] rust: arch/um: Use 'pie' relocation mode under UML

2023-01-15 Thread Thomas Meyer
Hi, Am 17. Dezember 2022 05:44:34 MEZ schrieb David Gow : >UML expects a position independent executable for some reason, I think I did add this to make UML build on Debian... > so tell >rustc to generate pie objects. Otherwise we get a bunch of relocations >we can't deal with in libcore. > >S