Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp209187ybi; Fri, 14 Jun 2019 22:54:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqzSuF3X7fBZ4JZ1Y5uM9A8GGH7+lElAJhre3u4TH5blWX9XjlacuTkjk9y0TG1TVRXUzNV9 X-Received: by 2002:a17:902:b43:: with SMTP id 61mr99199729plq.322.1560578079620; Fri, 14 Jun 2019 22:54:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560578079; cv=none; d=google.com; s=arc-20160816; b=kJucxu3TGHkPI0JUuDGPrdpWCjWycCsKiJPb3gKi1gMbcYhRj4MECBGkmqH9WLwY/s mLJWSaT6/JvZbnAajdL0O/5m5FAwuzEH1zktxwT/oxMs6P1fIeljwe4ky4U7advFtbuH aEE69hReFDXLuhmaHas+vyP6dRvxDlKSgDV8CMXgePEt89NQUtzOu3p8Y/RAqXlpMNU1 c41/OIlsC9dV2PnDaGSs4TD8eGIYCfNoRGpXgKOr9GXIN5EVmzbGG2L7dSu+/1opmPco fH/Bcl8l/liCdtajwvpxQa5AgTO1MgistyGSr6t3DwOzIV9zAYAqPNyz6pYeMQvZ5rIB q/LQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=73S8nOG67uwwmaHP82vQfMvLcw/PSsbBe3c5YYnR6zU=; b=JFr9WHQBP3r8Nlh8JCiGBU6RIlIfbYGoJF6XcsnidM0qtezKhzql5sU7OSAlZie5gf VRmay1/LKX85lyJerpZFUfh79PvyIsIaQjL11Mm1vNHa3QqLK76ruvPP0su/llCgBLer laFJ7yXMkNhfKOV0n/12mGug7cLLYjs/XTmxVNTNRg7ky7vyHLSghV4Q5Svyxq7XYJ9q SvJ/fQWrOsWwTM7mbp9I+xHOEb9AtpeiTSHpWaB1B+P7/UUJGX3IunA7x7Tn9Mraq/ZT 7p9jyVhP7nNRxtosHyLJzTaWbsBnsraAlFqJHbsqV530KbFSCPOzjnn2cS91zqPUSUp0 xfuQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=D9lcxTas; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a10si3910436pjh.84.2019.06.14.22.54.24; Fri, 14 Jun 2019 22:54:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=D9lcxTas; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726417AbfFOFuW (ORCPT + 99 others); Sat, 15 Jun 2019 01:50:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:43334 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725786AbfFOFuW (ORCPT ); Sat, 15 Jun 2019 01:50:22 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7B71C2084D; Sat, 15 Jun 2019 05:50:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560577822; bh=ZGVEz5W7fSK9yM6g3HmG8Fd2s6oQWJL4f41cyscrD40=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D9lcxTas7YscTCGetZere7/h4KQYBnkc+2EK+zLtB/bLZTnCo154dl2Xvlta07i8X iqFKZEVjxhdK7z6a9Me4HznGJm3h3NMTq4wj25Ji2B9XHP6E/CIjg5bcyyL0cVGk3T s+y0FtO1jGG925SUYmRrL4YBxswq7Lj+3j4+PzSI= Date: Sat, 15 Jun 2019 07:50:19 +0200 From: Greg KH To: James Feeney Cc: Benjamin Tissoires , Peter Hutterer , Sasha Levin , Jiri Kosina , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 1/2] HID: input: make sure the wheel high resolution multiplier is set Message-ID: <20190615055019.GC23883@kroah.com> References: <20190423154615.18257-1-benjamin.tissoires@redhat.com> <43a56e9b-6e44-76b7-efff-fa8996183fbc@nurealm.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 14, 2019 at 04:09:35PM -0600, James Feeney wrote: > Hey Everyone > > On 4/24/19 10:41 AM, Benjamin Tissoires wrote: > >>> For a patch to be picked up by stable, it first needs to go in Linus' > >>> tree. Currently we are working on 5.1, so any stable patches need to > >>> go in 5.1 first. Then, once they hit Linus' tree, the stable team will > >>> pick them and backport them in the appropriate stable tree. > > Hmm - so, I just booted linux 5.1.9, and this patch set is *still* missing from the kernel. > > Is there anything that we can do about this? What is the git commit id of the patch in Linus's tree? As I said before, it can not be backported until it shows up there first. thanks, greg k-h