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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 DC89CECE599 for ; Wed, 16 Oct 2019 21:18:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AB4D621928 for ; Wed, 16 Oct 2019 21:18:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571260730; bh=2ZkYigbPmOBvqZ5JnJ5BhPc5jPT2ECcnWPn3I3f68OM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=hviHA/oETIHxojcWSHfqVigM2u3wbTmejQkBhMflJrYiwmGSg0CBzfbWCjYfKtsvD zQOj/eXccwn4b+7VG/XrFjhCijFuRgl2B8UiVBVwIJqWhmbxVcbdjhyJ+/Uub43YMM 4y6EHIkULFnghb7BFI6M7BD4O/PtZyh10xZnTK6w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727092AbfJPVSu (ORCPT ); Wed, 16 Oct 2019 17:18:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:37228 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726402AbfJPVSu (ORCPT ); Wed, 16 Oct 2019 17:18:50 -0400 Received: from localhost (li1825-44.members.linode.com [172.104.248.44]) (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 20B51218DE; Wed, 16 Oct 2019 21:18:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571260728; bh=2ZkYigbPmOBvqZ5JnJ5BhPc5jPT2ECcnWPn3I3f68OM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gsFxFKGe6xzc1f0w2xI+IgIeacK52kyPHhCExYIw7E+9Txhss/vR8nabyQPlnRKFH Og+uKU4wTgGl9uHbb/0wj5FRe7lxFwTYtud+D+rIjIEBTQTiMQrNC+l4UTMB0G4riA MlmE7CP7sO2c8+mDqcDhjkh5V9oKYNSG/qKeo7So= Date: Wed, 16 Oct 2019 14:18:43 -0700 From: Greg KH To: Helge Deller Cc: stable@vger.kernel.org Subject: Re: [PATCH] parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail mode Message-ID: <20191016211843.GC856391@kroah.com> References: <20191014192901.GA13704@ls3530.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191014192901.GA13704@ls3530.fritz.box> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Oct 14, 2019 at 09:29:01PM +0200, Helge Deller wrote: > Dear stable kernel maintainers, > > can you please add the patch below into all stable kernels up until (and > including) kernel 4.16 ? > > It's upstream patch b845f66f78bf which was merged in kernel 4.17. > It's already there, it was released in the following kernel releases: 3.18.111 4.4.134 4.9.104 4.14.45 4.16.13 4.17 So are you sure it is still needed? thanks, greg k-h