All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] fstests: for-next branch updated to 87cf32ad3fa2
@ 2022-05-08 16:01 Zorro Lang
  2022-05-09  3:39 ` Zorro Lang
  0 siblings, 1 reply; 3+ messages in thread
From: Zorro Lang @ 2022-05-08 16:01 UTC (permalink / raw)
  To: fstests

[-- Attachment #1: Type: text/plain, Size: 3501 bytes --]

Hi all,

The for-next branch of the xfstests repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git

has just been updated and tagged as v2022.05.08 release.

In this release, Amir's patches provide "black list" support in _supported_fs,
and two helpers _fixed_in_version() and _fixed_by_kernel_commit() to print hints
for reasons of test failures. Feel free to use these helpers on new cases, or
improve old cases.

*A Kindly Reminder*
Next week(2022.05.09 ~ 05.15) we plan to merge a big idmapped-mounts related
code refactoring, details refer to:

https://lore.kernel.org/fstests/20220507122649.dp7iopuu7rllli7k@zlang-mailbox/
https://lore.kernel.org/fstests/20220507154346.oxfwcq547p325ti3@wittgenstein/T/#mf1bdf41d4a99bb4d1b90dfee2d30ac872c6074f2

so if you're going to write patches to change src/idmapped-mounts, better to
wait one more week, to avoid terrible rebasing later.

Thanks,
Zorro

The new head of the for-next branch is commit:

87cf32ad3fa2 idmapped-mounts: Add open with O_TMPFILE operation in setgid test

New commits:

Amir Goldstein (2):
[U]      [6ee5ffa079b9] common: support black listing fs in _supported_fs()
[U]      [28c52b15c6e2] common: print hints for reasons of test failures

Chandan Babu R (1):
[D]      [9ae10c882550] xfs/533: Delete test since directory's extent count can never overflow

Dave Chinner (1):
[U]      [441606d28681] fstests: faster group file creation

Yang Xu (3):
[U]      [6ac390bb605b] idmapped-mounts: Reset errno to zero before run_test
[U]      [5328ab947ff4] idmapped-mounts: Add mknodat operation in setgid test
[U]      [87cf32ad3fa2] idmapped-mounts: Add open with O_TMPFILE operation in setgid test


Code Diffstat:

 check                                 |  10 +-
 common/preamble                       |  30 +--
 common/rc                             |  57 +++++-
 src/idmapped-mounts/idmapped-mounts.c | 369 +++++++++++++++++++++++++++++++++-
 tests/generic/500                     |   3 +-
 tests/generic/631                     |   3 +-
 tests/generic/679                     |   3 +-
 tests/overlay/009                     |   3 +
 tests/overlay/010                     |   3 +
 tests/overlay/014                     |   2 +
 tests/overlay/016                     |   4 +-
 tests/overlay/017                     |   4 +-
 tests/overlay/018                     |   4 +-
 tests/overlay/020                     |   3 +
 tests/overlay/022                     |   2 +
 tests/overlay/029                     |   2 +
 tests/overlay/038                     |   2 +
 tests/overlay/041                     |   2 +
 tests/overlay/042                     |   3 +
 tests/overlay/043                     |   4 +-
 tests/overlay/044                     |   4 +-
 tests/overlay/054                     |   3 +
 tests/overlay/055                     |   3 +
 tests/overlay/063                     |   3 +
 tests/overlay/065                     |   4 +
 tests/overlay/067                     |   3 +
 tests/overlay/070                     |   4 +-
 tests/overlay/071                     |   4 +-
 tests/overlay/072                     |   2 +
 tests/overlay/074                     |   5 +
 tests/overlay/077                     |   5 +
 tests/overlay/078                     |   1 +
 tests/xfs/533                         | 170 ----------------
 tests/xfs/533.out                     |  17 --
 tools/mkgroupfile                     |  66 ++++--
 35 files changed, 541 insertions(+), 266 deletions(-)
--
Zorro Lang
zlang@kernel.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] fstests: for-next branch updated to 87cf32ad3fa2
  2022-05-08 16:01 [ANNOUNCE] fstests: for-next branch updated to 87cf32ad3fa2 Zorro Lang
@ 2022-05-09  3:39 ` Zorro Lang
  2022-05-09  9:16   ` Christian Brauner
  0 siblings, 1 reply; 3+ messages in thread
From: Zorro Lang @ 2022-05-09  3:39 UTC (permalink / raw)
  To: Christian Brauner; +Cc: fstests

On Mon, May 09, 2022 at 12:01:25AM +0800, Zorro Lang wrote:
> Hi all,
> 
> The for-next branch of the xfstests repository at:
> 
> 	git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
> 
> has just been updated and tagged as v2022.05.08 release.
> 
> In this release, Amir's patches provide "black list" support in _supported_fs,
> and two helpers _fixed_in_version() and _fixed_by_kernel_commit() to print hints
> for reasons of test failures. Feel free to use these helpers on new cases, or
> improve old cases.
> 
> *A Kindly Reminder*
> Next week(2022.05.09 ~ 05.15) we plan to merge a big idmapped-mounts related
> code refactoring, details refer to:
> 
> https://lore.kernel.org/fstests/20220507122649.dp7iopuu7rllli7k@zlang-mailbox/
> https://lore.kernel.org/fstests/20220507154346.oxfwcq547p325ti3@wittgenstein/T/#mf1bdf41d4a99bb4d1b90dfee2d30ac872c6074f2
> 
> so if you're going to write patches to change src/idmapped-mounts, better to
> wait one more week, to avoid terrible rebasing later.

Hi Christian,

I've sent this notification, hope to get your patchset soon :) Before offical
release, I can provide a topic branch (maybe idmapped-mounts-refactoring) for
your changes temporarily, as others might want to give it a test or write
patches base on your changes but don't want to wait so long time.

Thanks,
Zorro

> 
> Thanks,
> Zorro
> 
> The new head of the for-next branch is commit:
> 
> 87cf32ad3fa2 idmapped-mounts: Add open with O_TMPFILE operation in setgid test
> 
> New commits:
> 
> Amir Goldstein (2):
> [U]      [6ee5ffa079b9] common: support black listing fs in _supported_fs()
> [U]      [28c52b15c6e2] common: print hints for reasons of test failures
> 
> Chandan Babu R (1):
> [D]      [9ae10c882550] xfs/533: Delete test since directory's extent count can never overflow
> 
> Dave Chinner (1):
> [U]      [441606d28681] fstests: faster group file creation
> 
> Yang Xu (3):
> [U]      [6ac390bb605b] idmapped-mounts: Reset errno to zero before run_test
> [U]      [5328ab947ff4] idmapped-mounts: Add mknodat operation in setgid test
> [U]      [87cf32ad3fa2] idmapped-mounts: Add open with O_TMPFILE operation in setgid test
> 
> 
> Code Diffstat:
> 
>  check                                 |  10 +-
>  common/preamble                       |  30 +--
>  common/rc                             |  57 +++++-
>  src/idmapped-mounts/idmapped-mounts.c | 369 +++++++++++++++++++++++++++++++++-
>  tests/generic/500                     |   3 +-
>  tests/generic/631                     |   3 +-
>  tests/generic/679                     |   3 +-
>  tests/overlay/009                     |   3 +
>  tests/overlay/010                     |   3 +
>  tests/overlay/014                     |   2 +
>  tests/overlay/016                     |   4 +-
>  tests/overlay/017                     |   4 +-
>  tests/overlay/018                     |   4 +-
>  tests/overlay/020                     |   3 +
>  tests/overlay/022                     |   2 +
>  tests/overlay/029                     |   2 +
>  tests/overlay/038                     |   2 +
>  tests/overlay/041                     |   2 +
>  tests/overlay/042                     |   3 +
>  tests/overlay/043                     |   4 +-
>  tests/overlay/044                     |   4 +-
>  tests/overlay/054                     |   3 +
>  tests/overlay/055                     |   3 +
>  tests/overlay/063                     |   3 +
>  tests/overlay/065                     |   4 +
>  tests/overlay/067                     |   3 +
>  tests/overlay/070                     |   4 +-
>  tests/overlay/071                     |   4 +-
>  tests/overlay/072                     |   2 +
>  tests/overlay/074                     |   5 +
>  tests/overlay/077                     |   5 +
>  tests/overlay/078                     |   1 +
>  tests/xfs/533                         | 170 ----------------
>  tests/xfs/533.out                     |  17 --
>  tools/mkgroupfile                     |  66 ++++--
>  35 files changed, 541 insertions(+), 266 deletions(-)
> --
> Zorro Lang
> zlang@kernel.org



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] fstests: for-next branch updated to 87cf32ad3fa2
  2022-05-09  3:39 ` Zorro Lang
