On Tue, Oct 10, 2017 at 08:05:02PM +0200, Greg KH wrote: > On Sat, Oct 07, 2017 at 08:58:25PM -0400, Theodore Ts'o wrote: > > Hi, please backport to 3.18+ the following upstream commits: > > > > 173b8439e1ba: ext4: don't allow encrypted operations without keys > > 363fa4e078cb: f2fs: don't allow encrypted operations without keys > > > > They are needed to fix an xfstests failure: generic/419. > > > > Many thanks!! > > Neither of these apply to the 3.18-stable tree :( Oh, right. Sorry, 3.18 doesn't have encryption support at all. I originally did the encryption work in 3.18, but it didn't land until 3.19 or 4.0. So these should only be applicable for 4.1+, and I'm not sure if f2fs encryption was in 4.1 (but you don't care about 4.1, so that should be fine). :-) - Ted