From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [stable] [net] e1000: Fix driver to be used on PA RISC C8000 workstations Date: Wed, 31 Aug 2011 08:37:04 -0700 Message-ID: <20110831153704.GB8618@kroah.com> References: <1314749966-9960-1-git-send-email-jeffrey.t.kirsher@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: davem@davemloft.net, netdev@vger.kernel.org, Guy Martin , Matt Turner , gospo@redhat.com, Rolf Eike Beer , stable@kernel.org To: Jeff Kirsher Return-path: Received: from out3.smtp.messagingengine.com ([66.111.4.27]:52756 "EHLO out3.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756542Ab1HaPkQ (ORCPT ); Wed, 31 Aug 2011 11:40:16 -0400 Content-Disposition: inline In-Reply-To: <1314749966-9960-1-git-send-email-jeffrey.t.kirsher@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Aug 30, 2011 at 05:19:26PM -0700, Jeff Kirsher wrote: > The checksum field in the EEPROM on HPPA is really not a > checksum but a signature (0x16d6). So allow 0x16d6 as the > matching checksum on HPPA systems. > > This issue is present on longterm/stable kernels, I have > verified that this patch is applicable back to at least > 2.6.32.y kernels. > > CC: Guy Martin > CC: Rolf Eike Beer > CC: Matt Turner > Reported-by: Mikulas Patocka > Signed-off-by: Jeff Kirsher > Acked-by: Jesse Brandeburg This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.