Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1651587 > unrolled thread
| Started by | Dmitry Vyukov <dvyukov@google.com> |
|---|---|
| First post | 2017-05-26 21:30 +0200 |
| Last post | 2017-05-26 21:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 3/8] x86: use long long for 64-bit atomic ops Dmitry Vyukov <dvyukov@google.com> - 2017-05-26 21:30 +0200
| From | Dmitry Vyukov <dvyukov@google.com> |
|---|---|
| Date | 2017-05-26 21:30 +0200 |
| Subject | Re: [PATCH 3/8] x86: use long long for 64-bit atomic ops |
| Message-ID | <tLt5U-1sR-13@gated-at.bofh.it> |
On Tue, Mar 28, 2017 at 11:32 PM, Matthew Wilcox <willy@infradead.org> wrote: > On Tue, Mar 28, 2017 at 06:15:40PM +0200, Dmitry Vyukov wrote: >> @@ -193,12 +193,12 @@ static inline long atomic64_xchg(atomic64_t *v, long new) >> * @a: the amount to add to v... >> * @u: ...unless v is equal to u. >> * >> - * Atomically adds @a to @v, so long as it was not @u. >> + * Atomically adds @a to @v, so long long as it was not @u. >> * Returns the old value of @v. >> */ > > That's a clbuttic mistake! > > https://www.google.com/search?q=clbuttic Fixed in v2: https://groups.google.com/forum/#!topic/kasan-dev/3PoGcuMku-w Thanks
Back to top | Article view | linux.kernel
csiph-web