Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp475832pxb; Wed, 18 Aug 2021 06:47:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwLtRYSCDPte6gBc7mUppeU/AXzqXl3fnNBGFiBDoeLzF8n7TBbIRw1Qkltlk5ghARVrBfn X-Received: by 2002:a5d:8990:: with SMTP id m16mr7148827iol.170.1629294439490; Wed, 18 Aug 2021 06:47:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629294439; cv=none; d=google.com; s=arc-20160816; b=cUNS+siXk/j3Py2669dczj/ayj0SPOTClXD2eh5IlSsXij4/4A0HpH2dLkvFLW9rb6 ygb9sKaNg/HRQiHgFeqsTQSkd9p+Bu82o1bxNaBZwJu6lNgpccKIu4+JOLmKoNMVFcbP Msv9aRong6CVVPZrylSYJEYyeBUt1E3FW8uL7juMFfxNfTjmaiz8ccC+JYSQDDtA0cWZ Tz2f2kqC0OE9DVHgiommDNAzQoPPtXu4bpYGirMC2jFVKfYH7ZmHEFUceYsc/Sw0MULI Eh0q8yclCbu5Fwj34hRaTiAbSbbF/oavKJTHdfOkmh4k9M1PAYTkn0IBwZ5I6vaAztSB Pe2Q== 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=8qpcMXK1ZbK50ZD+Cd1fEzdqPcrL4rH3TJ5eosOx7hI=; b=fJnet3cPERNZefMJzPyo2LNMJKIRb1+AZGHePAVHBvkMKRG2Z7vLwyGciFJf84843p ERl0RUgznYXakPVlHYE8J72fl6fLRMlMJ58T9+L4HpXZ+YzX5WNbmBgp+AKOt14+cnB4 4JECoL62S6w0Y+Ojfq4d4Lvv3We3cz/tNxcw4Udbg+aCQezrFCkisFn48MWxBta84DEV NwQPQnmHVa8wtbAPoKHM0i1MV/qZ6ASGGdeY+pmcWVaLNtK/eMFdsEoSmcF1OAkWgwCE 5LEuMu+fASkl/e6xKo8IUyV99O4jSg5V9RRITYCjDp9kyhehIrnl/V1/eW+lmRP+SqS4 Uc3w== 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 p19si6338415iov.90.2021.08.18.06.47.06; Wed, 18 Aug 2021 06:47:19 -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 S238078AbhHRNqv (ORCPT + 99 others); Wed, 18 Aug 2021 09:46:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237127AbhHRNqe (ORCPT ); Wed, 18 Aug 2021 09:46:34 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4990FC0613CF for ; Wed, 18 Aug 2021 06:45:59 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4GqTgl6rZsz9sX4; Wed, 18 Aug 2021 23:45:55 +1000 (AEST) From: Michael Ellerman To: Christophe Leroy , Benjamin Herrenschmidt , Michael Ellerman , Paul Mackerras Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <2a3a5b6f8cc0ef4e854d7b764f66aa8d2ee270d2.1624813698.git.christophe.leroy@csgroup.eu> References: <2a3a5b6f8cc0ef4e854d7b764f66aa8d2ee270d2.1624813698.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc: Remove in_kernel_text() Message-Id: <162929391793.3619265.4608132514228433472.b4-ty@ellerman.id.au> Date: Wed, 18 Aug 2021 23:38: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 Sun, 27 Jun 2021 17:09:18 +0000 (UTC), Christophe Leroy wrote: > Last user of in_kernel_text() stopped using in with > commit 549e8152de80 ("powerpc: Make the 64-bit kernel as a > position-independent executable"). > > Generic function is_kernel_text() does the same. > > So remote it. Applied to powerpc/next. [1/1] powerpc: Remove in_kernel_text() https://git.kernel.org/powerpc/c/09ca497528dac12cbbceab8197011c875a96d053 cheers