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 1D1BCC00140 for ; Thu, 18 Aug 2022 14:07:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245676AbiHROHQ (ORCPT ); Thu, 18 Aug 2022 10:07:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245739AbiHROHA (ORCPT ); Thu, 18 Aug 2022 10:07:00 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 225C891080 for ; Thu, 18 Aug 2022 07:06:41 -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 73354B821B0 for ; Thu, 18 Aug 2022 14:06:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5260C433D6; Thu, 18 Aug 2022 14:06:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660831598; bh=T0zbEA0tCUcgghYH0VXCX1X2H+yGbTDrKtev8z058tQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IfTAsWuN/c1HdpdfYST8e+v+TEMDd3LM2PU29HUgAFXe+B9DhWcV2A4FPp5WLKl2e Dbe2iJ7cyjpt/tLmonhSq8hy6XYspXthKaKa6aau2S4uUPO7Tpn2Ztl/KDr6D3Hg+a G4UR5dVdP+zAOT7t7lZBX/aFhqW/vVoOyo2pW168= Date: Thu, 18 Aug 2022 16:06:35 +0200 From: Greg KH To: Pavel Rojtberg Cc: linux-input@vger.kernel.org, dmitry.torokhov@gmail.com, Jasper Poppe , Jeremy Palmer , Ruineka , Cleber de Mattos Casali , Kyle Gospodnetich Subject: Re: [PATCH 1/4] Input: xpad - add supported devices as contributed on github Message-ID: References: <20220818130021.487410-1-rojtberg@gmail.com> <20220818130021.487410-2-rojtberg@gmail.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: linux-input@vger.kernel.org On Thu, Aug 18, 2022 at 03:46:29PM +0200, Pavel Rojtberg wrote: > Am 18.08.22 um 15:10 schrieb Greg KH: > > On Thu, Aug 18, 2022 at 03:00:18PM +0200, Pavel Rojtberg wrote: > >> From: Pavel Rojtberg > >> > >> This is based on multiple commits at https://github.com/paroj/xpad > >> > >> Signed-off-by: Jasper Poppe > >> Signed-off-by: Jeremy Palmer > >> Signed-off-by: Ruineka > >> Signed-off-by: Cleber de Mattos Casali > >> Signed-off-by: Kyle Gospodnetich > >> Signed-off-by: Pavel Rojtberg > > > > Why not just submit the individual commits? > > > > Also, should this be backported to stable kernels? > > > > thanks, > > > > greg k-h > > I thought it would be easier to review them in bulk instead of many one-line patches. > Nevertheless, I lost the individual commits while rebasing and it would be > a PITA to reconstruct them from github. > I will keep this mind for the next patch series though. > > The changes are safe for backporting. Ok, when you resend, can you mark it with a "cc: stable" tag as the stable documentation asks for? You can see how to do that if you read this file: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html thanks, greg k-h