Jan Lübbe

Results 305 comments of Jan Lübbe

File-backed mount support for EROFS has been [merged for Linux v6.12](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fb176750266a). As that avoids the loopback device, it should make it easier to associate the fsverity signature to the erofs...

@ejoerns had some further comments on this PR during the trip back from FOSDEM, which I'll address. Rebasing ontop of the key setup should then fix the qemux86 build.

> Waiting until the lock releases indefinitely is the intended behavior. The comment on the function is incorrect, not the code (the same incorrect comment exists in "full" ebtables). I...

> In theory, ebtables should never run long enough for any of this to matter. If the lock is ever held longer than a few milliseconds, that seems like a...

@rotanid Do you have some details on the kernel bug?

The commit message contains a typo ("count"). Are there any security implications of calling the helpers via the setuptools wrappers?

@b2vn As you contributed the original Modbus RTU support in https://github.com/labgrid-project/labgrid/pull/806, do you have an opinion regarding this refactoring and my suggested approach in https://github.com/labgrid-project/labgrid/pull/1394#pullrequestreview-2182947267?

This is (currently) by design, as it naturally allows using one TFTP (/HTTP/NFS) server for multiple places. When starting per Resource, we'd need to allocate ports per instance, which also...

I seem to have triggered this issue on riot.im. Is there any way to recover?

This is not equivalent to the old behavior, as touch may create files readable by other users. Also, touch doesn't fail if the file already exists. At least, this change...