Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp1390442imm; Wed, 17 Oct 2018 19:43:09 -0700 (PDT) X-Google-Smtp-Source: ACcGV62eymsP/9U9xUV4gwuyB3wY5rRBemJN9ZmZCvg2QAWmUo/jmL+pyCmMSz8CD3vsJ3SVDoKd X-Received: by 2002:a17:902:82cc:: with SMTP id u12-v6mr27406696plz.146.1539830589719; Wed, 17 Oct 2018 19:43:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539830589; cv=none; d=google.com; s=arc-20160816; b=o1GgKauf/VwYbjtKk/Pw7oFPOHK+hVhRmW2Uq656OruHginp7DAblEgUu1MzzjWWH3 mJiEww/0JZox5smj9LdhnfBo7bPtr77AjO/RC8rBdVuQLRe0pmcjewxY3fDSDB7hcIr9 pQJzxIg3J0bgmnUeWBvoYPbDcudBGDPI/n5ugqOQqncfSH+76ljwtENcI4ihTZB8ItVo OJpTG+/Dn5+o3BdWIqSWOZDSV6mFPhdt+BBWzuP8ADcK2VY8iLvIqTPmOSB7YQ3J1oTq nuV/XDF3MlwaZ5ySQOYF2nedblpXc4u3jVAbTdcKIxBUig6LNq1i53dXLY8Yk4qCVs05 wjNw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ysaOlxkNkPS1VP/2t3hSwXuoBE5MUJ+F2M/2epxL6Dk=; b=SR/RKS61pDyauQT2lEbJly+M//SSKBqEpyHYvTCmi1ztQsVsQ0+u36Fp2PQ8EIUPb3 BEFgZkA3qyS90NtJyxnZokASuP+gev7tyJ7vE4ata15ncu/iKyVYERLODD/0LwMbVL9+ m+w18rVrZxuT3GHybhtGSjNA66pvIm3bss/pXUs+uxkc90j/TosTHxzLyK28M/EjxS5V r3YdaVuQr7o38pjRuQ/zBmFRKbuj9ecsUcGuvnf+dQU6MmU/8j1C47liZfNFEa/QMtK8 HEdwoqvTEWjuvsIDbGnQxo7qrbJk2yMibJcz1n39aw2DKvuh7GlQTJL4Uu6wnXPgob+f QnDw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 14-v6si19562100pgk.497.2018.10.17.19.42.53; Wed, 17 Oct 2018 19:43:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727451AbeJRKjv (ORCPT + 99 others); Thu, 18 Oct 2018 06:39:51 -0400 Received: from smtp2200-217.mail.aliyun.com ([121.197.200.217]:46024 "EHLO smtp2200-217.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727309AbeJRKjv (ORCPT ); Thu, 18 Oct 2018 06:39:51 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.09739736|-1;CH=green;FP=0|0|0|0|0|-1|-1|-1;HT=e01e04486;MF=ren_guo@c-sky.com;NM=1;PH=DS;RN=17;RT=17;SR=0;TI=SMTPD_---.D3j-VaZ_1539830450; Received: from localhost(mailfrom:ren_guo@c-sky.com fp:SMTPD_---.D3j-VaZ_1539830450) by smtp.aliyun-inc.com(10.147.40.7); Thu, 18 Oct 2018 10:40:50 +0800 Date: Thu, 18 Oct 2018 10:40:50 +0800 From: Guo Ren To: Arnd Bergmann Cc: Andrew Morton , Daniel Lezcano , David Miller , gregkh , Christoph Hellwig , Marc Zyngier , Mark Rutland , Peter Zijlstra , Rob Herring , Thomas Gleixner , Linux Kernel Mailing List , linux-arch , DTML , Rob Herring , c-sky_gcc_upstream@c-sky.com, andrea.parri@amarulasolutions.com Subject: Re: [PATCH V9 11/21] csky: Atomic operations Message-ID: <20181018024049.GB13314@guoren-Inspiron-7460> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 17, 2018 at 05:17:05PM +0200, Arnd Bergmann wrote: > On Tue, Oct 16, 2018 at 5:02 AM Guo Ren wrote: > > > > This patch adds atomic, cmpxchg, spinlock files. > > > > Signed-off-by: Guo Ren > > Cc: Peter Zijlstra > > Cc: Andrea Parri > > Cc: Arnd Bergmann > > I'd wait for Peter to give his final Ack here. Yes, Peter help a lot to improve the patch. Best Regards Guo Ren