On Wed, Jun 29, 2022 at 03:30:04PM -0400, Theodore Ts'o wrote: > On Wed, Jun 29, 2022 at 09:30:52PM +0800, Zorro Lang wrote: > > > > As Eric gave some review points to V2, so double check with Eric, if it's good > > to him? > > Eric, any other issues than the ones which you had mentioned (and > which I have addressed)? > > Zorro, I have the patches based against for-next, and with your > reviewed-by tags appended, and tagged with a signed tag on the > for-upstream branch up on github. Or if you like I can resend patch > series via e-mail. > > - Ted > > The following changes since commit 34c1208f601b5f22c62d0f3ed6f6c55c88aa4eff: > > xfs/{422,517}: kill background jobs on test termination (2022-06-25 00:27:11 +0800) > > are available in the Git repository at: > > https://github.com/tytso/xfstests tags/for-zorro > > for you to fetch changes up to 43dec26fe614b1d8ad8f4c67aaf6f88413b7f2f8: > > ext4: create file systems with the encrypt feature as necessary (2022-06-29 15:11:41 -0400) Hi Ted, Sure, if you won't change anymore, I'll get this patchset by: $ b4 am $message_id_of_this_email If you still need to do more change, I can fetch the final version from above git repo you metioned. Feel free to tell me, if it's ready to be merged :) Thanks, Zorro > > ---------------------------------------------------------------- > Miscellaneous ext4 test fix ups > > Previous versions of this patch series can be found at: > > - v1: https://lore.kernel.org/r/20220625030718.1215980-1-tytso@xxxxxxx > - v2: https://lore.kernel.org/r/20220628182545.1834145-1-tytso@xxxxxxx > - v3: https://lore.kernel.org/r/20220629124540.175775-1-tytso@xxxxxxx > > ---------------------------------------------------------------- > Theodore Ts'o (7): > ext4/050: support indirect as well as extent mapped journals > ext4/044: skip test if the file system does not have a journal > ext4/045: _require_dumpe2fs doesn't take any arguments so remove them > ext4/054: skip test if the dax mount option is enabled > ext4/055: skip test if dax mount option is used > ext4/035: skip this test if the scratch device does not support 1k block sizes > ext4: create file systems with the encrypt feature as necessary > > common/rc | 3 +++ > tests/ext4/003 | 6 +++++- > tests/ext4/035 | 8 +++++++- > tests/ext4/044 | 1 + > tests/ext4/045 | 2 +- > tests/ext4/050 | 58 +++++----------------------------------------------------- > tests/ext4/054 | 5 ++--- > tests/ext4/055 | 1 + > tests/ext4/306 | 3 +++ > tests/generic/260 | 5 ++++- > 10 files changed, 32 insertions(+), 60 deletions(-) >