From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E37BDC433EF for ; Thu, 7 Apr 2022 04:49:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240818AbiDGEvE (ORCPT ); Thu, 7 Apr 2022 00:51:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236895AbiDGEu6 (ORCPT ); Thu, 7 Apr 2022 00:50:58 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B16DEA347; Wed, 6 Apr 2022 21:48:59 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4EA36B824DF; Thu, 7 Apr 2022 04:48:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 704D0C385A0; Thu, 7 Apr 2022 04:48:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649306936; bh=CahaGK6EvpjmCGxGUQXvahVErAR/YeJjSXUrcYsvo5g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wU8mvLy4anKEd49yeYvX8FAsdUUnmWc/P/MqKNVSPcHewWAFA+XvVBjAg0p2F4U+J VzkQCCdae/cN6f9e0csZtqqMKygibwp6wpTPCsfZuzZ2djcZEDeULPzmqE9yxO0D8M Ss5FapduXwvGXDC+IyBMDrPaC4Vhz+sB//iOl4BY= Date: Thu, 7 Apr 2022 06:48:52 +0200 From: Greg KH To: Laurent Vivier Cc: linux-kernel@vger.kernel.org, Alexandre Belloni , linux-m68k@lists.linux-m68k.org, Jiaxun Yang , linux-rtc@vger.kernel.org, Arnd Bergmann , Daniel Lezcano , John Stultz , Stephen Boyd , Thomas Gleixner , Geert Uytterhoeven , Alessandro Zummo , stable@vger.kernel.org Subject: Re: [PATCH v16 1/4] tty: goldfish: introduce gf_ioread32()/gf_iowrite32() Message-ID: References: <20220406201523.243733-1-laurent@vivier.eu> <20220406201523.243733-2-laurent@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220406201523.243733-2-laurent@vivier.eu> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 06, 2022 at 10:15:20PM +0200, Laurent Vivier wrote: > Revert > commit da31de35cd2f ("tty: goldfish: use __raw_writel()/__raw_readl()") > > and define gf_ioread32()/gf_iowrite32() to be able to use accessors > defined by the architecture. > > Cc: stable@vger.kernel.org # v5.11+ > Fixes: da31de35cd2f ("tty: goldfish: use __raw_writel()/__raw_readl()") > Signed-off-by: Laurent Vivier > Reviewed-by: Geert Uytterhoeven > --- > drivers/tty/goldfish.c | 20 ++++++++++---------- > include/linux/goldfish.h | 15 +++++++++++---- > 2 files changed, 21 insertions(+), 14 deletions(-) > Why is this a commit for the stable trees? What bug does it fix? You did not describe the problem in the changelog text at all, this looks like a housekeeping change only. thanks, greg k-h