From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5XgY-0006mv-S8 for qemu-devel@nongnu.org; Wed, 25 May 2016 08:13:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5XgU-0004qT-Lp for qemu-devel@nongnu.org; Wed, 25 May 2016 08:13:14 -0400 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:35863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5XgU-0004qM-EZ for qemu-devel@nongnu.org; Wed, 25 May 2016 08:13:10 -0400 Received: by mail-wm0-x243.google.com with SMTP id q62so14756470wmg.3 for ; Wed, 25 May 2016 05:13:10 -0700 (PDT) Sender: Paolo Bonzini References: <1464120374-8950-1-git-send-email-cota@braap.org> <1464120374-8950-2-git-send-email-cota@braap.org> From: Paolo Bonzini Message-ID: <00600853-2f44-8fa4-1775-e770f556b44e@redhat.com> Date: Wed, 25 May 2016 14:13:08 +0200 MIME-Version: 1.0 In-Reply-To: <1464120374-8950-2-git-send-email-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/3] docs/atomics: update atomic_read/set comparison with Linux List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , QEMU Developers , MTTCG Devel Cc: =?UTF-8?Q?Alex_Benn=c3=a9e?= , Richard Henderson , Sergey Fedorov On 24/05/2016 22:06, Emilio G. Cota wrote: > Recently Linux did a mass conversion of its atomic_read/set calls > so that they at least are READ/WRITE_ONCE. See Linux's commit > 62e8a325 ("atomic, arch: Audit atomic_{read,set}()"). It seems though > that their documentation hasn't been updated to reflect this. Let's mention explicitly that the change happened in Linux 4.1. Queued with this small change. Thanks, Paolo