Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1731399
| From | Eryu Guan <eguan@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] ext4: test for inline data + DAX corruption |
| Date | 2017-09-13 09:20 +0200 |
| Message-ID | <upa7L-4ev-5@gated-at.bofh.it> (permalink) |
| References | <uoLj3-4YV-3@gated-at.bofh.it> <uoLj4-4YV-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Sep 11, 2017 at 10:45:21PM -0600, Ross Zwisler wrote: > Add a regression test for the following kernel commit: > > ext4: prevent data corruption with inline data + DAX > > The test passes either if we don't encounter corruption, or if mounting > with DAX + inline data fails. The latter is the way that we prevent this > issue in the kernel. > > Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> Besides the gitignore entry order issue and call the test program from $here/src/... issue, need another require rule: _require_ext4_mkfs_feature "inline_data" Otherwise this looks fine to me. Thanks, Eryu
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/3] .gitignore: ignore cscope files Ross Zwisler <ross.zwisler@linux.intel.com> - 2017-09-12 06:50 +0200
[PATCH 3/3] ext4: test for inline data + DAX corruption Ross Zwisler <ross.zwisler@linux.intel.com> - 2017-09-12 06:50 +0200
Re: [PATCH 3/3] ext4: test for inline data + DAX corruption Eryu Guan <eguan@redhat.com> - 2017-09-13 09:20 +0200
csiph-web