Re: [PATCH] generic/395: remove workarounds for wrong error codes

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



On Sat, Oct 31, 2020 at 01:34:39PM -0400, Theodore Y. Ts'o wrote:
> On Fri, Oct 30, 2020 at 10:40:18PM -0700, Eric Biggers wrote:
> > From: Eric Biggers <ebiggers@xxxxxxxxxx>
> > 
> > generic/395 contains workarounds to allow for some of the fscrypt ioctls
> > to fail with different error codes.  However, the error codes were all
> > fixed up and documented years ago:
> > 
> > - FS_IOC_GET_ENCRYPTION_POLICY on ext4 failed with ENOENT instead of
> >   ENODATA on unencrypted files.  Fixed by commit db717d8e26c2
> >   ("fscrypto: move ioctl processing more fully into common code").
> > 
> > - FS_IOC_SET_ENCRYPTION_POLICY failed with EINVAL instead of EEXIST
> >   on encrypted files.  Fixed by commit 8488cd96ff88 ("fscrypt: use
> >   EEXIST when file already uses different policy").
> > 
> > - FS_IOC_SET_ENCRYPTION_POLICY failed with EINVAL instead of ENOTDIR
> >   on nondirectories.  Fixed by commit dffd0cfa06d4 ("fscrypt: use
> >   ENOTDIR when setting encryption policy on nondirectory").
> > 
> > It's been long enough, so update the test to expect the correct behavior
> > only, so we don't accidentally reintroduce the wrong behavior.
> > 
> > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> 
> LGTM
> 
> Did these fixes get backported into the stable kernels (and the
> relevant Android trees)?
> 

Some of them.  Regarding stable kernels, currently if these 3 xfstests patches
are applied, generic/395 will fail on 4.9 and earlier, generic/397 will fail on
ubifs on 4.19 and earlier, and generic/398 will fail on 4.19 and earlier.

In Android kernels, the fscrypt support tends to be somewhat more up-to-date
than in the corresponding LTS kernels, as the latest fscrypt-related patches
were backported to them while they were open for development.  E.g., the latest
3.18, 4.4, and 4.9 Android common kernels have fs/crypto/ at the equivalent of
upstream 4.17 or 4.18.  Those branches are closed for development though, so
they won't be getting anything newer than that except through LTS.  (And devices
using those kernel versions don't necessarily get kernel updates anymore.)

Backporting these patches can be tricky since the fscrypt code has changed a
lot, so in most cases they would require writing custom backports.

So there's only so much I can do about older kernels.

But probably the most important patch I should backport to LTS is f5e55e777cc9
("fscrypt: return -EXDEV for incompatible rename or link into encrypted dir"),
as that would get the tests passing on ext4 and f2fs on 4.14 and 4.19, and that
patch was a fix for a bug that was causing problems for people.

- Eric



[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux