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=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS 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 BB426C282C0 for ; Wed, 23 Jan 2019 13:30:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4545120856 for ; Wed, 23 Jan 2019 13:30:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=moepi.net header.i=@moepi.net header.b="cNuAioln" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726029AbfAWNaP (ORCPT ); Wed, 23 Jan 2019 08:30:15 -0500 Received: from freya.moepi.net ([78.46.170.12]:43606 "EHLO freya.moepi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725995AbfAWNaP (ORCPT ); Wed, 23 Jan 2019 08:30:15 -0500 X-Greylist: delayed 305 seconds by postgrey-1.27 at vger.kernel.org; Wed, 23 Jan 2019 08:30:14 EST Received: from bifrost.moepi.net (unknown [129.187.145.244]) by freya.moepi.net (Postfix) with ESMTPS id EA86A3008660 for ; Wed, 23 Jan 2019 14:25:07 +0100 (CET) Date: Wed, 23 Jan 2019 14:25:00 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=moepi.net; s=bifrost; t=1548249905; bh=V/A4IBwy92QcbGbc4ZpYsw+H7leaZJzh18x7BjGrP1w=; h=Date:From:To:Subject:From; b=cNuAiolnp2Cjg2JFQIJkBBF5+iOJthvaBluHUSZd3ZrWcdoQgJUa76/Zsgzwual+o CeZj9ipCeEomRSuklk7MY2V1nijMCzDJtT58n0IDzDyoAB1pElwZ+nJd7W57VTUSb3 tnyQcw6Y3w4Ao0HyQR421RHox0zpn/WDyfw5HpNWER1B5cxH4Hz8k6otkv6qleUOgJ vIiZh2BV3UrhZebseapk1NExNBkNN7kL36OknBnYzZFtKwizhw0/RnsUlfjxkmZO7c zakM0dUz0eEbyEIoEaRvHLqlxCUqxeNybmzWptpDAcmN7psmx9w9ffnpK1Y7S2wYVc 3cMVcirVOZINA== From: Stephan =?utf-8?Q?G=C3=BCnther?= To: stable@vger.kernel.org Subject: scsi: mpt3sas: fix memory ordering on 64bit writes Message-ID: <64315149f996e6860ac35acaa5a7d905@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Request to include the following patch into stable for linux-4.19 and linux-4.20: scsi: mpt3sas: fix memory ordering on 64bit writes commit: 23c3828aa2f8 Commit 09c2f95ad404 introduced a bug apparent on powerpc64 systems causing SAS HBAs relying on mpt3sas to drop from the PCIe bus under load, rendering those devices virtually useless. As linux-4.19 is a longterm kernel, the bug would affect those systems for a long time otherwise.