On Wed, Jun 01, 2022 at 12:18:11AM -0700, Nathan Huckleberry wrote: > diff --git a/tests/generic/900 b/tests/generic/900 > new file mode 100755 > index 00000000..d1496007 > --- /dev/null > +++ b/tests/generic/900 > @@ -0,0 +1,28 @@ > +#! /bin/bash > +# SPDX-License-Identifier: GPL-2.0 > +# Copyright 2022 Google LLC > +# > +# FS QA Test No. generic/900 > +# > +# Verify ciphertext for v2 encryption policies that use AES-256-XTS to encrypt > +# file contents and AES-256-HCTR2 to encrypt file names. > +# How about mentioning here the commit that introduced this feature upstream? Otherwise this patch looks good. - Eric