Received: by 10.213.65.68 with SMTP id h4csp1429291imn; Mon, 19 Mar 2018 04:04:40 -0700 (PDT) X-Google-Smtp-Source: AG47ELtMbr6ipheGSE5/9J3Er1BTRGa1dGyz3C275ubmYoXql8oaeKuZFvLpbm+uJHRuE0Y1T4VQ X-Received: by 10.98.33.154 with SMTP id o26mr9977758pfj.54.1521457480322; Mon, 19 Mar 2018 04:04:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521457480; cv=none; d=google.com; s=arc-20160816; b=O0ez8SqsZybkxFNrhnNwim/Qpsml9KEONyOWRhSQdynkwezFRo9c6UsqntpzR6x/oK IPFSHlH4ds7HHqMIkDKpipEPpoMF0MPQZD1QofPkFrqd7z2lZA9pNWTUz/gy95NsPtA/ g7dpHhPyjybjmItJyJkNrbXi1xqW8K2kNtnz21iEcFN4vMgLUBBKLqw4Xtx4aPVDS9CE PLTaC4CSOzPqYS5Eee0MUrZyVLTdmL6oHIj518ZM0+n46JW9jGQOCDFsdvov9Na7+d/0 3OhCMpH79j9QlqP2d0Rxtb2wn83ss0LfmEFFhb0N1j8F59hznzqpL7UeGTYPwDFfnPLz gZzw== 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:arc-authentication-results; bh=FWQ1dO473zvHZ0qAq7qLX5yzkoX46Xbx/vKQh+B7W80=; b=qCTpLA8pBX6AkBsze7Lr7hEf67qWHfe5cVKwq/kXC6S1km0g6d05V/b4tk3hN77RaT CbvYZXUKzFy8aWsXLJK8M3usaiE8nhGX2K1Z+x28WcP9yjBn8FBG+6w9LVnD067jvc9v kD45vcsTNGtsn1ZaBx7ac+D2Cd9si5YvcEH5fmdCDpamHss6c9Ns5uyLvT9ADFXL6n+D S3L5f5+JzBNfxuTq2ymnc5u8UEqsEF7FnOty5/lvchUNp42ZmM3QO4GB1csMH62Lh1IQ QtTtfltmLz4yPp+OKEXk1tuOsHQSMt9EhWCxfeylRt7bSRqzpW1Q9+AMqrhecHvwD8nx Epzw== 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 e6si9240320pgt.721.2018.03.19.04.04.26; Mon, 19 Mar 2018 04:04:40 -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 S933156AbeCSLDP (ORCPT + 99 others); Mon, 19 Mar 2018 07:03:15 -0400 Received: from smtp2200-217.mail.aliyun.com ([121.197.200.217]:54679 "EHLO smtp2200-217.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932578AbeCSLDN (ORCPT ); Mon, 19 Mar 2018 07:03:13 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.07961044|-1;CH=blue;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03272;MF=ren_guo@c-sky.com;NM=1;PH=DS;RN=11;RT=11;SR=0;TI=SMTPD_---.BMjsDqk_1521457382; Received: from localhost(mailfrom:ren_guo@c-sky.com fp:223.93.147.148) by smtp.aliyun-inc.com(10.147.40.2); Mon, 19 Mar 2018 19:03:02 +0800 Date: Mon, 19 Mar 2018 19:03:02 +0800 From: Guo Ren To: Dominik Brodowski Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, daniel.lezcano@linaro.org, jason@lakedaemon.net, arnd@arndb.de, c-sky_gcc_upstream@c-sky.com, gnu-csky@mentor.com, thomas.petazzoni@bootlin.com, wbx@uclibc-ng.org Subject: Re: [PATCH 02/19] csky: Exception handling and syscall Message-ID: <20180319110302.GA15454@guoren> References: <20180319085009.GA32603@isilmar-4.linta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180319085009.GA32603@isilmar-4.linta.de> 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 Hi Dominik, On Mon, Mar 19, 2018 at 09:50:09AM +0100, Dominik Brodowski wrote: > > +#define __ARCH_WANT_SYSCALL_DEPRECATED > > +#define __ARCH_WANT_SYSCALL_OFF_T > > +#define __ARCH_WANT_SYSCALL_NO_AT > > +#define __ARCH_WANT_SYSCALL_NO_FLAGS > > Does this arch *really* want these deprecated and obsolete syscalls? See the > commend in include/uapi/asm-generic/unistd.h > > * All syscalls below here should go away really, > * these are provided for both review and as a porting > * help for the C library version. > OK, I will cleanup them next and check the unistd.h again. Best Regards Guo Ren