On Fri, 2025-01-17 at 21:32 +0000, David Howells wrote: > Viacheslav Dubeyko <slava@xxxxxxxxxxx> wrote: > > > The generic/397 test generate kernel crash for the case of > > encrypted inode with unaligned file size (for example, 33K > > or 1K): > > By "unaligned", you mean with respect to the content crypto unit size? > By "unaligned" I mean real file size, for example, 33K or 1K. And "aligned" size implies the correction by ceph_fscrypt_adjust_off_and_len(), for example, 36K and 4K. Thanks, Slava.