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 A6F85C77B7F for ; Tue, 9 May 2023 02:44:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231624AbjEICo6 (ORCPT ); Mon, 8 May 2023 22:44:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231372AbjEICo5 (ORCPT ); Mon, 8 May 2023 22:44:57 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7A2C40D5 for ; Mon, 8 May 2023 19:44:56 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 5A50E62571 for ; Tue, 9 May 2023 02:44:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 508A1C4339B; Tue, 9 May 2023 02:44:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1683600295; bh=+iTePYyZmEtCfoEwjGqLhjI+Z6GGctQ3xl4ew7H8+tM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DloIWTc9bintHQbMC99FrcDZpx44vzFclTaChQJqEM1iiQtMBppNRiNEjIyZODWwQ aDjExDGFb50WY4eMWxWoa03h1WAU821w7GEJ0Rr2ZsrE+NHKhF2QGnVqEuMKPoJArz ElOsmKdEc5WV8WhQMagBvWzffLmy/B39q3Qw4JF8= Date: Tue, 9 May 2023 04:44:52 +0200 From: Greg KH To: Bagas Sanjaya Cc: Ping Cheng , Linux Stable Subject: Re: [PATCH] HID: wacom: Set a default resolution for older tablets Message-ID: <2023050922-zoologist-untaken-d73d@gregkh> References: <20230409164229.29777-1-ping.cheng@wacom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, May 09, 2023 at 09:34:24AM +0700, Bagas Sanjaya wrote: > On Mon, May 08, 2023 at 06:05:02PM -0700, Ping Cheng wrote: > > Hi Stable maintainers, > > > > This patch, ID 08a46b4190d3, fixes an issue for a few older devices. > > It can be backported as is to all the current Long Term Supported > > kernels. > > > > Now that your fix has been upstreamed, can you provide a backport > for each supported stable versions (v4.14 up to v6.3)? Why? That's not needed if the commit can be cherry-picked cleanly everywhere. Please do not ask people to do unnecessary things. greg k-h