Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1322456
| From | Dan Williams <dan.j.williams@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/2] Fix BTT data corruptions after crash |
| Date | 2016-01-30 18:50 +0100 |
| Message-ID | <qWHOO-7mY-17@gated-at.bofh.it> (permalink) |
| References | <qVZkJ-7kv-5@gated-at.bofh.it> <qW1cS-dG-13@gated-at.bofh.it> <qW1FU-qH-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jan 28, 2016 at 12:43 PM, Toshi Kani <toshi.kani@hpe.com> wrote: > On Thu, 2016-01-28 at 12:12 -0800, Dan Williams wrote: [..] >> I'm wondering if we should just document that this routine does not >> support unaligned transfers? Maybe backed by a debug mode that does >> the alignment check. > > Yes, I agree. For this debug mode, do you have something in mind? Or > should we add a new CONFIG option like CONFIG_PMEM_DEBUG? > I hesitated to say yes to this since some simple alignment checks seems like a thin reason to add a new Kconfig symbol. However, one way we can test that memcpy_to_pmem() properly bypasses the cache is to invalidate the cache contents that it touches. This would have caught this bug without needing to do a power cycle test. In otherwords in debug mode run an 'invd' loop after the copy.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] Fix BTT data corruptions after crash Toshi Kani <toshi.kani@hpe.com> - 2016-01-28 19:20 +0100
Re: [PATCH 0/2] Fix BTT data corruptions after crash Dan Williams <dan.j.williams@intel.com> - 2016-01-28 21:20 +0100
Re: [PATCH 0/2] Fix BTT data corruptions after crash Toshi Kani <toshi.kani@hpe.com> - 2016-01-28 21:50 +0100
Re: [PATCH 0/2] Fix BTT data corruptions after crash Dan Williams <dan.j.williams@intel.com> - 2016-01-30 18:50 +0100
Re: [PATCH 0/2] Fix BTT data corruptions after crash Toshi Kani <toshi.kani@hpe.com> - 2016-02-01 21:00 +0100
csiph-web