Gabriel de Perthuis

Results 121 comments of Gabriel de Perthuis

Yes. The command in the first post is the motivation for this PR, it didn't run in master, with correctly specified dependencies (proc-macro2 and trybuild) it works.

Would you apply this? This is still required when tang uses https.

> Is this patch still required ? It is. At least on systems that use initramfs-tools.

I wonder if using https://github.com/dignifiedquire/rust-rsa as a starting point would be acceptable? Some things would need to be substituted to properly integrate with ring primitives.

I have a Frankenstein prototype: I added RSAES-OAEP encryption to rust-rsa with some use of ring for mgf1. Some guidance would be appreciated to integrate properly into ring.

While porting the padding algorithm is easy, RSA encryption is the big missing piece in ring. The key is public but the message is secret, and figuring out how to...

[Here](https://github.com/g2p/ring/commits/master) is a proof of concept with encryption, which passes a port of the pycryptodome tests.

Thank you for your comments. I'll try to work on it, either soon or next week. The "fit" function fits the large integer into a buffer that is smaller than...

`perf top -e 'bcachefs:*'` shows a lot of `bcachefs:bucket_alloc_fail`, twice as many as `bcachefs:read_promote` 0,26% reserve stripe bucket 1:0 free 65620 avail 0 copygc_wait 416517960/270458800 seen 0 open 0 need_journal_commit...

I've cherry-picked the commit ("bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAIT" 3bf0400008e02dad9941875e82ad96b0bb89ff3e; final tree is bug/__bch2_write/silence-logs) and it did remove all the log spam. Sorry it took me time before I...