Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Issue 6726016: verity: use atomic_set instead of atomic_cmpxchg in verify_path (Closed)

Created:
9 years, 9 months ago by Mandeep Singh Baines
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

verity: use atomic_set instead of atomic_cmpxchg in verify_path When moving from the READY to VERIFIED state it is sufficient to use an atomic_set since we know the previous state MUST have been either READY or VERIFIED. BUG=9752 TEST=Ran tests in verity.git. Ran platform_DMVerityCorruption on H/W. Signed-off-by: Mandeep Singh Baines <msb@chromium.org>; kernel.git Review URL: http://codereview.chromium.org/6694010 TBRing. Already LGTMed and committed to kernel.git. Change-Id: Ie2d57adf8752b2e4e9de9a53645156083382d03f TBR=wad@chromium.org,taysom@chromium.org,ups@chromium.org Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=aacc804

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M dm-bht.c View 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Mandeep Singh Baines
9 years, 9 months ago (2011-03-23 01:20:45 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698