@ 2022-05-09  9:16   ` Christian Brauner
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Brauner @ 2022-05-09  9:16 UTC (permalink / raw)
  To: Zorro Lang; +Cc: fstests

On Mon, May 09, 2022 at 11:39:00AM +0800, Zorro Lang wrote:
> On Mon, May 09, 2022 at 12:01:25AM +0800, Zorro Lang wrote:
> > Hi all,
> > 
> > The for-next branch of the xfstests repository at:
> > 
> > 	git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
> > 
> > has just been updated and tagged as v2022.05.08 release.
> > 
> > In this release, Amir's patches provide "black list" support in _supported_fs,
> > and two helpers _fixed_in_version() and _fixed_by_kernel_commit() to print hints
> > for reasons of test failures. Feel free to use these helpers on new cases, or
> > improve old cases.
> > 
> > *A Kindly Reminder*
> > Next week(2022.05.09 ~ 05.15) we plan to merge a big idmapped-mounts related
> > code refactoring, details refer to:
> > 
> > https://lore.kernel.org/fstests/20220507122649.dp7iopuu7rllli7k@zlang-mailbox/
> > https://lore.kernel.org/fstests/20220507154346.oxfwcq547p325ti3@wittgenstein/T/#mf1bdf41d4a99bb4d1b90dfee2d30ac872c6074f2
> > 
> > so if you're going to write patches to change src/idmapped-mounts, better to
> > wait one more week, to avoid terrible rebasing later.
> 
> Hi Christian,

Hi Zorro,

> 
> I've sent this notification, hope to get your patchset soon :) Before offical

Thank you!

> release, I can provide a topic branch (maybe idmapped-mounts-refactoring) for
> your changes temporarily, as others might want to give it a test or write
> patches base on your changes but don't want to wait so long time.

Sure, sounds good. I'm going to base my rebase on your xfstests for-next
branch, sent them out and then you can create and apply them to that
branch!

Christian

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-09  9:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08 16:01 [ANNOUNCE] fstests: for-next branch updated to 87cf32ad3fa2 Zorro Lang
2022-05-09  3:39 ` Zorro Lang
2022-05-09  9:16   ` Christian Brauner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.