Received: by 10.213.65.68 with SMTP id h4csp1652360imn; Thu, 29 Mar 2018 08:31:50 -0700 (PDT) X-Google-Smtp-Source: AIpwx48FAro1BN3qHl9N4GycOxcVJG0opUUNpxc2Go7xQJoJ4KcYYg+054HAT4OD5MCbpBX+UNZy X-Received: by 10.99.180.77 with SMTP id n13mr5748563pgu.361.1522337510561; Thu, 29 Mar 2018 08:31:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522337510; cv=none; d=google.com; s=arc-20160816; b=iLtyPQmqL8XTMfXOe4iK+KGvh9tnnnGpOkVz36jZoch3jWydGIUUjoLNMo4DqxlJwp srPWrF5o3PlvYnY6T92AAJHzgu8gRZt1rwGMgRMrb5ijtdJ6ANUqszU/i8HrUTd81fYE T3zPK1YLRwmOCBtgKho8Q0f34aGrL6cdUbG9RGhz1GzJ1pVsi8NDnJLcUHfd91B1drAa BLjSGv+iKYi53jjZxAC/GKe7Z1zHg75lBRu9HUFsbX/kzORvhUFRWz3Zs70LWcakmZad 3leU/h4fXuKdtG+SKo5AByY0N3GZS2qNpM4dNVu8+nf7QpeBu04esdtxGxo6tW5Jv1Af XvYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:date:cc:to:from:subject :message-id:arc-authentication-results; bh=6rCXdko5t3ZURWbi1KHMrobriuPn5Gjf0uYhpl5XrcY=; b=FHS9y5QTYyaLDdTdkW8Fuk9V0K2TPXXWocLpxOkQEdeDT0lKPZlaE3QRRRrMpqvxIC o3h3RXpDsqIatQe5/A7r6wZeXTIeiZ0Vk1eoXQ9Et4DR3JB9fqSgwpE6+3OQzGJLRext 8hv0C0zt5g2zW+yUL5P8PaOOJDHFwAVF69T/titKg/jIj22w//GMcZUWiIPpWNfY1Pyc WpSfy/X5touzJWB6N7DwPOe6xyql6O2mkuOJE8HzE6yCMjyJPy3UR6m10e5lNAA3Ebuf 9FPEqjqtI6xCIaZ98+z2yNQ9avUF2lX1jyfzmmOYo1Ab6aHfoNJ+GlLnTE020bLZacSs LZJQ== ARC-Authentication-Results: i=1; mx.google.com; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=codethink.co.uk Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t4-v6si6297997plb.641.2018.03.29.08.31.36; Thu, 29 Mar 2018 08:31:50 -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; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=codethink.co.uk Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752058AbeC2P3C (ORCPT + 99 others); Thu, 29 Mar 2018 11:29:02 -0400 Received: from imap1.codethink.co.uk ([176.9.8.82]:42409 "EHLO imap1.codethink.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751099AbeC2P26 (ORCPT ); Thu, 29 Mar 2018 11:28:58 -0400 Received: from 167-98-27-229.cust-167.exponential-e.net ([167.98.27.229] helo=xylophone) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1f1ZTz-0007sA-K9; Thu, 29 Mar 2018 16:28:55 +0100 Message-ID: <1522337334.2654.14.camel@codethink.co.uk> Subject: Re: [PATCH 4.4 009/134] PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown() From: Ben Hutchings To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: stable@vger.kernel.org, Prarit Bhargava , Bjorn Helgaas , Alex Williamson , David Arcari , Myron Stowe , Lukas Wunner , Keith Busch , Mika Westerberg , Sasha Levin Date: Thu, 29 Mar 2018 16:28:54 +0100 In-Reply-To: <20180319171850.444128621@linuxfoundation.org> References: <20180319171849.024066323@linuxfoundation.org> <20180319171850.444128621@linuxfoundation.org> Organization: Codethink Ltd. Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2018-03-19 at 19:04 +0100, Greg Kroah-Hartman wrote: > 4.4-stable review patch.  If anyone has any objections, please let me know. > > ------------------ > > From: Prarit Bhargava > > > [ Upstream commit fda78d7a0ead144f4b2cdb582dcba47911f4952c ] [...] > The MSI disabling code was added by d52877c7b1af ("pci/irq: let > pci_device_shutdown to call pci_msi_shutdown v2") because a driver left MSI > enabled and kdump failed because the kexeced kernel wasn't prepared to > receive the MSI interrupts. > > Subsequent commits 1851617cd2da ("PCI/MSI: Disable MSI at enumeration even > if kernel doesn't support MSI") This went into 4.2 and hasn't been backported. > and  e80e7edc55ba ("PCI/MSI: Initialize MSI capability for all > architectures") This went into 4.5 and hasn't been backported. > changed the kexeced kernel to disable all MSIs itself so it no longer > depends on the crashed kernel to clean up after itself. [...] So I think 3.18-stable and 4.4-stable will need backports of the later changes in order for this to work properly. Ben. -- Ben Hutchings Software Developer, Codethink Ltd.