Kacper Słomiński

Results 37 comments of Kacper Słomiński

The function this happened in does not exist anymore, and IIRC it was due to a copy-paste mistake resulting in the use of the wrong node type to complete the...

The values are off by 501 and 500 respectively, which is certainly suspicious.

Looking at this again, I think this is because we don't disable memory decode before trying to determine the BAR size (so we end up writing an illegal address into...

Can you try compiling and running the [LAI test image](https://github.com/managarm/lai_tools/tree/master#bootable-image) to rule out bugs outside of LAI?

Should the version check also be reflected in the xbps package dependencies?

Oh my bad, I thought this was for package dependency versions, not xbstrap's version itself

Fixed wrong version name being extracted from `.gnu.version_d` and fixed inconsistency with readelf output regarding single or double `@` (`getrpcent_r@@GLIBC_2.1.2` vs `getrpcent_r@GLIBC_2.0`; determined by uppermost bit of the version number...

This is caused by the following chain of events: 1. Thread 1 initiates a helSubmitAsync on it's lane of a stream to talk to thread 2 2. Thread 1 quits...