linux-unionfs mirror
 help / color / mirror / Atom feed
From: Amir Goldstein <amir73il@gmail.com>
To: Zorro Lang <zlang@redhat.com>
Cc: Alexander Larsson <alexl@redhat.com>,
	Miklos Szeredi <miklos@szeredi.hu>,
	linux-unionfs@vger.kernel.org, fstests@vger.kernel.org
Subject: [PATCH v2 0/4] Overlayfs tests for 6.7-rc1
Date: Mon,  4 Dec 2023 20:58:55 +0200	[thread overview]
Message-ID: <20231204185859.3731975-1-amir73il@gmail.com> (raw)

Zorro,

This update contains 3 new overlayfs tests for new features added
in v6.7-rc1.

overlay/084, written by Alexander, tests the new nested xattrs feature.
overlay/{085,086} test the new lowerdir+,datadir+ mount options.

overlay/086 was partly forked from overlay/083, but overlay/083 is not
sensitive to libmount version, because the escaped commas test is not
related to any specific mount option, so it wasn't copied over.

All the new tests do not run on older kernels.

Thanks,
Amir.

Changed since v1:
- Helper _require_scratch_overlay_xattr_escapes() already added by
  "overlay/026: Fix test expectation for newer kernels"

Amir Goldstein (4):
  overlay: Add tests for nesting private xattrs
  overlay: prepare for new lowerdir+,datadir+ tests
  overlay: test data-only lowerdirs with datadir+ mount option
  overlay: test parsing of lowerdir+,datadir+ mount options

 common/overlay        |  15 ++
 tests/overlay/079     |  36 +++--
 tests/overlay/084     | 169 +++++++++++++++++++++
 tests/overlay/084.out |  61 ++++++++
 tests/overlay/085     | 332 ++++++++++++++++++++++++++++++++++++++++++
 tests/overlay/085.out |  42 ++++++
 tests/overlay/086     |  81 +++++++++++
 tests/overlay/086.out |   2 +
 8 files changed, 723 insertions(+), 15 deletions(-)
 create mode 100755 tests/overlay/084
 create mode 100644 tests/overlay/084.out
 create mode 100755 tests/overlay/085
 create mode 100644 tests/overlay/085.out
 create mode 100755 tests/overlay/086
 create mode 100644 tests/overlay/086.out

-- 
2.34.1


             reply	other threads:[~2023-12-04 18:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-04 18:58 Amir Goldstein [this message]
2023-12-04 18:58 ` [PATCH v2 1/4] overlay: Add tests for nesting private xattrs Amir Goldstein
2023-12-10 13:35   ` Zorro Lang
2023-12-10 15:28     ` Amir Goldstein
2023-12-10 20:45       ` Zorro Lang
2023-12-11  6:47         ` Amir Goldstein
2023-12-04 18:58 ` [PATCH v2 2/4] overlay: prepare for new lowerdir+,datadir+ tests Amir Goldstein
2023-12-06  8:37   ` Zorro Lang
2023-12-06 10:29     ` Amir Goldstein
2023-12-06 13:35       ` Zorro Lang
2023-12-04 18:58 ` [PATCH v2 3/4] overlay: test data-only lowerdirs with datadir+ mount option Amir Goldstein
2023-12-04 18:58 ` [PATCH v2 4/4] overlay: test parsing of lowerdir+,datadir+ mount options Amir Goldstein
2023-12-09  4:49 ` [PATCH v2 0/4] Overlayfs tests for 6.7-rc1 Zorro Lang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231204185859.3731975-1-amir73il@gmail.com \
    --to=amir73il@gmail.com \
    --cc=alexl@redhat.com \
    --cc=fstests@vger.kernel.org \
    --cc=linux-unionfs@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    --cc=zlang@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).