Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1172580pxj; Fri, 18 Jun 2021 00:52:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyVMrp8Oic+91/jHqHjKr/y/5csdoCbJ4jTy5k21mIXuiq2f0c2xKh8JY9gsiDhqG3lxkmr X-Received: by 2002:a05:6602:2be3:: with SMTP id d3mr7066775ioy.54.1624002765732; Fri, 18 Jun 2021 00:52:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624002765; cv=none; d=google.com; s=arc-20160816; b=YDIAyWZTLDbidG2qd4BUac2g3msYvQYUUBFpX8oKMEXt0cd8IbGlFQeu++SbRnoTWu ECxGjpQALfKDpK8jNwUouv8PVGh/YbjA/d7E6+mlxKMUyMOYmpQ0RHVfGecnCgZcCxWj dnZnqiNDjxBfefpvsqYNYkLSXU2Syy2J0QqxgNTebO5RIUgS+5L+U4Ct9qwzWoJ6xJaZ 9u9MLYHNCwcV18l1yWU6YxR4hq1kGshsN+UDSy/7J+dOsGj4UiIJh1xZo43fv8mov7ns 8K4kjIPILLJkA+l/eBvI2JBwYZfr8kFiG6enQBNSiqwX5lF/QE/gqZbNTlyMwK2wSVpl cIGQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=CSfggqPw3GyokA2bL7DOZY9/ckRvtmiRBadBuRpmAd4=; b=FPpLIEVHFYsVGIaNpeqvQj4doM0jMxOUq5u4i+nyf9AyQZ52837CM/yjhsmyhpFJOx wTKTTKwcLnzeFFWdk67oz11uuXyx50Lfil2RYpjCmwrMCGS3/IxxfRJAHJ566yJVDCb6 uadzwb/sA+lYi1EZCLsRBNCB85VEbMS4d7z02/redyX8A4E02G61eHPE6fLNaEPmAp9L idfB5/m267opLObX8P1DujG3Mi7Xifq1RkGgdjXeNNaxFHEHicDixLVLiioqCy7gjt5i HKNt/i27jD3KMmrkDQllj5Wb3RMx7loC7sgEK44r/2+lSSxIT6xgrGKpkgLENY2R1gvV ANDw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 204si7972334iou.26.2021.06.18.00.52.32; Fri, 18 Jun 2021 00:52:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232052AbhFREZm (ORCPT + 99 others); Fri, 18 Jun 2021 00:25:42 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:60569 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231536AbhFREZC (ORCPT ); Fri, 18 Jun 2021 00:25:02 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4G5m4D6QTPz9svs; Fri, 18 Jun 2021 14:22:52 +1000 (AEST) From: Michael Ellerman To: Paul Mackerras , Michael Ellerman , Benjamin Herrenschmidt , Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <827944ea12d470c2f862635f48b5ee6c1520351f.1623217909.git.christophe.leroy@csgroup.eu> References: <827944ea12d470c2f862635f48b5ee6c1520351f.1623217909.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc: Remove proc_trap() Message-Id: <162398829732.1363949.3536667275772125816.b4-ty@ellerman.id.au> Date: Fri, 18 Jun 2021 13:51:37 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 Jun 2021 05:52:50 +0000 (UTC), Christophe Leroy wrote: > proc_trap() has never been used, remove it. Applied to powerpc/next. [1/1] powerpc: Remove proc_trap() https://git.kernel.org/powerpc/c/77b0bed74232c480b94bae188b6c7cd0ddee92e8 cheers