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 X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2541C282D7 for ; Sat, 2 Feb 2019 09:01:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 90ED22146E for ; Sat, 2 Feb 2019 09:01:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549098061; bh=TCNQkz+YrjqU6jjvbYsKlAPAoWn/fYyXq7ycgsSs1S0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=xLPqm4QeUHHmvZ128AIKjjP/2rW9S0943Jj17pTITBeY1TfN+woqP0j9kUi2ErCaK DLGC9sharAONQKifhuP3IrfO5f/FSTKigkiokvkNpgwhemzAJaD7wRdxgiEEMCO0TM OvV3JT5HJtAdWK2Ew96+MdMkbUh+QLlRCfhuMXGE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726723AbfBBJBB (ORCPT ); Sat, 2 Feb 2019 04:01:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:44990 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726678AbfBBJBA (ORCPT ); Sat, 2 Feb 2019 04:01:00 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 B50CB2146E; Sat, 2 Feb 2019 09:00:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549098060; bh=TCNQkz+YrjqU6jjvbYsKlAPAoWn/fYyXq7ycgsSs1S0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Sjl21ZOHA96KBRDXePfHPx92xprdEY0pSmIs6pPjkEcD/xDnf2og9NhhLs/h42trA 8OXeildAmJrJ8AhuT5TupbdVtQP4p9CZ9O5GE3lh8Cwtj5g8zrtoTvwmzbTdS/B2Ne 1ppHZWFSDG+lPi56uxC09TLWp6ipSlYqcOuzDQ5A= Date: Sat, 2 Feb 2019 10:00:57 +0100 From: Greg KH To: Jeff Kirsher Cc: stable@vger.kernel.org Subject: Re: [stable 4.19 0/4] Intel Wired Ethernet Fixes for 4.19.y Message-ID: <20190202090057.GA32163@kroah.com> References: <20190201205029.11855-1-jeffrey.t.kirsher@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190201205029.11855-1-jeffrey.t.kirsher@intel.com> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Feb 01, 2019 at 12:50:25PM -0800, Jeff Kirsher wrote: > This series contains backports and partial backports for the Intel ice > driver. > > These backports are required to get the ice driver to load on the > current hardware. This is due to mismatches between the driver code and > the firmware running on the devices. At the time of release of 4.19, > hardware was not available for verification. Since the 4.19.y kernel is > a LTS kernel, we want to ensure that users with our E800 devices will be > able to have the in-kernel driver load and pass traffic, if running a > 4.19 or later kernel. > > Anirudh Venkataramanan (4): > ice: Update expected FW version > ice: Updates to Tx scheduler code > ice: Introduce ice_dev_onetime_setup > ice: Set timeout when disabling queues Can you respin these with the git commit ids of the upstream patches in them so that we can properly include that in the patches? thanks, greg k-h