Eric Biggers

Results 130 comments of Eric Biggers

> I am also curious to know if there is a possible performance enhancement if you knew in advance that there are no matches longer than some configurable number of...

Closing as duplicate of https://github.com/google/fscrypt/issues/350 which has more information

You can use `systemd-homed` if you want to. Just keep in mind that it's not actually related to this project https://github.com/google/fscrypt. It uses the same kernel functionality, but not the...

Does `lsof` show any open files in the directory? Also, did you assign the same encryption policy to multiple directories, using `fscrypt encrypt --policy=MOUNTPOINT:ID`, or did you just use regular...

Can you check which file it is that is still in use? Try `dmesg | grep "still busy after removing key"`, then `find test/ -inum $inum`, replacing $inum with the...

There has to be something that is holding a reference to one of the files. Technically, this doesn't necessarily mean that a file is "open" -- it could also be...

https://github.com/google/fscrypt/commit/b928729b995fbbc007e47ec39a111ef059fcb29c probably fixed this. Can you try the latest master branch?

So the tests do work on AArch64; I just tested it. You seem to be doing your builds in containers, and I think this failure is actually related to that....

Was this actually fixed? The needed behavior is specified in the [RISC-V Vector Element Groups document](https://github.com/riscv/riscv-v-spec/blob/master/element_groups.adoc): > When AVL > VLMAX, the value of vl must be set to either...

> It might have been helpful to have included a non-normative note in the Vector Crypto Specification to point out the implications on selecting vl when AVL < (2* VLMAX)....