Solar Designer

Results 829 comments of Solar Designer
trafficstars

> scrypt("pleaseletmein", "SodiumChloride", 1048576, 8, 1) = FAILED This test needs 1 GiB of memory, and your system doesn't seem to have that much RAM+swap. Maybe we need to add...

> I just ran into the same thing, but using qemu on a machine with plenty of RAM. You didn't say how much RAM you allocated to the QEMU VM....

Thank you, @Lucus16. OK, yes, this is a reason for us to consider skipping this test.

For some more context, this idea came up as an alternative to the suggestion that yescrypt's gensalt should be capable of generating setting strings not only for yescrypt's current `$y$`...

This PR introduces crypt.conf names for the various hash types, and we'll be stuck supporting those names. Let's be more careful in how we choose them. Instead of what's currently...

One more, looks like this time on loading of a module (not unloading): https://github.com/lkrg-org/lkrg/actions/runs/6447005125/job/17502826690 ``` Last login: Sun Oct 8 10:24:57 UTC 2023 on tty1 [ 95.853209] lpc_ich 0000:00:1f.0: I/O...

One more on module loading: https://github.com/lkrg-org/lkrg/actions/runs/6559463339/job/17815126063 ``` Last login: Wed Oct 18 10:26:11 UTC 2023 on tty1 [ 99.188082] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized [ 100.153532] i801_smbus 0000:00:1f.3:...

Yet another on module loading, with current LKRG and mainline kernel: https://github.com/solardiz/lkrg/actions/runs/7942964583/job/21686795633 ``` [ OK ] Finished [email protected] - Load Kernel Module configfs. [ 65.055960] watchdog: BUG: soft lockup -...

Here's a different perspective, which might or might not be helpful: LTO feels primarily like an unjustified risk to me: exposing potential cross-translation-unit instances of undefined behavior, making them actually...