Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2236001yba; Thu, 25 Apr 2019 12:56:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqzMgKuy97oWfQE4M0PfJC0RsEnv3O2J3lIJv5fuO3aRcb/eyvMmvv+P1gWxwLwXs7v2WwCU X-Received: by 2002:a17:902:7205:: with SMTP id ba5mr19830343plb.285.1556222203975; Thu, 25 Apr 2019 12:56:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556222203; cv=none; d=google.com; s=arc-20160816; b=hj74D1e6ZiNRv2Koa0b1zOcn+C3CulbZZvY7/iAC0sYAMxbvx2gZko2kvKLtmG4HZc MEScmqkEAY9kOc5qB1c6pwd4padWWLjpURBOelpAdn742GS2Kz5ewZcGdIRL04akRl9m YUaAeavlHF+LzwBHWA+N8xm1uHM636hE5ZNAajqy1NmCPlwRCsHi0H4lRhsoURHuINAd 71nJMYbZt4G2EW/1FjG47C1ZQkZx0qeUNcOMEFd1F98IYRRP3CqqrwqbURyCi7mTUeTZ uInaUz/u18N/zAFL7mKNhl/butH+qrEB9yxVDWifzhCur5gJZyD/XT8xLQMG+Bpws0rN 6Cxg== 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=/r/3jjOHgrSwjsPNzOZRABB5TvzFUErJPXpTfl3JbFo=; b=SVgGpfRhrOP0NSbTAHS7BrOGc4Al63M1u27QtVvyJW4QMxonIKzWZqLFpX1H2s4UZ5 ouSXUmz9OQ1n2wFHh6hYSLbPM/zPSAr2pQBcXTwkUVoPrw0pOR77PkAE7icIxTRCAQmz dQS6JHPY6d6YH/5bjyfQFLv8AeCgJDqE4DvqvtZbJXH3bI2LZqV3wq8Aj3TQIjKrvq47 0JrdJHapJWomod3Uvqq92/rYHujkc0dUXw8htWmcu/c7v7WuP3fp6P3lsocdUls5AHcb vOWBLnCfztOujf0UIQ8UPZd29HQIvVmPn352ZCt7M/eoHqotWrXvwOUrc4vnZ4Mm/nN+ ihjQ== 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 v9si23140945plo.95.2019.04.25.12.56.29; Thu, 25 Apr 2019 12:56:43 -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 S2387907AbfDYTzH (ORCPT + 99 others); Thu, 25 Apr 2019 15:55:07 -0400 Received: from verein.lst.de ([213.95.11.211]:37681 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387881AbfDYTzF (ORCPT ); Thu, 25 Apr 2019 15:55:05 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 02E9868C4E; Thu, 25 Apr 2019 21:54:47 +0200 (CEST) Date: Thu, 25 Apr 2019 21:54:47 +0200 From: Christoph Hellwig To: Paul Walmsley Cc: Christoph Hellwig , Palmer Dabbelt , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 7/9] riscv: remove duplicate macros from ptrace.h Message-ID: <20190425195447.GA22587@lst.de> References: <20190411115623.5749-1-hch@lst.de> <20190411115623.5749-8-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 25, 2019 at 12:13:18PM -0700, Paul Walmsley wrote: > > > On Thu, 11 Apr 2019, Christoph Hellwig wrote: > > > No need to have two names for the same thing. > > > > Signed-off-by: Christoph Hellwig > > This is probably worth cleaning up across the entire tree. > > asm-{generic,x86,arm64,powerpc}/ptrace.h all define similar GET_IP/SET_IP > macros - although it seems that arch/riscv is the only architecture that > uses them. Yes, we had that discussion before. I've started on a series for that, but it is unlikely to touch riscv.